:root {
    --kz-primary: #ef5b2a;
    --kz-secondary: #ffb703;
    --kz-teal: #12a6a6;
    --kz-dark: #1e1b18;
    --kz-text: #4f4a45;
    --kz-soft: #fff7f2;
    --kz-soft-2: #fff1e5;
    --kz-border: rgba(40, 32, 24, .12);
    --kz-shadow: 0 18px 45px rgba(31, 25, 20, .10);
}

* {
    box-sizing: border-box
}

body {
    font-family: 'Poppins', sans-serif;
    color: var(--kz-text);
    background: linear-gradient(180deg, #fffaf6 0%, #fff 40%, #fff7f0 100%);
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, .display-font {
    font-family: 'Nunito', sans-serif;
    color: #1f1a16;
    font-weight: 800
}

.topbar {
    background: linear-gradient(90deg, var(--kz-primary), #ff7b41);
    color: #fff;
    font-size: .92rem;
}

.topbar a {
    color: #fff;
    text-decoration: none
}

.navbar {
    background: rgba(255, 255, 255, .94) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .04);
}

.navbar-brand img {
    height: 62px;
    width: auto
}

.nav-link {
    font-weight: 600;
    color: #3e362f !important
}

.nav-link:hover, .nav-link.active {
    color: var(--kz-primary) !important;
    background: rgba(239, 91, 42, .07);
    border-radius: 2px;
}

.btn-kz {
    background: var(--kz-primary);
    border-color: var(--kz-primary);
    color: #fff;
    border-radius: 999px;
    padding: .9rem 1.4rem;
    font-weight: 600;
}

.btn-kz:hover {
    background: #d94d1d;
    border-color: #d94d1d;
    color: #fff
}

.btn-kz-outline {
    border: 1px solid rgba(255, 255, 255, .6);
    color: #fff;
    border-radius: 999px;
    padding: .9rem 1.4rem;
    font-weight: 600;
}

.section-space {
    padding: 90px 0
}

.hero-wrap {
    position: relative;
    padding-top: 140px;
    padding-bottom: 70px;
    background:
        radial-gradient(circle at top left, rgba(239, 91, 42, .14), transparent 26%),
        radial-gradient(circle at 90% 10%, rgba(18, 166, 166, .12), transparent 22%),
        linear-gradient(180deg, #fff7f1 0%, #fffdfb 100%);
}

.hero-slider-box {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--kz-shadow);
    min-height: 560px;
    background: #f7d9c7;
}

.hero-slide {
    min-height: 560px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(28, 20, 14, .72) 0%, rgba(28, 20, 14, .42) 45%, rgba(28, 20, 14, .14) 100%);
}

.hero-caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 48px;
    max-width: 72%;
}

.hero-caption h1, .hero-caption h2 {
    color: #fff;
    font-size: clamp(2rem, 4vw, 4rem);
    line-height: 1.05;
    margin-bottom: 1rem
}

.hero-caption p {
    color: rgba(255, 255, 255, .88);
    font-size: 1rem;
    max-width: 540px
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px)
}

.enquiry-card {
    background: #fff;
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--kz-shadow);
    border: 1px solid var(--kz-border);
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.enquiry-card .form-control, .enquiry-card .form-select {
    min-height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fffaf7
}

.enquiry-card textarea.form-control {
    min-height: 110px
}

.support-strip {
    margin-top: 24px
}

.support-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid var(--kz-border);
    box-shadow: var(--kz-shadow);
    height: 100%
}

.support-card i {
    font-size: 1.15rem;
    color: var(--kz-primary)
}

.support-card strong {
    display: block;
    color: #1f1a16;
    margin-bottom: 3px
}

.floating-stats {
    margin-top: 26px
}

.floating-stats .stat {
    background: #fff;
    border: 1px solid var(--kz-border);
    border-radius: 22px;
    padding: 22px;
    text-align: center;
    box-shadow: var(--kz-shadow);
    height: 100%
}

.floating-stats h3 {
    font-size: 2rem;
    color: var(--kz-primary);
    margin-bottom: .2rem
}

.soft-card, .feature-card, .team-card, .gallery-card, .plan-card, .timeline-card, .software-card, .testimonial-card {
    background: #fff;
    border: 1px solid var(--kz-border);
    border-radius: 26px;
    box-shadow: var(--kz-shadow)
}

.feature-card, .software-card, .team-card, .testimonial-card, .timeline-card, .plan-card {
    padding: 28px;
    height: 100%
}

.icon-bubble {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    background: linear-gradient(145deg, #fff1e8, #ffe1cf);
    color: var(--kz-primary);
    font-size: 1.4rem;
    margin-bottom: 18px
}

.section-kicker {
    display: inline-block;
    padding: .45rem .9rem;
    border-radius: 999px;
    background: #fff3ea;
    color: var(--kz-primary);
    font-weight: 700;
    font-size: .85rem;
    margin-bottom: 14px
}

.section-title {
    font-size: clamp(1.8rem, 3vw, 3rem);
    line-height: 1.1;
    margin-bottom: 16px
}

.about-visual img, .gallery-card img, .team-card img, .kbts-stack img, .software-logo img {
    width: 100%;
    display: block
}

.about-visual .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
}

