
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

/* ===== BODY TEXT ===== */
.body-text {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #000; /* You can adjust */
}

/* ===== HERO / HIGHLIGHT HEADINGS ===== */
.hero-heading {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

.accordion-luxury
{
  margin-top:4em;
}

/* ===== SECTION HEADINGS ===== */
.section-heading {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

/* ===== SUBHEADINGS / CTA ===== */
.sub-heading {
    font-family: 'DM Sans', sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    color: #000;
}

/* ===== SMALL INFO / ACADEMIC TEXT ===== */
.small-text {
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    color: #555;
}

/* ===== CTA / HIGHLIGHT SMALL HEADING ===== */
.cta-heading {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #000;
}

/* ===== SPECIFIC CLASSES (OPTIONAL) ===== */
.about-frameboxx { font-family: 'DM Sans', sans-serif; font-size: 18px; }
.legacy-creative { font-family: 'Playfair Display', serif; font-size: 36px; }
.intro-interior { font-family: 'Playfair Display', serif; font-size: 21px; }
.progressive-mastery { font-family: 'Playfair Display', serif; font-size: 24px; }
.bvoc-interior { font-family: 'DM Sans', sans-serif; font-size: 18px; }
.semester-text { font-family: 'Playfair Display', serif; font-size: 14px; }
.learning-beyond { font-family: 'Playfair Display', serif; font-size: 36px; }
.our-programs { font-family: 'DM Sans', sans-serif; font-size: 18px; }
.interior-courses { font-family: 'Playfair Display', serif; font-size: 36px; }
.craft-future { font-family: 'Playfair Display', serif; font-size: 36px; }
.events-gallery { font-family: 'Playfair Display', serif; font-size: 36px; }
.testimonials { font-family: 'DM Sans', sans-serif; font-size: 18px; }
.our-locations { font-family: 'Playfair Display', serif; font-size: 36px; }


        /* ----- Office address block (below form) ----- */
        .office-address-block {
            background: #faf7f2;
            border-radius: 20px;
            padding: 24px 28px;
            margin-top: 32px;
            border: 1px solid rgba(184, 134, 11, 0.25);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
            transition: all 0.3s ease;
        }

        .office-address-block:hover {
            border-color: #b8860b;
            box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
            transform: translateY(-2px);
        }

        .address-icon {
            font-size: 1.8rem;
            color: #b8860b;
            margin-right: 16px;
            float: left;
        }

        .address-text {
            font-size: 0.95rem;
            line-height: 1.6;
            color: #2c241a;
            font-weight: 500;
            overflow: hidden;
            text-align:left;
        }

        .address-text strong {
            color: #b8860b;
            font-weight: 700;
        }

        /* ----- Responsive (mobile fine-tuning) ----- */
        @media (max-width: 576px) {

            .form-header,
            .form-body {
                padding: 20px;
            }

            .btn-primary-custom, .btn-outline-custom {
                width: 100%;
                text-align: center;
            }

            .office-address-block {
                padding: 18px;
            }

            .address-icon {
                font-size: 1.4rem;
                margin-right: 12px;
            }
        }

        .tool-logo {
            width: 35px;
        }

        /* ============================================
           11. COURSE CURRICULUM — ACCORDION
           ============================================ */
        .curriculum-section {
            background: #fff8ed;
            position: relative;
        }

        .curriculum-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, var(--border-light), transparent);
        }

        .accordion-luxury .accordion-item {
            background: #fff9f1;
            border: 1px solid #e5e2dc;
            border-radius: 6px !important;
            margin-bottom: 12px;
            overflow: hidden;
            transition: border-color 0.3s ease, box-shadow 0.3s ease;
        }

        .accordion-luxury .accordion-item:hover {
            border-color: #b8860b;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }

        .accordion-luxury .accordion-button {
            background: var(--card-bg);
            color: var(--text-primary);
            
            font-size: 1.05rem;
            font-weight: 600;
            padding: 20px 24px;
            box-shadow: none !important;
            border: none;
            transition: all 0.3s ease;
        }

        .accordion-luxury .accordion-button::after {
            filter: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2396780A' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
            transition: transform 0.3s ease;
        }
.accordion-button::after
{
    margin-left: inherit;
}
        .accordion-luxury .accordion-button:not(.collapsed) {
            background: var(--gold-subtle);
            color: var(--gold-dark);
        }

        .accordion-luxury .accordion-button:not(.collapsed)::after {
            transform: rotate(-180deg);
            filter: none;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%2396780A' viewBox='0 0 16 16'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        }

        .accordion-luxury .accordion-body {
            padding: 0 24px 20px;
            color: var(--text-muted);
            font-size: 0.9rem;
            line-height: 1.8;
        }

        .accordion-luxury .accordion-body ul {
            list-style: none;
            padding: 0;
        }

        .accordion-luxury .accordion-body ul li {
            padding: 6px 0;
            display: flex;
            align-items: flex-start;
            gap: 10px;
        }

        .accordion-luxury .accordion-body ul li i {
            color: var(--gold);
            font-size: 0.6rem;
            margin-top: 7px;
            flex-shrink: 0;
        }

        .semester-tag {
            display: inline-block;
            padding: 3px 12px;
            background: rgba(184, 150, 12, 0.18);
            ;
            border: 1px solid rgba(184, 150, 12, 0.18);
            ;
            border-radius: 2px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: var(--gold-dark);
            margin-right: 12px;
              font-family: 'Playfair Display', serif;
              margin:0 auto;
    font-size: 14px;
        }

        /* 25% width menu */
        .custom-offcanvas {
            width: 25% !important;
            background-color: #f4efe5;
        }

        /* Mobile full width (optional) */
        @media (max-width: 768px) {
            .hero-content .btn{
                min-width:305px;
            }
            .hero-badge
            {
                display:block !important;
            }
            .hero-badge span {
   
    width: 100%;
    display: block;
}
            .btn-primary-custom{
                margin:0 auto;
                width:auto;
            }
            .custom-offcanvas {
                width: 75% !important;
            }

            .navbar-brand img {
                width: 160px !important;
            }

          

            .anim-item.animated {

                margin-bottom: 10px;
            }

            .craft-horizontal {
                display: block !important;
            }

            .craft-step-card::after,
            .craft-step-card::before {
                content: unset !important;
            }

            .recruiter-logo img {
                width: 160px;
            }
        }

        /* Menu Links */
        .custom-offcanvas .nav-link {
            color: #b8860b !important;
            text-transform: uppercase;
            font-size: 16px;
            padding: 10px 0;
            font-weight: 500;
        }

        /* Hover effect */
        .custom-offcanvas .nav-link:hover {
            color: #000;
        }

        /* Close button styling (optional) */
        .offcanvas-header .btn-close {
            font-size: 18px;
        }

        /* Call Button Style */
        .call-btn {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 10px 18px;
            border-radius: 30px;
            font-weight: 600;
            position: relative;
            overflow: hidden;
        }

        .industry-icon i {
            font-size: 40px;
            color: #ff6b00;
            transition: 0.3s;
        }

        .industry-card:hover .industry-icon i {
            transform: scale(1.2);
            color: #000;
        }

        /* Owl overrides */
        .owl-theme .owl-dots .owl-dot span {
            background: var(--text-muted);
            width: 8px;
            height: 8px;
            transition: var(--ease)
        }

        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: var(--gold);
            box-shadow: 0 0 8px var(--gold)
        }

        .owl-theme .owl-nav [class*='owl-'] {
            background: rgb(184 134 11) !important;
            border: 1px solid rgba(255, 215, 0, 0.15) !important;
            color: white !important;
            width: 42px !important;
            height: 42px !important;
            line-height: 42px !important;
            border-radius: 4px !important;
            margin: 0 6px !important;
            transition: var(--ease);
            font-size: 1rem !important;
        }

        .owl-theme .owl-nav [class*='owl-']:hover {
            rgb(184 134 11 0.15) !important;
            !important;
            box-shadow: 0 0 16px rgba(255, 215, 0, 0.2)
        }

        /* Icon */
        .call-btn i {
            font-size: 16px;
        }

        /* Pulse Animation */
        .call-btn::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 30px;
            border: 2px solid rgba(255, 255, 255, 0.4);
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.7;
            }

            70% {
                transform: scale(1.2);
                opacity: 0;
            }

            100% {
                opacity: 0;
            }
        }

        /* Hover effect */
        .call-btn:hover {
            transform: translateY(-2px);
        }

        /* Custom Hamburger */
        .navbar-toggler {
            border: none;
            padding: 5px;
        }

        .hamburger-line {
            display: block;
            width: 22px;
            height: 2px;
            background: #000;
            margin: 4px 0;
        }

        .form-wrapper {
            border-radius: 20px;
            overflow: hidden;
            background: #fff;
            border: 1px solid #b8860b;
        }

        .form-header {
            background: #f3eee4;
            color: black;
            padding: 24px 28px;
        }

        .form-title {
            
            font-size: 1.5rem;
            margin: 0;
        }

        .form-body {
            padding: 28px;
        }

        .consent-text-dark {
            font-size: 10px;
            color: #aaa;
            margin-top: 12px;
            line-height: 1.3;
            text-align: justify;
        }

        .consent-text {
            font-size: 14px;
        }

        .degree-program-section {
            background: var(--bg-dark);
            position: relative;
            overflow: hidden
        }

        .degree-program-section::before {
            content: '';
            position: absolute;
            top: -100px;
            right: -100px;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(184, 134, 11, 0.12), transparent 70%);
            border-radius: 50%
        }

        .degree-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(184, 134, 11, 0.2);
            border-radius: 24px;
            padding: 48px 40px;
            position: relative;
            overflow: hidden
        }

        .degree-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--accent), var(--accent-light))
        }

        .degree-badge {
            display: inline-block;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: var(--bg-dark);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            padding: 8px 20px;
            border-radius: 50px;
            margin-bottom: 20px
        }

        .degree-card h3 {
            font-size: clamp(1.6rem, 3vw, 2.4rem);
            color: var(--fg-light);
            margin-bottom: 16px;
            
        }

        .degree-card p {
            color: rgba(255, 255, 255, 0.55);
            font-size: 15px;
            line-height: 1.7;
            margin-bottom: 24px
        }

        .degree-highlights {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 28px
        }

        .degree-hl-item {
            display: flex;
            align-items: center;
            gap: 10px;
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px
        }

        .degree-hl-item i {
            color: var(--accent-light);
            font-size: 16px;
            width: 20px;
            text-align: center
        }

        .degree-image-col {
            position: relative
        }

        .degree-image-col img {
            border-radius: 20px;
            width: 100%;
            height: 100%;
            min-height: 360px;
            object-fit: cover;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3)
        }


        /* Two column master container */
        .split-layout {
            display: flex;
            width: 100%;
            height: 100vh;
            overflow: hidden;
        }

        /* LEFT SIDE: Image showcase (dynamic based on active section) */
        .split-layout .image-stage {
            flex: 1;
            background: #000;
            position: relative;
            overflow: hidden;
            box-shadow: 4px 0 25px rgba(0, 0, 0, 0.3);
            z-index: 2;
        }

        .split-layout .image-slider {
            position: relative;
            width: 100%;
            height: 100%;
        }

        .split-layout .slide-img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: 0;
            transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1);
            filter: brightness(0.92) contrast(1.05);
        }

        .split-layout .slide-img.active-img {
            opacity: 1;
        }

        /* subtle overlay gradient for better text readability (if any text on left, but not needed) */
        .split-layout .image-stage::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 30%;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
            pointer-events: none;
            z-index: 1;
        }

        /* RIGHT SIDE: scrollable content with numbered sections */
        .split-layout .content-scroll-area {
            flex: 1;
            background: #fef9f0;
            overflow-y: auto;
            scroll-behavior: smooth;
            position: relative;
            box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
        }

        /* custom scrollbar */
        .split-layout .content-scroll-area::-webkit-scrollbar {
            width: 5px;
        }

        .split-layout .content-scroll-area::-webkit-scrollbar-track {
            background: #e4dbcf;
        }

        .split-layout .content-scroll-area::-webkit-scrollbar-thumb {
            background: #b87c4f;
            border-radius: 10px;
        }

        /* each section card */
        .split-layout .numbered-section {
            min-height: 100vh;
            display: flex;
            align-items: center;
            padding: 3rem 2.5rem;
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            transition: background 0.2s ease;
        }

        .split-layout .section-inner {
            max-width: 550px;
            margin: 0 auto;
            width: 100%;
        }

        /* big number style */
        .split-layout .section-big-number {
            font-size: 5.5rem;
            font-weight: 800;
            line-height: 1;
            background: linear-gradient(135deg, #c58a4b, #8b5a2e);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            opacity: 0.7;
            letter-spacing: -2px;
        }

        .split-layout .section-title {
            font-size: 2.8rem;
            font-weight: 700;
            margin: 0.5rem 0 1rem;
            color: #2c241a;
            letter-spacing: -0.02em;
        }

        .split-layout .section-desc {
            font-size: 1.05rem;
            line-height: 1.6;
            color: #4a3e32;
            margin-bottom: 1.8rem;
        }

        .split-layout .feature-list {
            list-style: none;
            padding-left: 0;
            margin-top: 1.2rem;
        }

        .split-layout .feature-list li {
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 12px;
            font-weight: 500;
        }

        .split-layout .feature-list li i {
            width: 28px;
            color: #c58a4b;
            font-size: 1.2rem;
        }

        .split-layout .active-marker {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: #c58a4b;
            border-radius: 50%;
            margin-right: 12px;
            transition: all 0.2s;
        }

        /* active section highlight on scroll (visual indicator) */
        .split-layout .numbered-section.active-highlight {
            background: rgba(197, 138, 75, 0.05);
            border-left: 4px solid #c58a4b;
        }

        /* responsive behavior */
        @media (max-width: 992px) {
            .split-layout {
                flex-direction: column;
            }

            .split-layout .image-stage {
                height: 45vh;
                min-height: 280px;
            }

            .split-layout .content-scroll-area {
                height: 55vh;
            }

            
            .split-layout .numbered-section {
                padding: 2rem 1.5rem;
            }
        }

        @media (max-width: 576px) {
            .split-layout .section-title {
                font-size: 1.8rem;
            }

            .split-layout .section-big-number {
                font-size: 3.8rem;
            }
        }

        /* little animation for number hover */
        .split-layout .numbered-section:hover .section-big-number {
            opacity: 1;
            transform: scale(1.02);
            transition: 0.2s;
        }

        /* Extra small polish */
        .split-layout .badge-scroll {
            background: #e9dfd3;
            color: #7a5a3e;
            border-radius: 50px;
            padding: 0.2rem 1rem;
            font-size: 0.75rem;
            display: inline-block;
            margin-bottom: 1rem;
        }

        /* ===== Interior Design Programs Section ===== */
        .programs-section {
            padding: 80px 0;
            background: #FFFFFF;
            position: relative;
            overflow: hidden;
        }

        /* Decorative corner shape */
        .programs-section::before {
            content: '';
            position: absolute;
            top: -80px;
            right: -80px;
            width: 260px;
            height: 260px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(232, 116, 0, 0.06), transparent 70%);
            pointer-events: none;
        }

        .programs-section::after {
            content: '';
            position: absolute;
            bottom: -60px;
            left: -60px;
            width: 200px;
            height: 200px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(232, 116, 0, 0.04), transparent 70%);
            pointer-events: none;
        }

        /* Header */
        .programs-header {
            text-align: center;
            margin-bottom: 48px;
            position: relative;
            z-index: 1;
        }

        .programs-overline {
            display: inline-block;
            font-size: 0.75rem;
            text-transform: uppercase;
            letter-spacing: 2.5px;
            color: #E87400;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .programs-title {
            font-weight: 800;
            font-size: clamp(1.7rem, 3.8vw, 2.7rem);
            color: #1A1714;
            line-height: 1.2;
            margin: 0;
        }

        .lift-text {
            color: #E87400;
            position: relative;
            display: inline-block;
            
            font-weight: 600;
            line-height: 1.2;
            font-size: clamp(2rem, 4.5vw, 3rem);
        }



        /* Table Wrapper */
        .programs-table-wrap {
            position: relative;
            z-index: 1;
            border-radius: 16px;
            overflow: hidden;
            border: 1px solid #E8E4DF;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
            background: #FFFFFF;
        }

        /* Table */
        .programs-table {
            width: 100%;
            border-collapse: collapse;
           
        }

        /* Header Row */
        .programs-table thead tr {
            background: linear-gradient(135deg, #E87400 0%, #C96200 100%);
        }

        .programs-table thead th {
            padding: 18px 24px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: #FFFFFF;
            text-align: left;
            border: none;
        }

        .programs-table thead th.col-sno {
            width: 70px;
            text-align: center;
        }

        .programs-table thead th.col-code {
            width: 110px;
            text-align: center;
        }

        .programs-table thead th.col-duration {
            width: 140px;
            text-align: center;
        }

        /* Body Rows */
        .programs-table tbody tr {
            transition: all 0.25s ease;
            border-bottom: 1px solid #F2EFEB;
        }

        .programs-table tbody tr:last-child {
            border-bottom: none;
        }

        .programs-table tbody tr:hover {
            background: rgba(232, 116, 0, 0.03);
        }

        .programs-table tbody td {
            padding: 18px 24px;
            font-size: 0.9rem;
            color: #1A1714;
            vertical-align: middle;
            border: none;
        }

        /* S.No cell */
        .programs-table tbody td.sno {
            text-align: center;
            font-weight: 700;
            color: #E87400;
            font-size: 0.85rem;
        }

        /* Name cell */
        .programs-table tbody td.name {
            font-weight: 500;
            color: #1A1714;
            line-height: 1.4;
        }

        /* Code cell */
        .programs-table tbody td.code {
            text-align: center;
            font-weight: 600;
            font-size: 0.82rem;
            color: #7A7470;
            letter-spacing: 0.5px;
            background: rgba(0, 0, 0, 0.02);
            border-radius: 6px;
            padding: 8px 14px;
            display: inline-block;
            margin: 10px 0;
        }

        /* Override td.code parent cell for inline-block */
        .programs-table tbody td.code {
            text-align: center;
        }

        .programs-table tbody td.code span {
            display: inline-block;
            background: rgba(0, 0, 0, 0.03);
            font-weight: 600;
            font-size: 0.82rem;
            color: #7A7470;
            letter-spacing: 0.5px;
            padding: 6px 14px;
            border-radius: 6px;
            border: 1px solid #EDE9E4;
        }

        /* Duration badge */
        .programs-table tbody td.duration {
            text-align: center;
        }

        .dur-badge {
            display: inline-block;
            background: rgba(232, 116, 0, 0.08);
            color: #E87400;
            font-weight: 600;
            font-size: 0.82rem;
            padding: 6px 18px;
            border-radius: 50px;
            border: 1px solid rgba(232, 116, 0, 0.15);
            white-space: nowrap;
        }

        /* Bottom CTA */
        .programs-cta-row {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin-top: 36px;
            position: relative;
            z-index: 1;
            flex-wrap: wrap;
        }

        .programs-cta-text {
            font-size: 0.92rem;
            color: #7A7470;
            margin: 0;
            font-weight: 500;
        }

        .btn-programs-cta {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #1A1714;
            color: #FFFFFF;
            border: none;
            padding: 13px 28px;
            border-radius: 14px;
           
            font-size: 0.9rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .btn-programs-cta:hover {
            background: #E87400;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(232, 116, 0, 0.3);
        }

        .btn-programs-cta i {
            font-size: 0.8rem;
            transition: transform 0.3s ease;
        }

        .btn-programs-cta:hover i {
            transform: translateX(3px);
        }

        /* ===== Responsive ===== */
        @media (max-width: 991px) {

            .programs-table thead th,
            .programs-table tbody td {
                padding: 14px 16px;
            }

            .programs-table thead th.col-sno,
            .programs-table tbody td.sno {
                width: 50px;
            }
        }

        @media (max-width: 767px) {

            /* Switch to card layout on mobile */
            .programs-table-wrap {
                border: none;
                box-shadow: none;
                background: transparent;
            }

            .programs-table thead {
                display: none;
            }

            .programs-table,
            .programs-table tbody,
            .programs-table tr,
            .programs-table td {
                display: block;
                width: 100%;
            }

            .programs-table tbody tr {
                background: #FFFFFF;
                border: 1px solid #E8E4DF;
                border-radius: 12px;
                padding: 18px;
                margin-bottom: 12px;
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
                position: relative;
                overflow: hidden;
            }

            .programs-table tbody tr:last-child {
                margin-bottom: 0;
            }

            /* Left accent on mobile cards */
            .programs-table tbody tr::before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 4px;
                background: linear-gradient(180deg, #E87400, #C96200);
            }

            /* Hide S.No on mobile */
            .programs-table tbody td.sno {
                display: none;
            }

            .programs-table tbody td {
                padding: 4px 0;
                border: none !important;
            }

            /* Course name first, bold */
            .programs-table tbody td.name {
                font-weight: 600;
                font-size: 0.92rem;
                color: #1A1714;
                padding: 0 0 10px 10px;
                border-bottom: 1px solid #F2EFEB !important;
                margin-bottom: 10px;
                display: block;
            }

            /* Code + Duration in a flex row */
            .programs-table tbody td.code,
            .programs-table tbody td.duration {
                display: inline-block;
            }

            .programs-table tbody td.code {
                padding-left: 10px;
                margin-right: auto;
            }

            .programs-table tbody td.code span {
                background: rgba(232, 116, 0, 0.08);
                border-color: rgba(232, 116, 0, 0.15);
                color: #E87400;
            }

            .programs-table tbody td.duration {
                float: right;
            }

            .programs-cta-row {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }
        }

        /* ===== Promo Banner ===== */
        .promo-banner {
            margin: 0px 0 0 0;
            animation: promoFadeIn 0.6s ease both;
        }

        @keyframes promoFadeIn {
            from {
                opacity: 0;
                transform: translateY(20px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .promo-banner-inner {
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            transition: box-shadow 0.4s ease, transform 0.4s ease;
        }

        /* Top orange glow line */
        .promo-banner-inner::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, #E87400, transparent);
            opacity: 0.45;
        }

        .promo-banner-inner:hover {
            box-shadow: 0 16px 50px rgba(0, 0, 0, 0.1);
            transform: translateY(-3px);
        }

        /* Orange left strip */
        .promo-accent-strip {
            width: 5px;
            flex-shrink: 0;
            background: linear-gradient(180deg, #E87400, #C96200, #B85500);
        }

        /* Content area */
        .promo-card-content {
            flex: 1;
            padding: 28px 32px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .promo-labels {
            display: flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 10px;
        }

        .brand-badge {
            background: #b8860b;
            color: #fff;
            font-weight: 700;
            font-size: 0.72rem;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            padding: 4px 12px;
            border-radius: 4px;
        }

        .offer-tag {
            background: rgba(232, 116, 0, 0.08);
            color: #E87400;
            font-size: 0.72rem;
            font-weight: 600;
            padding: 4px 10px;
            border-radius: 4px;
            letter-spacing: 0.5px;
            display: inline-flex;
            align-items: center;
            gap: 5px;
        }

        .promo-headline {
      
            font-weight: 700;
            font-size: 1.25rem;
            color: #1A1714;
            line-height: 1.3;
            margin: 0 0 8px;
        }

        .promo-desc {
            font-size: 0.9rem;
            color: #7A7470;
            line-height: 1.6;
            margin: 0;
        }

        .promo-desc strong {
            color: #b8860b;
            font-weight: 600;
        }

        /* Countdown */
        .promo-countdown {
            display: flex;
            gap: 10px;
            margin-top: 16px;
        }

        .countdown-item {
            background: rgba(232, 116, 0, 0.08);
            border: 1px solid rgba(232, 116, 0, 0.15);
            border-radius: 8px;
            padding: 8px 14px;
            text-align: center;
            min-width: 56px;
        }

        .countdown-num {
            display: block;
      
            font-weight: 800;
            font-size: 1.25rem;
            color: #E87400;
            line-height: 1;
        }

        .countdown-lbl {
            display: block;
            font-size: 0.6rem;
            color: #7A7470;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            margin-top: 3px;
        }

        /* Vertical divider */
        .promo-divider {
            width: 1px;
            background: #E8E4DF;
            flex-shrink: 0;
        }

        /* Buttons */
        .promo-actions {
            display: flex;
            flex-direction: column;
            justify-content: center;
            gap: 14px;
            padding: 28px 32px;
            min-width: 200px;
        }

        .btn-promo {
            background: #b8860b;
            border: 2px solid #b8860b;
            color: white;
           
            font-weight: 600;
            padding: 14px 30px;
            border-radius: 14px;
            font-size: 0.92rem;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;
            white-space: nowrap;
            position: relative;
            overflow: hidden;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
            text-transform:uppercase;
        }

        /* Fill animation on hover */
        .btn-promo::before {
            content: '';
            position: absolute;
            inset: 0;
            background: #1A1714;
            transform: scaleX(0);
            transform-origin: left;
            transition: transform 0.35s ease;
            z-index: -1;
        }

        .btn-promo:hover::before {
            transform: scaleX(1);
        }

        .btn-promo:hover {
            color: #FFFFFF;
            border-color: #1A1714;
        }

        /* Primary (orange) variant */
        .btn-promo-primary {
            border-color: #b8860b;
            color: #b8860b;
            background: rgba(232, 116, 0, 0.08);
        }

        .btn-promo-primary::before {
            background: #b8860b;
        }

        .btn-promo-primary:hover {
            color: #FFFFFF;
            border-color: #E87400;
            box-shadow: 0 4px 20px rgba(232, 116, 0, 0.25);
        }

        /* ===== Responsive ===== */
        @media (max-width: 991px) {
            .promo-banner-inner {
                flex-direction: column;
            }

            .promo-accent-strip {
                width: 100%;
                height: 5px;
            }

            .promo-divider {
                width: 100%;
                height: 1px;
            }

            .promo-actions {
                flex-direction: row;
                padding: 20px 24px;
            }

            .promo-actions .btn-promo {
                flex: 1;
            }
        }

        @media (max-width: 575px) {
            .promo-card-content {
                padding: 20px;
            }

            .promo-actions {
                flex-direction: column;
                padding: 16px 20px;
            }

            .promo-banner {
                margin-top: 30px;
            }
        }

        :root {
            --bg-dark: #0c0a09;
            --bg-light: #faf7f2;
            --bg-cream: #f5f0e6;
            --fg-dark: #1c1917;
            --fg-light: #fafaf9;
            --accent: #b8860b;
            --accent-light: #daa520;
            --muted: #78716c;
            --card: #ffffff;
            --border: rgba(184, 134, 11, 0.2);
            --whatsapp: #25D366;
        }

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

        html {
            scroll-behavior: smooth;
        }

        body {
            
            background-color: var(--bg-light);
            color: var(--fg-dark);
            overflow-x: hidden;
            line-height: 1.6;
        }

        h1,
        h2,
        h3,
        h4,
        h5 {
            
            font-weight: 600;
            line-height: 1.2;
        }

        ::-webkit-scrollbar {
            width: 8px;
        }

        ::-webkit-scrollbar-track {
            background: var(--bg-dark);
        }

        ::-webkit-scrollbar-thumb {
            background: var(--accent);
            border-radius: 10px;
        }

        /* ===== HEADER ===== */
        .main-header {
            background: rgba(255, 255, 255, 0.98);
            backdrop-filter: blur(20px);
            position: sticky;
            top: 0;
            z-index: 1001;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        }

        .main-header.scrolled {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        }

        .navbar {
            padding: 0;
            min-height: 64px;
        }

        .navbar-brand {
            
            font-size: 1.5rem;
            font-weight: 700;
            color: var(--fg-dark) !important;
            padding: 0;
        }

        .navbar-brand span {
            display: block;
            
            font-size: 9px;
            letter-spacing: 4px;
            font-weight: 500;
            color: var(--accent);
            text-transform: uppercase;
            margin-top: 2px;
        }

        .nav-link {
          
            font-weight: 500;
            font-size: 14px;
            padding: 8px 14px !important;
            position: relative;
            transition: all 0.3s ease;
        }

        .nav-link:hover,
        .nav-link.active {
            color: var(--accent) !important;
        }

        /* Bootstrap toggler styling */
        .navbar-toggler {
            width: 44px;
            height: 44px;
            border: none;
            border-radius: 12px;
            padding: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 5px;
            transition: all 0.3s ease;
            box-shadow: none !important;
            outline: none !important;
        }

        .navbar-toggler:focus {
            box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.2) !important;
        }

        .navbar-toggler-icon {
            display: block;
            width: 20px;
            height: 2px;
            background: var(--accent-light);
            border-radius: 2px;
            transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
            transform-origin: center;
        }

        /* Bootstrap collapse styling */
        .navbar-collapse {
            background: var(--card);
            padding: 16px 20px;
            margin-top: 8px;
            border-radius: 16px;
            box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
            border: 1px solid var(--border);
        }

        @media (min-width: 992px) {
            .navbar-collapse {
                background: transparent;
                padding: 0;
                margin-top: 0;
                border-radius: 0;
                box-shadow: none;
                border: none;
            }
        }

        /* ===== SIDE NAV ===== */
        .section-nav {
            position: fixed;
            right: 24px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1000;
            display: none;
        }

        @media (min-width: 1200px) {
            .section-nav {
                display: block;
            }
        }

        .section-nav-item {
            margin: 10px 0;
            cursor: pointer;
            position: relative;
        }

        .section-nav-dot {
            width: 10px;
            height: 10px;
            border-radius: 50%;
            background: rgba(184, 134, 11, 0.3);
            transition: all 0.3s ease;
        }

        .section-nav-item:hover .section-nav-dot,
        .section-nav-item.active .section-nav-dot {
            background: var(--accent);
            transform: scale(1.3);
        }

        .section-nav-label {
            position: absolute;
            text-transform: uppercase;
            right: 26px;
            top: 0;
            background: var(--bg-dark);
            color: var(--fg-light);
            padding: 6px 14px;
            font-size: 15px;
            font-weight: 500;
            white-space: nowrap;
            border-radius: 16px;
            opacity: 0;
            transform: translateX(8px);
            transition: all 0.3s ease;
            pointer-events: none;
        }

        .section-nav-item:hover .section-nav-label {
            opacity: 1;
            transform: translateX(0);
        }

        /* ===== HERO ===== */
        .hero-section {
            min-height: 100vh;
            background: var(--bg-dark);
            position: relative;
            display: flex;
            align-items: center;
            overflow: hidden;
        }

        .hero-video-bg {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            overflow: hidden;
            z-index: 1;
        }

        .hero-video-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, rgba(12, 10, 9, 0.68) 0%, rgba(12, 10, 9, 0.5) 50%, rgba(12, 10, 9, 0.65) 100%);
            z-index: 2;
        }

        .hero-content {
            position: relative;
            z-index: 3;
            padding: 0px 0 80px;
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: rgba(184, 134, 11, 0.15);
            border: 1px solid rgba(184, 134, 11, 0.3);
            padding: 10px 22px;
            border-radius: 50px;
            margin-bottom: 28px;
        }

        .hero-badge span {
            color: var(--accent-light);
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
        }

        .hero-title {
            font-size: clamp(2rem, 4vw, 3.2rem);
            color: var(--fg-light);
            line-height: 1.1;
            margin-bottom: 22px;
        }

        .hero-title .accent {
            color: var(--accent-light);
        }

        .hero-subtitle {
            font-size: clamp(0.95rem, 1.5vw, 1.1rem);
            color: rgba(255, 255, 255, 0.65);
            margin-bottom: 30px;
            line-height: 1.75;
        }

        /* ===== HERO FORM ===== */
        .hero-form-card {
            background: rgba(255, 255, 255, 0.04);
            backdrop-filter: blur(24px);
            border: 1px solid rgba(184, 134, 11, 0.2);
            border-radius: 24px;
            padding: 15px 30px;
            position: relative;
            overflow: hidden;
        }

        .hero-form-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--accent), var(--accent-light), var(--accent));
        }

        .hero-form-card h4 {
            color: var(--fg-light);
            font-size: 1.35rem;
            margin-bottom: 6px;
        }

        .hero-form-card .form-sub {
            color: rgba(255, 255, 255, 0.45);
            font-size: 14px;
            margin-bottom: 24px;
        }

        .hero-form-card .form-group {
            margin-bottom: 12px;
        }

        .hero-form-card label {
            display: block;
            font-size: 10px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1.5px;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 6px;
        }

        .hero-form-card input,
        .hero-form-card select {
            width: 100%;
            background: rgba(255, 255, 255, 0.06);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 9px 16px;
            font-size: 14px;
            color: var(--fg-light);
            
            transition: all 0.3s ease;
            outline: none;
            -webkit-appearance: none;
            appearance: none;
        }

        .hero-form-card input::placeholder {
            color: rgba(255, 255, 255, 0.25);
        }

        .hero-form-card input:focus,
        .hero-form-card select:focus {
            border-color: var(--accent);
            background: rgba(184, 134, 11, 0.08);
            box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.1);
        }

        .hero-form-card select {
            cursor: pointer;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23bf8a0b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: right 16px center;
        }

        .hero-form-card select option {
            background: var(--bg-dark);
            color: var(--fg-light);
        }

        .hero-form-submit {
            width: 100%;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            color: white;
            border: none;
            padding: 15px 20px;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: 2px;
            text-transform: uppercase;
            border-radius: 14px;
            cursor: pointer;
            transition: all 0.4s ease;
            margin-top: 8px;
            
            font-size:14px;
        }

        .hero-form-submit:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(184, 134, 11, 0.35);
            color: white;
        }

        .hero-form-submit:disabled {
            opacity: 0.7;
            cursor: not-allowed;
            transform: none;
            box-shadow: none;
        }

        .hero-form-note {
            text-align: center;
            margin-top: 14px;
            font-size: 11px;
            color: rgba(255, 255, 255, 0.3);
        }

        /* ===== BUTTONS ===== */
        .btn-primary-custom {
            background: linear-gradient(135deg, var(--accent) 0%, var(--accent-light) 100%);
            color: white;
            border: none;
            padding: 16px 32px;
            font-weight: 600;
            font-size: 12px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
           border-radius: 14px;
            overflow: hidden;
            transition: all 0.4s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            font-size:14px;
        }

        .btn-primary-custom:hover {
            transform: translateY(-3px);
            box-shadow: 0 12px 35px rgba(184, 134, 11, 0.35);
            color: var(--bg-dark);
        }

        .btn-outline-custom {
            background: transparent;
            color: var(--fg-light);
            border: 2px solid rgba(184, 134, 11, 0.5);
            padding: 14px 32px;
            font-weight: 600;
            font-size: 12px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
           border-radius: 14px;
            transition: all 0.4s ease;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }

        .btn-outline-custom:hover {
            background: var(--accent);
            border-color: var(--accent);
            color: var(--bg-dark);
            transform: translateY(-3px);
        }

        /* ===== SECTIONS ===== */
        .section {
            padding: 30px 0;
            position: relative;
        }

        .section-title {
              font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 700;
            color: var(--fg-dark);
            margin-bottom: 16px;
        }

        .section-title.light {
            color: var(--fg-light);
        }

        .section-subtitle {
            font-family: 'DM Sans', sans-serif;
            font-size: 18px;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: var(--accent);
            margin-bottom: 0px;
        
        }

        .section-line {
            width: 60px;
            height: 3px;
            background: linear-gradient(90deg, var(--accent), var(--accent-light));
            border-radius: 10px;
            margin-bottom: 24px;
        }

       

        .heading-46.light {
            color: var(--fg-light)
        }

        /* ===== ABOUT ===== */
        .about-section {
            background: var(--bg-light);
        }

        .about-image-wrapper {
            position: relative;
        }

        .about-image-wrapper::before {
            content: '';
            position: absolute;
            top: -16px;
            left: -16px;
            right: 16px;
            bottom: 16px;
            border: 2px solid var(--accent);
            border-radius: 20px;
            z-index: 0;
        }

        .about-image {
            position: relative;
            z-index: 1;
            border-radius: 20px;
            overflow: hidden;
        }

        .about-image img {
            width: 100%;
            height: 420px;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .about-image:hover img {
            transform: scale(1.05);
        }

        .stat-card {
            background: var(--card);
            padding: 28px 20px;
            text-align: center;
            border-radius: 16px;
            border: 1px solid var(--border);
            transition: all 0.4s ease;
        }

        .stat-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
        }

        .stat-number {
            
            font-size: 2.4rem;
            font-weight: 700;
            color: var(--accent);
            margin-bottom: 4px;
            line-height: 1;
        }

        .stat-label {
            font-size: 11px;
            color: var(--muted);
            text-transform: uppercase;
            letter-spacing: 1.5px;
        }

        /* ===== PARTNERSHIP ===== */
        .partnership-section {
            background: var(--bg-dark);
        }

        .partnership-card {
            /*background: #b8860b;*/
            background: #f2e7c8;
            border: 1px solid rgba(184, 134, 11, 0.15);
            border-radius: 20px;
            padding: 15px 10px;
            height: 100%;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .partnership-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--accent), var(--accent-light));
            transform: scaleX(0);
            transition: transform 0.4s ease;
        }

        /*.partnership-card:hover::before {*/
        /*    transform: scaleX(1);*/
        /*}*/

        /*.partnership-card:hover {*/
        /*    background: rgba(38, 19, 9, 0.86);*/
        /*    transform: translateY(-8px);*/
        /*}*/

        .partnership-icon {
            /*padding: 10px;*/
            /*background: rgb(73 59 25);*/
            /*border-radius: 50%;*/
            display: flex;
            align-items: center;
            justify-content: center;
            /*margin-bottom: 20px;*/
            
        }

        .partnership-icon svg {
            width: 26px;
            height: 26px;
            color: white;
        }

        .partnership-card h4 {
            color: black;
            font-size: 1rem;
            margin-bottom: 12px;
        }

        .partnership-card p {
            color: black;
            line-height: 1.7;
            font-size: 14px;
            margin: 0;
        }

        /* ===== EXPOSURE ===== */
        .exposure-section {
            background: var(--bg-cream);
        }

        .exposure-item {
            display: flex;
            align-items: flex-start;
            padding: 24px;
            background: var(--card);
            border-radius: 16px;
            margin-bottom: 16px;
            border: 1px solid transparent;
            transition: all 0.4s ease;
        }

        .exposure-item:hover {
            border-color: var(--accent);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.04);
            transform: translateX(8px);
        }

        .exposure-number {
            
            font-size: 2rem;
            font-weight: 700;
            color: var(--accent);
            opacity: 0.25;
            margin-right: 20px;
            min-width: 50px;
            line-height: 1;
        }

        .exposure-content h4 {
            font-size: 1.15rem;
            margin-bottom: 6px;
            color: var(--fg-dark);
        }

        .exposure-content p {
            color: var(--muted);
            margin: 0;
            font-size: 14px;
        }

        .exposure-image {
            border-radius: 20px;
            overflow: hidden;
        }

        /* ===== CRAFT YOUR CAREER ===== */
        .craft-section {
            background: var(--bg-cream);
            position: relative;
            overflow: hidden
        }

        .craft-horizontal {
            display: flex;
            align-items: stretch;
            gap: 0;
            position: relative;
            margin-top: 48px
        }

        .craft-step-card {
            flex: 1;
            text-align: center;
            padding: 32px 20px;
            position: relative;
            transition: all .4s ease
        }

        .craft-step-card:hover {
            transform: translateY(-6px)
        }

        /*.craft-step-card::after {*/
        /*    content: '';*/
        /*    position: absolute;*/
        /*    right: 0;*/
        /*    top: 50%;*/
        /*    transform: translateY(-50%);*/
        /*    width: 40px;*/
        /*    height: 2px;*/
        /*    background: linear-gradient(90deg, var(--accent), transparent)*/
        /*}*/

        .craft-step-card:last-child::after {
            display: none
        }

        .craft-step-num {
            width: 52px;
            height: 52px;
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            ;
            font-size: 1.3rem;
            font-weight: 400;
            color: var(--bg-dark);
            margin: 0 auto 18px;
            position: relative;
            z-index: 2
        }

        .craft-step-card h5 {
             font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 600;
            margin-bottom: 10px;
            color: var(--fg-dark);
            
        }

        .craft-step-card p {
            color: var(--muted);
            font-size: 14px;
            margin: 0;
            line-height: 1.6
        }

        .craft-connector {
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, var(--accent), var(--accent), transparent);
            z-index: 1;
            transform: translateY(-36px)
        }

        /* ===== OFFER ===== */
        .offer-section {
            background: linear-gradient(135deg, var(--accent), var(--accent-light));
        }

        .offer-title {
            font-size: clamp(1.8rem, 4vw, 2.8rem);
            color: var(--bg-dark);
            margin-bottom: 16px;
        }

        .btn-dark-custom {
            background: var(--bg-dark);
            color: var(--fg-light);
            border: none;
            padding: 16px 36px;
            font-weight: 600;
            font-size: 12px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
           border-radius: 14px;
            transition: all 0.4s ease;
        }

        .btn-dark-custom:hover {
            background: #292524;
            color: var(--accent-light);
            transform: translateY(-3px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
        }

        /* ===== COURSES ===== */
        .courses-section {
            background: var(--bg-light);
        }

        .course-card {
            background: var(--card);
            border-radius: 20px;
            overflow: hidden;
            border: 1px solid var(--border);
            transition: all 0.4s ease;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .course-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
            border-color: var(--accent);
        }

        .course-card-image {
            position: relative;
            height: 200px;
            overflow: hidden;
        }

        .course-card-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.6s ease;
        }

        .course-card:hover .course-card-image img {
            transform: scale(1.1);
        }

        .course-card-badge {
            position: absolute;
            top: 16px;
            left: 16px;
            background: var(--bg-dark);
            color: var(--accent-light);
            padding: 6px 14px;
            border-radius: 20px;
            font-size: 10px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .course-card-body {
            padding: 24px;
            display: flex;
            flex-direction: column;
            flex-grow: 1;
        }

        .course-card-title {
            
          font-family: 'Playfair Display', serif;
            font-size: 18px;
            font-weight: 600;
            color: var(--fg-dark);
            margin-bottom: 12px;
        }

        .course-card-meta {
            display: flex;
            gap: 16px;
            margin-bottom: 16px;
            padding-bottom: 16px;
            border-bottom: 1px solid var(--border);
        }

        .course-meta-item {
            display: flex;
            align-items: center;
            gap: 6px;
            font-size: 14px;
            color: var(--muted);
        }

        .course-meta-item svg {
            width: 16px;
            height: 16px;
            color: var(--accent);
        }
        .course-meta-item i {
        
            color: var(--accent);
        }

        .course-card-desc {
            font-size: 14px;
            color: var(--muted);
            line-height: 1.6;
            margin-bottom: 20px;
            flex-grow: 1;
        }

        .course-card-footer {
            margin-top: auto;
        }

        .btn-course {
            display: block;
            width: 100%;
            background: transparent;
            border: 2px solid var(--accent);
            color: var(--accent);
            padding: 12px 20px;
            font-size: 14px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
           border-radius: 14px;
            text-align: center;
            text-decoration: none;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .btn-course:hover {
            background: var(--accent);
            color: white;
        }

        /* ===== WHY US ===== */
        .why-section {
            background: var(--bg-dark);
            position: relative;
            overflow: hidden
        }

        .why-bg-image {
            position: absolute;
            inset: 0;
            z-index: 0
        }

        .why-bg-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .15
        }

        .why-bg-overlay {
            position: absolute;
            inset: 0;
            background: rgb(12 10 9 / 15%);
            z-index: 1
        }

        .why-section .container {
            position: relative;
            z-index: 2
        }

        .why-card {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(184, 134, 11, 0.15);
            border-radius: 20px;
            padding: 36px 24px;
            text-align: center;
            height: 100%;
            transition: all .4s ease;
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(4px)
        }

        .why-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(184, 134, 11, 0.08), transparent);
            opacity: 0;
            transition: opacity .4s
        }

        .why-card:hover::before {
            opacity: 1
        }

        .why-card:hover {
            background: rgba(255, 255, 255, 0.08);
            border-color: var(--accent);
            transform: translateY(-8px);
            box-shadow: 0 16px 40px rgba(184, 134, 11, 0.15)
        }

        .why-icon {
            width: 72px;
            height: 72px;
            margin: 0 auto 20px;
            background: rgba(184, 134, 11, 0.12);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .4s ease;
            position: relative;
            z-index: 1
        }

        .why-card:hover .why-icon {
            background: var(--accent);
            transform: scale(1.1)
        }

        .why-icon i {
            font-size: 30px;
            color: var(--accent-light);
            transition: color .4s ease
        }

        .why-card:hover .why-icon i {
            color: var(--bg-dark)
        }

        .why-card h5 {
            color: var(--fg-light);
            font-size: 1.05rem;
            margin-bottom: 10px;
            ;
            position: relative;
            z-index: 1
        }

        .why-card p {
            color: rgba(255, 255, 255, 0.45);
            font-size: 14px;
            margin: 0;
            line-height: 1.6;
            position: relative;
            z-index: 1
        }

        /* ===== CAREERS ===== */
        .career-section {
            background: var(--bg-cream);
            position: relative;
            overflow: hidden
        }

        .career-bg-image {
            position: absolute;
            inset: 0;
            z-index: 0
        }

        .career-bg-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            opacity: .08
        }

        .career-section .container {
            position: relative;
            z-index: 1
        }

        .career-item {
            flex: 0 0 calc(33.33% - 10px);
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: var(--card);
            padding: 14px 10px;
            margin: 5px;
           border-radius: 14px;
            border: 1px solid transparent;
            transition: all .3s ease;
            cursor: default;
            font-size: 15px
        }

        /*.career-item:hover {*/
        /*    background: var(--accent);*/
        /*    color: white !important;*/
        /*    border-color: var(--accent);*/
        /*    transform: scale(1.03)*/
        /*}*/

        .career-item i {
            font-size: 36px;
            color: #bf8a0b;
            width: 45px;
            text-align: center;
        }

        /*.career-item:hover i {*/
        /*    color: white*/
        /*}*/

        .career-box {
            background: var(--card);
            border-radius: 20px;
            border: 1px solid var(--border);
            padding: 10px
        }

     .industries-section {
    position: relative; /* important for pseudo-element overlay */
    background-image: url('../../../../../public/frontend/assets/interiorpage/images/industry-sectors.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 430px;
    position:relative;
}

/* Black overlay */
.industries-section::before {
    content: "";
    position: absolute;
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
    .industries-section {
        min-height: 300px;
    }
 
}

        .industry-card {
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(184, 134, 11, 0.1);
            border-radius: 16px;
            padding: 28px 20px;
            text-align: center;
            transition: all 0.4s ease;
            height: 100%;
        }

        .industry-card:hover {
            background: rgba(184, 134, 11, 0.08);
            border-color: var(--accent);
            transform: translateY(-6px);
        }

        .industry-icon {
            width: 52px;
            height: 52px;
            margin: 0 auto 14px;
            background: rgba(184, 134, 11, 0.1);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }

        .industry-card:hover .industry-icon {
            background: var(--accent);
        }

        .industry-icon svg {
            width: 24px;
            height: 24px;
            color: var(--accent-light);
            transition: color 0.3s;
        }

        .industry-card:hover .industry-icon svg {
            color: var(--bg-dark);
        }

        .industry-card h6 {
            color: var(--fg-light);
            font-size: 0.95rem;
            margin: 0;
            
            font-weight: 600;
        }

        .industry-card p {
            color: #878584;
        }

        /* ===== GALLERY ===== */
        .gallery-section {
            background: var(--bg-cream);
        }

        .gallery-item {
            position: relative;
            border-radius: 16px;
            overflow: hidden;
        }

        .gallery-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            transition: transform 0.5s ease;
        }

        .gallery-item:hover img {
            transform: scale(1.08);
        }

        .gallery-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(to top, rgba(12, 10, 9, 0.85) 0%, transparent 55%);
            opacity: 0;
            transition: opacity 0.4s ease;
            display: flex;
            align-items: flex-end;
            padding: 20px;
        }

        .gallery-item:hover .gallery-overlay {
            opacity: 1;
        }

        .gallery-overlay span {
            color: var(--fg-light);
            
            font-size: 1rem;
        }

        /* ===== TESTIMONIALS ===== */
        .testimonials-section {
            background: var(--bg-light);
        }

        .testimonial-card {
            background: var(--card);
            border-radius: 20px;
            padding: 36px 28px;
            margin: 12px 8px;
            position: relative;
            border: 1px solid var(--border);
            transition: all 0.4s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.06);
        }

        .testimonial-quote {
            position: absolute;
            top: 24px;
            right: 28px;
            
            font-size: 5rem;
            color: var(--accent);
            opacity: 0.12;
            line-height: 1;
        }

        .testimonial-text {
            font-size: 1rem;
            line-height: 1.8;
            color: var(--muted);
            margin-bottom: 24px;
            position: relative;
            z-index: 1;
        }

        .testimonial-author {
            display: flex;
            align-items: center;
        }

        .testimonial-author img {
            width: 48px !important;
            height: 48px;
            border-radius: 50%;
            object-fit: cover;
            margin-right: 14px;
            border: 2px solid var(--accent);
        }

        .testimonial-author h6 {
            margin: 0;
            font-size: 0.95rem;
            color: var(--fg-dark);
        }

        .testimonial-author span {
            font-size: 12px;
            color: var(--accent);
        }

        /* ===== RECRUITERS ===== */
        .recruiters-section {
            background: #fff;
    
        }

        .recruiter-logo {
            text-align: center;
            padding: 5px;
            transition: all 0.3s ease;
        }

        .recruiter-logo:hover {
            opacity: 1;
        }

        .recruiter-logo span {
            
            font-size: 1.15rem;
            font-weight: 600;
            color: var(--fg-light);
        }

        /* ===== PAN-INDIA ===== */
        .pan-india-section {
            background: var(--bg-cream);
        }

        .india-map-container {
            position: relative;
            max-width: 650px;
            margin: 0 auto;
        }

        .india-map-svg {
            width: 100%;
            height: auto;
            filter: drop-shadow(0 4px 20px rgba(184, 134, 11, 0.1));
        }

        .map-pin {
            position: absolute;
            width: 14px;
            height: 14px;
            background: var(--accent);
            border: 3px solid var(--fg-light);
            border-radius: 50%;
            transform: translate(-50%, -50%);
            cursor: pointer;
            transition: all 0.3s ease;
            z-index: 2;
        }

        .map-pin::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: 2px solid var(--accent);
            opacity: 0;
            animation: mapPulse 2s infinite;
        }

        .map-pin:hover {
            transform: translate(-50%, -50%) scale(1.4);
            background: var(--accent-light);
        }

        .map-pin-label {
            position: absolute;
            bottom: calc(100% + 8px);
            left: 50%;
            transform: translateX(-50%);
            background: var(--bg-dark);
            color: var(--fg-light);
            padding: 4px 12px;
            border-radius: 14px;
            font-size: 11px;
            font-weight: 500;
            white-space: nowrap;
            opacity: 0;
            transition: opacity 0.3s ease;
            pointer-events: none;
        }

        .map-pin:hover .map-pin-label {
            opacity: 1;
        }

        @keyframes mapPulse {
            0% {
                opacity: 0.6;
                transform: translate(-50%, -50%) scale(1);
            }

            100% {
                opacity: 0;
                transform: translate(-50%, -50%) scale(2);
            }
        }

        .location-grid-item {
            display: flex;
            align-items: center;
            gap: 12px;
            padding: 14px 20px;
            background: var(--card);
            border-radius: 14px;
            margin-bottom: 10px;
            border: 1px solid transparent;
            transition: all 0.3s ease;
        }

        .location-grid-item:hover {
            border-color: var(--accent);
            transform: translateX(4px);
        }

        .location-dot {
            width: 8px;
            height: 8px;
            background: var(--accent);
            border-radius: 50%;
            flex-shrink: 0;
        }

        .location-grid-item span {
            font-size: 14px;
            color: var(--fg-dark);
            font-weight: 500;
        }

        /* ===== FOOTER ===== */
        .footer {
            background: var(--bg-dark);
            padding-top: 15px;
            padding-bottom: 15px;
        }

        .footer-title {
            
            font-size: 1.50rem;
            color: var(--fg-light);
            margin-bottom: 20px;
        }

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

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

        .footer-links a,
        .footer-bottom a {
            color: WHITE;
            text-decoration: none;
            text-decoration: none;
            font-size: 14px;
            transition: all 0.3s ease;
        }

        .footer-links a:hover {
            color: var(--accent-light);
            padding-left: 6px;
        }

        .footer-contact p {
            color: rgba(255, 255, 255, 0.45);
            font-size: 14px;
            margin-bottom: 10px;
            display: flex;
            align-items: flex-start;
            line-height: 1.6;
        }

        .footer-contact svg {
            width: 16px;
            height: 16px;
            color: var(--accent);
            margin-right: 10px;
            margin-top: 2px;
            flex-shrink: 0;
        }

        /*.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.06); padding-top: 24px; margin-top: 50px; }*/
        .footer-bottom p {
            color: white;
            font-size: 14px;
            margin: 0;
        }

        .social-link {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.04);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--fg-light);
            transition: all 0.3s ease;
        }

        .social-link:hover {
            background: var(--accent);
            color: var(--bg-dark);
            transform: translateY(-2px);
        }

        /* ===== MODAL ===== */
        .modal-content {
            border: none;
            border-radius: 20px;
            overflow: hidden;
        }

        .modal-header {
               background: #b8860b;
            color: var(--fg-light);
            border: none;
            padding: 10px 28px;
        }

        .modal-title {
            
            font-size: 1.2rem;
        }

        .modal-body {
            padding: 28px;
        }

        .form-control {
            border: 1px solid #e7e5e4;
            border-radius: 12px;
            padding: 14px 18px;
            font-size: 14px;
            transition: all 0.3s ease;
                box-shadow: 3px 1px #cccccca8;
        }

        .form-control:focus {
            border-color: var(--accent);
            box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.08);
        }

        .form-label {
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: var(--muted);
            margin-bottom: 8px;
        }

        /* ===== FLOATING BUTTONS ===== */
        .floating-whatsapp {
            position: fixed;
            bottom: 100px;
            right: 24px;
            z-index: 999;
            width: 56px;
            height: 56px;
            background: var(--whatsapp);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 24px rgba(37, 211, 102, 0.35);
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
        }

        .floating-whatsapp:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(37, 211, 102, 0.5);
        }

        .floating-whatsapp svg {
            width: 28px;
            height: 28px;
            fill: white;
        }

        .floating-whatsapp-tooltip {
            position: absolute;
            right: 68px;
            top: 50%;
            transform: translateY(-50%);
            background: var(--bg-dark);
            color: var(--fg-light);
            padding: 8px 16px;
            border-radius: 10px;
            font-size: 12px;
            font-weight: 500;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease;
        }

        .floating-whatsapp:hover .floating-whatsapp-tooltip {
            opacity: 1;
        }

        .floating-call {
            position: fixed;
            bottom: 168px;
            right: 24px;
            z-index: 999;
            width: 56px;
            height: 56px;
            background: var(--accent);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35);
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
            animation: callPulse 3s infinite;
            color:white;
        }

        .floating-call:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 30px rgba(184, 134, 11, 0.5);
            animation: none;
        }

        .floating-call svg {
            width: 24px;
            height: 24px;
            fill: white;
        }

        .floating-call-tooltip {
            position: absolute;
            right: 68px;
            top: 50%;
            transform: translateY(-50%);
            background: var(--bg-dark);
            color: var(--fg-light);
            padding: 8px 16px;
            border-radius: 10px;
            font-size: 12px;
            font-weight: 500;
            white-space: nowrap;
            opacity: 0;
            pointer-events: none;
            transition: all 0.3s ease;
        }

        .floating-call:hover .floating-call-tooltip {
            opacity: 1;
        }

        @keyframes callPulse {
            0% {
                box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35);
            }

            50% {
                box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35), 0 0 0 12px rgba(184, 134, 11, 0);
            }

            70% {
                box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35), 0 0 0 18px rgba(184, 134, 11, 0);
            }

            100% {
                box-shadow: 0 6px 24px rgba(184, 134, 11, 0.35), 0 0 0 0 rgba(184, 134, 11, 0);
            }
        }

        .back-to-top {
            position: fixed;
            bottom: 32px;
            right: 24px;
            z-index: 999;
            width: 48px;
            height: 48px;
            background: var(--bg-dark);
            border: 2px solid rgba(184, 134, 11, 0.4);
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            opacity: 0;
            visibility: hidden;
            transform: translateY(20px);
            transition: all 0.4s ease;
        }

        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
            transform: translateY(0);
        }

        .back-to-top:hover {
            background: var(--accent);
            border-color: var(--accent);
            transform: translateY(-3px);
        }

        .back-to-top:hover svg {
            color: var(--bg-dark);
        }

        .back-to-top svg {
            width: 20px;
            height: 20px;
            color: var(--accent-light);
            transition: color 0.3s;
        }

        /* ===== OWL CAROUSEL ===== */
        .owl-dots {
            text-align: center;
            margin-top: 28px;
        }

        .owl-dot {
            width: 10px;
            height: 10px;
            background: var(--border) !important;
            margin: 0 5px;
            border-radius: 50%;
            display: inline-block;
            transition: all 0.3s ease;
        }

        .owl-dot.active {
            background: var(--accent) !important;
            width: 28px;
            border-radius: 8px;
        }

        /* ===== ANIMATIONS ===== */
        .anim-item {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .anim-item.animated {
            opacity: 1;
            transform: translateY(0);
        }

        .anim-left {
            opacity: 0;
            transform: translateX(-50px);
            transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .anim-left.animated {
            opacity: 1;
            transform: translateX(0);
        }

        .anim-right {
            opacity: 0;
            transform: translateX(50px);
            transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .anim-right.animated {
            opacity: 1;
            transform: translateX(0);
        }

        .anim-scale {
            opacity: 0;
            transform: scale(0.9);
            transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .anim-scale.animated {
            opacity: 1;
            transform: scale(1);
        }

        .scroll-indicator {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
        }

        .scroll-indicator svg {
            animation: bounce 2s infinite;
        }

        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                transform: translateY(0);
            }

            40% {
                transform: translateY(10px);
            }

            60% {
                transform: translateY(5px);
            }
        }

        /* ===== RESPONSIVE ===== */
        @media (max-width: 991px) {
          

           
            .about-image-wrapper::before {
                display: none;
            }

            .about-image img {
                height: 300px;
            }

            .hero-content {
                padding: 100px 0 60px;
            }

            .course-card-image {
                height: 180px;
            }
        }

        @media (max-width: 767px) {
            .hero-content {
                padding: 80px 0 40px;
            }
.section {
    padding: 15px 0;
    position
: relative;
}
.section-line{
    margin-bottom:10px;
}
            .hero-form-card {
                margin-top: 32px;
                padding: 28px 22px;
            }

            .floating-whatsapp {
                bottom: 80px;
                right: 16px;
            }

            .floating-call {
                bottom: 148px;
                right: 16px;
            }

            .back-to-top {
                bottom: 16px;
                right: 16px;
            }

            .floating-whatsapp,
            .floating-call,
            .back-to-top {
                width: 50px;
                height: 50px;
            }

            .floating-whatsapp svg {
                width: 24px;
                height: 24px;
            }

            .floating-call svg {
                width: 22px;
                height: 22px;
            }

            .back-to-top {
                width: 44px;
                height: 44px;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            * {
                animation: none !important;
                transition-duration: 0.01ms !important;
            }
        }

        /* Button Base */
        .call-btn-advanced {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 10px 20px;
           border-radius: 14px;
            background: #b8860b;
            color: #fff;
            font-weight: 600;
            text-decoration: none;
            position: relative;
            overflow: hidden;
            transition: all 0.3s ease;
        }

        /* Icon Circle */
        .call-btn-advanced .icon {
            width: 34px;
            height: 34px;
            background: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Icon Animation (pulse + rotate) */
        .call-btn-advanced .icon i {
            animation: callRotate 1.5s infinite;
        }

        /* Text */
        .call-btn-advanced .text {
            font-size: 14px;
        }

        /* Hover Effect */
        .call-btn-advanced:hover {
            transform: translateY(-3px) scale(1.03);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
        }

        /* Shine Effect */
        .call-btn-advanced::after {
            content: "";
            position: absolute;
            width: 120%;
            height: 100%;
            top: 0;
            left: -120%;
            background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.4), transparent);
            transition: 0.5s;
        }

        .call-btn-advanced:hover::after {
            left: 100%;
        }

        /* Ripple Click Effect */
        .call-btn-advanced:active {
            transform: scale(0.95);
        }

        /* Keyframes */
        @keyframes callRotate {
            0% {
                transform: rotate(0);
            }

            20% {
                transform: rotate(15deg);
            }

            40% {
                transform: rotate(-10deg);
            }

            60% {
                transform: rotate(10deg);
            }

            80% {
                transform: rotate(-5deg);
            }

            100% {
                transform: rotate(0);
            }
        }

        .footerformbg {
            /*background: #b8860b;*/
             background: #faf7f2;
        }
    .ourlocation{
         background:#3C2516
    }
    
    
    .otpSection {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px
}

.otpError {
    color: red
}

    .otpSection .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn{
    text-transform:uppercase;
}

.overlap-wrapper {
    min-height: 450px; /* adjust height as needed */
    position: relative;
}

/* Top Left and Right Images */
/*.img-left, .img-right {*/
    width: 45%; /* adjust size */
/*    z-index: 1;*/
/*}*/

/* Bottom Center Image (overlapping top images) */
/*.img-center-bottom {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
     /* adjust size */
/*    z-index: 2;*/
/*}*/

/* Optional Text (right side) */
/*.overlay-text {*/
/*    position: absolute;*/
/*    bottom: 10px;*/
/*    right: 0;*/
/*    transform: rotate(-90deg);*/
/*    transform-origin: right bottom;*/
/*    font-weight: 600;*/
/*    letter-spacing: 1px;*/
/*    color: #a67c52;*/
/*}*/

/* Rounded and shadow */
/*.overlap-img {*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 10px 20px rgba(0,0,0,0.1);*/
/*}*/


.features-list {
        list-style: none;
    padding: 0;
    margin: 0px 0px 0px 24px;
}

.features-list li {
    color: rgba(33, 37, 41, 0.75);
    font-size: 14px;
    list-style: circle;
}


.info-box {
   
}

.info-box .gold-icon {

    color: #ffc107;
    font-size: 24px;
    padding: 10px;
    border-radius: 50%;
    min-width: 36px;
    text-align: center;
  width:50px
}

.info-box .title {
    font-weight: 600;
    font-size: 0.95rem;
}

.info-box .desc {
    font-size: 0.82rem;
    color: #6c757d;
}


.contact-form {
   
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 8px 32px rgb(0 0 0 / .1);
    border-top: 5px solid #bf8a0b
}

.contact-form h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #bf8a0b;
    position: relative;
    padding-bottom: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center
}

.contact-form h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    margin: 0 auto;
    right: 0;
    height: 3px;
    background: var(--heading-red)
}

