.dueal-section.alternat-2 .content_block_three .content-box {
    margin-left: -80px;
    margin-right: 10px;
}

.funfact-section.alternat-2 .funfact-block-one .inner-box {
    background: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 13%);
}


@media only screen and (max-width: 767px) {

    .dueal-section,
    .dueal-section .outer-container {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-right: 10px;
        padding-left: 85px;
    }

    .content_block_two {
        margin-left: -65px;
    }
}

@media only screen and (max-width: 767px) {

    .header-top,
    .hide-mobile {
        display: none !important;
    }
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: none;
}

.my-float {
    margin-top: 16px;
}

.page-title {
    position: relative;
    background-color: #e7ecd9;
}

.industries-block-two .inner-box h3 a {
    text-decoration: none !important;
}

@media only screen and (max-width: 499px) {
    .banner-section .content-box .btn-box .theme-btn.btn-one {
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .banner-style-three .banner-btn {
        margin-bottom: 15px;
    }

    .banner-btn-two {
        margin-bottom: 15px;
    }
}

.banner-style-four {
    padding: 0px 0px;
}

.banner-carousel .slide-item {
    position: relative;
    padding: 187px 0px;
    border-radius: 0px;
    overflow: hidden;
}

.owl-carousel .owl-item img {
    border-radius: 10px;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 50px 25px !important;
    text-align: left;
}

.mobile-auth-buttons {
    padding-left: 20px;
}

.how-mutual-works-img {
    border-radius: 10px;
}

.sign-section .form-inner .form-group input,
.sign-section .form-inner .form-group select {
    border-color: var(--theme-color) !important;
}

.fixed {
    position: fixed;
    top: 500px;
    left: 0;
    width: 150px;
    height: 150px;
    z-index: 999;
}

.button {
    display: block;
    border: 0;
    line-height: 3;
    margin-bottom: 0.3em;
    outline: none;
    text-decoration: none;
    color: #fff;
    width: 140px;
    font-size: 16px;
    border-radius: 20px 0 0 20px;
}

.buttonDiv {
    padding: 0 21px;
    border-radius: 0 30px 30px 0;
}

.buttonDiv:hover {
    background: #1f472d;
    transition: margin 500ms;
    margin-left: -20px;
    color: white;
}

/* Button Css */
.bg-b-blue {
    background-color: #37a844;
}

.bg-b-green {
    background-color: #37a844;
}

.bg-b-orange {
    background-color: #37a844;
}

.bg-b-purple {
    background-color: #37a844;
}


.btn-whatsapp-pulse-border {
    display: none;
}


@media only screen and (max-width: 768px) {
    .fixed {
        top: auto;
        bottom: 20px;
        left: -13px;
        width: auto;
        height: auto;
    }

    .button {
        width: auto;
        font-size: 18px;
        line-height: 2.5;
        border-radius: 50px;
        padding: 2px 15px;
    }

    .buttonDiv {
        border-radius: 0 30px 30px 0;
        padding: 0 5px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 499px) {
    .mobile-menu {
        width: 70%;
    }
}

.theme-btn-mobile-menu {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    font-family: var(--title-font);
    color: #ffffff !important;
    background-color: #24a844;
    text-align: center;
    border-radius: 20px;
    padding: 2px 11px;
    z-index: 1;
    transition: all 0.5s ease-in-out 0.0s;
}

.industries-style-four .industries-block-two .inner-box {
    box-shadow: 0px 0px 80px 0px rgb(0 0 0 / 18%);
}

.sign-section .form-inner {
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 23%);
    border-radius: 10px;
    padding: 29px 30px 32px 30px;
}


/* mobile view */
@media (max-width: 767px) {
    .auth-bg {
        height: 145px;
        display: none;
    }
}

.form-control {
    height: 50px;
    border: 1px solid #78eb54;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 16px;
}


/* Hide Mobile Image by default on larger screens */
.d-mobile {
    display: none !important;
}

/* Show Desktop Image by default */
.d-desktop {
    display: block !important;
}

/* Mobile Breakpoint (usually under 768px) */
@media only screen and (max-width: 767px) {
    .d-mobile {
        display: block !important;
    }

    .d-desktop {
        display: none !important;
    }

    .banner-style-four .slide-item {
        min-height: 600px;
        /* Adjust this value based on your image height */
    }

    /* 2. Position the content box at the bottom */
    .banner-style-four .content-box {
        position: absolute;
        bottom: 30px;
        /* Distance from the very bottom edge */
        left: 0;
        width: 100%;
        z-index: 5;
        padding: 0 20px;
        /* Side padding so text doesn't touch edges */
    }

    .banner-carousel .slide-item .bg-layer:before {
        /* Changed to 180deg so it starts transparent at the top and gets dark at the bottom */
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.57%, rgba(0, 0, 0, 0.48) 70.88%, rgba(0, 0, 0, 0.8) 100%);
    }

}