:root {
    --midnight: #0a1628;
    --navy: #112240;
    --cream: #FAF7F2;
    --warm-white: #FFFDF9;
    --ink: #1C1A17;
    --ink-muted: #5C5750;    
    --bg-soft: #ebe6de;    
    --bg-light: #f9f4ee;
    --bg-blush: #f2e5db;
    --bg-white: #ffffff;
    --text-main: #2a1b14;
    --text-muted: #6f665f;
    --gold-light: #E1F5EE;
    --gold-pale: #f7f0e3;
    --charcoal: #1e293b;
    --slate: #475569;
    --blue: #001f54;
    --gold: #d79a17;
    --gold-dark: #bd850e;
    --hero-dark: rgba(33, 17, 9, 0.58);
    --card-border: #e8dfd6;
    --white: #fff;
    --shadow-soft: 0 12px 35px rgba(52, 33, 15, 0.08);
    --shadow-strong: 0 16px 38px rgba(27, 14, 6, 0.18);
    --radius-xl: 24px;
    --border: rgba(28, 26, 23, 0.1);
    --clr-cream: #faf7f2;
    --clr-warm: #f5efe3;
    --clr-gold: #c9973a;
    --clr-gold-light: #f0d9a8;
    --clr-gold-pale: #fbf3e2;
    --clr-deep: #1c1410;
    --clr-dark: #2e2018;
    --clr-mid: #6b5744;
    --clr-soft: #a08060;
    --clr-accent: #8b2252;
    --clr-accent-light: #f5d9e8;
    --clr-teal: #1d6b6b;
    --clr-teal-light: #d4eeee;
    --ff-display: "Fraunces", serif;
    --ff-body: "Inter", sans-serif;
    --heading-font: "Fraunces", serif;
    --body-font: "Inter", sans-serif;
    --transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-main);
    background: var(--bg-white);
}
p{
    font-size: 15px;
}
img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: var(--gold-dark);
}

.main-nav {
    background: rgba(255, 250, 244, 0.96);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(128, 96, 48, 0.08);
}

.nav-shell {
    min-height: 74px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'Fraunces', serif;
    color: var(--blue);
    font-weight: 500;
}
.brand-main {
    font-family: 'Fraunces', serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #20140f;
}

.brand-sub {
    font-size: 0.68rem;
    line-height: 1.15;
    color: #7d6f66;
    font-weight: 600;
}

.navbar-nav {
    gap: 0.2rem;
}

.navbar .nav-link {
    color: #6b625b;
    font-size: 0.89rem;
    font-weight: 500;
    padding: 0.55rem 0.8rem !important;
    border-radius: 999px;
}

.navbar .nav-link.active,
.navbar .nav-link:hover {
    background: #f2e2cf;
    color: #2c1c12;
}

.nav-cta {
    padding-inline: 1rem;
}

.btn {
    border-radius: 12px;
    font-weight: 600;
    padding: 0.85rem 1.35rem;
    font-family: 'Rubik', sans-serif;
    
}

.btn-gold {
    background: linear-gradient(180deg, #e2a51f, var(--gold-dark));
    color: #fff;
    border: none;
    box-shadow: 0 10px 20px rgba(197, 136, 13, 0.28);
}

.btn-gold:hover {
    background: linear-gradient(180deg, #e6aa28, #c6890c);
    color: #fff;
}

.btn-outline-gold {
    border: 2px solid #d5a14b;
    color: #352015;
    background: #fff;
}

.btn-outline-gold:hover {
    background: #f9f0e1;
    color: #352015;
}

.hero-section {
    position: relative;
    min-height: 620px;
    background: url('../img/banner.jpg') center center/cover no-repeat;
}
/*.hero-badge {
    background: rgba(223, 91, 91, 0.95);
    color: #fff;
    border: 1px solid rgba(232, 160, 32, 0.3);
    margin-bottom: 20px
}*/
.tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 20px;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(45, 24, 12, 0.72) 0%, rgba(33, 17, 9, 0.58) 44%, rgba(33, 17, 9, 0.32) 100%);
}

.hero-content {
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 110px;
}

.display-title {
    font-family: 'Fraunces', serif;
    color: #fff;
    font-size: clamp(2.7rem, 4.7vw, 4.7rem);
    line-height: 1.15;
    font-weight: 400;
    letter-spacing: -0.01em;
    max-width: 790px;
    margin-top: 15px;
}
.display-title span{
    color: var(--gold);
}
.hero-copy {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.16rem;
    max-width: 540px;
    margin: 1.5rem 0;
}

.hero-note {
    color: rgba(255, 255, 255, 0.65);
    margin-top: 1rem;
}

.section-space {
    padding: 80px 0;
    position: relative;
}
.section-space2 {
    padding: 60px 0;
}
.bg-cream{
    background: #f6f1ec !important; 
}
.no-border{
    border: none !important;
}
.section-soft {
    background: var(--bg-soft);
}
.section-light{
    background-color: var(--bg-light);
}
.resource-cards {
    padding: 100px 0;
    background: var(--cream);
}
.r-card {
    background: white;
    border-radius: 20px;
    border: 1px solid var(--border);
    padding: 32px;
    transition: all 0.3s ;
}
.r-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold);
}
.r-card-icon {
    font-size: 32px;
    margin-bottom: 16px;
}
.r-card-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--midnight);
    margin-bottom: 8px;
}
.r-card-text {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.7;
    margin-bottom: 16px;
}
.r-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--gold);
    display: flex;
    align-items: center;
    gap: 6px;
}
.quote_box{
    padding: 40px 50px;
    background: #221812;
    border-radius: 100px;
    font-style: italic;
}
.quote_box h5{ 
    color: #fff;
    line-height: 1.6;
    font-size: 27px;
}
.section-white {
    background: #fff;
}
.resources_card span i{
    font-size: 2.16rem;
    margin: 12px 0;
}
.section-blush {
    background: var(--bg-blush);
}
.resources_card .explore-btn{
    margin-top: 0px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: var(--blue);
    /*background: #000;*/
    /*padding: 10px 18px;*/
    /*border-radius: 50px;*/
    transition: 0.3s ease;
}

.resources_card a:hover .explore-btn{
    transform:translateX(4px);
    color: var(--gold);
}
.eyebrow {
    color: #c48a16;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    margin-bottom: 0.9rem;
    text-transform: uppercase;
}
.white{
    color: var(--white) !important;
}
.footer-ul {
    list-style: none;
    padding-left: 0px;
}
.footer-ul li {
    margin-bottom: 10px;
}
.footer-ul li i{
    padding-top: 15px;
    color: var(--gold);
}
.footer-ul a {
    font-size: 0.78rem;
    color: var(--black);
    text-decoration: none;
    transition: color 0.3s;
    /*display: inline-flex;*/
    align-items: center;
    gap: 8px;
}
.footer-ul a:hover {
    color: var(--gold);
}
.footer-ul a::before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s;
}
.footer-ul a:hover::before {
    width: 10px;
}
h3.section-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(1.6rem, 2.6vw, 1.8rem);
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    text-align: center;
}
.section-title {
    font-family: 'Fraunces', serif;
    font-size: clamp(2.2rem, 3.6vw, 2.8rem);
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin-bottom: 1rem;
    text-align: center;
}
.section-title.text-left{
    text-align: left;
}
.section-title span{
    color: var(--gold);
}
.section-subtitle{
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.section-subtitle,
.section-copy,
.section-copy p{
    color: var(--text-muted);
    font-size: 1rem;
}

.story-strong {
    font-weight: 700;
    font-size: 1.1rem;
    margin-top: 1.2rem;
    border-left: 4px solid var(--gold);
    padding-left: 12px;
}

.image-frame {
    background: #efd9ca;
    border-radius: 28px;
    padding: 18px;
    box-shadow: var(--shadow-soft);
}

.image-frame img {
    border-radius: 24px;
}

.feature-card,
.mentor-card,
.testimonial-card,
.pricing-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 1.9rem;
    box-shadow: var(--shadow-soft);
    transition: box-shadow .2s, transform .2s;
    position: relative;
}
.feature-card:hover{
    box-shadow: 0 8px 32px rgba(30, 58, 95, 0.1);
    transform: translateY(-7px);
    background: #fff9f3;
}
.mentor-card:hover{
    box-shadow: 0 8px 32px rgba(30, 58, 95, 0.1);
    transform: translateY(-7px);
    background: #fff9f3;
}
.feature-card2{
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-xl);
    padding: 1.9rem;
    box-shadow: var(--shadow-soft);
    transition: box-shadow .2s, transform .2s;
    position: relative;
}
.feature-card2:hover{
    box-shadow: 0 8px 32px rgba(30, 58, 95, 0.1);
    transform: translateY(-7px);
}
.feature-card2:hover .icon-badge,
.feature-card2:hover .plan-icon{
    background: var(--blue);
    color: var(--cream);
} 
.feature-card2.v2:hover{
    background: rgba(255, 250, 244, 0.96);
}
.feature-card2.v2:hover .icon-badge{
    background: none;
} 
.feature-card2 h3,
.mentor-card h3,
.pricing-card h3 {
    font-size: 1.22rem;
    font-weight: 800;
    margin: 0.75rem 0 0.55rem;
}
.pricing-card.featured h3{
    color: var(--warm-white) !important;
}
.feature-card2 p,
.mentor-card p,
.pricing-card p,
.testimonial-card p {
    color: var(--text-muted);
}

.icon-badge.no-bg{
    background: inherit;
}
.icon-badge,
.plan-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    background: #f7ebdd;
    color: #cc9018;
}

.icon-badge.warm {
    background: #fff0d9;
    color: #d49612;
}

.icon-badge.cool {
    background: #ebf0fb;
    color: #6379b8;
}

.plan-icon.green {
    background: #edf9e8;
    color: #69a33f;
}

.plan-icon.gold {
    background: rgba(215, 154, 23, 0.16);
    color: #f0c56f;
}

.text-dark{
    color: #040404;
}
.plan-icon.dark-green {
    background: #eff6e7;
    color: #66853c;
}

.pricing-card {
    position: relative;
    padding-top: 2rem;
}

.pricing-card.featured {
    background: linear-gradient(180deg, #2e180d 0%, #241108 100%);
    color: #fff;
    box-shadow: var(--shadow-strong);
    transform: translateY(-4px);
}

.pricing-card.featured p,
.pricing-card.featured li {
    color: rgba(255, 255, 255, 0.8);
}

.popular-badge {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #d79a17;
    color: #fff;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 800;
}

.plan-tagline {
    margin-bottom: 0.65rem;
}

.price {
    font-size: 2.3rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 1rem;
}
.list-unstyled ul{
    padding-left: 0px;
    list-style: none;
}
.plan-list ul {
    margin: 1.3rem 0 1.7rem;
    display: grid;
    gap: 0.65rem;
}

.plan-list ul li {
    position: relative;
    padding-left: 1.25rem;
    color: var(--text-muted);
}

.plan-list ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    color: #d79a17;
    font-weight: 800;
}

.event-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.6rem;
}

.event-item2 {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 16px;
    padding: 1rem;
    box-shadow: var(--shadow-soft);
}

.event-date {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 14px;
    background: #f7f3ed;
    border: 1px solid #ece2d4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.event-date span {
    font-size: 0.68rem;
    font-weight: 800;
    color: #c58d1f;
    letter-spacing: 0.08em;
}

.event-date strong {
    font-size: 1.5rem;
    line-height: 1;
}

.event-item h4 {
    margin: 0;
    font-size: 1rem;
    font-weight: 800;
}

.event-item p {
    margin: 0.2rem 0 0;
    color: var(--text-white);
}

.event-visual-wrap {
    position: relative;
}

.event-visual {
    border-radius: 24px;
    box-shadow: var(--shadow-soft);
    width: 100%;
}

.floating-quote {
    position: absolute;
    left: 8%;
    right: 8%;
    bottom: 4%;
    background: #fff;
    border-radius: 16px;
    padding: 1rem 1.1rem;
    box-shadow: var(--shadow-strong);
}

.floating-quote p {
    margin-bottom: 0.35rem;
    color: #372319;
}

