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


:root{
    --primary-color: #EC5E26;
    --secondary-color: #616161;
}
/*-----------------------------------
 Universal Styling
------------------------------------*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
     font-family: "Inter", sans-serif;
}
body{
	overflow-x: hidden !important;
}

a{
    text-decoration: none;
}
.title-box h5{
    border-bottom: 2px solid var(--primary-color);
    display: inline;
    padding-right: 60px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 600;
    color: #1E1E1E;
    text-transform: capitalize;

}
 .title-box h2{
    color: #1E1E1E;
    margin-top: 20px;
    font-family: "Reddit Sans", sans-serif;
    font-weight: 600;
  }
@media screen and (min-width:991px){
    .title-box h5{
font-size: 20px;
    }
     .title-box h2{
font-size: 50px;
    }
}
/* button */
.primary-btn-1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-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;
 
	 font-family: "Reddit Sans", sans-serif;
	font-weight: 800;
}

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

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

.primary-btn-1:hover span {
    width: 225%;
    height: 1000.5px;
}
 /*-----------------------------------
Header Section Styling
------------------------------------*/
header .header-top {
    background: #1E1E1E;
}

header .header-top .header-contacts svg {
    width: 25px;
    height: 25px;
    color: #fff;
}

header .header-top .header-contacts a {
    color: #fff;
    
}

header .header-top .header-contacts a:hover {
    color: var(--primary-color);
}

header .header-top .header-socials ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

header .header-top .header-socials ul li a svg {
    width: 25px;
    height: 25px;
}

header .header-top .header-socials ul li a {
    color: #fff;
}

header .header-top .header-socials ul li a:hover {
    color: var(--secondary-color);
}

header .header-top .header-socials ul li {
    margin-left: 15px;
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link {
	position: relative !important;
	font-family: "Reddit Sans", sans-serif !important;
	font-weight: 600 !important;
}


#mega-menu-main-menu > li.mega-menu-item:not(:last-child) > a.mega-menu-link::after {
    content: "" !important;
    position: absolute !important;
    right: 0 !important;
	top: 26%  !important;;
    width: 2px !important;
    height: 19px !important; /* 👈 adjust height here */
    background-color: #1E1E1E !important;

    display: block !important;
}
 /*-----------------------------------
Banner Section Styling
------------------------------------*/

