/* Main theme styles */
h1 {
    font-weight: 400;
    font-size: 3rem;
    color: #0F2A3F;  /* similar deep navy color */
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h4 {
    font-family: 'Fredoka', sans-serif;
}

h4 {
    font-weight: 400;
}

.main-header {
    padding: 6px 0; /* reduce vertical padding */
}
.nav-item.dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  
.banner-btn {
    text-decoration: none;
    color: white;
  }
  ul.dropdown-menu {
    width: 330px !important;
}
.navbar {
    min-height: auto;
}
/* Sub-menu background aur text color fix */
.navbar-nav .dropdown-menu {
    background-color: #ffffff !important; /* White background taaki text dikhe */
    border: 1px solid #e0e0e0;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    padding: 10px 0;
}

/* Sub-menu links ka color */
.navbar-nav .dropdown-menu .nav-link {
    color: #1a2b40 !important; /* Dark blue/black color for visibility */
    padding: 8px 0px !important;
    font-size: 15px;
    font-weight: 500;
}

/* Hover effect on sub-menu links */
.navbar-nav .dropdown-menu .nav-link:hover {
    background-color: #f8f9fa !important;
    color: #0056b3 !important; /* Blue color on hover */
}
        /* Top small menu */
        .top-menu {
            background: #ffffff;
            padding: 6px 0;
            font-size: 14px;
            border-bottom: 1px solid #eee;
        }
        .top-menu a {
            margin-right: 20px;
            color: #1E1E1E;
            text-decoration: none;
            font-weight: 600;
        }

        /* Main gradient header */
        .main-header {
            /* background: linear-gradient(to right, #D4AF37, #c79b22, #b3871d); */
            background: linear-gradient(to right, #19214c, #2a346b, #0d1230);
        }

        .navbar-nav .nav-link {
            color: #fff !important;
            font-weight: 600;
            text-transform: uppercase;
            margin-left: 18px;
            font-size: 15px;
        }

        .custom-logo-link {
    padding: 0;
    display: flex;
    align-items: center;
    background: white;
}

.custom-logo {
    max-height:55px;   /* 👈 control logo height */
    width: auto;
    image-rendering: -webkit-optimize-contrast;
}



.navbar-nav {
    align-items: center;
}
.navbar-nav .nav-link {
    padding-top: 8px;
    padding-bottom: 8px;
}


        .search-icon {
            font-size: 20px;
            color: white;
            cursor: pointer;
        }
        /* HERO SECTION */
    .hero {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 60px 5%;
        /* background: url(image/banner.png); */
        height: 50rem;
        
    }

    .hero .content-box {
        max-width: 600px;
        background: #fff;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 4px 25px rgba(0,0,0,0.08);
    }

 

    .hero p {
        font-size: 18px;
        margin-bottom: 30px;
        color: #333;
    }

    .btn-primary-custom {
        background-color: #0F1A2D;
        border: none;
        padding: 12px 25px;
        font-size: 18px;
        border-radius: 5px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .hero-image {
        width: 50%;
    }

    .hero-image img {
        width: 100%;
        height: auto;
        border-radius: 10px;
        object-fit: cover;
    }
    .hire {
    padding-top: 40px;
}
.section-box {
    text-align: center;
}
.full-image-section {
    width: 100%;
    margin: 0;
    padding: 0;
}

.full-image-section img {
    width: 100%;
    height: auto;
    display: block;
}
.step-icon {
    width: 100px;
    height: 100px;
    background: #f8f8fc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon img {
    width: 100px;
}

/* Full width background */
.future-section {
    position: relative;
    padding: 60px 0;
    margin: 40px 5rem;
}

.future-bg {
    /* background-image: url("image/Gemini_Generated_Image_w662g6w662g6w662.png"); */
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
}

/* White rounded box */
.future-box {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
}

.future-box h2 {
    font-size: 2.6rem;
    font-weight: 600;
    color: #0F2A3F;
    line-height: 1.2;
    margin-bottom: 25px;
}

.future-box p {
    font-size: 1.1rem;
    color: #1e2a3f;
    margin-bottom: 35px;
}

/* Button */
.future-btn {
    display: inline-block;
    padding: 14px 28px;
    background: #0F1A2D;
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
}

/* Right Image */
.future-img {
    width: 100%;
    max-width: 600px;
}
.description{
    padding: 10px 20rem;
}
/* ------- CARD BASE ------- */
.service-card {
    background: #fff;
    padding: 35px;
    border-radius: 18px;
    height: 500px; /* 🔥 Increased card height */
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: start;
}

/* ------- Icon ------- */
.service-card .service-icon {
    width: 90px;
    margin-bottom: 20px;
    text-align: center;  /* Center the icon container */
}
img.service-icon {
    display: block;
    margin: auto;
}
/* ------- Title ------- */
.service-card h4 {
    color: #0a2342;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

/* ------- Description ------- */
.service-card p {
    color: #556;
    font-size: 16px;
    margin-bottom: auto;
}

/* ------- Button ------- */
.service-btn {
    margin-top: 20px;
    background: #D4AF37;
    color: #fff;
    padding: 12px 18px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

/* Center logo card */
.center-card {
    background: #fff url('https://jobportal.anjalidravid.com/wp-content/uploads/2025/12/ADO_image_shutterstock_1712082700.webp') no-repeat center/contain;
    opacity: 0.15;
}
.resources-section {
    background: #fff;
}

.resource-card {
    border-radius: 15px;
    overflow: hidden;
    background: #ffffff;
    transition: 0.3s ease;
    height: 100%;
}

.resource-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.resource-img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.resource-body {
    padding: 25px;
}

.view-link {
    display: inline-block;
    margin-top: 15px;
    font-weight: 600;
    color: #003366;
    text-decoration: none;
}

.view-link:hover {
    text-decoration: underline;
}

.cta-section {
    padding: 60px 0;
}

.cta-box {
    background: #ffffff;
    padding: 60px 70px;
    border-radius: 20px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
}

.cta-box h2 {
    font-size: 48px;
    font-weight: 400;
    color: #1a2b47;
    margin-bottom: 20px;
}

.cta-box p {
    font-size: 22px;
    color: #5f6c7b;
    margin-bottom: 40px;
}

.cta-btn {
    display: inline-block;
    background: #0F1A2D;
    color: #ffffff;
    padding: 18px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.cta-btn:hover {
    color: #fff;
}
.custom-footer {
    background:#03032e;;
    padding: 60px 0;
    color: #fff;
    font-family: 'Fredoka', sans-serif;
}

.custom-footer h4,
.custom-footer h5 {
    font-weight: 500;
    margin-bottom: 15px;
    color: #fff;
}

.custom-footer p,
.custom-footer a {
    color: #fff;
    font-weight: 300;
}

.custom-footer a:hover {
    opacity: 0.8;
}

.footer-btn {
    display: inline-block;
    padding: 10px 25px;
    background: #888e99;;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}

.footer-divider {
    border-color: rgba(255,255,255,0.3);
    margin: 40px 0;
}

.footer-links h5 {
    margin-bottom: 12px;
    font-weight: 500;
}

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

.footer-links ul li {
    margin-bottom: 6px;
}

.footer-links ul li a {
    text-decoration: none;
    font-weight: 300;
}

.footer-logo {
    max-width: 160px;
}

.footer-bottom {
    text-align: center;
    margin-top: 25px;
}

.footer-bottom-links a {
    margin: 0 10px;
}

.testimonials-section h2 {
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
    color: #0F2A3F;
}

.testimonial-box {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
    height: 100%;
}

.quote-icon {
    font-size: 40px;
    color: #D1A610;
    line-height: 0.7;
}

.testimonial-text {
    font-size: 18px;
    color: #0F2A3F;
    margin-top: 10px;
}

.client-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.client-name {
    margin: 0;
    font-size: 17px;
    font-weight: 600;
    color: #0F2A3F;
}

.client-role {
    margin: 0;
    font-size: 14px;
    color: #6c757d;
}

.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}


.wrapper{
  width:100%;
  padding-top: 20px;
  text-align:center;
}

.carousel{
  width:90%;
  margin:0px auto;
}
.slick-slide{
  margin:10px;
}
.slick-slide img{
  width:60%;
  border: 2px solid #fff;
}
.wrapper .slick-dots li button:before {
  font-size:20px;
  color:white;
}
.service-section h2 {
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
    color: #0F2A3F;
}
.carousel-item img {
    filter: saturate(0%);
    transition: 0.3s ease-in-out;
}

.carousel-item img:hover {
    filter: saturate(100%);
}

.carousel img {
    filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
    transition: 0.3s ease-in-out;
}

.carousel img:hover {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    transform: scale(1.05); /* smooth zoom animation */
}

.service-card{
    background:#fff;
    padding:35px;
    border-radius:18px;
    height:420px;
    box-shadow:0 10px 30px rgba(0,0,0,.07);
    text-align:center;
    display:flex;
    flex-direction:column;
}
.service-icon{
    width:90px;
    margin:0 auto 20px;
}
.service-card h4{
    font-size:24px;
    margin-bottom:15px;
}
.service-card p{
    font-size:16px;
    color:#556;
    margin-bottom:auto;
}
.center-card{
    background:#fff url("https://www.adecco.com/-/media/project/adecco/global/images/msp/ado_image_shutterstock_1712082700.webp")
    no-repeat center/contain;
    opacity:.15;
}

.footer-logo-wrap{
    width: 140px;
    height: 140px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-logo{
    max-width: 90px;
    height: auto;
    border-radius: 50%;
}

.footer-links h5,
.footer-links ul li a {
    text-transform: uppercase;
}

a.recruitment-btn {
    display: block;
    text-align: center;
    text-decoration: none;
    background: #0F1A2D;
    color: #fff;
    padding: 12px 15px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    width: 14rem;
    margin: 20px auto 0; /* 👈 centers the button */
}

/* --- SERVICES SECTION STYLES --- */

/* Adjusting the section-box for padding below the text */
.search .section-box {
    padding: 80px 20px;
    background-color: #ffffff; 
    text-align: center;
    max-width: 1200px;
    margin: 0 auto; /* Center the content */
}

/* General H1 style is assumed to be handled by your existing CSS */

/* Paragraph style adjustment */
.search .section-box p {
    margin-bottom: 50px; /* Add space between text and the service grid */
    font-size: 1.1em;
    color: #555;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* Grid setup for the services cards (4 columns desktop) */
.services-grid-matched {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px; 
}

/* Styling for an individual service card */
.service-card-matched {
    background-color: #f7f7f7; 
    padding: 30px 20px;
    border-radius: 4px;
    border-bottom: 4px solid transparent; /* Prepare for hover border */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); /* Soft shadow */
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s; /* Smooth transitions for all effects */
    text-align: center;
    cursor: pointer;
}

/* *** MODERN HOVER EFFECT *** */
.service-card-matched:hover {
    transform: translateY(-5px); /* Lifts the card */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); /* Stronger shadow */
    border-color: #1a1a1a; /* Dark border highlight on the bottom */
}

/* Icon placeholder styling */
.service-icon-placeholder-matched {
    font-size: 3.5em; 
    color: #888; /* Slightly grayed out icon initially */
    margin-bottom: 15px;
    line-height: 1; 
    transition: color 0.3s;
}

/* *** ICON COLOR CHANGE HOVER EFFECT *** */
.service-card-matched:hover .service-icon-placeholder-matched {
    color: #1a1a1a; /* Changes icon to brand color on hover */
}

/* Service Title Styling */
.service-title-matched {
    font-size: 1.25em;
    color: #1a1a1a;
    font-weight: 600; 
}

/* --- View All Button (Matches "FIND A JOB" style) --- */
.services-btn-container-matched {
    margin-top: 60px; 
    text-align: center;
}


/* --- Hiding Extra Services CSS (for desktop view) --- */
@media (min-width: 992px) {
    .services-grid-matched .service-card-matched:nth-child(n+7) {
        display: none;
    }
}
/* Recruitment Solutions Card Hover Effect */
.service-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px) scale(1.03); /* 👈 thoda upar + zoom */
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    z-index: 5;
}

/* ===============================
   JOB BOARD WRAPPER
================================ */
.jb {
    font-family: inherit;
    max-width: 1200px;
    margin: auto;
}
.jb-jobs {
    padding: 100px;
}
/* ===============================
   SEARCH BAR
================================ */
.jb-jobs-search-line {
    background: #0b1230;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    gap: 15px;
   
}

.jb-jobs-search-line input[type="search"] {
    width: 100%;
    padding: 12px 14px;
    border-radius: 4px;
    border: 1px solid #2b3566;
    background: #fff;
    font-size: 14px;
}

.jb-do-search {
    background: #f5c77a;
    color: #0b1230;
    border-radius: 4px;
    padding: 12px 20px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.jb-do-search:hover {
    background: #e6b564;
}

/* ===============================
   FILTERS
================================ */
.jb-jobs-filters-row {
    background: #f8f9fc;
    padding: 12px 20px;
    border-radius: 6px;
    margin-top: 12px;
}

.jb-jobs-filters-row label {
    font-size: 14px;
    margin-right: 15px;
}

/* ===============================
   JOB LIST CARD
================================ */
.jb-job-list-row {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 20px;
    margin-bottom: 20px;
    transition: box-shadow 0.3s ease;
}

.jb-job-list-row:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

/* ===============================
   JOB TITLE
================================ */
.jb-job-title-link {
    font-size: 20px;
    font-weight: 600;
    color: #0b1230;
    text-decoration: none;
}

.jb-job-title-link:hover {
    color: #f5c77a;
}

/* ===============================
   COMPANY / META
================================ */
.jb-row-info {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.jb-row-left-side div {
    margin-bottom: 6px;
    font-size: 14px;
    color: #4b5563;
}

.jb-row-left-side i {
    color: #0b1230;
    margin-right: 6px;
}

/* ===============================
   JOB TYPE BADGE
================================ */
.jb-job-type {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
}

/* ===============================
   SALARY
================================ */
.jb-job-salary {
    font-weight: 600;
    color: #0b1230;
}

/* ===============================
   DATES
================================ */
.jb-row-right-side .date {
    font-size: 13px;
    color: #6b7280;
}

/* ===============================
   LOAD MORE BUTTON
================================ */
.jb-load-more-jobs {
    background: #0b1230;
    color: #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 600;
    border: none;
}

.jb-load-more-jobs:hover {
    background: #f5c77a;
    color: #0b1230;
}
/* ===============================
   FORM WRAPPER
================================ */
#jb-job-submission-form-wrapper {
    max-width: 1100px;
    margin: 40px auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.08);
}

/* ===============================
   SECTION TITLES
================================ */
.jb-form-section-title {
    font-size: 22px;
    font-weight: 700;
    margin: 40px 0 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #0b1230;
    color: #0b1230;
}

/* ===============================
   FORM ROW
================================ */
.jb-form-row {
    display: flex;
    gap: 25px;
    margin-bottom: 20px;
    align-items: center;
}

.jb-form-row-label {
    width: 230px;
    font-weight: 600;
    font-size: 14px;
    color: #111827;
}

/* ===============================
   INPUTS / SELECTS
================================ */
.jb-forms-field,
.select2-selection {
    width: 100% !important;
    padding: 12px 14px;
    border-radius: 6px;
    border: 1px solid #d1d5db;
    font-size: 14px;
    background: #ffffff;
}

.jb-forms-field:focus,
.select2-selection:focus {
    outline: none;
    border-color: #0b1230;
    box-shadow: 0 0 0 2px rgba(11,18,48,0.1);
}

/* ===============================
   RADIO BUTTONS (LOCATION)
================================ */
.jb-field-conditional_radio-type label {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
}

.jb-field-conditional_radio-type input[type="radio"] {
    margin-right: 6px;
}

/* ===============================
   SALARY CONDITIONAL FIELDS
================================ */
.jb-forms-line-conditioned {
    background: #f8f9fc;
    padding: 15px;
    border-radius: 6px;
}

/* ===============================
   DESCRIPTION EDITOR
================================ */
.wp-editor-container {
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #d1d5db;
}

/* ===============================
   COMPANY LOGO UPLOADER
================================ */
.jb-uploader-dropzone {
    border: 2px dashed #0b1230;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    background: #f8f9fc;
}

.jb-select-media {
    background: #0b1230;
    color: #ffffff;
    border-radius: 30px;
    padding: 8px 18px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.jb-select-media:hover {
    background: #f5c77a;
    color: #0b1230;
}

/* ===============================
   FORM BUTTONS
================================ */
.jb-form-buttons-section {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    margin-top: 40px;
}

.jb-form-button-submit {
    background: #0b1230;
    color: #ffffff;
    border-radius: 30px;
    padding: 12px 30px;
    font-size: 15px;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.jb-form-button-submit:hover {
    background: #f5c77a;
    color: #0b1230;
}

/* ===============================
   REQUIRED STAR
================================ */
.jb-req {
    color: #dc2626;
    margin-left: 4px;
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 768px) {
    .jb-form-row {
        flex-direction: column;
        align-items: flex-start;
    }

    .jb-form-row-label {
        width: 100%;
        margin-bottom: 6px;
    }

    #jb-job-submission-form-wrapper {
        padding: 25px;
    }
}
/* ================= ZIG ZAG SECTION ================= */
.service-zigzag .zigzag-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}
.service-intro h1 {
    text-align: center;
    padding-bottom: 30px;
}
/* Divider line */
.divider {

    background-color: #c6c3c3;
    margin: 0 auto 20px;
}
.service-banner {
    padding: 120px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.service-banner::after {
    content: "";
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.5); /* dark overlay */
}

.service-banner .container {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 48px;
    margin-bottom: 10px;
}

.breadcrumb {
    font-size: 14px;
    padding: 14px 149px;
    color: black;
}

.breadcrumb a {
    color: black;
    text-decoration: underline;
}

.breadcrumb span {
    font-weight: bold;
}


/* Heading center */
.center-heading {
    text-align: center;
    margin-bottom: 20px;  /* Heading aur paragraph ke beech gap */
}

/* Reverse rows */
.service-zigzag .zigzag-row.reverse {
    flex-direction: row-reverse;
}

/* Equal width */
.zigzag-image,
.zigzag-content {
    flex: 1;
}

/* Image styling */
.zigzag-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}

/* Content spacing */
.zigzag-content {
    font-size: 16px;
    line-height: 1.7;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .service-zigzag .zigzag-row,
    .service-zigzag .zigzag-row.reverse {
        flex-direction: column;
    }
}


/* Mobile */
@media (max-width: 768px) {
    .service-zigzag .zigzag-row,
    .service-zigzag .zigzag-row.reverse {
        flex-direction: column;
    }
}
.service-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.service-card {
    transition: all 0.3s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}
/* ================= BANNER ================= */
.contact-banner {
    padding: 100px 0;
    background-image: url('https://jobportal.anjalidravid.com/wp-content/uploads/2025/12/pexels-pixabay-416405-scaled.jpg'); /* Static image */
    background-size: cover;
    background-position: center;
    position: relative;
    color: #fff;
    text-align: center;
}

.contact-banner::after {
    content: "";
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background: rgba(0,0,0,0.5);
}

.contact-banner .container {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 48px;
    margin-bottom: 10px;
}

.breadcrumb {
    font-size: 14px;
    color: #fff;
}

.breadcrumb a {
    color: #fff;
    text-decoration: underline;
}

/* ================= CONTACT SECTION ================= */
.contact-section {
    padding: 80px 0;
    background: #f9f9f9;
}

.contact-wrapper {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-info {
    flex: 1 1 45%;
    font-family: sans-serif;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.contact-info p {
    margin-bottom: 15px;
    color: #555;
}

/* ================= FORM STYLING ================= */
.contact-form-wrapper {
    flex: 1 1 40%;
}

.contact-form-wrapper .wpcf7-form input,
.contact-form-wrapper .wpcf7-form textarea {
    width: 200%;
    padding: 12px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    
}

.contact-form-wrapper .wpcf7-form input[type="submit"] {
    background: #03032e;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: 0.3s;
    width: 160px;
}

.contact-form-wrapper .wpcf7-form input[type="submit"]:hover {
    background: #010114;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .contact-wrapper {
        flex-direction: column;
    }

    .contact-info, .contact-form-wrapper {
        flex: 1 1 100%;
    }
}
.contact-map {
    width: 100%;
    height: 450px;
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.odc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .odc-box {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
  }
  
  .odc-box h3 {
    margin-top: 0;
    color: #222;
  }
  
  /* Mobile view */
  @media (max-width: 768px) {
    .odc-grid {
      grid-template-columns: 1fr;
    }
  }
  section.service-last {
      padding: 50px 25px;
  }
  .office-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.office-block {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .office-grid {
        grid-template-columns: 1fr;
    }
}
.office-country {
    display: flex;
    align-items: center;
    gap: 8px;
}

.country-flag {
    width: 22px;
    height: auto;
    border-radius: 2px;
}
/* HERO */
.who-hero-bg {
    min-height: 520px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.who-card {
    background: #fff;
    max-width: 640px;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
}

.who-card h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #1f2b3a;
}

.who-card p {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

/* STATS */
.who-stats {
    padding: 70px 0;
    background: #fff;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat-box h2 {
    font-size: 42px;
    color: #1f2b3a;
    margin-bottom: 8px;
}

.stat-box h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.stat-box p {
    font-size: 14px;
    color: #555;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .stats-grid {
        grid-template-columns: 1fr;
    }

    .who-card {
        padding: 25px;
    }

    .who-card h1 {
        font-size: 32px;
    }
}
/* ================= FONT ================= */
.history-section,
.history-section * {
  font-family: houschka_headdemibold, sans-serif !important;
}

/* ================= SECTION ================= */
.history-section {
  padding: 90px 0;
  background: #ffffff;
}

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

/* ================= GRID ================= */
.history-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: flex-start;
}

/* ================= LEFT CONTENT ================= */
.history-left h2 {
  font-size: 42px;
  font-weight: 600;
  color: #0b2545;
  margin-bottom: 24px;
}

.history-left p {
  font-size: 16px;
  line-height: 1.75;
  color: #1f2933;
  margin-bottom: 18px;
}

.history-left p strong {
  font-weight: 600;
}

/* ================= RIGHT TIMELINE ================= */
.history-right {
  position: relative;
  padding-left: 5px;
}

/* Vertical line */
.history-right::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  width: 2px;
  height: 100%;
  background: #e5e7eb;
}

/* Timeline item */
.timeline-item {
  position: relative;
  padding-left: 48px;
  margin-bottom: 56px;
}

/* Red dot */
.timeline-item .dot {
    position: absolute;
    left: 0px;
    top: 8px;
    width: 30px;
    height: 29px;
    background: #03032e;
    border-radius: 50%;
}

/* Year */
.timeline-item h3 {
  font-size: 25px;
  font-weight: 500;
  color: #0b2545;
  margin-bottom: 6px;
}

/* Description */
.timeline-item p {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  max-width: 420px;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 1024px) {
  .history-grid {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .history-right {
    padding-left: 5px;
  }
}

@media (max-width: 600px) {
  .history-left h2 {
    font-size: 32px;
  }

  .timeline-item h3 {
    font-size: 24px;
  }
}
.brands-section {
    padding: 80px 0;
    background: #f8fafc;
    font-family: houschka_headdemibold, sans-serif;
  }
  
  .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
  }
  
  .brands-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
  
  .brand-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 32px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px rgba(0,0,0,0.04);
    transition: all 0.3s ease;
  }
  
  .brand-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  }
  
  .brand-card img {
    height: 64px;
    width: 128px;
    margin-bottom: 16px;
  }
  
  .brand-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #1f2933;
    margin-bottom: 20px;
  }
  
  .brand-card a {
    font-size: 14px;
    font-weight: 600;
    color: #0073b1;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }
  
  .brand-card a span {
    font-size: 16px;
  }
  
  /* ================= RESPONSIVE ================= */
  @media (max-width: 1024px) {
    .brands-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 600px) {
    .brands-grid {
      grid-template-columns: 1fr;
    }
  }
  .adecco-cta {
    padding: 80px 0;
    font-family: houschka_headdemibold, sans-serif;
  }
  
  .cta-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 3px;
    align-items: center;
  }
  
  .cta-left {
    width: 50rem;
    padding: 50px;
    background: #ffffff;
    border-radius: 18px;
  }
  
  .cta-left h2 {
    font-size: 36px;
    line-height: 1.3;
    color: #1b2a41;
    margin-bottom: 20px;
  }
  
  .cta-left p {
    font-size: 18px;
    color: #5b677a;
    margin-bottom: 32px;
  }
  
  .cta-btn {
    display: inline-block;
    background: #1b2a41;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
  }
  

  
  /* Right Gradient Box */
  .cta-right {
    background: linear-gradient(to right, #19214c, #2a346b, #0d1230);
    color: #ffffff;
    padding: 50px 40px;
    border-radius: 18px;
  }
  
  .cta-right h3 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .cta-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .cta-right li {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 18px;
    margin-bottom: 22px;
  }
  
  .cta-right .icon {
    font-size: 22px;
    line-height: 1;
  }
  
  /* Responsive */
  @media (max-width: 992px) {
    .cta-container {
      grid-template-columns: 1fr;
    }
  
    .cta-left,
    .cta-right {
      padding: 40px;
    }
  }
  
  @media (max-width: 576px) {
    .cta-left h2 {
      font-size: 28px;
    }
  
    .cta-right h3 {
      font-size: 24px;
    }
  }
  .menu-wrapper {
    display: none;
}

.menu-wrapper.active-menu {
    display: block;
}

.menu-switch.active {
    font-weight: 600;
    border-bottom: 2px solid #000;
}
.job-top-menu {
    background: #fff;
    text-align: center;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

.job-top-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
}

.job-top-menu li {
    margin: 0 10px;
}

.job-top-menu a {
    text-decoration: none;
    font-weight: 600;
    color: #0b6fa4;
    padding: 5px 8px;
}

.job-top-menu a.active {
    background: #cfe9f7;
    border-radius: 4px;
}

.job-top-menu .divider {
    color: #aaa;
}

/* Sections */
.content-section {
    padding: 100px 0;
}

.content-section h2 {
    font-size: 36px;
    margin-bottom: 15px;
}

/* Mobile */
@media (max-width: 768px) {
    .job-top-menu ul {
        flex-wrap: wrap;
        gap: 10px;
    }
}
.how-to-apply-section {
    padding: 30px 0;
    background-color: #fff;
}

.section-subtitle {
    font-size: 18px;
    color: #4a5d73;
    margin-top: 10px;
}

.apply-box {
    padding: 30px 20px;
}

.apply-icon {
    margin-bottom: 25px;
}

.apply-icon img {
    width: 80px;
    height: auto;
}

.apply-box h4 {

    margin-bottom: 15px;
    color: #1f2d3d;
}

.apply-box p {
    font-size: 16px;
    color: #4a5d73;
    line-height: 1.6;
}

/* MOBILE */
@media (max-width: 767px) {
    .section-title {
        font-size: 32px;
    }

    .apply-icon img {
        width: 60px;
    }

    .apply-box {
        margin-bottom: 30px;
    }
}
/* Quick Tips Section Styling */
.quick-tips-section {
    padding: 60px 0;
    font-family: 'Inter', sans-serif; /* Clean font like the reference */
}

.tips-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a2b40;
    margin-bottom: 20px;
}