.about-visual img, .gallery-card img, .kbts-stack img {
    border-radius: 24px;
    object-fit: cover;
    height: 100%
}

.service-list li, .plan-list li, .contact-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px
}

.service-list i, .plan-list i, .contact-list i {
    color: var(--kz-primary)
}

.plan-card {
    padding: 34px;
    position: relative;
    overflow: hidden
}

.plan-card.highlight {
    transform: translateY(-12px);
    border-color: rgba(239, 91, 42, .28)
}

.plan-badge {
    display: inline-block;
    padding: .45rem .85rem;
    border-radius: 999px;
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: 16px
}

.gold {
    background: rgba(255, 183, 3, .16);
    color: #b07c00
}

.platinum {
    background: rgba(147, 163, 184, .16);
    color: #667085
}

.diamond {
    background: rgba(99, 102, 241, .14);
    color: #4f46e5
}

.gallery-card {
    overflow: hidden;
    height: 100%
}

.gallery-card img {
    height: 250px;
    transition: transform .7s ease
}

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

.team-card {
    text-align: center
}

.team-card img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 5px solid #fff3ea
}

.kbts-box {
    background: linear-gradient(135deg, #fff7ee, #fff);
    border-radius: 30px;
    padding: 28px;
    border: 1px solid var(--kz-border);
    box-shadow: var(--kz-shadow)
}

.kbts-stack {
    display: grid;
    gap: 14px
}

.kbts-stack img {
    min-height: 250px
}

.software-logo {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
    border-radius: 26px;
    display: grid;
    place-items: center;
    background: #fff7f1;
    border: 1px solid var(--kz-border)
}

.timeline-card .step-no {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: var(--kz-primary);
    color: #fff;
    font-weight: 700;
    margin-bottom: 14px
}

.testimonial-card {
    background: linear-gradient(180deg, #fff, #fff8f2)
}

.cta-band {
    background: linear-gradient(135deg, #221b17, #3b2d23);
    color: #fff;
    border-radius: 32px;
    padding: 38px;
    border: 1px solid rgba(255, 255, 255, .08)
}

.cta-band p {
    color: rgba(255, 255, 255, .78)
}

.footer {
    background: #1f1a16;
    color: rgba(255, 255, 255, .8);
    padding-top: 70px
}

.footer a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none
}

.footer .logo-footer {
    height: 66px
}

.social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-grid;
    place-items: center;
    background: rgba(255, 255, 255, .08);
    margin-right: 8px
}

.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: all .7s ease
}

.fade-up.show {
    opacity: 1;
    transform: translateY(0)
}

@media (max-width:991.98px) {
    .hero-wrap {
        padding-top: 118px
    }

    .hero-slider-box, .hero-slide {
        min-height: 460px
    }

    .hero-caption {
        max-width: 100%;
        padding: 30px
    }
}

@media (max-width:767.98px) {
    .topbar {
        text-align: center
    }

    .hero-slider-box, .hero-slide {
        min-height: 420px
    }

    .hero-caption {
        padding: 22px
    }

    .hero-caption h1, .hero-caption h2 {
        font-size: 2rem
    }

    .hero-caption {
        max-width: 100%
    }

    .section-space {
        padding: 70px 0
    }

    .navbar-brand img {
        height: 52px
    }

    .plan-card.highlight {
        transform: none
    }
}


.stats-section {
    margin-top: 40px;
    padding: 0;
}

.stat-box {
    background: #fff;
    border: 1px solid rgba(239, 91, 42, .14);
    border-radius: 28px;
    padding: 36px 24px;
    text-align: center;
    box-shadow: 0 20px 50px rgba(239, 91, 42, .08);
    position: relative;
    overflow: hidden;
    transition: transform .4s cubic-bezier(.16, 1, .3, 1), box-shadow .4s ease;
    height: 100%;
}

.stat-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(239, 91, 42, .05), transparent 60%);
    border-radius: inherit;
}

.stat-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 60px rgba(239, 91, 42, .15);
}

.stat-icon-ring {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #fff3ec, #ffe4d6);
    border: 2px solid rgba(239, 91, 42, .18);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 18px;
    font-size: 1.65rem;
    color: var(--kz-primary);
    transition: transform .5s ease;
}

.stat-box:hover .stat-icon-ring {
    transform: rotate(12deg) scale(1.1);
}

.stat-counter {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 900;
    color: var(--kz-primary);
    line-height: 1;
    margin-bottom: 8px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 2px;
}

.stat-counter .suffix {
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--kz-secondary);
}

.stat-label {
    font-size: .98rem;
    color: #7a6c62;
    font-weight: 600;
    margin: 0;
}