.banner-section{
	position: relative;
	padding-bottom: 180px !important;
}
.banner-section .banner-content-shape-1{
	position: absolute;
	top: 16%;
	left: 6%;
	z-index:-1;
	animation: about-shape-dot-1 3s ease-in-out infinite alternate;
}
.banner-section .banner-content h1{
	background: var(--primary-color);
	font-family: "Reddit Sans", sans-serif;
	padding: 12px 18px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
}
.banner-section .banner-content p{
	color: #616161;
}
@media screen and (min-width:991px){
	.banner-section .banner-content p{
		width: 482px;
	}
	.banner-section .banner-content h1{
		font-size: 60px;
	}
	.banner-section .banner-content h1{
		position: absolute;
		top: 25%;
		
		z-index: 10;
	}
}
@media screen and (min-width: 991px) and (max-width: 1367px) {
    
    .banner-section .banner-content h1{
		position: absolute;
		top: 22%;
		
		
	}

}
.banner-section .banner-img-wrapper{
	position: relative;
}
.banner-section .banner-img-wrapper .banner-shape-dot-1{
	position: absolute;
	bottom: -10%;
	left: -10%;
	z-index: -1;
	animation: about-shape-dot-1 3s ease-in-out infinite alternate;
}
.banner-section .banner-img-wrapper .banner-shape-dot-2{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -10%;
	z-index: -1;
	animation: about-shape-dot-1 3s ease-in-out infinite alternate;
}
.banner-section .banner-img-wrapper .banner-shape-dot-3{
	position: absolute;
	bottom: 20%;
	right: 8%;
 animation: about-shape-dot-1 3s ease-in-out infinite alternate;
}
.banner-section .banner-img-wrapper .banner-shape-1{
	position: absolute;
	top:0;
	left: -2%;
	z-index: -1;
}
.banner-section .banner-img-wrapper .banner-shape-2{
	position: absolute;
	bottom:0;
	left: -3%;
	z-index: -1;
}
.banner-section .banner-img-wrapper .banner-shape-3{
	position: absolute;
	bottom: -8%;
	right: 0;
}
.banner-section .banner-img-wrapper .banner-shape-4{
	position: absolute;
	bottom: -3%;
	right: 8%;
	z-index: -1;
}
.banner-bottom-wrapper{
	background: #fff;
	padding: 2px 30px;
	border-radius: 18px;
	box-shadow: 4px 0px 6.1px 0px #00000040;
}
.banner-bottom-wrapper label{
	 font-family: "Reddit Sans", sans-serif !important;
	color: #1E1E1E !important;
}
.banner-bottom-wrapper .wpforms-submit{
	background: var(--primary-color) !important;
}
.banner-bottom-quote{
	position: relative;
	transform: translateY(-120px);
	margin-bottom: -80px;
}
.banner-bottom-wrapper .wpforms-container.inline-fields .wpforms-field-container {
    display: unset !important;
    justify-content: unset !important;
    width: calc(100% - 175px);
}
 /*-----------------------------------
Featured Section Styling
------------------------------------*/
.featured-section .featured-img img{
	width: 100%;
	height: 256px;
	object-fit: cover;
}
.featured-section .featured-content-wrapper{
	display: flex;
	margin-top: 30px;
}
.featured-section .featured-content-wrapper .featured-content-number{
	width: 32px;
	height: 32px;
	min-width: 32px;
	min-width: 32px;
	line-height: 32px;
	text-align: center;
	background: #FAD714;
	border-radius: 50px;
	padding-top: 8px;
}
.featured-section .featured-content-wrapper .featured-content-number h2{
	font-size: 16px;
	color: #1E1E1E;
	font-weight: 600;
	padding-bottom:0;
	margin-bottom: 0;
}
.featured-section .featured-content-wrapper .featured-content-text h3,
.featured-section .featured-content-wrapper .featured-content-text p{
	color: #fff;
}
.featured-section .featured-content-wrapper .featured-content-text h3{
	font-weight: 600;
	text-transform: capitalize;
}
.featured-section .featured-content-wrapper .featured-content-text p{
	line-height: 1.8;
}
@media screen and (min-width:991px){
	.featured-section .featured-content-wrapper .featured-content-text h3{
		font-size: 25px;
	}
}
 /*-----------------------------------
About Us Styling
------------------------------------*/
.about .about-img-wrapper{
	position: relative;
}
.about .about-img-wrapper .about-shape-dot-1{
	position: absolute;
	top: -20%;
	width: 206px;
	left: -10%;
	z-index: -2;
	animation: about-shape-dot-1 3s ease-in-out infinite alternate;
	opacity: .2;
}
.about .about-img-wrapper .about-shape-dot-2{
	position: absolute;
	bottom: -14%;
	width: 118px;
	right: -5%;
	z-index: -2;
	animation: about-shape-dot-1 3s ease-in-out infinite alternate;
	opacity: .2;
}
@keyframes about-shape-dot-1 {
    0% {
        transform: translateY(0px);
        opacity: 1;
    }
    50% {
        transform: translateY(-15px);
        opacity: 0.7;
    }
    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}
