:root {
    --brand-crimson: #9d1f24;
    --brand-gold: #d8a63f;
    --brand-cream: #f8f1e3;
    --brand-ivory: #fff9ee;
    --ink: #21130f;
    --muted: #74665e;
    --surface: #f8f3eb;
    --line-dark: rgba(33, 19, 15, 0.12);
    --line-light: rgba(255, 255, 255, 0.16);
    --shadow: 0 24px 70px rgba(33, 19, 15, 0.12);
    --font-heading: "Cormorant Garamond", serif;
    --font-body: "Manrope", sans-serif;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

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

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--muted);
    background: var(--surface);
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

p {
    line-height: 1.7;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: var(--font-heading);
    color: var(--ink);
    line-height: 1.05;
}

.container {
    max-width: 1300px;
    padding-left: 15px;
    padding-right: 15px;
}

.topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    background: rgba(33, 19, 15, 0.78);
    border-bottom: 1px solid var(--line-light);
}

.topbar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topbar-copy,
.topbar-link {
    margin: 0;
    color: rgba(255, 249, 238, 0.86);
    font-size: 13px;
    line-height: 1.3;
}

.topbar-link {
    font-weight: 700;
}

.site-header {
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    z-index: 1020;
    border-bottom: 1px solid var(--line-light);
}

.site-header.scrolled {
    position: fixed;
    top: 0;
    background: rgba(33, 19, 15, 0.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.site-header .navbar {
    padding: 15px 0;
}

.nav-shell {
    min-height: 0;
}

.nav-shell {
    position: relative;
}

.logo-wrap {
    padding: 0;
    margin: 0;
}

.brand-logo {
    width: 160px;
    max-height: 58px;
    object-fit: contain;
}

.nav-main-list {
    align-items: center;
    gap: 0px;
}

.nav-main-list .nav-link {
    color: var(--brand-ivory);
    font-size: 13px;
    font-weight: 700;
    padding: 10px 10px !important;
}

.nav-main-list .nav-link:hover,
.nav-main-list .nav-link.show {
    color: var(--brand-gold);
}

.mega-dropdown {
    min-width: 250px;
    padding: 8px 0;
    border: 0;
    border-radius: 8px;
    background: var(--brand-gold);
    box-shadow: var(--shadow);
}

.mega-dropdown .dropdown-item {
    color: var(--ink);
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}

.mega-dropdown .dropdown-item:hover {
    color: #fff;
    background: transparent;
    padding-left: 24px;
}

.nav-cta-wrap {
    margin-left: 0px;
}

.nav-toggle {
    border: 0;
    width: 42px;
    height: 42px;
    border-radius: 6px;
    background: var(--brand-gold);
}

.nav-toggle .navbar-toggler-icon {
    filter: invert(1);
}

.btn-aasha,
.btn-brand {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-height: 54px; */
    padding: 10px 17px 10px 7px;
    border: 0;
    border-radius: 6px;
    overflow: hidden;
    background: var(--brand-gold);
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    transition: color 0.35s ease, transform 0.35s ease;
    z-index: 1;
}

.btn-aasha::before,
.btn-brand::before {
    content: "\F138";
    position: absolute;
    right: 2px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "bootstrap-icons";
    transition: transform 0.35s ease, color 0.35s ease;
}

.btn-aasha::after,
.btn-brand::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    background: var(--brand-crimson);
    transition: width 0.35s ease;
    z-index: -1;
}

.btn-aasha:hover,
.btn-brand:hover {
    color: #fff;
    transform: translateY(-2px);
}

.btn-aasha:hover::before,
.btn-brand:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

.btn-aasha:hover::after,
.btn-brand:hover::after {
    width: 100%;
}

.btn-aasha-outline {
    color: var(--brand-ivory);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.btn-aasha-outline::after {
    background: var(--brand-ivory);
}

.btn-aasha-outline:hover {
    color: var(--ink);
}

.hero-aasha {
    position: relative;
    min-height: 690px;
    display: flex;
    align-items: center;
    padding: 132px 0 58px;
    background-image: url("../imgs/hero.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
}

.hero-aasha-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(270deg, rgba(33, 19, 15, 0.16) 0%, rgba(33, 19, 15, 0.54) 46%, rgba(33, 19, 15, 0.94) 78%),
        linear-gradient(180deg, rgba(33, 19, 15, 0.2), rgba(33, 19, 15, 0.32));
}

.hero-aasha .container {
    position: relative;
    z-index: 2;
}

.section-pill {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-ivory);
    border: 1px solid var(--line-light);
    border-radius: 40px;
    padding: 8px 16px 8px 32px;
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 700;
}

.section-pill::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--brand-gold);
    transform: translateY(-50%);
}

