@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');



/*-----------------------------------
Universal Styling
------------------------------------*/
:root{
    --primary-color: #27FE0D;
    --secondary-color: #FF0000;
    --third-color: #B1FFAC;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
html, body{
	overflow-x: hidden !important;
}
.service-template-default{
	overflow-x: visible !important;
}
a{
    text-decoration: none;
}

.title-box h5{
    color: #252625;
      font-family: "Montserrat", sans-serif;
      font-size: 16px;
}
@media screen and (max-width:768px){
	.title-box h5{
		font-size: 14px;
	}
}
.title-box h2{
    color: var(--secondary-color);
      font-family: "Bebas Neue", sans-serif; 
      font-weight: 400;
      text-transform: uppercase;
}
.title-box p{
    color: #fff;
}
@media screen and (min-width:991px){
.title-box p{
    width: 1000px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}
}
@media screen and (min-width:991px){
  .title-box h2{
    font-size: 45px;
  }  
}

/* button */
.primary-btn-1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 15px 30px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    border-radius: 5px;
}

.primary-btn-1:hover {
    color: #fff;
    border: 1px solid var(--primary-color);
}

.primary-btn-1 span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 5px;
    background-color: var(--primary-color);
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.primary-btn-1:hover span {
    width: 225%;
    height: 1000.5px;
}
.text-anime-style-2 > *{
	  font-family: "Bebas Neue", sans-serif !important; 
}
/*-----------------------------------
Header Styling
------------------------------------*/
header .header-top{
	position: relative;
	
}
header .header-top:before{
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	background: #3EB530;
	right: 0;
	z-index: -1;
	border-top-left-radius: 50px;
}
header .header-top .header-social ul{
	list-style: none;
	display: flex;
	padding-bottom: 0;
	padding-left: 0;
	margin-bottom: 0;
}
header .header-top .header-social ul li{
	margin-right: 15px;
}
header .header-top .header-social ul li a svg{
	color: var(--secondary-color);
	width: 20px;
	height: 20px;
}
header .header-top .header-contacts svg{
	color: #000;
	width: 20px;
	height: 20px;
}
header .header-top .header-contacts a{
	color: #000;
	transition: all .5s ease-in-out;
}
header .header-top .header-contacts a:hover{
	color: #fff;
}
header .navbar{
	background: #000;
	border-bottom-right-radius: 50px;
}
#mega-menu-wrap-main-menu{
	width: 100% !important;
}
.text-anime-style-2,
.text-anime-style-2 * {
 font-family: "Bebas Neue", sans-serif !important; 
}
/*-----------------------------------
Banner section Styling
------------------------------------*/
.banner-section .banner-content{
	position: relative;
}
.banner-section .banner-content .banner-small-shape{
	position: absolute;
	top: -10%;
	left: -15%;
	animation: bannerShapeMove 4s ease-in-out infinite;
}
.banner-section .banner-img-wrapper{
	position: relative;
}
.banner-section .banner-img-wrapper .banner-shape-1{
	position: absolute;
	top: 0;
	left: -5%;
	animation: bannerShapeMove 4s ease-in-out infinite;
}
.banner-section .banner-img-wrapper .banner-shape-2{
	position: absolute;
	bottom: 9%;
	left: -30%;
	 animation: bannerShapeMove 4s ease-in-out infinite;
}
@keyframes bannerShapeMove {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
    100% {
        transform: translateY(0px);
    }
}
@media screen and (min-width:991px){
	.banner-section .banner-img-wrapper .banner-img-1{
		width: 695px;
		height: 672px;
		object-fit: cover;	
	}
	.banner-section .banner-content h1{
	font-size: 80px;

}
}
.banner-section .banner-content h1{
		color: #3EB530;
	  font-family: "Bebas Neue", sans-serif !important; 
	
}
.banner-section .banner-content h1 span{
	color: #fff;
	  font-family: "Bebas Neue", sans-serif !important; 
}
.banner-section .banner-content p{
	color: #fff;
}
@media screen and (min-width:991px){
	.banner-section .banner-content p{
		width: 470px;
	}
}
/*-----------------------------------
Why Choose Us section Styling
------------------------------------*/
.why-choose-us .why-choose-content{
	background: #000;
	padding: 40px;
	border-radius: 14px;
	border: 4px solid #B1FFAC;
	transition: all .5s ease-in-out;
	
}
.why-choose-us .why-choose-content:hover{
	box-shadow: 0px 4px 13.5px 6px #00000040;
}
.why-choose-us .why-choose-content .why-choose-content-icon{
	width: 106px;
	height: 106px;
	line-height: 106px;
	text-align: center;
	border: 2px solid var(--primary-color);
	border-radius: 50px;
	
}
.why-choose-us .why-choose-content .why-choose-content-icon img{
	width: 62px;
	height: 62px;
}
.why-choose-us .why-choose-content .why-choose-content-title{
	border-top: 1px dashed #B1FFAC;
}
.why-choose-us .why-choose-content .why-choose-content-title h3{
	color: var(--primary-color);
	font-family: "Bebas Neue", sans-serif; 
      font-weight: 400;
	text-transform: uppercase;
}
@media screen and (min-width:991px){
	.why-choose-us .why-choose-content .why-choose-content-title h3{
		font-size: 22px;
	}
}
.why-choose-us .why-choose-content .why-choose-content-text p{
	color: #fff;
}
/*-----------------------------------
About section Styling
------------------------------------*/
.about .about-img-wrapper{
	position: relative;
}
.about .about-img-wrapper .about-img-1{
	width: 429.03px;
	height: 526.54px;
	object-fit: cover;
	border: 6.59px solid #fff;
	
}
@media screen and (max-width:768px){
	.about .about-img-wrapper .about-img-1{
		width: 100%;
		height: 380px;
	}
	.about .about-img-wrapper .about-img-2,
	.about .about-img-wrapper .about-img-3
	{
		width: 180px !important;
		height: 180px !important;
	}
	.about .about-img-wrapper .about-img-2{
		left: 0;
	}
	.about .about-img-wrapper .about-img-3{
		right: 0;
	}
}
.about .about-img-wrapper .about-shape-2{
	position: absolute;
	top:-10%;
	left: -10%;
	 animation: aboutShapeFloat 6s ease-in-out infinite;
	
}
.about .about-img-wrapper .about-shape-1{
	position: absolute;
	bottom:-10%;
	right: -10%;
	 animation: aboutShapeFloat 6s ease-in-out infinite;
	
}
.about .about-img-wrapper .about-img-2{
	width:303.16px;
	height: 277.45px;
	object-fit: cover;
	position: absolute;
	bottom: -10%;
	left: -10%;
	border: 6.59px solid #fff;
	border-bottom-left-radius: 50px;
}
.about .about-img-wrapper .about-img-3{
	width: 176.4px;
	height: 188.81px;
	object-fit: cover;
	position: absolute;
	top: -10%;
	right: -10%;
	border: 6.59px solid #fff;
	border-top-left-radius: 50px;
}
@keyframes aboutShapeFloat {
    0% {
        transform: translateY(0px) rotate(0deg);
    }
    25% {
        transform: translateY(-10px) rotate(5deg);
    }
    50% {
        transform: translateY(-20px) rotate(0deg);
    }
    75% {
        transform: translateY(-10px) rotate(-5deg);
    }
    100% {
        transform: translateY(0px) rotate(0deg);
    }
}
.about .about-right-col{
	background: #F2F2F2;
	padding: 40px;
	border-radius: 30px;
}
@media screen and (min-width:991px){
	.about .about-right-col{
		width: 691px;
		margin-left: 12%;
	}
}
@media (min-width: 991px) and (max-width: 1367px) {
    /* Your CSS here */

  .about .about-right-col{
		
		margin-left: 4%;
	}
}
.about .about-right-col .about-content p{
	color: #515251;
	line-height: 1.5;
}
.about .about-featured ul{
	list-style: none;
	padding-left: 0;
	column-count: 2;
	
}
@media screen and (max-width:768px){
	.about .about-featured ul{
		column-count: unset;
	}
}
.about .about-featured ul li{
	display: flex;
	align-items: center;
	margin: 10px 0;
	color: #515251;
	font-weight: 700;
	
}
.about .about-featured ul li:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M12 21a9 9 0 1 0-6.364-2.636'/%3E%3Cpath d='m16 10l-3.598 4.318c-.655.786-.983 1.18-1.424 1.2s-.803-.343-1.527-1.067L8 13'/%3E%3C/g%3E%3C/svg%3E");
	    width: 45px;
    height: 45px;
    line-height: 55px;
    text-align: center;
    position: relative;
    margin-right: 10px;
    display: block;
    background: var(--secondary-color);
    border-top-left-radius: 15px;
}
.about .about-featured ul li:nth-child(1):before{
	    background: var(--secondary-color);
}
.about .about-featured ul li:nth-child(2):before{
	    background:  #3EB530;
}
.about .about-featured ul li:nth-child(3):before{
	 background:  #3EB530;
}
/*-----------------------------------
filler section Styling
------------------------------------*/
.filler-section{
    background: var(--secondary-color);
}
.filler-section .filler-section-content h3{
    color: #fff;
      font-family: "Bebas Neue", sans-serif; 
      font-weight: 400;
}
@media screen and (min-width:991px){
    .filler-section .filler-section-content h3{
        font-size: 36px;
    }
}
.filler-section-content img{
    background: #fff;
    padding: 16px 55px;
    border-radius: 14.76px;
   
    height: 140px;
    min-width: 177px;
    object-fit: contain;
     width: 289px;
}