.stat-bar {
    height: 4px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--kz-primary), var(--kz-secondary));
    width: 0%;
    margin: 18px auto 0;
    max-width: 70px;
    transition: width 1.6s cubic-bezier(.16, 1, .3, 1);
}

.stat-box.animated .stat-bar {
    width: 100%;
}

.roadmap-section {
    background: linear-gradient(180deg, #fff8f3 0%, #fff 100%);
}

.roadmap-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    position: relative;
}

.roadmap-grid::before {
    content: "";
    position: absolute;
    top: 60px;
    left: calc(12.5% + 8px);
    right: calc(12.5% + 8px);
    height: 3px;
    background: linear-gradient(90deg, var(--kz-primary), var(--kz-secondary), var(--kz-teal));
    border-radius: 99px;
    z-index: 0;
}

.rm-card {
    background: #fff;
    border: 1px solid rgba(239, 91, 42, .13);
    border-radius: 28px;
    padding: 32px 20px 28px;
    text-align: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 16px 44px rgba(239, 91, 42, .07);
    transition: transform .45s cubic-bezier(.16, 1, .3, 1), box-shadow .45s ease;
    opacity: 0;
    transform: translateY(32px);
}

.rm-card.show {
    opacity: 1;
    transform: translateY(0);
}

.rm-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 28px 60px rgba(239, 91, 42, .15);
}

.rm-step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--kz-primary), #ff9a5e);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 24px rgba(239, 91, 42, .32);
    font-size: 1.4rem;
    color: #fff;
    transition: transform .5s ease;
}

.rm-card:hover .rm-step-circle {
    transform: rotate(15deg) scale(1.12);
}

.rm-step-num {
    position: absolute;
    top: -12px;
    right: 18px;
    background: var(--kz-secondary);
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    font-size: .8rem;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rm-card h5 {
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1f1a16;
}

.rm-card p {
    font-size: .88rem;
    color: #7a6c62;
    margin: 0;
    line-height: 1.6;
}

.rm-tag {
    display: inline-block;
    margin-bottom: 14px;
    padding: .3rem .75rem;
    border-radius: 999px;
    background: rgba(239, 91, 42, .09);
    color: var(--kz-primary);
    font-size: .75rem;
    font-weight: 700;
}

@media(max-width:991px) {
    .roadmap-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .roadmap-grid::before {
        display: none;
    }
}

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

.testi-section {
    background: linear-gradient(180deg, #fff 0%, #fff8f3 100%);
}

.testi-track {
    display: flex;
    gap: 28px;
    transition: transform .6s cubic-bezier(.16, 1, .3, 1);
}

.testi-card {
    min-width: calc(50% - 14px);
    background: #fff;
    border-radius: 28px;
    padding: 36px;
    border: 1px solid rgba(239, 91, 42, .12);
    box-shadow: 0 16px 44px rgba(239, 91, 42, .07);
    display: flex;
    flex-direction: column;
    gap: 18px;
    transition: transform .4s ease, box-shadow .4s ease;
    opacity: 0;
    transform: translateY(20px);
}

.testi-card.show {
    opacity: 1;
    transform: translateY(0);
}

.testi-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(239, 91, 42, .13);
}

.testi-stars {
    display: flex;
    gap: 4px;
}

.testi-stars i {
    color: #ffb703;
    font-size: 1.05rem;
}

.testi-quote-icon {
    font-size: 2.2rem;
    color: rgba(239, 91, 42, .15);
    line-height: 1;
    margin-bottom: -6px;
    font-family: Georgia, serif;
}

.testi-text {
    font-size: .97rem;
    color: #5a4e46;
    line-height: 1.75;
    flex: 1;
}

.testi-author {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-top: 16px;
    border-top: 1px solid rgba(239, 91, 42, .08);
}

.testi-avatar {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffe4d4;
    flex-shrink: 0;
}

.testi-author-info strong {
    display: block;
    font-weight: 700;
    color: #1f1a16;
}

.testi-author-info span {
    font-size: .82rem;
    color: #9a8a80;
}

.testi-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-top: 36px;
}

.testi-btn {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(239, 91, 42, .22);
    background: #fff;
    color: var(--kz-primary);
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
    box-shadow: 0 6px 18px rgba(239, 91, 42, .08);
}

.testi-btn:hover {
    background: var(--kz-primary);
    color: #fff;
    border-color: var(--kz-primary);
    transform: scale(1.08);
}

.testi-dots {
    display: flex;
    gap: 8px;
}

.testi-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: rgba(239, 91, 42, .2);
    cursor: pointer;
    transition: all .35s ease;
}

.testi-dot.active {
    background: var(--kz-primary);
    width: 26px;
    border-radius: 99px;
}

@media(max-width:767px) {
    .testi-card {
        min-width: calc(100% - 0px);
    }
}

