@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

*,
*::after,
*::before {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;

}

html,
body {
    margin: 0;
    min-height: 100%;
    width: 100%;
    overflow-x: hidden;
    font-family: "Mulish", sans-serif;


}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
}

/* banner-setion start  */

.banner-setion {
    background-image: url('../images/banner-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 82px;
}
.banner-setion-1 {
    background-image: url('../images/banner-2-img.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 82px;
}

.banner-setion-2 {
    background-image: url('../images/stretch-banner.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 82px;
}
.common-btn {
    padding: 8px 28px;
    border-radius: 32px;
    border: none;
    margin-top: 24px;
    background-color: #B7C09A;
}

.common-btn-call {
    padding: 8px 12px;
    border-radius: 32px;
    font-size: 14px;

}

.transparent-bg:hover {
    color: #fff;
    background-color: #1A1A18;
    border: 1px solid #1A1A18;

}

.carousel-inner {
    background-color: #FAF7F6;
    border-radius: 4px;
}

.dark-bg {
    color: #fff;
    background-color: #B7C09A;
    border: 1px solid #B7C09A;
}

.dark-bg:hover {
    background-color: #fff;
    color: #1A1A18;
}

/* testi-section  */

.carousel-section .client-inner {
    background-color: #F7F8F6;
    border-radius: 12px;
}

.carousel-section h2 {
    font-size: 38px !important;
}

#carouselExampleControlsTesti .carousel-control-prev .left-arrow {
    position: absolute;
    bottom: 10%;
    color: #000 !important;
    font-size: 24px;
    cursor: pointer;
    /* transform: translateX(460px); */

}

#carouselExampleControlsTesti .carousel-control-next .right-arrow {
    position: absolute;
    bottom: 10%;
    color: #000 !important;
    font-size: 24px;
    cursor: pointer;
    /* transform: translateX(-250px); */
}

#carouselExampleControlsTesti .carousel-control-next,
#carouselExampleControlsTesti .carousel-control-prev {
    width: 6% !important;
    bottom: 24%;
}

#carouselExampleControlsTesti .carousel-control-next {
    right: 47%;
}

#carouselExampleControlsTesti .carousel-control-prev {
    left: 44%;
}

#carouselExampleIntervalBanner .carousel-control-next,
#carouselExampleIntervalBanner .carousel-control-prev {
    width: 10% !important;
}


.rating-img {
    height: 14px;
    width: 72px;
}

.testi-btn {
    margin-top: 52px;
}

/* svg style  services*/
.icon-color {
    fill: #969695;
    /* Default (inactive) color */
    stroke: #969695;
    transition: fill 0.3s ease, stroke 0.3s ease;
    /* Smooth transition */
}

.svg-icon .icon-color.active {
    fill: #0B0B0A;
    /* Active color */
    stroke: #0B0B0A;
}

.nav-link {
    color: #969695;
    background: transparent;
}

.nav-link:focus {
    color: #0B0B0A;
}

.nav-pills .nav-link.active {
    color: #0B0B0A;
    background: transparent;
    border-bottom: 2px solid #0B0B0A;
    border-bottom-width: 80%;
    border-radius: 0;
}

.carousel-control {
    border: none;
}

.prev-arr {
    position: absolute;
    top: 42px;
}

.next-arr {
    position: absolute;
    right: 0;
    top: 42px;
}

.service-btn {
    border: 2px solid;
    background-color: #B7C09A;
    color: #ffffff;
    border-radius: 32px;
    padding: 4px 12px;
    text-transform: uppercase;

}

.service-btn:hover {
    background-color: #0B0B0A !important;

}

.service-btn.active {

    background-color: #0B0B0A;


}

a {
    text-decoration: none;

}

a p:hover {
    color: #8d5524;
}

a:hover {
    color: #8d5524;
}

.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1030;
    background-color: #fff;
    /* Optional: Background color for the navbar */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Optional: Adding a shadow for better visibility */
    /* margin-bottom: 90px; */
}