.about .about-img-wrapper .about-shape-1{
	position: absolute;
	top: -5%;
	left: 0;
	z-index:-1;
	
}
.about .about-img-wrapper .about-shape-2{
	position: absolute;
	top: -7%;
	right: 0;
	z-index:-1;
	
}
.about .about-img-wrapper .about-shape-3{
	position: absolute;
	bottom: -10%;
	left: 0;
	z-index:-1;
	
}
.about .about-img-wrapper .about-shape-4{
	position: absolute;
	bottom: -3%;
	left: 5%;
	z-index:-2;
	
}
.about .about-img-wrapper .about-shape-5{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -2%;
	z-index:-1;
	
}
.about .title-box{
/* 	text-align: end; */
}
/* .about .title-box h5{
	padding-left: 60px;
		padding-right: 0;
} */
.about .about-content{
/* 	text-align: end; */
}
.about .about-content p{
	color: #616161;
	line-height: 1.8;
}
 /*-----------------------------------
Why Choose Us Styling
------------------------------------*/
.why-choose-section .why-choose-wrapper{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width:768px){
.why-choose-section .why-choose-wrapper{
	display: unset;
	
}	
}
.why-choose-section .why-choose-wrapper .why-choose-content .why-choose-content-icon{
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #FAD714;
	border-radius: 50px;
	margin: 0 auto;
}
.why-choose-section .why-choose-wrapper .why-choose-content .why-choose-content-title h3{
	color: #fff;
	font-weight: 600;
}
@media screen and (min-width:991px){
	.why-choose-section .why-choose-wrapper .why-choose-content .why-choose-content-title h3{
		font-size: 18px;
	}
}
 /*-----------------------------------
Pricing Styling
------------------------------------*/
.pricing .pricing-content{
	background: #fff;
	padding: 40px 20px;
	box-shadow: 0px 4px 10px 0px #00000040;
}
.pricing .pricing-content .pricing-content-icon img{
	width: 53px;
	height: 53px;
}
.pricing .pricing-content .pricing-content-title h4{
		color: var(--primary-color);
	font-weight: 600;
	}
.pricing .pricing-content .pricing-content-price h3{
	color: #1E1E1E;
	font-weight: 700;
}
.pricing .pricing-content .pricing-content-text h6{
	color: var(--primary-color);
	font-weight: 600;
}
.pricing .pricing-content .pricing-content-text-bottom p{
	color: #989898;
}
@media screen and (min-width:991px){
	.pricing .pricing-content .pricing-content-title h4{
		font-size: 30px;
	}
	.pricing .pricing-content .pricing-content-price h3{
		font-size: 42px
	}
	.pricing .pricing-content .pricing-content-text h6{
		font-size: 20px;
	}
}
.pricing .col-md-4:nth-of-type(2) .pricing-content{
	background: var(--primary-color) !important;
	border: 4px solid #fff;
}
.pricing .col-md-4:nth-of-type(2) .pricing-content .pricing-content-title h4,
.pricing .col-md-4:nth-of-type(2) .pricing-content .pricing-content-price h3,
.pricing .col-md-4:nth-of-type(2) .pricing-content .pricing-content-text h6,
.pricing .col-md-4:nth-of-type(2) .pricing-content .pricing-content-text-bottom p{
	color: #fff;
}
.pricing .col-md-4:nth-of-type(2) .pricing-content  .pricing-content-btn .primary-btn-1{
	background: #fff !important;
	color: var(--primary-color);
}
.pricing .col-md-4:nth-of-type(2) .pricing-content  .pricing-content-btn .primary-btn-1:hover{
	color: #fff;
}
 /*-----------------------------------
Services Styling
------------------------------------*/

@media screen and (min-width:991px){
	.services .services-content{
	height: 400px;
}
}
.services .services-content .services-content-icon img{
	width: 70px;
	height: 70px;
	object-fit: contain;
}
.services .services-content{
	background:#fff;
	padding: 30px;
	transition: all .5s ease-in-out;
}
.services .services-content:hover{
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.services .services-content .services-content-title a{
	font-weight: 600;
	color: #000;
	padding-bottom: 4px;
	   background-image: linear-gradient(90deg, var(--primary-color), var(--primary-color));
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 0 1px;
    transition: background-size .4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
} 
.services .services-content .services-content-title a:hover{
	    background-position: left bottom;
    background-size: 100% 1px;

}
.services .services-content .services-content-title a:hover{
	color: var(--primary-color);
}
@media screen and (min-width:991px){
	.services .services-content .services-content-title a{
	font-size: 25px;
} 
}
.services .services-content .services-content-text p{
	color: #989898;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
}
.services .services-wrapper .slick-prev,
.services .services-wrapper .slick-next{
	font-size: 0;
	border: none;
	box-shadow: none;
	
}
.services .services-wrapper .slick-prev: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%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m14 7l-5 5m0 0l5 5'/%3E%3C/svg%3E");
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
	width: 50px;
	height: 50px;
	line-height: 70px;
	border-radius: 50px;
	border: 1px solid #fff;
}
.services .services-wrapper .slick-next: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%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m10 17l5-5m0 0l-5-5'/%3E%3C/svg%3E");
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
	width: 50px;
	height: 50px;
	line-height: 70px;
	border-radius: 50px;
	border: 1px solid #fff;
}
 /*-----------------------------------
Gallery Styling
------------------------------------*/
.gallery .nav-pills .nav-link{
	color: #1E1E1E;
	 font-family: "Reddit Sans", sans-serif;
	 padding: 0 19px;
	transition: all .2s ease-in-out;
	position: relative;
}
.gallery .nav-pills .nav-link:after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	background: #1E1E1E;
	right: 0;
}
.gallery .nav-pills .nav-item:last-child .nav-link::after {
  display: none;
}
.gallery .nav-pills .nav-link.active{
	background: none;
	border-bottom: 1px solid var(--primary-color);
	border-radius: 0;
	margin: 0 15px 5px;
}