.cta-pro-section {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.cta-pro-bg {
    position: relative;
    border-radius: 40px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1109 0%, #2e1e0f 40%, #1a2a2a 100%);
    padding: 70px 60px;
    z-index: 1;
}

.cta-pro-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        radial-gradient(circle at 10% 50%, rgba(239, 91, 42, .28) 0%, transparent 40%),
        radial-gradient(circle at 85% 20%, rgba(18, 166, 166, .22) 0%, transparent 38%),
        radial-gradient(circle at 60% 90%, rgba(255, 183, 3, .15) 0%, transparent 35%);
}

.cta-pro-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image:
        radial-gradient(rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 28px 28px;
}

.cta-pro-content {
    position: relative;
    z-index: 2;
}

.cta-pro-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .5rem 1rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .14);
    color: rgba(255, 255, 255, .85);
    font-size: .82rem;
    font-weight: 700;
    margin-bottom: 22px;
    backdrop-filter: blur(8px);
}

.cta-pro-title {
    font-family: 'Nunito', sans-serif;
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 900;
    color: #fff;
    line-height: 1.05;
    margin-bottom: 18px;
    max-width: 14ch;
}

.cta-pro-title span {
    color: var(--kz-secondary);
}

.cta-pro-desc {
    color: rgba(255, 255, 255, .72);
    max-width: 52ch;
    font-size: 1rem;
    margin-bottom: 36px;
}

.cta-pro-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-cta-main {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 1.8rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .97rem;
    background: linear-gradient(135deg, var(--kz-primary), #ff9a5e);
    color: #fff;
    border: none;
    box-shadow: 0 10px 30px rgba(239, 91, 42, .4);
    transition: transform .35s ease, box-shadow .35s ease;
}

.btn-cta-main:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 44px rgba(239, 91, 42, .5);
    color: #fff;
}

.btn-cta-ghost {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 1rem 1.8rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .97rem;
    border: 1px solid rgba(255, 255, 255, .28);
    color: #fff;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, .07);
    transition: all .35s ease;
}

.btn-cta-ghost:hover {
    background: rgba(255, 255, 255, .15);
    color: #fff;
    transform: translateY(-4px);
}

.cta-floating-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    position: relative;
    z-index: 2;
}

.cta-float-card {
    background: rgba(255, 255, 255, .06);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 22px;
    padding: 20px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: transform .4s ease, background .4s ease;
    opacity: 0;
    transform: translateX(30px);
}

.cta-float-card.show {
    opacity: 1;
    transform: translateX(0);
}

.cta-float-card:hover {
    background: rgba(255, 255, 255, .1);
    transform: translateX(-4px);
}

.cta-float-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgba(239, 91, 42, .35), rgba(255, 183, 3, .25));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
}

.cta-float-card strong {
    display: block;
    color: #fff;
    font-size: .97rem;
    margin-bottom: 3px;
}

.cta-float-card span {
    color: rgba(255, 255, 255, .6);
    font-size: .83rem;
}

.cta-divider-glow {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 70%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .1), transparent);
    z-index: 2;
}

@media(max-width:991px) {
    .cta-pro-bg {
        padding: 48px 32px;
    }

    .cta-divider-glow {
        display: none;
    }
}

@media(max-width:767px) {
    .cta-pro-bg {
        padding: 38px 22px;
        border-radius: 28px;
    }

    .cta-pro-title {
        max-width: 100%;
    }
}

.about-pro-section {
    background: #fff;
    overflow: hidden;
}

.about-pro-section .ap-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: .5rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(90deg, #fff3ec, #fff8f1);
    border: 1px solid rgba(239, 91, 42, .18);
    color: var(--kz-primary);
    font-weight: 700;
    font-size: .82rem;
    margin-bottom: 20px;
}

.about-pro-section h2 {
    font-size: clamp(2rem, 3.5vw, 3.2rem);
    line-height: 1.06;
    margin-bottom: 20px;
}

.about-pro-section .ap-lead {
    font-size: 1.05rem;
    color: #6b5e55;
    line-height: 1.8;
    margin-bottom: 28px;
    max-width: 58ch;
}

.ap-feature-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}

.ap-feat {
    display: flex;
    gap: 13px;
    align-items: flex-start;
    padding: 18px;
    border-radius: 20px;
    background: #fffaf6;
    border: 1px solid rgba(239, 91, 42, .1);
    transition: transform .35s ease, box-shadow .35s ease;
}

.ap-feat:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 36px rgba(239, 91, 42, .1);
}

.ap-feat-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff0e8, #ffe2cf);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.15rem;
    color: var(--kz-primary);
}

.ap-feat strong {
    display: block;
    font-weight: 700;
    color: #1f1a16;
    margin-bottom: 4px;
    font-size: .95rem;
}

.ap-feat p {
    font-size: .83rem;
    color: #8a7a70;
    margin: 0;
    line-height: 1.5;
}

