@import url(bootstrap.min.css);
@import url(fonts.css);
@import url(cons.css);
@import url(header.css);
    #backToTob:hover{
        background-color: #283132;
        
    }
    #backToTob{
        position: fixed;
        inset-inline-end: 25px;
        bottom: 25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #7C877F;
        z-index: 22;
    }
    #backToTob:hover #icon {
        color: #EAF0EC;
    }
    #icon{
        font-size: 20px;
    }
    .hide:hover{
        transform: rotate(0);
    }
    .hide{
       display: none;
       justify-content: center;
       align-items: center;
    transform: rotate(-90deg) ;
    transition: all 0.5s;       
    }
 .back-ground{
    width: 100%;
    height: 80vh;
    background-image: url(../img/page_1/hero-bg.jpg);
    background-position: top;
    
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment:fixed ;
    display: flex;
    align-items: center;
    background-attachment: scroll;

    

}
 .back-ground::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #00000024;
}

.back-ground .card-text h3::before{
    content: '';
    background-image: url(../img/page_1/arrow-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: left center;
    left: 0;
    top: 49%;
    width: 24px;
    height: 5px;
}
.back-ground .card-text h1{
        font-size: 4rem;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    cursor: none;
    color: #fff;
}
.card-text p{
    margin-top: 35px;
    font-size:22px ;
    color: #fff;

}



     .hero{
        position: relative;
        background: url('../img/page_1/hero-bg.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 280px 0 250px;
        background-attachment: fixed;
        min-height: 100vh;
    }
        

 .hero::before{
		content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: 1;
	background: #00000032;
} 
 
 
    .hero .text-hero h1{
           font-size: 71px;
    font-weight: 700;
    font-size: 80px;
    letter-spacing: -0.02em;
    max-width: 70rem;
    color: #fff;
        position: relative;
        z-index: 2;
}
    .hero .text-hero p{
        max-width: 600px;
        padding: 20px 0;
        font-size:22px ;
        position: relative;
        z-index: 5;
    color: #fff;
    }
    .hero .text-hero h3::after{
         content: '';
    background-image: url(../img/page_1/arrow-white.svg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    background-position: left center;
    left: 0;
    top: 49%;
    width: 24px;
    height: 5px;
    }
    .hero .text-hero h3{
              display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6em;
    text-transform: capitalize;
    color: #7C877F;
    padding-left: 35px;
    margin-bottom: 20px;
    color: #fff;
    z-index: 6;
    }
 
 .btn-default.btn-highlighted{
        margin: 0 35px;


    }
    .hero-content .section-title p{
    padding: 15px;
	font-size: 22px;
	color:#fff;
	width: 100%;
	max-width: 00px;
}

.hero-content .section-title h3::before{
	filter: brightness(0) invert(1);
}



 












.about-Us{
    background-image: url(../img/page_1/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position:  center;
    background-size: cover;
    padding: 45px 0;
    margin-top: 70px;
    animation: samer 1s ;
}
.about-img {
    position: relative;
    height: 400px;
}
@keyframes samer{
    0%{
        width: 0;
    }
   
    100%{
    width: 100%;
    }
 
    
}
.img-2{
position: absolute;
top: 17rem;
left: 14rem;
}
.img-1  {
width: 80%;
    position: absolute;
  
}
.feedback-counter{
        position: absolute;
        padding-top: 150px;
    top: 1rem;
    right: 0;
    display: flex;
    transform: rotate(270deg);
align-items: center;

}
.feedback-counter span{
    margin-right: 10px;
    background-color: #7C877F;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-left: 18px;
    padding-top:16px ;
}
.feedback-counter p{
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--accent-color);
    border-radius: 50%;
    margin-top: 10px;
    color: #fff;


}
.feedback-counter h3 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    width:12rem;
}
.shape{
       position: absolute;
       text-align: center;
    top: 15rem;
    left: 11rem;
    height: 152px;
    width: 152px;
    display: flex    ;
    border-radius: 50%;
    background-color: #7C877F;
    z-index: 2;
    border: 5px solid white;
    flex-wrap: wrap;
    color: #fff;
   }
   .shape span{
    font-weight: 600;
    padding: 10px;
    padding-left: 48px;
    font-size: 34px;
   }
   .shape h3{
    padding-bottom: 20px;
    font-size: 20px;
   }
   .img-3{
    width: 100px;
    height: 100px;
    background-image: url(../img/page_1/about-us-bg-shape.svg);
    position: absolute;
    top: 26rem;
    left: 5.5rem;
   }
   
   /* .about-text .section-title h3::before {
        content: '';
    position: absolute;
    top: 142.8%;
    left: 45%;
    transform: translateY(-50%);
    background: url(../img/page_1/icon-sub-heading.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: cover;
    width: 25px;
    height: 5px;
    
} */
.about-text{
    padding-top: 70px;
}

 .small-row{
        position: relative;
    display: flex;
    
}

.cardfe ul li {
    padding-bottom: 15px;
}

.cardfe .header-btn{
    margin-top: 20px;
    margin-left: 25px;

}
.cardfe ul li i {
     width: 25px;
     font-size: small;
    height: 25px;
    background-color: #7C877F;
    color: #fff;
    border-radius: 50%;
   padding-top: 6px;
}
.cardfe::after{
    content: '';
    position: absolute;
    right: 50%;
    top: 0;
    bottom: 0;
    transform: translateX(-50%);
    border: 1px solid var(--divider-color);
    width: 2px;
    height: 100%;
}
.cardfa::after {
    content: "";
    width: 1px;
    height: 11rem;
    background-color: #7c877f47;
    position: absolute;
    top: 0;
    right: 23.5rem;

}
.cardfa ul {
    padding-right: 20px;
}
.cardfa ul li{
    margin-top: 0px;
    line-height: 35px;
    font-size: 17px;
}
.cardfa .sam{
    padding-left: 35px;
}
.cardfa ul  .mo{
    padding-bottom: 20px;
}
.cardfa i{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7C877F;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    
}
.rows img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
    display: inline-block;
    margin-right: 10px;
}
.cardfa .phone{
    font-size: 18px;
    font-weight: bold;
    padding-right: 25px;
}
.rows span{
    font-size: 14px;
   
}
.cardfa ul li .p{
    display: inline-block;
   padding-left: 20px;
    
}

 .rows{
    display: flex;
    align-items: center;
}
.my_products{
    padding: 50px 0;
    width: 100%;
    background-color: #f8f8f8;
}
 .section-title h3{
    padding:  20px 0;
}
.section-title h3::after{
    content: "";
    background-image: url(../img/page_1/icon-sub-heading.svg);
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    left: -8%;
    margin-top: 7px;
    width: 24px;
    height: 5px;
}
#items-contact{
    border-bottom: 1px solid #7c877f28;

}

.why-choose-items-list{
       display: flex
;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.why-choose-items-list p {
        color: #192324;

    margin-bottom: 0;

}
.why-choose-items-list h3{
        font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}
.why-choose-items-list .icon-box img{
       width: 24px;
    z-index: 1;
    transition: all 0.3s ease-in-out;
    height: 24px;
    display: block;

}
.why-choose-items-list .icon-box {
    position: relative;
    width: 93px;
    height: 65px;
    background-color: #eaf0ec;
    border-radius: 50%;    	
    display: flex;
    align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}
.why-choose-items-list .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #192324;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.why-choose-items-list:hover .icon-box::before {
	transform: scale(1);
}

.why-choose-items-list:hover .icon-box{
	background-color: transparent;
}





