/* ============================================
   Reserve Your Seat 2026 — form page styles
   Scoped under .h2026rs so it only affects the
   reservYourseat.php template.
   Fonts (SF Pro Display / MetropolitanParliament)
   come from css/home2026/grid2026.css.
   ============================================ */

/* ============ SECTION ============ */
.formSection.h2026rs {
    position: relative;
    padding: 180px 0 100px;
    background-image: url('https://sr-website-01.shiprocket.in/sr-website/rs-bg%20(1)-WgBNjX.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.thank-you-message.p3 a {
    color: inherit;
}

.h2026-pass {
    display: none;
}


.h2026rs .align-items-center {
    align-items: flex-start;
}

.formSection.h2026rs::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0000004d;
}

.formSection.h2026rs .container {
    position: relative;
    z-index: 9;
}

/* ============ LEFT: intro copy ============ */
.h2026rs__intro {
    color: #ffffff;
}

.h2026rs__title {
    font-family: 'MetropolitanParliament Bold', serif;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 1px;
    color: #ffffff;
}

.h2026rs__edition {
    display: flex;
    align-items: center;
    gap: 6px;
    font-family: 'SF Pro Display Regular';
    font-size: 45px;
    line-height: 1;
    margin: 10px 0 25px;
    color: #ffffff;
}

.h2026rs__edition em {
    font-family: 'MetropolitanParliament BoldItalic';
    color: #19f041;
    font-size: 62px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}
.h2026-banner__star {
    width: 28px !important;
    height: 22px !important;
    object-fit: contain;
    display: inline-block;
}

.h2026rs__date {
    font-family: 'MetropolitanParliament Regular', serif;
    font-size: 40px;
    line-height: 1.1;
    margin: 0;
    color: #ffffff;
}

.h2026rs__venue {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 26px;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
}

/* ============ RIGHT: form card ============ */
.h2026rs__formcol {
    position: relative;
}

.h2026rs__card {
    position: relative;
    padding: 24px;
    background: #000000b3 0% 0% no-repeat padding-box;
    border: 1px solid #727272;
    border-radius: 30px;
    opacity: 1;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

/* Top discount strip — overlaps the top edge of the card */
.shine-container {
    display: flex;
    justify-content: center;
}


/* Early-bird pricing strip — sits just below the top strip */
/* .h2026rs__pricestrip {
    position: relative;
    z-index: 2;
    margin: 0 0 18px;
} */

.h2026rs__pricestrip img {
    display: block;
    /* width: 100%;
    height: auto; */
}

/* Decorative star, bottom-left of the form card */
.h2026rs__star {
    position: absolute;
    left: -99px;
    bottom: -60px;
    width: 195px;
    height: auto;
    z-index: 4;
    pointer-events: none;
}

/* ============ FORM ============ */
.h2026rs__form {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 16px;
    margin: 0;
    padding: 0;
}

/* Two-up fields */
.h2026rs__form .form-group {
    flex: 1 1 calc(50% - 8px);
    min-width: 0;
    margin: 0;
    position: relative;
}

/* Full-width groups */
.h2026rs__form .form-group.fullgrp,
.h2026rs__form .form-group.termWrapper {
    flex: 1 1 100%;
}

/* Labels */
.h2026rs__form label.topH {
    display: block;
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 15px;
    color: #F7F7F7;
    margin: 0 0 8px;
}

.h2026rs__form label.topH strong {
    color: #ffffff;
}

/* Inputs */
.h2026rs__form .custom-input, .h2026rs__form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    background: transparent;
    color: #ffffff;
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 15px;
    outline: none;
    opacity: 1;
    border: 1px solid #EBEBEB;
    border-radius: 8px;
}

.h2026rs__form .custom-input::placeholder,
.h2026rs__form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.h2026rs__form .custom-input:focus,
.h2026rs__form .form-control:focus {
    border-color: #768DE0;
    background: rgba(255, 255, 255, 0.1);
}

/* ============ Participation checkboxes ============
   Both options sit inside one bordered pill, in a single row. */
.h2026rs__form .checkBoxWrapper {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    background: transparent;
    overflow: hidden;
}

/* Each option takes half the pill; thin divider between them */
.h2026rs__form .checkBoxWrapper > div {
    flex: 1 1 50%;
    min-width: 0;
}

/* .h2026rs__form .checkBoxWrapper > div + div {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
} */

/* Individual option — no own border/bg, it's inside the shared pill */
.h2026rs__form .custom-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 16px 18px;
    cursor: pointer;
    height: 100%;
}

.h2026rs__form .custom-checkbox-label {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    margin: 0;
}