.floating-quote span {
    color: var(--text-muted);
    font-size: 0.9rem;
}

.testimonial-card {
    background: #fff;
    border: 1px solid #efe7dc;
}

.quote-mark {
    font-family: 'Fraunces', serif;
    font-size: 2.8rem;
    line-height: 1;
    color: #d0a044;
    margin-bottom: 0.55rem;
}

.person-row {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-top: 1rem;
}

.avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0dfbc;
    color: #845f12;
    font-weight: 800;
}

.person-row small {
    display: block;
    color: var(--text-muted);
    margin-top: 0.1rem;
}

.partner-band {
    padding: 80px 0;
}

.partner-pill {
    background: #fff;
    padding: 0.9rem 1.35rem;
    border-radius: 14px;
    font-weight: 700;
    color: #877c73;
    border: 1px solid #ece3d8;
    min-width: 86px;
}

.support-note {
    margin-top: 1.25rem;
    color: #8e8278;
}

.support-note a {
    color: #c58d1f;
    font-weight: 700;
}

.about-copy {
    max-width: 760px;
}

.footer-cta {
    background: linear-gradient(180deg, #32170c 0%, #231008 100%);
    padding: 65px 0 25px;
}
.footer-cta .hero-actions .btn{
    font-size: 16px;
    font-weight: 500;
}
.footer-cta.btm{
    background: #fdfdfd;
}
.footer-cta h2 {
    color: #fff;
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 3.7vw, 3.8rem);
    line-height: 1.2;
    margin: 0;
}
.foot_menu li{
    padding-bottom: 7px;
}
.foot_menu li a{
    color: var(--black);
}
.foot_menu li a:hover{
    color: var(--gold);
}
.footer-brand {
    font-weight: 700;
    font-size: 1.25rem;
    letter-spacing: 0.12em;
    color: var(--color-forest) !important;
    text-decoration: none;
    transition: opacity var(--transition);
}

.footer-brand:hover {
    opacity: 0.7;
}

.footer-heading {
    font-weight: 600;
    letter-spacing: 0.18em;
    color: var(--gold-dark);
}

.footer a {
    color: var(--color-muted);
    text-decoration: none;
    transition: color var(--transition), opacity var(--transition);
}

.footer ul a:hover {
    color: var(--color-forest);
}

.social-links a {
    color: var(--color-forest);
}

.social-links a:hover {
    opacity: 0.65;
}

.footer-bottom {
    border-top: 1px solid rgba(27, 67, 50, 0.1);
}

.footer-bottom a {
    color: var(--gold);
}
.footer-bottom a:hover {
    color: #b6afaf;
}
.reveal-up {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity .7s ease, transform .7s ease;
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.partner-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}

.partner-track {
    display: flex;
    width: max-content;
}

.partner-row {
    display: flex;
    white-space: nowrap;
}

.partner-pill2{
    padding:12px 28px;
    border-radius:50px;
    font-weight:600;
    flex-shrink:0;
}

/* Box */
.stats-wrap{
    max-width:1180px;
    margin:auto;
    border:1px solid rgba(255,255,255,.12);
    border-radius:22px;
    background:rgba(61, 47, 47, 0.55);
    backdrop-filter:blur(2px);
    padding:24px 10px 20px;
    margin-top: 25px;
}

/* Grid */
.stats-grid{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
}

.stat-item{
    flex:1;
    text-align:center;
}

/* Number */
.stat-number{
    color:#d99219;
    font-size:30px;
    font-weight:800;
    line-height:1;
    letter-spacing:.5px;
    margin-bottom:8px;
}

/* Text */
.stat-label{
    color:rgba(255,255,255,.55);
    font-size:12px;
    font-weight:500;
    text-transform:capitalize;
    line-height:1.2;
}

.form-label{
    font-size:16px;
    font-weight:600;
    color:#111;
    margin-bottom:10px;
}

.form-control{
    height:54px;
    border:1px solid #ddd4c9;
    border-radius:16px;
    background:#f5f4f1;
    padding:12px 18px;
    font-size:16px;
    color:#111;
    box-shadow:none !important;
}

textarea.form-control{
    height:126px;
    resize:none;
    padding-top:14px;
}

.form-control::placeholder{
    color:#9b9389;
}

.btn-send{
    background:#d08a00;
    color:#fff;
    border:none;
    border-radius:14px;
    padding:14px 32px;
    font-size:18px;
    font-weight:600;
    min-width:176px;
    transition:0.3s;
}

.btn-send:hover{
    background:#b77700;
    color:#fff;
}

.whatsapp-float{
    position:fixed;
    width:65px;
    height:65px;
    bottom:25px;
    right:25px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:34px;
    text-decoration:none;
    z-index:9999;
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
    transition:0.3s ease;
    animation:pulse 2s infinite;
}

.whatsapp-float:hover{
    transform:scale(1.1);
    color:#fff;
    background:#1ebe5d;
}

@keyframes pulse{

    0%{
        box-shadow:0 0 0 0 rgba(37,211,102,0.5);
    }

    70%{
        box-shadow:0 0 0 18px rgba(37,211,102,0);
    }

    100%{
        box-shadow:0 0 0 0 rgba(37,211,102,0);
    }

}

@media(max-width:767px){

    .whatsapp-float{
        width:58px;
        height:58px;
        font-size:30px;
        bottom:20px;
        right:20px;
    }

}


.blog-content-box table{
    width: 100%;
}
.blog-content-box table tr td{
    border: 1px solid #666;
    padding: 9px;
}

.image-block-one {
    position: relative;
    min-height: 520px;
}

.image-block-one .image {
    position: absolute;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.image-block-one .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Main large image */
.image-block-one .big-image {
    width: 100%;
    height: 360px;
    top: 0;
    left: 0;
    z-index: 1;
}

/* Bottom right image */
.image-block-one .small-image {
    width: 52%;
    height: 220px;
    bottom: 0;
    right: 0;
    z-index: 3;
    border: 6px solid #fff;
}

/* Bottom left small overlap image */
.image-block-one .very-small-image {
    width: 48%;
    height: 290px;
    bottom: 50px;
    left: -20px;
    z-index: 2;
    border: 6px solid #fff;
    animation: floatUpDown 3s ease-in-out infinite;
}
/* Up Down Animation */
@keyframes floatUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0);
    }
}
@media (max-width: 991px) {
    .image-block-one {
        min-height: 460px;
        margin-top: 40px;
    }

    .image-block-one .big-image {
        height: 300px;
    }

    .image-block-one .small-image {
        width: 55%;
        height: 180px;
    }

    .image-block-one .very-small-image {
        width: 42%;
        height: 140px;
        left: 0;
    }
}

@media (max-width: 767px) {
    .image-block-one .very-small-image,
    .image-block-one .small-image{
        display: none;
    }
    .image-block-one {
        min-height: 380px;
    }

    .image-block-one .big-image {
        height: 240px;
        border: 6px solid #fff;
    }
}




/* ── HERO / BANNER ── */
.hero {
    background: var(--clr-dark);
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    padding: 4rem 0 4rem;
}
.hero-pattern {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 15% 50%, rgba(201, 151, 58, 0.12) 0%, transparent 50%),
        radial-gradient(circle at 85% 20%, rgba(139, 34, 82, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 60% 80%, rgba(29, 107, 107, 0.08) 0%, transparent 40%);
    pointer-events: none;
}
.hero-grid-lines {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(201, 151, 58, 0.06) 1px, transparent 1px),
        linear-gradient(90deg, rgba(201, 151, 58, 0.06) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
}
.hero-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 151, 58, 0.15);
    border: 1px solid rgba(201, 151, 58, 0.3);
    color: var(--clr-gold-light);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 0.45rem 1.1rem;
    border-radius: 50px;
    margin-bottom: 1.8rem;
}
.hero-title {
    font-family: "Fraunces", serif;
    font-size: clamp(2.1rem, 3.5vw, 4.2rem);
    line-height: 1.1;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    color: var(--white);
}
.hero-title em {
    color: var(--clr-gold);
    font-style: italic;
}
.hero-sub {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 520px;
    line-height: 1.75;
    margin-bottom: 2.5rem;
    font-weight: 300;
}
.hero-actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}
.hero-actions .btn-gold {
    background: var(--clr-gold);
    color: #111;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: none;
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.hero-actions .btn-gold:hover {
    background: #b5841f;
    color: #fff;
    transform: translateY(-2px);
}
.hero-actions .btn-outline-light {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: var(--transition);
}
.hero-actions .btn-outline-light:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}
.hero-actions .btn-outline-light-custom {
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
    border-radius: 50px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: var(--transition);
}
.hero-actions .btn-outline-light-custom:hover {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
    background: rgba(255, 255, 255, 0.06);
}

.hero-stats {
    display: flex;
    gap: 2.5rem;
    margin-top: 3.5rem;
    padding-top: 2.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hero-stat-num {
    font-family: var(--ff-display);
    font-size: 2.2rem;
    font-weight: 600;
    color: var(--clr-gold);
    line-height: 1;
}
.hero-stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 0.25rem;
}

.hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-card-stack {
    position: relative;
    width: 340px;
    height: 480px;
}
.hero-card-back {
    position: absolute;
    width: 100%;
    height: 85%;
    bottom: 0;
    right: -20px;
    background: rgba(201, 151, 58, 0.12);
    border: 1px solid rgba(201, 151, 58, 0.2);
    border-radius: 20px;
}
.hero-card-main {
    position: absolute;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, #2e2018 0%, #1c1410 100%);
    border: 1px solid rgba(201, 151, 58, 0.25);
    border-radius: 20px;
    padding: 2rem;
    overflow: hidden;
}
.hero-card-deco {
    position: absolute;
    top: -30px;
    right: -30px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(201, 151, 58, 0.08);
}
.partner-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(201, 151, 58, 0.15);
    border: 1px solid rgba(201, 151, 58, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}
.partner-icon-wrap i {
    font-size: 1.4rem;
    color: var(--clr-gold);
}
.hero-card-quote {
    font-family: var(--ff-display);
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 1.5rem;
}
.hero-card-divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.08);
    margin-bottom: 1.5rem;
}
.partner-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.partner-tag {
    font-size: 0.72rem;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.04em;
}
.tag-gold {
    background: rgba(201, 151, 58, 0.15);
    color: var(--clr-gold-light);
    border: 1px solid rgba(201, 151, 58, 0.2);
}
.tag-teal {
    background: rgba(29, 107, 107, 0.2);
    color: #7dd3d3;
    border: 1px solid rgba(29, 107, 107, 0.3);
}
.tag-pink {
    background: rgba(139, 34, 82, 0.2);
    color: #e8a0c0;
    border: 1px solid rgba(139, 34, 82, 0.3);
}


/* ── WHY PARTNER ── */
.why-section {
    background: #fff;
}
.why-card {
    background: var(--clr-cream);
    border: 1px solid rgba(201, 151, 58, 0.12);
    border-radius: 18px;
    padding: 2rem 1.8rem;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    height: 100%;
}
.why-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--clr-gold), transparent);
    opacity: 0;
    transition: var(--transition);
}
.why-card:hover {
    border-color: rgba(201, 151, 58, 0.3);
    transform: translateY(-4px);
    box-shadow: 0 20px 60px rgba(44, 32, 16, 0.08);
}
.why-card:hover::before {
    opacity: 1;
}
.why-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: var(--blue);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.2rem;
}
.why-icon i {
    font-size: 1.2rem;
    color: var(--clr-gold);
}
.why-card h4 {
    font-family: var(--ff-display);
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--clr-dark);
    margin-bottom: 0.6rem;
}
.why-card p {
    font-size: 0.93rem;
    color: var(--clr-mid);
    line-height: 1.7;
}

