/* ─────────────────────────────────────────────────────────────
   Venue page
───────────────────────────────────────────────────────────── */
.venue-images-section {
    background: #ffffff;
}

.venue-card {
    cursor: default;
}

/* ─────────────────────────────────────────────────────────────
   Hero
───────────────────────────────────────────────────────────── */
.hero-overlay {
    background: rgba(0, 0, 0, 0.65);
}

/* ─────────────────────────────────────────────────────────────
   About / Gallery section
───────────────────────────────────────────────────────────── */
.section-about {
    background:
        url('/images/top-curve-bg.png') top center / 100% auto no-repeat;
    background-color: transparent;
    margin-top: -100px;
    background-size: cover;
}

.section-speakers .bg-white\/10 {
    background-color: transparent !important;
}

/* ─────────────────────────────────────────────────────────────
   Expanding flex-card gallery
───────────────────────────────────────────────────────────── */
.gallery-wrapper {
    padding-left: 79px;
    padding-right: 79px;
}

.gallery-strip {
    display: flex;
    height: 353px;
}

.gallery-card {
    flex: 1;
    overflow: hidden;
    position: relative;
    cursor: default;
    transition: flex 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.gallery-strip:hover .gallery-card {
    flex: 0.4;
}

.gallery-strip:hover .gallery-card:hover {
    flex: 1;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

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

.gallery-card .card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.gallery-card:hover .card-caption {
    opacity: 1;
    transform: translateY(0);
}

/* Dot indicators */
.gallery-dot {
    width: 10px;
    height: 10px;
    border: 1px solid rgba(204, 230, 255, 0.7);
    opacity: 0.8;
    border-radius: 14px;
    transition: width 0.3s ease, background 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
    background: transparent;
    padding: 0;
    flex-shrink: 0;
}

.gallery-dot--active {
    width: 20px;
    background: white;
    opacity: 1;
}

/* Pinned card state — dot click locks one card expanded */
.gallery-strip--pinned .gallery-card {
    flex: 0.4 !important;
}

.gallery-strip--pinned .gallery-card--pinned {
    flex: 1 !important;
}

.social-media a img {
    width: 24px;
    height: 24px;
    object-fit: contain
}

@media (max-width: 639px) {
    .gallery-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }

    .gallery-strip {
        height: 220px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .gallery-card {
        flex: 0 0 75vw;
        scroll-snap-align: start;
    }

    .gallery-strip:hover .gallery-card,
    .gallery-strip:hover .gallery-card:hover {
        flex: 0 0 75vw;
    }
}

/* ─────────────────────────────────────────────────────────────
   Wave divider backgrounds
───────────────────────────────────────────────────────────── */
.wave-to-sponsors {
    background: #181837;
}

.wave-to-speakers {
    background: #1a0830;
}

/* ─────────────────────────────────────────────────────────────
   Sponsors section
───────────────────────────────────────────────────────────── */
.section-sponsors {
    background-color: #181837;
    position: relative;
    background: url('/images/icon-curve.svg') bottom center / cover no-repeat;
    margin-top: -42px;
    margin-bottom: -40px;
    z-index: 1;
}
.past-events-page{
position: relative;
background: linear-gradient(
  180deg,
  rgba(0, 3, 6, 0.4) 40%,
  rgba(0, 3, 6, 0.6) 60%
);
}
.past-events-page .past-events-hero__overlay{
    background:transparent;
}
.past-events-page::before
{
    content: '';
  position: absolute;
  inset: 0;
  background-image: url('/images/event-bg.svg');
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
/* ─────────────────────────────────────────────────────────────
   Speakers section
───────────────────────────────────────────────────────────── */
.section-speakers {
    position: relative;
    background: url('/images/speaker-bg.svg') bottom center / cover no-repeat;
    background-color: #1a0830;
}

.hotel-landing {
    position: relative;
    isolation: isolate;
    /* background-color: #ffffff; */
    margin-top: -100px;
    overflow: hidden;
}

.hotel-landing::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: url('/images/top-curve-white.svg') no-repeat top center;
    background-size: 100% auto;
    pointer-events: none;
    z-index: 0;
}

.hotel-landing::after {
    content: '';
    position: absolute;
    top: 120px;
    right: 0;
    bottom: 0;
    width: 65%;
    background: url('/images/top-curve-white.svg') no-repeat right 60%;
    background-size: 140% auto;
    pointer-events: none;
    z-index: 0;
    opacity: 0.55;
}

.hotel-landing>.flex {
    position: relative;
    z-index: 1;
}

.landing-footer-bg {
    position: relative;
    background: url('/images/footer-curve.svg') top center / cover no-repeat;
    background-color: transparent;
    margin-top: -100px;
}

.section-speakers-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #98281c, #501c66);
    mix-blend-mode: multiply;
    pointer-events: none;
}

.landing-footer-bg>.grid.grid-cols-1 {
    background: #20202c;
}

.venue-images-section .venue-card {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 380' preserveAspectRatio='none'%3E%3Cpath d='M70,0 a18,18 0 0 0 -18,18 v10 a18,18 0 0 1 -18,18 H18 a18,18 0 0 0 -18,18 V362 a18,18 0 0 0 18,18 H330 a18,18 0 0 0 18,-18 v-10 a18,18 0 0 1 18,-18 h16 a18,18 0 0 0 18,-18 V18 a18,18 0 0 0 -18,-18 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 380' preserveAspectRatio='none'%3E%3Cpath d='M70,0 a18,18 0 0 0 -18,18 v10 a18,18 0 0 1 -18,18 H18 a18,18 0 0 0 -18,18 V362 a18,18 0 0 0 18,18 H330 a18,18 0 0 0 18,-18 v-10 a18,18 0 0 1 18,-18 h16 a18,18 0 0 0 18,-18 V18 a18,18 0 0 0 -18,-18 Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    border-radius: 0 !important;
    height: auto;
}

header nav {
    width: fit-content;
}

header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25)
}