.section-pill-light {
    color: var(--ink);
    border-color: var(--line-dark);
}

.section-title-aasha h1 {
    max-width: 850px;
    color: var(--brand-ivory);
    font-size: 76px;
    font-weight: 700;
}

.section-title-aasha h2 {
    color: var(--ink);
    font-size: 54px;
    font-weight: 700;
}

.section-dark-aasha .section-title-aasha h2,
.section-dark-aasha .section-title-aasha p,
.section-dark-aasha .section-pill,
.hero-aasha .section-title-aasha p {
    color: var(--brand-ivory);
}

.section-title-aasha p {
    max-width: 680px;
    margin-top: 20px;
    font-size: 17px;
}

.hero-line {
    display: block;
}

.hero-line.accent {
    color: var(--brand-gold);
}

.hero-aasha-actions,
.hero-content-footer-ultra {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 24px;
}

.hero-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    min-width: 210px;
    padding: 16px 56px 16px 24px;
    border-radius: 6px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    transition: transform 0.35s ease, color 0.35s ease, background 0.35s ease, border-color 0.35s ease;
    z-index: 1;
}

.hero-btn::before {
    content: "\F138";
    position: absolute;
    right: 22px;
    top: 50%;
    font-family: "bootstrap-icons";
    transform: translateY(-50%);
    transition: transform 0.35s ease;
}

.hero-btn::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 0;
    transition: width 0.35s ease;
    z-index: -1;
}

.hero-btn:hover {
    transform: translateY(-2px);
}

.hero-btn:hover::before {
    transform: translateY(-50%) rotate(45deg);
}

.hero-btn:hover::after {
    width: 100%;
}

.hero-btn-partner {
    color: var(--ink);
    background: var(--brand-gold);
    box-shadow: 0 18px 44px rgba(216, 166, 63, 0.28);
}

.hero-btn-partner::after {
    background: var(--brand-crimson);
}

.hero-btn-partner:hover {
    color: #fff;
}

.hero-btn-explore {
    color: var(--brand-ivory);
    border: 1px solid rgba(255, 255, 255, 0.42);
    background: rgba(255, 255, 255, 0.08);
}

.hero-btn-explore::after {
    background: var(--brand-ivory);
}

.hero-btn-explore:hover {
    color: var(--ink);
    border-color: var(--brand-ivory);
}

.hero-aasha-info {
    max-width: 390px;
    margin-left: auto;
    padding: 36px;
    border: 1px solid var(--line-light);
    border-radius: 10px;
    color: var(--brand-ivory);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hero-info-item {
    display: flex;
    gap: 18px;
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line-light);
}

.hero-info-icon,
.service-icon-aasha {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--ink);
    background: var(--brand-gold);
    font-size: 23px;
}

.hero-info-copy h3,
.hero-counter-item h2 {
    color: var(--brand-ivory);
}

.hero-info-copy h3 {
    font-size: 24px;
    margin-bottom: 8px;
}

.hero-counter-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 28px;
}

.hero-counter-item h2 {
    color: var(--brand-gold);
    font-size: 48px;
}

.hero-counter-item p {
    font-size: 14px;
    color: rgba(255, 249, 238, 0.82);
}

.ticker-aasha {
    position: relative;
    background: var(--brand-gold);
    padding: 18px 0;
    overflow: hidden;
}

.ticker-track {
    display: flex;
    width: max-content;
    gap: 0;
    animation: tickerMove 42s linear infinite;
}

.ticker-group {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 38px;
    padding-right: 38px;
}

.ticker-group span {
    position: relative;
    flex: 0 0 auto;
    white-space: nowrap;
    color: var(--ink);
    font-size: 24px;
    font-weight: 800;
}

.ticker-group span::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 38px;
    border-radius: 50%;
    background: var(--brand-crimson);
    vertical-align: middle;
}

