/* .hero-area {
    margin: 90px 0;
} */

.main-banner-item {
    background-image: url(img/Banner-bg.webp);
    background-repeat: no-repeat;
    padding: 3rem;
    background-size: cover;
    color: #fff;
}

.event-details-bar {
    display: flex;
    align-items: center;
    border-radius: 10px;
    /* border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(19px); */
    width: max-content;
    padding: 16px;
    gap: 16px;

    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.35),
            rgba(255, 255, 255, 0.10));

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow:
        0 8px 32px rgba(31, 38, 135, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.trust-indicators {
    /* border-radius: 10px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(19px); */
    padding: 10px 16px;
    gap: 16px;
    margin-top: 12px;

    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.35),
            rgba(255, 255, 255, 0.10));

    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);

    border: 1px solid rgba(255, 255, 255, 0.4);

    box-shadow:
        0 8px 32px rgba(31, 38, 135, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3);

    border-radius: 10px;
    height: 100%;
}

.trust-indicators div {
    font-size: 18px;
}

#au-event-form {
    padding: 24px;
    border-radius: 12px;
    background-color: white;
    color: #3B4149;
}

.form-title {
    color: #272C31;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 16px;
}

#au-event-form label {
    font-weight: 500;
    margin-bottom: 5px;
}

.form-check-label {
    padding: 0;
}

.btndcw {
    width: 100%;
    font-size: 17px;
    text-transform: unset;
    font-weight: 600;
}

.btndcw:hover {
    width: 100%;
    font-size: 17px;
    text-transform: unset;
    font-weight: 600;
}

.at-our-booth-section {
    text-align: center;
}

.at-our-booth-desc {
    max-width: 1000px;
    margin: auto;
}

.featured-solutions-desc {
    max-width: 900px;
    margin: auto;
}

.at-our-booth-section h2 {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.at-our-booth-section h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    font-family: inherit;
}

.color-black {
    color: #272C31;
}

.at-our-booth-section .h5 {
    font-weight: 500;
    font-size: 36px;
}

.booth-column {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.booth-intro-text {
    display: flex;
    padding: 24px;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    border: 1px solid #FFF;
    background: #F2F2F2;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.08);
    height: 100%;
}

.booth-divider {
    flex: 1;
    display: flex;
    align-items: center;
}

.booth-divider::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #D9D9D9;
    /* Change to your preferred color */
}

#featured-solutions .h5 {
    font-weight: 600;
}

#featured-solutions {
    background-color: #F8F8F8;
}

.feature-card {

    height: 100%;
    border-radius: 10px;
    background: #FFF;
    color: #272C31;
    box-shadow: 11px 12px 7.8px 5px rgba(0, 0, 0, 0.02);

}

.feature-card-text {
    padding: 30px;
}

.feature-card img {

    display: block;
    margin: 0 auto 30px;

}



/* Hover */
/* .feature-card-text:hover {

    background: #F5F9FF;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
    transform: translateY(-2px);
    z-index: 2;

} */

#meet-our-experts .row {
    padding: 0 80px;
}

#meet-our-experts .h3 {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    color: white;
    line-height: 44px;
}



@media (max-width: 992px) {

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    #meet-our-experts .row {
        padding: 0px 30px;
    }

    #meet-our-experts .h3 {
        font-size: 24px !important;
        margin-bottom: 20px;
    }

    .feature-main1 {
        border-right: unset;
        border-top: unset;
    }

    .feature-main2 {

        border-top: unset;

    }

    .feature-main3 {

        border: unset;

    }
}


@media(max-width:767px) {

    #meet-our-experts .btndcw {
        width: 100% !important;
        padding: 0px !important;
    }

    #meet-our-experts .h3 {
        font-size: 22px !important;
        line-height: 36px;
    }

    .navbar-toggler-icon {
        width: 1.5em;
        height: 1.5em;
    }

    #meet-our-experts .row {
        padding: 0;
    }

    #meet-our-experts a {
        justify-content: center !important;
    }

    .feature-card {

        border: unset;
        margin-bottom: 25px;

    }

    /* .hero-area {
        margin: 75px 0;
    } */

    .main-banner-item {
        padding: 0px;
    }

    .event-details-bar {
        display: block;
    }

    .feature-main1 {
        border-right: unset;
        border-top: unset;
    }

    .feature-main2 {

        border-top: unset;

    }

    .feature-main3 {

        border: unset;

    }

    .feature-card-text {
        padding: 30px 30px;
    }

    .booth-intro-text {
        height: auto;
        margin: 10px;
    }

}


#meet-our-experts .btndcw {
    width: unset;
    font-weight: 500;
    text-transform: unset !important;
}

#meet-our-experts {
    background: url('img/meet-our-experts.png');
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
}

#au-event-form {
    scroll-margin-top: 100px;
}

.booth-intro-text .ts-title {
    font-weight: 600;
    color: #272C31;
}



.strechs-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100%;
    border-radius: 8px;
}

.non-gradient-title {
    color: #232323;
    font-weight: 600;
}

.dark-gradient {
    background: linear-gradient(180deg, #ED1B24 0%, #002950 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600 !important;
}

.b-desc {
    color: #1a1a1a;
    font-size: 16px;
}

.white-bx {
    height: 100%;
    border-radius: 10px;
    background: #FFF;
    color: #272C31;
    padding: 24px;
    box-shadow: 11px 12px 7.8px 5px rgba(0, 0, 0, 0.02);
}

.pill-container {
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.pill-box {
    background-color: #FFD8D9;
    padding: 8px 16px;
    border-radius: 99px;
    width: max-content;
    font-weight: 600;
    font-size: 14px;
}

.white-desc {
    color: white;
    font-size: 16px;
}

@media (max-width:992px) {
    .strechs-image {
        min-height: 250px;
    }

}



@media (max-width:768px) {
    .strechs-image {
        min-height: 200px;
    }

}