/* ── WHO CAN PARTNER ── */
.who-section {
    background: var(--clr-warm);
}
.who-section.section-white {
    background: var(--white) !important;
}
.who-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1.25rem;
}
.who-card {
    background: #fff;
    border: 1px solid rgba(201, 151, 58, 0.15);
    border-radius: 16px;
    padding: 1.6rem 1.4rem;
    text-align: center;
    transition: var(--transition);
}
.who-card:hover {
    border-color: var(--clr-gold);
    transform: translateY(-3px);
}
.who-emoji {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    display: block;
}
.who-card h5 {
    font-family: var(--ff-display);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--clr-dark);
    margin-top: 0.45rem;
    margin-bottom: 0.45rem;
}
.who-card p {
    font-size: 0.83rem;
    color: var(--clr-mid);
    line-height: 1.6;
}

/* ── BENEFITS ── */
.benefits-section {
    background: var(--clr-dark);
}
.benefits-section .section-title {
    color: #fff;
}
.benefits-section .section-sub {
    color: rgba(255, 255, 255, 0.55);
}
.benefit-row {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}
.benefit-row:last-child {
    border-bottom: none;
}
.benefit-num {
    font-family: var(--ff-display);
    font-size: 2.5rem;
    font-weight: 600;
    color: rgba(201, 151, 58, 0.25);
    line-height: 1;
    min-width: 3rem;
}
.benefit-body h5 {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.25rem;
}
.benefit-body p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.65;
}

.benefits-visual {
    background: rgba(201, 151, 58, 0.06);
    border: 1px solid rgba(201, 151, 58, 0.15);
    border-radius: 24px;
    padding: 2.5rem 2rem;
    height: 100%;
}
.benefit-pill {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    padding: 0.7rem 1.1rem;
    margin-bottom: 0.75rem;
    transition: var(--transition);
}
.benefit-pill:hover {
    background: rgba(201, 151, 58, 0.1);
    border-color: rgba(201, 151, 58, 0.2);
}
.benefit-pill i {
    font-size: 1rem;
    color: var(--clr-gold);
}
.benefit-pill span {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.75);
}

/* ── PARTNERSHIP MODELS / PLANS ── */
.plans-section {
    background: #fff;
}
.plan-card {
    border: 1.5px solid rgba(201, 151, 58, 0.18);
    border-radius: 22px;
    padding: 2.5rem 2rem;
    height: 100%;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    background: var(--clr-cream);
}
.plan-card.featured {
    background: var(--clr-dark);
    border-color: var(--clr-gold);
}
.plan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 24px 70px rgba(44, 32, 16, 0.1);
}
.plan-badge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    background: var(--clr-gold);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.3rem 0.9rem;
    border-radius: 50px;
}
.plan-tier {
    font-size: 0.75rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--clr-gold);
    font-weight: 500;
    margin-bottom: 0.6rem;
}
.plan-name {
    font-family: var(--ff-display);
    font-size: 1.9rem;
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.plan-card:not(.featured) .plan-name {
    color: var(--clr-dark);
}
.plan-card.featured .plan-name {
    color: #fff;
}
.plan-tagline {
    font-size: 0.9rem;
    color: var(--clr-mid);
    margin-bottom: 1.5rem;
}
.plan-card.featured .plan-tagline {
    color: rgba(255, 255, 255, 0.5);
}
.plan-divider {
    height: 1px;
    background: rgba(201, 151, 58, 0.15);
    margin-bottom: 1.5rem;
}
.plan-card.featured .plan-divider {
    background: rgba(255, 255, 255, 0.1);
}
.plan-features {
    list-style: none;
    margin: 0 0 2rem;
    padding: 0;
}
.plan-features li {
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
    font-size: 0.9rem;
    color: var(--clr-mid);
    margin-bottom: 0.7rem;
    line-height: 1.5;
}
.plan-card.featured .plan-features li {
    color: rgba(255, 255, 255, 0.65);
}
.plan-features li i {
    color: var(--clr-gold);
    font-size: 0.85rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}
.btn-plan {
    width: 100%;
    padding: 0.85rem;
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.93rem;
    text-align: center;
    text-decoration: none;
    transition: var(--transition);
    display: block;
    cursor: pointer;
    border: none;
}
.btn-plan-outline {
    background: transparent;
    border: 1.5px solid rgba(201, 151, 58, 0.4);
    color: var(--clr-dark);
}
.btn-plan-outline:hover {
    background: var(--clr-gold);
    border-color: var(--clr-gold);
    color: #fff;
}
.btn-plan-filled {
    background: var(--clr-gold);
    color: #fff;
    border: none;
}
.btn-plan-filled:hover {
    background: #b5841f;
}

/* ── HOW IT WORKS ── */
.how-section {
    background: var(--clr-warm);
}
.step-line {
    position: relative;
}
.step-line::before {
    content: "";
    position: absolute;
    left: 28px;
    top: 56px;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, rgba(201, 151, 58, 0.4), transparent);
}
.step-item {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
    position: relative;
}
.step-num {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    flex-shrink: 0;
    background: #fff;
    border: 2px solid rgba(201, 151, 58, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--ff-display);
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--clr-gold);
    position: relative;
    z-index: 1;
}
.step-body h4 {
    font-family: var(--ff-display);
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--clr-dark);
    margin-bottom: 0.35rem;
}
.step-body p {
    font-size: 0.9rem;
    color: var(--clr-mid);
    line-height: 1.7;
}

.how-visual-card {
    background: var(--clr-dark);
    border-radius: 24px;
    padding: 2.5rem;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.how-visual-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(201, 151, 58, 0.12) 0%, transparent 70%);
}
.how-quote {
    font-family: var(--ff-display);
    font-size: 1.35rem;
    font-style: italic;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}
.how-quote-mark {
    font-size: 4rem;
    color: var(--clr-gold);
    line-height: 0.6;
    display: block;
    margin-bottom: 1rem;
    opacity: 0.5;
}
.mini-stat {
    text-align: center;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
}
.mini-stat-num {
    font-family: var(--ff-display);
    font-size: 2rem;
    font-weight: 600;
    color: var(--clr-gold);
}
.mini-stat-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 0.2rem;
}


/* ── CTA ── */
.cta-section {
    background: var(--clr-dark);
    text-align: center;
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
}
.cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 50% 100%, rgba(201, 151, 58, 0.12) 0%, transparent 60%);
}
.cta-title {
    font-family: var(--ff-display);
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1rem;
}
.cta-title em {
    color: var(--clr-gold);
    font-style: italic;
}
.cta-sub {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.5);
    max-width: 480px;
    margin: 0 auto 2.5rem;
    font-weight: 300;
}

/* ── CONTACT FORM ── */
.form-section {
    background: #fff;
}
.form-card {
    background: var(--clr-cream);
    border: 1px solid rgba(201, 151, 58, 0.15);
    border-radius: 24px;
    padding: 3rem;
}
.form-label {
    font-size: 0.83rem;
    font-weight: 500;
    color: var(--clr-dark);
    letter-spacing: 0.04em;
    margin-bottom: 0.4rem;
}
.form-control,
.form-select {
    background: #fff;
    border: 1px solid rgba(201, 151, 58, 0.2);
    border-radius: 10px;
    font-family: var(--ff-body);
    font-size: 0.93rem;
    color: var(--clr-dark);
    padding: 0.75rem 1rem;
    transition: var(--transition);
}
.form-control:focus,
.form-select:focus {
    border-color: var(--clr-gold);
    box-shadow: 0 0 0 3px rgba(201, 151, 58, 0.1);
    background: #fff;
}
.form-control::placeholder {
    color: rgba(107, 87, 68, 0.45);
}


.hero-slider .carousel-item{
    height: 100vh;
    min-height: 550px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.hero-slider .carousel-item::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(23, 38, 63, 0.65);
    z-index:1;
}

.slider-content{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index:2;
    text-align:center;
    width:90%;
    max-width:850px;
    color:#fff;
}

.slider-content h1{
    font-size:60px;
    font-weight:700;
    margin-bottom:20px;
    line-height:1.2;
    color: #FFF;
}

.slider-content p{
    font-size:20px;
    font-weight:300;
    margin-bottom:35px;
    color:#f1f1f1;
}

.slider-btn{
    display:inline-block;
    padding:14px 38px;
    background:#d6a354;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    font-weight:600;
    transition:0.4s ease;
    border:2px solid #d6a354;
}

.slider-btn:hover{
    background:transparent;
    color:#fff;
    border-color:#fff;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#d6a354;
    border-radius:50%;
    padding:20px;
}

.carousel-indicators [data-bs-target]{
    width:12px;
    height:12px;
    border-radius:50%;
    background-color:#d6a354;
}

@media(max-width:991px){

    .slider-content h1{
        font-size:42px;
    }

    .slider-content p{
        font-size:18px;
    }
}

@media(max-width:576px){

    .hero-slider .carousel-item{
        min-height:600px;
    }

    .slider-content h1{
        font-size:30px;
    }

    .slider-content p{
        font-size:16px;
    }

    .slider-btn{
        padding:12px 28px;
    }
}

.section-label{
    margin-bottom: 7px;
}


.sponsor-section{
    min-height:100vh;
    background: linear-gradient(90deg,#0a0f16 0%, #001744 55%, #00153d 100%);
    overflow:hidden;
    position:relative;
    padding:80px 0;
}

.left-content{
    max-width:520px;
}

.small-heading{
    color:#d5a646;
    letter-spacing:4px;
    font-size:11px;
    font-weight:600;
    text-transform:uppercase;
    margin-bottom:20px;
}

.main-heading{
    font-family:'Fraunces', serif;
    font-size:72px;
    line-height:0.95;
    font-weight:600;
    color:#fff;
    margin-bottom:35px;
}

.hero-title span{
    color:#d9a646;
}

.description{
    color:#d7d7d7;
    line-height:1.9;
    font-size:16px;
    max-width:470px;
    margin-bottom:35px;
}

.btn-wrap{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
    margin-bottom:35px;
}

.btn-outline-custom{
    border:1px solid rgba(255,255,255,0.3);
    color:#fff;
    border-radius:40px;
    padding:14px 28px;
    font-size:14px;
    font-weight:500;
    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(10px);
    transition:0.3s;
}

.btn-outline-custom:hover{
    background:#fff;
    color:#000;
}

.footer-text{
    color:#b5b5b5;
    font-size:13px;
    line-height:1.8;
    max-width:450px;
}

.footer-text strong{
    color:#fff;
}

/* RIGHT SIDE */

.visual-wrapper{
    position:relative;
    height:520px;
}

.visual-wrapper .main-image{
    width:420px;
    /*height:330px;*/
    object-fit:cover;
    border-radius:35px;
    position:absolute;
    right:0;
    top:0;
}

.visual-wrapper .main-image2{
    width:520px;
    /*height:330px;*/
    object-fit:cover;
    border-radius:35px;
    position:absolute;
    right:0;
    top:0;
}
.visual-wrapper .small-image{
    width:290px;
    /*height:190px;*/
    object-fit:cover;
    border-radius:22px;
    position:absolute;
    left:20px;
    top:65px;
    border:5px solid #081935;
}

.glass-card{
    position: absolute;
    bottom: 10px;
    left: 70px;
    width: 430px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(21, 61, 91, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.36);
    /*z-index: 9999;*/
}

.impact-title{
    color:#d8a441;
    font-size:12px;
    font-weight:600;
    margin-bottom:15px;
}

.impact-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.glass-card.v2{
    position: absolute;
    bottom: 10px;
    left: 70px;
    width: 430px;
    padding: 22px;
    border-radius: 28px;
    background: rgba(251, 248, 231, 0.98);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.36);
    /*z-index: 9999;*/
}

.glass-card.v2 .impact-title{
    color: #d6a63d;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 5px;
}

.glass-card.v2 .impact-buttons{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
}
.glass-card.v2 .impact-buttons p{
    color: #111;
    font-size: 16px;
}
.impact-btn{
    flex:1;
    min-width:110px;
    text-align:center;
    padding:14px 10px;
    border-radius:14px;
    background:rgba(255,255,255,0.10);
    color:#fff;
    font-size:13px;
    font-weight:500;
    border:1px solid rgba(255,255,255,0.05);
    transition:0.3s;
    cursor:pointer;
}

.impact-btn:hover{
    background:#d8a441;
    color:#000;
}