/*-----------------------------------
Services Styling
------------------------------------*/
.services .title-box p{
	color: #515251 !important;
}
.services .services-img-wrapper{
	position: relative;
}
.services .services-img-wrapper img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	height: 399px;
	width: 100%;
}
.services .services-img-wrapper:before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width:0;
	height: 5px;
	background: var(--secondary-color);
	border-top-left-radius: 11px;
	border-top-right-radius: 122px;
	border-bottom-left-radius: 122px;
	transition: all .5s ease-in-out;

	
}
.services .services-content:hover .services-img-wrapper:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 80%;
	height: 5px;
	background: var(--primary-color);
	border-top-left-radius: 11px;
	border-top-right-radius: 122px;
	border-bottom-left-radius: 122px;
}
.services .services-img-wrapper:after{
	content: '';
	position: absolute;
	bottom: 0;
	height: 40px;
	width: 70%;
	left: 50%;
	transform: translateX(-50%);
	background: #073D00;
	border-top-left-radius: 50px;
	border-top-right-radius: 50px;
	
}

.services .services-content .services-content-text-wrapper{
	background: #073D00;
	padding: 20px 40px;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
}
.services .services-content .services-content-text-wrapper h3 a{
	color: var(--primary-color);
	font-family: "Bebas Neue", sans-serif; 
	font-weight: 400;
	transition: all .5s ease-in-out;
}