.firist-box-img{
    display: flex;
}
.second-box-img{
    display: flex;
}
.second-box-img .box-img-1{
    padding: 0 10px;
}
.second-box-img .box-img-2{
    padding: 0 10px;
}
.firist-box-img .box-img-1{
    padding: 0 10px;
}
.firist-box-img .box-img-2{
    padding: 0 10px;
}
.Our-Services
{
    padding: 60px 0;
}
.our-service-text{
    padding-top: 60px;
        max-width: 450px;
        margin: auto;
}
.Our-Services .service-img{
    height: 600px;
}
.Our-Services .service-img figure{
    width: 100%;
    height: 100%;
}
.service-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
}

.service-image a{
	display: block;
	cursor: none;
}

.service-image a figure::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 105%);
    height: 100%;
    width: 100%;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.service-image img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.36;
	transition: all 0.4s ease-in-out;
}

.service-item:hover .service-image img{
	transform: scale(1.1);
}

.service-btn{
	position: absolute;
	top: 40px;
	right: 40px;
	z-index: 1;
}

.service-btn a{
	background-color:#7C877F;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.4s ease-in-out;
}

.service-btn a:hover{
	background-color: #192324;
}

.service-btn a img{
	max-width: 20px;
	transform: rotate(-45deg);
	transition: all 0.4s ease-in-out;
}

.service-btn a:hover img{
	transform: rotate(0)
}

.service-content{
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
	z-index: 1;
}

.service-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 10px;
}

.service-content h3 a{
	color: inherit;
}

.service-content p{
	color: #fff;
	margin-bottom: 0;
}

.all-services-btn{
	text-align: center;
	margin-top: 20px;
}
.video-img{
    height: 84vh;
    background-image: url(../img/page_1/intro-video-bg.jpg);
    background-size: cover;
    background-position: center;

}
.video-class .image-anime::before{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000060;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.video-play-button{
	position: absolute;
	top: 45%;
	left: 48%;
	transform: translate(-50%, -50%);
	z-index: 2;

}

.video-play-button a{
	position: absolute;
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	margin: 0 auto;	
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: none;
	transition: all 0.3s ease-in-out;
}

.video-play-button a:hover{
	border-color: black;
	color: black;
}
.our-Project-nav ul{
    justify-content: space-between;
}
.our-Project-nav ul li {
    padding: 0;

}
.our-Project-nav{
    margin: auto;
    padding: 70px 0;
    max-width: 500px;
}
.Our-Project{
    padding: 70px 0;
}
.Our-Project .text_p {
    padding-top: 50px;
}

.project-cols{
    overflow: hidden;
    position: relative;
}

.project-cards{
    height: 100%;
    width: 100%;
}


.project-cards .h4{
    position: absolute;
    top: 20rem;
    left: 2rem;
    
}
.project-cards h4{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
}
.project-cards h3 a{
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.project-cards #project-btn{

    position: absolute;
    top: -40%;
    left: 45%;
   transform: translateY(0);
   transition: all 0.5s ease;
}
.project-cards:hover #project-btn{
    top: 40%;
}
.how-we-work .section-title-content p{
    color: #fff;
}
.how-we-work .section-title{
    color: #fff;
}
.how-we-work{
	background: #192324;
	padding: 100px 0;
}

.how-we-work-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.how-we-work-item{
	width: calc(25% - 22.5px);
}

.how-we-work-item .icon-box{
	margin-bottom: 30px;
}

.how-we-work-item .icon-box img{
	max-width: 60px;
}

.how-we-work-content h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 10px;
}

.how-we-work-content p{
	color: #fff;
	margin: 0;
}

.how-work-company-slider{
    display: flex;
    justify-content: space-between;
	border-top: 1px solid #FFFFFF1A;
	margin-top: 60px;
	padding-top: 60px;
}

.how-work-company-slider .company-logo{
	text-align: center;
}

.how-work-company-slider .company-logo img{
	width: 60px;
	max-height: 40px;
}

.sliders{
    border-top: 1px solid #7c877f74;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}
.sliders img{
    width: 170px;
}
.our-skills{
    padding: 100px 0;
    width: 100%;
    background-image: url(../img/page_1/section-bg-shape-2.svg);
        background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}


.skills-progress-bar{
	margin-bottom: 40px;
}

.skills-progress-bar:last-child{
	margin-bottom: 0;
}

.skillbar .skill-data{
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.skill-data .skill-title{
	font-size: 16px;
	text-transform: capitalize;
	color: #192324;
}

.skill-data .skill-no{
	font-size: 16px;
	color: #000;
	margin-left: 20px;
}

.skill-progress{
	width: 100%;
	height: 12px;
	background: #EAF0EC;
	border-radius: 99px;
	position: relative;
}
.skill-progress #ba-95{

animation: animated 1s ease;
}.skill-progress #ba-85{

animation: animat 1s ease;
}
.skill-progress #ba-75{

animation: anim 1s ease;
}
.skill-progress .count-bar{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #000;
	border-radius: 99px;

}

@keyframes animated {
    0%{
        width: 0%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 95%;
    }
    
}
@keyframes animat {
    0%{
        width: 0%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 85%;
    }
    
}
@keyframes anim {
    0%{
        width: 0%;
    }
    50%{
        width: 50%;
    }
    100%{
        width: 75%;
    }
    
}
.our-skill-img-1 figure, .our-skill-img-2 figure, .our-skill-img-3 figure {
    display: block;
}
.our-skills-img{
        position: relative;
    padding-bottom: 155px;
    margin-left: 65px;
}
.our-skills-img .our-img-1{
    position: relative;
    background-image: url(../img/page_1/our-skill-img-bg-dot.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 84px auto;
    padding: 30px 0 0 30px;
   left: 0.5rem;
	width: 333px;

}

.our-skills-img .our-img-1 img{
    
width: 100%;
}
.our-skills-img .our-img-2 img{
width: 100%;
}
.our-skills-img .our-img-3 img{
width: 100%;
}
.our-skills-img .our-img-2{
    position: absolute;
       width: 202px;
    position: absolute;
    top: 70px;
    right: 0;

}
.our-skills-img .our-img-3{
   width: 333px;
    position: absolute;
    top: 17.5rem;
    bottom: 0;
    right: 0;
}
.our-testimonials-img{
    height: 100%;
}
.our-testimonials-img figure,
.our-testimonials-img figure img{
       width: 100%;
    height: 100%;
    aspect-ratio: 1 / 0.82;
    object-fit: cover;
}


.our-testimonials-text{
    padding: 100px;
}
.our-testimonials{
    margin-top: 50px;
      background-color:#F8F8F8 ;
    width: 100%;

}
.our-testimonials .section-title h3 ::after{
        left: 53.5rem;
}
.our-testimonials-sliders .icon-box i{
    padding-bottom: 40px;
   

}
.our-testimonials-sliders{
   padding-top: 50px ;

}
.our-testimonials-sliders .rows{
    padding-top: 25px;
}
.our-testimonials-sliders .rows img{
    
    width: 70px;
    height: 70px;
}
.our-testimonials-sliders .rows p{
    font-size: 18px;
    font-weight: bold;
}
.our-blog{
    margin-top: 80px;
    background-image: url(../img/page_1/section-bg-shape-2.svg);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-bottom: 50px ;
}
.our-blog .text_p{
    padding: 80px;
}
#our-blog{
    padding-right: 50px;

}
.our-blog-cards{
    margin-top: 20px;
    overflow: hidden;
height: 530px;

}
.our-blog-img{
    height: 370px;
    
}
.our-blog-img figure img,
.our-blog-img figure{
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;

}