.gallery .nav-pills .nav-link.active .nav-link:after{
	background: var(--primary-color) !important;
}
.gallery .gallery-img-wrapper{
	position: relative;
}
.gallery .gallery-img-wrapper:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(rgba(236, 94, 38, 0.15));
	transition: all .5s ease-in-out;
}
.gallery .gallery-img-wrapper img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.gallery .gallery-img-wrapper svg{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	opacity: 0;
	transition: all .5s ease-in-out;
}
.gallery .gallery-img-wrapper:hover svg{
	opacity: 1;
}
.gallery .gallery-img-wrapper:hover:before{
	width: 100%;
}
/*-----------------------------------
 Footer Styling
------------------------------------*/
footer .footer-top .footer-para p{
    color: var(--secondary-color);
    font-family: "Reddit Sans", sans-serif;
}
footer .footer-top h3{
    color: var(--secondary-color);
    font-family: "Reddit Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: uppercase;
}
@media screen and (min-width:991px){
    footer .footer-top h3{
        font-size: 28px;
    }
}
footer .footer-top .footer-links{
    list-style: none;
    padding-left: 0;
    line-height: 2;
}
footer .footer-top .footer-links li a{
    color: var(--secondary-color);
    text-transform: capitalize;
    transition: all .5s ease-in-out;
    position: relative;
}
footer .footer-top .footer-links li a:before{
    content: '';
    position: absolute;
    width: 0px;
    height: 1px;
    background: var(--primary-color);
    top: 50%;
    left: 0;
    transition: all .5s ease-in-out;
}
footer .footer-top .footer-links li a:hover:before{
    width: 25px;
}
footer .footer-top .footer-links li a:hover{
    color: var(--primary-color);
    padding-left: 35px;
}
footer .footer-top .footer-timing li{
    display: flex;
    justify-content: space-between;
}
footer .footer-top .footer-timing li p{
    color: var(--secondary-color);
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
footer .footer-top .footer-contacts-wrapper svg{
    width: 20px;
    height: 20px;
    color: var(--primary-color);
}

footer .footer-top .footer-contacts-wrapper a{
    color: var(--secondary-color);
    transition: all.5s ease-in-out;
}
footer .footer-top .footer-contacts-wrapper 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: 18px;
}
footer .footer-top .footer-socials ul li a img{
    width: 40px;
    height: 40px;
}
footer .footer-bottom {
    background: #000;
}
footer .footer-bottom  p{
    color: #fff;
}
footer .footer-bottom  p a{
    color: #fff; 
    transition: all .5s ease-in-out;
}
footer .footer-bottom  p a:hover{
    color: var(--primary-color);
}
/*-----------------------------------
    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: #fff;
	font-family: "Reddit Sans", sans-serif;
	font-weight: 600;
	
}
.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(--primary-color);
}
.page-banner .breadcrumb li{
    color: #fff;
}

/*-----------------------------------
        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);
}
/* Additional CSS */

.ti-widget.ti-goog .ti-footer .ti-name {
     color: var(--primary-color) !important;

}
.ti-rating-text strong{
	color: #fff !important;
}

@media screen and (min-width:991px){
	#mega-menu-wrap-main-menu{
		width: 100% !important;
	}
}


