@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Oswald:wght@200..700&display=swap');

body.mobile-menu-open {
    overflow: hidden;
}

p {
    line-height: 1.5;
}

header {
    padding: 30px 100px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.header {
    padding: 20px 0;
    background: #F7F1E8;
    border-radius: 0;
}

.header .container {
    align-items: center;
}

.navbar-brand {
    padding: 0;
    line-height: 0;
}

.navbar-brand img {
    width: 80px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
    gap: 30px;
}

.header .navbar-collapse {
    justify-content: flex-end;
}

.header .navbar-nav {
    margin-left: auto !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #2E4636;
}

.navbar-expand-lg .navbar-nav .nav-link.active {
    font-weight: 500;
}

.header .hdr-rgt-area {
    margin-left: 40px;
}

.mobile-menu-close,
.mobile-menu-overlay {
    display: none;
}

.call_us_btn {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 24px;
}

.call_us_btn a {
    color: #8a8a8a;
    text-decoration: none;
}

.quote_btn {
    padding: 12px 30px;
    font-size: 17px;
    font-weight: 500;
    background: #FF3131;
    border: 1.5px solid #FF3131;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0;
    line-height: 20px;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease;
}

.quote_btn:hover {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
}

.contact_toggle {
    color: #000;
    line-height: 0;
}

.contact_toggle svg g {
    stroke: #000;
}

.banner_section {
    display: block;
    padding: 60px 0 120px;
    position: relative;
    background-image: url(../images/banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_section:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+66 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 66%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.banner_section:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+50,000000+100&0+50,1+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

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

.banner_section img {
    max-width: 100%;
}

.banner_section h4 {
    margin: 24px 0;
    color: #E3A700;
    font-weight: 600;
}

.banner_section iframe,
.banner_section video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 5px solid #fff;
}

#timer {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 24px auto;
    justify-content: center;
}

#timer div {
    background: #D9D9D9;
    border-radius: 10px;
    padding: 24px 12px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 40px;
    line-height: 1;
    font-weight: 900;
    gap: 14px;
    flex: 1;
}

#timer div span {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.register_btn {
    display: inline-block;
    vertical-align: top;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #fbc000;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0;
}

.brochure_btn {
    display: inline-block;
    vertical-align: top;
    padding: 16px 40px;
    font-size: 17px;
    font-weight: 500;
    background: #fde080;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 4px;
    margin: 0;
}

.city_image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
}

.map_section {
    display: block;
    position: relative;
    padding: 80px 0;
}

.map_section iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.venue_card {
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    max-width: 580px;
    position: relative;
}

.venue_card h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
    text-transform: uppercase;
}

.venue_card h6 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #000;
}

.venue_card p {
    font-size: 17px;
    line-height: 28px;
    color: #747474;
    margin-bottom: 10px;
}

.venue_card h5+p {
    color: #FF3131;
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1;
}

.venue_card img {
    width: 100%;
    max-width: 500px;
    height: 220px;
    object-fit: cover;
    border-radius: 5px;
    margin-bottom: 20px;
}

.venue_card a {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    gap: 12px;
}

.stay_section {
    display: block;
    padding: 80px 0 40px;
}

.stays.swiper {
    margin: 0 -24px;
}

.stay_card {
    display: block;
    padding: 20px 19px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    margin: 40px 12px;
    border: 1px solid #c99a00;
    background: linear-gradient(to bottom, rgba(251, 192, 0, 0) 0%, rgba(251, 192, 0, 1) 100%);
}

.stay_card figure {
    margin-bottom: 16px;
    line-height: 0;
}

.stay_card figure img {
    width: 100%;
    height: 200px;
    border-radius: 4px;
    object-fit: cover;
}

.stay_card h6 {
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.stay_card_foot {
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stay_card_foot a {
    color: #000;
    text-decoration: none;
}

.stay_card_foot p {
    color: #747474;
    margin: 0;
}

.stay_section h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.stay_section p {
    color: #000;
    margin: 0;
    font-size: 16px;
}

.stay_btn_area {
    display: flex;
    align-items: center;
    gap: 16px;
}

.stay_btn {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    background: #E7E7E7;
    border: none;
}

.stats_section {
    display: block;
    padding: 40px 0;
    background: #000;
}

.stats_card {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

.stats_card img {
    width: 60px;
    height: 60px;
    filter: invert(1);
}

.stats_card .counter {
    font-size: 64px;
    font-weight: bold;
    color: #fbc000;
    line-height: 1;
}

.stats_card p {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
    max-width: 110px;
    line-height: 1.2;
    color: #fff;
}

.delegate_section {
    display: block;
    padding: 80px 0;
}

.delegate_section h3 {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 0;
}

.delegate_section a.view_btn {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    gap: 12px;
}

.dignitaries_section {
    display: flex;
    gap: 30px;
    margin-top: 64px;
    flex-wrap: wrap;
}

.dignitaries_card {
    display: flex;
    position: relative;
}

.dignitaries_card img {
    width: 100%;
    max-width: 100%;
    aspect-ratio: 235/304;
    object-fit: cover;
}

.dignitaries_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+65,000000+78,000000+100&0+0,0+65,0.8+78,1+100 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.8) 78%, rgba(0, 0, 0, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.dignitaries_content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    color: #fff;
    margin-top: auto;
}

.dignitaries_content p {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
}

footer {
    position: relative;
    overflow: hidden;
    padding: 72px 0 0;
    background: #1C372B;
}

footer::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 20px;
    width: 600px;
    max-width: 23%;
    background: url("../images/footer-shape.png") right top / 100% 100% no-repeat;
    pointer-events: none;
}

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

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 70px;
}

.footer-brand {
    flex: 0 0 310px;
}

.footer-logo {
    display: inline-block;
    margin-bottom: 34px;
}

.footer-logo img {
    width: 104px;
    height: auto;
}

footer p {
    max-width: 300px;
    margin: 0 0 30px;
    color: #FFFFFF;
    line-height: 1.5;
}

.footer-links,
.footer-app {
    min-width: 150px;
}

.footer-links .ftr-title,
.footer-app .ftr-title {
    margin-bottom: 26px;
    color: #FFFFFF;
    font-size: 24px;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_menu li {
    display: block;
}

.footer_menu li a {
    display: block;
    color: #FFFFFF;
    line-height: 1.2;
    text-decoration: none;
}

.footer_menu li a:hover {
    color: #C99B68;
}

.social_menu {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.social_menu li {
    display: block;
}

.social_menu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.30);
    border: 1px solid rgba(255, 255, 255, 0.20);
    border-radius: 50%;
    text-decoration: none;
    transition: background-color .3s ease, border-color .3s ease, transform .3s ease;
}

