﻿.mt-6 {
    margin-top: 6.5rem;
}

.mt-8 {
    margin-top: 8rem;
}

.cl-blue-1 {
    
    color: var( --nav-hover-color ) !important;
}

/* ================= WHY SECTION ================= */
.why-section {
    background: #f9fbff;
    position: relative;
}

.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 35px 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    }

.icon-box {
    width: 60px;
    height: 60px;
    background: #e9f1ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 24px;
    color: #2563eb;
}

.feature-card p {
    font-size: 15px;
    color: #4b5563;
    line-height: 1.6;
}

/* ================= ABOUT ================= */
.home-about {
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.text-gradient {
    background: linear-gradient(90deg, #0d6efd, #20c997);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-content p {
    line-height: 1.7;
    font-size: 15.5px;
}

.about-visual {
    position: relative;
}

.floating-badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: linear-gradient(135deg, #0d6efd, #20c997);
    padding: 15px 20px;
    border-radius: 12px;
    color: white;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0px);
    }
}

.about-visual img {
    max-height: 45rem;
    right: 0;
    position: relative;
}

/* ================= RENT A RECRUITER ================= */
.rent-recruiter .section-heading {
    font-size: 2.3rem;
    color: #0b1f3a;
}

.feature-list h6 {
    font-weight: 600;
}

.raas-diagram {
    border: 1px solid #eee;
}

.step-box {
    background: #f4f7fb;
    padding: 10px 14px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin: 5px;
    white-space: nowrap;
}

.arrow {
    font-size: 20px;
    font-weight: bold;
    color: #0d6efd;
    margin: 0 5px;
}

/* ================= COMMON CTA ================= */
.cta-box {
    background: linear-gradient(331deg, #5de4ff, #2ca7c2, #0d6efd);
    color: #fff !important;
  
}

    .cta-box .btn {
        background: #fff;
        color: #0b1f3a;
        font-weight: 600;
    }

    .cta-box p {
        color: #fff !important;
    }

    .cta-box h4 {
        color: #fff !important;
    }
/* ================= EXECUTIVE SEARCH ================= */
.executive-search .section-heading {
    font-size: 2.4rem;
    color: #0b1f3a;
}

/* ================= COMMON TIMELINE ================= */
.timeline {
    border-left: 3px solid #0d6efd;
    padding-left: 20px;
}

.timeline-step {
    margin-bottom: 20px;
    position: relative;
    font-weight: 500;
}

    .timeline-step::before {
        content: "";
        width: 14px;
        height: 14px;
        background: #0d6efd;
        border-radius: 50%;
        position: absolute;
        left: -29px;
        top: 5px;
    }

/* ================= VALUE BOX ================= */
.value-box {
    background: #f4f7fb;
    color: #333;
    font-size: 16px;
}

/* ================= RPO ================= */
.rpo-section .section-heading {
    font-size: 2.4rem;
    color: #0b1f3a;
}

.rpo-process {
    border: 1px solid #eee;
}

/* ================= CONTRACT STAFFING ================= */
.contract-staffing-section .section-heading {
    font-size: 2.5rem;
    color: #0b1f3a;
}

.hero-card {
    border: 1px solid #eee;
}

.risk-card {
    background: #fff;
    border-left: 5px solid;
}

    .risk-card.bad {
        border-color: #dc3545;
        background: #fff5f5;
    }

    .risk-card.good {
        border-color: #198754;
        background: #f4fff7;
    }

    .risk-card ul {
        padding-left: 18px;
    }

.benefit-box {
    border-radius: 12px;
    background: #f8fbff;
    transition: 0.3s;
}

    .benefit-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

.highlight-box {
    background: #eef4ff;
    font-size: 17px;
    color: #333;
}

/* ================= SKILLING ================= */
.skilling-section .section-heading {
    font-size: 2.5rem;
    color: #0b1f3a;
}

.skill-flow {
    margin-top: 20px;
}

.flow-box {
    background: #f1f6ff;
    padding: 10px 14px;
    border-radius: 8px;
    font-weight: 600;
    margin: 5px;
}

.flow-arrow {
    font-size: 20px;
    margin: 0 6px;
    color: #0d6efd;
}

.learning-card {
    border: 1px solid #eee;
}

.skill-box {
    background: #f8fbff;
    border-radius: 12px;
    transition: 0.3s;
}

    .skill-box:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

.transform-box {
    background: #eef4ff;
    color: #333;
}

/* ================= BGV ================= */
.bgv-section .section-heading {
    font-size: 2.5rem;
    color: #0b1f3a;
}

.secure-diagram-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.secure-circle {
    position: relative;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    border: 2px dashed #0d6efd;
}

.center-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #0b1f3a;
    color: #fff;
    padding: 20px;
    border-radius: 50%;
    text-align: center;
}