.our-blog-cards:hover .our-blog-img img{
    transform: scale(1.1);
}
.our-blog-text{
    padding: 20px 0;

}
.our-blog-text h2 a{
    text-decoration: none;
    color: #192324;
}
.our-blog-text h2{
    font-size: 22px;
}
#btn-our-blog::before{
    content: "";
   position: absolute;
   background-image: url(../img/page_1/arrow-accent.svg);
   top: 50%;
 right: 0;
    width: 19px;
    height: 20px;
}
#btn-our-blog{
    background-color: transparent;
    color: #192324;
    padding: 0;
    font-weight: 500;
    padding: 10px 0;
    width: 10rem;
    margin-top: 12px;
    
}
#btn::after{
    content: '';
    
    position: absolute;
    background-color: #000;
}
#btn{
    padding-top: 20px;
    display: flex;
    justify-content: center;
    margin: auto;
}
.main-footer{
	padding: 90px 0 0;
    
	background: #192324;
}

.main-footer .footer-header{
	border-bottom: 1px solid #FFFFFF1A;
	margin-bottom: 40px;
	padding-bottom: 40px;
}

.footer-social-links{
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 30px;
}

.footer-social-link-title h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
}

.footer-social-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-social-links ul li{
	display: inline-flex;
	margin-right: 10px;
}

.footer-social-links ul li:last-child{
	margin-right: 0;
}

.footer-social-links ul li a{
	display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a i{
	font-size: 18px;
	color: #7C877F;
	transition: all 0.3s ease-in-out;
}

.footer-social-links ul li a:hover{
	background: #7C877F;
}

.footer-social-links ul li a:hover i{
	color: #fff;
}

.footer-links h3{
	font-size: 20px;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 20px;
}

.footer-links ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-links ul li{
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	margin-bottom: 10px;
}

.footer-links ul li:last-child{
	margin-bottom: 0;
}

.footer-links ul li:hover{
	color: #7C877F;
}

.footer-links ul li a{
	display: block;
	color: inherit;
}

.footer-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.footer-contact-item:last-child{
	margin-bottom: 0;
}

.footer-contact-item .icon-box{
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF1A;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-right: 10px;
	transition: all 0.3s ease-in-out;
}

.footer-contact-item:hover .icon-box{
	border-color: #fff;
}

.footer-contact-item .icon-box i{
	font-size: 16px;
	color: #fff;
}



.footer-contact-content p{
	color: #fff;
	margin: 0;
}

.footer-newsletter-form p{
	color: #fff;
	margin-bottom: 30px;
}

.footer-newsletter-form .form-group{
	display: flex;
	background: v#fff;
	overflow: hidden;
}

.footer-newsletter-form .form-group .form-control{
	width: 85%;
	border: none;
	border-radius: 0;
	color: #283132;
	background: #fff;
	padding: 13px 10px;
	box-shadow: none;
}

.footer-newsletter-form .form-group .form-control::placeholder{
	color: #283132;
}

.footer-newsletter-form button{
	background-color: #7C877F;
	width: 15%;
	border: none;
	padding: 0;
}

.footer-newsletter-form button i{
	color: #192324;
	font-size: 16px;
	transition: all 0.3s ease-in-out;
}

.footer-newsletter-form button:hover i{
	color: #fff;
}

.footer-copyright{
	border-top: 1px solid #FFFFFF1A;
	text-align: center;
	margin-top: 65px;
	padding: 40px 0;
}

.footer-copyright-text p{
	color: #fff;
	margin: 0;
}
#About{
    height: 80vh;
    background-position: center ;
}
#About::after{
   
    height: 80vh;

}


#About-us{
    position: relative;
    left: 39%;
    top: 20%;
    z-index: 0;
    z-index: 88;
}
#About-us p{
    padding: 0;
    margin: 0 80px;
    position: relative;

}
.about-items{
    padding: 35px 0;
}
#how-we-work-about{
    margin-top: 60px;
    z-index: 0;
    padding: 100px ;
}
.news{  

    background-color: #f8f8f8;
    color: #192324;
}
.left-news p{
    color: #283132;
    font-size: 15px;
}
#left-news-after::after{
    content: '';
    position: absolute;
    background-color: #7c877f55;
    top: 10%;
    width: 1px;
    height: 19rem;
   left: -4%;

}
.left-news{
    padding: 45px;
    position: relative;
}
.news h3 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.news .icon-box:hover{
    background-color:#283132;
}
.news .icon-box img{
    width: 70%;
    height: 100%;

}
.news .icon-box{
    position: relative;
    width: 85px;
    height: 85px;
    background: #EAF0EC;
    border-radius: 50%;
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.4s;
}
.best-selling { 
    margin-top: 2rem;
    background: url(../img/page_2/section-bg-shape-1.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    padding: 50px 100px;
    width: 100%;
}
.testimonial-rating-counter{
	display: flex;
	align-items: center;
	gap: 20px;
    padding: 20px 0;
}

.testimonial-rating-counter .rating-counter h2{
	font-size: 58px;
}

.testimonial-client-rating{
	display: inline-block;
	background: #7C877F;
    padding: 0px 5px 3px 5px;
    line-height: 1em;
}

.testimonial-client-rating i{
	font-size: 10px;
	color:#fff
}

.testimonial-rating-content p{
	color: #192324;
	font-weight: 500;
	margin: 0;
}
.service-image-About-text p{
    margin-left: 20px;

    padding-top:10px ;

}
.service-image-About-text{
    margin-left: 7rem;
}
#text_About-titile{
    padding: 90px 0;
}
#service-image-About img{
    height: 500px;
   
}
#service-icons{
    padding: 0;
    width: 12rem;
    margin: auto;
}
#service-icons ul li a {
    width: 50px;
    height: 50px;
    background-color: #EAF0EC;
    color: #fff;
}
#service-icons ul li a:hover{
    background-color: #192324;
}
#service-main{
    margin-top: 60px;
}
.our-faqs{
    margin-top:60px;
}
.our-faqs-img{
    padding: 35px 0;
}
.faq-accordion .accordion-item{
    border-bottom: 1px solid #EAF0EC;
    margin-bottom: 30px;
    padding-bottom: 15px;
}

.faq-accordion .accordion-item:last-child{
    margin-bottom: 0;
	padding-bottom: 0;
    border-bottom: none;
}

.faq-accordion .accordion-header .accordion-button{
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2em;
    color: #192324;
	align-items: start;
    transition: all 0.3s ease-in-out;
}

.faq-accordion .accordion-header .accordion-button span{
	margin-right: 7px;
}

.faq-accordion .accordion-button:not(.collapsed){
    padding-bottom: 15px;
}

.faq-accordion .accordion-item .accordion-button::after, 
.faq-accordion .accordion-item .accordion-button.collapsed::after{
	content: '\2b';
	position: absolute;
	font-size: 20px;
	font-weight: 900;
	color:#192324;
	text-align: right;
    top: 0;
    right: 10%;
	transition: all 0.3s ease-in-out;
}



.faq-accordion .accordion-body{
	padding-right: 35px;
}

.faq-accordion .accordion-body p{
	margin: 0;
}

.our-faqs-image{
	text-align: right;
}

.our-faqs-image figure{
	display: block;
}

.our-faqs-image img{
	width: 100%;
	aspect-ratio: 1 / 1.26;
    object-fit: cover;
}

.our-clients{
	background-color: #F8F8F8;
	padding: 100px 0;
    height: 500px;
}



.our-client-slider .client-logo img{
	width: 100%;
	max-height: 40px;
}
.our-clients{
    text-align: center;
    
}
.our-clients .section-title h3::after{
    left: 43%;
} 
.our-clients .section-title p{
    padding: 20px 100px;
}
.our-clients .sliders{
    padding: 0 70px;
    border: 0;
}
.page-blog{
	padding: 100px 0;
}
.contact-img{
    padding: 0 30px;
}

.page-pagination{
    margin-top: 20px;
    text-align: center;
    margin-bottom: 45px;
}

.page-pagination ul{
    justify-content: center;
    padding: 0;
    margin: 0;
}