.social_menu li a:hover {
    background: var(--caramel);
    border-color: var(--caramel-light);
    transform: translateY(-2px);
}

.social_menu li a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-app a {
    display: block;
    width: 130px;
    margin-bottom: 9px;
}

.footer-app img {
    width: 100%;
    height: auto;
}

.copyright {
    display: block;
    margin-top: 58px;
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2;
}

.copyright-site {
    color: var(--white);
    font-weight: 700;
    text-decoration: none;
    transition: color .3s ease;
}

.copyright-site:hover {
    color: var(--caramel-light);
}

.page_header {
    display: block;
    padding: 50px 0;
    background: #000;
}

.page_header h2 {
    text-align: center;
    margin: 0;
}

.map_area {
    display: block;
    position: relative;
    width: 100%;
    line-height: 0;
}

.map_area iframe {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.venue_area {
    display: block;
    padding: 80px 0;
    background: #efefef;
}

.venue_area img {
    max-width: 100%;
}

.venue_area h3 {
    font-size: 24px;
    font-weight: 700;
    color: #3E2723;
    line-height: 1.2;
}

.venue_area p {
    font-size: 18px;
}

.venue_area a {
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    gap: 12px;
}

.fee-table th {
    text-align: center;
}

.registration_content {
    margin-top: 40px;
}

.registration_content ul li {
    margin-bottom: 10px;
}

.registration_content p {
    margin: 0;
}

.registration_content h5 {
    font-weight: 600;
}

.sponsors_card {
    display: block;
    padding: 10px;
    border-radius: 3px;
    background: #f7f7f7;
}

.sponsors_card img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    object-fit: scale-down;
    background: #fff;
}

.sponsors_content {
    text-align: center;
    margin-top: 24px;
}

/* new styles start*/
:root {
    --coffee-cream: #F7F1E8;
    --coffee-cream-deep: #EFE6D6;
    --espresso: #3E2723;
    --bottle-green: #2E4636;
    --bottle-green-deep: #1F312A;
    --caramel: #A47148;
    --caramel-light: #C99B68;
    --white: #FFFFFF;
    --line: #DED2BD;
    --shadow: 0 10px 30px rgba(46, 70, 54, 0.10);
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    background: var(--coffee-cream);
    color: #5B4636;
    line-height: 26px;
    letter-spacing: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: 'Playfair Display', serif; */
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    color: var(--espresso);
    line-height: 1.2;
    letter-spacing: -0.01em;
}

h1 {
    font-size: 84px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 24px;
}

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

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

.text-underline {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.text-underline::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 3px;
    height: 16px;
    background: #E4D3B4;
    z-index: -1;
}

.cmn-gap {
    padding: 100px 0;
}

.wrap {
    max-width: 1370px;
    margin: 0 auto;
    padding: 0 48px;
}

.eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 12.5px;
    font-weight: 700;
    color: var(--bottle-green);
}

/* ---------- Coffee-ring signature motif ---------- */
.ring-divider {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 14px 0 28px;
}

.ring-divider .ring {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 2px solid var(--caramel);
    position: relative;
    flex: none;
}

.ring-divider .ring::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    border: 2px solid var(--bottle-green);
    opacity: 0.55;
}

.ring-divider .bar {
    height: 2px;
    width: 64px;
    background: var(--bottle-green);
}

.cmn-head {
    margin-bottom: 52px;
    text-align: center;
}

.cmn-head h2 {
    margin-bottom: 18px;
}

.cmn-head p {
    margin: 0;
}

.wrd-cls-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 40px;
    text-align: left;
}

.wrd-cls-head h2 {
    margin: 0;
}

.wrd-cls-head p {
    max-width: 450px;
    line-height: 1.7;
}

.sponsor-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 36px;
    text-align: left;
}

.sponsor-head h2 {
    margin: 0;
}

.btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    min-width: 152px;
    padding: 14px 24px;
    border-radius: 60px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    border: 1.5px solid transparent;
    cursor: pointer;
    flex: none;
    order: 0;
    flex-grow: 0;
    transition: all .18s ease;
}

.btn-sm {
    min-width: auto;
    padding: 13px 22px;
    font-size: 14px;
    line-height: 1.2;
}

.btn-primary {
    background: var(--bottle-green);
    border-color: var(--bottle-green);
    color: var(--white);
}

.btn-primary:hover {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
}

.btn:focus,
.btn:focus-visible,
.btn:active {
    box-shadow: none;
    outline: none;
}

.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary:active:focus {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
    box-shadow: none;
}

.btn-outline {
    background: transparent;
    border-color: var(--bottle-green);
    color: var(--bottle-green);
}

.btn-outline:hover {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
}

.btn-outline:focus,
.btn-outline:focus-visible,
.btn-outline:active,
.btn-outline:active:focus {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
    box-shadow: none;
}

.btn-wht {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: var(--bottle-green);
}

.btn-wht:hover {
    background: var(--caramel);
    border-color: var(--caramel);
    color: #FFFFFF;
}

.btn-wht:focus,
.btn-wht:focus-visible,
.btn-wht:active,
.btn-wht:active:focus {
    background: var(--caramel);
    border-color: var(--caramel);
    color: #FFFFFF;
    box-shadow: none;
}

.btn-caramel {
    background: var(--caramel);
    color: var(--white);
}

.btn-caramel:hover {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
}

.btn-caramel:focus,
.btn-caramel:focus-visible,
.btn-caramel:active,
.btn-caramel:active:focus {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
    box-shadow: none;
}

/* ---------- Hero ---------- */
.hero {
    position: relative;
    overflow: hidden;
    background: var(--coffee-cream);
}

.hero.cmn-gap {
    padding-top: 45px;
}

.hero::after {
    content: "";
    position: absolute;
    right: -22px;
    bottom: -76px;
    width: 245px;
    height: 245px;
    background: url("../images/lnd-ban-shape.svg") center/contain no-repeat;
    pointer-events: none;
}

.hero-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    /* gap: 64px; */
    position: relative;
    z-index: 2;
}

.hero-copy {
    /* flex: 0 0 calc(40% - 32px); */
    width: 45%;
    padding-top: 4px;
}

.hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: var(--white);
    border-radius: 999px;
    color: #5B4636;
    font-size: 13px;
    line-height: 1.2;
    box-shadow: 0 1px 0 rgba(62, 39, 35, 0.02);
}

.hero-kicker span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--bottle-green);
}

.hero-brand-mark {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 118px;
    margin-bottom: 10px;
}

.hero-brand-mark img {
    display: block;
    width: 100%;
    height: auto;
}

h1.title {
    display: block;
    max-width: 100%;
    margin: 10px 0 0;
    letter-spacing: -0.03em;
}

.title-number {
    color: var(--espresso);
}

.title-number sup {
    font-size: 0.45em;
    top: -0.7em;
}

.title-primary {
    color: var(--bottle-green);
}

.title-secondary {
    display: block;
    color: var(--espresso);
}

.hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 42px;
}

.hero-meta-item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.hero-meta-icon {
    position: relative;
}

.hero-meta-icon::before {
    content: "";
    position: absolute;
    top: -17px;
    left: -15px;
    width: 44px;
    height: 44px;
    background: #F6ECDB;
    border-radius: 50%;
    z-index: -1;
}

.hero-meta-icon img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

.hero-meta-item strong,
.hero-meta-item span {
    display: block;
}

.hero-meta-item strong {
    color: var(--espresso);
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    margin-bottom: 6px;
}

.hero-meta-item span {
    margin-top: 2px;
    color: #5B4636;
    font-size: 15px;
    line-height: 1.2;
}

.hero-ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 40px;
}

.membership-card {
    margin-top: 30px;
    background: #F3ECE0;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    padding: 24px;
    max-width: 470px;
}

.membership-card p {
    margin-bottom: 15px;
}

.hero-media-col {
    /* flex: 0 0 calc(60% - 32px); */
    width: 55%;
    padding-top: 24px;
    padding-left: 50px;
}

/* Countdown + image side */
.countdown-wrap {
    margin-top: 32px;
}

.countdown-label {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 24px;
    color: var(--bottle-green);
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
}

.countdown-label span {
    display: block;
    height: 2px;
    border-radius: 10px;
}

.countdown-label span:first-child {

    background: linear-gradient(90deg, rgba(46, 70, 54, 0), rgba(46, 70, 54, 1));
}

.countdown-label span:last-child {
    background: linear-gradient(90deg, rgba(46, 70, 54, 1), rgba(46, 70, 54, 0));
}

.countdown {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.count-box {
    background: var(--coffee-cream-deep);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    min-width: 128px;
    min-height: 88px;
}

.count-box .num {
    font-family: "Oswald", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    color: var(--bottle-green);
}

.count-box .lab {
    margin-top: 8px;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
}

.hero-img {
    border-radius: 0;
    overflow: visible;
    border: none;
    box-shadow: none;
    position: relative;
    padding: 25px;
}

.hero-img .frame-inner {
    position: relative;
    z-index: 1;
    border-radius: 0;
    background: #000;
    box-shadow: none;
}


.hero-video-frame::after {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: calc(100% + 50px);
    height: 100%;
    border: 1px solid #A7ADA1;
    border-right: none;
    border-left: none;
    pointer-events: none;
}

.hero-video-frame::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 0;
    width: 100%;
    height: calc(100% + 50px);
    border: 1px solid #A7ADA1;
    border-bottom: none;
    border-top: none;
    pointer-events: none;
}

.hero-img img {
    height: 330px;
    width: 100%;
    object-fit: cover;
}

.hero-img .frame-wrap {
    height: 380px !important;
}

.hero-img iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.hero-img .tag {
    position: absolute;
    top: 14px;
    left: 14px;
    background: var(--white);
    color: var(--bottle-green-deep);
    font-weight: 700;
    font-size: 12px;
    padding: 7px 14px;
    border-radius: 6px;
    box-shadow: var(--shadow);
}

.membership-card .btn-sm {
    max-width: max-content;
}

/* ---------- Registration Pricing ---------- */
.registration-plan {
    background: #FFFCF8;
}

.pricing-card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 20px;
}

.pricing-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(25% - 15px);
    min-width: 0;
    background: var(--white);
    border: 1px solid #E5DED2;
    border-radius: 16px;
    padding: 30px 20px;
    color: #5B4636;
    transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.pricing-card:hover {
    background: var(--bottle-green);
    border-color: var(--bottle-green);
    color: var(--white);
    box-shadow: 0 14px 30px rgba(46, 70, 54, 0.18);
    transform: translateY(-4px);
}

.pricing-card-body {
    flex: 1;
}

.pricing-card h3 {
    margin-bottom: 12px;
    transition: color .2s ease;
}

.pricing-desc {
    margin-bottom: 20px;
    line-height: 1.2;
    transition: color .2s ease;
}

.pricing-amount {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 12px;
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    color: var(--bottle-green);
    letter-spacing: -0.01em;
    transition: color .2s ease;
}

.pricing-amount span {
    font-size: 40px;
}

.pricing-per {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.2;
    transition: color .2s ease;
}

.pricing-badge {
    display: flex;
    align-items: center;
    gap: 9px;
    min-height: 44px;
    margin-bottom: 22px;
    padding: 10px 14px;
    background: #EEF1EE;
    border: 1px solid #D3DAD4;
    border-radius: 8px;
    color: #2E4636;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.pricing-badge img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    flex: none;
    transition: filter .2s ease;
}

.pricing-feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.pricing-feature-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #5B4636;
    font-size: 16px;
    line-height: 1.2;
    transition: color .2s ease;
}

.pricing-feature-list img {
    width: 18px;
    height: 18px;
    padding: 4px;
    background: #EAF4EC;
    border-radius: 50%;
    object-fit: contain;
    flex: none;
    transition: background .2s ease, filter .2s ease;
}

.pricing-card .btn {
    width: 100%;
    min-width: 100%;
}

.pricing-card:hover h3,
.pricing-card:hover .pricing-desc,
.pricing-card:hover .pricing-amount,
.pricing-card:hover .pricing-per,
.pricing-card:hover .pricing-feature-list li {
    color: var(--white);
}

.pricing-card:hover .pricing-badge {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.28);
    color: var(--white);
}

.pricing-card:hover .pricing-badge img,
.pricing-card:hover .pricing-feature-list img {
    filter: brightness(0) invert(1);
}

.pricing-card:hover .pricing-feature-list img {
    background: rgba(255, 255, 255, 0.16);
}

