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

.carousel-control-prev .left-arrow {
    display: none;
}
.carousel-control-next .right-arrow {
    display:none;
}
.fixed-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    writing-mode: sideways-lr;
}

/* banner-setion start  */

.banner-setion {
    background-image: url('./assets/imgs/banner-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 96px;
}

.common-btn {
    padding: 8px 28px;
    border-radius: 32px;
    border: none;
    margin-top: 24px;
}

.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: #1A1A18;
    border: 1px solid #1A1A18;
}

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

.carousel-control-prev .left-arrow {
    position: absolute;
    bottom: 10%;
    color: #000 !important;
    font-size: 24px;
    cursor: pointer;
    /* transform: translateX(460px); */

}

.carousel-control-next .right-arrow {
    position: absolute;
    bottom: 10%;
    color: #000 !important;
    font-size: 24px;
    cursor: pointer;
    /* transform: translateX(-250px); */
}

.carousel-control-next,
.carousel-control-prev {
    width: 6% !important;
    bottom: 24%;
}

.carousel-control-next {
    right: 47%;
}

.carousel-control-prev {
    left: 44%;
}


.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: #A3A4A0;
    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;
    color: #484846;

}

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 {
    color: #484846;
}

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) {

    .carousel-control-next,
    .carousel-control-prev {
        bottom: 7%;
    }

    .carousel-control-next {
        right: 42%;
    }

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


    .carousel-control-next {
        right: 40%;
    }

    .carousel-control-prev {
        left: 49%;
    }

    .carousel-control-next,
    .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;
    }

    .banner-setion {
        background-image: url('./assets/imgs/banner-mbl.png');
        margin-top: 68px;
    }

    .brand-logo {
        height: 72px;

    }

    .phone-font {
        font-size: 12px;
    }

    .loc-font {
        font-size: 12px;
    }

    .margin-mbl {
        margin-top: 8rem;
    }

    /* testimonials  */

    .carousel-section h2 {
        font-size: 20px !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        bottom: -4%;
    }

    .carousel-control-next {
        right: 28%;
    }

    .carousel-control-prev {
        left: 25%;
    }

    /* service */
    .service-carousel {
        display: flex;
        justify-content: space-evenly;
    }

    .nav-link {
        padding: 0;
    }

    .desktop-services {
        display: none;
    }

    .carousel {
        margin: auto;
    }

    .service-btn {
        font-size: 11px;
        padding: 4px;
        width: 120px;
    }

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

    .para-height {
        height: auto;
    }

}