* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-bar {
    background-color: #1a1a1a;
    padding: 10px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-bar img {
    height: 80px;
}

.call-btn {
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s;
}

.call-btn:hover {
    background-color: #f97316;
    border-color: #f97316;
}

/* hero-section Saifi start CSS */


.hero {
    background: url("/imgs/hero-bg.png") no-repeat center center/cover;
    position: relative;
    padding: 80px 0;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 600;
}

.hero span {
    color: #f97316;
    font-weight: 600;
}

.hero .btn-enquire {
    background: #fff;
    color: #000;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s;
}

.hero .btn-enquire:hover {
    background: #f97316;
    color: #fff;
}

/* ----------------- CAROUSEL ----------------- */
.hero-carousel img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 12px;
}

/* ----------------- FAQ SECTION ----------------- */


.faq-section {
    color: #fff;
    width: 100%;
    background: transparent;
    padding: 50px 20px;
}

.faq-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}

.info-box {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 15px;
    padding: 25px 20px;
    flex: 1 1 300px;
    min-width: 300px;
    max-width: 450px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    position: relative;
}

.info-box:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.12);
}

/* Popup overlay */
.faq-popup {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    /* auto to fit content */
    max-height: none;
    /* no scrolling */
    background: #ffffff;
    /* white background */
    color: #000000;
    /* black text */
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    z-index: 10;
}

.info-box:hover .faq-popup {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1.02);
    /* slight zoom effect */
}

/* Header inside box */
.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    z-index: 1;
}

.faq-header p {
    font-size: 1rem;
    color: #e5e7eb;
    margin: 0;
    line-height: 1.5;
    flex: 1;
}

.toggle-icon {
    font-size: 1.5rem;
    font-weight: 700;
    color: #e5e7eb;
}

/* Responsive tweaks */
@media (max-width: 1200px) {
    .info-box {
        max-width: 380px;
    }
}

@media (max-width: 991px) {
    .info-box {
        min-height: 170px;
    }
}

@media (max-width: 767px) {
    .info-box {
        flex: 1 1 48%;
        max-width: 48%;
        min-height: 160px;
    }

    .faq-header p {
        font-size: 0.95rem;
    }
}

@media (max-width: 575px) {
    .info-box {
        flex: 1 1 100%;
        max-width: 100%;
        min-height: 150px;
    }

    .faq-header p {
        font-size: 0.9rem;
    }
}

/* hero-section Saifi END  CSS */



/* Counter Section START SAIFI CSS */

.stats-number {
    font-weight: 700;
    font-size: 2.5rem;
    color: white;
}

.stats-label {
    font-size: 1rem;
    color: white;
}

.sub-text {
    color: white;
    margin-top: 0.5rem;
    margin-bottom: 2rem;
}