.page-pagination ul li a,
.page-pagination ul li span{
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    background: #7C877F;
    color: #fff;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    font-weight: 700;
	line-height: 1em;
    transition: all 0.3s ease-in-out;
}

.page-pagination ul li.active a, 
.page-pagination ul li a:hover{
    background: #192324;
    color: #fff;
}
.contact-us{
    padding: 80px 0;
}
.contact-us input{
  border: 1PX solid #EAF0EC;
      font-size: 16px;
    line-height: 1.2em;
    color: #283132;
    
}
#phone-contect{
padding: 14px;
    margin: 15px 14px;
    display: block;
    color: #283132;
    
    width: 35rem;
    height: 2.8rem;
}
 #message-contect{
  padding: 0 14px;
    margin: 15px 14px;
    display: block;
    width: 35rem;
    height: 6.3rem;
    text-align: start;
    color: #283132;
}

 .contect-form #name,
 .contect-form #email{
    color: #283132;
     
    width: 16.5rem;
     padding: 14px;
     height: 2.8rem;
     margin: 0 12px;
     display: inline-block;
 }
 .contact-us form button{
    border: 0 ;
   margin-left: 14px;
 }

   .contact-us h3::after{
left: -8%;
   }


   .Google-map{
    text-align: center;
    padding: 70px 0;
   }
   .Google-map .section-title p{
    padding: 15px 0;
   }
   .Google-map .section-title h3::after{
    left: 36%;
   }
   .google-map-iframe, .google-map-iframe iframe {
    width: 100%;
    height: 500px;
}
.sidebar-cta-image figure{
	display: block;
}

.sidebar-cta-image img{
	width: 100%;
	aspect-ratio: 1 / 0.57;
	object-fit: cover;
}

.sidebar-cta-Body{
	border: 1px solid #EAF0EC;
	padding: 30px;
}

.sidebar-cta-content{
	margin-bottom: 25px;
}

.sidebar-cta-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.sidebar-cta-content p{
	font-weight: 500;
	margin-bottom: 0;
}

.sidebar-cta-contact-item{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.sidebar-cta-contact-item:last-child{
	margin-bottom: 0;
}

.sidebar-cta-contact-item .icon-box{
	position: relative;
	height: 58px;
	width: 58px;
	background-color:  #EAF0EC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
	transition: all 0.4s ease-in-out;
}

.sidebar-cta-contact-item:hover{
	background-color: transparent;
}

.sidebar-cta-contact-item .icon-box::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #192324;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}
.sidebar-cta-contact-item .icon-box img {
    position: relative;
    max-width: 24px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.sidebar-cta-contact-item:hover .icon-box::before{
    transform: scale(1.1);
}
.contact-info-box{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 60px;
}

.contact-info-item{
	width: calc(33.33% - 20px);
	display: flex;
}

.contact-info-item .icon-box{
	position: relative;
	height: 60px;
	width: 60px;
	background-color: #EAF0EC;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 20px;
}

.contact-info-item .icon-box:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #192324;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.contact-info-item:hover .icon-box:before{
	transform: scale(1);
}

.contact-info-item .icon-box i{
	position: relative;
	font-size: 20px;
	color: #7C877F;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.contact-info-item:hover .icon-box i{
	color: #fff;
}

.contact-info-content{
	width: calc(100% - 80px);
}

.contact-info-content h3{
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.contact-info-content p{
	margin-bottom: 0;
}
.page-project-single{
	padding: 100px 0;
}

.project-single-sidebar{
	position: sticky;
	top: 30px;
	margin-right: 30px;
}

.project-detail-list{
	border: 1px solid #EAF0EC;
	padding: 30px;
	margin-bottom: 60px;
}

.project-detail-item{
	display: flex;
	align-items: center;
    margin-bottom: 30px;
}

.project-detail-item:last-child{
	margin-bottom: 0;
}

.project-detail-item .icon-box{
	position: relative;
	background-color: #EAF0EC;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	transition: all 0.3s ease-in-out;
}

.project-detail-item .icon-box::before{
	content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #7C877F;
    border-radius: 50%;
    height: 100%;
    width: 100%;
    transform: scale(0);
    transition: all 0.3s ease-in-out;
}

.project-detail-item:hover .icon-box::before{
	transform: scale(1);
}

.project-detail-item .icon-box i{
	font-size: 22px;
	color: #7C877F;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.project-detail-item:hover .icon-box i{
	color: #fff;
}

.project-detail-content{
	width:15rem;
}

.project-detail-content h3{
	font-size: 16px;
	font-weight: 500;
   
	text-transform: capitalize;
	margin-bottom: 5px;
}

.project-detail-content p{
	color: #7C877F;
	text-transform: capitalize;
	margin-bottom: 0;
}

.project-single-image{
    margin-bottom: 40px;
}

.project-single-image figure{
    display: block;
}

.project-single-image img{
	width: 100%;
    aspect-ratio: 1 / 0.6;
    object-fit: cover;
}

.project-info,
.project-design-info{
	margin-bottom: 60px;
}

.project-entry h2{
    font-size: 46px;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 30px;
}

.project-entry p{
	margin-bottom: 20px;
}

.project-entry p:last-child{
	margin-bottom: 0;
}

.project-entry ul{
    list-style: none;
    margin-bottom: 20px;
    padding: 0;
}

.project-entry ul li{
	position: relative;
    font-weight: 500;
    color: #283132;
    padding-left: 30px;
    margin-bottom: 15px;
}

.project-entry ul li:last-child{
	margin-bottom: 0;
}

.project-entry ul li::before{
    content: '\f058';
    position: absolute;
    font-family: 'FontAwesome';
    font-size: 20px;
    font-weight: 900;
    line-height: normal;
    color: #7C877F;
    display: inline-block;
    top: 2px;
    left: 0;
}

.project-gallery-images{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.project-gallery-img{
    width:11rem;
}

.project-gallery-img a,
.project-gallery-img figure{
    display: block;
	cursor: none;
}

.project-gallery-img figure img{
    width: 100%;
    aspect-ratio: 1 / 0.99;
    object-fit: cover;
}
/* @media only screen and (max-width: 420px) {
    .text-1 h1{
        font-size: 25px;
    } */


 @media screen and  (max-width:768px) {
   .hero .text-hero h1{
        font-size: 4.5rem;
    }
    
 }
 @media screen and (max-width:576px) {
     .hero .text-hero h1{
        font-size: 3rem;
    }
    
 }
 /* #Row{
    position: relative;

 } */
#lightBoxContainer{
      width: 100vw;
    height: 100vh;

    position: fixed;
    background-color: #0000004d;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    display: none;

}
#lightBoxItem #close:hover {
    color: #F8F8F8;
}
#lightBoxItem #close {
 font-size: 25px;
 position: absolute;
right:-8px ;
top: -28px;
cursor: pointer;
}
#lightBoxItem {
    position: relative;
   display: flex;
   justify-content: center;
    width: 105vh;  
    height: 60vh;

}
#lightBoxItem iframe{
      width: 100%;
    height: 100%;
        border-radius: 8px;

    

}
.footer-logo {
    width: 150px;
    height: 50px;
    opacity: 1;
    visibility: visible;
}

/* ========================================
   RESPONSIVE MEDIA QUERIES FOR BOOTSTRAP SITE
   ======================================== */

/* ============================================
   GLOBAL FIXES FOR ALL SCREENS
   ============================================ */

