* {
	box-sizing: border-box;
  }
  body{
    top: 0;
    overflow-x: hidden;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
    font-family: "Instrument Sans", sans-serif !important;
    font-size: 16px;
    color: #767676;
    /* background-color: #E8FFF3; */
}
.container{
    width: 100%;
}
.container{
    width: 100%;
    max-width: 1680px;
}
.container-fluid {
    width: 100%;
    padding: 0px !important;
    max-width: 1680px;
    /* height: 114px; */
    margin: 0px !important;
}
a, a:hover, a:focus {
	text-decoration:none !important;
    text-decoration-line: none !important;
    outline:none;
    color: #000;
    transition: color 0.3s ease;
}
b, strong {
    font-weight: 700;
}
.logo img{
  max-width:100%;
  max-height: 50px;
}
img {
	max-width:100%;
	height: auto;
}

ol, ul{
    padding: 0;
    margin: 0;
}
ul li{
    list-style: none;
}
h1{
    font-size: 64px;
    line-height: 60px;
    font-weight: 700;
    color:var(--text-color);
    margin-bottom: 20px;
}
h2{
    font-weight: 600;
    font-size: 64px;
    line-height:60px;
    color:var(--text-color);
    margin-bottom: 32px;
}
h3{
    font-size: 48px;
    line-height: 40px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
}
h4{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
}
h5{
    font-size:19px;
    line-height: 26px;
    font-weight: 700;
    color:var(--text-color);
    margin-bottom: 32px;
}
h6{
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color:var(--text-color);
    margin-bottom: 32px;
}
p{
    font-size: 24px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 500;
    line-height: 32px;
    color:var(--text-color);
    margin-bottom: 32px;
}
/* preloader */

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background-color:#000;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

.loading-container,
.loading{
	height: 100px;
	position: relative;
	width: 100px;
	border-radius: 100%;
}

.loading-container{
	margin: 40px auto;
}

.loading{
	border: 1px solid transparent;
	border-color: transparent#fff transparent #fff;
	animation: rotate-loading 1.5s linear 0s infinite normal;
	transform-origin: 50% 50%;
}

.loading-container:hover .loading,
.loading-container .loading{
	transition: all 0.5s ease-in-out;
}

#loading-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 66px;
	transform: translate(-50%, -50%);
}

@keyframes rotate-loading{
	0%{
		transform: rotate(0deg);
	}

	100%{
		transform: rotate(360deg);
	}
}
/* header */

.wrapper {
  position: relative;
  overflow:hidden;
}
header{
  padding:0px 120px 0px 120px  ;
}
.main-header {
  position: fixed;
  width: 100%;
  /* background: #E8FFF3; */
  z-index: 100;
}
 .common-btn {
  font-size: 16px;
  height: 50px;
}
.navbar{
    z-index: 1000;
}
.common-btn{
 text-transform: capitalize;
  position: relative;
  font-size: 18px;
  font-weight: 200;
  height: 49px;
  width: 203px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:18px 32px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #076932;
}
a.common-btn:hover{
	color: #076932;
  font-weight: 400;
	transition: all 0.3s linear;
	background-color: #E8FFF3;
  border: 1px solid #076932;

}
a.common-btn:focus,.contact-btn:focus,.contact-page-btn:focus{
  color: #fff;
}
.quote-btn:hover,.contact-btn:hover,.contact-page-btn:hover{
 	color: #076932;
  font-weight: 400;
	transition: all 0.3s linear;
	background-color: #E8FFF3;
  border: 1px solid #076932;
  transform: translateY(-3px) scale(1.02); 
}
.book-btn:hover{
 	color: #f1f1f1;
  font-weight: 400;
	transition: all 0.3s linear;
	background-color: #076932;
  transform: translateY(-3px) scale(1.02); 

}
.ad-btn:hover{
 	color: #076932;
  font-weight: 400;
	transition: all 0.3s linear;
	background-color: #E8FFF3;
  transform: translateY(-3px) scale(1.02); 
}
.ad-btn:focus{
  color: #fff;
}
.jobPopup {
    position: relative;
		z-index: 9999999;
	}
	.jobPopup .modal-dialog .modal-content {
		border-radius: 10px;
		border: 0;
		position: relative;
		display: flex;
		flex-direction: column;
		width: 100%;
		pointer-events: auto;
		background-clip: padding-box;
		outline: 0;
    transform: translateY(10%);
	}
	.jobPopup .modal-dialog .modal-content .modal-header {
		padding: 24px 0 18px;
		margin: 0 40px;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .modal-title {
		font-size: 20px;
		color: #000;
		font-weight: 500;
	}
	.jobPopup .modal-dialog .modal-content .modal-header .btn-close {
		width: 20px;
		height: 20px;
		padding: 0;
		margin: 0;
		width: 18px;
		height: 18px;
		border-radius: 0;
		opacity: 1;
		margin-left: auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body {
		padding: 25px 40px 40px;
		position: relative;
		flex: 1 1 auto;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form>*:not(:last-of-type) {
		margin-bottom: 10px;
	}
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"],
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"],
  .jobPopup .modal-dialog .modal-content .modal-body form select {
		height: 50px;
		padding: 10px 20px;
		width: 100%;
		font-size: 15px;
		border: 1px solid #707070;
		outline: none;
		box-shadow: none;
		border-radius: 5px;
		background: #fff;
		transition: all .3s;
		color: #263948;
	}
  .jobPopup .modal-dialog .modal-content .modal-body form p {
    margin-bottom: 10px;
  }
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="text"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="tel"]::placeholder,
	.jobPopup .modal-dialog .modal-content .modal-body form input[type="email"]::placeholder,
  .jobPopup .modal-dialog .modal-content .modal-body form select::placeholder{
		color: #263948;
		opacity: 1;
	}
	.jobPopup .common-btn,.jobPopup .quote-btn,.jobPopup .ad-btn {
		/* margin-top: 12px; */
		height: 45px;
		font-size: 15px;
		width: 100%;
    text-decoration: none;
    background-color: #076932;
    color: #fff;
    border: none;
    border-radius: 30px !important;
	}
	.jobPopup .common-btn:hover,
	.jobPopup .common-btn:focus,.jobPopup .quote-btn:hover,.jobPopup .quote-btn:focus {
		background-color: #fff;
		color: #076932;
    border:1px solid #076932;
	}
	.page-contact-us {
	    padding: 60px 0;
	}

.contact-now-box a,.book-now-box
a{
    text-decoration: none;
}
.outer-menu p{
    color: #056871;
}
.outer-menu {
    padding: 0;
    height: 114px;
    max-height: 114px;
    background: transparent;
    padding:24px 32px;
    max-width: 1680px;
}
.outer-menu ul li{
    margin-right: 12px;
    position: relative;
}
.outer-menu ul li a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    position: relative;
    color:var(--primary-color);
    padding:10px;
}
.navbar .dropdown::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
    margin-left: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
.outer-menu ul li a:hover, .outer-menu ul li a.active{
    color: #222;
}
.mobile-menu {
    display: none;
}
.close-mobile-menu{
    display: none;
}
.outer-menu img.logo {
  max-height: 30px;
  width: auto;
  height: 50px;
  display: block;
}
.navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.outer-menu ul li .submenu  {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(10px);
  width: auto;
  min-width: 235px;
  box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
  padding: 25px 0 23px;
  background-color: #fff;
  margin: 0;
  border: none;
}
.outer-menu ul li.dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.outer-menu ul li .submenu li {
  padding: 0 40px;
  margin-right: 0;
}
.outer-menu ul li .submenu li a {
  font-size: 14px;
  color:var(--primary-color);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
} 
.outer-menu ul li .submenu li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #5f3984;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.outer-menu ul li .submenu li a::before {
  display: none;
}  
.is-sticky {
  position: fixed !important;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1040;
  border-bottom: 0 !important;
  height: 100px !important;
  max-height: 150px !important;
  background-color: #E8FFF3 !important;
  -webkit-animation: translateHeader 0.8s;
  animation: translateHeader 0.8s;
   -webkit-box-shadow: 0 3px 4px rgba(0,0,0,.07);
  box-shadow: 0 3px 4px rgba(0,0,0,.07);

}
.contact-now-box .common-btn ,.book-now-box
{
  margin-left: 14px;
}
.contact-now-box,.book-now-box
 {
  align-items: center;
}
.mob-logo{
    display: none;
}