.ap-cta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.btn-ap-primary {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: .95rem 1.7rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .95rem;
    background: linear-gradient(135deg, var(--kz-primary), #ff9352);
    color: #fff;
    border: none;
    box-shadow: 0 10px 28px rgba(239, 91, 42, .32);
    transition: transform .35s ease, box-shadow .35s ease;
}

.btn-ap-primary:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(239, 91, 42, .44);
    color: #fff;
}

.btn-ap-ghost {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: .95rem 1.7rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .95rem;
    border: 1.5px solid rgba(239, 91, 42, .28);
    color: var(--kz-primary);
    background: #fff;
    transition: all .35s ease;
}

.btn-ap-ghost:hover {
    background: #fff5f0;
    transform: translateY(-4px);
    color: var(--kz-primary);
}

/* Visual side */
.ap-visual {
    position: relative;
}

.ap-main-img {
    border-radius: 32px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(31, 25, 20, .14);
    position: relative;
    z-index: 2;
}

.ap-main-img img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    display: block;
}

.ap-badge-card {
    position: absolute;
    bottom: -22px;
    left: -22px;
    z-index: 3;
    background: #fff;
    border-radius: 24px;
    padding: 20px 24px;
    box-shadow: 0 20px 50px rgba(31, 25, 20, .14);
    border: 1px solid rgba(239, 91, 42, .1);
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 220px;
    animation: floatCard 4s ease-in-out infinite;
}