.tips-description {
    font-size: 18px;
    color: #4a5568;
    line-height: 1.6;
    max-width: 380px;
}

/* Accordion Customization */
.custom-accordion .accordion-item {
    border: none !important;
    margin-bottom: 15px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.05); /* Soft shadow like image */
    border-radius: 8px !important;
}

.custom-accordion .accordion-button {
    padding: 22px 25px;
    font-size: 18px;
    font-weight: 500;
    color: #1a2b40;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    border: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #1a2b40;
    border-bottom: 1px solid #f0f0f0;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.custom-accordion .accordion-body {
    padding: 20px 25px;
    color: #4a5568;
    font-size: 16px;
    background: #fff;
}
/* Jab accordion band ho (collapsed) */
.accordion-button.collapsed::after {
    transform: rotate(0deg);
}
/* Jab accordion khula ho */
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}
/* Arrow rotation fix */
.accordion-button.collapsed::after {
    transform: rotate(0deg) !important;
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(180deg) !important;
}
.accordion-collapse {
    display: none; /* Initial state hidden rakho */
}
.accordion-collapse.show {
    display: block;
}
.associate-section {
    padding: 80px 0;
    background-color: #ffffff;
}

.associate-title {
    font-size: 25px;
    font-weight: 500;
    color: #1a2b40;
    margin-bottom: 20px;
}

