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

.main-banner-item {
    background-image: url(img/banner-main.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;
    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);
}

.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;
}

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

#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;
}

#event-form label {
    font-weight: 500;
}

.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 {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

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

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

.at-our-booth-section .h5 {
    font-weight: 700;
}

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

.about-intro-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 50px;
}

.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-main1 {

    border-right: 2px solid #e4e4e4;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;

}

.feature-main2 {

    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;

}

.feature-main3 {

    border-left: 2px solid #e4e4e4;
    border-top: 2px solid #e4e4e4;
    border-bottom: 2px solid #e4e4e4;

}

.feature-card {

    position: relative;
    height: 100%;
    text-align: center;
    transition: all .35s ease;
    color: #272C31;

}

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

.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;

} */




@media(max-width:767px) {

    .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;
    }

}

@media (max-width: 992px) {
    .feature-main1 {
        border-right: unset;
        border-top: unset;
    }

    .feature-main2 {

        border-top: unset;

    }

    .feature-main3 {

        border: unset;

    }
}


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

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

#meet-our-experts .h3 {
    max-width: 800px;
    margin: auto;
    text-align: center;
    color: white;
}

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