.call-to-action {
    background-color: #F3F4FF;
    padding: 2rem 1rem;
    border-radius: 0.375rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.btn-enquire {
    background-color: #0047AB;
    color: #FFFFFF;
    font-weight: 600;
}

.btn-enquire:hover {
    background-color: #002F6C;
    color: #FFF;
}


/* Counter Section END SAIFI CSS */


  /* .featured-card {
    text-align: center;
    margin-bottom: 20px;
} */

/* .featured-card img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
} */

/* .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    margin-top: 10px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
} */


/* ----------------- LAB Furniture SECTION SAIFI START----------------- */

.featured-section {
    background-color: #F3F4FF;
    padding: 60px 0;
}

.featured-title {
    color: black;
    text-align: center;
    margin-bottom: 40px;
}

.featured-carousel-container {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.featured-track {
    display: flex;
    transition: transform 0.8s ease;
    gap: 20px;
    padding: 0 10px;
}

.featured-item {
    flex: 0 0 calc(20% - 16px);
    max-width: calc(20% - 16px);
    box-sizing: border-box;
}

.featured-card {
    background-color: #505869;
    border: none;
    border-radius: 12px;
    text-align: center;
    color: white;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.featured-card img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
}

@media (max-width: 767px) {
    .featured-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    top: 45%;
    height: 50px;
    width: 50px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1);
}

/* ----------------- LAB  Furniture SECTION SAIFI END----------------- */


/* Our Partners Section SAIFI START CSS  */

.partners-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-title {
    .featured-carousel-container {
        overflow: hidden;
        width: 100%;
    }

    .featured-track {
        display: flex;
        gap: 20px;
        transition: transform 0.5s ease;
    }

    .featured-item {
        flex: 0 0 auto;
    }

    /* Card Styling */
    .featured-card {
        width: 260px;
        height: 340px;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
        background: #fff;
        display: flex;
        flex-direction: column;
    }

    .featured-card img {
        width: 100%;
        height: 75%;
        object-fit: cover;
    }

    .card-footer {
        padding: 10px;
        text-align: center;
    }

    .left-btn,
    .right-btn {
        padding: 6px 12px;
        margin: 2px;
        border-radius: 5px;
        border: none;
        cursor: pointer;
    }

    /* Scroll Animation */
    @keyframes featuredScroll {
        from {
            transform: translateX(0);
        }

        to {
            transform: translateX(-50%);
        }
    }

    /* Responsive adjustments */
    @media (max-width: 1200px) {
        .featured-card {
            width: 220px;
            height: 300px;
        }
    }

    @media (max-width: 992px) {
        .featured-card {
            width: 180px;
            height: 260px;
        }
    }

    @media (max-width: 768px) {
        .featured-card {
            width: 160px;
            height: 240px;
        }
    }

    @media (max-width: 576px) {

        /* Mobile: 1 card per screen */
        .featured-track {
            gap: 15px;
        }

        .featured-item {
            flex: 0 0 100%;
            display: flex;
            justify-content: center;
        }

        .featured-card {
            width: 90%;
            /* almost full width */
            height: auto;
            /* maintain image aspect ratio */
        }

        .featured-title {
            font-size: 1.5rem;
            margin-bottom: 20px;
            text-align: center;
        }

        .card-footer {
            display: flex;
            flex-direction: column;
            gap: 5px;
            padding: 8px;
        }

        .left-btn, .right-btn {
            width: 100%;
            padding: 8px 0;
            font-size: 0.9rem;
        }
    }

    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 50px;
    color: #333;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.logo-track {
    display: flex;
    animation: scroll 30s linear infinite;
    width: fit-content;
}

.logo-track:hover {
    animation-play-state: paused;
}

.logo-item {
    width: 180px;
    height: 120px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.logo-item img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 992px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
}


/* Our Partners Section SAIFI END CSS */


/* Multi-School SAIFI  Section CSS */

.multi-schol {
    background: #f0f1f9;
    padding: 60px 0;
}

.picano-container {
    max-width: 1200px;
    margin: 0 auto;
}

.picano-heading {
    font-weight: 600;
    color: #000;
    margin: 3rem 0 2.5rem 0;
    line-height: 1.2;
    text-align: left;
    padding: 0 15px;
}

.picano-video-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 4rem;
    padding: 0 15px;
}

.picano-video-box {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 0;
    overflow: visible;
}

.picano-video-img {
    width: 100%;
    height: auto;
    display: block;
}

.picano-featured-card {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    z-index: 10;
    width: calc(100% - 30px);
    max-width: 550px;
}

.picano-featured-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 500;
}

.picano-logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}

.picano-logo {
    height: 50px;
    padding: 5px 0px;
}


/* =============================
   Responsive Adjustments
============================= */
@media (max-width: 991px) {
    .picano-feature-card {
        padding: 25px 20px;
    }

    .picano-feature-desc {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .picano-feature-card {
        padding: 50px 20px;
        border-radius: 10px;
    }

    .picano-star {
        width: 45px;
        height: 45px;
        margin-bottom: 12px;
    }

    .picano-feature-desc {
        font-size: 14px;
        line-height: 1.6;
    }

    .picano-feature-card {
        cursor: pointer;
    }
}

@media (max-width: 576px) {
    .picano-features-area {
        margin-top: 5rem;
    }

    .picano-feature-card {
        padding: 50px 16px;
    }

    .picano-feature-desc {
        font-size: 14px;
    }
}




@media (max-width: 991px) {
    .picano-heading {
        font-size: 1rem;
        margin: 2rem 0 2rem 0;
    }
}

@media (max-width: 767px) {
    .picano-heading {
        font-size: 1rem;
        margin: 1.5rem 0 1.5rem 0;
    }

    .picano-logo-wrap {
        gap: 15px;
    }

    .picano-logo {
        height: 32px;
    }
}


/* Multi-School SAIFI  Section CSS END */


/* hero-banner Saifi START CSS  */

.hero-banner {
    background-image: url('/imgs/small-section.png');
    background-size: cover;
    background-position: center;
    min-height: 220px;
    border-radius: 16px;
    display: flex;
    align-items: center;
}

.overlay {
    background: rgba(10, 28, 70, 0.70);
    border-radius: 16px;
    min-height: 220px;
    padding: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 767.98px) {
    .overlay {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 15px;
    }
}

/* hero-banner Saifi END CSS  */



/* Labs Section SAIFI START CSS  */


/* ---------- Titles ---------- */
.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin: 3rem 0 2rem;
    color: #000;
}