.hero-section{
    height: 1025px;
    background-color: #E8FFF3;
    padding: 0 116px;
    position: relative;
    background: url('../images/hero-bg.webp') no-repeat  ;

}
.banner{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  height: 100%;
}

.banner-content{
    justify-content: center;
    max-width: 728px;
    height: 379px;
    gap: 24px;
    width: 100%;

}
.banner-content h2{
    font-size: 64px;
    font-weight: 700;
}
.banner-content p{
    font-size: 32px;
}
.client-div{
  display: flex;
  flex-direction: row;
    max-width: 327px;
    gap: 8px;
}
.client-img{
    max-width: 175px;
    overflow-x: hidden;
}
.client-img img {
  margin-right: -20px; 
}

.client-img img:last-child{
  margin-right: 0;
}
.client-img img{
    height: 54px;
    width: 54px;
}
.client-count{
  display: flex;
  flex-direction: column;

    max-width: 144px;
    max-height: 54px;
}
.client-count h6{
    font-size: 24px;
    height: 13px;
}
.client-count p{
    font-size: 16px;
}
.sparkle{
    max-width: 200px;
    max-height: 200px;
}
.button-div{
  display: flex;
  flex-direction: row;
    width: 399px;
    height: 49px;
    gap: 8px;

}
.button-div button{
    width: 196px;
    height: 49px;
    border-radius: 8px;
    padding: 8px 32px;
}
 .quote-btn{
    background-color: #076932;
    color: #fff;
    border: none;
}

.book-btn{
    background: transparent;
    color: #076932;
    border:1px solid #076932;
}
.banner-image{
  /* position: relative; */
  flex-direction: column;
  justify-content: end;
  align-items: end;
  bottom: 0;
  /* padding-top: 200px; */
  width: 100%;
}
.banner-lady{
  display: flex;
    max-width: 860px;
    /* max-height: 880px; */
    z-index: 999;
    overflow: hidden;
    overflow-y: hidden;
    bottom: 0;
    /* margin-top: -190px; */
    object-fit: contain;
    transform: translateY(110px);

}