.node {
    position: absolute;
    background: #fff;
    border: 2px solid #0d6efd;
    border-radius: 50px;
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
}

/* ================= PAYROLL ================= */
.payroll-section .section-heading {
    font-size: 2.5rem;
    color: #0b1f3a;
}

.dashboard-box {
    background: #ffffff;
    border: 1px solid #eee;
}

.compliance-tile {
    background: #f8fbff;
    border-radius: 12px;
    transition: 0.3s;
}

    .compliance-tile:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

/* ================= HERO ================= */
.hero-section {
    background: linear-gradient(rgba(10, 25, 47, 0.85), rgba(10, 25, 47, 0.85)), url('../img/IT/IT_3.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    padding: 120px 0;
}

.section-title {
    font-weight: 600;
    /*    margin-bottom: 20px;*/
    color: #0a1931;
}

.card-box {
    border: none;
    border-radius: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

    .card-box:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    }

/* ================= BUTTON ================= */
.btn-primary {
    background-color: #1f6feb;
    border: none;
    padding: 12px 28px;
    font-weight: 500;
}

    .btn-primary:hover {
        background-color: #174ea6;
    }

.highlight {
    color: #f8fbff;
    font-weight: 800;
    font-size: 72px;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 30px;
    text-shadow: 0 10px 30px rgba(0,0,0,.4);
}



/* Section */
.why-recruiter-section {
    background-color: #ffffff;
}

/* Title */
.section-title {
    font-size: 2.3rem;
    font-weight: 700;
    color: #1f2937;
}

.section-subtitle {
    color: #6c757d;
    font-size: 1.1rem;
}

/* Timeline Line */
.timeline-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.timeline-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(13, 110, 253, 0.2);
    transform: translateY(-50%);
    z-index: 0;
}

/* Card */
.feature-card {
    position: relative;
    z-index: 1;
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    height: 100%;
}

    .feature-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    }

/* Icon */
.icon-circle {
    width: 75px;
    height: 75px;
    margin: 0 auto 20px;
    border-radius: 50%;
    background: rgba(13, 110, 253, 0.1);
    color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}

/* Text */
.feature-title {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
    color: #1f2937;
}

.feature-desc {
    font-size: 0.9rem;
    color: #6c757d;
}

/* Responsive Improvements */
@media (max-width: 991px) {

    .timeline-line {
        display: none;
    }

    .feature-card {
        padding: 25px 15px;
    }

    .section-title {
        font-size: 1.8rem;
    }
}





/* TIMELINE SECTION */
.timeline-card {
    max-width: 800px;
    background: #ffffff;
    border-radius: 20px;
    padding: 50px 40px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    border: 1px solid #e5e7eb;
}

/* TITLE */
.timeline-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f172a;
}

/* TIMELINE LINE */
.timeline {
    position: relative;
    margin-left: 20px;
    padding-left: 30px;
    border-left: 3px solid #2563eb;
}

/* ITEM */
.timeline-item {
    position: relative;
    margin-bottom: 35px;
}

/* DOT */
.timeline-dot {
    position: absolute;
    left: -42px;
    top: 6px;
    width: 14px;
    height: 14px;
    background: #2563eb;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 3px #2563eb;
    transition: 0.3s;
}

/* HOVER EFFECT */
.timeline-item:hover .timeline-dot {
    transform: scale(1.2);
    box-shadow: 0 0 0 5px rgba(37,99,235,0.3);
}

/* TEXT */
.timeline-item h5 {
    font-size: 17px;
    font-weight: 500;
    color: #334155;
    margin: 0;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .timeline-card {
        padding: 30px 20px;
    }

    .timeline {
        padding-left: 20px;
    }
}



/* ===== NAV HOVER – FINAL (No underline / no bottom border) ===== */