/*Rols*/
.role-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 2rem 1.8rem;
    transition: transform var(--transition);
}
.role-card:hover {
    background: rgba(255, 255, 255, 0.09);
    border-color: rgba(201, 151, 59, 0.4);
    transform: translateY(-4px);
}
.role-card .badge-role {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
    border-radius: 50px;
    background: rgba(255, 186, 59, 0.6);
    color: var(--gold-lt);
    display: inline-block;
    margin-bottom: 1rem;
}
.role-card h5 {
    font-size: 1.25rem;
    color: #fff;
    margin-bottom: 0.6rem;
}
.role-card p {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.7;
}
.role-card ul {
    list-style: none;
    padding: 0;
    margin-top: 0.8rem;
}
.role-card ul li {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.65);
    padding: 0.25rem 0;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}
.role-card ul li::before {
    content: "✦";
    color: var(--gold);
    font-size: 0.55rem;
    margin-top: 0.25rem;
    flex-shrink: 0;
}

.roles-section {
    padding: 100px 0;
    background: var(--navy);
    position: relative;
    overflow: hidden;
}
.roles-section::before {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(ellipse, rgba(26, 107, 114, 0.25) 0%, transparent 70%);
    right: -150px;
    top: -100px;
    pointer-events: none;
}
.roles-section .section-title {
    color: #fff;
}
.roles-section .section-sub {
    color: rgba(255, 255, 255, 0.6);
}
.roles-section .section-label {
    color: var(--gold-lt);
}

.role-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1.5rem;
    border-radius: 50px;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.82);
    font-size: 0.92rem;
    font-weight: 500;
    transition:
        border-color var(--transition),
        background var(--transition),
        color var(--transition),
        transform var(--transition);
    cursor: default;
    margin: 0.4rem;
}
.role-pill:hover {
    border-color: var(--gold);
    color: var(--cream);
    transform: translateY(-2px);
}
.role-pill i {
    font-size: 1rem;
    color: var(--gold);
}


@media(max-width:991px){

    .sponsor-section{
        padding:60px 0 120px;
    }

    .main-heading{
        font-size:52px;
    }

    .visual-wrapper{
        margin-top:70px;
        height:500px;
    }

    .main-image{
        width:100%;
        max-width:380px;
    }
    .main-image2{
        width:100%;
        max-width:380px;
    }
    .glass-card{
        width:90%;
        left:5%;
    }
}

@media(max-width:576px){

    .main-heading{
        font-size:42px;
    }

    .small-image{
        width:140px;
        height:160px;
    }

    .glass-card{
        padding:18px;
    }

    .impact-btn{
        min-width:100%;
    }
}
.sponsor-card{
    background:#ffffff;
    border:1px solid #d9d4ca;
    border-radius:30px;
    padding:38px 24px;
    text-align:center;
    height:100%;
    transition:all 0.35s ease;
    position:relative;
    overflow:hidden;
}

.sponsor-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}
.sponsor-card:hover .number-circle{
    background:var(--gold);
    color:#fff;
}
.sponsor-card .number-circle{
    width:72px;
    height:72px;
    border-radius:50%;
    background:#001c54;
    color:#d7a73f;
    font-size:25px;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:0 auto 28px;
}

.sponsor-card .card-title{
    color:#001c54;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.sponsor-card .card-text{
    color:#667085;
    font-size: 15px;
    line-height: 1.6;
    margin:0;
}

.br_btm1{
    border-bottom: 1px solid #e6e0d6;
}

.process-section{
    background:#f5f1e8;
}
.process-wrapper{
    padding-left:40px;
}

.process-item{
    display:flex;
    gap:30px;
    padding:0 0 19px;
    margin-bottom:25px;
    border-bottom:1px solid #d8d2c5;
}

.process-number{
    min-width:62px;
    font-family:'Fraunces', serif;
    color:#c8972c;
    font-size:48px;
    line-height:1;
    font-weight:600;
}

.process-content h4{
    color:#001b57;
    font-size:23px;
    font-weight:500;
    margin-bottom:12px;
    /*! font-family:'Fraunces', serif; */
}

.process-content p{
    color:#666;
    font-size:15px;
    line-height:1.6;
    margin:0;
}

@media(max-width:991px){

    .process-wrapper{
        padding-left:0;
        margin-top:50px;
    }

}

@media(max-width:767px){

    .process-section{
        padding:70px 0;
    }
    .section-description{
        font-size:17px;
    }

    .process-item{
        gap:20px;
    }

    .process-number{
        font-size:42px;
        min-width:50px;
    }

    .process-content h4{
        font-size:28px;
    }

    .process-content p{
        font-size:16px;
    }

    .process-btn{
        width:100%;
    }

}



/* SPONSORS GRID */

.sponsors-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

.sponsor-card{
    background:#ffffff;
    border:1px solid #e3dccf;
    border-radius:28px;
    overflow:hidden;
    transition:all 0.35s ease;
    position:relative;
}

.sponsor-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 40px rgba(0,0,0,0.08);
}

/* IMAGE */

.sponsor-image{
    /*! width:100%; */
    /*! height:320px; */
    overflow:hidden;
}

.sponsor-image img{
    width:100%;
    /*! height:100%; */
    object-fit:cover;
    transition:0.4s ease;
    max-width: 200px;
    margin: 0px auto;
}

.sponsor-card:hover .sponsor-image img{
    transform:scale(1.06);
}

/* CONTENT */

.sponsor-content{
    padding:30px 0px 0px;
    text-align:center;
}

.sponsor-name{
    /*! font-family:'Fraunces', serif; */
    font-size:27px;
    color:#001b57;
    margin-bottom:12px;
    font-weight: 400;
}

.sponsor-designation{
    color:#c9982d;
    font-size:15px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.sponsor-description{
    color:#6b7486;
    font-size:14px;
    line-height:1.6;
}

/* RESPONSIVE */

@media(max-width:991px){


    .sponsors-grid{
        grid-template-columns:repeat(2, 1fr);
    }

}

@media(max-width:767px){

    .sponsors-section{
        padding:70px 20px;
    }

    .sponsors-grid{
        grid-template-columns:1fr;
    }

    .sponsor-image{
        height:280px;
    }

    .sponsor-name{
        font-size:28px;
    }

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

.stat-number{
    font-size:42px;
}

.stat-label{
    font-size:18px;
}

}

@media(max-width:767px){

.stats-grid{
    flex-direction:column;
    gap:30px;
}

.stats-wrap{
    padding:30px 15px;
}

.stat-number{
    font-size:38px;
}

.stat-label{
    font-size:16px;
}


}


.event-inner {
    padding-top: 40px;
}
.event-inner .list-more-btn {
    padding-top: 30px;
}
@media screen and (max-width: 575px) {
    .event-inner {
        padding-top: 0px;
    }
}

.event-item-bg {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: end;
    -moz-align-items: end;
    -ms-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    min-height: 420px;
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.event-item-bg * {
    color: #ffffff;
}
.event-item-bg .event-content {
    margin-top: auto;
    padding: 15px 0px;
}
.event-item-bg .event-content .btn-wrap {
    margin-top: 25px;
}
@media screen and (min-width: 992px) {
    .event-item-bg {
        margin-right: 30px;
    }
}

.event-item {
    background-color: #ffffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    border-radius: 25px;
    padding: 25px;
    margin-bottom: 20px;
}
.event-item .event-date {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    width: 90px;
    padding: 15px;
    text-align: center;
    position: absolute;
    top: 25px;
    left: 21px;
}
.event-item .event-date h4 {
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.1;
    color: var(--gold);
}
.event-item .event-date h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--gold);
}
.event-item .event-meta {
    margin-bottom: 10px;
}
.event-item.event-item-bg span{
    color: #fff !important;
}
.event-item .event-meta span {
    margin-right: 10px;
    font-size: 13px;
    font-weight: 600;
    color: #222;
}
.event-item .event-meta i {
    color: #f15b43;
    font-size: 15px;
    margin-right: 4px;
    display: inline-block;
    vertical-align: middle;
}
.event-item:not(.event-item-bg) {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: box-shadow 0.3s;
    -moz-transition: box-shadow 0.3s;
    -ms-transition: box-shadow 0.3s;
    -o-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
}
.event-item:not(.event-item-bg) .event-content {
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-right: 20px;
}
.event-item:not(.event-item-bg) .event-content p {
    margin-bottom: 0;
}
.event-item:not(.event-item-bg) .event-date {
    border: 2px solid #574a4a;
}
.event-item:not(.event-item-bg):nth-child(2n + 2) {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.event-item:not(.event-item-bg):hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 479px) {
    .event-item:not(.event-item-bg) .event-date {
        width: 100%;
        margin-top: 20px;
    }
    .event-item:not(.event-item-bg) .event-date h4,
    .event-item:not(.event-item-bg) .event-date h5 {
        font-size: 22px;
        display: inline-block;
    }
    .event-item:not(.event-item-bg) .event-content {
        padding-right: 0;
        width: 100%;
    }
}
.event-item .event-content h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.overlay {
    background-color: rgba(21, 21, 21, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about_sec .feature-card h3{
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.event-card{
    background:#fff;
    border:1px solid #ececec;
    border-radius:18px;
    padding:28px 30px;
    margin:0px auto 40px;
}

.month{
    font-size:14px;
    font-weight:700;
    color:#d28a00;
    text-transform:uppercase;
    letter-spacing:1px;
}

.day{
    font-size:38px;
    font-weight:600;
    line-height:1;
    color:#111;
}

.year{
    font-size:18px;
    color:#666;
}

.badge-type{
    background:#f6e8d7;
    color:#8b5b28;
    font-size:14px;
    padding:5px 14px;
    border-radius:30px;
    font-weight:500;
}

.online-text{
    font-size:16px;
    color:#777;
    margin-left:10px;
}

.event-title{
    font-size:22px;
    font-weight:600;
    color:#111;
    margin-top:12px;
    margin-bottom:10px;
}

.event-desc{
    font-size:16px;
    color:#8b5f3d;
    margin:0;
}

.register-btn{
    border:2px solid #c98418;
    color:#111;
    background:#fff;
    border-radius:14px;
    padding:12px 28px;
    font-size:18px;
    font-weight:500;
    transition:0.3s;
}

.register-btn:hover{
    background:#c98418;
    color:#fff;
}
.hero-section-innerpage{
    position: relative;
    width: 100%;
    min-height: 350px;
    background: center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

/* Dark overlay */
.hero-section-innerpage::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.74);
    z-index:1;
}

.hero-section-innerpage .hero-content{
    position:relative;
    z-index:2;
    max-width: 1200px;
    padding: 20px;
}

.hero-section-innerpage .hero-title{
    font-size: 46px;
    font-weight: 500;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
}

.hero-section-innerpage .hero-text{
    font-size: 17px;
    color: #f2f2f2;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.6;
}

.steps-section{
    padding:16px 8px;
}

.step-box{
    background:#ffffff;
    border-radius:20px;
    padding:28px 24px;
    margin-bottom:24px;
}

.step-row{
    display:flex;
    align-items:flex-start;
    gap:24px;
}

.step-number{
    min-width:48px;
    font-size:32px;
    line-height:1;
    font-weight:600;
    color:#d28a00;
    margin-top:4px;
}

.step-content h4{
    margin:0 0 8px;
    font-size:20px;
    font-weight:600;
    color:#111;
}

.step-content p{
    margin:0;
    font-size:16px;
    line-height:1.6;
    color:#7b5f43;
}
.checklist-section{
}

.checklist-item{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:28px;
}

.check-icon{
    color:#d28a00;
    font-size:22px;
    line-height:1;
    margin-top:2px;
    font-weight:700;
}

.check-text{
    font-size:16px;
    line-height:1.45;
    color:#111;
}
.blog-section{
    /*max-width:1000px;*/
    margin:auto;
    position: relative;
}

.blog-card{
    background:#fff;
    border:1px solid #ddd5c7;
    border-radius:28px;
    overflow:hidden;
    transition:all 0.35s ease;
    height:100%;
}

.blog-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,0.08);
}

/* IMAGE */

.blog-image{
    width:100%;
    height:260px;
    overflow:hidden;
    position: relative;
}

.blog-image img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
    transition:0.4s ease;
}

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