.associate-subtitle {
    font-size: 20px;
    font-weight: 400;
    color: #1a2b40;
    margin-top: 25px;
    margin-bottom: 10px;
}


.associate-image-wrap {
    padding-left: 30px;
}

.associate-image {
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

/* Responsive */
@media (max-width: 991px) {
    .associate-title {
        font-size: 34px;
    }

    .associate-image-wrap {
        padding-left: 0;
        margin-top: 30px;
    }
}
.footer-bottom {
    padding: 25px 0;
}

/* CENTER TEXT */
.footer-copy {
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 15px;
}

/* ROW */
.footer-bottom-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* LINKEDIN LEFT */
.footer-linkedin {
    width: 36px;
    height: 36px;
    background: #0a66c2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* MENU RIGHT */
.footer-bottom-menu ul {
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.footer-bottom-menu li {
    list-style: none;
}

.footer-bottom-menu a {
    color: #fff;
    font-size: 13px;
}
.powered-tech {
    padding: 80px 0;
    background: #fff;
  }
  
  .powered-tech .container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
  }
  
  .section-title {
    font-size: 36px;
    font-weight: 600;
    color: #0b2545;
    margin-bottom: 10px;
  }
  
  .section-subtitle {
    font-size: 16px;
    color: #4a5d73;
    max-width: 700px;
    margin: 0 auto 60px;
  }
  
  .tech-grid {
    padding-top: 66px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 40px;
  }
  
  .tech-item {
    text-align: left;
  }
  
  .icon-circle {
    width: 90px;
    height: 90px;
    background: #f7f8fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  
  .icon-circle img {
    width: 40px;
    height: auto;
  }
  
  .tech-item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #0b2545;
    margin-bottom: 12px;
  }
  
  .tech-item p {
    font-size: 15px;
    line-height: 1.7;
    color: #4a5d73;
  }
  .industry-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
}

.industry-card:hover {
    transform: translateY(-6px);
}

.industry-img img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.industry-content {
    padding: 20px;
}

.industry-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #0b2545;
}