/* services */
.services-section{
    background-color: #F5F5F5;
    height: auto;
}
.services-page-section{
  height: auto;
  overflow: hidden;
  padding: 120px;
  background-color: #F6F6F6;

}
.services-page-header {
  position: fixed;
  width: 100%;
  background-color: #F6F6F6;
  z-index: 1001;
}
.our-services{
  padding-bottom: 120px;
}
.services{
  padding: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.services-title{
  text-align: center;
}
.services-title h3{
  font-size: 48px;
}
.services-title p{
  font-size: 32px;
  font-weight: 200;
}
.services-menu{
  width: 484px;
  max-height: 70px;
  background-color: #D9D9D9;
  padding: 16px;
  border-radius: 10px;
}
.services-menu ul{
  padding-left: 0px;
  font-size: 20px;
}
.services-menu button{
  border: none;
  color: #fff;
  background: transparent;
}
.menu-title{
  text-align: center;
}
.menu-title h2{
  font-size: 32px;
}
.menu-title p{
  font-size: 24px;
  font-weight: 100;
}
.our-services{
  height: auto;
  padding-top: 180px;
}
.service-container{
  padding: 0 120px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 70px;
}
.service-image a{
  color: #000 !important;
}
.service-item img {
  width: 100%;
  /* height: 340px; */
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transition: transform 0.3s ease;
}
.service-content{
  padding-top: 20px;
}
.service-content p{
  color: #000;
  opacity: 70%;
}
.service-item:hover img {
  transform: scale(1.05);
}

.image-anime {
  margin: 0;
}

@media (max-width: 991px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .service-grid {
    grid-template-columns: 1fr;
  }
}

.services-gallery{
  max-width: 1272px;
  max-height: 696px;
  gap: 16px;
}
.services-gallery img{
  width: 408px;
  height: 336px;
}
.second-row,.first-row{
  gap: 16px;
}
.services-btn {
  background: none;
  border: none;
  padding: 10px 20px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.services-btn.active {
  background-color: #d4f7dc; 
  color: #228B22; 
  border-radius: 8px;
}

/* about us */
.about-us-section{
  height: auto;
}
.about-us-page{
  padding-top: 50px;
}
.about-page-header {
  position: fixed;
  width: 100%;
  background: transparent;
  z-index: 1001;
}
.about-outer-menu{
  background: transparent;
}
.about-outer-menu p{
    color: #056871;
}
.about-outer-menu {
    padding: 0;
    height: 150px !important;
    background: transparent;
    padding:24px 32px;
    max-width: 1680px;
}
.about-outer-menu ul li{
    margin-right: 12px;
    position: relative;
}
.about-outer-menu ul li a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    position: relative;
    color:var(--primary-color);
    padding:10px;
}
.about-outer-menu ul li a:hover, .about-outer-menu ul li a.active{
    color: #222;
}
.about-outer-menu img.logo {
  max-height: 30px;
  width: auto;
  height: 50px;
  display: none;
}
.about-outer-menu ul li.dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.about-outer-menu ul li .submenu li {
  padding: 0 40px;
  margin-right: 0;
}
.about-outer-menu ul li .submenu li a {
  font-size: 14px;
  color:var(--primary-color);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
} 
.about-outer-menu ul li .submenu li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #5f3984;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/* about us page header */
/* Sticky transparent navbar */
.site-header.scrolled {
  background: #fff;
}

.site-header.scrolled .nav-link {
  font-size: 20px;
  color: #333;
  font-weight: 400;
}
.main-header{
  position: fixed;
  top: 0;
  width: 100%;
  transition:  0.3s ease;
  height: 100px;
  background: transparent ;
  z-index: 9999;
}
.offcanvas{
  position: fixed;
  top: 0;
  width: 100%;
  transition:  0.3s ease;
  background-color: #E8FFF3 !;

}
.main-header.scrolled {
  background-color: #E8FFF3 !important;
}
.index-nav.scrolled{
  padding-top: 0px !important;
  background-color: white;
}
.main-header.scrolled .nav-link {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.service-header{
  position: fixed;
  top: 0;
  width: 100%;
  transition:  0.3s ease;
  height: 100px;
  background-color: #F6F6F6 !important;

}
.service-header.scrolled{
  position: fixed;
  background: #fff;
}

.service.scrolled .index-nav-link {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: transparent;
  transition:  0.3s ease;
  height: 100px;
}
.offcanvas {
  background-color: #fff;
}
.offcanvas .nav-link {
  color: #000 !important;
}
/* .index-nav{
  padding-top: 20px !important;
} */
.navbar {
  padding: 1rem 0;
}
a.index-nav-link{
  text-decoration: none;
  font-size: 20px;
  color: #000;
  margin-left: 1rem;

}
a.nav-link {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  margin-left: 1rem;
}

.about-navbar-nav .about-nav-link:hover {
  color: #ddd;
}
.about-navbar{
  padding-top: 20px !important;
}
/* .about-nav{
  padding-top: 35px !important;
} */
/* contact-header */
.contact-section,
.contact-page-content,
.contact-page-form,
.contact-select-div,
.contact-select-container {
  position: static; /* or relative only if needed */
  z-index: auto;    /* no custom z-index */
}
.contact-select-container select{
  position: relative;
z-index: 1;

}
.contact-header.scrolled {
  background: #fff;
}

.contact-header.scrolled .nav-link {
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.contact-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition:  0.3s ease;
  height: 114px;
}

.navbar {
  padding: 1rem 0;
}
a.contact-nav-link {
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-left: 1rem;
}
/* Target only the toggler with about-toggler class */
.navbar-toggler.about-toggler,.about-toggler .navbar-toggler-icon {
  border-color: #F6F6F6;
}
.about-navbar-nav .about-nav-link:hover {
  color: #ddd;
}

/* Hero Section */
.about-hero-section {
  position: relative;
  height: 723px;
  background: url('../images/about-us-bg.webp') no-repeat center center/cover;
}

.hero-overlay {
  position: absolute;
  bottom: 144px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}

.hero-overlay h1 {
  font-size: 4rem;
  font-weight: 700;
}

/* Book Service button */
.btn-about {
 text-transform: capitalize;
  position: relative;
  font-size: 18px;
  font-weight: 200;
  height: 49px;
  width: 203px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:18px 32px !important;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #076932 !important;
  text-decoration: none;
}

.btn-about:hover {
  background-color: #044f54;
}

/* .about-outer-menu ul li .submenu li a::before {
  display: none;
}  */
.collapse-nav{
  display: none;
} 
.about-us{
  padding: 120px;
  text-align: center;
}
.about-title{
  text-align: center;
  gap: 24px;
}
.about-title h3{
  font-size: 48px;
}
.about-title p{
  font-size: 32px;
  max-width: 1114px;
  text-align: center;
  font-weight: 200;
  line-height: 40px;
}
.features{
  display: flex;
  flex-direction: row;
  justify-content:space-around;
  padding-top: 59px;
  /* max-width: 1382px; */
  height: 520px;
}
.first,.third{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 372px;
}
.verified-col,.satisfaction-col{
  text-align: center;
  height: 247px;
  padding: 32px 40px;
  gap: 24px;
}
.verified-col p,.satisfaction-col p{
  font-size: 20px;
  padding-top: 15px;
}
.verified-col img,.satisfaction-col img{
  width: 48px;
  height: 54px;
  padding-bottom: 10px;
}
.second img{
  width: 520px;
  height: 520px;
}

.about-us-details{
  padding: 120px 120px 80px 120px ;
  gap: 80px;
}
.about-page-title{
  gap: 10px;
}
.about-page-title h3{
  font-size: 48px;
  font-weight: 600;
}
.about-page-title p{
  font-size: 32px;
  font-weight: 200;
  text-align: center;
  padding-top: 15px;
  line-height: 40px;
}
.about-logo{
  width: 284px;
  height: 50px;
}
.about-description{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 32px;
}
.about-description p{
  font-size: 24px;
  font-weight: 200;
  padding: 32px 0;
  line-height: 40px;
  text-align: justify;
}
.about-description img{
  height: 750px;
  width: 501px;
}
.about-page-section{
  height: 1000px;
}
.about-page-div{
  padding: 120px;
  height: 750px;
  text-align: center;
}

.about-page-ad{
  position: relative;

  height: auto;
  overflow: hidden;
}
.about-page-ad img{
  position: relative;
  width: 100%;
  object-fit: contain;
  bottom: 0;
  overflow: hidden;
  display: block;
}
.about-ad-content{
  position: absolute;
  width: 899px;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  width: 899px; 
  padding-left: 120px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  text-align: left; 
}
.about-ad-btn{
  position: relative;
  font-size: 24px;
  font-weight: 400;
  width: 304px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:18px 32px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #076932;
}
.about-ad-content h2{
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
}
.about-ad-content p{
  font-size: 32px;
  font-weight: 400;
}

/* mid-banner */
.mid-banner{
  height: 891px;
}
.banner-pad{
  height: 241px;
}
.banner-ad{
  background: linear-gradient(to right, #43C6AC 0%, #9DE3AD 50%, #F8FFAE 100%);
  height: 650px;
}
.ad-content{
  width: 899px;
  padding-left: 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
  overflow: hidden;
  z-index: 999;
}
.ad-btn{
  position: relative;
  font-size: 24px;
  font-weight: 400;
  width: 304px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:18px 32px;
  border: none;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #076932;
}
.ad-content h2{
  font-size: 56px;
  font-weight: 700;
  line-height: 65px;
}
.ad-content p{
  font-size: 28px;
  font-weight: 400;
}

.mid-banner::before{
  position: absolute;
  display: block;
  content: url('../images/mid-banner.webp');
  /* background-image: url('/images/mid-banner.webp'); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom; 
   right: 0;
   /* z-index: 999; */
}

/* contact us */
.contact-us-section{
  height: auto;
  padding: 120px ;
  background-color: #F6F6F6;
}
.contact-section{
  height: auto;
  padding: 120px ;
  background-color: #F6F6F6;
}
.contact-us-page{
  padding-top: 50px;
}
.contact-page-header {
  position: fixed;
  width: 100%;
  background-color: #F6F6F6;
  z-index: 1001;
}
.contact-outer-menu{
  background-color: #F6F6F6;
}
.contact-outer-menu p{
    color: #056871;
}
.contact-outer-menu {
    padding: 0;
    height: 150px !important;
    background-color: #F6F6F6;
    padding:24px 32px;
    max-width: 1680px;
}
.contact-outer-menu ul li{
    margin-right: 12px;
    position: relative;
}
.contact-outer-menu ul li a{
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    position: relative;
    color:var(--primary-color);
    padding:10px;
}
.contact-outer-menu ul li a:hover, .outer-menu ul li a.active{
    color: #222;
}
.contact-outer-menu img.logo {
  max-height: 30px;
  width: auto;
  height: 50px;
  display: none;
}
.contact-outer-menu ul li .submenu  {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: translateY(10px);
  width: auto;
  min-width: 235px;
  box-shadow: 0 2px 6px 0 rgba(40,40,40,.1);
  padding: 25px 0 23px;
  background-color: #fff;
  margin: 0;
  border: none;
}
.contact-outer-menu ul li.dropdown:hover > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.contact-outer-menu ul li .submenu li {
  padding: 0 40px;
  margin-right: 0;
}
.contact-outer-menu ul li .submenu li a {
  font-size: 14px;
  color:var(--primary-color);
  text-transform: capitalize;
  font-weight: 400;
  line-height: 36px !important;
  white-space: nowrap;
  position: relative;
} 
.contact-outer-menu ul li .submenu li a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -20px;
  width: 10px;
  height: 2px;
  opacity: 0;
  background-color: #5f3984;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contact-outer-menu ul li .submenu li a::before {
  display: none;
}  


.contact-title{
  text-align: center;
}
.contact-title h3{
  font-size: 48px;
}
.contact-title p{
  font-size: 24px;
  font-weight: 400;
}
.contact-content{
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-top: 48px;
}
.contact-img img{
  width: 533px;
  height: 798px;
}
.contact-page-img img{
  width: 533px;
  height: 537px;

}
.contact-form{
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  height: 798px;
  width: 1101px;
  padding: 24px;
}
.contact-btn{
  position: relative;
  font-size: 24px;
  font-weight: 400;
  width: 1053px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:18px 32px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #076932;
}

.contact-page-content{
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding-top: 48px;
}
/* .contact-page-img{
  display: flex;
  flex-direction: column;
} */
.contact-page-img img{
  width: 533px;
  height: 537px;

}
.contact-page-form{
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  height: 798px;
  width: 100%;
  padding: 24px;
  overflow: hidden;
}
.inner-form{
  width: 100%;
}
.contact-box{
  width: 100%;
}
.inner-form input{
  width: 100%;
}
.contact-page-btn{
  position: relative;
  font-size: 24px;
  font-weight: 400;
  width: 1053px;
  height: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding:18px 32px;
  border: none;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s linear;
  color: #fff;
  background-color: #076932;
  text-decoration: none;
}
.contact-select-div{
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow: hidden;
  width: 100%;
}
.contact-select-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.contact-select-container select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  /* max-width: 510px; */
  height: 66px;
  background-color: #F8F8F8 !important;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 24px !important;
  background: url('../images/arrow-down.webp') no-repeat right 15px center;
  background-size: 16px; 
  overflow: hidden;
}

.inner-form textarea{
  overflow: hidden;
  width: 100%;
  /* max-width: 510px; */
}

.enquiry-div{
  padding-top: 24px;
  width: 533px;
  gap: 24px;
}
.enquiries h4{
  font-size: 28px;
  font-weight: 500;
}
.address-div{
  width: 335px;
}
.address-div p{
  padding-left: 8px;
}
.address p{
  font-size: 20px;
  font-weight: 400;
  margin: 0 !important;
}
.address{
  font-size: 22px;
  color: #000000;
  opacity: 50%;
  height: 101px;
  font-weight: 500;
  width: 533px;
}
.support-help span,.phone span{
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  opacity: 50%;

}
.support-help span{
  padding-left: 10px;
}
/* Base input style */
input {
  width: 1053px;
  height: 62px;
  background-color: #F8F8F8;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 24px !important;
}

label {
  padding-bottom: 10px;
  color: #000000;
}

label span {
  color: #FF0000;
}

/* Select wrapper: needed for positioning the custom arrow */
.select-container {
  position: relative;
  display: inline-block;
}

/* Select style: match input */
.select-container select {
  width: 100%; 
  height: 62px; 
  background-color: #F8F8F8;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 24px !important;

  /* Remove native arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

}

/* Optional: add a custom arrow with a pseudo element if needed */
.select-container::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 24px;
  width: 16px;
  height: 16px;
  background: url('../images/arrow-down.webp') no-repeat center center;
  background-size: contain;
  pointer-events: none;
  transform: translateY(-50%);
}

/* Remove duplicate select style */
.select-div {
  display: flex;
  flex-direction: row;
  gap: 32px;
}

textarea {
  width: 1053px;
  height: 134px;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 14px;
  background-color: #F8F8F8;
  margin-bottom: 24px !important;
}
select option {
  background-color: #F8F8F8; /* matches input */
  color: #000;
  font-size: 20px;
}
.custom-dropdown {
  width: 1053px;
  height: 62px;
  background-color: #F8F8F8;
  border: none;
  border-radius: 8px;
  padding: 16px 24px;
  font-size: 20px;
  text-align: left;
}
/* gallery */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.photo-gallery img {
  width: 100%;
  height: 240px;
  display: block;
  transition: transform 0.3s ease;
  object-fit: cover;
  border-radius: 20px;
}

.photo-gallery:hover img {
  transform: scale(1.05);
}

.image-anime {
  margin: 0;
}
.service-header{
  z-index: 9999;
}
.inner-banner {
  position: relative;
  background: url("../images/gallery-banner.webp");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 270px 0 180px;
  /* margin-top: -118px; */
}
.inner-banner::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(25, 35, 36, 0) 0%,
    rgba(25, 35, 36, 0.4) 80.94%
  );
  width: 100%;
  height: 100%;
  z-index: 0;
}
.page-header-box {
  position: relative;
  text-align: center;
  z-index: 1;
}
.page-header-box h1 {
  display: inline-block;
  font-size: 80px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  cursor: none;
}
.page-header-box ol {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.page-header-box ol li.breadcrumb-item {
  font-size: 22px;
  text-transform: capitalize;
  color: #fff;
}
.page-header-box ol li.breadcrumb-item a {
  color: inherit;
}
.page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
  font-size: 20px;
  color: #fff;
}