.modal-header .btn-close{
        filter: invert(3) !important;
    opacity: 1 !important;
}

#brochureModal .modal-header .btn-close
{
    filter: invert(0) !important;
}

.verifyOtpBtn {
    display: block;
    margin-left: auto;
    width: auto !important;
    background: #b8860b;
    color: white;
    border: 1px solid #b8860b;
}

.verifyOtpBtn:hover{
     background:#f2e7c8 ;
    color:black;
}

.bottomhover {
    color: #287AF2 !important;
}

.form-check-label{
    font-size:10px !important;
}

.form-check-input:checked {
    background-color: #d5a01c;
    border-color: #d5a01c;
}


.yearsbordershape{
        border: 2px solid var(--accent);
    border-radius: 20px;
    padding: 15px;
}


input[type="checkbox"]:checked {
    accent-color: #d5a01c; /* jo color chahiye */
}

.onefifty
{
    background-color:#fff9f1 !important;
}

.onefifty_icon
{
    filter: brightness(0) saturate(100%) invert(73%) sepia(65%) saturate(500%) hue-rotate(350deg);
}


#stats {
    background-color: #faf7f2;
    position: relative;
    overflow: hidden
}

#stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: .7
}

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

.stat-item {
    padding: 40px 10px;
    /*background: #f2e7c8;*/
    background: #faf7f2;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgb(0 0 0 / .2);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(238 168 8 / .3)
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #faf7f2;
    z-index: -1
}