p {
    color: #484846;
    padding: 0 4px;
}


.phone-font a,
.banner-setion a {
    color: #484846;
}
.phone-font a,
.banner-setion-1 a {
    color: #484846;
}



.banner-setion a:hover {
    color: #8d5524;
}

.banner-setion-1 a:hover {
    color: #8d5524;
}
h2 {
    font-size: 48px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    color: black;
}

/* .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav .disabled {
    display: block !important;
} */

footer {
    background-color: #1A1A18;
}

footer a {
    color: #fff;
}

.para-height {
    height: 100px;
}

/* footer p {
    height: 220px;
} */

.parsley-errors-list {
    color: red;
    list-style: none;
    padding: 0;
}

.close {
    border: none;
    background: transparent;
}

hr {
    border: 1px solid;
    height: 24px;
    margin: 0;
    color: #484846;
}


@media screen and (min-width:1700px) and (max-width:1980px) {}

@media screen and (min-width:1400px) and (max-width:1700px) {}

@media screen and (min-width:1200px) and (max-width:1400px) {}

@media screen and (min-width:1024px) and (max-width:1980px) {}

@media screen and (min-width:1024px) and (max-width:1200px) {

    #carouselExampleControlsTesti .carousel-control-next,
    #carouselExampleControlsTesti .carousel-control-prev {
        bottom: 7%;
    }

    #carouselExampleControlsTesti .carousel-control-next {
        right: 42%;
    }

    #carouselExampleControlsTesti .carousel-control-prev {
        left: 47%;
    }

    .service-carousel {
        display: flex;
        justify-content: space-evenly;
    }

    .carousel {
        margin: auto;
    }

    .loc-font {
        font-size: 12px;
    }

    .para-height {
        height: 120px;
    }


}

@media screen and (max-width:991px) {}

@media screen and (min-width:768px) and (max-width:991px) {
    h2 {
        font-size: 32px;
    }

    .para-height {
        height: auto;
    }

    /* testimonials  */



    .last-section-img {
        height: auto;
    }

    .carousel-section .violet-color {
        font-size: 28px !important;
    }


    #carouselExampleControlsTesti .carousel-control-next {
        right: 40%;
    }

    #carouselExampleControlsTesti .carousel-control-prev {
        left: 49%;
    }

    #carouselExampleControlsTesti .carousel-control-next,
    #carouselExampleControlsTesti .carousel-control-prev {
        bottom: 2%;
    }

    /* services  */

    .service-carousel {
        display: flex;
        justify-content: space-evenly;
    }

    .carousel-item {
        margin: auto;
    }

    .desktop-services {
        display: none;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block !important;
    }
}


@media screen and (max-width:767px) {
    h2 {
        font-size: 32px;
    }

    h1 {
        font-size: 36px;
    }

    p {
        font-size: 16px;
    }

    footer h5 {
        font-size: 24px;
        padding: 4px 0;
    }

    .para-height {
        height: auto;
    }

    .banner-setion {
        background-image: url('../images/banner-mbl.webp');
        margin-top: 68px;
    }
    .banner-setion-1{
        background-image: url('../images/banner-2-mbl.webp');
        margin-top: 68px; 
    }
.banner-setion-2{
        background-image: url('../images/stretch-banner-mobile.webp');
        margin-top: 68px; 
    }
    .brand-logo {
        height: 72px;

    }

    .phone-font {
        font-size: 14px;
    }

    .loc-font {
        font-size: 12px;
    }

    .margin-mbl {
        margin-top: 8rem;
    }

    /* testimonials  */

    .carousel-section h2 {
        font-size: 20px !important;
    }

    #carouselExampleControlsTesti .carousel-control-next,
    #carouselExampleControlsTesti .carousel-control-prev {
        bottom: -4%;
    }

    #carouselExampleControlsTesti .carousel-control-next {
        right: 28%;
    }

    #carouselExampleControlsTesti .carousel-control-prev {
        left: 25%;
    }

    #carouselExampleIntervalBanner .carousel-control-next,
    #carouselExampleIntervalBanner .carousel-control-prev {

        bottom: 20%;
    }

    /* service */
    .service-carousel {
        display: flex;
        justify-content: space-evenly;
    }

    .nav-link {
        padding: 0;
    }

    .desktop-services {
        display: none;
    }

    .carousel {
        margin: auto;
    }

    .service-btn {
        font-size: 12px;
        padding: 8px;
    }

    .owl-carousel .owl-dots.disabled,
    .owl-carousel .owl-nav.disabled {
        display: block !important;
    }

    .item {
        border: 1px solid #DFDFDF;
        border-radius: 4px;
    }

    .service-svg {
        height: 52px !important;
    }

    .owl-carousel .owl-nav button.owl-next {
        position: relative;
        right: -2rem;
    }

    .owl-carousel .owl-nav button.owl-prev {
        position: relative;
        left: -2rem;
    }

}