.pricing-card:hover .btn-primary {
    background: var(--white);
    border-color: var(--white);
    color: #000000;
}

.pricing-card:hover .btn-primary:hover {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
}

.early-bird-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    margin-top: 28px;
    padding: 30px;
    background: var(--white);
    border: 1px solid #E5DED2;
    border-radius: 16px;
}

.early-bird-copy {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.early-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    background: var(--bottle-green);
    border-radius: 14px;
    flex: none;
}

.early-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.early-bird-copy h3 {
    margin-bottom: 6px;
}

.early-bird-copy p {
    margin: 0;
    line-height: 1.2;
}

.early-bird-stats {
    display: flex;
    align-items: stretch;
    margin-left: auto;
}

.early-bird-stats div {
    min-width: 130px;
    padding: 0 28px;
    text-align: center;
    border-left: 1px solid #EEE7DC;
}

.early-bird-stats div:first-child {
    border-left: 0;
}

.early-bird-stats strong,
.early-bird-stats span {
    display: block;
}

.early-bird-stats strong {
    margin-bottom: 8px;
    color: var(--bottle-green);
    font-family: "Oswald", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.early-bird-stats span {
    color: #5B4636;
    font-size: 16px;
    line-height: 1.2;
}

/* ---------- Key Stats ---------- */
.key-stats {
    background: var(--coffee-cream);
    padding: 52px 0;
}

.key-stats-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.key-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1;
    min-width: 0;
    padding: 0 60px;
    border-right: 1px solid #DED2BD;
}

.key-stat:last-child {
    border-right: 0;
}

.key-stat-icon {
    width: 58px;
    height: 58px;
    flex: none;
}

.key-stat-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.key-stat-num {
    color: var(--espresso);
    font-family: "Oswald", sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

.key-stat-label {
    margin-top: 8px;
    color: #5B4636;
    line-height: 1.2;
}

/* ---------- World-Class Speakers ---------- */
.world-speakers {
    background: #FFFCF8;
}

.speakers-coming-card {
    position: relative;
    overflow: hidden;
    background: var(--coffee-cream);
    border-radius: 28px;
    padding: 88px 22px 96px;
}

.coming-soon-text {
    position: relative;
    z-index: 1;
    color: #EFE3D1;
    font-family: "Oswald", sans-serif;
    font-size: 140px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.02em;
    pointer-events: none;
}

.speaker-placeholder-row {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    margin-top: 58px;
}

.speaker-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 1 calc((100% - 48px) / 4);
    min-width: 0;
    background: var(--white);
    border-radius: 32px;
    padding: 40px;
    text-align: center;
}

.speaker-placeholder-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 73px;
    margin: 0 auto 26px;
    background: #F1F8F3;
    border-radius: 28px;
}

.speaker-placeholder-icon img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.speaker-placeholder h3 {
    margin-bottom: 8px;
}

.speaker-placeholder p {
    margin: 0;
    color: #5B4636;
    line-height: 1.2;
}

.speaker-card-row {
    margin-top: 0;
}

.speaker-card {
    display: flex;
    flex: 0 1 calc((100% - 48px) / 4);
    min-width: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 0;
    border-radius: 32px;
    padding: 36px 22px 34px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.speaker-card:hover,
.speaker-card:focus {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(62, 39, 35, 0.1);
}

.speaker-photo-window {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 88px;
    height: 88px;
    margin: 0 auto 24px;
    overflow: hidden;
    background: #F1F8F3;
    border-radius: 50%;
}

.speaker-photo-window img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: center;
}

.speaker-card h3 {
    margin-bottom: 8px;
    font-size: 22px;
}

.speaker-designation,
.speaker-description {
    margin: 0;
    color: #5B4636;
    line-height: 1.35;
}

.speaker-designation {
    color: #7B4A32;
    font-weight: 500;
}

.speaker-description {
    margin-top: 12px;
    font-size: 14px;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.speaker-profile-modal .modal-dialog {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

.speaker-profile-modal .modal-content {
    position: relative;
    display: block;
    padding: 34px;
    border: 0;
    border-radius: 28px;
    background: #FFFFFF;
    color: var(--espresso);
    text-align: left;
    opacity: 1;
    filter: none;
    box-shadow: 0 32px 80px rgba(20, 20, 20, 0.32);
}

.speaker-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 50%;
    background: #F1F8F3;
    color: var(--espresso);
    font-size: 24px;
    line-height: 1;
    z-index: 2;
}

.speaker-modal-profile {
    display: flex;
    align-items: center;
    gap: 28px;
    padding-right: 38px;
}

.speaker-modal-photo {
    flex: 0 0 178px;
    width: 178px;
    height: 178px;
    overflow: hidden;
    border-radius: 50%;
    background: #F1F8F3;
    box-shadow: 0 14px 34px rgba(62, 39, 35, 0.12);
}

.speaker-modal-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.speaker-modal-info {
    min-width: 0;
}

.speaker-modal-label {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--bottle-green);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.speaker-modal-info h3 {
    margin-bottom: 10px;
    color: var(--espresso);
    font-size: 34px;
    line-height: 1.1;
}

.speaker-modal-designation {
    margin: 0;
    color: #5B4636;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.35;
}

.speaker-modal-description {
    margin: 28px 0 0;
    padding: 22px 24px;
    border-left: 4px solid var(--bottle-green);
    border-radius: 18px;
    background: #FFF8EE;
    color: #2D211A;
    font-size: 16px;
    line-height: 1.65;
}

/* ---------- Stats strip ---------- */
.stats {
    background: var(--bottle-green);
    color: var(--coffee-cream);
    padding: 34px 0;
}

.stats .wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 24px;
}

.stat {
    display: flex;
    align-items: center;
    gap: 14px;
    flex: 1;
    min-width: 200px;
}

.stat .icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1.5px solid var(--caramel-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    flex: none;
}

.stat .num {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    font-weight: 700;
    line-height: 1;
}

.stat .lab {
    font-size: 12.5px;
    color: #cfd9cf;
    margin-top: 3px;
}

/* ---------- Generic section ---------- */
section {
    padding: 72px 0;
}

.section-head {
    margin-bottom: 36px;
}

.section-head-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 20px;
    margin-bottom: 36px;
}

.section-head-row .section-head {
    margin-bottom: 0;
}

/* ---------- Dignitaries ---------- */
.dig-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.card-carousel {
    overflow: hidden;
}