@media screen and (min-width:991px){
	.services .services-content .services-content-text-wrapper h3 a{
		font-size: 32px;
	}
}
.services .services-content .services-content-text-wrapper .services-content-text p{
	color: #fff;
	display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.services .services-content:hover a{
	color: #fff !important;
}

.services .services-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.services .services-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid var(--primary-color) !important;
	border: none;
	border-radius: 50px;
}
.services .services-wrapper .slick-active button{
	background: var(--primary-color);
}
/*-----------------------------------
Testimonials Styling
------------------------------------*/
.testimonials .title-box h5{
	color: var(--secondary-color);
}
.testimonials .title-box h2{
	color: var(--primary-color);
}
/*-----------------------------------
Get A Quote Styling
------------------------------------*/
.get-a-quote {
    position: relative;
}
.get-a-quote  .get-a-quote-shape{
    position: absolute;
    top: -10%;
    left: -3%;
         animation: floatRotate 6s ease-in-out infinite;

}
.get-a-quote:before{
    content: '';
    position: absolute;
    width:65%;
    height: 100%;
    right: 0;
    background: var(--third-color);
    z-index: 2;
    clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
}
@media screen and (max-width:768px){
	.get-a-quote:before{
		width: 100%;
		clip-path: unset;
	}	
}
.get-a-quote .get-a-quote-img-wrapper img{
    position: relative;
    z-index: 1;
}
.get-a-quote .get-a-quote-form-wrapper{
    position: relative;
    z-index: 3;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.get-a-quote .get-a-quote-form-wrapper h3{
     font-family: "Bebas Neue", sans-serif; 
     text-transform: uppercase;
     margin-bottom: 20px;
     color: #2F3E2D;
}
@media screen and (min-width:991px){
    .get-a-quote .get-a-quote-form-wrapper h3{
        font-size: 45px;
    }
}
.get-a-quote .get-a-quote-form-wrapper input,
.get-a-quote .get-a-quote-form-wrapper select{
    border: 1px solid #919191;
    border-radius: 5px;
    height: 56px;
}
.get-a-quote .get-a-quote-form-wrapper input::placeholder,
.get-a-quote .get-a-quote-form-wrapper textarea{
    color: #585858;
}
.get-a-quote .get-a-quote-form-wrapper select{
    color: #585858;
}
.get-a-quote .get-a-quote-form-wrapper input:focus,
.get-a-quote .get-a-quote-form-wrapper textarea:focus,
.get-a-quote .get-a-quote-form-wrapper select:focus{
    box-shadow: none;
    border: 1px solid var(--secondary-color);
}
.get-a-quote .get-a-quote-form-wrapper textarea{
    height: 139px;
       border: 1px solid #919191;
    border-radius: 5px;
}
.get-a-quote .get-a-quote-form-wrapper .get-a-quote-btn,
.get-a-quote .get-a-quote-form-wrapper .wpforms-submit{
    background: var(--secondary-color) !important;
    width: 100%;
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    border-radius: 5px;
}
.get-a-quote .get-a-quote-form-wrapper .get-a-quote-btn:hover{
    background: #0D0D0D;
}
/*-----------------------------------
Footer Styling
------------------------------------*/
footer {
    position: relative;
    z-index: 999 !important;
}
footer .footer-shape .footer-shape-1{
    position: absolute;
    top: -6%;
    z-index: 11;
      animation: floatRotate 6s ease-in-out infinite;
}
footer .footer-shape .footer-shape-2{
    position: absolute;
    top: -6%;
    z-index: 9;
    left: 5%;
     animation: floatRotate 6s ease-in-out infinite;
}
/* Keyframes Animation */
@keyframes floatRotate {
  0% {
    transform: translateX(0px) rotate(0deg);
  }
  50% {
    transform: translateX(-20px) rotate(10deg);
  }
  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
footer .footer-top{
    background: #0D0D0D;
    position: relative;
    z-index: 10 !important;
}
footer .footer-top h3{
    font-size: 40px;
    color: var(--primary-color);
     font-family: "Bebas Neue", sans-serif;
     margin-bottom: 30px;
}
footer .footer-top .footer-contacts-wrapper .footer-contacts svg{
    color: var(--third-color);
    width: 24px;
    height: 24px;
}
footer .footer-top .footer-contacts-wrapper .footer-contacts a{
    color: #fff;
    transition: all .5s ease-in-out;
}
footer .footer-top .footer-contacts-wrapper .footer-contacts a:hover{
    color: var(--primary-color);
}

footer .footer-top .footer-socials ul{
    list-style: none;
    padding-left: 0;
    display: flex;
}
footer .footer-top .footer-socials ul li {
    margin-right: 10px;
}
footer .footer-top .footer-socials ul li a{
    color: #fff;
    transition: all .5s ease-in-out;
}
footer .footer-top .footer-socials ul li a svg{
    width: 24px;
    height: 24px;
}
footer .footer-top .footer-socials ul li a:hover{
    color: var(--primary-color);
}

footer .footer-top .footer-links{
    list-style: none;
    padding-left: 0;
    line-height: 2;

}
footer .footer-top .footer-links li {
    border-bottom: 1px solid #fff;
}
footer .footer-top .footer-links li a{
    color: #fff;
    text-transform: capitalize;
    transition: all .5s ease-in-out;
    font-size: 20px;
}
footer .footer-top .footer-links li a:hover{
    color: var(--primary-color);
}
footer .footer-top .footer-links li a:before{
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
    position: relative;
    top: 10px;
}
footer .footer-top .map iframe{
    border-radius: 10px;
}
footer .footer-bottom{
    background: var(--secondary-color);
}
footer .footer-bottom p,
footer .footer-bottom p a{
    color: #fff;
}
footer .footer-bottom p a:hover{
    color: var(--third-color);
}

/* Additional CSS */
.ti-widget.ti-goog .ti-widget-container .ti-name {
    color: #fff !important;
}


/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 50vh !important;
/* box-shadow: rgba(0, 0, 0, 0.4) 0px 30px 90px; */
/* 	margin: 10px 0; */
}
.page-banner h1{
    color: var(--secondary-color);
	 font-family: "Bebas Neue", sans-serif !important; 
	
	
}
.page-banner .breadcrumb{
	margin-bottom: 0 !important;
	padding: 15px 0;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--secondary-color);
}
.page-banner .breadcrumb li{
    color: var(--primary-color);
}