/*================================
 <-- 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;
}
.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(--primary-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: 8px solid var(--primary-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(--primary-color);
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #777;
}.single-service .single-service-content ul {
	list-style: none;
	padding-left: 0;
}
.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 */
}


/*================================
 <-- Single Service -->
==================================*/ 

.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: 24px;
	 font-family: "Reddit Sans", sans-serif;
}
.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;
}




/* ============================================
   Immersive Bold Contact Page
   ============================================ */

.immersive-contact {
    position: relative;
    min-height: 100vh;
    background: #ffffff;
    overflow: hidden;
    color: var(--color-dark);
    display: flex;
    align-items: center;
}

/* ── Background Layers ── */
.contact-bg-layers {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact-map-canvas {
    width: 100%;
    height: 100%;
    filter: grayscale(1) opacity(0.08);
    background: #fbfcfe;
}

.contact-grid-mesh {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 2px 2px, rgba(37, 157, 216, 0.08) 1px, transparent 0);
    background-size: 40px 40px;
    pointer-events: none;
}

.map-loading-overlay {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map-pulse {
    width: 100px;
    height: 100px;
    background: rgba(37, 157, 216, 0.05);
    border-radius: 50%;
    animation: mapPulse 3s infinite;
}

@keyframes mapPulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}



/* ── Typography Nodes ── */
.immersive-content {
    position: relative;
    z-index: 5;
}

.contact-eyebrow {
    font-family: "Barlow", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #269dd8;
    margin-bottom: 24px;
    display: block;
}

.immersive-contact .text-primary {
    color: #269dd8 !important;
}

.contact-big-text {
    font-family: "Barlow", sans-serif;
    font-size: clamp(40px, 8vw, 95px);
    font-weight: 900;
    line-height: 1.0;
    letter-spacing: -3px;
    margin-bottom: 0;
    position: relative;
    z-index: 10;
}

.contact-detail-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    max-width: 600px;
}

.detail-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: rgba(0, 0, 0, 0.4);
    margin-bottom: 8px;
    transition: color 0.3s ease;
}

.detail-label i {
    color: var(--color-primary);
    font-size: 14px;
    transition: transform 0.3s ease;
}

.detail-item:hover .detail-label {
    color: var(--color-dark);
}

.detail-item:hover .detail-label i {
    transform: scale(1.2) rotate(-5deg);
}

.detail-value {
    font-family: "Barlow", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    text-decoration: none;
    transition: color 0.3s ease;
}

.detail-value:hover {
    color: var(--color-primary);
}

/* ── Glass Form ── */
.contact-glass-form-wrapper {
    position: relative;
}

.form-glow-cursor {
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(37, 157, 216, 0.12) 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}

.contact-glass-card {
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(25px);
    border: 1px solid rgba(37, 157, 216, 0.1);
    border-radius: 24px;
    padding: 60px;
    position: relative;
    z-index: 1;
    box-shadow: 0 40px 100px rgba(37, 157, 216, 0.08);
}

.form-title {
    font-family: "Barlow", sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: var(--color-dark);
}

.form-subtitle {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

/* ── Custom Form Elements ── */
.form-group-custom {
    position: relative;
    margin-bottom: 35px;
}

.form-group-custom input,
.form-group-custom select,
.form-group-custom textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.08);
    padding: 12px 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: var(--color-dark);
    outline: none;
}

.form-group-custom label {
    position: absolute;
    top: 12px;
    left: 0;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
    transition: all 0.3s ease;
}

.form-group-custom input:focus~label,
.form-group-custom input:not(:placeholder-shown)~label,
.form-group-custom textarea:focus~label,
.form-group-custom textarea:not(:placeholder-shown)~label,
.form-group-custom select:focus~label,
.form-group-custom select:valid~label {
    top: -20px;
    font-size: 12px;
    color: var(--color-primary);
    font-weight: 700;
}

.input-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    transition: width 0.4s ease;
}

.form-group-custom input:focus~.input-bar,
.form-group-custom textarea:focus~.input-bar,
.form-group-custom select:focus~.input-bar {
    width: 100%;
}

select option {
    background: #ffffff;
    color: var(--color-dark);
}