.card-carousel-track {
    display: flex;
    gap: 18px;
    transition: transform .28s ease;
    will-change: transform;
}

.card-carousel-track .dig-card {
    flex: 0 0 calc((100% - 72px) / 5);
}

.dig-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
    transition: transform .2s ease, box-shadow .2s ease;
}

.dig-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.dig-card img {
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

.dig-card .info {
    padding: 14px 16px 18px;
}

.dig-card .info h4 {
    font-size: 15px;
    line-height: 1.2;
}

.dig-card .info p {
    font-size: 12.5px;
    color: #6b5848;
    margin-top: 5px;
    line-height: 1.4;
}

.view-all-wrap {
    text-align: center;
    margin-top: 32px;
}

/* ---------- Sponsors ---------- */
.sponsors {
    background: var(--coffee-cream-deep);
}

.sponsor-slider {
    overflow: hidden;
    padding: 2px 1px;
}

.sponsor-slider .swiper-wrapper {
    align-items: stretch;
}

.sponsor-slider .swiper-slide {
    display: flex;
    height: auto;
}

.sponsor-box {
    width: 100%;
    height: 100%;
    background: var(--white);
    border: 0;
    border-radius: 16px;
    min-height: 118px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

.sponsor-box img {
    height: 52px;
    max-width: 100%;
    object-fit: contain;
    margin-bottom: 12px;
}

.sponsor-box p {
    margin: 0;
    font-size: 14px;
}

/* ---------- Venue ---------- */
.venue-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.venue-map {
    background:
        repeating-linear-gradient(0deg, rgba(46, 70, 54, 0.06) 0 1px, transparent 1px 40px),
        repeating-linear-gradient(90deg, rgba(46, 70, 54, 0.06) 0 1px, transparent 1px 40px),
        var(--coffee-cream-deep);
    min-height: 380px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.venue-map iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    display: block;
}

.pin {
    width: 18px;
    height: 18px;
    background: var(--caramel);
    border-radius: 50% 50% 50% 0;
    transform: rotate(-45deg);
    box-shadow: 0 0 0 6px rgba(164, 113, 72, 0.2);
}

.venue-card {
    background: var(--white);
    padding: 30px;
}

.venue-card img {
    height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 18px;
}

.venue-card h3 {
    margin-bottom: 8px;
}

.venue-card p {
    font-size: 13.5px;
    color: #6b5848;
    margin-bottom: 14px;
}

.venue-card a.dir {
    color: var(--bottle-green);
    font-weight: 700;
    font-size: 13.5px;
}

/* ---------- Videos ---------- */
.videos {
    background: var(--coffee-cream-deep);
}

.video-layout {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 24px;
}

.video-main {
    background: var(--espresso);
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
    position: relative;
}

.video-main .frame-wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}

.video-main iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-main .caption {
    padding: 16px 20px;
    background: var(--white);
}

.video-main .caption h4 {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.video-main .caption p {
    font-size: 13px;
    color: #6b5848;
}

.video-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-height: 430px;
    overflow-y: auto;
    padding-right: 4px;
}

.video-thumb {
    display: flex;
    gap: 12px;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: border-color .15s ease, transform .15s ease;
}

.video-thumb:hover {
    border-color: var(--caramel);
    transform: translateX(2px);
}

.video-thumb.active {
    border-color: var(--bottle-green);
    background: #EFF4EF;
}

.video-thumb .thumb-img {
    width: 96px;
    height: 64px;
    border-radius: 6px;
    object-fit: cover;
    flex: none;
    position: relative;
}

.video-thumb .thumb-info h5 {
    font-size: 13.5px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.video-thumb .thumb-info span {
    font-size: 11.5px;
    color: var(--caramel);
    font-weight: 700;
}

.play-badge {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-badge::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent var(--white);
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .6));
}

/* ---------- Hotels ---------- */
.where-stay {
    background: #FFFCF8;
}

.where-stay-slider {
    position: relative;
    padding: 2px 2px 12px;
}

.where-stay-grid {
    padding: 2px 2px 12px;
}

.where-stay-slider .hotel-track,
.where-stay-grid .hotel-track {
    gap: 24px;
}

.stay-slide {
    display: flex;
    flex: 0 1 calc((100% - 48px) / 3);
}

.stay-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--white);
    border: 1px solid #EFE7DD;
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(62, 39, 35, 0.08);
}

.stay-card-img {
    overflow: hidden;
    height: 250px;
}

.stay-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stay-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    gap: 18px;
    padding: 28px 30px 30px;
}

.stay-card-copy {
    min-width: 0;
}

.stay-card h4 {
    margin-bottom: 16px;
}

.stay-card-meta {
    display: flex;
    align-items: center;
}

.stay-card-meta span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #5B4636;
    line-height: 1.2;
}

.stay-card-meta span img {
    width: 17px;
    height: 17px;
    object-fit: contain;
    flex: none;
}

.stay-card-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    background: #F1F8F3;
    border-radius: 50%;
    flex: none;
    transition: background .18s ease;
}

.stay-card-link:hover {
    background: var(--bottle-green);
}

.stay-card-link img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    transition: filter .18s ease;
}

.stay-card-link:hover img {
    filter: brightness(0) invert(1);
}

/* ---------- Registration Timeline ---------- */
.registration-timeline {
    overflow: hidden;
    background: var(--coffee-cream);
}

.timeline-wrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1050px;
    margin: 0 auto;
    padding: 0 0 28px;
    z-index: 1;
    justify-content: center;
}

.timeline-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    background: linear-gradient(180deg, #3C7EE5 0%, #173B8F 50%, #F05A28 100%);
    transform: translateX(-50%);
}

.timeline-wrap::after {
    content: "Timeline";
    position: absolute;
    left: 40px;
    top: 150px;
    color: rgba(17, 24, 39, 0.025);
    font-family: "Oswald", sans-serif;
    font-size: 120px;
    font-weight: 700;
    line-height: 1;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: -1;
}

.timeline-item {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    min-height: 170px;
}

.timeline-item:nth-child(even) {
    justify-content: flex-end;
}

.timeline-card {
    position: relative;
    width: calc(50% - 70px);
    min-height: 132px;
    padding: 30px;
    background: var(--white);
    border-radius: 20px;
    box-shadow: 0 12px 24px rgba(62, 39, 35, 0.08);
}

.timeline-step {
    position: absolute;
    top: 4px;
    right: 8px;
    color: rgba(247, 241, 232, 0.92);
    font-family: "Oswald", sans-serif;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}