/*-----------------------------------
Portfolio Tabs Section Styling
------------------------------------*/
.portfolio-tabs-section{
    background: #000000;
}

.portfolio-tabs-header{
    text-align: center;
}

.portfolio-tabs-title{
    color: var(--primary-color);
    font-family: "Bebas Neue", sans-serif;
    text-transform: uppercase;
    font-size: 44px;
    letter-spacing: 0.5px;
    margin-bottom: 18px;
}

.portfolio-tabs-header p{
    color: rgba(255,255,255,0.92);
    margin: 0 auto;
    max-width: 980px;
    line-height: 1.6;
}

.portfolio-tabs-nav-wrap{
    display: flex;
    justify-content: center;
}

.portfolio-tabs-nav{
    border-bottom: 0 !important;
    background: #515251;
    border-radius: 999px;
    padding: 6px;
    max-width: 980px;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.portfolio-tabs-nav::-webkit-scrollbar{
    display: none;
}

.portfolio-tabs-nav .nav-item{
    position: relative;
}

.portfolio-tabs-nav .nav-item:not(:last-child)::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 22px;
    background: rgba(255,255,255,0.22);
    transform: translateY(-50%);
}

.portfolio-tabs-nav .nav-link{
    border: 0 !important;
    background: transparent !important;
    color: rgba(255,255,255,0.9) !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 26px;
    border-radius: 999px;
    white-space: nowrap;
	transition: all .5s ease-in-out;
}

.portfolio-tabs-nav .nav-link.active{
    color: #fff !important;
    background: var(--secondary-color) !important;
	margin: 0 20px;
}
@media screen and (max-width:768px){
	.portfolio-tabs-nav .nav-link.active{
		margin: unset;
	}
}
.portfolio-tabs-nav .nav-link:hover{
	    color: #fff !important;
    background: var(--secondary-color) !important;
}

.portfolio-media-frame{
    margin-top: 22px;
    background: rgba(0,0,0,0.35);
    border-radius: 26px;
    padding: 18px;
}

.portfolio-media-row{
    align-items: stretch;
}

.portfolio-single-media{
    border-radius: 22px;
    overflow: hidden;
    height: 468px;
    background: rgba(255, 255, 255, 0.06);
	width: 550px;
	height:468px;
	padding: 15px;
}

.portfolio-single-media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 10px;
}

.portfolio-grid-media{
    height: 468px;
}

.portfolio-grid-media .row{
    height: 100%;
}

.portfolio-grid-card{
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    background: rgba(255, 255, 255, 0.06);
    height: 100%;
	width: 284.29px;
	height:229px;
}

@media (max-width: 767px) {
    .portfolio-grid-card {
        width: 100% !important;
        height: auto; /* optional, if you want flexible height */
    }
}


.portfolio-grid-card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.portfolio-view-more{
    position: absolute;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 12px;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(255,255,255,0.22);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all .25s ease-in-out;
}

.portfolio-view-more:hover{
    border-color: rgba(39,254,13,0.65);
    color: #fff;
}

@media screen and (max-width: 991px){
    .portfolio-tabs-title{
        font-size: 36px;
    }

    .portfolio-tabs-nav{
        border-radius: 24px;
        padding: 8px;
        flex-wrap: wrap;
        overflow: visible;
        gap: 8px;
    }

    .portfolio-tabs-nav .nav-item{
        flex: 1 1 calc(50% - 8px);
        min-width: calc(50% - 8px);
    }

    .portfolio-tabs-nav .nav-item:not(:last-child)::after{
        display: none;
    }

    .portfolio-tabs-nav .nav-link{
        width: 100%;
        text-align: center;
        white-space: normal;
        line-height: 1.3;
        padding: 11px 14px;
        font-size: 13px;
    }

    .portfolio-media-frame{
        padding: 14px;
        margin-top: 18px;
    }

    .portfolio-single-media{
        height: 300px;
        margin-bottom: 14px;
    }

    .portfolio-grid-media{
        height: auto;
    }

    .portfolio-grid-media .row{
        height: auto;
    }

    .portfolio-grid-card{
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .portfolio-view-more{
        right: 10px;
        bottom: 10px;
        padding: 8px 14px;
        font-size: 14px;
        border-radius: 10px;
    }
}

@media screen and (max-width: 767px){
    .portfolio-tabs-title{
        font-size: 30px;
    }

    .portfolio-tabs-header p{
        font-size: 14px;
    }

    .portfolio-tabs-nav .nav-item{
        flex: 1 1 100%;
        min-width: 100%;
    }

    .portfolio-media-frame{
        padding: 12px;
    }

    .portfolio-media-row{
        --bs-gutter-x: 10px;
    }

    .portfolio-single-media{
        height: 220px;
        margin-bottom: 10px;
    }

    .portfolio-grid-card{
        height: 150px;
    }

    .portfolio-grid-media .row{
        --bs-gutter-x: 10px;
        --bs-gutter-y: 10px;
    }
}


.portfolio-tabs-section .portfolio-media-frame .portfolio-media-row .gallery-img{
	position: relative;
}
.portfolio-tabs-section .portfolio-media-frame .portfolio-media-row .gallery-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(255, 0, 0, 0.35), rgba(255, 0, 0, 0.35));
	transition: all .5s ease-in-out;
}
.portfolio-tabs-section .portfolio-media-frame .portfolio-media-row .gallery-img:hover:before{
	width: 100%;
}
.portfolio-tabs-section .portfolio-media-frame .portfolio-media-row .gallery-img svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.portfolio-tabs-section .portfolio-media-frame .portfolio-media-row .gallery-img:hover svg{
	opacity: 1;
}
/*-----------------------------------
   Contact Us page CSS
------------------------------------*/