.page-gallery {
  padding: 200px 120px 120px 120px;
}
.page-gallery-box .photo-gallery {
  /* height: calc(100% - 30px); */
  margin-bottom: 30px;
}
.page-gallery-box .photo-gallery a {
  cursor: none;
}
.page-gallery-box .photo-gallery figure {
  display: block;
}
.page-gallery-box .photo-gallery img {
  width: 100%;
  aspect-ratio: 1 / 0.85;
  object-fit: cover;
}


/* footer */
footer {
  padding: 96px 120px 20px 120px;
  background-color: #CEEBE2;
}

.footer-container {
  max-width: 1680px;
  margin: 0 auto;
}


.footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding-top: 56px;
  padding-bottom: 10px;
}
/* .quick-links h4,
.Help-div h4,
.social h4 {
  text-align: center; 
  align-items: center;
} */
.quick-links,.Help-div
 {
  padding-left: 110px;  
}
.social{
  padding-left: 60px;
}
.enquiry,
.quick-links,
.Help-div,
.social {
  flex: 1 1 240px; 
  
}

.footer-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.footer-content p {
  font-size: 22px;
  color: #00000079;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.footer-link {
  text-decoration: none;
  color: #00000079;
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  text-align: left;
}

.social img {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}

.footer-content ul {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  text-align: left;
}
.mail a{
  text-decoration: none !important;
}
.row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* font-size: 16px;
  color: #000000; */
  /* opacity: 70.3%; */
  flex-wrap: wrap;
}

.row p {
  font-size: 16px;
  line-height: 20px;
  text-align: right;
}
.copyright,.text{
  color: #00000092 !important;

}
.designed img {
  height: 20px;
}

hr {
  border: none;
  border-top: 1px solid #00000050;
  margin: 20px 0;
}
.floatingdiv {
position: fixed;
top: 50%;
right: 0;
z-index: 9999;
width: 45px;
height: 100px;
transform: translate(0,-50%);
}
.floatingwhatsapp {   
  width: 45px;
  height: 45px;  
  display: block;
  margin-bottom: 10px;
}
.floatingcall {    
  width: 45px;
  height: 45px;  
  display: block;
}
.floatingcall img,
.floatingwhatsapp img {
  filter: invert(0%) sepia(0%) saturate(13%) hue-rotate(167deg) brightness(92%) contrast(100%);
}


/* ✅ Medium Screens (tablets) */
@media (max-width: 992px) {
  footer {
    padding: 64px 60px;
  }

  .footer-content {
    flex-direction: row;
    gap: 30px;
  }

  .row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 10px;
  }

  .row p {
    text-align: center;
  }
}

/* ✅ Small Screens (mobile) */
@media (max-width: 768px) {
  footer {
    padding: 48px 30px;
  }

  .footer-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 0px;
  }
  .social{
    height: 100px !important;
  }

  .enquiry,
  .quick-links,
  .Help-div,
  .social {
    width: 100%;
  }

  .social img {
    margin-bottom: 10px;
  }

  .row {
    flex-direction: column;
    text-align: center;
  }

  .row p {
    text-align: center;
  }
}
  

/* media query */
  @media only screen and (max-width: 1920px){
.contact-select-container select {
      margin-bottom: 24px !important;
    }

  }
  @media only screen and (max-width: 1700px){
.contact-content{
  gap: 24px;
  padding-top: 48px;
}
.contact-img img{
  width: 733px;
  height: 798px;
}
.contact-form{
  height: 798px;
  width: 900px;
  padding: 24px;
}
.contact-btn{
  font-size: 24px;
  font-weight: 400;
  width: 853px;
  height: 72px;
  padding:18px 32px;
}
input{
  width: 853px;
  margin-bottom: 24px !important;
}
.select-div{
  gap: 32px;
}
select{
  /* width: 310px; */
  height: 66px;
  padding: 16px 24px;
  margin-bottom: 24px !important;

}
textarea{
  width: 853px;
  height: 134px;
  margin-bottom: 24px !important;
}

.about-description p{
  padding:0px 0;
}
.contact-select-container select {
  width: 100%;
}
  .about-ad-content{
    padding-left: 140px;
  }
  }