.timeline-eyebrow {
    display: block;
    margin-bottom: 6px;
    color: var(--bottle-green);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.timeline-card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 8px;
}

.timeline-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 1.2;
}

.timeline-dot {
    position: absolute;
    top: 62px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border: 6px solid #2ECC71;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.timeline-item:nth-child(2) .timeline-dot {
    border-color: #F5B800;
}

.timeline-item:nth-child(3) .timeline-dot {
    border-color: #EF4150;
}

.timeline-item:nth-child(4) .timeline-dot {
    border-color: #3E8BFF;
}

.hotel-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 30px;
}

.hotel-head p {
    color: #6b5848;
    font-size: 14px;
    margin-top: 6px;
}

.carousel-btns {
    display: flex;
    gap: 10px;
}

.cbtn {
    position: relative;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1.5px solid var(--bottle-green);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--white);
    background: var(--bottle-green);
    font-size: 0;
    transition: background-color .3s ease, border-color .3s ease, color .3s ease, opacity .3s ease;
}

.cbtn::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 1.5px;
    background: currentColor;
}

.cbtn::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    transform: translateX(4px) rotate(45deg);
}

.cbtn[data-carousel-prev]::after,
.sponsor-button-prev::after {
    transform: translateX(-4px) rotate(-135deg);
}

.cbtn.active {
    background: var(--bottle-green);
    color: var(--white);
}

.cbtn:hover:not(:disabled),
.cbtn.active:hover:not(:disabled),
.cbtn:focus:not(:disabled),
.cbtn:focus-visible:not(:disabled),
.cbtn:active:not(:disabled),
.cbtn.active:focus:not(:disabled),
.cbtn.active:focus-visible:not(:disabled),
.cbtn.active:active:not(:disabled) {
    background: var(--caramel);
    border-color: var(--caramel);
    color: var(--white);
    outline: none;
}

.cbtn:disabled {
    opacity: .45;
    cursor: not-allowed;
    background: var(--bottle-green);
    color: var(--white);
}

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

.hotel-carousel {
    overflow: hidden;
}

.hotel-track {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    transform: none !important;
    justify-content: center;
}

.hotel-track .hotel-card {
    flex: 0 0 calc((100% - 44px) / 3);
}

.hotel-card {
    border: 1px solid var(--line);
    border-radius: 12px;
    overflow: hidden;
    background: var(--white);
}

.hotel-card img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.hotel-card .info {
    padding: 16px 18px;
}

.hotel-card h4 {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.2;
}

.hotel-card .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.hotel-card .meta span {
    font-size: 12.5px;
    color: #6b5848;
}

.hotel-card .meta a {
    font-size: 13px;
    font-weight: 700;
    color: var(--bottle-green);
}



/* new styles end*/

/* responsive css start */

@media(min-width: 1400px) {
    .container {
        max-width: 1370px;
    }

    footer .container {
        max-width: 1170px;
    }
}

@media(max-width: 1400px) {
    h1 {
        font-size: 76px;
    }

    h2 {
        font-size: 48px;
    }

    .cmn-gap {
        padding: 84px 0;
    }

    .hero.cmn-gap {
        padding-top: 38px;
    }

    .hero-media-col {
        padding-left: 36px;
    }

    .hero-img .frame-wrap {
        height: 340px !important;
    }

    .count-box {
        min-width: 112px;
        padding: 18px 16px;
    }

    .pricing-card {
        padding: 26px 20px;
    }

    .key-stat {
        padding: 0 42px;
    }

    .coming-soon-text {
        font-size: 118px;
    }

    .stay-card-img {
        height: 220px;
    }
}

@media(max-width: 1199px) {
    h1 {
        font-size: 64px;
    }

    h2 {
        font-size: 44px;
    }

    .cmn-gap {
        padding: 72px 0;
    }

    .hero-copy {
        width: 48%;
    }

    .hero-media-col {
        width: 52%;
        padding-left: 24px;
    }

    .hero-img {
        padding: 20px;
    }

    .hero-img .frame-wrap {
        height: 310px !important;
    }

    .countdown {
        gap: 10px;
        margin-top: 24px;
    }

    .count-box {
        min-width: 96px;
        min-height: 78px;
        padding: 15px 12px;
        border-radius: 16px;
    }

    .count-box .num {
        font-size: 34px;
    }

    .membership-card {
        padding: 20px;
    }

    .hero-meta {
        flex-wrap: nowrap;
        gap: 14px;
    }

    .hero-meta-item {
        flex: 1 1 0;
        align-items: flex-start;
        gap: 10px;
    }

    .hero-meta-icon {
        display: flex;
        flex: 0 0 36px;
    }

    .hero-meta-item strong {
        font-size: 18px;
        white-space: normal;
    }

    .pricing-card {
        flex-basis: calc(50% - 10px);
    }

    .pricing-card-row {
        align-items: stretch;
    }

    .timeline-card {
        width: calc(50% - 52px);
    }

    .footer-top {
        gap: 40px;
    }

    .key-stat {
        padding: 0 28px;
    }

    .speaker-placeholder-row {
        justify-content: center;
    }

    .speaker-placeholder,
    .speaker-card {
        flex-basis: calc((100% - 16px) / 2);
    }

    .stay-card-body {
        padding: 24px 22px 26px;
    }
}

@media(max-width: 1024px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 46px;
    }

    .hero-grid {
        flex-direction: column;
        gap: 42px;
    }

    .hero-copy,
    .hero-media-col {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }

    .hero-copy {
        padding-top: 0;
    }

    .hero-media-col {
        padding-top: 0;
    }

    h1.title {
        max-width: 760px;
    }

    .membership-card {
        max-width: 620px;
    }

    .hero-img .frame-wrap {
        height: 330px !important;
    }

    .early-bird-strip {
        align-items: flex-start;
        flex-direction: column;
    }

    .early-bird-stats {
        width: 100%;
        margin-left: 0;
    }

    .early-bird-stats div {
        flex: 1;
    }

    .key-stat {
        gap: 16px;
        padding: 0 18px;
    }

    .key-stat-num {
        font-size: 38px;
    }

    .timeline-card h3 {
        font-size: 22px;
    }

    .footer-top {
        flex-wrap: wrap;
    }

    .footer-brand {
        flex-basis: 100%;
    }

    .stay-card-img {
        height: 220px;
    }

    .stay-card h4 {
        font-size: 22px;
    }

    .stay-slide {
        flex-basis: calc((100% - 24px) / 2);
    }

    .coming-soon-text {
        font-size: 86px;
    }
}