.contact-page-section .contact-page-section-content{
	padding: 30px;
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
	border-radius: 10px;
	min-height: 180px;
	max-height: 180px;
}
.contact-page-section .contact-page-section-content svg{
	color: var(--primary-color);
	
}
.contact-page-section .contact-page-section-content a{
	color: #000;
	
}
.contact-page-section .contact-page-section-content a:hover{
	color: var(--primary-color);
}
@media screen and (min-width:991px){
	.contact-page-section .contact-page-section-content a{
	font-size: 18px;
}
}

.contact-page-form-section h3{
	color:  var(--secondary-color);

}
@media screen and (min-width:991px){
	.contact-page-form-section h3{
		font-size: 48px;
	}
}
.contact-page-form-section .contact-page-form input{
	background: #F6F6F6;
	color: #2c4a28;
	height: 45px;
}
.contact-page-form-section .contact-page-form input:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
}
.contact-page-form-section .contact-page-form textarea{
	background: #F6F6F6;
	color: #2c4a28;
	height: 100px;
}
.contact-page-form-section .contact-page-form textarea:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
}

.contact-page-form-section .contact-page-form select{
	color: #2c4a28 !important;
	
}
.contact-page-form-section .contact-page-form select:focus{
	border: 1px solid  #2c4a28;
	box-shadow: none;
	background: #F6F6F6;
}
.contact-page-form-section .contact-page-form input::placeholder,
.contact-page-form-section .contact-page-form textarea::placeholder{

}

.contact-page-form-section .contact-page-form .theme-btn{
	background:  #2c4a28;
	color: #fff;
	padding: 12px 30px;
	height: unset !important;
	border: none;
}

.contact-page-form-section .contact-page-form .theme-btn:hover{
	background: #222;
}

.contact-page-form-section .wpforms-submit{
	background: #3EB530 !important;
	width: 100%;
}


/*-----------------------------------
  FAQ page CSS
------------------------------------*/


.our-faq-wrapper {
/*   float: left;
  width: 100%; */
  padding: 89px 0 60px;
  background:#f5f5f5;
}

.our-faq-wrapper {
    padding: 90px 0 60px;
  background:#fff;  
}
.our-faq-wrapper .accordion .card {
  border: none;
  margin-bottom: 30px;
}
.our-faq-wrapper .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  background: #242c42;
  color: #fff;
  border-radius: 0;
  padding: 7px 15px 12px;
  font-size: 16px;
  overflow: hidden;
  border: none;
  font-weight:600;  
}
@media screen and (max-width:768px){
	.our-faq-wrapper .accordion .card {
		  padding: 7px 45px 10px 5px;
	}
}
.our-faq-wrapper .btn-link:hover, .our-faq-wrapper .btn-link:focus {
  text-decoration: none;
}
.our-faq-wrapper .btn-link:after {
  position: absolute;
  content: '\f068';
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: fontawesome;
}
.our-faq-wrapper .btn-link.collapsed:after {
  content: '\f067';
}
.our-faq-wrapper .btn-link:before {
  position: absolute;
  content: '';
  background: #86bc42;
  -webkit-transform: skew(-35deg);
  transform: skew(-35deg);
  height: 100%;
  width: 50%;
  left: 90%;
  top: 0;
}
.our-faq-wrapper .card-header {
  padding: 0;
  background: transparent;
  border-bottom: none;
}
.our-faq-wrapper .card-body {
  position: relative;
}
.our-faq-wrapper .card-body:after {
  position: absolute;
  content: '';
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #242c42;
}
.our-faq-wrapper .card-body:before {
  position: absolute;
  content: '';
  height: 2px;
  width: 50%;
  left: 0;
  bottom: 0;
  background: #86bc42;
  z-index: 1;
}


/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: var(--primary-color);
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
	padding-bottom: 15px;
	font-family: "Bebas Neue", sans-serif; 
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: var(--primary-color);
	top: 100%;
}
.single-service .single-service-sidebar ul{
	list-style: none;
	padding-left: 0;
/* 	border: 1px solid #d7d7d7; */
	}