/* Fix Company Logos Display */
.how-work-company-slider,
.sliders {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.how-work-company-slider .box-icon img,
.sliders img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Ensure images are visible */
.how-work-company-slider .box-icon,
.sliders img {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Fix About Us Section overlay */
.back-ground {
    position: relative;
}

.back-ground::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.back-ground .container,
.back-ground .row,
.back-ground .col-12 {
    position: relative;
    z-index: 2;
}

#About-us {
    position: relative;
    z-index: 3;
}

/* ========================================
   ORIGINAL RESPONSIVE STYLES
   ======================================== */

/* ============================================
   HEADER & NAVIGATION FIXES
   ============================================ */

/* Header Improvements */
.header {
    z-index: 999;
    background-color:transparent;
}

.navbar {
    padding: 15px 0;
}

.navbar-brand img {
    max-width: 150px;
    height: auto;
}

/* Navbar Toggler Custom Style */
.navbar-toggler {
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    padding: 8px 12px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1001;
}

.navbar-toggler:focus {
    box-shadow: none;
    outline: none;
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-toggler-icon {
    width: 25px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler:hover .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Prevent body scroll when menu is open */
body.menu-open {
    overflow: hidden;
}

/* Mobile Menu Styling */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: rgba(25, 35, 36, 0.98);
        padding: 20px;
        margin-top: 15px;
        border-radius: 8px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
        position: fixed;
        top: 80px;
        left: 15px;
        right: 15px;
        z-index: 1000;
        max-height: calc(100vh - 100px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    /* Backdrop for mobile menu */
    .navbar-collapse.show::before,
    .navbar-collapse.collapsing::before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: -1;
        animation: fadeIn 0.3s ease;
    }
    
    @keyframes fadeIn {
        from { opacity: 0; }
        to { opacity: 1; }
    }
    
    .navbar-nav {
        align-items: flex-start !important;
    }
    
    .nav-item {
        margin: 5px 0;
        width: 100%;
    }
    
    .nav-link {
        color: #fff !important;
        padding: 12px 15px !important;
        border-radius: 5px;
        transition: all 0.3s ease;
        display: block;
        font-size: 16px;
    }
    
    .nav-link:hover,
    .nav-link:active,
    .nav-link:focus {
        background-color: #7C877F;
        transform: translateX(5px);
    }
    
    .header-btn {
        margin-top: 15px;
        width: 100%;
        padding: 0;
    }
    
    .header-btn .btn-default {
        width: 100%;
        text-align: center;
        display: block;
        background-color: #7C877F;
        color: #fff !important;
        padding: 12px;
        border-radius: 5px;
        border: none;
    }
    
    .header-btn .btn-default:hover {
        background-color: #192324;
    }
    
    /* Fix for navbar container */
    .navbar {
        position: relative;
    }
    
    .navbar > .container {
        position: relative;
    }
}

/* Logo Section Improvements */
.how-work-company-slider .box-icon,
.sliders img {
    transition: all 0.3s ease;
    opacity: 0.7;
}

.how-work-company-slider .box-icon:hover,
.sliders img:hover {
    opacity: 1;
    transform: scale(1.05);
}

/* ========================================
   ORIGINAL RESPONSIVE STYLES
   ======================================== */

/* ============================================
   LARGE TABLETS & SMALL DESKTOPS (max-width: 1199px)
   ============================================ */
@media (max-width: 1199px) {
    .hero .text-hero h1 {
        font-size: 60px;
        max-width: 55rem;
    }
    
    .back-ground .card-text h1 {
        font-size: 60px;
    }
    
    .img-2 {
        left: 10rem;
    }
    
    .shape {
        left: 8rem;
    }
    
    .cardfa::after {
        right: 18rem;
    }
    
    .our-testimonials-text {
        padding: 60px;
    }
    
    .best-selling {
        padding: 50px 50px;
    }
}

/* ============================================
   TABLETS (max-width: 991px)
   ============================================ */
@media (max-width: 991px) {
    /* Hero Section */
    .hero {
        padding: 200px 0 150px;
        min-height: 70vh;
    }
    
    .hero .text-hero h1 {
        font-size: 50px;
    }
    
    .hero .text-hero p {
        font-size: 18px;
    }
    
    /* Back-ground Section */
    .back-ground {
        height: 60vh;
    }
    
    .back-ground .card-text h1 {
        font-size: 50px;
    }
    
    #About-us {
        left: 25%;
    }
    
    /* About Section */
    .about-img {
        height: auto;
        margin-bottom: 50px;
    }
    
    .img-1 {
        width: 60%;
        position: relative;
    }
    
    .img-2 {
        position: relative;
        top: 0;
        left: 0;
        margin-top: 20px;
        width: 50%;
    }
    
    .shape {
        position: relative;
        top: 0;
        left: 0;
        margin: 30px auto;
    }
    
    .img-3 {
        display: none;
    }
    
    .feedback-counter {
        display: none;
    }
    
    /* Small Row Cards */
    .small-row {
        flex-direction: column;
    }
    
    .cardfa::after,
    .cardfe::after {
        display: none;
    }
    
    .cardfa ul {
        padding: 20px 0;
    }
    
    /* How We Work */
    .how-we-work-item {
        width: calc(50% - 15px);
    }
    
    /* Skills Section */
    .our-skills-img {
        margin-left: 0;
        margin-top: 50px;
    }
    
    .our-skills-img .our-img-1 {
        width: 100%;
        max-width: 333px;
        margin: 0 auto;
    }
    
    /* Testimonials */
    .our-testimonials-text {
        padding: 40px 30px;
    }
    
    /* Footer */
    .footer-social-links {
        justify-content: start;
        margin-top: 20px;
    }
    
    .main-footer .footer-header {
        padding-bottom: 20px;
    }
    
    /* Best Selling */
    .best-selling {
        padding: 50px 30px;
    }
    
    /* Why Choose Images */
    .firist-box-img,
    .second-box-img {
        flex-direction: column;
    }
    
    .firist-box-img .box-img-1,
    .firist-box-img .box-img-2,
    .second-box-img .box-img-1,
    .second-box-img .box-img-2 {
        width: 100%;
        margin-bottom: 20px;
    }
}

/* ============================================
   MOBILE LANDSCAPE & SMALL TABLETS (max-width: 767px)
   ============================================ */
@media (max-width: 767px) {
    /* Hero Section */
    .hero {
        padding: 150px 0 100px;
        min-height: 70vh;
        background-attachment: scroll;
        position: relative;
    }
    
    .hero .text-hero {
        position: relative;
        z-index: 2;
    }
    
    .hero .text-hero h1 {
        font-size: 40px;
        max-width: 100%;
    }
    
    .hero .text-hero p {
        font-size: 16px;
        max-width: 100%;
    }
    
    .hero .text-hero h3 {
        font-size: 14px;
    }
    
    .btn-default.btn-highlighted {
        margin: 10px 15px 10px 0;
        display: inline-block;
    }
    
    /* Center text on mobile */
    .hero .text-hero {
        text-align: center;
    }
    
    .hero .text-hero h3::after {
        display: none;
    }
    
    /* Back-ground Section */
    .back-ground {
        height: 60vh;
        min-height: 400px;
        background-attachment: scroll;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .back-ground .card-text h1 {
        font-size: 35px;
    }
    
    .card-text p {
        font-size: 16px;
        margin-top: 20px;
    }
    
    #About-us {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        text-align: center;
    }
    
    #About-us .text-1 {
        position: relative;
        z-index: 2;
    }
    
    #About-us p {
        margin: 10px auto;
    }
    
    .back-ground .card-text h1::before {
        display: none;
    }
    
    /* Section Titles */
    .section-title h2 {
        font-size: 32px;
    }
    
    .section-title h3 {
        font-size: 14px;
    }
    
    .section-title h3::after {
        left: -10%;
    }
    
    /* About Section */
    .about-Us {
        padding: 30px 0;
    }
    
    .about-text {
        padding-top: 30px;
    }
    
    .about-img {
        text-align: center;
    }
    
    .img-1,
    .img-2 {
        width: 80%;
        margin: 0 auto 20px;
    }
    
    .shape {
        width: 120px;
        height: 120px;
    }
    
    .shape span {
        font-size: 28px;
        padding-left: 35px;
    }
    
    .shape h3 {
        font-size: 16px;
    }
    
    /* Small Row */
    .cardfe .header-btn {
        margin-left: 0;
        margin-top: 15px;
    }
    
    .cardfa .sam {
        padding-left: 10px;
    }
    
    /* Products Section */
    .my_products {
        padding: 30px 0;
    }
    
    .why-choose-content {
        margin-bottom: 30px;
    }
    
    .why-choose-items-list {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    
    .why-choose-items-list .icon-box {
        width: 70px;
        height: 50px;
        margin-right: 15px;
    }
    
    /* Services */
    .Our-Services {
        padding: 30px 0;
    }
    
    .our-service-text {
        padding-top: 30px;
    }
    
    .service-item {
        height: auto;
        margin-bottom: 30px;
    }
    
    .service-btn {
        top: 20px;
        right: 20px;
    }
    
    .service-btn a {
        width: 50px;
        height: 50px;
    }
    
    .service-content {
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    
    /* Company Logos Section */
    .how-work-company-slider {
        gap: 20px;
        justify-content: center;
        padding-top: 40px;
        align-items: center;
    }
    
    .how-work-company-slider .box-icon {
        flex: 0 0 auto;
        margin: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
    }
    
    .how-work-company-slider .box-icon img {
        width: auto;
        max-width: 100px;
        max-height: 40px;
        object-fit: contain;
        filter: grayscale(0);
        opacity: 0.8;
    }
    
    .how-work-company-slider .box-icon:hover img {
        opacity: 1;
    }
    
    /* Sliders */
    .sliders {
        padding-top: 40px;
        gap: 20px;
        align-items: center;
    }
    
    .sliders img {
        width: auto;
        max-width: 120px;
        height: 40px;
        object-fit: contain;
        margin: 5px;
        filter: grayscale(0);
    }
    
    /* Skills Section */
    .our-skills {
        padding: 60px 0;
    }
    
    .our-skills-img .our-img-1,
    .our-skills-img .our-img-2,
    .our-skills-img .our-img-3 {
        position: relative;
        width: 100%;
        max-width: 100%;
        top: 0;
        right: 0;
        margin-bottom: 20px;
    }
    
    .our-skills-img {
        padding-bottom: 0;
    }
    
    /* Testimonials */
    .our-testimonials {
        margin-top: 30px;
    }
    
    .our-testimonials-img {
        height: 400px;
        margin-bottom: 30px;
    }
    
    .our-testimonials-text {
        padding: 30px 20px;
    }
    
    .testimonial-rating-counter {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .testimonial-rating-counter .rating-counter h2 {
        font-size: 40px;
    }
    
    /* Blog Section */
    .our-blog {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    
    .our-blog .text_p {
        padding: 40px 20px;
    }
    
    #our-blog {
        padding-right: 0;
        margin-bottom: 20px;
    }
    
    .our-blog-cards {
        height: auto;
        margin-bottom: 30px;
    }
    
    .our-blog-img {
        height: 300px;
    }
    
    /* Project Section */
    .Our-Project {
        padding: 50px 0;
    }
    
    .Our-Project .text_p {
        padding-top: 30px;
    }
    
    .our-Project-nav {
        padding: 40px 0;
        max-width: 100%;
    }
    
    .our-Project-nav ul {
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .our-Project-nav ul li a {
        font-size: 14px;
        padding: 8px 15px;
    }
    
    .project-cards .h4 {
        top: auto;
        bottom: 2rem;
        left: 1.5rem;
    }
    
    /* Best Selling */
    .best-selling {
        padding: 30px 20px;
    }
    
    .best-selling-content {
        margin-bottom: 30px;
    }
    
    /* Team Section */
    .service-image-About-text {
        margin-left: 0;
        text-align: center;
    }
    
    #service-icons {
        margin-top: 20px;
    }
    
    /* FAQs */
    .our-faqs {
        margin-top: 40px;
    }
    
    .faq-accordion .accordion-header .accordion-button {
        font-size: 18px;
        padding-right: 40px;
    }
    
    .faq-accordion .accordion-item .accordion-button::after,
    .faq-accordion .accordion-item .accordion-button.collapsed::after {
        right: 0;
    }
    
    /* Clients */
    .our-clients {
        padding: 60px 0;
        height: auto;
    }
    
    .our-clients .section-title h3::after {
        left: 40%;
    }
    
    .our-clients .section-title p {
        padding: 20px 20px;
    }
    
    .our-clients .sliders {
        padding: 0 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .our-clients .sliders img {
        width: 120px;
        margin: 10px;
    }
    
    /* Contact Section */
    .contact-us {
        padding: 50px 0;
    }
    
    .contact-img {
        padding: 0;
        margin-bottom: 30px;
    }
    
    .contect-form #name,
    .contect-form #email {
        width: 100%;
        display: block;
        margin: 10px 0;
    }
    
    #phone-contect,
    #message-contect {
        width: 100%;
        margin: 10px 0;
    }
    
    .contact-us form button {
        margin-left: 0;
        width: 100%;
    }
    
    /* Google Map */
    .Google-map {
        padding: 50px 0;
    }
    
    .Google-map .section-title h3::after {
        left: 30%;
    }
    
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 350px;
    }
    
    .contact-info-box {
        gap: 20px;
    }
    
    .contact-info-item {
        width: 100%;
    }
    
    /* Footer */
    .main-footer {
        padding: 60px 0 0;
    }
    
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer-social-links {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .footer-links {
        margin-bottom: 30px;
    }
    
    .footer-copyright {
        margin-top: 40px;
        padding: 30px 0;
    }
}

/* ============================================
   MOBILE PORTRAIT (max-width: 575px)
   ============================================ */
@media (max-width: 575px) {
    /* Hero Section */
    .hero {
        padding: 120px 0 80px;
        min-height: 60vh;
        background-attachment: scroll;
    }
    
    .hero .text-hero h1 {
        font-size: 32px;
        text-align: center;
    }
    
    .hero .text-hero p {
        font-size: 14px;
        text-align: center;
    }
    
    .hero .text-hero h3 {
        font-size: 12px;
        padding-left: 0;
        text-align: center;
    }
    
    .hero .text-hero h3::after {
        display: none;
    }
    
    /* Back-ground Section */
    .back-ground {
        height: 50vh;
        min-height: 350px;
        background-attachment: scroll;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .back-ground .row {
        width: 100%;
    }
    
    .back-ground .card-text h1 {
        font-size: 28px;
        text-align: center;
    }
    
    .card-text p {
        font-size: 14px;
        text-align: center;
    }
    
    #About-us {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
        padding: 0 20px;
    }
    
    #About-us .text-1 {
        text-align: center;
    }
    
    #About-us p {
        margin: 10px auto;
        max-width: 90%;
    }
    
    .back-ground .card-text h1::before {
        display: none;
    }
    
    /* Section Titles */
    .section-title h2 {
        font-size: 26px;
    }
    
    .section-title p {
        font-size: 14px;
    }
    
    /* Buttons */
    .btn-default {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .btn-default.btn-highlighted {
        margin: 10px 0;
        display: inline-block;
    }
    
    .hero .text-hero .btn-default {
        margin: 5px;
    }
    
    /* About Images */
    .img-1,
    .img-2 {
        width: 100%;
    }
    
    .shape {
        width: 100px;
        height: 100px;
    }
    
    .shape span {
        font-size: 24px;
        padding-left: 30px;
    }
    
    .shape h3 {
        font-size: 14px;
    }
    
    /* Service Items */
    .service-content h3 {
        font-size: 18px;
    }
    
    .service-content p {
        font-size: 14px;
    }
    
    /* How We Work */
    .how-we-work-content h3 {
        font-size: 18px;
    }
    
    .how-we-work-content p {
        font-size: 14px;
    }
    
    .how-work-company-slider .box-icon,
    .sliders img {
        width: 100px;
    }
    
    /* Skills */
    .skill-data .skill-title,
    .skill-data .skill-no {
        font-size: 14px;
    }
    
    /* Testimonials */
    .our-testimonials-img {
        height: 300px;
    }
    
    .our-testimonials-sliders p {
        font-size: 14px;
    }
    
    /* Blog Cards */
    .our-blog-text h2 {
        font-size: 18px;
    }
    
    .our-blog-img {
        height: 250px;
    }
    
    /* Project Cards */
    .project-cards h4 {
        font-size: 14px;
    }
    
    .project-cards h3 a {
        font-size: 18px;
    }
    
    /* Team Cards */
    #service-image-About img {
        height: 400px;
    }
    
    /* FAQs */
    .faq-accordion .accordion-header .accordion-button {
        font-size: 16px;
    }
    
    .faq-accordion .accordion-body {
        padding-right: 15px;
    }
    
    /* Clients */
    .our-clients .section-title h3::after {
        left: 35%;
    }
    
    .our-clients .sliders img {
        width: 100px;
    }
    
    /* Contact Form */
    .contact-us h3::after {
        left: -12%;
    }
    
    /* Google Map */
    .Google-map .section-title h3::after {
        left: 25%;
    }
    
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 300px;
    }
    
    .contact-info-item .icon-box {
        width: 50px;
        height: 50px;
    }
    
    .contact-info-content h3 {
        font-size: 18px;
    }
    
    /* Footer */
    .footer-links h3 {
        font-size: 18px;
    }
    
    .footer-social-links {
        gap: 15px;
    }
    
    /* Back to Top Button */
    #backToTob {
        width: 40px;
        height: 40px;
        bottom: 15px;
        inset-inline-end: 15px;
    }
    
    #icon {
        font-size: 16px;
    }
}