.bottom-line {
    position: relative;
}

.active-menu.bottom-line::after {
    content: '';
    position: absolute;
    bottom: -23px;
    left: 0;
    right: 0;
    height: 2px;
    background: #FF5745;
    width: 80%;
    margin: 0 auto;
}

.venue-images-section {
    position: relative;
    background: url('/images/venue-bg.svg') top center / cover no-repeat;
    background-color: transparent;
    margin-top: -100px;
}

.bg-agenda {
    position: relative
}

.bg-agenda:before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url('/images/agenda-bg.svg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}

.pl {
    position: relative;
    z-index: 1;
}

.border-gradient {
    border-bottom: 2px solid transparent;
    border-image-source: linear-gradient(90deg, rgb(8, 102, 255), rgb(82, 8, 255), rgb(255, 87, 69));
    border-image-slice: 1;
    padding-bottom: 20px;
}

.hotel-custom {
    position: relative;
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M0,95 Q250,55 500,110 Q750,160 1000,80 L1000,560 L0,560 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M0,95 Q250,55 500,110 Q750,160 1000,80 L1000,560 L0,560 Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-top: -208px;
}

.btn-text {
    color: #fff;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
}

/* ─────────────────────────────────────────────────────────────
   Hotel page
───────────────────────────────────────────────────────────── */
.hotel-wave-wrap {
    position: relative;
    z-index: 2;
    height: 110px;
    margin-top: -110px;
    overflow: hidden;
    pointer-events: none;
}

.hotel-wave-wrap::before {
    content: '';
    display: block;
    /* width: 100%;
    background: url('/images/hotel-wave-divider.svg') no-repeat top center / 100% auto;
    height: 960px; */
    width: 116%;
    height: 100vh;
    background: url(/images/hotel-wave-divider.svg) no-repeat;
    transform: rotateY(180deg);
    background-size: cover;
    margin-left: -10%;
}

.hotel-page-dark {
    position: relative;
    z-index: 1;
    margin-top: 0;
    /* padding-top: 48px; */
    background-color: rgb(0, 3, 6);
    background-image: linear-gradient(180deg, rgb(7, 58, 102) 0%, rgb(0, 3, 6) 99.945%);
}

.hotel-info-section {
    position: relative;
    z-index: 1;
}

.hotel-gallery-grid {
    /* display: grid;
    grid-template-columns: 1.65fr 1fr; */
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hotel-gallery-card.hotel-gallery-card--lg.group.relative {
    flex-basis: 65%;
}

.hotel-gallery-card.hotel-gallery-card--sm.group.relative {
    flex-basis: calc(35% - 20px);
}

.hotel-gallery-card {
    position: relative;
    height: 180px;
    transform: scaleX(-1);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.hotel-gallery-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform: scaleX(-1);
    overflow: hidden;
}

.hotel-gallery-card--lg {
    -webkit-mask-image: url('/images/hotel-gallery-mask-lg.svg');
    mask-image: url('/images/hotel-gallery-mask-lg.svg');
}

.hotel-gallery-card--sm {
    -webkit-mask-image: url('/images/hotel-gallery-mask-sm.svg');
    mask-image: url('/images/hotel-gallery-mask-sm.svg');
}

/* @media (min-width: 1024px) {
    .hotel-gallery-card {
        height: 500px;
    }
} */

.hotel-gallery-card {
    max-height: 500px;
    height: 34vw;
}

@media (max-width: 600px) {
    .hotel-gallery-grid {
        flex-direction: column;
    }
}

.hotel-video-section {
    position: relative;
    background: rgb(0, 3, 6);
    padding: 60px 0 80px;
    overflow: hidden;
}

.hotel-video-section {
    background: url(/images/wave-bg.png) center / cover no-repeat;
    background-color: transparent;
}

.hotel-video-curve {
    position: absolute;
    top: 0;
    width: 616px;
    height: 382px;
    pointer-events: none;
    opacity: 0.35;
}

.hotel-video-curve--left {
    left: -82px;
    transform: scaleY(-1);
}

.hotel-video-curve--right {
    right: -27px;
    top: 98px;
    transform: scaleY(-1) rotate(180deg);
}

.hotel-map-section {
    background: rgb(0, 3, 6);
    padding-bottom: 0;
}

.hotel-map-frame {
    position: relative;
    width: 100%;
    height: 400px;
    /* -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M0,95 Q250,55 500,110 Q750,160 1000,80 L1000,560 L0,560 Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 560' preserveAspectRatio='none'%3E%3Cpath d='M0,95 Q250,55 500,110 Q750,160 1000,80 L1000,560 L0,560 Z'/%3E%3C/svg%3E");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; */
    z-index: 0;
}

@media (min-width: 1024px) {
    .hotel-map-frame {
        height: 523px;
    }
}

/* ─────────────────────────────────────────────────────────────
   Fees / Pricing page
───────────────────────────────────────────────────────────── */
.fees-page {
    position: relative;
    background-color: #050a18;
}

.fees-page__bg {
    position: absolute;
    inset: 0;
    background: url('/images/fee-bg-graphics.png') center center / cover no-repeat;
    pointer-events: none;
    background-position:top;
}

.fees-page__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 58, 102, 0.9) 0%, rgba(5, 10, 24, 0.2) 45%, rgba(5, 10, 24, 0.5) 98%);
    pointer-events: none;
}