.single-service .single-service-sidebar ul{
	background: #F6F6F6;
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: var(--text-white);
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
/* 	border-bottom: 1px solid #d7d7d7; */
	position: relative;
	z-index: 9999 !important;
	display: block;
	transition: all .5s ease-in-out;
    margin: 10px 0;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 50%;
	top: 0;
	background: var(--primary-color);
	transition: all .5s ease-in-out;
	z-index: -1;
	
}
.single-service .single-service-sidebar ul .current-menu-item a{
	
	background: var(--secondary-color);
	transition: all .5s ease-in-out;
	z-index: 1;
	color: #fff;
}
.single-service .single-service-sidebar ul li:hover a:before{
	width: 100%;
	left: 0;
	border-left: 4px solid #000;
}
.single-service .single-service-sidebar ul li:hover a{
	color: #fff;
}
.single-service .single-service-sidebar ul li a:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1em' height='1em' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%232C4A28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m22 6l8 10l-8 10m8-10H2'/%3E%3C/svg%3E");
	position: absolute;
	right: 20px;
}

.single-service .single-service-sidebar-contacts .single-service-sidebar-info svg{
	width: 44px;
	height: 45px;
	color: var(--primary-color);
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a{
	color: #777;
	transition: all .5s ease-in-out;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: var(--primary-color);
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;

}
.single-service .single-service-content-img{
	position: relative;
	overflow: hidden;
	
}
/* .single-service .single-service-content-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(180, 16, 23, 0.5),rgba(180, 16, 23, 0.5));
	transition: all .5s ease-in-out;
	border-radius: 10px;
} */
.single-service .col-md-8:hover .single-service-content-img:before{
	width: 100%;
}
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		border-radius: 10px;
        border: 4px solid var(--secondary-color);
	}
@media screen and (min-width:991px){
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
.single-service .single-service-content p{
	color: #777;
	line-height: 1.5;
	text-align: justify;
}
.single-service .single-service-content h2,
.single-service .single-service-content h3,
.single-service .single-service-content h4{
	color: var(--secondary-color);
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #fff;
	margin-bottom: 15px;
	border-radius: 10px;
}.single-service .single-service-content ul {
	list-style: none;
	padding-left: 0;
/* 	column-count: 2; */
}
.single-service .single-service-content ul li{
	background: #000;
	padding: 10px 15px;
	
}
.single-service .single-service-content ul li:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.5em' height='1.5em' viewBox='0 0 256 256'%3E%3Cpath fill='%232c4a28' d='M225.86 102.82c-3.77-3.94-7.67-8-9.14-11.57c-1.36-3.27-1.44-8.69-1.52-13.94c-.15-9.76-.31-20.82-8-28.51s-18.75-7.85-28.51-8c-5.25-.08-10.67-.16-13.94-1.52c-3.56-1.47-7.63-5.37-11.57-9.14C146.28 23.51 138.44 16 128 16s-18.27 7.51-25.18 14.14c-3.94 3.77-8 7.67-11.57 9.14c-3.25 1.36-8.69 1.44-13.94 1.52c-9.76.15-20.82.31-28.51 8s-7.8 18.75-8 28.51c-.08 5.25-.16 10.67-1.52 13.94c-1.47 3.56-5.37 7.63-9.14 11.57C23.51 109.72 16 117.56 16 128s7.51 18.27 14.14 25.18c3.77 3.94 7.67 8 9.14 11.57c1.36 3.27 1.44 8.69 1.52 13.94c.15 9.76.31 20.82 8 28.51s18.75 7.85 28.51 8c5.25.08 10.67.16 13.94 1.52c3.56 1.47 7.63 5.37 11.57 9.14c6.9 6.63 14.74 14.14 25.18 14.14s18.27-7.51 25.18-14.14c3.94-3.77 8-7.67 11.57-9.14c3.27-1.36 8.69-1.44 13.94-1.52c9.76-.15 20.82-.31 28.51-8s7.85-18.75 8-28.51c.08-5.25.16-10.67 1.52-13.94c1.47-3.56 5.37-7.63 9.14-11.57c6.63-6.9 14.14-14.74 14.14-25.18s-7.51-18.27-14.14-25.18m-52.2 6.84l-56 56a8 8 0 0 1-11.32 0l-24-24a8 8 0 0 1 11.32-11.32L112 148.69l50.34-50.35a8 8 0 0 1 11.32 11.32'/%3E%3C/svg%3E");
	position: relative;
	top: 6px;
	margin-right: 5px;
}
  #sidebar-service.sticky2{
   opacity: 1;
  
  }
#sidebar-service {
  position: sticky;
  top: 100px;         /* adjust for your header height */
  transition: top 0.3s ease; /* smooth feel when snapping */
}


/* Sidebar CTA â€” service page overrides */
.single-service-section .sidebar-cta {
  background: linear-gradient(145deg, #3EB530 0%, #003d20 100%) !important;
  border: none !important;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.single-service-section .sidebar-cta::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(39, 254, 13, 0.25);
  bottom: -50px;
  right: -50px;
  pointer-events: none;
}

.single-service-section .sidebar-cta-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
}

.single-service-section .sidebar-cta-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.single-service-section .sidebar-cta-icon i {
  font-size: 22px;
  color: #a8e6c0;
}

.single-service-section .sidebar-cta h4 {
  color: #fff;
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.single-service-section .sidebar-cta p {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.single-service-section .btn-sidebar-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--color-primary);
  border: none;
  border-radius: 999px;
  padding: 11px 24px;
  font-family: var(--font-heading);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.single-service-section .btn-sidebar-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  color: var(--color-primary);
}