.date-tag{
    display:inline-block;
    padding:10px 16px;
    border-radius:40px;
    background:#d6a63d;
    color:#111;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    position: absolute;
    left: 10px;
    top: 10px;
}
/* CONTENT */

.blog-content{
    padding:26px 26px 30px;
}

/* META */

.blog-meta{
    margin-bottom:24px;
}

.blog-tag{
    display:inline-block;
    padding:10px 16px;
    border-radius:40px;
    background:#f2ead7;
    color:#3d4a68;
    font-size:12px;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}
/* TITLE */

.blog-title{
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 15px;
}

.blog-title a{
    text-decoration:none;
    font-family:'Fraunces', serif;
    font-size:20px;
    font-weight:500;
    color:#1a2752;
    transition:0.3s ease;
}

.blog-title a:hover{
    color:#c89a2b;
}

/* DESCRIPTION */

.blog-desc{
    color:#6b7486;
    font-size:15px;
    line-height:1.5;
    margin-bottom:25px;
}

/* READ MORE */

.read-more{
    display:inline-flex;
    align-items:center;
    gap:10px;
    color:#1a2752;
    text-decoration:none;
    font-size:15px;
    font-weight:700;
    letter-spacing:0.5px;
    text-transform:uppercase;
    border-bottom:1px solid #d2a544;
    padding-bottom:6px;
    transition:0.3s ease;
}

.read-more:hover{
    color:#d2a544;
}

.read-more span{
    font-size:18px;
}
.blog-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:30px;
}

/* TABLET */

@media(max-width:991px){

    .blog-grid{
        grid-template-columns:repeat(2, 1fr);
    }

}

/* MOBILE */

@media(max-width:767px){

    .blog-grid{
        grid-template-columns:1fr;
        gap:24px;
    }

}
/* RESPONSIVE */

@media(max-width:767px){

    .blog-image{
        height:220px;
    }

    .blog-title a{
        font-size:22px;
    }

    .blog-desc{
        font-size:16px;
    }

}


.btn-primary {
    background: linear-gradient(180deg, #e2a51f, var(--gold-dark));
    color: white;
    padding: 1rem 2.2rem;
    border-radius: 100px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition:
        background 0.2s,
        transform 0.15s;
    display: inline-block;
}
.btn-primary:hover {
    background: linear-gradient(180deg, #e6aa28, #c6890c);
    transform: translateY(-1px);
}

.btn-ghost {
    color: var(--ink-muted);
    font-size: 0.9rem;
    text-decoration: underline;
    text-underline-offset: 3px;
    cursor: pointer;
}

.hero-visual {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.hero-card {
    background: var(--warm-white);
    border: 0.5px solid var(--border);
    border-radius: 16px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: float-up 0.6s ease both;
}
.hero-card:nth-child(2) {
    animation-delay: 0.15s;
    margin-left: 2rem;
}
.hero-card:nth-child(3) {
    animation-delay: 0.3s;
}
.hero-card:nth-child(4) {
    animation-delay: 0.45s;
    margin-left: 2rem;
}

@keyframes float-up {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-dot {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    flex-shrink: 0;
}

.card-label {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--ink);
}
.card-sub {
    font-size: 0.75rem;
    color: var(--ink-muted);
}

/* DIVIDER */
.divider {
    border: none;
    border-top: 0.5px solid var(--border);
    max-width: 1100px;
    margin: 0 auto;
}

/* SECTIONS */
/*section {
    padding: 5rem 2rem;
    max-width: 1100px;
    margin: 0 auto;
}*/

.section-eyebrow {
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-muted);
    margin-bottom: 1rem;
}

.section-title {
    font-family: "Fraunces", serif;
    font-size: clamp(2rem, 3.2vw, 3rem);
    line-height: 1.15;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.section-title em {
    font-style: italic;
    color: var(--gold);
}

/* PROBLEM */
.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.problem-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin-top: 2rem;
}

.problem-item {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: var(--warm-white);
    border: 0.5px solid var(--border);
    border-radius: 12px;
}

.problem-icon {
    width: 32px;
    height: 32px;
    background: var(--coral-light);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    flex-shrink: 0;
    color: var(--coral);
    font-weight: 700;
}

.problem-text {
    font-size: 0.95rem;
    color: var(--ink-muted);
    line-height: 1.65;
}
.problem-text strong {
    color: var(--ink);
    font-weight: 500;
}

.problem-quote {
    background: var(--gold);
    color: white;
    border-radius: 20px;
    padding: 2.5rem;
    position: relative;
}

.problem-quote blockquote {
    font-family: "Fraunces", serif;
    font-size: 1.4rem;
    line-height: 1.5;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.problem-quote cite {
    font-size: 0.85rem;
    opacity: 0.8;
    font-style: normal;
}

/* WEEKS */
.weeks-intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    align-items: end;
}

.weeks-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.week-row {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 0;
    border-bottom: 0.5px solid var(--border);
    padding: 1.5rem 0;
    align-items: start;
    transition: background 0.2s;
}
.week-row:first-child {
    border-top: 0.5px solid var(--border);
}
.week-row:hover {
    background: var(--warm-white);
    border-radius: 8px;
}

.week-num {
    font-family: "Fraunces", serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--border);
    padding-top: 0.2rem;
    padding-left: 0.5rem;
}

.week-content {
    padding-right: 1rem;
}
.week-tag {
    font-size: 0.7rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 0.35rem;
}
.week-title-text {
    font-size: 1.05rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
}
.week-desc {
    font-size: 0.88rem;
    color: var(--ink-muted);
    line-height: 1.65;
}
.week-deliverable {
    margin-top: 0.75rem;
    font-size: 0.78rem;
    color: var(--gold);
    display: inline-block;
    padding: 0.3rem 0.8rem;
    border-radius: 100px;
    font-weight: 500;
}

/* OUTCOMES */
.outcomes-section {
    background: var(--ink);
    color: white;
    border-radius: 24px;
    padding: 4rem;
    margin: 0 2rem;
    max-width: none;
}
.outcomes-section .section-title {
    color: white;
}
.outcomes-section .section-title em {
    color: var(--gold-mid);
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
}

.outcome-card {
    background: rgba(255, 255, 255, 0.06);
    border: 0.5px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 1.5rem;
}

.outcome-num {
    font-family: "Fraunces", serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--gold-mid);
    line-height: 1;
    margin-bottom: 0.5rem;
}

.outcome-label {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: white;
}
.outcome-desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

/* PRICING */
.pricing-grid {
    display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    margin-top: 2.5rem;
    justify-content: center;
}

.pricing-card {
    background: var(--warm-white);
    border: 0.5px solid var(--border);
    border-radius: 16px;
    padding: 2rem;
    position: relative;
}

.pricing-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: var(--gold);
    color: white;
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.3rem 0.9rem;
    border-radius: 100px;
    white-space: nowrap;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.pricing-tier {
    font-size: 0.8rem;
    color: var(--ink-muted);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.pricing-price {
    font-family: "Fraunces", serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.35rem;
}
.pricing-note {
    font-size: 0.82rem;
    color: var(--ink-muted);
    margin-bottom: 1.5rem;
}
.pricing-card.featured .pricing-note,
.pricing-card.featured .pricing-tier{
    color: #fff;
}
.pricing-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    padding-left: 0px;
}
.pricing-features li {
    font-size: 0.875rem;
    color: var(--ink-muted);
    display: flex;
    gap: 0.6rem;
    align-items: flex-start;
}
.pricing-features li::before {
    content: "✓";
    color: var(--gold);
    font-weight: 700;
    flex-shrink: 0;
}

.pricing-cta {
    display: block;
    margin-top: 1.75rem;
    text-align: center;
    background: var(--gold);
    color: white;
    padding: 0.85rem;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background 0.2s;
    width: 100%;
}
.pricing-cta:hover {
    background: #085041;
}
.pricing-cta.ghost {
    background: transparent;
    color: var(--gold);
    border: 1px solid var(--gold);
}
.pricing-cta.ghost:hover {
    background: var(--gold-light);
}

