/*============= RBI Hero Banner =================*/
.hero-sec.inner-page.rbi-hero { position: relative; overflow: hidden; padding: 0; }
.hero-sec.inner-page.rbi-hero::before { display: none; }
.hero-sec.inner-page.rbi-hero::after { display: none; }
.rbi-hero .inner-who-bg-img { position: relative; width: 100%; line-height: 0; z-index: 0; }
.rbi-hero .inner-who-bg-photo { display: block; width: 100%; height: auto; }
.rbi-hero .inner-who-bg-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(100deg, rgba(10,6,4,.82) 0%, rgba(10,6,4,.55) 38%, rgba(10,6,4,.15) 68%, rgba(10,6,4,0) 88%);
}
.rbi-hero .container-fluid { position: absolute; inset: 0; z-index: 2; display: flex; align-items: center; padding-top: 4%; }
.rbi-hero .banner-innner-content { padding-left: 4vw; max-width: 900px; }
.hero-sec.inner-page.rbi-hero .banner-text h2 {
    font-size: clamp(1.6rem, 4vw, 3.4rem);
    letter-spacing: .04em;
    text-transform: uppercase;
    color: var(--white);
    font-family: var(--prata);
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 6px;
}
.hero-sec.inner-page.rbi-hero .banner-text h1 {
    font-size: clamp(3rem, 8vw, 8rem);
    color: var(--white);
    font-family: var(--prata);
    margin-bottom: 20px;
}
/*============= Event Details Strip =================*/
.rbi-details-strip {
    background: var(--marron-btn);
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.rbi-details-strip::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 85% 160% at 50% 50%, rgba(255,255,255,.24), transparent 72%);
    z-index: 0;
    pointer-events: none;
}
.rbi-details-strip .container-fluid {
    position: relative;
    z-index: 1;
}
.rbi-details-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
}
.rbi-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    color: var(--white);
}
.rbi-detail-item i {
    font-size: 26px;
    color: #d9a94e;
    margin-top: 4px;
    flex-shrink: 0;
}
.rbi-detail-item div { display: flex; flex-direction: column; }
.rbi-detail-label {
    font-family: var(--poppins);
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    opacity: .78;
    margin-bottom: 6px;
}
.rbi-detail-value {
    font-family: var(--prata);
    font-size: 20px;
    line-height: 1.35;
}

/*============= CTA Bar =================*/
.rbi-cta-bar-sec { padding: 60px 0 0; }

/*============= About Section =================*/
.rbi-about-sec { padding: 60px 0 130px; position: relative; }

/*============= Apply Section =================*/
.rbi-apply-sec { padding: 0 0 130px; position: relative; scroll-margin-top: 160px; }
.rbi-flyer-trigger {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
    cursor: zoom-in;
}
.rbi-flyer-trigger img { transition: transform .35s ease; }
.rbi-flyer-trigger:hover img { transform: scale(1.02); }

/*============= Flyer Lightbox =================*/
.rbi-flyer-modal .modal-dialog {
    max-width: 95vw;
    width: auto;
    display: flex;
    justify-content: center;
}
.rbi-flyer-modal .modal-content {
    background: transparent;
    border: none;
    box-shadow: none;
    width: auto;
    align-items: center;
}
.rbi-flyer-modal-img {
    max-width: 95vw;
    max-height: 92vh;
    width: auto;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0,0,0,.55);
}
.rbi-flyer-modal-close {
    position: absolute;
    top: 16px;
    right: 16px;
    background-color: var(--white);
    opacity: 1;
    border-radius: 50%;
    padding: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,.35);
    z-index: 2;
}
.modal-backdrop.show { opacity: .88; }
.rbi-cta-list { margin-top: 30px; }
.rbi-cta-list li:not(:last-child) { margin-bottom: 18px; }
.rbi-cta-list a {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    color: var(--header-color);
    font-family: var(--poppins);
    font-size: 18px;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}
.rbi-cta-list a:hover { color: var(--marron-btn); transform: translateX(4px); }
.rbi-cta-list a i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(82,16,2,.08);
    color: var(--marron-btn);
    font-size: 16px;
    flex-shrink: 0;
}

/*============= Responsive =================*/
@media only screen and (max-width: 1199px) {
    .rbi-details-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media only screen and (max-width: 991px) {
    .rbi-hero .container-fluid { padding-top: 0; }
    .rbi-hero .banner-innner-content { padding-left: 5vw; padding-right: 5vw; }
    .rbi-about-sec, .rbi-apply-sec { padding: 40px 0 80px; }
    .rbi-apply-sec { padding-top: 0; }
}

@media only screen and (max-width: 767px) {
    .rbi-details-grid { grid-template-columns: 1fr; gap: 24px; }
    .rbi-details-strip { padding: 36px 0; }
}
