/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: A child theme for Astra
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
*/

/* Import parent theme's style */
@import url("../astra/style.css");


   /* Base styles */
   body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

/* Container */
.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

/* Header */
header {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: #fff;
}

header h1 {
    margin: 0;
}

/* Sections */
.section {
    background-color: #fff;
    margin: 10px 0;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section h2 {
    margin-top: 0;
    font-size: 1.5em;
    color: #333;
    border-bottom: 2px solid #333;
    padding-bottom: 5px;
}

.section ul {
    list-style: none;
    padding: 0;
}

.section ul li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

/* Responsive Grid */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}


.section {
    position: relative;
    padding-bottom: 40px; /* Space for button at the bottom */
}

.view-more {
    display: inline-block;
    padding: 8px 15px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    position: absolute;
    right: 20px;
    bottom: 10px; /* Positioned at the bottom */
}

.view-more:hover {
    background-color: #555;
}

/* Footer */
footer {
    text-align: center;
    padding: 20px;
    background-color: #333;
    color: #fff;
}   
 
th {
    text-align: center;
}


/* 09-11-2024 */
/* Page Title */
.page-title {
    font-size: 30px;
    font-weight: bold;
    color: #0097b2; /* Deep Teal */
    line-height: 1.2;
    margin-bottom: 20px;
}

/* Section Heading */
.section-heading {
    font-size: 24px;
    font-weight: bold;
    color: #0097b2; /* Deep Teal */
    line-height: 1.4;
    margin-top: 30px;
}

/* Table Header */
.table-header {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    background-color: #73d957; /* Green */
    line-height: 1.4;
    padding: 10px;
}

/* Table Data */
.table-data {
    font-size: 16px;
    color: #333333; /* Dark Gray */
    line-height: 1.5;
    padding: 10px;
}

/* Important Data: Bold & Orange Highlights */
.table-data li {
    font-weight: normal;
    color: #333333;
}
.table-data li strong {
    font-weight: bold;
    color: #ff914d; /* Orange */
}

/* Link Text */
.link-text {
    font-size: 20px;
    color: #ff914d; /* Orange */
    text-decoration: none;
    font-weight: 600;
}

.link-text:hover {
    color: #0097b2; /* Deep Teal */
    text-decoration: underline;
}

    font-weight: bold;
    color: #ff914d; /* Orange */
}

/* Link Text */
.link-text {
    font-size: 16px;
    font-weight: semi-bold;
    color: #ff914d; /* Orange */
    text-decoration: none;
}

.link-text:hover {
    color: #0097b2; /* Deep Teal */
    text-decoration: underline;
}

/* Table Styling */
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}

.table th, .table td {
    border: 1px solid #dddddd;
    padding: 12px 30px;
	vertical-align: middle;
} 

.table tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Custom Table for Specific Sections */
ul {
    padding-left: 20px;
}

ul li {
    line-height: 1.6;
}

ul li a {
    color: #ff914d;
    text-decoration: none;
}

ul li a:hover {
    color: #0097b2;
}

header.entry-header {
    display: none;
}

.post-featured-image {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.post-featured-image img {
    width: 50%; /* Set the image to 50% of the container width */
    height: auto;
}
ol, ul {
    margin: 0 0 1.5em 0.5em;
}

.footer-disclaimer {
    color: #333;  /* Dark text color for readability */
    margin-top: 20px;
}

.footer-disclaimer p {
    margin: 0 0 10px 0;  /* Margin between paragraphs */
}
.footer-disclaimer p {
    font-size: 12px;
    text-align: center;
}


/* 10-11-2024 */

    .container-fluid {
            padding: 30px;
        }

        .job-container {
            background-color: #ffffff;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            margin-bottom: 20px;
            border-radius: 8px;
            overflow: hidden;
            transition: transform 0.3s ease;
        }

        .job-container:hover {
            transform: scale(1.05);
        }

        /* Gradient Headers for Each Job */
        .job-header {
            color: #ffffff;
            padding: 20px;
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            cursor: pointer;
            display: block;
            transition: background 0.3s, transform 0.3s;
        }

        .job-1 { background: linear-gradient(45deg, #ff6f61, #ff8e53); }
        .job-2 { background: linear-gradient(45deg, #4496ee, #36edae); }
        .job-3 { background: linear-gradient(45deg, #28a745, #1e7e34); }
        .job-4 { background: linear-gradient(45deg, #fd7e14, #e83e8c); }
        .job-5 { background: linear-gradient(45deg, #17a2b8, #6610f2); }
        .job-6 { background: linear-gradient(45deg, #ffc107, #fd7e14); }
        .job-7 { background: linear-gradient(45deg, #6f42c1, #007bff); }
        .job-8 { background: linear-gradient(45deg, #e83e8c, #28a745); }


        .job-header:hover {
            transform: scale(1.05);
        }

        .row {
            margin-top: 20px;
        }


.custom-footer {
  padding: 20px;
  text-align: center;
}

.social-container {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.social-link {
  display: inline-block;
  width: 60px;
  height: 60px;
  transition: transform 0.3s ease;
}

.social-link:hover {
  transform: scale(1.1);
}

.social-icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.social-link:hover .social-icon {
  border-color: #1abc9c;
}

@media (max-width: 768px) {
  .social-link {
    width: 35px;
    height: 35px;
  }
}
