.Download-Event-Brochure-wrapper {
    .container

{
    max-width: 550px;
    padding-block: 2%;
}

p {
    text-align: center;
    color: #7a7a7a;
    margin-bottom: 10px;
}

.form-check-label {
    color: var(--secondry-color);
}

.form-label {
    color: var(--primary-color);
}

}





.Download-Event-Brochure-wrapper.Visitor-Pass-RegForm {
    .container

{
    max-width: 1050px;
}

h2 {
    margin-top: clamp(1.5625rem, 1.019rem + 2.7174vw, 3.125rem);
}

form {
    padding-block: clamp(1.5625rem, 1.019rem + 2.7174vw, 3.125rem);
}


.form-check-label {
    color: var(--secondry-color);
}

.form-label {
    color: var(--primary-color);
}

.image-banner-wrapper {
    aspect-ratio: 16/5;
}

}

.primary-heading {
    font-size: clamp(1.375rem, -0.3479rem + 3.5941vw, 2.4375rem);
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: clamp(1.25rem, -0.777rem + 4.2283vw, 2.5rem);
    text-transform: uppercase;
    span

{
    display: block;
    color: var(--secondry-color);
    text-transform: none;
    font-size: clamp(1.125rem, 0.7337rem + 1.9565vw, 2.25rem);
}

}

.image-banner-wrapper.index-banner {
    position: relative;
    background: #000000;
    .black-overlay

{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000063;
    z-index: 1;
}

.video-background {
    position: absolute;
    background-color: black;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    iframe

{
    /* Center and cover the wrapper while keeping 16:9 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    aspect-ratio: 16 / 9;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    pointer-events: none;
}

}

img {
    width: 100%;
}

.banner-content-wrapper {
    position: relative;
    transform: translate(0);
    max-width: 1410px;
    margin-inline: auto;
    border-radius: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: transparent;
    z-index: 2;
    left: 0;
    top: 0;
    padding-block: clamp(2.5rem, 0.1087rem + 11.9565vw, 9.375rem);
    h1

{
    color: #fff;
    font-family: "Barlow", Sans-serif;
    font-size: clamp(1.5625rem, 0.6534rem + 4.5455vw, 4.0625rem);
    font-weight: 600;
    line-height: 1.6;
    text-wrap: balance;
    text-transform: uppercase;
}

.btn-group {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
    max-width: 600px;
    padding-inline: 15px;
    .btn

{
    padding: 12px 25px;
    text-transform: uppercase;
    width: 100%;
    font-size: clamp(1rem, 0.913rem + 0.4348vw, 1.25rem);
    color: #fff;
    border-radius: 50px;
    transition: all ease-in-out 0.5s;
    font-weight: 700;
    &:first-child

{
    background-color: var(--secondry-color);
    &:hover

{
    background-color: #22366acc;
    color: #fff;
    scale: 0.9;
}

}

&:last-child {
    background-color: #4ba250;
    &:hover

{
    background-image: linear-gradient(182deg, #00a651 0%, #00a651 100%);
    color: #fff;
    scale: 0.9;
}

}
}
}
}
}



@media (max-width:767px) {
    .container {
        overflow: hidden;
    }

    .table-wrapper {
        overflow-x: scroll;
        margin-bottom: 20px;
    }

    #ExpTable {
        width: 750px;
    }
}