/* ============================================
   EXTRA SMALL DEVICES (max-width: 420px)
   ============================================ */
@media (max-width: 420px) {
    .hero .text-hero h1 {
        font-size: 28px;
    }
    
    .back-ground .card-text h1 {
        font-size: 24px;
    }
    
    .section-title h2 {
        font-size: 22px;
    }
    
    #About-us {
        width: 98%;
    }
    
    .btn-default {
        padding: 10px 18px;
        font-size: 13px;
        margin-right: 38px;
    }
    
    .shape {
        width: 90px;
        height: 90px;
    }
    
    .shape span {
        font-size: 20px;
        padding-left: 25px;
    }
    
    .shape h3 {
        font-size: 12px;
    }
    
    .our-blog-img {
        height: 220px;
    }
    
    #service-image-About img {
        height: 350px;
    }
    
    .google-map-iframe,
    .google-map-iframe iframe {
        height: 250px;
    }
    
    /* Company Logos - Extra Small */
    .how-work-company-slider {
        padding-top: 30px;
    }
    
    .how-work-company-slider .box-icon {
        min-height: 35px;
    }
    
    .how-work-company-slider .box-icon img {
        max-width: 80px;
        max-height: 35px;
    }
    
    .sliders {
        padding-top: 30px;
        gap: 15px;
    }
    
    .sliders img {
        max-width: 100px;
        height: 35px;
    }
    
    /* Navbar Brand */
    .navbar-brand img {
        max-width: 120px;
    }
    
    /* Mobile Menu Adjustments */
    .navbar-collapse {
        top: 70px;
    }
}

