@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
:root {
    --primary-color: #ffa5a1;
    --body-color: #212529;
    --primary-font: 'Poppins', sans-serif;

}
* {
    margin: 0;
    padding: 0;
    border: 0;
}
a {
    text-decoration: none;
}
a,a:focus {
    outline: 0;
}
ul {
    margin: 0;
    padding: 0;
}
p {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: 700;
}
body {
    background-color: #ffffff;
    color: var(--body-color);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 14px;
}
.bg-black  {
    /*background-color: #000000;*/
    /* color : #ffffff; */
}
.home-banner {
    background-image: url('/img/homeservice.jpg');
    height: 70vh;
    background-color: black;
    background-size: cover;
    background-position: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.bennerDesign{
    position: relative;
    margin-bottom: 20px;
    max-height: 450px;
}
.home-banner::after {
    content: "'";
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.main-header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background-color: #000000;
    padding: 10px 0;
}
.main-header .navbar-nav li a {
    font-size: 14px;
    color: #ffffff;
    padding: 10px 0;
    margin: 0 5px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.banner-content {
    position: relative;
    z-index: 1;
}
.banner-logo h1 {
    font-size: 60px;
    font-weight: 600;
}
.banner-logo h6 {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 6px;
}
.banner-text h4 {
    font-size: 40px;
}

.services-section {
    position: relative;
    z-index: 1;
}


.sercive-img {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    margin: auto;
    border-radius: 50%;
    background-color: #f6f6f6;
    border: 1px solid #eee;
    overflow: hidden;
}
.sercive-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-title h1 {
    font-size: 26px;
}

.service-card p {
    color: #000000;
    font-size: 16px;
    padding: 10px 5px;
    text-align: center;
    font-weight: 500;
}
.about-box {
    background-color: #ffeeec;
    padding: 50px;
    border-radius: 20px;
}
.wwd-card p {
    color: var(--body-color);
    font-weight: 500;
}
.owl-carousel .owl-nav button {
    border: 1px solid #000 !important;
    width: 30px;
    height: 30px;
    border-radius: 50% !important;
    display: flex !important;
    align-content: center;
    justify-content: center;
}
.owl-carousel .owl-nav button span {
    font-size: 22px;
    line-height: 26px;
}
.owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin: auto;
}
.bds-card a {
    display: flex;
    background-color: transparent;
    /* padding: 10px; */
    border-radius: 15px;
    height: 200px;
}
.bds-card a img{
    border-radius: 15px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.bds-card {
    min-height: 200px;
    margin-left: 20px;
    margin-right: 20px;
}
.bannerList{
    margin-top: 40px;
}
@media (max-width: 768px) { /* Target screens smaller than tablets */
    .bennerDesign{
        position: relative;
        height: 220px;
    }
    .bennerDesign img{
        height: 70%;
        width: 100%;
        object-fit: cover;
    }
    .services-section{
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
    }
    .bannerList{
        margin-top: 15px ! important;
        height: 220px;
        margin-bottom: 10px;
    }
    .carousel-item{
        height: 180px;
    }
    .section-title{
        margin-left: 5px;
        margin-right: 5px;
    }
    .bds-card {
        margin-top: 10px;
        height: 100%;
    }
    .bds-card a {
        display: flex;
        background-color: transparent;
        /* border-radius: 5; */
        height: 100%; /* Allow height to adjust dynamically for smaller screens */
    }

     /* .bds-card a img {
        border-radius: 5px;
        object-fit: cover; 
        height: 100%; 
        width: 100%; 
    }  */

    .bds-card a img { 
    margin-left: auto;
    margin-right: auto;
    /* padding-top: 5px; */
    border-radius: 5px;
    object-fit: cover;
    height: 85%;
    width: 85% !important;
}
}

.main-footer {
    background-color: #000000;
}
.footer-link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-link li a {
    color: #ffffff;
}
.footer-logo {
    text-align: center;
}
.footer-social-div li{
    display: block;
    font-size: 20px;
}

.wwd-img-box {
    background-color: transparent;
    border-radius: 15px;
    overflow: hidden;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding: 15px; */
}
@media screen and (min-width: 992px) and (max-width: 1199px){
    .main-header {
        overflow: hidden;
    }
    .main-header .navbar-nav li a {
        font-size: 12px;
        padding: 7px 0;
        margin: 0 2px;
    }
    .main-header .container-fluid {
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .wwd-img-box {
        height: 180px;
    }
}
@media screen and (max-width: 991px) {
    .banner-text h4 {
        font-size: 30px;
    }
    .home-banner {
        height: 60vh;
    }
    .section-title h1 {
        font-size: 18px;
    }
    .section-title.mb-5 {
        margin-bottom: 30px !important;
    }
    .about-box {
        padding: 20px;
    }
    .sercive-img {
        height: 90px;
        width: 90px;
    }
    .service-card p {
        font-size: 14px;
    }
    .about-content h1 {
        font-size: 24px;
    }
    .va-btn-div .btn {
        font-size: 12px;
    }
    .footer-link li {
        font-size: 12px;
        display: block;
    }
    .app-download-div {
        padding: 0;
        max-width: 300px;
        margin: auto;
    }
    footer .banner-logo h1 {
        font-size: 40px;
    }
    footer .banner-logo h6 {
        font-size: 14px;
    }
    .main-header .navbar-toggler {
        width: 38px;
        height: 38px;
        background-color: var(--primary-color);
        margin-left: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

    .footer-content {
        /* text-align: center; */
        color: white;
    }