/* WHO */
.who-section.v2 .who-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
    margin-top: 2.5rem;
}
.who-section.v2 .who-grid .who-card img{
    margin-left: auto;
    margin-right: auto;
    width: 48px;
    height: 48px;
}
.who-card {
    border-radius: 16px;
    padding: 2rem;
    border: 0.5px solid var(--border);
}
.who-card.yes {
    background: var(--gold-light);
    border-color: #9fe1cb;
}
.who-card.no {
    background: var(--coral-light);
    border-color: #f5c4b3;
}
.who-label {
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}
.who-card.yes .who-label {
    color: var(--gold);
}
.who-card.no .who-label {
    color: var(--coral);
}
.who-items {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.who-item {
    font-size: 0.92rem;
    color: var(--ink);
    padding: 0.5rem 0;
    border-bottom: 0.5px solid rgba(28, 26, 23, 0.08);
}
.who-item:last-child {
    border-bottom: none;
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: 2.5rem;
}
.faq-item {
    border-bottom: 0.5px solid var(--border);
}
.faq-q {
    font-size: 1rem;
    font-weight: 500;
    padding: 1.25rem 0;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.faq-q::after {
    content: "+";
    font-size: 1.4rem;
    color: var(--gold);
    font-weight: 300;
    flex-shrink: 0;
}
.faq-q.open::after {
    content: "−";
}
.faq-a {
    font-size: 0.92rem;
    color: var(--ink-muted);
    line-height: 1.75;
    padding-bottom: 1.25rem;
    display: none;
}
.faq-a.open {
    display: block;
}

.form-wrapper{
    max-width:950px;
    margin:auto;
}

.modern-form{
    background:#ffffff;
    border-radius:28px;
    padding:45px;
    box-shadow:0 15px 40px rgba(0,0,0,0.08);
    border:1px solid rgba(255,255,255,0.4);
}

.form-title{
    font-size:38px;
    font-weight:700;
    color:var(--gold);
    margin-bottom:10px;
}

.form-subtitle{
    color:#777;
    margin-bottom:35px;
    font-size:15px;
}


.form-label{
    font-weight:500;
    margin-bottom:10px;
    color:#444;
}

.form-control,
.form-select{
    border-radius:14px;
    padding:14px 16px;
    border:1px solid #e6d4cf;
    transition:0.3s;
    font-size:15px;
    background:#fffaf8;
}

.form-control:focus,
.form-select:focus{
    border-color:var(--gold);
    box-shadow:0 0 0 0.2rem rgba(212,107,77,0.15);
    background:#fff;
}

textarea.form-control{
    min-height:130px;
    resize:none;
}

.upload-box{
    background:#fff8f5;
    border:2px dashed #e4b6a7;
    border-radius:18px;
    padding:25px;
}

.upload-note{
    font-size:14px;
    color:#777;
    line-height:1.7;
}

.radio-card{
    border:1px solid #ecd5cd;
    border-radius:16px;
    padding:18px;
    transition:0.3s;
    cursor:pointer;
    background:#fffaf8;
    height:100%;
}

.radio-card:hover{
    border-color:var(--gold);
    transform:translateY(-2px);
}

.radio-card input{
    margin-right:10px;
}

.conditional-box{
    background:#fffaf8;
    border-radius:20px;
    padding:25px;
    margin-top:20px;
    border:1px solid #f0ddd7;
    display:none;
}

.btn-submit{
    background:var(--gold);
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:50px;
    font-weight:600;
    font-size:16px;
    transition:0.3s;
}

.btn-submit:hover{
    background:var(--gold-dark);
    transform:translateY(-2px);
}

@media(max-width:768px){

    .modern-form{
        padding:25px;
    }

    .form-title{
        font-size:28px;
    }

}


.iwe-faq-section{
    padding:80px 20px;
    background:#f8f3ef;
    position:relative;
    overflow:hidden;
}

.iwe-faq-section .container{
    max-width:1100px;
    margin:auto;
}

.faq-heading{
    text-align:center;
    margin-bottom:50px;
}

.faq-heading span{
    display:inline-block;
    background:var(--gold);
    color:#fff;
    padding:8px 18px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}

.faq-heading h2{
    font-size:42px;
    color:#1f1f1f;
    margin-bottom:15px;
    font-weight:700;
}

.faq-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

.iwe-faq-wrapper{
    display:flex;
    flex-direction:column;
    gap:20px;
}

.iwe-faq-item{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:0.3s ease;
    border:1px solid rgba(217,108,63,0.12);
}

.iwe-faq-item.active{
    border-color:var(--gold);
    box-shadow:0 15px 40px rgba(217,108,63,0.15);
}

.iwe-faq-question{
    padding:26px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
}

.iwe-faq-question h3{
    margin:0;
    font-size:20px;
    color:#222;
    font-weight:600;
}

.faq-icon{
    width:38px;
    height:38px;
    border-radius:50%;
    background:var(--gold);
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
    font-weight:600;
    flex-shrink:0;
    transition:0.3s ease;
}

.iwe-faq-answer{
    padding:0 30px 28px;
    display:none;
}

.iwe-faq-answer p{
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.8;
}

/* Hover */
.iwe-faq-item:hover{
    transform:translateY(-3px);
}

.txt_box ul{
    padding-left: 15px;
    list-style: disc;
}
.txt_box ul li,
.txt_box ol li{
    padding-bottom: 10px;
}
.txt_box ul li a,
.txt_box ol li a{
    color: var(--gold) !important;
}
.txt_box ol{
    padding-left: 15px;
    list-style: decimal;
}


/* =========================
   Blog SECTION
========================= */

.blog-hero{
    position:relative;
    padding:100px 0 90px;
    background:linear-gradient(135deg,#232B3E,#293a5b);
    overflow:hidden;
}

/*.blog-hero::before{
    content:'';
    position:absolute;
    width:500px;
    height:500px;
    background:rgba(255,255,255,0.05);
    border-radius:50%;
    top:-180px;
    right:-120px;
}*/


/* =========================
   CAROUSEL BUTTONS
========================= */

.carousel-control-prev,
.carousel-control-next{
    width:55px;
    height:55px;
    background:#fff;
    border-radius:50%;
    top:40%;
    opacity:1;
    box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

.carousel-control-prev{
    left:25px;
}

.carousel-control-next{
    right:25px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    filter:invert(1);
    background-image: none !important;
}


.hero {
    background: linear-gradient(90deg, rgb(10, 15, 22) 0%, rgb(0, 23, 68) 55%, rgb(0, 21, 61) 100%);
    min-height: 65vh;
    display: flex;
    align-items: center;
    padding: 90px 0 80px;
    position: relative;
    overflow: hidden;
}

.hero.funding-grants::after {
    content: "💰";
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 220px;
    opacity: 0.06;
    pointer-events: none;
}
.ai-digital-tools::after {
    content: '🤖';
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 200px;
    opacity: 0.06;
    pointer-events: none;
}
.ai-digital-tools::after {
    content: "📣";
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 200px;
    opacity: 0.06;
    pointer-events: none;
}
.hero-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--gold);
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.hero-label::before {
    content: "";
    width: 32px;
    height: 1px;
    background: var(--gold);
}
.hero h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 500;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    margin-bottom: 0.9rem;
}
.hero h1 span {
    color: var(--gold);
}
.hero p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
    margin-bottom: 40px;
}
.hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.chip {
    padding: 8px 18px;
    border-radius: 100px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}
.hero-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.chip {
    padding: 8px 18px;
    border-radius: 100px;
    background: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.25);
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
}
.grant-card {
    background: white;
    border-radius: 20px;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: var(--transition);
}
.grant-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold);
}
.grant-header {
    padding: 28px 28px 20px;
    border-bottom: 1px solid var(--border);
}
.grant-badge {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 14px;
    background: #ecfdf5;
    color: #3d87d6;
    border: 1px solid #7692c7;
}
.badge-open {
    background: #ecfdf5;
    color: var(--gold-dark);
    border: 1px solid #a7f3d0;
}
.badge-rolling {
    background: #eff6ff;
    color: #2563eb;
    border: 1px solid #bfdbfe;
}
.badge-closed {
    background: #fee2e2;
    color: #dc2626;
    border: 1px solid #fca5a5;
}
.grant-name {
    
    font-size: 20px;
    font-weight: 700;
    color: var(--midnight);
    margin-bottom: 8px;
    line-height: 1.3;
}
.grant-org {
    font-size: 13px;
    color: var(--muted);
    margin-bottom: 0;
}
.grant-body {
    padding: 20px 28px;
}
.grant-amount {
    font-family: var(--heading-font);
    font-size: 28px;
    font-weight: 600;
    color: var(--gold);
    margin-bottom: 8px;
}
.grant-desc {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.7;
    margin-bottom: 16px;
}
.grant-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 20px;
}
.grant-tag {
    padding: 4px 10px;
    border-radius: 100px;
    background: #fffaf1;
    color: var(--gold-dark);
    font-size: 11px;
    font-weight: 600;
    border: 1px solid #ece8e2;
}
.grant-footer {
    padding: 16px 28px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.grant-deadline {
    font-size: 13px;
    color: var(--muted);
}
.grant-deadline strong {
    color: var(--charcoal);
}
.tip-box {
    background: linear-gradient(90deg, rgb(10, 15, 22) 0%, rgb(0, 23, 68) 55%, rgb(0, 21, 61) 100%);
    border-radius: 20px;
    padding: 40px;
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: white;
}
.tip-box h3 {
    
    font-size: 24px;
    margin-bottom: 16px;
    color: #fff;
}
.tip-box ul {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 0px;
}
.tip-box li {
    display: flex;
    gap: 12px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
}
.tip-box li::before {
    content: "✓";
    color: #34d399;
    font-weight: 700;
    flex-shrink: 0;
    margin-top: 2px;
}

.dl-card {
    background: white;
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 26px 30px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
    transition: all 0.3s 
}

.dl-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
    border-color: var(--gold)
}

.dl-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: var(--gold-pale);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    flex-shrink: 0;
    border: 1px solid var(--border-strong)
}

.dl-meta h4 {
    font-size: 15px;
    font-weight: 600;
    color: var(--midnight);
    margin-bottom: 5px
}

.dl-meta p {
    font-size: 13px;
    color: var(--slate);
    margin-bottom: 10px;
    line-height: 1.6
}

.dl-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    background: var(--gold-pale);
    color: var(--gold);
    border: 1px solid var(--border-strong)
}

.faq-item {
    border-bottom: 1px solid var(--border);
    padding: 24px 0
}

.faq-q {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    gap: 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--midnight)
}

.faq-toggle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--gold-pale);
    border: 1px solid var(--border-strong);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1;
    color: var(--gold);
    transition: all 0.3s;
    font-weight: 300
}

.faq-item.open .faq-toggle {
    background: var(--gold);
    color: var(--midnight);
    transform: rotate(45deg)
}

.faq-a {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.45s ,padding 0.3s;
    font-size: 15px;
    color: var(--slate);
    line-height: 1.8
}

.faq-item.open .faq-a {
    max-height: 500px;
    padding-top: 16px
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 28px
}

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

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

    .grid-3 {
        grid-template-columns: repeat(2,1fr)
    }
}

@media(max-width: 640px) {
    .grid-2,.grid-3,.grid-4 {
        grid-template-columns:1fr
    }
}




.item-card {
    background: white;
    border-radius: 20px;
    border: 1px solid var(--border);
    padding: 32px;
    transition: var(--transition);
}
.item-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--gold);
}
.item-icon {
    font-size: 28px;
    margin-bottom: 16px;
}
.item-title {
    font-size: 17px;
    font-weight: 700;
    color: var(--midnight);
    margin-bottom: 10px;
    line-height: 1.35;
}
.item-text {
    font-size: 14px;
    color: var(--slate);
    line-height: 1.7;
    margin-bottom: 16px;
}
.item-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}
.item-tag {
    padding: 4px 10px;
    border-radius: 100px;
    background: #f5f3ff;
    color: var(--gold);
    font-size: 11px;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.06);
}




/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

    .hero-content h1{
        font-size:36px;
    }

    .blog-content-card{
        padding:35px;
    }

}

@media(max-width:767px){

    .blog-hero{
        height:420px;
    }

    .hero-content{
        bottom:40px;
    }

    .hero-content h1{
        font-size:28px;
    }

    .blog-content-card{
        padding:25px;
    }

    .blog-content-card h2{
        font-size:28px;
    }

    .author-box{
        flex-direction:column;
        text-align:center;
    }

    .carousel-control-prev,
    .carousel-control-next{
        display:none;
    }

}




/* ─── HERO BAND ───────────────────────────────── */
.event-hero {
    background: linear-gradient(135deg, #232B3E, #293a5b);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.event-hero.bg-2 {
    background: linear-gradient(90deg,#0a0f16 0%, #001744 55%, #00153d 100%);
    padding: 5rem 0 4rem;
    position: relative;
    overflow: hidden;
}
.event-hero.bg-2::before {
    content: none;
}
.event-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.event-hero::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--iwec-cream);
    clip-path: ellipse(55% 100% at 50% 100%);
}

.event-tag {
    display: inline-block;
    background: rgba(232, 169, 74, 0.25);
    color: var(--gold);
    border: 1px solid rgba(232, 169, 74, 0.4);
    border-radius: 50px;
    padding: 0.3rem 1rem;
    font-size: 0.73rem;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.25rem;
}

.event-hero h1 {
    font-family: "Fraunces", serif;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 0.9rem;
}


.event-hero h1 span{
    color: var(--gold);
}
.event-hero .tagline {
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    font-weight: 300;
    max-width: 520px;
}

/* ─── META PILLS ──────────────────────────────── */
.meta-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-top: 2rem;
}
.meta-pill {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 50px;
    padding: 0.45rem 1.1rem;
    color: #fff;
    font-size: 0.82rem;
    font-weight: 500;
    backdrop-filter: blur(6px);
}
.meta-pill i {
    color: var(--gold);
    font-size: 0.8rem;
}

/* ─── REGISTER CARD ───────────────────────────── */
.register-card {
    background: #fff;
    border-radius: 20px;
    box-shadow:
        0 20px 60px rgba(107, 45, 94, 0.15),
        0 4px 16px rgba(0, 0, 0, 0.06);
    padding: 2rem 1.8rem;
    position: sticky;
    top: 90px;
}
.register-card .price-tag {
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 1;
}
.register-card .price-sub {
    font-size: 0.78rem;
    color: var(--text-muted);
    margin-bottom: 1.4rem;
}

.btn-register {
    background: linear-gradient(135deg, var(--navy), var(--blue));
    color: #fff;
    border: none;
    border-radius: 50px;
    padding: 0.85rem 1.5rem;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    width: 100%;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    box-shadow: 0 6px 20px rgba(200, 73, 107, 0.35);
}
.btn-register:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(200, 73, 107, 0.45);
    color: #fff;
}

.card-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    padding: 0.6rem 0;
    border-bottom: 1px solid rgba(107, 45, 94, 0.08);
    font-size: 0.83rem;
    color: var(--iwec-dark);
}
.card-meta-row:last-child {
    border-bottom: none;
}
.card-meta-row i {
    color: var(--blue);
    width: 16px;
    margin-top: 2px;
    flex-shrink: 0;
}
.card-meta-row span {
    font-weight: 500;
}
.card-meta-row small {
    display: block;
    color: var(--text-muted);
    font-size: 0.76rem;
}

.share-row {
    display: flex;
    gap: 0.5rem;
    justify-content: center;
    margin-top: 1rem;
}
.share-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid rgba(107, 45, 94, 0.2);
    background: transparent;
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: 0.8rem;
    transition: all 0.2s;
    cursor: pointer;
}
.share-btn:hover {
    background: var(--blue);
    color: #fff;
    border-color: var(--blue);
}

/* ─── MAIN CONTENT ────────────────────────────── */
.main-content {
    padding: 3.5rem 0 4rem;
}

.section-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--navy);
    margin-bottom: 0.5rem;
}

.content-heading {
    font-family: "Fraunces", serif;
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 1rem;
}

.main-content .about-text p{
    color: #3d2e38;
    font-size: 0.96rem;
    line-height: 1.6;
}

