/*!
Theme Name: Ipurity Custom Theme
Theme URI: http://underscores.me/
Author: Syed Zohaib
Author URI: http://szohaib.vercel.app/
Description: Description
Version: 1.0.0
*/
/* General CSS */
body {
scroll-behavior: smooth;
font-family: "Open Sans", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Lato", sans-serif;
font-weight: 300;
}
.card img {
height: 200px;
object-fit: cover;
}
#site-header {
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 9999;
}

/* Main header (scroll effect applied here only) */
.navbar {
   background: #fff;
  padding: 15px 20px;
  transition: transform 0.3s ease;
}
.top-info {
text-align: right;
    padding: 8px 0;
    background: #A5DDC0;
}	
.top-info a {
color: #000 !important;
font-weight: 400;
text-decoration: none;
padding: 0px 10px;
}
.nav-link {
padding: 0 25px !important;
}
.bg-light {
background-color: #f9fafe !important;
}
.footer-column-2 ul, .footer-column-3 ul{
list-style-type: none;
padding-inline-start: 0px;
}
.footer-column-2 ul li, .footer-column-3 ul li {
line-height: 40px;
}
.footer-column-2 ul li a, .footer-column-3 ul li a, .footer-column-1 a  {
color: #41ba7b;
font-weight: 400;
text-decoration: none;
font-size: 15px;
}
.footer-column-1 {
font-size: 15px;
}
#main-menu a{
text-decoration: none;
color: #000;
font-size: 15px;
padding: 0px 20px;
}
/* Banner Slider */
.banner-img {
width: 100%; 
max-height: 700px; 
object-fit: cover;
}
.banner-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #0000004f;
z-index: 1;
}
.hero-text {
position: absolute;
bottom: 20px;
left: 20px;
color: white;
text-align: left;
z-index: 2;
font-weight: 700;
}
.banner-heading {
margin: 0; 
font-size: 78px;
font-weight: 500;
text-transform: uppercase;
line-height: 1.2;
}
.banner-subheading {
font-weight: 400;
font-size:3rem;
margin-bottom:0;
line-height: 60px;
}
.slick-prev, .slick-next {
z-index: 999 !important;	
}
.slick-next {
right: 35px !important;
}
.slick-prev {
left: 35px !important;
}
/* Services Section */
.cleaning-services {
position: relative;
background-size: cover;
background-attachment: fixed;
background-position: center;
padding: 80px 20px;
text-align: center;
color: white;
overflow: hidden;
}
.cleaning-services .overlay {
position: absolute;
top: 0;
left: 0;
background: #0000004f;
width: 100%;
height: 100%;
z-index: 1;
}
.cleaning-services .service-section {
position: relative;
z-index: 2;
max-width: 1440px;
margin: 0 auto;
}
.service-section-title {
color: #41ba7b;
margin-bottom: 0px;
text-align: center;
font-size: 42px;
line-height: 1.238;
font-family: 'Lato';
font-weight: 400;
text-transform: uppercase;
}
.cleaning-services-heading {
padding: 60px 20px;
}
.services-grid {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 40px;
}
.service-box {
background: white;
border-radius: 50%;
width: 150px;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 10px;
text-decoration: none;
color: #333;
transition: transform 0.3s ease, opacity 0.3s ease;
opacity: 0;
transform: translateY(30px);
animation: fadeSlide 0.6s forwards;
}
.service-box .icon-wrapper img {
width: 90px;
margin-bottom: auto;
align-self: center;
}
.service-title {
margin-top: 10px;
font-size: 1rem;
text-transform: uppercase;
font-weight: 500;
}
/* Fade-slide animation */
@keyframes fadeSlide {
to {
opacity: 1;
transform: translateY(0);
}
}
/* Delay animation for each item (optional) */
.service-box:nth-child(1) { animation-delay: 0.2s; }
.service-box:nth-child(2) { animation-delay: 0.4s; }
.service-box:nth-child(3) { animation-delay: 0.6s; }
.service-box:nth-child(4) { animation-delay: 0.8s; }
.service-box:nth-child(5) { animation-delay: 1.0s; }
.service-box:nth-child(6) { animation-delay: 1.2s; }
/* Services */
.services {
background:#f9fafe;
padding:130px 0px;
}
.servicesbg {
padding: 55px 55px;
background: #fff;
color: #343434;
box-shadow: 0 8px 40px -6px rgba(105, 104, 178, .18);
margin: 0px 50px 0px 70px;
max-width: 540px;
}
.services-heading {
font-size: 60px;
line-height: 1.2;
font-family: 'Lato';
text-transform: uppercase;
color: #41ba7b;
font-weight: 500;
}
.services-para {
color: #000 !important;
font-weight: 400;
margin-bottom: 10px !important;
font-size: 15px;
}
.see-details{
padding: 0;
line-height: 32px;
background: 0;
color: #41ba7b;
position: relative;
padding-left: 25px;
font-size: 20px;
cursor: pointer;
text-decoration:none;
}
.see-details::before {
content: "";
position: absolute;
top: calc(50% - 1px);
left: 0;
width: 15px;
border-bottom: 1px solid currentColor;
}
.services-counter-number  {
font-size: 42px;
line-height: 1.238;
font-family: 'Lato';
font-weight: 400;
text-transform: uppercase;
color: #41ba7b;
}
.services-counter-title {
color: #41ba7b;
text-transform: uppercase;
font-size:20px;
font-weight: 500;
}
.services-counter-desc {
font-size: 15px;
line-height: 1.86;
color: #000 !important;
font-weight: 400;
text-align: center;
}
/* Book An Appointment */
.bookanappointment {
position: relative;
background-size: auto;
background-attachment: fixed;
background-position: center;
padding: 130px 0px;
text-align: center;
color: white;
overflow: hidden;
}
.bookanappointment .overlay {
position: absolute;
top: 0;
left: 0;
background: #00000080;
width: 100%;
height: 100%;
z-index: 1;
}
.bookanappointment .appointment-section {
position: relative;
z-index: 2;
max-width: 1440px;
margin: 0 auto;
}
.appointment-grid {
display: flex;
justify-content: space-around;
gap: 50px;
align-items: center;
}
.bookbtn {
padding: 10px 30px;
line-height: 48px;
font-size: 20px;
background-color: #41ba7b;
border: 1px solid transparent;
border-radius: 500px;
color: #000000;
text-decoration: none;
font-weight: 400;
}
.booktext {
font-size: 26px;
line-height: 1.5;
font-weight: 400;
margin-bottom: 0;
}
/* Why Choose Us */
.whychooseus {
background:#f9fafe;
padding:65px 0px;
}
.whychooseus h2 {
font-size: 42px;
line-height: 1.238;
font-family: 'Lato';
font-weight: 400;
text-transform: uppercase;
color: #41ba7b;
} 
.whychooseus p {
font-size: 15px;
line-height: 1.86;
color: #000 !important;
font-weight: 400;
} 
/* breathebetteruae */
.breathebetteruae {
background: #fff;
background-image: url(/wp-content/uploads/2025/06/section-background-image-lines.svg);
padding:65px 0px;
}
.breathebetteruae img {
width:90%;
}
.breathebetteruae h2 {
font-size: 42px;
line-height: 1.238;
font-family: 'Lato';
font-weight: 400;
text-transform: uppercase;
color: #41ba7b;
padding: 0px 60px 0px 0px;
} 
.hashtag {
font-size: 42px !important;
line-height: 1.238;
font-family: 'Lato';
font-weight: 400;
text-transform: uppercase;
color: #41ba7b;
padding:0px 0 65px;
}
.sectionspacing {
padding:65px 0;
}
.breathebetteruae p {
font-size: 15px;
line-height: 1.86;
color: #000 !important;
font-weight: 400;
} 
/* Counter */
.counter-number {
font-size: 42px;
line-height: 1.238;
font-family: 'Lato';
font-weight: 400;
text-transform: uppercase;
color: #41ba7b;
}
.counter-title {
font-size: 15px;
line-height: 1.467;
text-transform: uppercase;
color:#fff;
}
.counterborder {
border-right: 1px solid #e7e7e7;
}
.counterborder:nth-child(4) {
border-right:none;
}
/* Google Reviews */
.google-reviews {
padding-top: 65px;
padding-bottom: 65px;
background: #f9fafe;
}
/* CONTACT US PAGE */
.contactform {
padding-bottom: 65px;
background: #fff;
background-image: url(/wp-content/uploads/2025/06/section-background-image-lines.svg);
}
.getintouchheading {
font-size: 36px;
line-height: 1.238;
font-family: 'Lato';
font-weight: 300;
text-transform: uppercase;
color: #41ba7b;
}
.wpforms-submit {
	background: transparent !important;
	border:1px solid #41ba7b !important;
	color:#41ba7b !important;
}
.contactinfo {
	font-size: 15px;
    font-weight: 300;
}
.contactinfo a{
	color: #41ba7b;
	text-transform:none;
	text-decoration:none;
}
/* General Page Template */
.general-page .cleaning-services-heading {
	background: #fff;
background-image: url(/wp-content/uploads/2025/06/section-background-image-lines.svg);
}
.general-title {
	    font-size: 40px;
    line-height: 2;
    color: #41ba7b;
    font-family: 'Lato';
    font-weight: 300;
    text-transform: uppercase;
	padding-bottom: 20px;
}
.sidebar-card-title {
	font-size: 26px;
    line-height: 1.4;
    font-family: 'Lato';
    font-weight: 300;
    text-transform: uppercase;
	    color: #41ba7b;
	margin: 0 0 20px 0;
}
.contact-info {
	background: #fff;
    color: #343434;
    box-shadow: 0 8px 40px -6px rgba(105, 104, 178, .18);
	padding: 40px 40px;
	font-weight: 300;
	margin-bottom: 15px;
}
.contact-info a {
	color: #41ba7b;
	text-decoration:none;
}
/* Testimonial Slider */
.testimonial-slider {
    margin: 0 auto;
    padding: 20px;
}
.testimonial-item {
    padding: 10px;
    text-align: center;
}
.testimonial-text {
    margin-top: 15px;
}
.testimonial-name {
    font-size: 17px;
    margin-bottom: 5px;
}
/* Our Services */
.services-main-title {
    font-size: 60px;
    line-height: 1.455;
    font-family: 'Lato';
    font-weight: 300;
    color: #41ba7b;
    text-transform: uppercase;
    margin-top: 20px;
}
.services-subheading {
	font-weight: 300;
	font-family: 'Lato';
	font-size: 16px;
	    width: 600px;
    margin: 0 auto;
}