@media only screen and (max-width: 1650px){
  .quick-links{
    padding-left: 80px !important;
  }
  .social{
    padding-left: 30px;
  }
  .Help-div{
    padding-left: 50px !important;
  }
}
  @media only screen and (max-width: 1600px){
    /* .hero-section{
      height: 925px;
    } */
    .about-hero-section{
      height: 556px;
    }
    .banner-lady{
      padding-top: 100px;
      width: 750px;
    }
    .mid-banner{
    height: 891px;
    }
    .banner-pad{
    height: 241px;
    }
    .banner-ad{
    background: linear-gradient(to right, #43C6AC 0%, #9DE3AD 50%, #F8FFAE 100%);
    height: 650px;
    }
    .ad-content{
    width: 899px;
    padding-left: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    }
    .ad-btn{
    position: relative;
    font-size: 24px;
    font-weight: 400;
    width: 304px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding:18px 32px;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s linear;
    color: #fff;
    background-color: #076932;
    }
    .ad-img{
      width: 843px;
      height: 791px;
    }
    .mid-banner::before{
      position: absolute;
      display: block;
      content: url('/images/mid-banner.webp');
      background-image: none;
      width: 600px;
      right: 0;
    }
    .contact-content{
      gap: 24px;
      padding-top: 48px;
    }
    .contact-img img{
      width: 833px;
      height: 698px;
    }
    .contact-form{
      height: 698px;
      width: 800px;
      padding: 24px;
    }
    .contact-btn{
      font-size: 24px;
      font-weight: 400;
      width: 753px;
      height: 62px;
      padding:18px 32px;
    }
    input{
      width: 753px;
      height: 54px;
      margin-bottom: 15px !important;
    }
    .select-div{
      gap: 28px;
    }
    
    textarea{
      width: 753px;
      height: 132px;
      margin-bottom: 15px !important;
    }

    .select-container select {
      /* width: 360px; */
      height: 54px;
      margin-bottom: 15px !important;
    }

    .about-description p{
      font-size: 20px;
    }
    .enquiry-div{
      gap: 18px;
    }
    }
  @media only screen and (max-width: 1500px){
    .service,.about-us,.contact-us-section,footer,.about-page-div{
      padding: 80px;

    }
    .ad-content{
      padding: 0 0 0 80px;
    }
    .main-header,.service-header,.hero-section,.site-header,.contact-header{
      padding: 0 80px;
    }
    .service-container{
      padding: 0;
    }
    .contact-page-header{
      padding: 0 80px;
    }
    .contact-section{
      padding: 120px 80px;
    }
    .about-us-details{
      padding: 120px 80px 80px 80px;
    }
    .our-services{
      padding: 180px 80px 120px 80px;
    }
    .page-gallery{
      padding: 120px 80px;
    }
    .banner-lady{
      padding-top: 100px;
      width: 750px;
    }
    .first-row,
    .second-row {
      flex-wrap: wrap;
      justify-content: center;
    }

  .services-gallery img {
    width: 100%;
    height: auto; 
    width: 300px; 
  }

  .services-gallery {
    max-height: none;
  }
  .contact-select-div{
    flex-direction: column;
    gap: 0px;
  }
  .contact-select-container select{
hnbyv j    width: 100%;
  }
  .about-description img{
    height: 450px;
  }
   .ad-content {
    width: 872px;
   }
  }
  @media only screen and (max-width: 1400px){
    .hero-section{
      height: 925px;
      /* padding-top: 100px; */
    }
    .banner-lady{
      padding-top: 150px;
      width: 600px;
    }

    a.nav-link{
      margin: 0;
    }
    .second{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .second img{
     width: 420px;
    height: 420px;
    }
    .contact-img img{
      width: 933px;
      height: 698px;
    }
    /* .contact-form{
      height: 698px;
      width: 700px;
      padding: 24px;
    }
    .contact-btn{
      font-size: 24px;
      font-weight: 400;
      width: 653px;
      height: 62px;
      padding:18px 32px;
    }
    input{
      width: 653px;
      height: 54px;
      margin-bottom: 15px !important;
    }
    .select-div{
      gap: 28px;
    }
    
    textarea{
      width: 653px;
      height: 124px;
      margin-bottom: 15px !important;
    }

    .select-container select {
      width: 265px;
      height: 54px;
      margin-bottom: 15px !important;
    } */
    .about-description p{
      line-height: 33px;
    }
    .about-ad-content{
      padding-left: 180px;
    }
    .about-description p{
      font-size: 18px;
    }



      }
@media only screen and (max-width: 1650px){
  .quick-links,.Help-div{
    padding-left: 40px;
  }
  .social{
    padding-left: 10px;
  }
  .footer-content{
    gap: 10px;
  }
}

  @media only screen and (max-width: 1300px){
    
    .contact-page-header,.site-header{
      padding: 0 40px;
    }
    .about-us-details{
      padding: 120px 40px;
    }
    .second{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .second img{
    width: 320px;
    height: 320px;
    }
    #menu{
      width: 500px;
    }
    a.nav-link{
      padding: 10px 0;
    }
    .contact-img img{
      width: 1133px;
      height: 698px;
    }
    .contact-form{
      height: 698px;
      width: 600px;
      padding: 24px;
    }
    .contact-btn{
      font-size: 24px;
      font-weight: 400;
      width: 553px;
      height: 62px;
      padding:18px 32px;
    }
    input{
      width: 553px;
      height: 54px;
      margin-bottom: 15px !important;
    }
    .select-div{
      gap: 18px;
    }
    
    textarea{
      width: 553px;
      height: 124px;
      margin-bottom: 15px !important;
    }

    .select-container select {
      height: 54px;
      margin-bottom: 15px !important;
    }
    .contact-page-img{
      width: 480px;
    }
  .quick-links{
    padding-left: 80px !important;
  }
  .social{
    padding-left: 0px;
  }
  .Help-div{
    padding-left: 10px !important;
  }
    .about-description p{
      font-size: 16px;
    }
    .about-page-div{
      padding: 40px;
    }
    .about-us-details{
      padding: 80px 40px;
    }
    .contact-title p,.about-page-title p,.about-title p,.about-ad-content p{
      font-size: 26px;
    }

    .about-ad-content h2,.contact-title h3{
      font-size: 50px;
    }
    .about-ad-content p{
      width: 600px;
    }
    .about-ad-btn{
      width:280px;
      height: 48px;
      font-size: 18px;
    }
    footer{
      padding: 60px 40px 20px ;
    }

 }

 
  @media only screen and (max-width: 1200px){
    .main-header{
      height: 80px;
    }
    .logo{
      width: 240px;
      height: 38px;
    }
    a.index-nav-link{
      font-size: 16px;
    }
    a.common-btn{
      width: 180px;
      height:38px ;
      font-size: 16px;
    }
    .banner-content h2{
      font-size: 44px;
    }
    .banner-content p{
      font-size: 24px;
    }
    .client-count h6{
      font-size: 16px;
    }
    .client-count p{
      font-size: 16px;
    }
    .hero-section{
      height: 800px;
    }
    .banner-lady{
      padding-top: 0px;
     transform: translateY(40px);
    }
    .second{
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .second img{
    width: 320px;
    height: 320px;
    }
  .mid-banner::before{
    width: 500px;    
  }
  /* .about-description{
    flex-direction: column;
  }
  .about-description img{
    width: 100%;
    object-fit: contain;
  }
    .contact-page-img{
      width: 420px;
    }
    .address{
      width: 420px;
      font-size: 20px;
    }
    .address-div p{
      margin: 0px;
    }
    .enquiry-div{
      height: 300px;
    }
    .phone span{
      font-size: 21px
    }
    .support-help span{
      padding-left: 8px !important;
      font-size: 20px;
    } */
    .about-ad-content{
      padding-left: 220px;
    }
  .about-description p{
    line-height: 40px;
  }
  .ad-content h2{
    font-size: 50px;
  }
  .ad-content p{
    width: 500px;
    font-size: 28px;
  }
  .quick-links{
    padding-left: 50px !important;
  }
  .Help-div{
    padding-left: 0px !important;
  }
  .footer-content{
    gap: 40px;
  }

 }
  @media only screen and (max-width: 1100px){
    .about-hero-section{
      height: 456px;
    }
    .hero-overlay h1{
      font-size: 56px;
      transform: translateY(80%);
    }
    .logo{
      width: 200px;
      height: 38px;
    }
    a.common-btn{
      height: 35px;
    }
    .contact-us-section,footer,.contact-header{
      padding: 40px;

    }
    .site-header,.service-header{
      padding: 0px 40px;
    }
    .our-services{
      padding: 180px 40px 120px 40px;
    }
    .about-us,.service{
      padding: 80px 40px;
    }
    .ad-content{
      padding: 0 0 0 40px;
    }
    .main-header,.hero-section{
      padding: 0 40px;
    }
    .contact-page-header{
      padding: 0 40px;
    }
    .contact-section{
      padding: 120px 40px;
     
    }
    .contact-us-page{
      padding: 20px 0;
    }
    .contact-page-content{
      padding-top: 30px;
    }
    .about-us-details{
      padding: 80px 40px 80px 40px;
    }
    .about-page-div{
      padding: 40px;
    }
    .contact-title p,.about-page-title p,.about-title p,.about-ad-content p{
      font-size: 22px;
    }
    .about-ad-content p{
      width: 400px;
    }
    .site-header.scrolled .nav-link,.nav-link{
      font-size: 16px;
    }
    .contact-page-content{
      flex-direction: column;
    }
    .contact-page-img{
      width: 100%;
      flex-direction: row;
    }
    .contact-page-img img{
    width: 100%; 
    height: 400px;
      object-fit: contain;
      border-radius: 20px;
    }
    .enquiry-div,.address-div{
      width: 100%;
    }
    input{
      margin-bottom: 20px !important;
    }
    .select-div{
      gap: 28px;
    }
    
    textarea{
      margin-bottom: 20px !important;
    }
    .contact-page-btn{
      height: 50px;
      font-size: 18px;
    }

    .select-container select {
      margin-bottom: 20px !important;
    }
    .about-description img{
      width: 401px;
    }
      .contact-page-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
    aspect-ratio: 1 / .7;
  }

 }
  

  @media only screen and (max-width: 1024px){
    a.index-nav-link{
      font-size: 16px;
    }
    a.common-btn{
      width: 180px;
      height:38px ;
      font-size: 16px;
    }
    .banner-content h2{
      font-size: 44px;
    }
    .banner-content p{
      font-size: 24px;
    }
    .client-count h6{
      font-size: 16px;
    }
    .client-count p{
      font-size: 16px;
    }

    .about-page-section{
      height: 1600px;
    }
    .services-gallery{
      gap: 30px;
    }
    .services-gallery img{
      width: 600px;
      object-fit: cover;
    }
    .first-row,.second-row{
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 30px;
    }
    .second {
    order: 1;
  }
  .first {
    order: 2;
  }
  .third {
    order: 3;
  }
    .features{
      display: flex;
      flex-direction: column;
      justify-content:center;
      padding-top: 120px;
      height: 1200px;
      gap: 20px;
    }
.first,.third{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: auto;
}
.verified-col,.satisfaction-col{
  height: auto;
  padding: 32px 40px;
  gap: 24px;
}
.verified-col p,.satisfaction-col p{
  font-size: 20px;
  padding-top: 15px;
}
.verified-col img,.satisfaction-col img{
  width: 48px;
  height: 54px;
  padding-bottom: 10px;
}
.second img{
  width: 320px;
  height: 320px;
}
    .contact-content{
      flex-direction: column;
    }
    .contact-img img{
      width: 100%;
      height: 400px;
      object-fit: contain;
    }
    .contact-form{
      height: 880px;
      width: 100%;
      padding: 24px 32px;
    }
    .contact-page-form{
      height: auto;
    }
    .index-form{
      width: 100%;

    }
    .contact-btn{
      font-size: 24px;
      font-weight: 400;
      width: 100%;
      height: 65px;
      padding:18px 32px;
    }
    input{
      width: 100%;
      height: 65px;
      margin-bottom: 15px !important;
    }
    .select-div{
      gap: 18px;
    }
    
    textarea{
      width: 100%;
      height: 128px;
      margin-bottom: 15px !important;
    }
    .contact-now-box{
      width: 100%;
    }
    .select-container  {
      width: 100%;
      height: 65px;
      margin-bottom: 15px !important;
    }
    .contact-btn{
      font-size: 18px;
    }
    .about-ad-content{
      gap: 10px;
    }
    .about-ad-content h2{
      font-size: 52px;
    }
    .about-ad-content p{
      font-size: 28px;
    }
    /* .contact-now-box{
      width: 250px;
    } */
    .about-ad-btn{
      font-size: 20px;
    }
  .about-description p{
    line-height: 40px;
  }

    }

  @media only screen and (max-width: 991px){
    /* .button-div{
      flex-direction: column;
      width: 100%;
      height: auto;
      gap: 20px;
    }
    .button-div button{
      width: 100%;
      height: 44px;
      font-size: 16px;
    } */
    .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
    .banner{
      align-items: center;
    }
    /* .banner-content{
      padding-top: 50px;
    } */
    .banner-content h2{
      font-size: 38px;
      font-weight: 700;
    }
    .banner-content p{
      font-size: 20px;
    }
    .banner-lady{
      width: 500px;
       transform: translateY(15px);
    }
    .banner-image{
      justify-content: center;
      align-items: center;
      padding: 0px;
    }
    .client-count p{
      font-size: 16px;
    }

    .hero-section{
    height: 600px;
    background-color: #E8FFF3;
    }

    .mid-banner::before{
      display: none;
      transform: translate(0,-80%);
      height: 200px;
    }
.mid-banner-section::before {
  content: "";
  position: absolute; 
  background-image: url('../images/mid-banner.webp');
  background-size: cover;
  background-repeat: no-repeat;
  width: 500px;
  height: 500px;
  right: 0;
}
    .mid-banner{
      height: auto;
    }
    .banner-ad{
      height: 450px;
    }
    .ad-content{
      gap: 20px;
    }
    .ad-content h2{
      font-size: 40px;
      line-height: 50px;
    }
    .ad-content p{
      font-size: 22px;
    }
    .ad-btn{
      width: 250px;
      font-size: 18px;
    }

    .about-us,.contact-us-section,footer{
      padding: 40px;

    }
    .services{
      padding: 80px 40px;
    }
    .our-services{
      padding: 180px 40px;
    }
    .ad-content{
      padding: 0 0 0 40px;
    }
    .main-header,.hero-section,.service-header{
      padding: 0 40px;
    }
    .mobile-logo{
      width: 240px;
      padding-bottom: 40px;
    }
    .main-header,.site-header,.service-header{
      height: 100px !important;
    }
    .index-nav,.about-nav{
      padding-top: 0px !important;
    }
    .is-sticky .outer-menu {
      padding: 12px 0px;
    }	
    .contact-page-header{
      padding: 0 40px;
    }
    .contact-section{
      padding: 120px 40px;
     
    }
    #navbarNav{
      padding: 20px;
    }
    .contact-now-box{
      padding-top: 20px;
    }
    .navbar-toggler {
    display: block;
    margin-bottom: 30px;
    }
    .logo {
    display: none;
    }
     .mob-logo{
      display: block;
     }
    .outer-menu .navbar-toggler{
	  border: none;
	  box-shadow: none;
	  position: absolute;
	  right: 25px;
	  height: 25px;
	  border-radius: 0;
	  width: 23px;
	  padding: 0;
	  background-color: transparent;
	}
	.outer-menu .navbar-toggler  {
	  display: inline-block;
	}
	.outer-menu .navbar-toggler .menu-lines::before, 
	.outer-menu .navbar-toggler .menu-lines::after {
	  content: '';
	  position: absolute;
	  left: 0;
	  width: 23px;
	  height: 2px;
	  display: inline-block;
	  background-color:var(--text-color);
	  -webkit-transition: 0.3s ease;
	  transition: 0.3s ease;
	}
	.outer-menu .navbar-toggler .menu-lines::before {
	  top: 0;
	}
	.outer-menu .navbar-toggler .menu-lines::after {
	  top: 12px;
	}
	.outer-menu .navbar-toggler .menu-lines span {
	  position: absolute;
	  /* top: 6px; */
	  left: 0;
	  width: 18px;
	  height: 2px;
	  background-color:var(--text-color);
	}
	.outer-menu .collapse:not(.show) {
	  display: block;
	}
	.outer-menu .navbar-collapse {
	  position: fixed;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  height: 100%;
	  visibility: hidden;
	  opacity: 0;
	  background-color: rgba(0,0,0,.6);
	  z-index: 1000;
	  padding: 0;
	  transition: 0.4s ease;
	}
	.outer-menu .navbar-collapse.menu-opened {
	  opacity: 1;
	  visibility: visible;
	}
	.outer-menu .navbar-collapse.menu-opened .navbar-nav {
	  opacity: 1;
	  transform: translateX(0);
    padding-top: 50px;
	}
	.outer-menu .navbar-collapse .navbar-nav {
	  opacity: 0;
	  width: 240px;
	  height: 100%;
	  overflow-y: auto;
	  padding: 10px 0 20px;
	  background-color: #fff;
	  transform: translateX(-100%);
	  transition: 0.3s ease;
	  transition-delay: 0s;
	  transition-delay: 0.4s;
	  margin: 0;
    color: #076932;
	}
	.outer-menu .navbar-collapse.menu-opened .close-mobile-menu {
	  opacity: 1;
	  transform: scale(1);
	  display: block;
	}
	.outer-menu .close-mobile-menu {
	  position: absolute;
	  top: 30px;
	  right: 30px;
	  z-index: 1100;
	  width: 35px;
	  height: 35px;
	  line-height: 33px;
	  text-align: center;
	  border-radius: 50%;
	  border: 1px solid #fff;
	  color: #fff;
	  cursor: pointer;
	  opacity: 0;
	  transform: scale(.8);
	  transition: all 0.4s ease;
	  transition-delay: 0s;
	  transition-delay: 0.5s;
	  background-color: transparent;
	  box-shadow: none;
	}
  .about-close-mobile-menu{
    display: block;
   	  position: absolute;
	  top: 30px;
	  right: 30px;
	  z-index: 1100;
	  width: 35px;
	  height: 35px;
	  line-height: 33px;
	  text-align: center;
	  border-radius: 50%;
	  border: 5px solid #fff;
	  color: #fff;
	  cursor: pointer;
	  opacity: 0;
	  transform: scale(.8);
	  transition: all 0.4s ease;
	  transition-delay: 0s;
	  transition-delay: 0.5s;
	  background-color: transparent;
	  box-shadow: none;
 
  }
	.main-menu ul li a {
	  color:var(--text-color);
	  line-height: 25px !important;
	  padding-left: 15px;
	}
	.outer-menu ul li a.active::before, 
	.outer-menu ul li a:hover::before,
	.outer-menu ul li a::before {
	 display: none;
	} 
/* .services-title h3{
  font-size: 40px;
} */
.services-title p{
  font-size: 24px;
}
#service-description{
  font-size: 20px;
}
  .about-us-section{
    height: 1500px;
  }
  .mid-banner::before{
    width: 500px;
    height: 300px !important;    
  }
  .common-btn{
    margin: 0px !important;
  }
    .about-ad-content{
      gap: 10px;
      padding-left: 290px;
    }
    .about-ad-content h2{
      font-size: 46px;
    }
    .about-ad-content p{
      font-size: 22px;
      width: 350px;

    }
    /* .contact-now-box{
      width: 250px;
    } */
    .about-ad-btn{
      font-size: 20px;
    }
    .services-title{
      font-size: 52px;
    }
    .service-name h3{
      font-size: 38px;
    }
    .service-content h3{
      font-size: 20px;
    }
    .service-content p{
       font-size: 16px;
     
    }
  .inner-banner {
    padding: 180px 0 100px;
    margin-top: 40px;
  }
  .inner-banner h1 {
    font-size: 50px;
  }
  .page-header-box ol li.breadcrumb-item {
    font-size: 18px;
  }
  .page-header-box ol .breadcrumb-item + .breadcrumb-item::before {
    font-size: 16px;
  }

  .page-gallery {
    padding: 120px 40px;
  }
  .page-gallery-box .photo-gallery img {
    aspect-ratio: 1 / 0.85;
  }
    .about-description{
    flex-direction: column;
    align-items: center;
  }
  .about-description img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
  }
    .contact-page-img img{
      border-radius: 20px;
    }

    .address{
      width: 420px;
      font-size: 20px;
    }
    .address-div p{
      margin: 0px;
    }
    .enquiry-div{
      height: 300px;
    }
    .phone span{
      font-size: 21px
    }
    .support-help span{
      padding-left: 8px !important;
      font-size: 20px;
    }
    .about-us-details{
      gap: 40px;
    }
  }

  @media only screen and (max-width: 828px){
      .banner{
      flex-direction: column-reverse;
      padding: 120px 0px;
      gap: 32px;
    }
    .button-div{
      flex-direction: column;
      width: 100%;
      height: auto;
      gap: 20px;
    }
    .button-div button{
      width: 100%;
      height: 56px;
      font-size: 20px;
    }
    .banner-content h2{
      font-size: 58px;
      font-weight: 700;
    }
    .banner-lady{
    padding-top: 0;
    }
    .banner-image{
      justify-content: center;
      align-items: center;
      padding: 0px;
    }
    .client-div{
      display: none;
    }

    .hero-section{
      height: auto;
    }
    .contact-form{
      height: auto;
    }
    .select-div{
      display: flex;
      flex-direction: column ;
    }
    .select-container select{
      width: 100%;
    }
    .about-page-ad {
      height: 350px;
    }
    .about-page-ad img{
      height: 350px;
      object-fit: cover;
    }
    .about-ad-content{
      gap: 10px;
      padding-left: 280px;
      text-align: left;
      align-items: left;
    }
    .about-ad-content h2{
      font-size: 44px;
    }
    .about-ad-content p{
      font-size: 22px;
      width: 350px;

    }
    .about-ad-btn{
      font-size: 14px;
      width: 200px;
      height: 42px;
    }
    .about-description p{
      font-size: 18px;
    }
    .contact-title h3{
      font-size: 38px;
    }
   
    .contact-btn{
      height: 50px;
    }
.mid-banner-section::before {
  display: none;
}
.banner-pad{
  height: 0;
}
 .about-us-section {
    height: auto;
  }
  /* .banner-pad{
    height: 100px;
  }
 */
  }
  @media only screen and (max-width: 941px){
    .social{
      padding-left:  50px !important;
    }
  }
  @media only screen and (max-width: 828px){
   footer{
      padding: 40px;

    }
    .contact-us-section{
      padding: 60px 40px;
    }
     .services,.about-us{
      padding: 80px 40px;
     }
    .ad-content{
      padding: 0 0 0 40px;
    }
    .main-header,.hero-section,.service-header{
      padding: 0 40px;
    }

  .banner-content {
    justify-content: center;
    }
  .banner-content h2{
    font-size: 40px;
  }
  .ad-content{
    gap: 10px;
  }
.ad-btn{
  position: relative;
  font-size: 18px;
  font-weight: 200;
  width: 240px;
  height: 40px;
  padding:18px 32px;
}
.ad-content h2{
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}
.ad-content p{
  font-size: 20px;
  font-weight: 400;
}

  }
  @media only screen and (max-width: 767px){
    .banner{
      padding-bottom: 40px;
    }
  .gallery-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .hero-section{
    padding: 0 40px;
    /* height: 700px; */
    }
    .banner-content {
    justify-content: center;
    }
  .banner-content h2{
    font-size: 34px;
  }
  .button-div button{
    height: 40px;
    font-size: 16px;
  }
  .about-hero-section{
    height: 496px;
  }
  .about-page-div{
    height: 1600px;
  }
    .about-page-section{
      height: 1600px;
    }
    .contact-now-box{
      padding-top: 0;
    }
    .ad-content h2{
      line-height: 45px;
    }
    .about-ad-content{
      padding-left: 300px;
    }
    .about-ad-content h2{
      font-size: 40px;
    }
    .about-ad-content p{
      font-size: 20px;
      width: 350px;

    }
    .about-page-title h3{
      font-size: 40px;
    }
    .contact-title p,.about-page-title p,.about-title p{
      font-size: 18px;
    }
    .contact-page-content{
      padding: 10px 0;
    }
    .about-ad-btn{
      font-size: 12px;
      width: 200px;
      height: 38px;
    }

    .quick-links,.social{
  padding-left: 0px !important;
    }
    .enquiry,.quick-links,.Help-div,.social{
      flex: 1 10px;
    }
    .about-description p{
      font-size: 18px;
    }
    input,.select-container select,.contact-select-container{
      height: 50px;
      font-size: 14px;
      margin-bottom: 10px !important;
    }
    label{
      font-size: 14px;
    }
    textarea{
      height: 126px;
    }
    .contact-page-btn{
      height: 50px;
      font-size: 14px;
    }
    .contact-us-page{
      padding: 20px 0;
    }
    .address-div p{
      font-size: 18px;
    }
.address p{
  font-size: 16px;
  font-weight: 400;
  margin: 0 !important;
}
.address{
  font-size: 18px;
  color: #000000;
  opacity: 50%;
  height: 101px;
  font-weight: 500;
  width: 533px;
}
.support-help span,.phone span{
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  opacity: 50%;

}
.support-help span{
  padding-left: 10px;
}
.enquiry-div{
  gap: 10px;
}
.contact-btn{
  height: 50px;
  font-size: 18px;
}
.mid-banner-section::before{
  display: none;
}
.banner-pad{
  height: 0px;
}
.banner-ad{
  height: 350px;
}
  }
  