form {
    background-color: #f9f9f9; /* Light background for form */
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Soft shadow for premium feel */
    max-width: 500px;
    margin: auto; /* Center the form */
    font-family: 'Arial', sans-serif; /* Modern font */
}

form .form-group {
    margin-bottom: 15px;
}

form label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

form input, 
form select {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc; /* Light border */
    border-radius: 4px; /* Rounded corners */
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1); /* Subtle inner shadow */
    transition: all 0.3s ease;
}

form input:focus, 
form select:focus {
    border-color: #fb8882; /* Highlight color */
    outline: none;
    box-shadow: 0 0 5px rgba(251, 136, 130, 0.5); /* Glowing effect */
}

form button {
    width: 100%;
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background-color: #fb8882; /* Premium button color */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

form button:hover {
    background-color: #e07775; /* Slightly darker hover effect */
    transform: translateY(-2px); /* Lift effect */
}

form button:active {
    background-color: #c76665; /* Active state color */
    transform: translateY(0); /* Reset lift */
}

.common-btn {
    text-transform: uppercase;
    letter-spacing: 1px;
}


/* Adjust spacing for small devices */
@media (max-width: 768px) {
    form {
        padding: 15px;
    }
    form input, 
    form select {
        font-size: 14px;
        padding: 8px;
    }
    form button {
        font-size: 16px;
        padding: 8px 10px;
    }
}
@media(max-width:600px){
    .fontie{
        display: none;
    }
    .main-frame{
       
        font-size: 20px;
        margin-top: 79px;
        background-color: #B7C09A;
    }
    .modal {
        position: fixed;
        top: 109px;
        left: 0;
        z-index: 1060;
        
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        outline: 0;
    }
    .doctor{
        font-size:20px;
        padding-top: 10px !important;
    }
    .what{
        font-size:23px;
    }
    .carousel-single .row {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    
    .carousel-single .col-sm-12 {
        flex: 0 0 100%; /* Make each card occupy full width */
        max-width: 100%;
    }
    
}

/* Custom CSS for carousel responsiveness */
@media (max-width: 576px) { /* Target devices with a max width of 576px (mobile) */
    .carousel-item .col-lg-4, 
    .carousel-item .col-md-6 {
        flex: 0 0 100%; /* Each card takes up 100% width */
        max-width: 100%; /* Prevent shrinking */
    }
}

.carousel-control-next-icon{
    background-image: url(../imgs/next.svg);
}
.carousel-control-prev-icon{
    background-image: url(../imgs/previous.svg);
}




.bannerrrrrr{
    margin-left:-31px;
}

@media(max-width:600px){
    .bannerrrrrr{
        margin-left:0px;
    }
}



.swiper-button-next,
        .swiper-button-prev {
            color: #2b2b2b;
            display: none;
        }