@keyframes floatCard {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

.ap-badge-icon {
    width: 50px;
    height: 50px;
    border-radius: 16px;
    flex-shrink: 0;
    background: linear-gradient(135deg, var(--kz-primary), #ff9352);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: #fff;
}

.ap-badge-card strong {
    display: block;
    font-size: 1.4rem;
    font-family: 'Nunito', sans-serif;
    font-weight: 900;
    color: var(--kz-primary);
    line-height: 1;
}

.ap-badge-card span {
    font-size: .82rem;
    color: #8a7a70;
}

.ap-side-card {
    position: absolute;
    top: 40px;
    right: -24px;
    z-index: 3;
    background: linear-gradient(135deg, #1f1a16, #2e2318);
    border-radius: 24px;
    padding: 20px 22px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
    min-width: 200px;
    animation: floatCard2 5s ease-in-out infinite;
}

@keyframes floatCard2 {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

.ap-side-card .sc-label {
    font-size: .75rem;
    color: rgba(255, 255, 255, .55);
    font-weight: 600;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.ap-mini-stat {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.ap-mini-stat:last-child {
    margin-bottom: 0;
}

.ap-mini-bar-wrap {
    flex: 1;
    height: 6px;
    background: rgba(255, 255, 255, .1);
    border-radius: 99px;
    overflow: hidden;
}

.ap-mini-bar {
    height: 100%;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--kz-primary), var(--kz-secondary));
    width: 0;
    transition: width 1.6s cubic-bezier(.16, 1, .3, 1);
}

.ap-mini-stat span {
    font-size: .78rem;
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
    min-width: 34px;
    text-align: right;
}

.ap-dot-grid {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 0;
    width: 160px;
    height: 160px;
    opacity: .5;
    background-image: radial-gradient(rgba(239, 91, 42, .35) 1.5px, transparent 1.5px);
    background-size: 18px 18px;
}

.ap-visual, .ap-main-img img {
    opacity: 0;
    transform: translateX(30px);
    transition: all .8s cubic-bezier(.16, 1, .3, 1);
}

.ap-visual.show, .ap-visual.show .ap-main-img img {
    opacity: 1;
    transform: translateX(0);
}

.ap-text-side {
    opacity: 0;
    transform: translateX(-30px);
    transition: all .8s cubic-bezier(.16, 1, .3, 1);
}

.ap-text-side.show {
    opacity: 1;
    transform: translateX(0);
}

@media(max-width:991px) {
    .ap-badge-card {
        bottom: 14px;
        left: 14px;
    }

    .ap-side-card {
        top: 14px;
        right: 14px;
    }

    .ap-main-img img {
        height: 420px;
    }
}

@media(max-width:767px) {
    .ap-main-img img {
        height: 320px;
    }

    .ap-feature-row {
        grid-template-columns: 1fr;
    }

    .ap-badge-card, .ap-side-card {
        position: static;
        animation: none;
        margin-top: 14px;
        width: 100%;
    }

    .ap-dot-grid {
        display: none;
    }
}

.hero-slider-box {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
    box-shadow: var(--kz-shadow);
    min-height: 560px;
    background: #f7d9c7;
    user-select: none;
}

.hero-slide-track {
    display: flex;
    transition: transform .65s cubic-bezier(.16, 1, .3, 1);
    height: 100%;
}

.hero-slide {
    min-width: 100%;
    min-height: 560px;
    background-size: cover;
    background-position: center;
    position: relative;
    flex-shrink: 0;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(28, 20, 14, .74) 0%, rgba(28, 20, 14, .4) 50%, rgba(28, 20, 14, .12) 100%);
}

.hero-caption {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 48px;
    max-width: 72%;
}

.hero-caption h1, .hero-caption h2 {
    color: #fff;
    font-size: clamp(1.9rem, 3.5vw, 3.6rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.hero-caption p {
    color: rgba(255, 255, 255, .88);
    font-size: 1rem;
    max-width: 520px;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .55rem .95rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, .15);
    color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    backdrop-filter: blur(10px);
}

/* Arrow buttons */
.hs-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    backdrop-filter: blur(10px);
    border: 1.5px solid rgba(255, 255, 255, .28);
    transition: background .3s ease, transform .3s ease;
}

.hs-arrow:hover {
    background: var(--kz-primary);
    transform: translateY(-50%) scale(1.08);
    border-color: var(--kz-primary);
}

.hs-arrow.prev {
    left: 18px;
}

.hs-arrow.next {
    right: 18px;
}

/* Dot indicators */
.hs-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
}

.hs-dot {
    width: 9px;
    height: 9px;
    border-radius: 99px;
    background: rgba(255, 255, 255, .4);
    cursor: pointer;
    transition: all .35s ease;
    border: none;
    padding: 0;
}

.hs-dot.active {
    background: #fff;
    width: 28px;
}

/* Thumbnail strip */
.hs-thumbs {
    display: flex;
    gap: 10px;
    margin-top: 14px;
}

.hs-thumb {
    flex: 1;
    height: 72px;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: .5;
    border: 2.5px solid transparent;
    transition: opacity .35s ease, border-color .35s ease, transform .35s ease;
    overflow: hidden;
    flex-shrink: 0;
}

.hs-thumb.active {
    opacity: 1;
    border-color: var(--kz-primary);
    transform: translateY(-3px);
}

.hs-thumb:hover {
    opacity: .8;
}

/* Slide count label */
.hs-counter {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: .82rem;
    font-weight: 700;
    padding: .4rem .9rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
}

@media(max-width:991px) {
    .hero-slider-box, .hero-slide {
        min-height: 460px;
    }

    .hero-caption {
        max-width: 100%;
        padding: 30px;
    }
}

@media(max-width:767px) {
    .hero-slider-box, .hero-slide {
        min-height: 380px;
    }

    .hero-caption {
        padding: 20px;
    }

    .hero-caption h1, .hero-caption h2 {
        font-size: 1.7rem;
    }

    .hs-arrow {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .hs-thumbs {
        gap: 6px;
    }

    .hs-thumb {
        height: 52px;
    }
}






/* About Us page CSS */
.about-hero {
    position: relative;
    min-height: 680px;
    background: radial-gradient(circle at 18% 24%, rgba(255, 183, 3, .18), transparent 18%),
        radial-gradient(circle at 88% 22%, rgba(18, 166, 166, .14), transparent 16%),
        linear-gradient(180deg, #fef7ef 0%, #fff1e4 60%, #fffefb 100%),
        url('/assets/images/about_us.jpeg');
    background-size: cover;
    background-position: center;
    color: #1f1a16;
    overflow: hidden;
}

.about-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(140deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .55) 45%, rgba(255, 255, 255, .03));
}

.about-hero .hero-content,
.about-hero .hero-visual {
    position: relative;
    z-index: 2;
}

.about-hero .hero-caption {
    max-width: 680px;
}

.about-hero .hero-caption h1 {
    color: #1f1a16;
}

.about-hero .hero-caption p {
    color: #564d43;
}

.about-hero .hero-card {
    border-radius: 32px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(239, 91, 42, .12);
    box-shadow: 0 28px 80px rgba(239, 91, 42, .08);
}

.about-hero .hero-stat {
    border-radius: 24px;
    background: #fff;
    border: 1px solid rgba(239, 91, 42, .12);
    box-shadow: 0 18px 40px rgba(239, 91, 42, .06);
}

.about-hero .hero-stat i {
    font-size: 1.45rem;
}

.about-hero .hero-visual {
    min-height: 520px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1)), rgba(255, 255, 255, .1);
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, .4);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.about-hero .hero-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-panel .icon-bubble {
    width: 58px;
    height: 58px;
    margin-bottom: 18px;
}

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

.timeline-track {
    position: relative;
    padding-left: 24px;
}

.timeline-track::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, var(--kz-primary), var(--kz-secondary));
    border-radius: 999px;
}

.timeline-step {
    position: relative;
    margin-bottom: 34px;
    padding-left: 38px;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.timeline-step .step-badge {
    position: absolute;
    left: -28px;
    top: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--kz-primary);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: .8rem;
    font-weight: 900;
}

.timeline-step h5 {
    margin-bottom: .5rem;
}

.timeline-step p {
    color: #6e6258;
}

.team-card .social-links a {
    color: var(--kz-primary);
    transition: transform .3s ease;
}

.team-card .social-links a:hover {
    transform: translateY(-2px);
}