/* ---- Sidebar â€” scoped to service page ---- */
.single-service-section .service-sidebar {
    position: sticky;
    top: 100px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Sidebar widgets â€” service page overrides */
.single-service-section .sidebar-widget {
    background: rgba(10, 20, 12, 0.92);
    border: 1px solid rgba(0, 103, 56, 0.2);
    border-radius: 14px;
    padding: 28px;
    margin-bottom: 0;
}



/*-----------------------------------
        Blog Section CSS
------------------------------------*/

.blog .blog-content .blog-img img{
	width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 6px;
}
.blog .blog-content .blog-lower-content{
    background-color: var(--secondary-color);
    padding: 0 23px 25px;
    margin: 0 11px;
    box-shadow: 0px 0px 62px 0px rgba(27, 31, 45, 0.09);
    position: relative;
    top: -30px;
    border-radius: 6px;
  
}
.blog .blog-content .blog-lower-content .blog-category{
    font-size: 13px;
   padding: 3px 21px;
   position: relative;
   font-weight: 600;
   background: #292f43;
   width: max-content;
   color: #fff;
   border-radius: 12px;
   text-transform: capitalize;
   transform: translateY(-12px);
   z-index: 10 !important;
}
.blog .blog-content .blog-lower-content:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: var(--primary-color);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    border-radius: 6px;
}
.blog .blog-content:hover .blog-lower-content:before{
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
}
.blog .blog-content .blog-lower-content .blog-post-meta{
    list-style: none;
    padding-left: 0;
    position: relative;
    z-index: 99999 !important;
}
.blog .blog-content .blog-lower-content .blog-post-meta li a{
    color: var(--primary-color);
    font-size: 15px;
   font-family: "Oswald", sans-serif;
}
.blog .blog-content .blog-lower-content:hover a{
	color: #fff !important;
}
.blog .blog-content .blog-lower-content h4{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.blog .blog-content .blog-lower-content h4:before{
    content: '';
    position: absolute;
    background: url('../images/border-shape-2.png') repeat-x center;
   height: 6px;
   width: 100%;
   left: 0;
   bottom: 0;
}
.blog .blog-content .blog-lower-content h4 a{
    color: #fff;
     font-family: "Oswald", sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 99999;
}
@media screen and (min-width:991px){
    .blog .blog-content .blog-lower-content h4 a{
        font-size: 20px;
    }
}
.blog .blog-content:hover h4 > a{
    color: #fff;
}
.blog .blog-content .read-more-link{
    color: var(--primary-color);
    padding-top: 30px;
    text-transform: capitalize;
    position: relative;
    z-index: 999 Im !important;
    transition: all .5s ease-in-out;
}
.blog .blog-content .read-more-link svg{
opacity: 0;
transition: all .5s ease-in-out;

}
.blog .blog-content .read-more-link:hover svg{
    opacity: 1;
   
}
.blog .blog-content .read-more-link:hover{
    margin-left: 20px;
}


/*================================
 <-- Single Blog -->
==================================*/
.single-blog .single-blog-img {
	margin-bottom: 20px;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-img img{
		width: 100% !important;
	height: 398.13px;
		object-fit: cover;
}
}
.single-blog .single-blog-img-content{
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	
}
.single-blog .single-blog-img-content span,
.single-blog .single-blog-img-content span a{
	color: var(--primary-color);
}
.single-blog .single-blog-img-content span{
	margin-bottom: 5px;
}
.single-blog .single-blog-img-content p{
	color: var(--secondary-color);
	font-weight: 500;
}
.single-blog .single-blog-title h2{
	color: var(--primary-color);
	font-weight: 700;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-title h2{
		font-size: 35px;
	}
}
.single-blog .single-blog-content p{
	color: #565969;
	line-height: 1.7;
	font-size: 17px;
	text-align: justify;
}
.single-blog-sidebar-wrapper {
	margin-bottom: 30px;
    background-color: #f6f6f6;
    padding: 25px 25px 25px;
}
.single-blog-sidebar-wrapper h2{
	color: var(--primary-color);
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	text-transform: capitalize;

}
@media screen and (min-width:991px){
	.single-blog-sidebar-wrapper h2{
		font-size: 20px;
	}
}
.single-blog-post-inner ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.single-blog-post-inner li img{
/* 	width: 91.5px; */
	width: 150px;
	height: 114.08px;
	object-fit: cover;
	border-radius: 4px;
	max-width: 120px;
}
.single-blog-post-inner li h3{
	padding-left: 10px;
	line-height: 0.9;
}
.single-blog-post-inner li span{
	padding-left: 10px;
	color: #565969;
}
.single-blog-post-inner li a{
	font-size: 18px;
	color: var(--secondary-color);
	transition: all .5s ease-in-out;
	
}
.single-blog-post-inner li a:hover{
		color: var(--primary-color);
}

.contact-section-form h3{
	color:  #3EB530;
	 font-family: "Bebas Neue", sans-serif; 
}
.contact-section-form .wpforms-submit{
	background: var(--secondary-color) !important;
	width: 100% !important;
}

/* Social Icons */
#social-share > *, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
#social-share {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 20;
}

/* Shared button style */
@media screen and (min-width:991px){
	#social-share{
		display: none;
	}
}
#social-share .btn-share {
  position: relative;
  cursor: pointer;
  border-radius: 50%;
  color: white;
  line-height: 1;
  outline: 0;
  border: 0;
  margin-top: 15px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12),
              0 1px 2px rgba(0,0,0,0.24);
  transition: 0.3s;
}

#social-share .btn-share:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16),
              0 3px 6px rgba(0,0,0,0.23);
}

/* Social items container */
#social-share ul.social-itens {
  list-style: none;
  text-align: center;
  position: relative;
  display: block;
}