.fees-radio {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.fees-radio--active {
    background-color: #ff5745;
    border-color: #ff5745;
}

.fees-card {
    background: rgba(10, 20, 40, 0.55);
    border: 1px solid rgba(56, 120, 210, 0.45);
    box-shadow:
        0 0 28px rgba(37, 99, 235, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
    transition:
        transform 0.35s cubic-bezier(0.4, 0, 0.2, 1),
        border-color 0.35s ease,
        box-shadow 0.35s ease,
        background-color 0.35s ease;
}

.fees-card:hover {
    transform: translateY(-6px);
    border-color: rgba(96, 165, 250, 0.75);
    background: rgba(14, 28, 55, 0.68);
    box-shadow:
        0 0 40px rgba(37, 99, 235, 0.28),
        0 0 80px rgba(37, 99, 235, 0.12),
        0 12px 32px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.fees-card--featured {
    border-color: rgba(255, 87, 69, 0.7);
    background: rgba(16, 18, 38, 0.62);
    box-shadow:
        0 0 36px rgba(255, 87, 69, 0.14),
        inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.fees-card--featured:hover {
    border-color: rgba(255, 120, 100, 0.9);
    background: rgba(22, 20, 42, 0.75);
    box-shadow:
        0 0 48px rgba(255, 87, 69, 0.35),
        0 0 90px rgba(255, 87, 69, 0.15),
        0 12px 32px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.fees-card__btn--primary {
    background: linear-gradient(90deg, #ff5745 0%, #e04535 100%);
    border: none;
}

.fees-card__btn--outline {
    border: 1px solid rgba(96, 165, 250, 0.65);
    background: transparent;
}

.fees-check {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(37, 99, 235, 0.9);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fees-check--featured {
    background: #ff5745;
}

/* ─────────────────────────────────────────────────────────────
   Registration page
───────────────────────────────────────────────────────────── */
.reg-page {
    position: relative;
    background-color: #050a18;
}

.reg-card {
    background: rgba(8, 18, 38, 0.72);
    border: 1px solid rgba(56, 120, 210, 0.4);
    border-radius: 16px;
    box-shadow:
        0 0 40px rgba(37, 99, 235, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(14px);
}

.reg-form-layout {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}

.reg-form-layout__logo {
    width: 100%;
    max-width: 180px;
    margin-inline: auto;
}

.reg-form-layout__fields {
    min-width: 0;
}

@media (min-width: 1024px) {
    .reg-form-layout {
        grid-template-columns: minmax(160px, 25%) minmax(0, 75%);
        gap: 2.5rem;
        align-items: start;
    }

    .reg-form-layout__logo {
        max-width: none;
        margin-inline: 0;
    }

    .reg-form-layout__logo .reg-logo-box {
        max-width: none;
    }
}

.reg-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 6px;
    letter-spacing: 0.02em;
}

.reg-label .req {
    color: #ff5745;
}

.reg-input,
.reg-select {
    width: 100%;
    /* background: rgba(255, 255, 255, 0.07); */
    background: #314459;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    padding: 10px 14px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.reg-input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.reg-input:focus,
.reg-select:focus {
    border-color: rgba(96, 165, 250, 0.75);
}

.reg-select {
    appearance: none;
    padding-right: 36px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='rgba(255,255,255,0.55)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    cursor: pointer;
}

.reg-select option {
    background: #1a1a2e;
    color: #fff;
}

.reg-dialcode {
    display: flex;
    align-items: stretch;
}

.reg-dialcode select {
    background: #314459 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-right: none !important;
    border-radius: 8px 0 0 8px !important;
    color: #fff;
    font-size: 13px;
    padding: 10px 8px;
    outline: none;
    min-width: 70px;
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='rgba(255,255,255,0.55)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 8px center;
    /* padding-right: 22px; */
}

.reg-dialcode select option {
    background: #1a1a2e;
    color: #fff;
}

.reg-dialcode input {
    flex: 1;
    background: #314459 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-left: none !important;
    border-radius: 0 8px 8px 0 !important;
    padding: 10px 14px;
    color: #fff;
    font-size: 14px;
    outline: none;
    transition: border-color 0.2s ease;
}

.reg-dialcode input::placeholder {
    color: rgba(255, 255, 255, 0.35);
}

.reg-dialcode:focus-within select,
.reg-dialcode:focus-within input {
    border-color: rgba(96, 165, 250, 0.75);
}

.reg-logo-box {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 180px;
    background: #314459;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    overflow: hidden;
    position: relative;
    gap: 10px;
    padding: 16px;
    text-align: center;
}

.reg-logo-box:hover {
    border-color: rgba(96, 165, 250, 0.75);
    background: rgba(255, 255, 255, 0.07);
}

.reg-logo-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.reg-logo-box__text {
    font-size: 12px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.4);
}

textarea.reg-input {
    resize: vertical;
    min-height: 110px;
}

.reg-field-error {
    color: #ff6b6b;
    font-size: 12px;
    margin-top: 4px;
}

.reg-submit {
    width: 100%;
    background: linear-gradient(90deg, #ff5745 0%, #e04535 100%);
    border: none;
    border-radius: 10px;
    padding: 14px 24px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.reg-submit:hover {
    filter: brightness(1.05);
}

.reg-submit:active {
    transform: scale(0.99);
}

/* ─────────────────────────────────────────────────────────────
   Past Events page
───────────────────────────────────────────────────────────── */
.past-events-page {
    position: relative;
    background-color: #050508;
}

.past-events-hero {
    position: relative;
    min-height: 280px;
    /* background:
        url('/images/bg-vector-2.png') center center / cover no-repeat,
        #050508; */
}

.past-events-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(5, 5, 8, 0.35) 0%, rgba(5, 5, 8, 0.72) 100%);
    pointer-events: none;
}

.past-events-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.past-events-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.38);
}

.past-events-card__header {
    padding: 14px 16px 12px;
    min-height: 118px;
}

.past-events-card__location {
    font-size: 11px;
    line-height: 1.45;
    font-weight: 600;
    color: #111827;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.past-events-card__date {
    display: flex;
    align-items: flex-end;
    gap: 10px;
}

.past-events-card__day {
    font-size: 52px;
    line-height: 0.9;
    font-weight: 800;
    color: #111827;
    letter-spacing: -0.03em;
}

.past-events-card__month-year {
    font-size: 13px;
    line-height: 1.25;
    font-weight: 700;
    color: #111827;
    padding-bottom: 4px;
}

.past-events-card__image {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e5e7eb;
}

.past-events-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px 16px;
    background: #ffffff;
    border-top: 1px solid #ececf1;
    color: #111827;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    transition: background-color 0.25s ease, color 0.25s ease;
}

.past-events-card:hover .past-events-card__btn,
.past-events-card__btn:hover {
    background: #ff5745;
    color: #ffffff;
}

.past-events-pagination nav {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.past-events-pagination nav span,
.past-events-pagination nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    height: 2.25rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    font-size: 0.875rem;
    font-weight: 600;
}

.past-events-pagination nav a {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.85);
    transition: background-color 0.2s ease, color 0.2s ease;
}

.past-events-pagination nav a:hover {
    background: rgba(255, 87, 69, 0.85);
    color: #ffffff;
}

.past-events-pagination nav span[aria-current="page"] span,
.past-events-pagination nav span[aria-disabled="true"] span {
    background: #ff5745;
    color: #ffffff;
}

.past-events-pagination nav span[aria-disabled="true"]:not([aria-current]) span {
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.35);
}
.img-line-curve img{
 -webkit-clip-path: polygon(23% 0, 100% 0, 100% 78%, 78% 100%, 0 100%, 0 23%);
  clip-path: polygon(23% 0, 100% 0, 100% 78%, 78% 100%, 0 100%, 0 23%);
}

/* ─────────────────────────────────────────────────────────────
   Attendee Spotlight — carousel (single row, no scrollbar)
───────────────────────────────────────────────────────────── */
.speakers-carousel {
    position: relative;
    width: 100%;
}

.speakers-carousel__controls {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.speakers-carousel__viewport {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
    container-type: inline-size;
    container-name: speakers-carousel;
}

.speakers-carousel__track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 1.25rem;
    will-change: transform;
    transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.speakers-carousel__slide {
    flex: 0 0 calc((100cqi - 1.25rem) / 2);
    width: calc((100cqi - 1.25rem) / 2);
    min-width: 0;
}
.mobile-flex{
    gap:1rem !important;
    margin-right: -1rem;
}
.mobile-flex nav {
    justify-content: flex-end;
}
.contact-menu{
    display: flex;
  flex-direction: row-reverse;
}
.contact-list{
    display: flex;
  flex-direction: column;
  gap: 3px !important;
  align-items: flex-start !important;
}
.contact-list a i{
    color: #ff5745;
}
.interested-btn{
    
}
@container speakers-carousel (min-width: 640px) {
    .speakers-carousel__slide {
        flex: 0 0 calc((100cqi - 2.5rem) / 3);
        width: calc((100cqi - 2.5rem) / 3);
    }
}

@container speakers-carousel (min-width: 1024px) {
    .speakers-carousel__slide {
        flex: 0 0 calc((100cqi - 5rem) / 5);
        width: calc((100cqi - 5rem) / 5);
    }
}

.speakers-carousel__photo {
    width: 100%;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
}

.speakers-carousel__photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.speakers-carousel__btn {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 9999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(26, 8, 48, 0.92);
    color: #fff;
    transition: background 0.2s, border-color 0.2s, opacity 0.2s, transform 0.15s;
}

.speakers-carousel__btn:hover:not(:disabled) {
    background: rgba(255, 87, 69, 0.95);
    border-color: rgba(255, 87, 69, 0.95);
}

.speakers-carousel__btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

.speakers-carousel__btn:active:not(:disabled) {
    transform: scale(0.95);
}

.speakers-carousel__dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1.75rem;
}

.speakers-carousel__dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.35);
    transition: background 0.2s, transform 0.2s;
}

