.main-header__logo {
    /*place-self: center;*/
    background-color: #ffffff;
}

.main-slider-one__carousel.owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    left: 0;
    padding: 0 32px;
}

.funfact-one {
    background-color: #ffffff;
}

.funfact-one__count, .funfact-one__text {
    color: #2d2d60;
}

.funfact-one__text {
    background-color: rgba(1, 199, 224, 0.63);
}

.funfact-one__text::before {
    border-color: transparent transparent rgba(1, 199, 224, 0.63) transparent;
}

.funfact-one__item:hover .funfact-one__text {
    background-color: rgba(1, 199, 224, 0.38);
}

.funfact-one__item:hover .funfact-one__text::before {
    border-color: transparent transparent rgba(1, 199, 224, 0.38) transparent;
}

.service-card__image img {
    border-radius: 20px;
    clip-path: none;
}

.service-card__image::before {
    clip-path: none;
    border-radius: 20px;
}
.service-card__image::after {
    content: none;
    clip-path: none;
    border-radius: 20px;
}

.scroll-to-top {
    bottom: 100px;
}

.service-home-one .service-card {
	border-radius: 20px;
    height: -webkit-fill-available;
    /*min-height: 100%;*/
	min-height: 27rem;
}

/*.owl-carousel .owl-stage-outer {*/
/*    height: 627px !important;*/
/*}*/

/*.owl-carousel .owl-stage {*/
/*    height: 627px !important;*/
/*    min-height: 627px;*/
/*}*/

/* Main Slider Improvements */
.main-slider-one__bg {
    height: 550px !important;
    background-position: center;
    /*background-size: contain;*/
    /*background-size: cover;*/
    background-size: auto;
    background-repeat: no-repeat;
}

/* Default (Desktop) Image */
.slide-bg-1 {
    background-image: url(../images/backgrounds/banner_1.png);
}

.slide-bg-2 {
    background-image: url(../images/backgrounds/banner_2.png);
}

.slide-bg-3 {
    background-image: url(../images/backgrounds/banner_3.png);
}

/* Tablet Image */
@media (max-width: 991px) {
    .slide-bg-1 {
        background-image: url(../images/backgrounds/banner_mobile_1.png);
    }
    .slide-bg-2 {
        background-image: url(../images/backgrounds/banner_mobile_2.png);
    }
    .slide-bg-3 {
        background-image: url(../images/backgrounds/banner_mobile_3.png);
    }

    .main-slider-one__bg {
        background-size: cover;
    }
}

/* Mobile Image */
@media (max-width: 767px) {
    .slide-bg-1 {
        background-image: url(../images/backgrounds/banner_mobile_1.png);
    }
    .slide-bg-2 {
        background-image: url(../images/backgrounds/banner_mobile_2.png);
    }
    .slide-bg-3 {
        background-image: url(../images/backgrounds/banner_mobile_3.png);
    }
}

.main-slider-one__item {
    height: 550px;
    display: flex;
    align-items: center;
}

.main-slider-one__title {
    color: #ffffff;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.main-slider-one__info {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 600px;
}

/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
    .main-slider-one__bg {
        height: 450px !important;
    }
    
    .main-slider-one__item {
        height: 450px;
    }

    .main-slider-one__title {
        font-size: 28px;
    }

    .main-slider-one__info {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .main-slider-one .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .banner-3-highlight {
        color: #00cde5;
        display: block;
        text-align: center;
        white-space: nowrap;
    }
}

.client-carousel-one .client-carousel__one__item img {
    opacity: 1;
}

.client-carousel-one .client-carousel__one__item:hover {
     background-color: transparent;
}

.link-plano-saude {
    background-color: #00cde5;
    color: #fff;
    padding: 4px;
    display: block;
    width: 95%;
    justify-self: center;
    border-radius: 20px;
    margin-top: 50px;
}

.link-plano-saude:hover {
    background-color: rgba(0, 205, 229, 0.73);
}

.file-custom {
    display: none;
}

.file-upload {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 30px 0;
    border-radius: 0;
    font-size: 16px;
    font-weight: 500;
    color: #9e9e9e;
    cursor: pointer;
    background: #fff;
    width: 100%;
    height: 60px;
}

.file-upload i {
    color: #9e9e9e;
}