/* ============================================
   UTILITY CLASSES FOR RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .text-lg-start {
        text-align: left !important;
    }
    
    .text-lg-center {
        text-align: center !important;
    }
    
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
}

@media (max-width: 767px) {
    .text-md-center {
        text-align: center !important;
    }
    
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
}
/* ========================================
   CRITICAL FIXES - PLACE AT END OF STYLE.CSS
   ======================================== */

/* ============================================
   FIX HEADER TRANSPARENCY ISSUE
   ============================================ */





/* ============================================
   FIX MOBILE MENU COVERING CONTENT
   ============================================ */
@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed !important;
        top: 80px !important;
        left: 15px !important;
        right: 15px !important;
        background-color: rgba(25, 35, 36, 0.98) !important;
        padding: 20px !important;
        border-radius: 8px !important;
        max-height: calc(100vh - 100px) !important;
        overflow-y: auto !important;
        z-index: 1000 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
    }
    
    /* Dark backdrop behind menu */
    .navbar-collapse.show::before {
        content: '' !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        background-color: rgba(0, 0, 0, 0.7) !important;
        z-index: -1 !important;
    }
    
    .nav-link {
        color: #fff !important;
        padding: 12px 15px !important;
        border-radius: 5px !important;
        display: block !important;
    }
    
    .nav-link:hover {
        background-color: #7C877F !important;
        transform: translateX(5px);
    }
    
    .header-btn .btn-default {
        background-color: #7C877F !important;
        color: #fff !important;
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 15px;
    }
}

/* ============================================
   FIX HERO SECTION ON MOBILE
   ============================================ */
@media (max-width: 991px) {
    .hero {
        min-height: 70vh !important;
        padding: 150px 0 100px !important;
    }
    
    .hero .text-hero {
        text-align: center !important;
        margin-top: 20px;
    }
    
    .hero .text-hero h1 {
        font-size: 40px !important;
    }
    
    .hero .text-hero p {
        font-size: 16px !important;
    }
    
    .hero .text-hero h3::after {
        display: none !important;
    }
    
    /* Fix Hero Buttons */
    .hero .text-hero .btn-default,
    .hero .hero-content .btn-default {
        display: inline-block !important;
        margin: 10px 5px !important;
        padding: 14px 25px !important;
        font-size: 15px !important;
        min-width: 150px !important;
    }
}

@media (max-width: 767px) {
    .hero {
        padding: 120px 0 80px !important;
        min-height: 60vh !important;
    }
    
    .hero .text-hero h1 {
        font-size: 32px !important;
    }
    
    .hero .text-hero p {
        font-size: 14px !important;
    }
    
    /* Stack buttons vertically on small screens */
    .hero .text-hero .btn-default,
    .hero .hero-content .btn-default {
        display: block !important;
        width: 100% !important;
        max-width: 250px !important;
        margin: 10px auto !important;
        text-align: center !important;
    }
}

@media (max-width: 575px) {
    .hero .text-hero .btn-default,
    .hero .hero-content .btn-default {
        padding: 12px 20px !important;
        font-size: 14px !important;
        min-width: auto !important;
    }
}

/* ============================================
   FIX ABOUT US PAGE BACKGROUND
   ============================================ */
.back-ground {
    position: relative !important;
    min-height: 60vh !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.back-ground::after {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-color: rgba(0, 0, 0, 0.6) !important;
    z-index: 1 !important;
}

.back-ground .container {
    position: relative !important;
    z-index: 2 !important;
}



#About-us .text-1 h1 {
    color: #fff !important;
    font-size: 50px !important;
}

#About-us .text-1 p {
    color: #fff !important;
    font-size: 18px !important;
}

@media (max-width: 767px) {
    .back-ground {
        min-height: 50vh !important;
    }
    
    #About-us .text-1 h1 {
        font-size: 32px !important;
    }
    
    #About-us .text-1 p {
        font-size: 14px !important;
    }
    
    .back-ground .card-text h1::before {
        display: none !important;
    }
}