.speakers-carousel__dot--active {
    background: #ff5745;
    transform: scale(1.15);
}

@media (max-width: 639px) {
    .speakers-carousel__btn {
        width: 2.25rem;
        height: 2.25rem;
    }
}

.logo-img img{
height: 80px;
}
@media (min-width: 1024px) {
    .hotel-wave-wrap {
        height: 196px;
        margin-top: -196px;
    }
}

@media (max-width: 1023px) {
    /* .hotel-page-dark {
        padding-top: 32px;
    } */

    .hotel-wave-wrap {
        height: 80px;
        margin-top: -80px;
    }

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

    .hotel-video-curve {
        display: none;
    }
}

@media (max-width: 1023px) {
    .mobile-flex {
        display: flex !important;
    }

    .pt-40 {
        padding-top: 5rem !important;
    }

    .pb-40 {
        padding-bottom: 5rem !important;
    }

    .section-about {
        margin-top: -80px
    }

    .hotel-landing {
        margin-top: -50px;
    }

    .hotel-landing::before {
        height: 120px;
    }

    .hotel-landing::after {
        width: 100%;
        opacity: 0.35;
    }

    .landing-footer-bg {
        margin-top: -50px;
    }

    .hotel-wave-wrap::before {
        height: 70vh;
    }
    .logo-img img{
height: 55px;
}
}