.cta-band {
    background: linear-gradient(135deg, #2b1b15, #432b21);
}

.cta-band .btn-kz {
    background: linear-gradient(135deg, #ff7a3f, #f15e1d);
    border-color: transparent;
}

@media (max-width: 991.98px) {
    .about-hero {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
}


/* studytec section */
.studytec-logo {
    animation: fadeSlideDown 0.7s ease forwards;
}

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

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

.feature-card {
    border: 1.5px solid #e8e8e8;
    border-radius: 10px;
    transition: box-shadow 0.3s, border-color 0.3s;
    overflow: hidden;
    animation: fadeSlideUp 0.5s ease both;
}

.feature-card:nth-child(1) {
    animation-delay: .10s
}

.feature-card:nth-child(2) {
    animation-delay: .18s
}

.feature-card:nth-child(3) {
    animation-delay: .26s
}

.feature-card:nth-child(4) {
    animation-delay: .34s
}

.feature-card:nth-child(5) {
    animation-delay: .42s
}

.feature-card:nth-child(6) {
    animation-delay: .50s
}

.feature-card:nth-child(7) {
    animation-delay: .58s
}

.feature-card:nth-child(8) {
    animation-delay: .66s
}

.feature-card:nth-child(9) {
    animation-delay: .74s
}

.feature-card:nth-child(10) {
    animation-delay: .82s
}

.feature-card:nth-child(11) {
    animation-delay: .90s
}

.feature-card:nth-child(12) {
    animation-delay: .98s
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

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

.feature-card:hover {
    box-shadow: 0 6px 24px rgba(229, 74, 47, 0.15);
    border-color: #e54a2f;
}

.feature-card::after {
    content: \'\';
    position: absolute;
    left: 0;
    top: 12px;
    bottom: 12px;
    width: 3px;
    background: #e54a2f;
    border-radius: 0 3px 3px 0;
    transform: scaleY(0);
    transition: transform 0.3s;
    transform-origin: center;
}

.feature-card:hover::after {
    transform: scaleY(1);
}

.icon-wrap {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff5f3;
    transition: background 0.3s, transform 0.3s;
    flex-shrink: 0;
}

.feature-card:hover .icon-wrap {
    background: #e54a2f;
    transform: rotate(10deg) scale(1.1);
}

.icon-wrap svg {
    color: #e54a2f;
    transition: color 0.3s;
}

.feature-card:hover .icon-wrap svg {
    color: #fff;
}

.read-more-btn {
    animation: fadeSlideUp 0.5s 1.1s ease both;
    transition: background 0.3s, box-shadow 0.3s;
}

.read-more-btn:hover {
    background: #c73d24 !important;
    box-shadow: 0 8px 28px rgba(229, 74, 47, 0.4);
}


.contact-banner {
    background: linear-gradient(135deg, #1a2e4a 0%, #e54a2f 100%);
    padding-top: 160px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}

.contact-banner::before {
    content: \'\';
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    top: -120px;
    right: -80px;
}

.contact-banner::after {
    content: \'\';
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    bottom: -80px;
    left: -60px;
}

.banner-title {
    font-size: clamp(2rem, 5vw, 3rem);
    font-weight: 700;
    color: #fff;
    animation: fadeUp .7s ease both;
}

.banner-sub {
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
    animation: fadeUp .7s .15s ease both;
}

.breadcrumb-item a {
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-divider-color {
    --bs-breadcrumb-divider-color: rgba(255, 255, 255, .5);
}

/* ── CONTACT SECTION ── */
.contact-section {
    padding: 72px 0;
    background: #f9fafb;
}

/* Info Card */
.info-card {
    background: #1a2e4a;
    border-radius: 16px;
    padding: 40px 32px;
    color: #fff;
    height: 100%;
    animation: fadeUp .6s .2s ease both;
}

.info-card h4 {
    font-weight: 700;
    font-size: 1.3rem;
}

.info-card p {
    color: rgba(255, 255, 255, .7);
    font-size: 14px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.info-item:last-of-type {
    border-bottom: none;
}

.info-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(229, 74, 47, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 18px;
    color: #e54a2f;
    transition: background .3s, transform .3s;
}

.info-item:hover .info-icon {
    background: #e54a2f;
    color: #fff;
    transform: scale(1.1);
}

.info-label {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.info-value {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.social-links a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, .25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    text-decoration: none;
    transition: background .3s, border-color .3s, color .3s;
}

.social-links a:hover {
    background: #e54a2f;
    border-color: #e54a2f;
    color: #fff;
}

/* Form Card */
.form-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    box-shadow: 0 8px 40px rgba(26, 46, 74, .08);
    animation: fadeUp .6s .3s ease both;
}

.form-card h4 {
    font-weight: 700;
    color: #1a2e4a;
}

.form-card p {
    font-size: 14px;
    color: #6c757d;
}

.form-label {
    font-size: 13px;
    font-weight: 600;
    color: #1a2e4a;
}

.form-control,
.form-select {
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    font-family: \'Poppins\', sans-serif;
    transition: border-color .3s, box-shadow .3s;
}

.form-control:focus,
.form-select:focus {
    border-color: #e54a2f;
    box-shadow: 0 0 0 3px rgba(229, 74, 47, .12);
}

.btn-submit {
    background: #e54a2f;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 40px;
    font-weight: 600;
    font-family: \'Poppins\', sans-serif;
    font-size: 14px;
    transition: background .3s, box-shadow .3s, transform .2s;
}

.btn-submit:hover {
    background: #c73d24;
    box-shadow: 0 8px 28px rgba(229, 74, 47, .35);
    transform: translateY(-2px);
    color: #fff;
}

/* ── MAP ── */
.map-section {
    animation: fadeUp .6s .4s ease both;
}

.map-iframe iframe {
    border-radius: 0 0 12px 12px;
    display: block;
}

.map-header {
    background: #1a2e4a;
    border-radius: 12px 12px 0 0;
    padding: 16px 24px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}

.map-header i {
    color: #e54a2f;
}

/* ── KEYFRAMES ── */
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(28px);
    }

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


/* ── ABOUT SERVICE ── */
.about-img {
    border-radius: 16px;
    object-fit: cover;
    width: 100%;
    height: 400px;
    box-shadow: 0 20px 60px rgba(26, 46, 74, .15);
    transition: transform .4s ease;
}

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

/* ── SERVICE CARDS ── */
.svc-card {
    border: 1.5px solid #eee;
    border-radius: 14px;
    padding: 28px 22px;
    background: #fff;
    height: 100%;
    transition: box-shadow .3s, border-color .3s, transform .3s;
}

.svc-card:hover {
    box-shadow: 0 12px 36px rgba(229, 74, 47, .12);
    border-color: var(--brand-orange);
    transform: translateY(-6px);
}

.svc-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--brand-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--brand-orange);
    transition: background .3s, color .3s;
    margin-bottom: 16px;
}

.svc-card:hover .svc-icon {
    background: var(--brand-orange);
    color: #fff;
}

/* ── MISSION / VISION ── */
.mv-card {
    border-radius: 16px;
    padding: 36px 30px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform .3s, box-shadow .3s;
}

.mv-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .1);
}

.mv-card .big-icon {
    position: absolute;
    bottom: -10px;
    right: -10px;
    font-size: 90px;
    opacity: .06;
    line-height: 1;
}

/* ── PRICING ── */
.price-card {
    border: 1.5px solid #eee;
    border-radius: 16px;
    padding: 36px 28px;
    background: #fff;
    height: 100%;
    transition: box-shadow .3s, border-color .3s, transform .3s;
    position: relative;
}

.price-card:hover {
    box-shadow: 0 16px 48px rgba(229, 74, 47, .14);
    border-color: var(--brand-orange);
    transform: translateY(-7px);
}

.price-card.featured {
    background: var(--brand-dark);
    border-color: var(--brand-dark);
    color: #fff;
}

.price-card.featured .text-muted {
    color: rgba(255, 255, 255, .6) !important;
}

.price-badge {
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--brand-orange);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 4px 16px;
    border-radius: 20px;
    white-space: nowrap;
}

.price-amount {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--brand-orange);
    line-height: 1;
}