/* base link */
#header .navmenu > ul > li > a {
    padding: 10px 14px;
    border-radius: 999px; /* pill style */
    transition: all .18s ease;
    font-weight: 650;
    text-decoration: none !important;
    border-bottom: none !important;
    position: relative;
    letter-spacing: 0.4px;
    font-family: 'Poppins', 'Segoe UI', sans-serif !important;
    font-size: 16px !important;
}

    /* remove template underline / line effect */
    #header .navmenu > ul > li > a::after,
    #header .navmenu > ul > li > a::before {
        display: none !important;
        content: none !important;
    }

    /* hover + active = filled blue only */
    #header .navmenu > ul > li > a:hover,
    #header .navmenu > ul > li > a.active {
        background: #0d6efd;
        color: #fff !important;
        box-shadow: 0 10px 22px rgba(13,110,253,.22);
        border-bottom: none !important;
        text-decoration: none !important;
    }

/* ===== DROPDOWN ===== */

#header .navmenu .dropdown ul {
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(13,110,253,.12);
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

    #header .navmenu .dropdown ul li a {
        border-radius: 10px;
        padding: 10px 12px;
        transition: all .18s ease;
        text-decoration: none !important;
    }

        #header .navmenu .dropdown ul li a:hover {
            background: rgba(13,110,253,.12);
            color: #0d6efd !important;
        }



/* ===== WHY SECTION CARD HOVER ===== */

.why-section .feature-card {
    background: #fff;
    border: 1px solid rgba(13,110,253,.12);
    border-radius: 18px;
    padding: 22px 18px;
    height: 100%;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
    box-shadow: 0 10px 26px rgba(0,0,0,.06);
}

    .why-section .feature-card:hover {
        transform: translateY(-6px);
        border-color: rgba(13,110,253,.35);
        box-shadow: 0 18px 45px rgba(13,110,253,.22); /* blue shadow */
    }

    /* icon box polish */
    .why-section .feature-card .icon-box {
        width: 120px;
        height: 85px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 12px;
        background: rgba(13,110,253,.10);
        transition: background .18s ease, transform .18s ease;
    }

    .why-section .feature-card:hover .icon-box {
        background: rgba(13,110,253,.16);
        transform: scale(1.04);
    }

    .why-section .feature-card .icon-box i {
        font-size: 24px;
        color: #0d6efd;
    }

/* ===== MODERN HERO FULL IMAGE ===== */

/*.hero-modern {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}*/

/* background image full width */
/*.hero-modern .hero-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

        .hero-modern .hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }*/

/* blue overlay for readability */
/*.hero-modern .hero-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient( rgba(13, 110, 253, 0.65), rgba(13, 110, 253, 0.65) );
    }*/

/* center text */
/*.hero-center-content {
    position: relative;
    z-index: 2;
    color: #fff;
}*/

/* heading style */
/*.hero-modern h1 {
    font-size: 2.6rem;
    font-weight: 700;
}*/

/* paragraph */
/*.hero-modern .hero-description {
    font-size: 1.2rem;
    opacity: 0.95;
}*/

/* responsive */
/*@media (max-width: 768px) {
    .hero-modern h1 {
        font-size: 1.8rem;
    }
}*/

/* ===== MODERN HERO FULL IMAGE (Light Dark Overlay Only) ===== */

.hero-modern {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    overflow: hidden;
}

    /* background image full width */
    .hero-modern .hero-bg {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

        .hero-modern .hero-bg img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transform: scale(1.02); /* slight zoom for modern feel */
        }

    /* light black transparent layer */
    .hero-modern .hero-overlay {
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.50); /* adjust 0.25–0.45 if needed */
    }

/* center text */
.hero-center-content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.hero-modern h1 {
    font-size: 2.6rem;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.hero-modern .hero-subtext {
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 800;
    opacity: .95;
}

/* hero button */
.hero-modern .hero-actions .btn {
    background: #0d6efd;
    border: none;
    box-shadow: 0 14px 30px rgba(13,110,253,.28);
    transition: transform .18s ease, box-shadow .18s ease;
}

    .hero-modern .hero-actions .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 18px 40px rgba(13,110,253,.32);
    }

/* responsive */
@media (max-width: 768px) {
    .hero-modern {
        min-height: 70vh;
    }

        .hero-modern h1 {
            font-size: 1.8rem;
        }
}
/* ===== HERO CONTACT BUTTON HOVER ===== */

.hero-modern .hero-actions .btn {
    background: #0d6efd;
    color: #fff;
    border: 2px solid #0d6efd;
    box-shadow: 0 14px 30px rgba(13,110,253,.28);
    transition: all .2s ease;
}

    /* hover → white button */
    .hero-modern .hero-actions .btn:hover {
        background: #fff;
        color: #0d6efd !important;
        border-color: #fff;
        box-shadow: 0 18px 40px rgba(0,0,0,.18);
        transform: translateY(-2px);
    }