@media(max-width: 991px) {
    .btn {
        min-width: 132px;
        padding: 12px 20px;
        font-size: 14px;
    }

    .btn-sm {
        min-width: auto;
        padding: 11px 20px;
        font-size: 13px;
    }

    .header {
        position: relative;
        z-index: 1002;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: stretch;
        gap: 0;
    }

    .header .navbar-collapse,
    .header .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1004;
        display: block !important;
        width: min(360px, 86vw);
        height: 100vh !important;
        padding: 88px 28px 30px;
        background: #F7F1E8;
        box-shadow: -18px 0 40px rgba(0, 0, 0, 0.18);
        transform: translateX(105%);
        transition: transform .28s ease;
        overflow-y: auto;
    }

    .header .navbar-collapse.show,
    .header .navbar-collapse.collapsing {
        transform: translateX(0);
    }

    .header .navbar-nav {
        width: 100%;
        margin: 0 !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid rgba(62, 39, 35, 0.12);
        color: var(--espresso);
        font-size: 18px;
        font-weight: 500;
    }

    .mobile-menu-close {
        position: absolute;
        top: 24px;
        right: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 42px;
        height: 42px;
        border: 1px solid rgba(62, 39, 35, 0.22);
        border-radius: 50%;
        background: var(--white);
        color: var(--espresso);
        font-size: 0;
        line-height: 1;
        padding: 0;
    }

    .mobile-menu-close::before,
    .mobile-menu-close::after {
        content: "";
        position: absolute;
        width: 18px;
        height: 2px;
        border-radius: 2px;
        background: var(--espresso);
        top: 50%;
        left: 50%;
        transform-origin: center;
    }

    .mobile-menu-close::before {
        transform: translate(-50%, -50%) rotate(45deg);
    }

    .mobile-menu-close::after {
        transform: translate(-50%, -50%) rotate(-45deg);
    }

    .mobile-menu-overlay {
        position: fixed;
        inset: 0;
        z-index: 1003;
        display: block;
        background: rgba(0, 0, 0, 0.55);
        opacity: 0;
        visibility: hidden;
        transition: opacity .25s ease, visibility .25s ease;
    }

    .mobile-menu-overlay.is-active {
        opacity: 1;
        visibility: visible;
    }

    .header .hdr-rgt-area {
        margin-left: auto;
        margin-right: 16px;
    }

    .navbar-toggler {
        position: relative;
        z-index: 1001;
        width: 46px;
        height: 46px;
        padding: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        width: 34px;
        height: 24px;
        background-image: linear-gradient(#5B4636, #5B4636), linear-gradient(#5B4636, #5B4636), linear-gradient(#5B4636, #5B4636);
        background-position: 0 0, 0 50%, 0 100%;
        background-size: 100% 3px;
        background-repeat: no-repeat;
    }

    .wrap {
        padding: 0 24px;
    }

    .cmn-gap {
        padding: 70px 0;
    }

    .hero-grid {
        flex-direction: column;
        gap: 36px;
    }

    .hero-copy {
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
    }

    .hero-media-col {
        flex-basis: auto;
        max-width: 100%;
        width: 100%;
        padding-top: 0;
        padding-left: 0;
    }

    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 46px;
    }

    h3 {
        font-size: 22px;
    }

    h1.title {
        max-width: 760px;
    }

    .hero-img {
        padding: 22px;
    }

    .hero-img .frame-wrap {
        height: 300px !important;
    }

    .count-box {
        flex: 1;
        min-width: 0;
    }

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

    .card-carousel-track .dig-card {
        flex-basis: calc((100% - 18px) / 2);
    }

    .venue-grid,
    .hotel-grid {
        grid-template-columns: 1fr;
    }

    .hotel-track .hotel-card {
        flex-basis: 100%;
    }

    .stay-slide {
        flex-basis: calc((100% - 24px) / 2);
    }

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

    .stats .wrap {
        flex-direction: column;
    }

    .cmn-head {
        margin-bottom: 38px;
    }

    .pricing-card {
        padding: 24px;
    }

    .pricing-amount {
        font-size: 40px;
    }

    .pricing-amount span {
        font-size: 36px;
    }

    .key-stats-row {
        align-items: stretch;
        flex-direction: column;
    }

    .key-stat,
    .key-stat:first-child,
    .key-stat:last-child {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid #DED2BD;
        padding: 22px 0;
    }

    .key-stat:last-child {
        border-bottom: 0;
    }

    .wrd-cls-head {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .title-secondary {
        display: inline-block;
    }

    .timeline-wrap {
        padding-left: 0;
    }

    .timeline-wrap::before,
    .timeline-wrap::after {
        display: none;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        justify-content: flex-start;
        min-height: auto;
        margin-bottom: 0;
    }

    .timeline-card {
        width: 100%;
    }

    .timeline-dot {
        display: none;
    }

    .footer-links,
    .footer-app {
        flex: 0 0 calc(33.333% - 24px);
    }

    .wrd-cls-head p {
        max-width: 100%;
        margin-top: 0;
    }

    .speakers-coming-card {
        padding: 40px 18px 18px;
        border-radius: 22px;
    }

    .coming-soon-text {
        font-size: 68px;
    }

    .text-underline::after {
        bottom: 4px;
        height: 10px;
    }

    .timeline-wrap {
        gap: 20px;
    }

    .footer-logo {
        margin-bottom: 15px;
    }

    .timeline-item {
        width: calc(50% - 10px);
    }
}