@media (max-width: 600px) {
    .services,.about-us,footer{
      padding: 15px;

    }
    .ad-content{
      padding: 0 0 0 15px;
    }
   .main-header,.hero-section,.service-header,.site-header{
      padding: 0 15px;
    }
     .contact-us-section,.services{
      padding:40px 15px

     }
    .site-header.scrolled{
      height: 80px !important;
    }
    .about-us-details,.about-page-div{
      padding: 40px 15px 10px 15px;
    }
    .site-header.scrolled .about-navbar{
      padding-top: 12px !important;
    }
    .our-services{
      padding-top: 140px;
    }
    .contact-content{
      padding-top: 20px;
    }
    .contact-form{
      padding: 15px 15px;
    }
    .mobile-logo{
      width: 200px !important;
    }
    .mobile-logo{
      width: 180px;
    }
    .is-sticky .outer-menu {
      padding: 12px 0px;
    }	
    .contact-page-header{
      padding: 0 15px;
    }
    .contact-section{
      padding: 120px 15px;
     
    }
    .features{
      padding-top: 40px;
      height: 1400px;
    }
    .second-img{
      width: 320px;
      height: 320px;
    }

  .first-row,
  .second-row {
    flex-direction: column;
    align-items: center;
  }

  .services-gallery img {
    max-width: 100%;
  }
  .about-page-title{
    text-align: center;
  }
  .about-description p{
    line-height: 35px;
    font-size: 14px;
  }
  .about-hero-section{
    height: 396px;
  }
  .hero-overlay h1{
    font-size: 48px;
  }
  .hero-overlay{
    transform: translate(-50%, 60%);
  }
  .about-page-ad{
    margin-top:150px;
  }
    .about-ad-content{
      padding-left: 325px;
    }
    .about-ad-content h2{
      font-size: 36px;
    }
    .about-ad-content p{
      font-size: 18px;
      width: 350px;

    }
    .about-ad-btn{
      font-size: 16px;
      width: 200px;
      height: 38px;
    }
    .about-ad-content h2{
      font-size: 40px;
    }
    .about-ad-content p{
      font-size: 20px;
      width: 350px;

    }
    .about-page-title h3,.services-title h3{
      font-size: 32px;
    }
    .about-title h3{
      font-size: 40px;
    }
    .services-title p,.contact-title p,.about-page-title p,.about-title p{
      font-size: 18px;
    }
    .about-page-title p{
      line-height: 25px;
    }
    .about-ad-btn{
      font-size: 12px;
      width: 200px;
      height: 38px;
    }
    .service-grid{
      padding-top: 20px;
      gap: 0;
    }
.service-content h3{
  font-size: 20px;
}
.service-content p{
  font-size: 16px !important;
}
.page-gallery{
  padding: 40px 15px;
}
.button-div button{
  height: 40px;
  font-size: 15px;
}
.banner-content h2{
  font-size: 32px;
}
.banner-content p{
  font-size: 18px;
}
.menu-title p{
  font-size: 20px;
}
.contact-btn{
  height: 45px;
  font-size: 15px;
}
input{
  height: 55px;
}
.select-container select{
  height: 55px;
}
.ad-content h2{
  font-size: 32px;
}
.ad-content p{
  font-size: 15px;
  width: 350px;
}
.ad-btn{
  width: 200px;
  height: 30px;
  font-size: 13px;
}
.services-menu ul{
  padding-left: 20px;
  padding-right: 20px;
}
.services-btn{
  padding: 10px 10px;
}
  #service-description{
    font-size: 16px;
  }

}