/* Submit Button */
.btn-immersive-submit {
    width: 100%;
    padding: 20px;
    background: var(--primary-color);
    color: var(--color-white);
    border: none;
    border-radius: 12px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 10px 20px rgba(37, 157, 216, 0.2);
}

.btn-immersive-submit:hover {
    background: var(--color-dark);
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

/* ── Responsive ── */
@media (max-width: 1199px) {
    .contact-big-text {
        font-size: clamp(40px, 10vw, 80px);
    }

    .contact-glass-card {
        padding: 40px;
    }
}

@media (max-width: 991px) {
    .immersive-contact {
        height: auto;
        padding: 120px 0 80px;
    }

    .min-vh-100 {
        min-height: auto !important;
    }

    .contact-big-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    .contact-big-text {
        font-size: 44px;
    }

    .contact-detail-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-glass-card {
        padding: 30px 20px;
    }
}
/* --- 2. CONTACT PAGE: Immersive Glass Form --- */
.contact-glass-form-wrapper .wpforms-field-label {
    font-size: 12px !important;
    color: var(--primary-color) !important;
    font-weight: 700 !important;
    margin-bottom: 4px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.contact-glass-form-wrapper .wpforms-field input,
.contact-glass-form-wrapper .wpforms-field select,
.contact-glass-form-wrapper .wpforms-field textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 0 !important;
    padding: 10px 0 !important;
    color: var(--secondary-color) !important;
    font-size: 16px !important;
    transition: border-color 0.4s ease !important;
}
.contact-glass-form-wrapper .wpforms-field input:focus,
.contact-glass-form-wrapper .wpforms-field textarea:focus { border-bottom-color: var(--primary-color) !important; }
.contact-glass-form-wrapper .wpforms-submit {
    width: 100% !important;
    padding: 18px !important;
    background: var(--primary-color) !important;
    color: #fff !important;
    border-radius: 12px !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    border: none !important;
    box-shadow: 0 10px 20px rgba(37, 157, 216, 0.2) !important;
    transition: 0.4s ease !important;
}
.contact-glass-form-wrapper .wpforms-submit:hover { background: var(--secondary-color) !important; transform: translateY(-5px) !important; }
.contact-glass-form-wrapper .wpforms-submit{
	padding: 0 !important
}

.added_to_cart{
	background: red !important;
	padding: 10px;
	font-size: 15px;
	border-radius: 999px;
}
.wp-block-woocommerce-cart{
	background: #fff;
	padding: 30px;
	margin: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 10px;
}

 .navbar  .menu-toggle-btn {
      font-size: 40px;
      background: none;
      border: none;
      cursor: pointer;
      color: var(--primary-color);
	 margin-left: 100px;
    }
    /* ============================
       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;
}


/* Additional CSS */
@media screen and (max-width:768px){
	.wpforms-container.inline-fields .wpforms-form {
    display:unset !important;
   
}

}
@media screen and (min-width:991px){
		.wpforms-container .wpforms-datepicker-wrap {
    margin: 0 -10px !important;
}
}
.contact-section-form .wpforms-submit{
	background: var(--primary-color) !important;
}



@media screen and (min-width:991px){
	.banner-bottom-wrapper .wpforms-container .wpforms-field-layout .wpforms-layout-column .wpforms-field-row{
	flex-direction: row !important
}
.banner-bottom-wrapper div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column-25 .wpforms-field-date-time .wpforms-field-row .wpforms-field-row-block{
	width: 50% !important;
	}
.banner-bottom-wrapper	.wpforms-submit{
		transform: translateY(-16px) !important;
	}
	
}

.wp-block-woocommerce-checkout{
	box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
	padding: 30px;
	margin: 30px;
	border-radius: 10px;
}
.entry-header{
	padding-left: 30px;
}
.entry-header .entry-title{
	color: var(--primary-color) !important;
	 font-family: "Reddit Sans", sans-serif;
	font-weight: 600;
}
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-proceed-to-checkout-block{
	background: var(--primary-color) !important;
	color: #fff !important;
	border: none !important;
	 font-family: "Reddit Sans", sans-serif;
	font-weight: 600;
}
.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-proceed-to-checkout-block:hover{
	background: var(--secondary-color) !important;
}
.wc-block-components-button__text{
	color: #fff !important;
}