@keyframes tickerMove {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

.section-aasha {
    padding: 110px 0;
}

.section-light-aasha {
    background: var(--surface);
}

.section-dark-aasha {
    background:
        radial-gradient(circle at top right, rgba(216, 166, 63, 0.12), transparent 26%),
        linear-gradient(135deg, #21130f 0%, #150c09 100%);
    color: var(--brand-ivory);
}

.section-accent-aasha {
    background:
        radial-gradient(circle at top left, rgba(216, 166, 63, 0.16), transparent 24%),
        linear-gradient(120deg, rgba(157, 31, 36, 0.96), rgba(33, 19, 15, 0.98));
    color: var(--brand-ivory);
}

.section-heading-aasha {
    margin-bottom: 64px;
}

.section-center-aasha {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.section-center-aasha p {
    margin-left: auto;
    margin-right: auto;
}

.section-row-aasha {
    row-gap: 40px;
}

.idea-list-aasha {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-top: 34px;
}

.idea-item-aasha,
.card-aasha,
.service-aasha,
.benefit-item-aasha,
.impact-box-aasha,
.process-box-aasha,
.cta-panel-aasha,
.testimonial-card-aasha,
.blog-card-aasha {
    border-radius: 10px;
    background: #fff;
    box-shadow: var(--shadow);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.idea-item-aasha,
.card-aasha,
.benefit-item-aasha,
.impact-box-aasha,
.process-box-aasha,
.testimonial-card-aasha,
.blog-card-aasha {
    padding: 28px;
}

.idea-item-aasha h3,
.card-aasha h3,
.service-body-aasha h3,
.benefit-item-aasha h3,
.process-box-aasha h3,
.cta-panel-aasha h3,
.testimonial-card-aasha h3,
.blog-card-aasha h3 {
    font-size: 25px;
    margin-bottom: 10px;
}

.journey-aasha {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    padding: 34px;
    border-radius: 10px;
    background: var(--ink);
    box-shadow: var(--shadow);
}

.journey-step-aasha {
    padding: 22px;
    border: 1px solid var(--line-light);
    border-radius: 8px;
    color: var(--brand-ivory);
    font-weight: 800;
    background: rgba(255, 255, 255, 0.06);
}

.card-aasha {
    height: 100%;
    color: var(--brand-ivory);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line-light);
}

.card-aasha h3,
.card-aasha p {
    color: var(--brand-ivory);
}

.card-number-aasha {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 50%;
    color: var(--ink);
    background: var(--brand-gold);
    font-weight: 900;
}

.service-aasha {
    height: 100%;
    overflow: hidden;
}

.service-body-aasha {
    height: 100%;
    padding: 32px;
}

.service-icon-aasha {
    margin-bottom: 28px;
}

.benefit-list-aasha {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.benefit-item-aasha {
    color: var(--brand-ivory);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--line-light);
}

.benefit-item-aasha h3,
.benefit-item-aasha p,
.section-accent-aasha .section-title-aasha h2,
.section-accent-aasha .section-title-aasha p,
.section-accent-aasha .section-pill {
    color: var(--brand-ivory);
}

.impact-grid-aasha {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
}

.impact-box-aasha {
    text-align: center;
    color: var(--brand-ivory);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line-light);
}

.impact-box-aasha h3 {
    color: var(--brand-gold);
    font-size: 44px;
}

.impact-box-aasha p {
    color: var(--brand-ivory);
    font-weight: 700;
}

.impact-process-aasha {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 28px;
}

.process-box-aasha {
    color: var(--brand-ivory);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--line-light);
}

.process-box-aasha h3,
.process-box-aasha p {
    color: var(--brand-ivory);
}

.tag-list-aasha {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.tag-list-aasha span {
    padding: 10px 16px;
    border: 1px solid var(--line-dark);
    border-radius: 40px;
    color: var(--ink);
    background: #fff;
    font-weight: 800;
}

.cta-panel-aasha {
    padding: 40px;
    color: var(--brand-ivory);
    background: var(--brand-crimson);
}

.cta-panel-aasha h3,
.cta-panel-aasha li {
    color: var(--brand-ivory);
}

.cta-panel-aasha ul {
    margin: 20px 0 30px;
    padding-left: 20px;
}

.cta-panel-aasha li {
    margin-bottom: 12px;
}

.testimonial-layout-aasha {
    display: grid;
    grid-template-columns: 0.92fr 1.08fr;
    gap: 24px;
}

.testimonial-cta-aasha {
    min-height: 420px;
    display: flex;
    align-items: end;
    border-radius: 10px;
    overflow: hidden;
    background:
        linear-gradient(rgba(33, 19, 15, 0.15), rgba(33, 19, 15, 0.62)),
        url("../imgs/hero.png");
    background-size: cover;
    background-position: center;
}

.testimonial-cta-body-aasha {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 28px;
    color: var(--brand-ivory);
    background: var(--brand-crimson);
}

.testimonial-count-aasha h3,
.testimonial-count-aasha p,
.testimonial-rating-aasha li {
    color: var(--brand-ivory);
}

.testimonial-rating-aasha ul {
    margin: 0;
    padding-left: 20px;
}

.testimonial-list-aasha {
    display: grid;
    gap: 24px;
}

.testimonial-card-aasha {
    min-height: 198px;
}

.testimonial-author-aasha {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid var(--line-dark);
}

.blog-grid-aasha {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.blog-card-aasha {
    min-height: 280px;
    display: flex;
    flex-direction: column;
}

.blog-tag-aasha {
    width: fit-content;
    padding: 8px 14px;
    margin-bottom: 22px;
    border-radius: 40px;
    color: var(--ink);
    background: rgba(216, 166, 63, 0.22);
    font-weight: 800;
}

.readmore-aasha {
    position: relative;
    width: fit-content;
    margin-top: auto;
    padding-right: 28px;
    color: var(--ink);
    font-weight: 900;
}

.readmore-aasha::after {
    content: "\F138";
    position: absolute;
    right: 0;
    top: 50%;
    font-family: "bootstrap-icons";
    transform: translateY(-50%);
}

.idea-item-aasha:hover,
.card-aasha:hover,
.service-aasha:hover,
.benefit-item-aasha:hover,
.impact-box-aasha:hover,
.process-box-aasha:hover,
.cta-panel-aasha:hover,
.testimonial-card-aasha:hover,
.blog-card-aasha:hover {
    transform: translateY(-8px);
    box-shadow: 0 34px 86px rgba(33, 19, 15, 0.18);
}

.site-footer {
    padding: 100px 0 0;
    color: rgba(255, 249, 238, 0.78);
    background:
        radial-gradient(circle at top right, rgba(216, 166, 63, 0.1), transparent 24%),
        linear-gradient(135deg, #21130f 0%, #120907 100%);
}

.footer-top {
    padding-bottom: 58px;
}

.footer-logo-wrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 22px;
}

.footer-logo {
    width: 160px;
}

.footer-brand-block h3,
.site-footer h4 {
    color: var(--brand-ivory);
}

.footer-brand-block h3 {
    font-size: 38px;
}

.site-footer h4 {
    font-size: 22px;
    margin-bottom: 22px;
}

.site-footer ul {
    margin: 0;
    padding-left: 18px;
}

.site-footer li {
    color: var(--brand-ivory);
    margin-bottom: 14px;
}

.site-footer li::marker {
    color: var(--brand-gold);
}

.site-footer a:hover {
    color: var(--brand-gold);
}

.footer-note,
.footer-brand-block p {
    color: rgba(255, 249, 238, 0.78);
}

.footer-bottom {
    display: flex;
    justify-content: center;
    padding: 28px 0;
    border-top: 1px solid var(--line-light);
}

.reveal-up {
    opacity: 0;
    transform: translateY(34px);
}

@media (prefers-reduced-motion: reduce) {

    .reveal-up,
    .ticker-group {
        opacity: 1 !important;
        transform: none !important;
        animation: none !important;
    }
}

@media (max-width:1199.98px) {

    .nav-shell {
        position: relative;
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 15px;
        left: auto;

        width: 320px;
        max-width: calc(100vw - 30px);

        padding: 20px;
        margin-top: 10px;

        border-radius: 12px;
        background: rgba(33, 19, 15, .98);
        backdrop-filter: blur(18px);
        box-shadow: 0 25px 60px rgba(0, 0, 0, .35);

        /* Animation */
        display: block !important;
        visibility: hidden;
        opacity: 0;
        transform: translateX(40px);
        transition:
            transform .35s ease,
            opacity .35s ease,
            visibility .35s ease;

        pointer-events: none;
    }

    .navbar-collapse.show {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
        pointer-events: auto;
    }

    .nav-main-list .nav-item {
        opacity: 0;
        transform: translateX(20px);
        transition: .35s ease;
    }

    .navbar-collapse.show .nav-item {
        opacity: 1;
        transform: translateX(0);
    }

    /* Stagger Animation */

    .navbar-collapse.show .nav-item:nth-child(1) {
        transition-delay: .05s;
    }

    .navbar-collapse.show .nav-item:nth-child(2) {
        transition-delay: .10s;
    }

    .navbar-collapse.show .nav-item:nth-child(3) {
        transition-delay: .15s;
    }

    .navbar-collapse.show .nav-item:nth-child(4) {
        transition-delay: .20s;
    }

    .navbar-collapse.show .nav-item:nth-child(5) {
        transition-delay: .25s;
    }

    .navbar-collapse.show .nav-item:nth-child(6) {
        transition-delay: .30s;
    }

    .navbar-collapse.show .nav-item:nth-child(7) {
        transition-delay: .35s;
    }

    .navbar-collapse.show .nav-item:nth-child(8) {
        transition-delay: .40s;
    }

}

@media (max-width: 991.98px) {
    .section-aasha {
        padding: 70px 0;
    }

    .section-title-aasha h1 {
        font-size: 50px;
    }

    .section-title-aasha h2 {
        font-size: 40px;
    }

    .idea-list-aasha,
    .benefit-list-aasha {
        grid-template-columns: 1fr;
    }

    .journey-aasha {
        margin-top: 30px;
    }
}

@media (max-width: 767.98px) {
    .topbar {
        display: none;
    }

    .site-header {
        top: 0;
    }

    .brand-logo {
        width: 100px;
    }

    .hero-aasha {
        padding: 104px 0 42px;
        background-position: 62% top;
    }

    .hero-aasha-overlay {
        background: rgba(33, 19, 15, 0.72);
    }

    .section-title-aasha h1 {
        font-size: 38px;
    }

    .section-title-aasha h2 {
        font-size: 32px;
    }

    .hero-line {
        white-space: normal;
    }

    .hero-aasha-actions,
    .hero-counter-list,
    .testimonial-cta-body-aasha,
    .journey-aasha,
    .impact-grid-aasha,
    .impact-process-aasha {
        grid-template-columns: 1fr;
    }

    .hero-aasha-actions {
        display: grid;
    }

    .btn-aasha,
    .hero-btn,
    .btn-brand {
        width: 100%;
    }

    .ticker-group span {
        font-size: 18px;
    }

    .section-pill {
        font-size: 12px;
    }
}

.nav-toggle {
    width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background: var(--brand-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    box-shadow: 0 8px 20px rgba(216, 166, 63, .35);
}

.nav-toggle:hover {
    background: var(--brand-crimson);
}

.nav-toggle:focus {
    box-shadow: none;
}

.nav-toggle .navbar-toggler-icon {
    display: none;
}

.hamburger {
    width: 22px;
    height: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger span {
    width: 100%;
    height: 2.5px;
    border-radius: 20px;
    background: #fff;
    transition: .35s ease;
    transform-origin: center;
}

/* OPEN ANIMATION */

.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(1) {
    transform: translateY(7.5px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(2) {
    opacity: 0;
}

.nav-toggle[aria-expanded="true"] .hamburger span:nth-child(3) {
    transform: translateY(-7.5px) rotate(-45deg);
}

.aradhyam-story {

    background: linear-gradient(180deg, #fff, #faf6ef);

}

.story-image {

    position: relative;
    overflow: hidden;
    border-radius: 16px;

    box-shadow: 0 35px 80px rgba(0, 0, 0, .12);

}

.story-image img {

    width: 100%;
    height: 620px;
    object-fit: cover;

    transition: .6s;

}

.story-image:hover img {

    transform: scale(1.05);

}

.story-badge {

    position: absolute;

    left: 25px;
    bottom: 25px;

    background: rgba(157, 31, 36, .92);

    color: #fff;

    padding: 15px 24px;

    border-radius: 10px;

    font-weight: 700;

}

.story-features {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 35px;

}

.story-card {

    overflow: hidden;

    border-radius: 12px;

    background: #fff;

    box-shadow: 0 15px 45px rgba(0, 0, 0, .08);

    transition: .35s;

}

.story-card:hover {

    transform: translateY(-8px);

}

.story-card img {

    width: 100%;

    height: 150px;

    object-fit: cover;

}

.story-card h4 {

    padding: 20px 20px 8px;

    margin: 0;

}

.story-card p {

    padding: 0 20px 22px;

}

.story-timeline {

    display: flex;

    justify-content: space-between;

    gap: 15px;

    margin-top: 70px;

}

.timeline-item {

    flex: 1;

    text-align: center;

    position: relative;

}

.timeline-item span {

    width: 60px;
    height: 60px;

    margin: auto auto 18px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-radius: 50%;

    background: #d8a63f;

    color: #21130f;

    font-weight: 800;

}

.timeline-item:not(:last-child)::after {

    content: "";

    position: absolute;

    top: 30px;

    left: 65%;

    width: 70%;

    height: 2px;

    background: #d8a63f;

}

@media(max-width:991px) {

    .story-features {

        grid-template-columns: 1fr;

    }

    .story-timeline {

        flex-direction: column;

    }

    .timeline-item::after {

        display: none;

    }

    .story-image img {

        height: 420px;

    }

}

.diac-section {

    background: linear-gradient(180deg, #fff, #faf6ef);

    position: relative;

    overflow: hidden;

}

.diac-section::before {

    content: "";

    position: absolute;

    width: 350px;

    height: 350px;

    border-radius: 50%;

    background: rgba(216, 166, 63, .08);

    top: -120px;

    right: -120px;

}

.diac-image {

    position: relative;

    overflow: hidden;

    border-radius: 18px;

    box-shadow: 0 30px 80px rgba(0, 0, 0, .15);

    animation: floating 5s ease-in-out infinite;

}

.diac-image img {

    width: 100%;

    height: 600px;

    object-fit: cover;

    transition: .6s;

}

.diac-image:hover img {

    transform: scale(1.06);

}

.diac-badge {

    position: absolute;

    left: 20px;

    bottom: 20px;

    background: #8b1e24;

    color: #fff;

    padding: 14px 22px;

    border-radius: 10px;

    font-weight: 700;

}

.diac-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 35px;

}

.diac-card {

    background: #fff;

    padding: 30px;

    border-radius: 16px;

    text-align: center;

    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);

    transition: .35s;

}

.diac-card:hover {

    transform: translateY(-10px);

    box-shadow: 0 25px 60px rgba(0, 0, 0, .15);

}

.diac-card i {

    font-size: 40px;

    color: #d8a63f;

    margin-bottom: 15px;

    transition: .35s;

}

.diac-card:hover i {

    transform: rotate(15deg) scale(1.15);

}

.diac-timeline {

    margin-top: 70px;

    display: flex;

    justify-content: space-between;

    gap: 20px;

}

.diac-timeline div {

    flex: 1;

    text-align: center;

    padding: 18px;

    background: #fff;

    border-radius: 40px;

    font-weight: 700;

    position: relative;

    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);

}

.diac-timeline div:not(:last-child)::after {

    content: "";

    position: absolute;

    right: -20px;

    top: 50%;

    width: 40px;

    height: 3px;

    background: #d8a63f;

}

@keyframes floating {

    0%, 100% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(-12px);

    }

}

@media(max-width:991px) {

    .diac-grid {

        grid-template-columns: 1fr;

    }

    .diac-timeline {

        flex-direction: column;

    }

    .diac-timeline div::after {

        display: none;

    }

    .diac-image img {

        height: 420px;

    }

}

.partner-premium {

    background:
        linear-gradient(135deg, #6b1218, #8b1e24, #a2282f);

    position: relative;

    overflow: hidden;

}

.partner-premium::before {

    content: "";

    position: absolute;

    width: 450px;

    height: 450px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .05);

    top: -180px;

    right: -120px;

}

.partner-box {

    padding: 80px;

    border-radius: 30px;

    background: rgba(255, 255, 255, .06);

    backdrop-filter: blur(16px);

    border: 1px solid rgba(255, 255, 255, .12);

}

.partner-box h2 {

    color: #fff;

    font-size: 56px;

    margin: 20px 0;

}

.partner-box p {

    color: rgba(255, 255, 255, .85);

    font-size: 18px;

    max-width: 650px;

}

.partner-buttons {

    margin-top: 35px;

    display: flex;

    gap: 20px;

    flex-wrap: wrap;

}

.btn-aasha-outline {

    border: 2px solid #fff;

    color: #fff;

    background: transparent;

}

.btn-aasha-outline:hover {

    background: #fff;

    color: #8b1e24;

}

.partner-grid {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

}

.partner-item {

    padding: 28px;

    background: rgba(255, 255, 255, .08);

    border: 1px solid rgba(255, 255, 255, .12);

    border-radius: 18px;

    text-align: center;

    color: #fff;

    font-weight: 700;

    transition: .35s;

}

.partner-item:hover {

    transform: translateY(-10px);

    background: #d8a63f;

    color: #222;

}

.typing-cursor {

    color: #d8a63f;

    font-weight: 700;

    animation: blink .8s infinite;

}

@keyframes blink {

    50% {
        opacity: 0;
    }

}

.story-process {

    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 24px;

    margin-top: 70px;

    position: relative;

}

.story-process::before {

    content: "";

    position: absolute;

    left: 6%;

    right: 6%;

    top: 65px;

    height: 3px;

    background: linear-gradient(90deg, #d8a63f, #8b1e24);

    z-index: 0;

}

.process-step {

    position: relative;

    z-index: 2;

    text-align: center;

    background: #fff;

    padding: 35px 20px;

    border-radius: 18px;

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

    transition: .4s;

}

.process-step:hover {

    transform: translateY(-12px);

}

.process-number {

    font-size: 14px;

    font-weight: 700;

    color: #8b1e24;

    margin-bottom: 18px;

    letter-spacing: 2px;

}

.process-icon {

    width: 75px;

    height: 75px;

    margin: auto;

    border-radius: 50%;

    background: linear-gradient(135deg, #d8a63f, #b8860b);

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 30px;

    color: #fff;

    margin-bottom: 20px;

    box-shadow: 0 10px 30px rgba(216, 166, 63, .4);

    transition: .4s;

}

.process-step:hover .process-icon {

    transform: rotate(10deg) scale(1.1);

}

.process-step h4 {

    margin-bottom: 10px;

}

.process-step p {

    font-size: 14px;

    margin: 0;

    color: #666;

}

@media(max-width:1200px) {

    .story-process {

        grid-template-columns: repeat(3, 1fr);

    }

    .story-process::before {

        display: none;

    }

}

@media(max-width:768px) {

    .story-process {

        grid-template-columns: 1fr;

    }

}


.site-footer {

    background: #160b0d;

    color: #d8d8d8;

    position: relative;

    overflow: hidden;

    padding: 90px 0 25px;

    border-top: 4px solid #d8a63f;

}

.footer-pattern {

    position: absolute;

    width: 500px;

    height: 500px;

    background: radial-gradient(circle, #d8a63f22, transparent 70%);

    top: -250px;

    right: -150px;

}

.site-footer h4 {

    color: #fff;

    margin-bottom: 25px;

    font-weight: 700;

}

.site-footer ul {

    list-style: none;

    padding: 0;

    margin: 0;

}

.site-footer li {

    margin-bottom: 14px;

}

.site-footer a {

    color: #cfcfcf;

    text-decoration: none;

    transition: .3s;

}

.site-footer a:hover {

    color: #d8a63f;

    padding-left: 6px;

}

.footer-logo {

    height: 75px;

}

.footer-social {

    display: flex;

    gap: 15px;

    margin-top: 30px;

}

.footer-social a {

    width: 46px;

    height: 46px;

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #2b171a;

    font-size: 20px;

    transition: .35s;

}

.footer-social a:hover {

    background: #d8a63f;

    color: #111;

    transform: translateY(-8px) rotate(360deg);

}

.footer-contact li {

    display: flex;

    align-items: center;

    gap: 12px;

}

.footer-contact i {

    color: #d8a63f;

    font-size: 18px;

}

.footer-bottom {

    margin-top: 40px;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 20px;

    font-size: 14px;

    border-top: 1px solid rgba(255, 255, 255, .08);

}

.site-footer hr {

    border-color: rgba(255, 255, 255, .08);

    margin: 50px 0 20px;

}

@media(max-width:768px) {

    .footer-bottom {

        flex-direction: column;

        gap: 12px;

        text-align: center;

    }

}

.footer-credit {

    text-align: right;

}

.footer-initiative {

    margin-top: 6px;

    font-size: 13px;

    color: rgba(255, 255, 255, .65);

}

.footer-initiative a {

    color: #d8a63f;

    font-weight: 600;

    text-decoration: none;

    transition: .3s;

}

.footer-initiative a:hover {

    color: #fff;

    text-decoration: underline;

}

@media(max-width:768px) {

    .footer-credit {

        text-align: center;

        margin-top: 10px;

    }

}