/* ---------- Card Styles ---------- */
.lab-card {
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    height: 100%;
    background: #cddeec;
}

.card-img-top {
    height: 300px;
    object-fit: cover;
    width: 100%;
}

.card-body {
    background-color: #cddeec;
    padding: 0.5rem;
    display: flex;
    flex-direction: column;
}

.card-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: white;
}

.card-text {
    font-size: 0.95rem;
    color: #000;
    font-weight: 600;
    flex-grow: 1;
}

.explore-link {
    color: #0d28fd;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.explore-link:hover {
    color: #0a1fb8;
}

.explore-link::after {
    content: '→';
    margin-left: 0.5rem;
    font-size: 1.2rem;
}

/* ---------- Button ---------- */
.enquire-btn-container {
    text-align: center;
    margin: 3rem 0;
}

.enquire-btn {
    background-color: #0d28fd;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 8px;
    border: none;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
}

.enquire-btn:hover {
    background-color: #0a1fb8;
}

.enquire-btn::after {
    content: '→';
    margin-left: 0.75rem;
    font-size: 1.3rem;
}

/* ---------- OFFSET for 2nd & 4th Cards ---------- */
@media (min-width: 992px) {
    .desktop-down {
        transform: translateY(25px);
    }
}

/* ---------- Responsive Tweaks ---------- */
@media (max-width: 767px) {
    .section-title {
        font-size: 1.8rem;
        margin: 2rem 0 1.5rem;
    }

    .card-img-top {
        height: 250px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-img-top {
        height: 280px;
    }
}

/* Labs Section SAIFI END CSS */



/* certificates Section SAIFI START CSS   */

.certificates-text {
    font-size: 1.1rem;
    max-width: 380px;
}

.certificates-img {
    max-height: 240px;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 8px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
    .certificates-text {
        max-width: 100%;
        margin-bottom: 15px;
        font-size: 1rem;
    }

    .certificates-img {
        max-height: 180px;
        margin-bottom: 10px;
    }
}

/* certificates Section SAIFI END CSS   */



/*  Amazing Section SAIFI Start  */


.card-img-top {
    height: 200px;
    object-fit: cover;
    border: 10px solid #e9ecef;
}

/*  Amazing Section SAIFI END  */


/* testimonial section SAIFI START CSS */


/* testimonial section SAIFI END CSS */



/* Form Section SAIFI START CSS */

.form-container-wrapper {
    background-image:
        linear-gradient(rgba(249, 249, 249, 0.85), rgba(249, 249, 249, 0.85)),
        url('/imgs/Form-BG.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 20px;
}

.form-container {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    max-width: 800px;
    width: 100%;
}

.form-title {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 30px;
    text-align: center;
}

.form-title strong {
    font-weight: 900;
}

.form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0;
    height: 45px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #007bff;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.btn-enquire {
    background-color: #001f7f;
    border-color: #001f7f;
    color: #ffffff;
    padding: 10px 30px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-enquire:hover {
    background-color: #0033cc;
    border-color: #0033cc;
}

.form-check-label {
    font-size: 0.75rem;
    color: #6c757d;
}

@media (max-width: 576px) {
    .form-container {
        padding: 25px;
    }

    .form-title {
        font-size: 1.5rem;
    }
}

/* Form Section SAIFI END CSS */


/* Director Profile Section SAIFI START CSS */

.name-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
}

.linkedin-icon {
    font-size: 2rem;
    color: #0A66C2;
    text-decoration: none;
}

.linkedin-icon:hover {
    color: #084182;
}

.para-col p {
    margin-bottom: 1rem;
}

.img-col img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}

/* Director Profile Section SAIFI END CSS */