/* Plano Saude Card Styles */
.service-home-one .plano-saude-card {
    background-color: #2b2b5e;
    height: 100%;
    min-height: 20rem;
    padding: 30px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.service-home-one .plano-saude-card:hover {
    transform: translateY(-10px);
}

.service-home-one .plano-saude-card .service-card__title a {
    color: #ffffff !important;
    font-size: 25px;
}

.service-home-one .plano-saude-card .service-card__info {
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Mobile Carousel for Service Cards */
@media (max-width: 767px) {
    .mobile-carousel {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 15px;
        padding-bottom: 20px;
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 15px;
        padding-right: 15px;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 15px;
        justify-content: flex-start !important;
    }

    .mobile-carousel::-webkit-scrollbar {
        height: 4px;
    }
    
    .mobile-carousel::-webkit-scrollbar-thumb {
        background: #00cde5;
        border-radius: 4px;
    }
    
    .mobile-carousel::-webkit-scrollbar-track {
        background: rgba(0,0,0,0.05);
    }

    .mobile-carousel > [class*='col-'] {
        flex: 0 0 85%;
        max-width: 85%;
        scroll-snap-align: start;
        /* Reset padding from bootstrap cols */
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .mobile-carousel {
        gap: 5px;
    }

    .mobile-carousel .service-card {
        height: 100%;
    }

    /* Disable WOW animation on mobile carousel to prevent items staying hidden */
    .mobile-carousel .wow {
        visibility: visible !important;
        animation-name: none !important;
    }

    /* Reduce padding for funfact text on mobile */
    .funfact-one__text {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.main-slider-one__title br {
    display: block;
}

/* Custom Styles for Home Main Slider on Mobile */
@media (max-width: 767px) {
    /* General Mobile Slider Adjustments */
    .main-slider-one__wrap {
        padding-top: 20px !important; /* Safety margin from top */
        padding-bottom: 20px !important; /* Safety margin from bottom */
        min-height: 48vh; /* Occupy most of the screen height */
        display: flex;
        flex-direction: column;
    }

    .main-slider-one__content {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        width: 100%;
        padding-right: 0 !important; /* Override default padding */
    }

    /* SLIDE 1: Text Top-Right (Aligned Left), Button Bottom */
    .slide-home-1 .main-slider-one__content {
        justify-content: space-between;
        align-items: flex-end; /* Align container to right */
    }

    .slide-home-1 .main-slider-one__title {
        align-self: start;
        /*text-align: left;*/
        /*width: 50%;*/ /* Text block aligned right, but text inside is left */
        margin-top: 0;
        text-align: center;
        width: 220px;
    }

    .main-slider-one__title br {
        display: block;
    }

    .slide-home-1 .main-slider-one__btn {
        width: 100%;
        display: flex;
        /* justify-content: center; */
        margin-top: auto; /* Push to bottom */
        justify-content: start;
    }

    .main-slider-one .modins-btn--base {
        padding: 10px 15px !important;
    }

    /* SLIDE 2: Text Top-Center, Button Bottom */
    .slide-home-2 .main-slider-one__content {
        justify-content: space-between;
        align-items: center; /* Align container to center */
    }

    .slide-home-2 .main-slider-one__title {
        text-align: center;
        width: 100%;
        margin-top: 0;
    }

    .slide-home-2 .main-slider-one__btn {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: auto;
    }

    /* SLIDE 3: DOMINE SUA FROTA Centered, Rest Left */
    .slide-home-3 .main-slider-one__title {
        text-align: left;
        width: 100%;
    }

    .slide-home-3 .banner-3-highlight {
        display: block;
        text-align: start;
        width: 100%;
        font-size: 40px;
    }

    .slide-home-3 .main-slider-one__content {
        justify-content: space-between;
        align-items: center; /* Align container to center */
    }

    .slide-home-3 .main-slider-one__btn {
        align-self: start;
    }
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px; /* Positioned above the existing chat button */
    right: 25px; /* Aligned with typical chat widgets */
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 35px; /* Icon size */
    box-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    z-index: 9999; /* Ensure it's on top */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
}

.whatsapp-float:hover {
    background-color: #128C7E;
    transform: scale(1.1);
    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
}

.whatsapp-float i {
    margin-top: 2px;
}

/* Adjust position on mobile if needed */
@media (max-width: 767px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 28px;
        bottom: 90px;
        right: 20px;
    }
}

/* Awards Section Styles */
.awards-section .owl-dots {
    margin-top: 30px !important;
    text-align: center;
}

.awards-section .owl-dot span {
    background: #e0e0e0 !important;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}

.awards-section .owl-dot.active span {
    background: var(--modins-base, #00cde5) !important;
    transform: scale(1.2);
}

.awards-carousel .item {
    padding: 10px;
    transition: transform 0.3s ease;
}

.awards-carousel .item:hover {
    transform: translateY(-5px);
}