/* ============ Unified checkbox + radio UI ============
   Every checkbox and radio in the form uses the same rounded,
   transparent control with a purple dot when selected. */
.h2026rs__form .custom-checkbox-input,
.h2026rs__form .custom-radio-input {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 0;
    flex-shrink: 0;
    border: 1.5px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease;
}

.h2026rs__form .custom-checkbox-input:checked,
.h2026rs__form .custom-radio-input:checked {
    border-color: #768DE0;
}

/* Filled purple dot when selected */
.h2026rs__form .custom-checkbox-input:checked::after,
.h2026rs__form .custom-radio-input:checked::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #768DE0;
    transform: translate(-50%, -50%);
}

/* Terms agreement checkbox — square (not rounded) */
.h2026rs__form #agreeTerms.custom-checkbox-input {
    border-radius: 2px;
}

.h2026rs__form #agreeTerms.custom-checkbox-input:checked::after {
    border-radius: 1px;
}

/* ============ Pass-count radios ============ */
/* .df holds the two pass radios + the "need more than 2 passes" line.
   Column-wrap flow: the radios stack in the left column, then the
   .bottomLine wraps into a second column on the right. */
.h2026rs__form .df {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    align-content: space-between;
    max-height: 120px;
}

.h2026rs__form .df .bottomLine {
    /* sit beside the radios, vertically centered against them */
    align-self: center;
    max-width: 230px;
    line-height: 1.4;
}

.h2026rs__form .custom-radio {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 8px 0;
}

.h2026rs__form .custom-radio-label,
.h2026rs__form .dfM span,
.h2026rs__form .dfMD span,
.h2026rs__form .bottomLine {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
}

.h2026rs__form .bottomLine .sbTxt a,
.h2026rs__form .custom-checkbox-label a {
    color: #768DE0;
    text-decoration: underline;
}

/* ============ Terms row ============ */
.h2026rs__form .termWrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.h2026rs__form .termWrapper .custom-checkbox-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}

/* ============ Submit ============ */
.h2026rs__form button#sendOTP {
    background: #ffffff;
    border: 0;
    border-radius: 999px;
    padding: 20px 0px;
    cursor: pointer;
    letter-spacing: 1.35px;
    color: #000000;
    text-transform: uppercase;
    width: 266px;
}

/* .h2026rs__form button#sendOTP:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(0, 0, 0, 0.3);
} */

.h2026rs__form button#sendOTP img {
    display: block;
    height: 18px;
    width: auto;
}

/* Inline field errors */
.h2026rs__form .field-error {
    display: block;
    color: #ff6b6b !important;
    font-size: 12px;
    /* margin-top: 4px; */
}


/* ============================================
   PREMIER SUMMIT — feature cards section
   ============================================ */