.services-title {
    font-size: 22px;
    line-height: 1.455;
    font-family: 'Lato';
    font-weight: 500;
    color: #41ba7b;
    text-transform: uppercase;
    margin-top: 20px;
}
.services-excerpt {
    font-weight: 400;
    font-family: 'Lato';
    font-size: 16px;
    text-align: left;
}
.testimonial-image img{
	width: 100%;
	height: 350px;
	object-fit: fill;
}

 .logo-image-wrapper img {
  max-width: 150px;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease-in-out;
}

.logo-image-wrapper img:hover {
  filter: grayscale(0%);
}

.logo-image-wrapper img {
  max-width: 220px;
  height: auto;
}



.service-box-about {
  position: relative;
  overflow: hidden;
}

.service-image-about {
  position: relative;
}

.service-image-about img {
  width: 100%;
  border-radius: 0px;
  display: block;
  transition: transform 0.3s ease;
padding:15px;
}

.service-box-about:hover img {
  opacity:.2;
	    transition-duration: .3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
}

.service-image-about img {
	height: 350px;
	
}

.services-title-about {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
     background: #41ba7b;
    color: #000;
    padding: 0px 10px;
    border-radius: 0;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.service-box-about:hover .services-title-about {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.services-slider-sidebar {
	padding:15px 0px;
}
.services-slider-sidebar .service-image-about img {
	padding:0px;
}
.page-id-34 .slick-prev:before, .page-id-34 .slick-next:before {
	font-size: 40px; 
}
.services-inner {
	padding: 50px 0px;
}
.services-inner p {
    font-size: 15px;
    line-height: 1.86;
    color: #000 !important;
    font-weight: 400;
}
.services-inner h2 {
	color: #41ba7b;
	text-transform:uppercase;
	    font-size: 42px;
	font-weight: 500;
}
 .inner-services-main-title {
	color: #41ba7b;
	text-transform:uppercase;
	    font-size: 55px;
	font-weight: 500;
}

/* Accordion styling */
.accordion-item {
  border: 1px solid #ccc;
  border-radius: 0;
  margin-bottom: 10px;
}

.accordion-button, .accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button.collapsed {
	font-size: 18px;
	color: #42b883;
	background-color: #fff;
	box-shadow: none;
	padding: 1rem;
	border: solid 0.5px black;
	border-radius: 0;
	text-transform: uppercase;
	
}
.accordion-button:not(.collapsed) {
	border-bottom: 0 !important;
}
.accordion-body {
	padding: 1rem;
	border: solid 0.5px black;
	border-radius: 0;
	border-top: 0;
}
.accordion-button:focus {
	border-color: #000; 
}

.accordion-button:not(.collapsed) {
  color: #42b883;
  background-color: #fff;
  box-shadow: none;
}

.accordion-body {
  color: #333;
  font-size: 16px;
  padding: 15px;
}

.accordion-button::after {
  background-image: none !important;
  content: "+";
  font-size: 24px;
  font-weight: 600;
  color: #42b883;
  margin-left: auto;
  transition: transform 0.2s;
}

.accordion-button:not(.collapsed)::after {
  content: "−"; /* change + to - */
}
.inner-services-img {
	width:280px;
	height: 280px;
}
.uk-h5 {
	font-family: 'Lato';
    font-weight: 300;
    color: #41ba7b;
    text-transform: uppercase;
	font-size:18px;
}
.review-section {
	padding: 50px 0;
}
.menu-item-has-children .sub-menu {
	display:none;
}
.menu-item-has-children:hover .sub-menu {
    display: block;
    position: absolute;
    width: 250px;
    top: 80px;
    padding: 15px;
    background: #fff;
}
.sub-menu {
  list-style: none; /* removes bullets */
  margin: 0;        /* optional: reset margin */
  padding: 0;       /* optional: reset padding */
}

.sub-menu li {
  list-style: none; /* ensures no bullets on li */
  color: #343434;
  padding: 5px 0;
}

.menu-item:hover a {
	color:#41ba7b !important;
}
#main-menu .sub-menu li a {
        color: #343434 !important;
    padding: 0px;
    font-weight: 300;
}
#main-menu .sub-menu li a:active {
        color: #41ba7b !important;
}
.menu-item a:active {
	color:#41ba7b !important;
}
.general-page {
	    padding-top: 130px;
}
.post-thumbnail img{
	width: 100%;
    height: auto;
}
.spacing-top {
	    padding-top: 150px;
}
.custom-title-blog{
	text-align: center;
}
.entry-content h2, .entry-content h1, .entry-content h3, .entry-content h3 a{
	color: #41ba7b;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 36px;
    line-height: 35px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 20px 0px;
}
.btn-outline-primary {
	background: #41ba7b;
	color:#fff;
	border-color: #41ba7b;
}
.btn-outline-primary:hover {
	background: #41ba7b;
	color:#fff;
	border-color: #41ba7b;
}
.entry-content p, .entry-content p a {
	color: #000;
    font-weight: 400;
    font-family: 'Lato';
}
#ez-toc-container {
	    margin-top: 30px;
}
.entry-content table {
	width:100%;
}
.custom-title-blog a{
	color: #41ba7b;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 26px;
    line-height: 33px;
    text-decoration: none;
	text-transform:capitalize;
}
.custom-title-blog{
	color: #41ba7b !important;
    font-family: 'Lato';
    font-weight: 300;
/*     font-size: 26px; */
    line-height: 40px;
    text-decoration: none;
	text-transform:uppercase;
}
.post-meta-custom {
	color: #000 ;
    font-family: 'Lato';
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px;
}
.post-meta-custom a{
	color: #b6b6b6;
	text-decoration: none;
}
.entry-content {
	padding-top: 20px;
}
.social-media-icons {
	width:8%;
}
.copyright-text {
	margin-bottom:0;
}
.slick-prev:before, .slick-next:before {
	font-size: 40px !important; 
}
@media only screen and (max-width:768px){
	.banner-img {
		height:500px; 
	}
	.banner-subheading {
    font-size: 2rem;
    line-height: 40px;
}
	.banner-heading {
    font-size: 44px;
    line-height: 1.2;
}
	
	.hero-slider .slick-slide {
    height: 500px; /* mobile height */
  }
	.copyright-text {
	margin-bottom:10px;
}
	.footer-section, footer {
		text-align:center;
	}
	.footer-column-1 {
    padding-bottom: 15px;
}
	.servicesbg {
    padding: 50px 50px;
    margin: 0px 20px 20px 20px;
    
}
	.services-counter-title {
    text-align: center;
}
	.appointment-grid {   
    flex-direction: column;
}
.bookbtn {
    display: inline-block;
    margin-bottom: 20px;
}
	.counterborder {
    border-right: 0px solid #e7e7e7;
}
	.hashtag {
		font-size: 35px !important; }
.services {
    padding: 50px 0px;
}
	.services-subheading {
    width: 100%;
}
	.services-main-title {
    font-size: 40px;
    margin-top: 0px;
}
	#page {
		padding-top: 170px;
	}
	.general-page {
    padding-top: 0px;
}
	.spacing-top {
    padding-top: 50px;
}
	    #main-menu a {
        font-size: 18px;
        line-height: 42px;
        font-weight: 300;
    }
	.inner-services-main-title {
    font-size: 40px;
    
}
	.menu-div {
		align-items: unset !important;
	}
}