@media (max-width: 600px) {
  .address{
    width: auto;
  }
  .mid-banner-section{
    padding-top: 0px;
    width: auto;
  }
  .mid-banner-section::before{
    transform:translateY(-30%)
  }
  .contact-page-img img {
  aspect-ratio: 1 / 1;
}
}

@media (max-width: 480px) {
   .mid-banner-section{
    /* padding-top: 180px; */
    width: auto;
  }
  .about-page-title h3,.about-title h3,.about-ad-content h2{
    font-size: 26px;
  }
    .about-page-title h3,.services-title h3{
      font-size: 26px;
    }

  .contact-title p,.about-page-title p,.about-title p,.about-ad-content p{
    font-size: 16px;
  }
  #service-description{
    font-size: 16px;
  }
  .about-us-details{
    gap: 0px;
  }
  .about-ad-content{
    padding-left: 350px;
  }
  .about-page-ad{
    margin-top: 100px;
  }
  .contact-title h3{
    font-size: 32px;
  }
  .contact-title p{
    font-size: 15px;
    line-height: 20px;
  }
    .address-div p{
      font-size: 15px;
    }
.address p{
  font-size: 15px;
  font-weight: 400;
  margin: 0 !important;
}
.address{
  font-size: 15px;
  color: #000000;
  opacity: 50%;
  height: 101px;
  font-weight: 500;
  width: 100%;
}
.support-help span,.phone span{
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  opacity: 50%;

}
.support-help span{
  padding-left: 10px;
}
.enquiry-div{
  gap: 10px;
}
.service-content h3{
  font-size: 20px;
}
.service-content p{
  font-size: 16px !important;
}
.about-ad-content p{
  width: 300px;
}
}
@media (max-width: 420px) {
  .hero-overlay{
    width: 100%;
  }
  .hero-overlay h1{
    transform: translateY(30%);
  }
  .about-page-title h3{
    font-size: 26px;
  }
  .contact-title p,.about-page-title p,.about-title p,.about-ad-content p{
    font-size: 15px;
  }
  .about-description p{
    font-size: 12px;
    line-height: 30px;
  }
}