/* ===== Floating Shapes (Premium Corporate) ===== */

.hero-modern .hero-bg {
    overflow: hidden;
}

.hero-modern .hero-shape {
    position: absolute;
    border-radius: 999px;
    background: rgba(13,110,253,0.16);
    filter: blur(0.2px);
    z-index: 2; /* above image, below text */
    animation: floatY 8s ease-in-out infinite;
}

    /* individual sizes/positions */
    .hero-modern .hero-shape.s1 {
        width: 140px;
        height: 140px;
        left: 6%;
        top: 18%;
        animation-duration: 9s;
    }

    .hero-modern .hero-shape.s2 {
        width: 90px;
        height: 90px;
        right: 10%;
        top: 22%;
        animation-duration: 7s;
        animation-delay: -1s;
    }

    .hero-modern .hero-shape.s3 {
        width: 180px;
        height: 180px;
        right: 6%;
        bottom: 12%;
        animation-duration: 10s;
        animation-delay: -2s;
    }

    .hero-modern .hero-shape.s4 {
        width: 70px;
        height: 70px;
        left: 18%;
        bottom: 18%;
        animation-duration: 6.5s;
        animation-delay: -1.5s;
    }

    .hero-modern .hero-shape.s5 {
        width: 110px;
        height: 110px;
        left: 48%;
        top: 12%;
        animation-duration: 8.5s;
        animation-delay: -3s;
    }

@keyframes floatY {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(-18px) translateX(10px);
    }
}

/* keep shapes subtle on mobile */
@media (max-width: 768px) {
    .hero-modern .hero-shape {
        opacity: 0.35;
    }

        .hero-modern .hero-shape.s3,
        .hero-modern .hero-shape.s5 {
            display: none;
        }
}

/* ===== WHY SECTION IMAGE ICON ===== */

.why-section .icon-box {
    width: 90px;
    height: 90px;
    margin: 0 auto 15px;
    border-radius: 16px;
    background: rgba(13,110,253,0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

    .why-section .icon-box img {
        width: 110px;
        height: 95px;
        object-fit: contain;
    }

/* hover effect */
.why-section .feature-card:hover .icon-box {
    background: rgba(13,110,253,0.12);
    transform: translateY(-3px) scale(1.05);
}


/* ===== Logo Marquee Section ===== */

.logo-marquee {
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 40px 0;
    position: relative;
}

/* Track */

.logo-track {
    display: flex;
    align-items: center;
    gap: 70px;
    width: max-content;
    animation: logoScroll 25s linear infinite;
}

/* Continuous Scroll Animation */

@keyframes logoScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Logo Container */

.logo-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 90px;
    padding: 10px;
    background: #fff;
    border-radius: 12px;
    transition: all .3s ease;
}

    /* Logo Images */

    .logo-item img {
        max-width: 100%;
        max-height: 65px;
        object-fit: contain;
        transition: all .3s ease;
    }

    /* Hover Effect */

    .logo-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    }

        .logo-item:hover img {
            transform: scale(1.08);
        }

/* Responsive */

@media(max-width:768px) {

    .logo-track {
        gap: 40px;
    }

    .logo-item {
        width: 140px;
        height: 70px;
    }

        .logo-item img {
            max-height: 50px;
        }
}




/* ===== Footer Section ===== */

.footer-section {
    background: #ffffff;
    padding: 80px 0 0 0;
    position: relative;
    font-family: 'Poppins',sans-serif;
    border-top: 1px solid #e9ecef;
}

/* Top section spacing */

.footer-top {
    padding-bottom: 60px;
}

/* ===== Logo ===== */