/* Individual buttons */
#social-share ul.social-itens .btn-share {
  width: 50px;
  height: 50px;
}

/* Colors */
.social-item-1 {
  background-color: #3B5998;
}

.social-item-2 {
  background-color: #E91E63;
}

.social-item-3 {
  background-color: #FFC107;
}

.social-item-4 {
  background-color: #FF5F00;
}
.social-item-6{
	background-color: #EA4335;
}
/* Hidden animation state */
.social-itens li .btn-share {
  transform: scale(0);
  opacity: 0;
}

/* Open animation state */
.social-itens.open .btn-share {
  transform: scale(1);
  opacity: 1;
}

/* Tooltip text */
.social-itens li .btn-share-text {
  position: absolute;
  bottom: 15px;
  right: 100%;
  margin-right: 10px;
  min-width: 75px;
  border-radius: 2px;
  padding: 3px 4px;
  text-align: center;
  font-weight: 300;
  background: rgba(20, 20, 20, 0.7);
  color: #fff;
  display: block;
  opacity: 0;
  transition: 0.3s;
}

.social-itens li:hover .btn-share-text {
  opacity: 1;
}

/* Floating main button */
.social-open-menu .btn-share {
  width: 65px;
  height: 65px;
  background-color: #F44336;
}

/* Transition delays */
.social-itens.open .social-item-1 {
  transition: 0.5s cubic-bezier(.68,-0.55,.265,1.55) 0.1s;
}

.social-itens.open .social-item-2 {
  transition: 0.5s cubic-bezier(.68,-0.55,.265,1.55) 0.2s;
}

.social-itens.open .social-item-3 {
  transition: 0.5s cubic-bezier(.68,-0.55,.265,1.55) 0.3s;
}

.social-itens.open .social-item-4 {
  transition: 0.5s cubic-bezier(.68,-0.55,.265,1.55) 0.4s;
}


@media (max-width: 768px) {

/* Disable all animations */
*,
*::before,
*::after {
    animation: none !important;
    transition: none !important;
}

/* Hide all animated shapes */
[class*="shape"] {
    display: none !important;
}

}




/* Additonal for Mobile view */

  .navbar  .menu-toggle-btn {
      font-size: 24px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--primary-color);
    }
    /* ============================
       Fullscreen Sidebar (Mobile)
    ============================ */
    .fullscreen-sidebar {
      position: fixed;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100vh;
      background: linear-gradient(rgba(255,255,255,0.85),rgba(255,255,255,0.85));
      z-index: 1200;
      transition: left 0.4s ease;
      display: flex;
      flex-direction: column;
      padding: 80px 20px 20px;
    }

    .fullscreen-sidebar.active {
      left: 0;
    }

    .fullscreen-sidebar a {
      padding: 15px 0;
      font-size: 1.25rem;
      font-weight: 500;
      text-decoration: none;
      color: #333;
      border-bottom: 1px solid #eee;
    }

    .fullscreen-sidebar a:hover {
      background-color: #f9f9f9;
    }

   .navbar  .close-btn {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 30px;
      cursor: pointer;
      color: #333;
    }
.fullscreen-sidebar ul {
	list-style: none;
	line-height: 2.8;
}

/* additional for sub menu services in navbar */
/* ============================
   Submenu Sliding from Right (Mobile)
============================ */

.fullscreen-sidebar ul li {
  position: relative;
}

/* Parent menu links */
.fullscreen-sidebar ul li.menu-item-has-children > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Submenu container - hidden off screen by default */
.fullscreen-sidebar ul.sub-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(255,255,255,0.95),rgba(255,255,255,0.95));
  display: flex;
  flex-direction: column;
  padding: 80px 25px;
  transition: right 0.4s ease;
  z-index: 1300;
  overflow-y: auto;
}

/* Active state - slides in */
.fullscreen-sidebar ul.sub-menu.active {
  right: 0;
}

/* Submenu links */
.fullscreen-sidebar ul.sub-menu a {
  font-size: 1.1rem;
  padding: 12px 0;
  color: #333;
  border-bottom: 1px solid #eee;
}

.fullscreen-sidebar ul.sub-menu a:hover {
  color: #000;
}

/* Arrow icon */
.fullscreen-sidebar .submenu-toggle {
  font-size: 18px;
  cursor: pointer;
  padding-left: 10px;
  color: #555;
  transition: transform 0.3s ease;
}

.fullscreen-sidebar .submenu-toggle.rotate {
  transform: rotate(90deg);
}

/* Back button inside submenu */
.fullscreen-sidebar .submenu-back {
  font-size: 1rem;
  color: #111;
  font-weight: 600;
  margin-bottom: 20px;
  cursor: pointer;
  display: inline-block;
}



.faqs-container{
    overflow: hidden;
}
.faq-singular {
    position: relative;
    border-bottom: 1px solid #ccc;
    padding: 0 30px 0 20px;
}
.faq-singular:hover,
.faq-singular.active{
    background: #f2f2f2;
    background-image: linear-gradient(90deg, var(--primary-color) 0%, var(--primary-color) 8px, transparent 8px, transparent 100%);
}
.faq-singular .faq-question {
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 25px 25px 25px 0px;
    font-weight: 600;
    font-size: 18px;
	
}
.faq-singular .faq-question:before {
    position: absolute;
    content: "+";
    color: #808080;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 700;
    transition: all .5s;
}
.faq-singular.active .faq-question:before {
    transform: translateY(-50%) rotate(45deg) scale(1.3);
}
.faq-answer {
    display: none;
    padding-bottom: 20px;
}