@media(max-width: 767px) {
    .wrap {
        padding: 0 18px;
    }

    .cmn-gap {
        padding: 54px 0;
    }

    .hero-kicker {
        font-size: 12px;
        padding: 7px 14px;
    }

    .hero-brand-mark {
        justify-content: center;
        width: 96px;
        margin-right: auto;
        margin-bottom: 10px;
        margin-left: auto;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    h3 {
        font-size: 20px;
    }

    .hero-meta {
        flex-wrap: wrap;
        gap: 14px;
        margin-top: 28px;
    }

    .hero-meta-item {
        flex: 0 0 100%;
        width: 100%;
    }

    .hero-ctas {
        margin-top: 28px;
    }

    .hero-ctas .btn {
        width: 100%;
    }

    .membership-card {
        padding: 20px;
    }

    .hero-img {
        padding: 14px;
    }

    .hero-img .frame-wrap,
    .hero-img iframe,
    .hero-img img {
        height: 220px !important;
    }

    .countdown-label {
        gap: 12px;
        font-size: 15px;
    }

    .countdown {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .count-box {
        min-height: 78px;
        padding: 14px 12px 12px;
    }

    .count-box .num {
        font-size: 32px;
    }

    .section-head-row {
        align-items: flex-start;
        flex-direction: column;
    }

    .card-carousel-track .dig-card {
        flex-basis: 100%;
    }

    .pricing-card {
        flex-basis: 100%;
    }

    .early-bird-copy {
        align-items: flex-start;
    }

    .early-bird-stats {
        flex-wrap: wrap;
        gap: 18px 0;
    }

    .early-bird-stats div {
        min-width: 50%;
        padding: 0 18px;
    }

    .early-bird-stats div:first-child {
        border-left: 0;
    }

    .sponsor-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .cmn-head {
        margin-bottom: 44px;
    }

    .stay-card-img {
        height: 210px;
    }

    .stay-card-body {
        padding: 24px 22px;
    }

    .stay-card h4 {
        font-size: 20px;
    }

    .stay-slide {
        flex-basis: 100%;
    }

    .coming-soon-text {
        font-size: 52px;
    }

    .speaker-placeholder-row {
        margin-top: 42px;
    }

    .speaker-placeholder,
    .speaker-card {
        flex-basis: 100%;
    }

    .speaker-profile-modal .modal-dialog {
        margin: 16px;
    }

    .speaker-profile-modal .modal-content {
        padding: 30px 18px 22px;
        border-radius: 22px;
    }

    .speaker-modal-profile {
        flex-direction: column;
        gap: 18px;
        padding-right: 0;
        text-align: center;
    }

    .speaker-modal-photo {
        flex-basis: 132px;
        width: 132px;
        height: 132px;
    }

    .speaker-modal-info h3 {
        font-size: 26px;
    }

    .speaker-modal-designation {
        font-size: 16px;
    }

    .speaker-modal-description {
        margin-top: 22px;
        padding: 18px;
        font-size: 15px;
    }

    .text-underline::after {
        bottom: 1px;
        height: 8px;
    }

    .timeline-item {
        width: calc(100% - 10px);
    }
}

@media(max-width: 575px) {
    .banner_section {
        padding: 100px 0;
    }

    #timer {
        gap: 10px;
    }

    #timer div {
        padding: 10px;
        gap: 5px;
    }

    .stats_section,
    .map_section,
    .venue_area {
        padding: 16px 0;
    }

    .map_section iframe {
        position: relative;
        aspect-ratio: 1/1;
        margin-bottom: 16px;
    }

    .venue_card {
        padding: 10px;
        border-radius: 5px;
    }

    .stay_section {
        padding-top: 16px;
        padding-bottom: 0;
    }

    .stay_section h3 {
        text-align: center;
        margin-bottom: 5px;
    }

    .stay_section p {
        margin-bottom: 24px;
        text-align: center;
    }

    .stay_btn_area {
        justify-content: center;
    }

    .delegate_section {
        padding: 16px 0;
    }

    .dignitaries_section {
        margin-top: 16px;
    }

    footer {
        padding-top: 24px;
    }

    .footer_menu {
        flex-direction: column;
        margin: 16px 0;
        gap: 10px;
    }

    footer p {
        margin-bottom: 24px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .dignitaries_section.grid {
        flex-wrap: wrap;
        gap: 10px;
    }

    .dignitaries_section.grid .dignitaries_card {
        flex-basis: calc(50% - 5px);
        flex-direction: column;
    }

    .dignitaries_section.grid .dignitaries_content {
        position: relative;
        background: #000;
        padding: 4px;
    }

    .dignitaries_section.grid .dignitaries_content h5 {
        margin: 0 0 3px;
        font-size: 13px;
    }

    .dignitaries_section.grid .dignitaries_content p {
        margin: 0;
        font-size: 11px;
        font-weight: 300;
    }

    .page_header {
        padding: 24px 0;
    }

    .quote_btn {
        padding: 10px 30px;
        margin-right: 10px;
    }

    .pricing-card {
        padding: 22px 18px;
    }

    .pricing-desc,
    .pricing-feature-list li,
    .early-bird-copy p {
        font-size: 14px;
    }

    .pricing-amount {
        font-size: 36px;
    }

    .pricing-amount span {
        font-size: 32px;
    }

    .early-bird-strip {
        padding: 20px 18px;
    }

    .early-bird-copy {
        gap: 14px;
    }

    .early-icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
    }

    .early-bird-copy h3 {
        font-size: 20px;
    }

    .early-bird-stats div {
        min-width: 100%;
        border-left: 0;
        border-top: 1px solid #EEE7DC;
        padding: 16px 0 0;
    }

    .early-bird-stats div:first-child {
        border-top: 0;
    }

    .key-stats {
        padding: 34px 0;
    }

    .key-stat-icon {
        width: 48px;
        height: 48px;
    }

    .key-stat-num {
        font-size: 34px;
    }

    .key-stat-label {
        font-size: 13px;
    }

    .speakers-coming-card {
        padding: 46px 14px 50px;
    }

    .coming-soon-text {
        font-size: 42px;
    }

    .speaker-placeholder {
        padding: 34px 16px 30px;
    }

    .cmn-head p {
        font-size: 14px;
    }

    .timeline-card {
        padding: 28px 22px;
    }

    .timeline-step {
        font-size: 50px;
    }

    .timeline-card h3 {
        font-size: 20px;
    }

    .footer-top {
        flex-direction: column;
        gap: 34px;
    }

    footer::after {
        width: 72%;
        max-width: none;
        background-size: 100% 100%;
    }

    .footer-brand,
    .footer-links,
    .footer-app {
        flex: none;
        width: 100%;
    }

    .footer-logo {
        margin-bottom: 22px;
    }

    .copyright {
        margin-top: 40px;
    }

    .stay-card-img {
        height: 190px;
    }

    .stay-card-meta {
        align-items: flex-start;
    }

    .stay-card-link {
        width: 46px;
        height: 46px;
    }

    .hero-video-frame::before {
        height: calc(100% + 25px);
    }

    .hero-video-frame::after {
        width: calc(100% + 25px);
    }
}

@media(max-width: 479px) {}