@media (max-width: 390px) {
  .mid-banner-section{
    padding-top: 220px;
    width: auto;
  }
  .contact-title h3{
    font-size: 28px;
  }
.about-ad-content{
  padding-left: 380px;
}
}
@media (max-width: 350px) {
  .contact-title h3{
    font-size: 24px;
  }
  .contact-title p{
    font-size: 13px;
  }

}

/* .our-services{
  padding: 220px 120px;
} */
.service-item {
  padding: 20px 0;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.service-name h3{
  padding: 40px 0;
}
.service-content a{
  font-size: 24px;
}
.service-content p{
  font-size: 16px;
}
/* .service-item:hover {
  transform: translateY(-5px);
} */

.service-image img {
  width: 100%;
  aspect-ratio: 1 / 0.75;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.service-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 12px;
  color: #111;
}

.service-content h3 a {
  text-decoration: none;
  color: inherit;
}

.service-content p {
  /* font-size: 18px; */
  color: #000;
  opacity:70%;
  margin: 0;
  text-align: left;
  line-height: 25px;
}
.image-anime img{
  border-radius: 20px;
}
.service-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  /* z-index: 1; */
}
.row{
  opacity: 100%;
}
.service-category p{
  text-align: left;
  line-height: 25px;
  opacity: 70%;
}
.service-btn a {
  background-color: var(--accent-color);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-btn img {
  max-width: 16px;
}

.all-services-btn {
  text-align: center;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
  }