.footer-logo {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #0f172a;
}

    .footer-logo span {
        background: linear-gradient(45deg,#0d6efd,#00b4ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

/* ===== About Text ===== */

.footer-about p {
    margin-top: 18px;
    color: #6b7280;
    font-size: 15px;
    line-height: 1.8;
}

/* ===== Contact Info ===== */

.footer-contact p {
    font-size: 14px;
    margin: 12px 0;
    color: #475569;
    display: flex;
    align-items: center;
}

.footer-contact i {
    margin-right: 12px;
    color: #0d6efd;
    font-size: 16px;
}

/* ===== Column Titles ===== */

.footer-links h4,
.footer-social h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 22px;
    color: #0f172a;
    position: relative;
}

    /* underline animation */

    .footer-links h4::after,
    .footer-social h4::after {
        content: '';
        width: 40px;
        height: 3px;
        background: #0d6efd;
        position: absolute;
        bottom: -8px;
        left: 0;
        border-radius: 5px;
    }

/* ===== Footer Links ===== */

.footer-links ul {
    list-style: none;
    padding: 0;
}

    .footer-links ul li {
        margin-bottom: 12px;
    }

        .footer-links ul li a {
            text-decoration: none;
            color: #64748b;
            font-size: 14px;
            position: relative;
            transition: all .3s ease;
        }

            /* underline hover animation */

            .footer-links ul li a::after {
                content: '';
                position: absolute;
                width: 0%;
                height: 2px;
                left: 0;
                bottom: -3px;
                background: #0d6efd;
                transition: width .3s;
            }

            .footer-links ul li a:hover {
                color: #0d6efd;
                padding-left: 6px;
            }

                .footer-links ul li a:hover::after {
                    width: 100%;
                }

/* ===== Social Icons ===== */

.social-icons {
    margin-top: 15px;
}

    .social-icons a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border-radius: 50%;
        margin-right: 12px;
        font-size: 18px;
        color: #0f172a;
        background: #f1f5f9;
        transition: all .3s ease;
    }

        /* hover effect */

        .social-icons a:hover {
            background: linear-gradient(135deg,#0d6efd,#00b4ff);
            color: #fff;
            transform: translateY(-6px);
            box-shadow: 0 10px 20px rgba(0,0,0,0.15);
        }

/* ===== Footer Bottom ===== */

.footer-bottom {
    margin-top: 50px;
    border-top: 1px solid #e5e7eb;
    padding: 22px 0;
    background: #fafafa;
}

    /* copyright */

    .footer-bottom p {
        margin: 0;
        font-size: 14px;
        color: #64748b;
    }

/* policy links */

.footer-policy a {
    text-decoration: none;
    margin-left: 22px;
    font-size: 14px;
    color: #64748b;
    position: relative;
    transition: .3s;
}

    /* animated underline */

    .footer-policy a::after {
        content: '';
        position: absolute;
        width: 0%;
        height: 2px;
        bottom: -4px;
        left: 0;
        background: #0d6efd;
        transition: .3s;
    }

    .footer-policy a:hover {
        color: #0d6efd;
    }

        .footer-policy a:hover::after {
            width: 100%;
        }

/* ===== Responsive ===== */

@media (max-width:991px) {

    .footer-links,
    .footer-social {
        margin-top: 30px;
    }

    .footer-policy {
        margin-top: 10px;
        text-align: left !important;
    }

        .footer-policy a {
            margin-left: 0;
            margin-right: 15px;
        }
}



/* Header CTA button like "Search Jobs" */

.nav-btn {
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #0d6efd;
    border: 2px solid #0d6efd;
    border-radius: 30px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    background: transparent;
}

    /* Hover Effect */

    .nav-btn:hover {
        background: #0d6efd;
        color: #ffffff;
        transform: translateY(-1px);
    }

    .logo-item img {
        max-height: 50px;
    }
}




.press-section {
    background: #f7fbff;
}

.press-card {
    border-radius: 15px;
    padding: 25px;
    transition: all .3s ease;
    border: none;
}

    .press-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.1);
    }

.press-title {
    font-weight: 700;
    color: #0d3c6b;
    margin-bottom: 15px;
}

.press-desc {
    color: #6c757d;
    min-height: 60px;
}

.btn-primary {
    background: #1da1f2;
    border: none;
}

    .btn-primary:hover {
        background: #0c7cd5;
    }


.press-details {
    background: #f7fbff;
}

.press-wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
}

.press-title {
    font-size: 32px;
    font-weight: 700;
    color: #0d3c6b;
    margin-bottom: 10px;
}

.press-date {
    color: #6c757d;
    font-size: 14px;
}

    .press-date i {
        margin-right: 6px;
    }

.press-image img {
    width: 100%;
    max-height: 450px;
    object-fit: cover;
}

.press-content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

    .press-content p {
        margin-bottom: 15px;
    }

    .press-content h2 {
        font-size: 24px;
        margin-top: 25px;
        color: #0d3c6b;
    }
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1300px !important; /* your value */
    }
}