/* ─── AGENDA ──────────────────────────────────── */
.agenda-wrap {
    margin-top: 2.5rem;
}
.agenda-wrap ul{
    padding-left: 15px;
}
.agenda-wrap ul li{
    padding-bottom: 10px;
}

/* ─── SPEAKER CARD ────────────────────────────── */
.speaker-card {
    background: linear-gradient(135deg, var(--iwec-light-plum), var(--iwec-warm));
    border-radius: 20px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border: 1px solid rgba(107, 45, 94, 0.12);
}
.speaker-avatar {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    font-family: "Fraunces", serif;
    font-size: 1.6rem;
    font-weight: 700;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 4px 16px rgba(107, 45, 94, 0.35);
}
.speaker-name {
    font-family: "Fraunces", serif;
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--blue);
    margin-bottom: 0.1rem;
}
.speaker-role {
    font-size: 0.90rem;
    color: var(--gold-dark);
    margin-top: 5px;
}

/* ─── CTA STRIP ───────────────────────────────── */
.cta-strip {
    background: linear-gradient(135deg, var(--navy), var(--blue));
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    color: #fff;
    margin-top: 3rem;
}
.cta-strip h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0.5rem;
}
.cta-strip p {
    opacity: 0.85;
    font-size: 0.9rem;
    margin-bottom: 1.4rem;
}
.btn-cta-white {
    background: #fff;
    color: var(--blue);
    border: none;
    border-radius: 50px;
    padding: 0.75rem 2rem;
    font-weight: 700;
    font-size: 0.92rem;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.btn-cta-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    color: var(--blue);
}

/* ─── FOOTER ──────────────────────────────────── */
.iwec-footer {
    background: var(--iwec-dark);
    color: rgba(255, 255, 255, 0.6);
    padding: 2.5rem 0 1.5rem;
    font-size: 0.82rem;
}
.iwec-footer a {
    color: rgba(255, 255, 255, 0.55);
    text-decoration: none;
}
.iwec-footer a:hover {
    color: var(--gold);
}
.footer-logo {
    height: 44px;
    filter: brightness(0) invert(1);
    opacity: 0.85;
}

/* ─── RESPONSIVE ──────────────────────────────── */
@media (max-width: 767px) {
    .register-card {
        position: static;
        margin-top: 2rem;
    }
    .speaker-card {
        flex-direction: column;
        text-align: center;
    }
    .event-hero {
        padding: 3.5rem 0 3rem;
    }
}


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

    .faq-heading h2{
        font-size:32px;
    }

    .iwe-faq-question{
        padding:22px;
        gap:15px;
    }

    .iwe-faq-question h3{
        font-size:18px;
    }

    .iwe-faq-answer{
        padding:0 22px 24px;
    }
}

/*Member Page*/

/* Tabs */
.member-tabs{
    display:flex;
    gap:12px;
    flex-wrap:wrap;
    padding-bottom:18px;
    border-bottom:1px solid #ddd6ca;
    margin-bottom:35px;
}

.member-tab{
    padding:10px 22px;
    border:1px solid #d9d1c6;
    border-radius:40px;
    background:transparent;
    color:#5b6573;
    font-size:15px;
    font-weight:500;
    transition:0.3s;
    cursor:pointer;
}

.member-tab.active,
.member-tab:hover{
    background:#071942;
    color:#fff;
    border-color:#071942;
}

/* Cards */
.member-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 2px 8px rgba(0,0,0,0.04);
    transition:0.3s;
    height:100%;
}

.member-card:hover{
    transform:translateY(-5px);
}

.member-image{
    position:relative;
    height:270px;
    overflow:hidden;
}

.member-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* Badge */
.member-badge{
    position:absolute;
    top:14px;
    right:14px;
    padding:7px 16px;
    border-radius:40px;
    font-size:12px;
    font-weight:600;
    letter-spacing:0.5px;
    background: linear-gradient(180deg, #e2a51f, var(--gold-dark));
    color: #fff;
}

/*.mentor{
    background:#071942;
    color:#f5c04e;
}

.growth{
    background:#d6a63d;
    color:#071942;
}*/

/* Content */
.member-content{
    padding:18px 20px 16px;
}

.member-name{
    font-family: 'Fraunces', serif;
    font-size: 21px;
    font-weight: 600;
    color: #1e2a39;
    margin-bottom: 10px;
    text-align: center;
}

.company-name{
    font-size: 14px;
    font-weight: 500;
    color: #253247;
    margin-bottom: 8px;
}

.member-location{
    font-size:14px;
    color:#7b8491;
}

@media(max-width:767px){
    .member-image{
        height:320px;
    }
}


/*Single Member*/

.profile-image{
    width:350px;
    height:350px;
    border-radius:50%;
    overflow:hidden;
    border:4px solid #d6a63d;
}

.profile-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.tag{
    display:inline-block;
    padding:6px 14px;
    border-radius:30px;
    font-size:12px;
    font-weight:600;
    margin-right:10px;
    letter-spacing:0.5px;
}

.mentor-tag{
    background:#081d49;
    color:#fff;
    border:1px solid rgba(255,255,255,0.2);
}

.growth-tag{
    background:#d6a63d;
    color:#081d49;
}

.profile-name{
    font-family: 'Fraunces', serif;
    font-size: 48px;
    line-height: 1;
    margin: 15px 0;
    color: #fff;
}

.profile-title{
    color:#d9d6cf;
    font-size:18px;
    margin-bottom:10px;
}

.hero-buttons{
    margin-top:30px;
}

.hero-buttons .btn{
    padding:14px 28px;
    border-radius:40px;
    margin-right:15px;
    font-weight:600;
}

.btn-gold{
    background:#d6a63d;
    color:#081d49;
    border:none;
}

.btn-outline-light{
    border:1px solid rgba(255,255,255,0.4);
}

/* =========================
    MAIN SECTION
==========================*/

.main-section{
    padding:70px 0;
}


.about-text{
    color:#666;
    line-height:1.9;
    font-size:15px;
}

.theme_color{
    color: var(--gold);
}
/* =========================
    INFO TABLE
==========================*/

.info-box{
    margin-top:40px;
}

.info-item{
    display:flex;
    /*border-bottom:1px solid #e6e0d6;*/
    padding:8px 0;
}

.info-label{
    width:220px;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:1px;
    color:#b19762;
    font-weight:700;
}

.info-value{
    color:#1f2b3f;
    font-size:15px;
    font-weight:500;
}
.no-box-shadow{
    box-shadow: none !important;
}
/* =========================
    SKILLS
==========================*/

.skills{
    margin-top:35px;
}
.skills ul{
    list-style: none;
    padding-left: 0px;
    /*text-align: center;*/
}
.skills ul li{
    display:inline-block;
    padding:10px 18px;
    background:#f0eadf;
    border-radius:40px;
    margin:0 10px 12px 0;
    font-size:13px;
    font-weight:500;
    color:#2b3445;
}


.no-padding{
    padding: 0;
}
/* =========================
    AVAILABLE FOR
==========================*/

.available-list{
    margin-top:25px;
}
.available-list ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%;
}
.available-list ul li{
    border-bottom:1px solid #ece5da;
    padding:10px 0 10px;
    color:#404040;
    width: calc(50% - 8px);
}
.available-list ul li::before{
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f00c";
    padding-right: 10px;
  font-size: 16px;
  font-weight: 500;
}

/* =========================
    SIDEBAR
==========================*/

.sidebar-card{
    background:#fff;
    border-radius:20px;
    padding:28px;
    margin-bottom:25px;
    box-shadow:0 2px 10px rgba(0,0,0,0.04);
}

.sidebar-card h4{
    font-family:'Fraunces', serif;
    margin-bottom:15px;
    color:#1f2b3f;
}

.send-btn{
    width:100%;
    background:#081d49;
    color:#fff;
    border:none;
    border-radius:40px;
    padding:14px;
    font-weight:600;
    margin-top:15px;
}

.mentor-year{
    background:#f3eedf;
}

.mentor-year h2{
    font-family:'Fraunces', serif;
    font-size:50px;
    color:#1f2b3f;
}

/* =========================
    GALLERY
==========================*/

.gallery{
    margin-top:45px;
}

.gallery img{
    width:100%;
    height:170px;
    object-fit:cover;
    border-radius:16px;
}
.aon-social-icon-2.footer {
    justify-content: start;
    padding-left: 0px;
}
.aon-social-icon-2 {
    list-style: none;
    margin: 0px;
    display: flex;
    justify-content: flex-end;
}

.d-flex {
    display: flex !important;
}
.aon-social-icon-2 li {
    display: inline-block;
    margin: 0px 10px;
}

.aon-social-icon-2 li:last-child {
    margin-right: 0px;
}

.aon-social-icon-2 li a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--blue);
    color: var(--blue);
    border-radius: 30px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aon-social-icon-2 li a:hover {
    color: var(--gold);
    background: var(--blue);
    border: 2px solid var(--blue);
}

.industry-wrapper{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:16px;
}

.industry-pill{
    padding:16px 22px;
    border:1px solid #d8c9a6;
    border-radius:60px;
    background:#fffdf9;
    color:#33476d;
    font-size:15px;
    font-weight:500;
    transition:all 0.3s ease;
    cursor:pointer;
}

.industry-pill:hover{
    transform:translateY(-4px);
}

.box-shadow {
    box-shadow: 0 0 15px #8a8a8a4d;
}
.about-us {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: inherit;
}
.about-us::before {
    background: #e9e9df6e;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    z-index: -1;
}
.about-us:hover .trend-item {
    transform: none;
}
.about-us .about-trending-topic ul li {
    display: inline-block;
    width: 49%;
    position: relative;
    line-height: 2.4;
    font-weight: 400;
}
.about-us .about-trending-topic ul li:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 10px;
}
.about-us .about-image-box .about-image-desti {
    border: 10px solid #ffffff52;
    box-shadow: 0 0 15px #cccccc37;
    margin-bottom: -3rem;
}
.about-us .about-image-box1 .about-image {
    margin-top: -40px;
}
.about-us .about-image-box1 .about-content {
    right: inherit;
    left: -40px;
    top: 0;
}
.about-us .about-inner {
    position: relative;
    z-index: 1;
}
.about-us .about-inner h1 {
    margin-bottom: 10px !important;
}
.about-us .about-inner .about-image-box {
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}
.about-us .about-inner .about-image-box img {
    width: 100%;
}
.about-us .about-inner .about-image-box::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: -webkit-transform 1.8s;
    transition: -webkit-transform 1.8s;
    transition: transform 1.8s;
    transition:
        transform 1.8s,
        -webkit-transform 1.8s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
    z-index: 1;
}
.about-us .about-inner .about-image-box:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
}
.about-us .box-title i {
    font-size: 38px;
    color: #ff1949;
}
.about-us .about-left {
    position: absolute;
    top: 50%;
    right: -50px;
    background: #fff;
    width: 100%;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 15px;
    padding: 30px 30px 30px 0;
}
.about-us .about-content h4 {
    margin-bottom: 15px !important;
}
.about-us1:before {
    background: #d211391c;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 25%;
    height: 100%;
    z-index: -1;
}
@media (max-width: 991px) {
    .about-us .trend-image1 {
        height: 300px;
        margin-bottom: 20px;
    }
    .about-us .about-inner .about-image-box {
        margin-top: 2rem;
    }
    .about-us .about-image-box .about-image-desti {
        margin-bottom: 0;
    }
    .about-us .about-image-box .about-image-main {
        margin-top: 30px;
    }
    .about-us .about-image-box .about-image-main .col-lg-6 {
        margin-top: 0 !important;
    }
    .about-us .about-image-box .about-content {
        margin-bottom: 15px;
        width: 100% !important;
    }
    .about-us .form-content {
        top: 2rem;
        margin-bottom: 2rem;
    }
    .about-us .about-left {
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        padding: 0;
    }
    .about-us1:before {
        top: -40px;
    }
    .about-us1:after {
        bottom: -48px;
    }
}
@media (max-width: 639px) {
    .about-us1:before {
        top: -40px;
    }
    .about-us1:after {
        bottom: -72px;
    }
    .about-us:before {
        display: none;
    }
    .about-us .about-trending-topic ul li {
        display: block;
        width: 100%;
    }
}
.bg-theme {
    background: var(--gold) !important;
}

