.landing-about {
    position: relative;
    background-image: url('./../../images/bg-projects.webp');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 10;
}

.landing-about .right-img {
    background-color: #3b683d;
    bottom: 0;
    left: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.landing-about .left-img {
    background-color: #3b683d;
    top: 0;
    right: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    padding-left: 50px;
}

.landing-about .left-img img,
.landing-about .right-img img {
    width: 80px;
}

.landing-about .box-img img {
    width: 428px;
    height: 590;
    object-fit: contain;
}

.landing-about .text-box {
    padding: 20px;
    max-width: 600px;
    border-left: 3px solid #3b683d;
    border-radius: 3px;
}

.landing-about .head-ask {
    color: #1A3051;
}

@media (max-width:768px) {
    .row-contant {
        padding: 100px 0px;
    }
}

@media (max-width:567px) {
    .row-contant {
        flex-direction: column-reverse;
        padding: 0 0;
        position: relative;
        z-index: 10;

    }

    .landing-about .left-img img,
    .landing-about .right-img img,
    .landing-about .left-img,
    .landing-about .right-img {
        display: none;
    }

    .landing-about .text-box {
        padding: 0 10px;
        width: 100%;
    }
}


/* our-servies */
.our-servies {
    margin-top: -120px;
}

.our-servies .contant {
    background-color: var(--main_site);
}

.our-servies .contant-box {
    padding: 200px 0px;
}

.img-2 {
    bottom: 0px;
}

.img-1 {
    /* top: -108px; */
    top: 0;
}

.owl-stage-outer {
    direction: ltr;
}

.item .img-box {
    /* width: 400px; */
}

.item {
    padding: 20px;
    transition: .4s;
    cursor: pointer;
    overflow: hidden;
}

.item .text-contant {
    background: #fbfaf7de;
    padding: 12px;
    border-radius: 12px;
    bottom: -200px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: .4s;
}

.item:hover .text-contant {
    bottom: -45px;
}

.item .project-des {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow-y: clip;
    -webkit-box-orient: vertical;
}

@media (max-width:1024px) {
    .our-servies {
        /* margin-top: -120px; */
    }

    .our-servies .contant-box {
        padding: 180px 0px;
    }

    .our-servies {
        margin-top: -80px;
    }
}

@media (max-width:567px) {
    .our-servies .contant-box {
        padding: 100px 0px;
    }

    .item .text-contant {
        width: 100%;
    }
}


.product-card {
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 20px;
    display: flex;
    background: #FFFFE5;
}

.product-card img {
    width: 50%;
    height: auto;
    border-radius: 5px;
    transform: scaleX(-1);
}

.product-card .title {
    font-weight: bold;
    margin-bottom: 10px;
}

.product-card .price {
    font-size: 18px;
    margin-bottom: 10px;
}

.product-card .discount {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}

.product-card .button_shop {

    color: #F9A943;
    padding: 6px 25px;
    border: 2px solid #F9A943;
    border-radius: 35px;
    cursor: pointer;
    background-color: #FFFFE5;
}

.card1 {
    background: #EBF1FF;

}

.card1 .button_shop {

    color: #F9A943;
    padding: 6px 25px;
    border: 2px solid #F9A943;
    border-radius: 35px;
    cursor: pointer;
    background-color: #EBF1FF;
}

.var(--main_site)_card {
    background-color: var(--main_site);
    position: relative;
}

.product_card {
    display: flex;
    justify-content: space-between;
    padding: 23px;


}

.productcard {
    color: white;
}

.nov {
    position: absolute;
    top: 41%;
    width: 561px;
    right: 7%;
}


.cardd {

    padding: 20px;
    margin-bottom: 20px;
}

.card-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.card-text {
    font-size: 16px;
    color: black;
    line-height: 1.5;
}

.card-text2 {
    font-size: 16px;
    color: black;
    line-height: 1.5;
    text-align: center;
    margin-top: 20px;
}

.img-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.img-container img {

    object-fit: cover;
    border-radius: 10px;
}

.project-name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: var(--main_site);
    padding: 10px 20px;
    margin-bottom: 10px;
    text-align: center;
    width: 40%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.arrow {
    font-size: 45px;
    color: var(--main_site);
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
}

.teamwork {
    border-left: 4px solid var(--main_site);
    padding: 10px;
}

.months {
    position: absolute;
    top: 12%;
    left: 25%;
    color: white;
    font-weight: bold;
}

.project_name {
    background-color: #F0F0F0;
    padding-top: 28px;
    padding-bottom: 28px;
}


.card_titlee {
    font-size: 1.1rem;
    color: black;
    font-weight: bold;
}

.card-body {
    border-radius: 10px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

.badge {
    font-size: 0.9rem;
    padding: 5px 10px;
}

.btn-warningg {
    color: #F9A943;
    border: 1px solid #F9A943;
    border-radius: 25px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.col-md-5 .card:first-child {
    background-color: #FFFFE5;
}

.col-md-5 .card:nth-child(2) {
    background-color: #EBF1FF;
}

.shop_card {
    width: 265px;
}

.shop-card {
    width: 210px;

}


.screen {
    position: relative;
    height: 250px;
}

.nov {
    position: absolute;
    width: 600px;
}

.deal {
    color: black;
}


@media (max-width:567px) {
    .nov {
        position: relative;
        width: 600px;
    }

    .screen {
        position: relative;
        height: 450px;
    }
}

.Our_services {
    color: rgb(67 159 54) !important;
    font-weight: bold;
}


.engineer_work {
    border-radius: 2.25rem !important;
}

.essential_services {
    color: black;
    font-weight: bold;
}


.title_box {
    background-color: #28a745;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.Speakers {
    padding-right: 20px;
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
}

.Speakers::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 3px;
    width: 18px;
    height: 18px;
    background-color: #28a745;
}



@media (max-width:567px) {
    .engineer_work {
        margin-bottom: 30px;
    }

    .Speakers::before {
        content: '';
        position: absolute;
        left: 18px;
        top: 3px;
        width: 18px;
        height: 18px;
        background-color: #28a745;
    }
}


.call-to-action {
    background: linear-gradient(135deg, #1a305199, #1A3051);
    /* Adjust colors and angle as needed */
    background-size: cover;
    padding: 50px 0;
    margin-bottom: 20px;
}




.call-to-action h2 {
    font-size: 2.1rem;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 15px;
    margin-bottom: 20px;
    position: relative;
    color: white;
    text-align: center;
}


.call-to-action p {
    font-size: 1.2rem;
    text-align: left !important;
}

.call-to-action img {
    max-width: 100%;
    /* height: 370px; */
}

.Delivery-Man {
    position: absolute;
    bottom: 0;
    right: 13%;
    text-align: right !important;
}

@media (max-width:567px) {
    .Delivery-Man {
        display: none;
    }
}

.double_layer{
    position: relative;
    width: 50%;

}
.double{
    width: 58%;
    height: 190px;
}

.call_now{
    position: absolute;
    top: 40%;
    left: 49%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.Delivery_Man {
    max-width: 100%;
    height: 417px;
}


.project-name:hover{
color: var(--main_site);
}

@media (max-width:567px) {
    .double_layer{
        position: relative;
        width: 100%;

    }
    .double {
        width: 100%;
        height: 190px;
    }
    .call_now {
        position: absolute;
        top: 38%;
        left: 49%;
        transform: translate(-50%, -50%);
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }
}
.projects-section {
    background-color: #f8f9fa;
    background-image: url(./../../images/bgwan.webp);
    background-size: cover;
    padding-top: 7.5rem !important;
    border-bottom: 35px solid var(--main_site);
}
.sec-overlay {
    background-image: url(./../../images/pattern.webp);
    position: absolute;
    left: 0;
    width: 100%;
    height: 56%;
    background-size: cover;
}
.wan-Electrical {
    z-index: 1;
}
.projects-section h2 {
    color: var(--main_site);
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: bold;
}
.twitter {
    background-color: rgb(71 148 248);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}

.linkedin {
    background-color: rgb(0 122 185);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}
.youtube {
    background-color: red;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}
.facebook {
    background-color: rgb(24 119 242);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}
.whatsapp {
    background-color: #29a71a;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    border-radius: 100%;
}
.social-media {
    padding-right: 20px;
    display: flex;
    gap: 5px;
}
.text-box {
    bottom: 20%;
    right: 44%;
    font-size: 2.2rem;
    font-weight: bold;
}
.owl-carousel .owl-nav button.owl-next{
    position: absolute !important;
    left: 0 !important;
    top: 35% !important;
    color: var(--main_site);
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute !important;
    right: 0 !important;
    top: 35% !important;
    color: var(--main_site);
}