.industry-link {
    font-size: 14px;
    font-weight: 600;
    color: #0a6ebd;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.industry-link span {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.industry-link:hover span {
    transform: translateX(4px);
}

  @media (max-width: 991px) {
    .tech-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  
  @media (max-width: 575px) {
    .tech-grid {
      grid-template-columns: 1fr;
    }
  
    .tech-item {
      text-align: center;
    }
  
    .icon-circle {
      margin: 0 auto 20px;
    }
  }
/*jobs-fo-refugees*/

.mission-text {
    font-size: 18px;
    line-height: 1.8;
    color: #4a4a4a;
    margin-bottom: 40px;
    text-align: justify;
}

.mission-img-wrapper {
    width: 100%;
    overflow: hidden;
    border-radius: 20px; /* Rounded corners */
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.mission-custom-img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.mission-custom-img:hover {
    transform: scale(1.02); /* Subtle hover effect */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  
    .mission-text {
        font-size: 16px;
    }
}
.dedication-section {
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
}

/* Image Styling */
.rounded-custom {
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}


.section-desc {
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
    text-align: left;
}
.business-title{
    text-align: left;
}

/* List Styling */
.benefit-list {
    list-style: none;
    padding: 0;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.icon-wrap {
    color: #d9534f; /* Reddish color for checkmarks as per */
    font-size: 20px;
    margin-right: 15px;
    margin-top: 2px;
}

.benefit-list p {
    margin: 0;
    color: #444;
    font-size: 15px;
}
    .ukraine-stats {
        background-color: #fff;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    }
    .section-title {
        font-size: 34px;
        font-weight: 700;
        color: #1a2b40; /* Theme dark blue */
    }
    .section-subtitle {
        color: #555;
        max-width: 800px;
        margin: auto;
    }
    .stat-number {
        font-size: 42px;
        font-weight: 700;
        color: #1a2b40;
        margin-bottom: 5px;
    }
    .stat-label {
        font-weight: 700;
        margin-bottom: 10px;
    }
    .stat-desc {
        color: #666;
        font-size: 14px;
    }
    
    /* Video Wrapper Styles */
    .video-container {
        position: relative;
        border-radius: 15px;
        overflow: hidden;
        background: #ccc; /* Placeholder color from image */
    }
    .badge-diversity {
        position: absolute;
        top: 20px;
        left: 20px;
        background: rgba(173, 216, 230, 0.8);
        padding: 5px 15px;
        border-radius: 20px;
        font-size: 12px;
        z-index: 10;
        color: #333;
    }
    .video-container iframe {
        display: block;
    }
    .omni-channel-section {
        background-color: #ffffff;
        padding: 80px 0;
    }

    .omni-desc {
        font-size: 16px;
        color: #4a4a4a;
        line-height: 1.8;
        text-align: justify;
    }

    .omni-img-wrapper img {
        border-radius: 15px; /* Matches rounded style */
        width: 100%;
        height: auto;
    }

    /* Responsive Mobile View */
    @media (max-width: 991px) {
        .omni-channel-section {
            padding: 50px 0;
        }
    }
    .learn-more-wrap {
        margin-left: -35em;
        margin-top: 20px;
    }
    a.learnmore {
        display: inline-block;
        background: #1b2a41;
        color: #ffffff;
        padding: 14px 28px;
        border-radius: 10px;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    .right-business {
        padding: 0px -8px;
        padding-top: 64px;
        padding-bottom: 50px;
    }
    .supplier-features {
    padding: 60px 0;
}

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

.feature-item p {
    font-size: 22px;
    line-height: 1.4;
    color: #1b2b44;
    margin: 0;
}

.feature-item strong {
    background: #e5e5e5;
    padding: 2px 6px;
    font-weight: 600;
}

/* Tablet */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .features-grid {
        grid-template-columns: 1fr;
    }

    .feature-item p {
        font-size: 18px;
    }
}
/* ================= TRUST TOP SECTION ================= */

.trust-expertise-top {
    padding: 90px 0 70px;
}

.trust-expertise-top .trust-head {
    max-width: 800px;
    margin: 0 auto 60px;
}

.trust-expertise-top .trust-box {
    padding: 0 22px;
}

.trust-expertise-top .trust-box img {
    margin-bottom: 18px;
    width: 100px;
}

.trust-expertise-top .trust-box h4 {
    margin-bottom: 12px;
}

/* ================= TRANSPARENT SECTION ================= */


/* 
.transparent-section .transparent-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #d50000;
    font-weight: bold;
} */

/* ================= MOBILE ================= */

@media (max-width: 768px) {
    .trust-expertise-top {
        padding: 60px 0;
    }

    .transparent-section {
        padding: 60px 0;
    }

    .transparent-section .transparent-content {
        margin-top: 30px;
    }
}
.leaders-grid {
    margin-top: 50px;
}

.leaders-item {
    text-align: center;
    margin-bottom: 50px;
}

.leaders-icon {
    margin-bottom: 20px;
}

.leaders-icon img {
    width: 60px;
    height: auto;
}

.leaders-item h4 {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 600;
}

.leaders-item p {
    font-size: 15px;
    line-height: 1.7;
    max-width: 320px;
    margin: 0 auto;
}
section.leaders-staffing {
    padding-top: 80px;
}

.industry-hero {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
    text-align: center;
  }
  
  .industry-hero__content {
    max-width: 720px;
    margin: 0 auto 50px;
  }
  
  .industry-hero__content h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0f2544;
  }
  
  .industry-hero__content p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a5b73;
    margin-bottom: 16px;
  }
  
  .industry-hero__image img {
    width: 100%;
    max-width: 1000px;
    border-radius: 14px;
    display: block;
    margin: 0 auto;
  }
  .job-popup-content input, .job-popup-content textarea, .job-popup-content select {
    color: gray !important;
}