.stat-item::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: #faf7f2;
    z-index: -1;
    animation: rotate 15s linear infinite
}


.stat-item img {
    filter: brightness(0) saturate(100%) invert(52%) sepia(64%) saturate(600%) hue-rotate(10deg);
}
.stat-item h3 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #bf8a0b;
    margin-bottom: 15px;
    position: relative;
    z-index: 2
}

.stat-item p {
    color: #bf8a0b;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2
}

.stat-item i {
    font-size: 2.5rem;
    color: #fefefe;
    margin-bottom: 15px;
    display: block
}




.nav-links {
    display: flex;
    position: fixed;
    top: 0;
    right: -350px;
    width: 350px;
    height: 100%;
    background-color: rgb(35 37 43 / .98);
    z-index: 9996665;
    flex-direction: column;
    padding: 40px 20px;
    transition: right 0.4s ease-in-out;
    box-shadow: -5px 0 15px rgb(0 0 0 / .2);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.nav-links.active {
    right: 0
}

.nav-links .close-btn {
    align-self: flex-end;
    background: none;
    border: 2px solid var(--primary-yellow);
    color: var(--primary-yellow);
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
    font-size: .9rem;
    font-weight: 600;
    margin-bottom: 30px;
    transition: all 0.3s ease
}

.nav-links .close-btn:hover {
    background-color: var(--primary-yellow);
    color: var(--header-bg)
}

.nav-links ul {
    list-style: none;
    width: 100%;
margin:0px;
padding:0px;
}

.nav-links a {
    color:#daa520;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    padding: 5px 0;
    display: block;
    transition: color 0.3s ease, padding-left 0.3s ease;
    text-transform: uppercase
}

.nav-links a:hover {
    color: #daa520;
    padding-left: 10px
}

.hamburger.active span:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px)
}