.author-detail span{
    font-size: 14px;    
}
.author-detail span i{
    color: var(--gold);
}

.blog-content ul,
.blog-content ol{
    padding-left: 15px;
}
.blog-content ul li,
.blog-content ol li{
    padding-bottom: 10px;
}
.blog-content p,
.blog-content ul,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6{
    margin-bottom:20px;
}

blockquote{
    background:#f3ece6;
    padding:40px;
    border-left:5px solid #c89b7b;
    margin:50px 0;
    font-size:24px;
    font-family:'Fraunces', serif;
    color:#6b4d39;
    border-radius:15px;
}

/* SIDEBAR */

.sidebar{
    position:sticky;
    top:40px;
    height:fit-content;
}

.sidebar-card{
    background:#fff;
    padding:30px;
    border-radius:20px;
    margin-bottom:30px;
    box-shadow:0 5px 20px rgba(0,0,0,0.04);
}

.sidebar-card h3{
    margin-bottom:20px;
    font-size:22px;
    font-family:'Fraunces', serif;
}

.sidebar ul{
    list-style:none;
    padding-left: 0px;
}

.sidebar ul li{
    margin-bottom:15px;
    color:#666;
    transition:0.3s;
}

.sidebar ul li:hover{
    color:#000;
    transform:translateX(5px);
}

/* AUTHOR */

.author-box{
    display:flex;
    gap:25px;
    align-items:center;
    background:var(--cream);
    padding:35px;
    border-radius:20px;
    margin-top:60px;
}

.author-box img{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
}

.author-box h4{
    margin-bottom:10px;
    font-size:22px;
}

.author-box p{
    margin:0;
    line-height: 1.6;
    color:#666;
}

/* RELATED POSTS */

.related-posts{
    padding:80px 0;
}

.related-title{
    font-family:'Fraunces', serif;
    font-size:42px;
    margin-bottom:40px;
}

.related-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.related-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    transition:0.4s;
}

.related-card:hover{
    transform:translateY(-8px);
}

.related-card img{
    height:240px;
    object-fit:cover;
}

.related-content{
    padding:25px;
}

.related-content h4{
    font-size:22px;
    margin-bottom:15px;
    line-height:1.4;
}

.related-content p{
    color:#666;
    font-size:15px;
}

/* RESPONSIVE */

@media(max-width:992px){


.related-grid{
    grid-template-columns:1fr 1fr;
}

.blog-title{
    font-size:44px;
}

}

@media(max-width:768px){

    .related-grid{
        grid-template-columns:1fr;
    }
    
    .blog-title{
        font-size:36px;
    }
    
    .hero-image img{
        height:350px;
    }
    
    blockquote{
        font-size:20px;
        padding:25px;
    }
    
    .author-box{
        flex-direction:column;
        text-align:center;
    }

}


/* PREVIEW WRAPPER */
.iframe-wrapper{
    width:100%;
    height:550px;
    overflow:hidden;
    position:relative;
    border-radius:16px;
    border:2px solid #333;
    cursor:pointer;
}

/* IMAGE */
.preview-img{
    width:100%;
    display:block;
    transition:transform 3s linear;
}

/* IMAGE SCROLL ON HOVER */
.iframe-wrapper:hover .preview-img{
    transform:translateY(calc(-100% + 550px));
}

/* OVERLAY */
.iframe-wrapper .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,0.55);
    opacity:0;
    visibility:hidden;
    transition:0.4s;
    display:flex;
    justify-content:center;
    align-items:center;
    z-index: 9999;
}

/* SHOW OVERLAY ON HOVER */
.iframe-wrapper:hover .overlay{
    opacity:1;
    visibility:visible;
}

/* BUTTON GROUP */
.button-group{
    display:flex;
    gap:15px;
}
.website-card{
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    border: 1px solid #e9e9e9;
    transition: 0.3s ease;
}

.website-card:hover{
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.card-header{
    margin-bottom: 18px;
}

.code-name{
    display: inline-block;
    background: #f4f6f9;
    color: #555;
    padding: 6px 12px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 12px;
    text-align:center;
}

.theme-name{
    font-size: 24px;
    color: var(--gold);
    margin: 0;
    text-align:center;
    line-height: 1.4;
}

.theme-url{
    font-size: 14px;
    color: #777;
    word-break: break-word;
    margin-bottom: 25px;
}

.button-group{
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}


.book-btn{
    background: #0d6efd;
    color: #fff;
}

.book-btn:hover{
    background: #084fc7;
}

.details-btn{
    background: #f1f3f5;
    color: #222;
    border: 1px solid #ddd;
}

.details-btn:hover{
    background: #e4e7ea;
}


.style-check p,
.style-check ul li{
    font-size: 17px;
    line-height: 28px;
}
.style-check ul{
    list-style: none;
    padding-left: 0px;
}
.style-check ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
}
.style-check ul li:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f00c";
    font-weight: 900;
    position: absolute;
    left: 0;
    font-size: 1.4rem;
    top: 3px;
    color: #d6a63d;
    display: block;
}
.style-check.two-col-list li {
    width: 50%;
    float: left;
}
.style-check1 li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    font-weight: 550;
    font-size: 1.7rem;
    color: #333;
}
.style-check1 li:before {
    font-family: Flaticon;
    content: "\f136";
    position: absolute;
    left: 0;
    font-size: 1.6rem;
    top: 0.2rem;
    color: #d6a63d;
    display: block;
    font-weight: 400;
}
.style-check1.two-col-list li {
    width: 50%;
    float: left;
}
.style-check2 li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 2rem;
    color: #333;
}
.style-check2 li:before {
    font-family: Flaticon;
    content: "\f136";
    position: absolute;
    left: 0;
    font-size: 2.4rem;
    top: -0.3rem;
    color: #d6a63d;
    display: block;
    font-weight: 400;
}
/*Responsive*/


@media(min-width: 1199px){
    .blog_heading{
        font-size: 40px;
    }
    .container{
        max-width: 1180px;
    }
    .mt-70{
        margin-top: 100px;
    }
    .contact-section .container{
        max-width: 900px;
    }
    .contact_box{
        padding-top: 110px !important;
    }
    .pricing-card.h-100 ul{
        height: 350px;
    }
}
@media(min-width: 992px){
    
    .navbar-brand img{
        max-width: 170px;
    }
}
@media (min-width: 992px) {
    .img75 {
        width: 75% !important;
    }
    .img95 {
        width: 95% !important;
    }
  
}
@media (max-width: 991.98px) {
    .profile-name{
        font-size:48px;
    }

    .hero-section{
        text-align:center;
    }

    .profile-image{
        margin:auto auto 30px;
    }

    .hero-buttons .btn{
        margin-bottom:15px;
    }
    .main-nav .navbar-collapse {
        background: #fff9f2;
        padding: 1rem;
        border-radius: 20px;
        box-shadow: var(--shadow-soft);
        margin-top: 1rem;
    }
    .hero-section {
        min-height: 560px;
    }
    .hero-content {
        padding-top: 80px;
        padding-bottom: 10px;
        text-align: center;
    }
    .pricing-card.featured {
        transform: none;
    }
    .hero-title{
        font-size: 52px;
    }

    .hero-text{
        font-size: 20px;
    }
    .pb150 {
      padding-bottom: 150px;
    }
}

@media (max-width: 767.98px) {
    .blog-content p, 
    .blog-content ul,
    .blog-content ol,
    .blog-content ul li,
    .blog-content ol li, 
    .blog-content h2, 
    .blog-content h3, 
    .blog-content h4, 
    .blog-content h5, 
    .blog-content h6{
        text-align: center;
    }
    .blog-content {
        padding: 26px 0px 30px;
    }
    .footer_logo{
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .industry-pill{
        width:100%;
        text-align:center;
        font-size:15px;
        padding:15px 20px;
    }
    .hero-badge img{
        margin-left: auto;
        margin-right: auto;
    }
    .hero-actions{
        justify-content: center;
    }
    .eyebrow,
    .section-title,
    .feature-card2{
        text-align: center;
    }
    .feature-card, 
    .mentor-card,
    .testimonial-card,
    .pricing-card,
    .event-content{
        text-align: center;
    }
    .event-item .event-content h3{
        font-size:18px;
    }
    .event-item:not(.event-item-bg) .event-date{
        display: inline-block;
    }
    .person-row .avatar{
        display: none;
    }
    .footer-cta h3{
        text-align: left;
    }
    .btn{
        font-size: 15px;
        font-weight: 600;
    }
    .footer_ctabox{
        padding-bottom: 4%;
        margin-bottom: 0px;
    }
    .mentor-card img{
        margin-left: auto;
        margin-right: auto;
    }
    .section-title.text-start{
        text-align: center !important;
    }
    .section-subtitle, .section-copy, p{
        text-align: center;
    }
    .section-soft .section-heading.mb-5{
        margin-bottom: 0px !important;
    }
    .hero-stats{
        text-align: center;
    }
    .hero {
        grid-template-columns: 1fr;
        padding: 0.4rem .5rem 0.1rem;
        min-height: 45vh;
    }
    .hero h1{
        text-align: center;
    }
    .hero-chips{
        justify-content: center;
    }
    .problem-grid, .weeks-intro {
        grid-template-columns: 1fr;
    }
    .outcomes-grid, .pricing-grid, .who-grid {
        grid-template-columns: 1fr;
    }
    .navbar-brand img{
        max-width: 130px;
    }
    .blog-card{
        padding:0px;
        border-radius:18px;
    }

    .blog-title{
        font-size:22px;
    }

    .blog-desc,
    .blog-date,
    .read-more{
        font-size:16px;
    }

    .blog-tag{
        font-size:14px;
    }
    .check-text{
        font-size:14px;
    }

    .checklist-item{
        margin-bottom:22px;
    }
    .step-box{
        padding:22px 18px;
    }

    .step-row{
        gap:16px;
    }

    .step-number{
        font-size:32px;
        min-width:38px;
    }

    .step-content h4{
        font-size:17px;
    }

    .step-content p{
        font-size:14px;
    }
    .hero-section{
        min-height: 420px;
    }

    .hero-title{
        font-size: 30px;
        text-align: center;
    }

    .hero-text{
        font-size: 18px;
    }
    .text-sm-center{
        justify-content: center !important;
    }
    .event-title{
        font-size:20px;
        text-align: center;
    }

    .event-desc{
        font-size:15px;
        text-align: center;
    }
    
    .register-btn{
        margin-top:20px;
        width:100%;
        border: 2px solid #c98418;
        color: #111;
        background: #fff;
        border-radius: 14px;
        padding: 12px 29px;
        font-size: 18px;
        font-weight: 500;
        transition: 0.3s;
    }
    .hero-label{
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .date-box{
        margin-bottom: 20px;
        display: flex;
        justify-content: center;
    }
    .day{
        font-size: 23px;
        margin: 0px 5px;
    }
    .year {
        font-size: 15px;
    }
    .quote_box{
        padding: 20px 20px;
        background: #221812;
        border-radius: 10px;
        font-style: italic;
    }
    .quote_box h5{
        font-size: 17px;
        line-height: 1.4;
    }
    .section-space {
        padding: 35px 0;
    }
    .section-space2 {
        padding: 35px 0;
    }
    .section-title{
        font-size: 28px;
    }
    .section-subtitle, 
    .section-copy,
    p{
        font-size: 14px;
        line-height: 1.6;
    }
    .display-title {
        font-size: 2.7rem;
    }
    .hero-copy {
        font-size: 1rem;
    }
    .feature-card,
    .mentor-card,
    .testimonial-card,
    .pricing-card {
        padding: 1.4rem;
    }
    .floating-quote {
        position: static;
        margin-top: 1rem;
    }
    .event-date {
        width: 62px;
        min-width: 62px;
        height: 62px;
    }
    .mt-70{
        margin-top: 30px;
    }
}