.price-card.featured .price-amount {
    color: #fff;
}

.price-list li {
    padding: 7px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .06);
    font-size: 13.5px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.price-card.featured .price-list li {
    border-color: rgba(255, 255, 255, .1);
}

/* ── ENQUIRY ── */
.enquiry-section {
    background: linear-gradient(135deg, var(--brand-dark) 0%, #2a4a74 100%);
}

.enquiry-form .form-control,
.enquiry-form .form-select {
    border: 1.5px solid rgba(255, 255, 255, .15);
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border-radius: 8px;
    font-family: \'Poppins\', sans-serif;
    font-size: 14px;
    transition: border-color .3s, background .3s;
}

.enquiry-form .form-control::placeholder {
    color: rgba(255, 255, 255, .45);
}

.enquiry-form .form-control:focus,
.enquiry-form .form-select:focus {
    border-color: var(--brand-orange);
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 0 0 3px rgba(229, 74, 47, .2);
    color: #fff;
}

.enquiry-form .form-select option {
    color: #1a2e4a;
    background: #fff;
}

.enquiry-form label {
    color: rgba(255, 255, 255, .8);
    font-size: 13px;
    font-weight: 500;
}

.btn-orange {
    background: var(--brand-orange);
    color: #fff;
    border: none;
    border-radius: 30px;
    font-weight: 600;
    font-family: \'Poppins\', sans-serif;
    transition: background .3s, box-shadow .3s, transform .2s;
}

.btn-orange:hover {
    background: #c73d24;
    box-shadow: 0 8px 28px rgba(229, 74, 47, .4);
    transform: translateY(-2px);
    color: #fff;
}

.btn-outline-light:hover {
    color: var(--brand-dark) !important;
}