.hamburger {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    z-index: 1001;
}

#close-menu-btn{
    border:1px solid #b8860b;
    color:#b8860b;
}



#why-frameboxx {
  
    background-color: #faf7f2;
    position: relative;
    overflow: hidden
}

#why-frameboxx::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, var(--secondary-yellow) 0%, transparent 70%);
    border-radius: 50%;
    opacity: .3;
    z-index: 0
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1
}

.feature-item {
    border-radius: 15px;
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden
}

.feature-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(to right, var(--mustard), var(--primary-yellow));
    transform: scaleX(0);
    transition: transform 0.3s ease
}

.feature-item:hover::before {
    transform: scaleX(1)
}

.feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgb(0 0 0 / .1)
}

.feature-item i {
    font-size: 3rem;
    color: Black;
    margin-bottom: 15px;
    transition: all 0.3s ease
}

.feature-item:hover i {
    transform: scale(1.1);
    color: var(--primary-yellow)
}

.feature-item h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: #fff5f5
}
#why-frameboxx .feature-item h5{
    color:white;
}
.feature-item h5 {
    color: Black; 
      font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

.feature-item p {
    color: #6f6f6f;
    font-size: .95rem
}
#career-opportunities
{
    background-color:#FAF7F2;
}


.aboutustextupdate{
     font-family: 'DM Sans', sans-serif;
    font-size: 18px;
}

.bovupdatetxt{
      font-family: 'Playfair Display', serif;
    font-size: 24px;
    padding-left:30px
}
.dfborderstye{
    border: 1px solid var(--border);
}