/*
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;
}

/* 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;
  }
}


 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            color: #333;
            overflow-x: hidden;
        }

        /* Custom Properties */
        :root {
            --primary-blue: #0097B2;
            --primary-green: #73D957;
            --dark-blue: #006B7D;
            --light-green: #A8E86A;
            --white: #ffffff;
            --light-gray: #f8f9fa;
            --shadow: 0 10px 30px rgba(0,0,0,0.1);
        }

        /* Header */
        .header {
            background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
            color: white;
            padding: 1rem 0;
            width: 100%;
            top: 0;
            z-index: 1000;
            backdrop-filter: blur(10px);
            transition: all 0.3s ease;
        }

        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: bold;
            animation: logoGlow 2s ease-in-out infinite alternate;
        }

        @keyframes logoGlow {
            from { text-shadow: 0 0 10px rgba(115, 217, 87, 0.5); }
            to { text-shadow: 0 0 20px rgba(115, 217, 87, 0.8); }
        }

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 2rem;
        }

        .nav-item a {
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
            position: relative;
        }

        .nav-item a:hover {
            color: var(--primary-green);
            transform: translateY(-2px);
        }

        .nav-item a::after {
            content: '';
            position: absolute;
            width: 0;
            height: 2px;
            bottom: -5px;
            left: 0;
            background: var(--primary-green);
            transition: width 0.3s ease;
        }

        .nav-item a:hover::after {
            width: 100%;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(135deg, var(--primary-blue) 0%, var(--dark-blue) 50%, var(--primary-green) 100%);
            color: white;
            padding: 150px 0 100px;
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="20" cy="20" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
            animation: float 20s ease-in-out infinite;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-20px); }
        }

        .hero-content {
            max-width: 800px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 2;
        }

        .hero h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            animation: slideInUp 1s ease-out;
            background: linear-gradient(45deg, white, var(--light-green));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero p {
            font-size: 1.3rem;
            margin-bottom: 2rem;
            animation: slideInUp 1s ease-out 0.2s both;
            opacity: 0.9;
        }

        @keyframes slideInUp {
            from {
                opacity: 0;
                transform: translateY(50px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .cta-buttons {
            animation: slideInUp 1s ease-out 0.4s both;
        }

        .btn {
            display: inline-block;
            padding: 15px 30px;
            margin: 0 10px;
            text-decoration: none;
            border-radius: 50px;
            font-weight: bold;
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .btn-primary {
            background: var(--primary-green);
            color: var(--primary-blue);
        }

        .btn-secondary {
            background: transparent;
            color: white;
            border: 2px solid white;
        }

        .btn:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.3);
        }

        .btn::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
            transition: left 0.5s ease;
        }

        .btn:hover::before {
            left: 100%;
        }

        /* Stats Section */
        .stats {
            background: var(--light-gray);
            padding: 80px 0;
            position: relative;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 30px;
            text-align: center;
        }

        .stat-card {
            background: white;
            padding: 40px 20px;
            border-radius: 20px;
            box-shadow: var(--shadow);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .stat-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-blue), var(--primary-green));
        }

        .stat-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.15);
        }

        .stat-icon {
            font-size: 3rem;
            color: var(--primary-blue);
            margin-bottom: 20px;
            animation: bounce 2s ease-in-out infinite;
        }

        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-10px); }
        }

        .stat-number {
            font-size: 3rem;
            font-weight: bold;
            color: var(--primary-green);
            margin-bottom: 10px;
        }

        .stat-text {
            color: #666;
            font-size: 1.1rem;
        }

        /* Features Section */
        .features {
            padding: 100px 0;
            background: white;
        }

        .section-title {
            text-align: center;
            margin-bottom: 60px;
        }

        .section-title h2 {
            font-size: 2.5rem;
            color: var(--primary-blue);
            margin-bottom: 20px;
            position: relative;
        }

        .section-title h2::after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, var(--primary-blue), var(--primary-green));
            border-radius: 2px;
        }

        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 40px;
        }

        .feature-card {
            text-align: center;
            padding: 40px 20px;
            border-radius: 20px;
            transition: all 0.3s ease;
            background: var(--light-gray);
            position: relative;
            overflow: hidden;
        }

        .feature-card:hover {
            background: white;
            box-shadow: var(--shadow);
            transform: translateY(-5px);
        }

        .feature-icon {
            width: 80px;
            height: 80px;
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 30px;
            color: white;
            font-size: 2rem;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .feature-card h3 {
            font-size: 1.5rem;
            color: var(--primary-blue);
            margin-bottom: 15px;
        }

        .feature-card p {
            color: #666;
            line-height: 1.8;
        }

        /* Latest Jobs Section */
        .latest-jobs {
            background: var(--light-gray);
            padding: 100px 0;
        }

        .job-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 30px;
            margin-top: 60px;
        }

        .job-card {
            background: white;
            border-radius: 20px;
            padding: 30px;
            box-shadow: var(--shadow);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        .job-card::before {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, var(--primary-green), var(--light-green));
            border-radius: 0 20px 0 50px;
        }

        .job-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 25px 50px rgba(0,0,0,0.15);
        }

        .job-title {
            font-size: 1.3rem;
            color: var(--primary-blue);
            margin-bottom: 15px;
            font-weight: bold;
        }

        .job-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 15px;
            margin-bottom: 20px;
        }

        .job-meta span {
            background: var(--light-gray);
            padding: 5px 15px;
            border-radius: 20px;
            font-size: 0.9rem;
            color: var(--primary-blue);
        }

        .job-date {
            color: var(--primary-green);
            font-weight: bold;
            margin-bottom: 20px;
        }

        .apply-btn {
            background: linear-gradient(135deg, var(--primary-blue), var(--primary-green));
            color: white;
            padding: 12px 25px;
            border: none;
            border-radius: 25px;
            cursor: pointer;
            transition: all 0.3s ease;
            font-weight: bold;
        }

        .apply-btn:hover {
            transform: scale(1.05);
            box-shadow: 0 5px 15px rgba(0,0,0,0.2);
        }

        /* Newsletter Section */
        .newsletter {
            background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
            color: white;
            padding: 80px 0;
            text-align: center;
        }

        .newsletter h2 {
            font-size: 2.5rem;
            margin-bottom: 20px;
        }

        .newsletter p {
            font-size: 1.2rem;
            margin-bottom: 40px;
            opacity: 0.9;
        }

        .newsletter-form {
            max-width: 500px;
            margin: 0 auto;
            display: flex;
            gap: 10px;
            background: white;
            padding: 10px;
            border-radius: 50px;
            box-shadow: var(--shadow);
        }

        .newsletter-input {
            flex: 1;
            border: none;
            padding: 15px 20px;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
        }

        .newsletter-btn {
            background: var(--primary-green);
            color: var(--primary-blue);
            border: none;
            padding: 15px 30px;
            border-radius: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .newsletter-btn:hover {
            background: var(--light-green);
            transform: scale(1.05);
        }

        /* Footer */
        .footer {
            background: #2c3e50;
            color: white;
            padding: 60px 0 20px;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 40px;
            margin-bottom: 40px;
        }

        .footer-section h3 {
            color: var(--primary-green);
            margin-bottom: 20px;
            font-size: 1.3rem;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section ul li {
            margin-bottom: 10px;
        }

        .footer-section ul li a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-section ul li a:hover {
            color: var(--primary-green);
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icon {
            width: 45px;
            height: 45px;
            background: var(--primary-blue);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            text-decoration: none;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background: var(--primary-green);
            transform: translateY(-3px);
        }

        .footer-bottom {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #34495e;
            color: #bdc3c7;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .nav-menu {
                display: none;
            }

            .hero h1 {
                font-size: 2.5rem;
            }

            .hero p {
                font-size: 1.1rem;
            }

            .btn {
                display: block;
                margin: 10px 0;
            }

            .newsletter-form {
                flex-direction: column;
                gap: 20px;
                border-radius: 20px;
            }

            .newsletter-input, .newsletter-btn {
                border-radius: 10px;
            }
        }

        /* Scroll animations */
        .fade-in {
            transform: translateY(30px);
            transition: all 0.6s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* Loading animation */
        .loading {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: var(--primary-blue);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            transition: opacity 0.5s ease;
        }

        .loading.hidden {
            opacity: 0;
            pointer-events: none;
        }

        .loader {
            width: 60px;
            height: 60px;
            border: 6px solid var(--primary-green);
            border-top: 6px solid white;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }
        @media (min-width: 922px) {
    .site-content .ast-container {
        display: unset;
    }
a.logo.logo_for_left {
    margin-left: -810px;
}
}

@media (max-width: 921px) {
    .ast-separate-container #primary, .ast-separate-container #secondary {
        padding: 2.5em 0;
    }
}
.ast-container, .ast-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}