/* ============================================
   FIX COMPANY LOGOS NOT SHOWING
   ============================================ */
.how-work-company-slider,
.sliders {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.how-work-company-slider .box-icon,
.sliders img {
    opacity: 1 !important;
    visibility: visible !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.how-work-company-slider .box-icon img,
.sliders img {
    max-width: 150px !important;
    height: auto !important;
    max-height: 50px !important;
    object-fit: contain !important;
    display: block !important;
    filter: none !important;
    opacity: 0.8 !important;
}

.how-work-company-slider .box-icon:hover img,
.sliders img:hover {
    opacity: 1 !important;
}

@media (max-width: 767px) {
    .how-work-company-slider .box-icon img,
    .sliders img {
        max-width: 100px !important;
        max-height: 40px !important;
    }
}

/* ============================================
   FIX BUTTONS ON MOBILE
   ============================================ */
/* General Button Fixes */
.btn-default {
    position: relative !important;
    display: inline-block !important;
    background: #7C877F !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1em !important;
    text-transform: capitalize !important;
    border: none !important;
    padding: 17px 46px 17px 20px !important;
    transition: all 0.5s ease !important;
    overflow: hidden !important;
    z-index: 5 !important;
}

.btn-default:hover {
    background: #192324 !important;
    color: #fff !important;
}

.btn-default::before {
    content: '' !important;
    position: absolute !important;
    top: 50% !important;
    right: 0 !important;
    width: 16px !important;
    height: 16px !important;
    background-image: url(../img/page_1/arrow-white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    transform: translate(-20px, -50%) !important;
    transition: all 0.4s ease !important;
}

.btn-default:hover::before {
    transform: translate(-18px, -50%) !important;
}

.btn-default.btn-highlighted {
    background-color: #fff !important;
    color: #7C877F !important;
    position: relative !important;
    margin-left: 15px !important;
}

.btn-default.btn-highlighted:hover {
    background-color: #7C877F !important;
    color: #fff !important;
}

.btn-default.btn-highlighted::before {
    background-image: url(../img/page_1/arrow-accent.svg) !important;
}

.btn-default.btn-highlighted:hover::before {
    filter: brightness(0) invert(1) !important;
}

/* Hero Buttons Container */
.hero-content {
    display: flex !important;
    gap: 15px !important;
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
    margin-top: 30px !important;
}

/* ============================================
   RESPONSIVE BUTTONS - TABLETS
   ============================================ */
@media (max-width: 991px) {
    .btn-default {
        padding: 15px 40px 15px 18px !important;
        font-size: 15px !important;
    }
    
    .hero-content {
        justify-content: center !important;
    }
    
    .btn-default.btn-highlighted {
        margin-left: 10px !important;
    }
}

/* ============================================
   RESPONSIVE BUTTONS - MOBILE
   ============================================ */
@media (max-width: 767px) {
    .btn-default {
        padding: 14px 38px 14px 16px !important;
        font-size: 14px !important;
        width: 100% !important;
        max-width: 280px !important;
        text-align: left !important;
    }
    
    .hero-content {
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }
    
    .btn-default.btn-highlighted {
        margin-left: 0 !important;
        position: relative !important;
    }
    
    .btn-default::before {
        width: 14px !important;
        height: 14px !important;
        transform: translate(-18px, -50%) !important;
    }
}

@media (max-width: 575px) {
    .btn-default {
        padding: 12px 35px 12px 15px !important;
        font-size: 13px !important;
        max-width: 100% !important;
    }
    
    .btn-default::before {
        width: 12px !important;
        height: 12px !important;
        transform: translate(-16px, -50%) !important;
    }
    
    .btn-default:hover::before {
        transform: translate(-14px, -50%) !important;
    }
}

/* ============================================
   FIX PROJECT NAVIGATION ON MOBILE
   ============================================ */
.our-Project-nav {
    padding-top: 50px !important;
}

.our-Project-nav ul {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
}

.our-Project-nav ul li {
    padding: 0 15px !important;
}

.our-Project-nav ul li a {
    color: #192324 !important;
    text-transform: capitalize !important;
    border-top: 0px solid #7C877F !important;
    border-bottom: 0px solid #7C877F !important;
    padding: 7px 10px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    font-size: 16px !important;
}

.our-Project-nav ul li #all {
    color: #192324 !important;
    border-top: 2.5px solid #7C877F !important;
    border-bottom: 2.5px solid #7C877F !important;
}

.our-Project-nav ul li a:hover {
    border-top: 2.5px solid #7C877F !important;
    border-bottom: 2.5px solid #7C877F !important;
}

@media (max-width: 991px) {
    .our-Project-nav {
        padding-top: 40px !important;
    }
    
    .our-Project-nav ul {
        gap: 8px !important;
    }
    
    .our-Project-nav ul li {
        padding: 0 10px !important;
    }
    
    .our-Project-nav ul li a {
        font-size: 15px !important;
        padding: 6px 8px !important;
    }
}

@media (max-width: 767px) {
    .our-Project-nav {
        padding-top: 30px !important;
    }
    
    .our-Project-nav ul {
        gap: 5px !important;
        padding: 0 10px !important;
    }
    
    .our-Project-nav ul li {
        padding: 5px !important;
    }
    
    .our-Project-nav ul li a {
        font-size: 14px !important;
        padding: 5px 8px !important;
        white-space: nowrap !important;
    }
}

@media (max-width: 575px) {
    .our-Project-nav ul {
        justify-content: flex-start !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
        flex-wrap: nowrap !important;
        padding: 0 15px !important;
    }
    
    .our-Project-nav ul li {
        flex-shrink: 0 !important;
    }
    
    .our-Project-nav ul li a {
        font-size: 13px !important;
        padding: 5px 10px !important;
    }
}

/* ============================================
   FIX SECTION TITLES ON MOBILE
   ============================================ */
.section-title h3 {
    position: relative !important;
    margin-left: 40px !important;
    margin-top: 10px !important;
    color: #7C877F !important;
    font-size: 15px !important;
}

.section-title h2 {
    font-size: 46px !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    margin-bottom: 0 !important;
    padding: 10px 0 !important;
}

.section-title span {
    color: #7C877F !important;
}

.section-title p {
    display: block !important;
    padding: 10px !important;
    line-height: 28px !important;
    margin-bottom: 30px !important;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 38px !important;
    }
    
    .section-title h3 {
        margin-left: 35px !important;
        font-size: 14px !important;
    }
    
    .section-title p {
        line-height: 26px !important;
    }
}

@media (max-width: 767px) {
    .section-title h2 {
        font-size: 32px !important;
    }
    
    .section-title h3 {
        margin-left: 30px !important;
        font-size: 13px !important;
    }
    
    .section-title p {
        padding: 10px 5px !important;
        line-height: 24px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 26px !important;
        line-height: 1.3 !important;
    }
    
    .section-title h3 {
        margin-left: 25px !important;
        font-size: 12px !important;
    }
    
    .section-title p {
        font-size: 14px !important;
        line-height: 22px !important;
    }
}

/* ============================================
   PREVENT HORIZONTAL SCROLL
   ============================================ */
body {
    overflow-x: hidden !important;
}



/* ============================================
   FIX NAVBAR BRAND SIZE
   ============================================ */
@media (max-width: 575px) {
    .navbar-brand img {
        max-width: 120px !important;
    }
    
    .navbar-toggler {
        padding: 6px 10px !important;
    }
}

/* ============================================
   SMOOTH TRANSITIONS
   ============================================ */
.navbar-collapse {
    transition: all 0.3s ease !important;
}

.nav-link {
    transition: all 0.3s ease !important;
}

.btn-default {
    transition: all 0.3s ease !important;
}

/* ============================================
   FIX FOOTER ON ALL DEVICES











 