.h2026rs-summit {
    position: relative;
    padding: 90px 0 110px;
    background-image: url('https://sr-website-01.shiprocket.in/sr-website/agenda-bg-JYKsqX.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.h2026rs-summit__title {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 77px;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    color: #000;
    margin: 0 0 56px;
}

.h2026rs-summit__title em {
   font-family: 'MetropolitanParliament Bold', serif;
    font-style: italic;
    background: linear-gradient(91deg, #8343FA 0%, #9C4A87 49%, #5A35D8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 4px;
    letter-spacing: 0.5px;
}

.h2026rs-summit video.h2026-why__card-img {
    margin: 0;
    border-radius: 190px;
}

.h2026rs-summit__grid {
    row-gap: 0px;
}

.h2026rs-summit__card {
    padding: 50px 90px;
    border-radius: 235px;
    background: url(https://sr-website-01.shiprocket.in/sr-website/desktop-bg-utcmTV.webp);
    border: 1px solid #ACACAC;
    background-size: cover;
    background-position: top;
}

.h2026rs-summit__card-title {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 30px;
    line-height: 1.1;
    color: #000;
    margin: 0 0 15px;
    letter-spacing: .5px;
}

.h2026rs-summit__card-title em {
    font-family: 'MetropolitanParliament Italic', serif;
    font-size: 34px;
    font-style: normal;
    color: #000;
}

.h2026rs-summit__card-copy {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 17px;
    line-height: 22px;
    color: #000;
    margin: 0;
}
/* ============================================
   ATTENDEE VIDEOS section
   ============================================ */
.h2026rs-videos {
    position: relative;
    padding: 0px 0 0px;
    background-color: #000000;
    background-image: url('https://sr-website-01.shiprocket.in/sr-website/backgroung-img-YOMTrR.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.h2026rs-videos__title {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 75px;
    font-weight: 400;
    line-height: 1.15;
    text-align: center;
    color: #ffffff;
    margin: 0 0 14px;
}

.h2026rs-videos__title em {
    font-family: 'MetropolitanParliament Italic', serif;
    font-style: normal;
    background: linear-gradient(91deg, #8343FA 0%, #9C4A87 49%, #5A35D8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 4px;
    font-size: 77px;
}

.h2026rs-videos__sub {
        font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 22px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    margin: 0 0 40px;
}

.h2026rs-videos__strip {
    display: flex;
    gap: 18px;
    justify-content: center;
    overflow-x: auto;
}

.h2026rs-videos__strip video {
    width: 100%;
    max-width: 280px;
    height: auto;
    border-radius: 14px;
    flex-shrink: 0;
    background: #000;
}

/* ============================================
   HAVE QUESTIONS + FAQ accordion
   ============================================ */
.h2026rs-faq {
    background: #000000;
    padding: 80px 0 100px;
    color: #ffffff;
}

.h2026rs-faq__head {
    text-align: center;
    margin-bottom: 50px;
}

.h2026rs-faq__title {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 77px;
    font-weight: 400;
    line-height: 1.15;
    color: #ffffff;
    margin: 0 0 20px;
}

.h2026rs-faq__title em {
    font-family: 'MetropolitanParliament Italic', serif;
    font-style: normal;
    background: linear-gradient(91deg, #8343FA 0%, #9C4A87 49%, #5A35D8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 4px;
}

.h2026rs-faq__sub {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 19px;
    color: #fff;
    margin: 0 0 6px;
}

.h2026rs-faq__contact {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 27px;
    margin: 0;
}

.h2026rs-faq__contact a {
    color: #ffffff;
    text-decoration: none;
}

.h2026rs-faq__sep {
    color: rgba(255, 255, 255, 0.4);
    margin: 0 12px;
}

/* Accordion */

.h2026rs-faq__item {
    border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.h2026rs-faq__btn {
    width: 100%;
    background: transparent;
    border: 0;
    padding: 24px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    cursor: pointer;
    text-align: left;
}

.h2026rs-faq__q {
    font-family: 'SF Pro Display Medium', sans-serif;
    font-size: 25px;
    line-height: 1.3;
    color: #ffffff;
}

/* +/- toggle (pure CSS) */
.h2026rs-faq__toggle {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    position: relative;
    color: #ffffff;
}

.h2026rs-faq__toggle::before,
.h2026rs-faq__toggle::after {
    content: "";
    position: absolute;
    background: currentColor;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.h2026rs-faq__toggle::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    transform: translateY(-50%);
}

.h2026rs-faq__toggle::after {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    transform: translateX(-50%);
}

.h2026rs-faq__item.is-open .h2026rs-faq__toggle::after {
    transform: translateX(-50%) rotate(90deg);
    opacity: 0;
}

/* Answer panel */
.h2026rs-faq__panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.h2026rs-faq__item.is-open .h2026rs-faq__panel {
    max-height: 500px;
}

.h2026rs-faq__answer {
    font-family: 'SF Pro Display Regular', sans-serif;
    font-size: 19px;
    line-height: 1.5;
    color: #ACACAC;
    margin: 0;
    padding: 0 0 26px;
}

.delegateSection, #techProviderSection{
    border: 1px solid rgba(255, 255, 255, 0.28);
    padding: 10px;
    border-radius: 12px;
	}
	.h2026rs__form .df .bottomLine{
		    max-width: 100%;
    min-width: 100%;
	}
	
	.dfM > span{
		font-weight:bold;
	}
	.dfMD span{
		font-weight:bold;
	}
@media (max-width: 767px) {
    .h2026-reveal--stagger.is-visible > *:nth-child(1) {
        margin-left: 0px !important;
    }
        .h2026-why__title {
        padding-top: 0px !important;
    }
	.h2026rs__form .df{
		flex-wrap: wrap;
		gap:0px;
        flex-flow: column;
	}
	.dfMD{
		margin-top:20px;
	}
    .h2026rs .align-items-center{
        flex-direction: column-reverse;
    }
     .formSection.h2026rs {
        padding: 110px 0 30px;
        background-image: url('https://sr-website-01.shiprocket.in/sr-website/rs-bgmobile-iqNI0Q.webp');
    }
    .h2026-why__title {
    padding-top: 0;
}

    .h2026rs__intro {
        text-align: center;
        margin-bottom: 32px;
        order: 1;
        
    }

    .h2026rs__title {
        font-size: 48px;
        line-height: 50px;
        margin-bottom: 16px;
    }
.h2026rs__edition em{
        font-size: 38px;
}
    .h2026rs__edition {
        justify-content: center;
        font-size: 32px;
        margin-bottom: 16px;
    }

    .h2026rs__date {
        font-size: 28px;
    }

    .h2026rs__venue {
        font-size: 16px;
    }

    .h2026rs__card {
        padding: 16px;
    }

    /* Stack the two-up fields on mobile */
    .h2026rs__form .form-group {
        flex: 1 1 100%;
    }

    /* Keep both participation options in one row inside the pill */
    .h2026rs__form .checkBoxWrapper > div {
        flex: 1 1 50%;
    }

    .h2026rs__form .custom-checkbox {
        padding: 13px 12px;
    }

    .h2026rs__form .checkBoxWrapper .custom-checkbox-label {
        font-size: 12px;
        line-height: 1.3;
    }

    .h2026rs__star {
        width: 60px;
        left: -30px;
        bottom: 10px;
    }

    .h2026rs__form button#sendOTP {
        padding: 14px 44px;
		width:90%;
    }
	
	.h2026rs__form .checkBoxWrapper{
		flex-direction:column;
	}
	.h2026rs__form .df .bottomLine{
		 align-self: flex-start;
	}
    .h2026rs-summit {
        padding: 56px 0 64px;
    }

    .h2026rs-summit__title {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .h2026rs-summit__grid {
        row-gap: 16px;
    }

    .h2026rs-summit__card {
        border-radius: 20px;
        padding: 24px 22px;
    }

    .h2026rs-summit__card-title {
        font-size: 24px;
    }
.h2026rs-summit__card-copy br{
    display: none;
}
     .h2026rs-videos {
        padding: 6px 0 64px;
    }

    .h2026rs-videos__title {
        font-size: 38px;
    }
    .h2026rs-videos__title br{
        display: none;
    }
.h2026rs-videos__title em{
    font-size: 42px;
}
    .h2026rs-videos__sub {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 22px;
    }

    .h2026rs-videos__strip {
        justify-content: flex-start;
        margin: 0 -15px;
        padding: 0 15px;
    }

    .h2026rs-videos__strip video {
        max-width: 220px;
    }

    .h2026rs-faq {
        padding: 0px 0 60px;
    }

    .h2026rs-faq__head {
        margin-bottom: 32px;
    }
.h2026rs-faq__item{
    border: 1px solid #707070;
    padding: 0px 20px;
    margin: 10px 0px;
    border-radius: 13px;
}
    .h2026rs-faq__title {
        font-size: 38px;
        margin-bottom: 10px;
    }
    .h2026rs-faq__title em{
        font-size: 42px;
    }
    .h2026rs-faq__contact {
        font-size: 14px;
    }

    .h2026rs-faq__sep {
        margin: 0 6px;
    }

    .h2026rs-faq__btn {
        padding: 18px 0;
    }

    .h2026rs-faq__q {
        font-size: 16px;
    }

    .h2026rs-faq__answer {
        font-size: 13px;
        padding-bottom: 20px;
    }
    .topFooter ul{
        flex-direction: column !important;
    }
	.h2026rs-faq__sub{
	font-size: 16px;
    font-weight: 600;
	}
}

@media (min-width: 768px) {
  .h2026rs-summit__grid .card-left{
    padding-right: 0px;
}
.h2026rs-summit__grid .card-right{
    padding-left: 0px;
}
}
/* ============================================
   SCROLL REVEAL
   Elements with .h2026-reveal start hidden + shifted
   down; JS adds .is-visible when they scroll into view.
   ============================================ */
.h2026-reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
    will-change: opacity, transform;
}

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

/* Stagger: when a parent reveals, its children come up one after another */
.h2026-reveal--stagger > * {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.h2026-reveal--stagger.is-visible > *        { opacity: 1; transform: translateY(0); }
.h2026-reveal--stagger.is-visible > *:nth-child(1) { transition-delay: 0.05s; }
.h2026-reveal--stagger.is-visible > *:nth-child(2) { transition-delay: 0.15s; }
.h2026-reveal--stagger.is-visible > *:nth-child(3) { transition-delay: 0.25s; }
.h2026-reveal--stagger.is-visible > *:nth-child(4) { transition-delay: 0.35s; }
.h2026-reveal--stagger.is-visible > *:nth-child(5) { transition-delay: 0.45s; }
.h2026-reveal--stagger.is-visible > *:nth-child(6) { transition-delay: 0.55s; }

/* Respect users who prefer no motion */
@media (prefers-reduced-motion: reduce) {
    .h2026-reveal,
    .h2026-reveal--stagger > * {
        opacity: 1;
        transform: none;
        transition: none;
    }
}
