/*@font-face {
  font-family: 'Outfit';
  src: url('https://www.city-cleaning.nl/wp-content/themes/CityCleaning/assets/fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nunito';
  src: url('https://www.city-cleaning.nl/wp-content/themes/CityCleaning/assets/fonts/Nunito-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Unbounded';
  src: url('https://www.city-cleaning.nl/wp-content/themes/CityCleaning/assets/fonts/Unbounded-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}*/


html {
  box-sizing: border-box;
  margin:0;
  padding:0;
}
body{
  margin: 0;
  padding: 0;
  background: #FCFCFC;
  overflow-x: hidden;

}
*, *:before, *:after {
  box-sizing: inherit;
}
.container {
    max-width: 1292px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 4 ;
}
.container-narrow {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 15px;
}
.container-full {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0;
}
h1,h2,h3,h4,p{
  margin:0;
  padding:0;
}
section{
  position: relative;
  z-index: 3;
}


.desktop-header {
  position: sticky;
  top: 0px; /* height of top-banner */
  z-index: 999;
  background: white;
}

.mobile-header {
  position: sticky;
  top: 0px; /* height of top-banner */
  z-index: 999;
  background: white;
}

/* Optional: If top-banner height is dynamic, you may need JS to adjust the offset dynamically */

.top-banner{
  padding: 5px 0;
  background: #3198D2;
}
.top-banner-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-banner-wrapper-column{
  flex:0 0 50%;
  min-width: 50%;
  display: flex;
  gap:5px;
}
.top-banner-wrapper-column:nth-child(2){
display: flex;
justify-content: flex-end;
flex-direction: row;
}
.top-banner-wrapper-column:nth-child(2) ul{
  display: flex;
  flex-direction: row;
  gap:5px;
  list-style: none;
}
.top-banner-wrapper-column:nth-child(2) ul{
  display: flex;
  flex-direction: row;
  gap:5px;
  list-style: none;
  padding: 0;
}
.top-banner-wrapper-column:nth-child(2) a{
  display: block;
  padding: 5px;
  border-radius: 100%;
  background: white;
}
.top-banner-wrapper-column:nth-child(2) a img{
  display: block;
  width: 24px;
}
.top-banner-wrapper-column:nth-child(1){
  display: flex;
  gap: 20px;
}
.top-banner-wrapper-column:nth-child(1) a{
  display: flex;
  align-items: center;
  text-decoration: none;
  color:white;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 216%;
letter-spacing: 0%;
vertical-align: middle;
}
.top-banner-wrapper-column:nth-child(1) a img{
  display: inline-block;
  width: 25px;
  padding: 0 8px 0 0;
}
.desktop-header-wrapper{
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desktop-header-wrapper-column:nth-child(1), .desktop-header-wrapper-column:nth-child(3){
flex:0 0 19%;
min-width: 19%;
}
.desktop-header-wrapper-column:nth-child(2){
  flex:0 0 59%;
  min-width: 59%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop-header-wrapper-column:nth-child(3){
  display: flex;
  justify-content: flex-end;
}
.desktop-header-wrapper-column:nth-child(1) img{
  display: block;
  width:100%;
}
.desktop-header-wrapper-column:nth-child(2) ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap:20px;
}
.desktop-header-wrapper-column:nth-child(2) ul li a{
display: inline-block;
font-family: Unbounded;
font-family: Unbounded;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#666666;
text-decoration: none;
}
.desktop-header-wrapper-column:nth-child(3) a{
  display: block;
  border-radius: 36px;
  background: #3198D2;
  font-family: Unbounded;
font-weight: 700;
font-style: Bold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#FCFCFC;
text-decoration: none;
padding: 15px 15px;
text-align: center;
}
/* Dropdown container */
.dropdown {
    position: absolute;
    top: 210%;
    left: 0;
    background: white;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    min-width: 360px; /* wider to fit two columns */
    list-style: none;
    padding: 15px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 99;
    padding: 20px !important;
    border-radius: 12px;
    border:2px solid #3298d2;
    /* Two columns layout */
    display: grid !important; 
    grid-template-columns: 1fr 1fr;
    gap: 10px 20px;
}

/* Individual items */
.dropdown li {
    padding: 0;
}

.dropdown li a {
    display: block;
    padding: 8px 12px;
    border-radius: 4px;
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    background: transparent;
    transition: background 0.3s ease, color 0.3s ease;
}

.dropdown li a:hover {
    background: #f5f5f5;
    color: #0077b6;
}

/* Show on hover */
.dropdown-parent:hover .dropdown,
.dropdown-parent.active .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.desktop-header {
    z-index: 100; /* higher than anything below */
    overflow: visible !important; /* allow dropdown to show outside */
}

.desktop-header-wrapper {
    overflow: visible !important;
}

.dropdown {
    z-index: 999; /* ensure it's above other elements */
}

.mobile-header {
    background: #fff;
    display: none; /* Hide on desktop, show on mobile */
}

.mobile-header .mobile-header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.mobile-header img {
    height: 90px;
}

.mobile-menu-toggle {
    font-size: 1.5rem;
    background: none;
    border: none;
    cursor: pointer;
}

.mobile-nav {
    display: none;
    flex-direction: column;
}

.mobile-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav li {
    border-bottom: 1px solid #eee;
    padding: 0;
}

.mobile-nav a {
    display: block;
    padding: 12px 15px;
    color: #333;
    font-family: Unbounded;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #666666;
    text-decoration: none;
}

.cta-button {
    display: block;
    background: #3198D2;
    color: #fff !important;
    text-align: center;
    padding: 15px 12px;
    margin: 15px;
    border-radius: 12px;
    text-decoration: none;
}

/* Accordion */
.mobile-header .accordion-btn {
    width: 100%;
    padding: 12px 15px;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
     font-family: Unbounded;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    color: #666666;
    text-decoration: none;
}

.mobile-nav .accordion-btn::after {
    content: "+";
    position: absolute;
    right: 15px;
}
.mobile-nav .menu-accordion.active .accordion-content {
    max-height: 500px; /* or dynamic via JS */
}
.mobile-nav .menu-accordion.active .accordion-btn::after {
    content: "-";
}
.mobile-nav .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-header .accordion-content li a {
    padding-left: 30px;
    width: 100%;
    text-wrap: break-word;
    font-size: 14px;
}
.testimonials-head-column:nth-child(1){
    padding:40px !important;
    display: none;
}
.testimonials-head-column:nth-child(2){
    padding: 30px 0 0 30px;
}
    .testimonials-head-column:nth-child(1) img{
        display: none;
    }
.banner{
  background: #f5f5f5;
  padding: 50px 0;
}
.banner-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.banner-wrapper-column:nth-child(2) img{
  display: block;
  width: 100%;
}
.span-holder-solid{
  background: #BCDDF0;
  border-radius: 99px;
  padding: 10px 15px;
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  font-family: Nunito;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#1A1A1A;
width: auto;
}
.span-holder-solid span{
  display: flex;
  align-items: center;
}
.span-holder-solid img{
  width: 36px;
  display: inline-block;
  margin:0 10px 0 0;
}
.banner-wrapper-column h1{
  display: block;
  font-family: Unbounded;
font-weight: 500;
font-style: Medium;
font-size: 47px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color:#1A1A1A;
padding: 20px 0;
}
.banner-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 400;
font-style: Regular;
font-size: 28px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color:#666666;
}
.banner-btn-wrapper{
display: flex;
justify-content: flex-start;
align-items:center;
padding: 20px 0 0 0;
}

.banner-btn-wrapper a:nth-child(1){
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
background:#3198D2;
color: #3198D2;
padding: 10px;
border-radius: 99px;
}
.banner-btn-wrapper a:nth-child(1) span{
  background: #BADAA9;
  padding: 10px;
  border-radius: 99px;
}
.banner-btn-wrapper a:nth-child(1) img{
  display: inline-block;
  width: 34px;
  margin:0 0 0 10px;
}
.banner-btn-wrapper a:nth-child(2){
   display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
background:#BADAA9;
border:2px solid #629C43;
color: #629C43;
padding: 15px;
border-radius: 99px;
margin:0 0 0 10px;
}

.service-slider{
  padding: 5px 0;
  background: #629C43;
}
.service-slider-wrapper {
  overflow: hidden;
  width: 100%;
}

.service-slider-slide {
  display: flex;
  width: max-content;
  animation: slide-left 20s linear infinite;
}

.service-slider-slide p {
  display: flex;
  align-items: center;
  margin: 0 30px;
  font-size: 18px;
  white-space: nowrap;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.service-slider-slide:hover {
  animation-play-state: paused;
}
.service-slider-slide p img{
  display: inline-block;
  width: 52px;
  margin: 0 10px 0 0;
}
.service-slider-slide p{
display: flex;
align-items: center;
font-family: Unbounded;
font-weight: 500;
font-style: Medium;
font-size: 22px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:white;
}

.about-us{
  padding: 50px 0;
  background: #BCDDF0;
}
.about-us-wrapper{
  display: flex;
  align-items: center;
}
.about-us-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.about-us-wrapper-column:nth-child(2) img{
  display: block;
  width: 100%;
}
.span-holder-transparent span{
  display: flex;
  align-items: center;
  font-family: Nunito;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#1A1A1A;
}
.span-holder-transparent span img{
display: inline-block;
width: 20px;
margin:0 10px 0 0;
}
.about-us-wrapper-column h2, .services h2, .choose-us-wrapper-column h2, .process h2, .testimonials h2, .blogs h2, .faq h2, .contact h2, .purpose h2, .services-grid h2, .service-intro h2, .blog-tips h2, .blog-detail h2{
  display: block;
  font-family: Unbounded;
font-weight: 700;
font-style: Bold;
font-size: 32px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#3198D2;
padding: 20px 0;
}
.about-us-wrapper-column p, .services p, .choose-us-wrapper-column p, .process p, .testimonials p, .blogs p, .faq p, .contact p, .purpose p, .services-grid p, .service-intro p, .service-info-wrapper-column p, .blog-tips p, .blog-detail p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #666666;
padding: 0 80px 0 0px;
}
.about-us-wrapper-column strong{
  display: block;
  font-family: Nunito;
font-weight: 700;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #1A1A1A;
margin: 20px 0 0 0;
}
.google-img {
padding: 20px 0 0 0;
}
.google-img img{
  display: block;
  max-width: 400px;
}
.services{
  padding: 50px 0;
  background: #FAFAFA;
}
.services h2, .services p, .blog-tips h2, .blog-tips p, .blog-detail h2, .blog-detail p{
  text-align: center;
  padding: 10px 140px;
}
.services .span-holder-transparent span, .process .span-holder-transparent span, .testimonials .span-holder-transparent span, .blogs .span-holder-transparent span, .purpose .span-holder-transparent span, .services-grid .span-holder-transparent span, .blog-tips .span-holder-transparent span{
  justify-content: center;
}
.services-wrapper{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
  border:3px solid #3198D2;
  background: #FCFCFC;
  padding: 30px;
  border-radius: 70px;
  margin: 10px 0;
  height:280px;
}
.services-wrapper-column:hover{
  background: #BCDDF0;
}
.services-wrapper-column:hover .service-card-wrapper-column a{
  background: #F5F5F5;
  color:#3198D2;
}
.services-wrapper-column:hover .arrow{
  display: none;
}
.services-wrapper-column:hover .hover-arrow{
  display: inline-block;
}
.service-card-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0 0 0;
}
.service-card-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.service-card-wrapper-column:nth-child(1){
  flex:0 0 64%;
  min-width: 64%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.service-card-wrapper-column:nth-child(2){
  flex:0 0 34%;
  min-width: 34%;
  display: flex;
  justify-content: flex-end;
}
.service-card-wrapper-column h3{
  display: block;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 24px;
leading-trim: NONE;
line-height: 36px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color:#1A1A1A;
text-align: left;
}
.service-card-wrapper-column p{
  padding: 10px 0;
  font-family: Nunito;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #666666;
text-align: left;
}
.service-card-wrapper-column a{
  display: inline-flex;
  width: 130px;
  padding: 10px;
  background: #3198D2;
  border-radius: 10px;
  font-family: Inter;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: white;
text-decoration: none;
}
.arrow{
  display: inline-block;
  margin: 0 0 0 10px;
}
.hover-arrow{
  display: none;
  margin:0 0 0 10px;
}
.service-card-wrapper-column:nth-child(2) img{
  display: block;
  width: 100%;
}
.choose-us{
  padding: 50px 0;
  background: #BCDDF0;
}
.choose-us-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.choose-us-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.choose-us-img{
display: block;
width: 100%;
margin: 20px 0 0 0;
}
.choose-us-points-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.choose-us-points-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
  padding: 50px 40px 0 0;
}
.choose-us-points-wrapper-column h3{
  display: block;
  font-family: Unbounded;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #3198D2;
padding: 10px 0 0 0;
}
.choose-us-points-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 122%;
letter-spacing: 0%;
color:#1A1A1A;
padding: 10px 0;
}
.process{
  padding: 50px 0;
  text-align: center;
}
.process-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0 0 0;
}
.process-wrapper-column{
  flex:0 0 33%;
  min-width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.process-wrapper-column img{
  display: block;
  width: 122px;
}
.process-wrapper-column h3{
  display: block;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 32px;
leading-trim: NONE;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #3198D2;
padding: 10px 80px;
}
.process-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 19px;
leading-trim: NONE;
line-height: 110.00000000000001%;
letter-spacing: 0%;
text-align: center;
color: #1A1A1A;
padding: 0px 40px
}
.testimonials{
  padding: 50px 0 70px 0;
  background: #BCDDF0;
  text-align: center;
}
.testimonials .glide__slides{
  padding: 40px 0 0 0;
}
.testimonials .glide__slide{
  border:3px solid #3198D2;
  border-radius: 40px;
  background: white;
}
.testimonials-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.testimonials-head-column:nth-child(1){
  flex:0 0 24%;
  min-width: 24%;
  background: #3198D2;
  border-radius: 70px 100px 100px 0px;
  padding: 10px;
}
.testimonials-head-column:nth-child(2){
  flex:0 0 74%;
  min-width: 74%;
}
.testimonials-head-column img{
  display: block;
  width: 100%;
}
.testimonials-head-column h3{
  display: block;
  font-family: Unbounded;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
text-transform: capitalize;
color:#1A1A1A;
text-align: left;
}
.testimonials-head-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
text-transform: capitalize;
color:#666666;
text-align: left;
}
.testimonials-head-column .rating{
  display: block;
  width: 134px;
  margin:10px 0 0 0;
}
.testimonials-body{
  padding: 20px 30px;
}
.testimonials-body p{
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 12px;
leading-trim: NONE;
line-height: 18px;
letter-spacing: 0%;
text-transform: capitalize;
color:#666666;
text-align: left;
padding: 0;
}
.testimonials .glide__bullets{
bottom:-2.2em;
}
.testimonials .glide__arrow{
  top:112% !important;
  
  border:none;
  border-radius: 100%;
  padding: 15px;
}
.glide__arrow--left {
  background:url('/wp-content/themes/CityCleaning/assets/images/Vector copy 4.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.glide__arrow--right {
  background:url('/wp-content/themes/CityCleaning/assets/images/arrow-right.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blogs{
  padding: 50px 0;
  text-align: center;
}
.blogs p{
  padding: 0px 0;
}
.blogs-wrapper{
  display: flex;
  justify-content: flex-start;
  gap:30px;
  align-items: flex-start;
  padding: 30px 0;
}
.blogs-wrapper-column{
  flex:0 0 30%;
  min-width: 30%;
}
.blogs-wrapper-column img{
  display: block;
  width: 100%;
}
.blogs-wrapper-column a{
text-decoration: none;
color:#3198D2;
display: block;
}
.blogs-wrapper-column a h3{
  display: block;
  font-family: Unbounded;
font-weight: 700;
font-style: Bold;
font-size: 22px;
leading-trim: NONE;
line-height: 29px;
letter-spacing: 0%;
padding: 0;
text-align: left;
padding: 10px 0;
}
.blogs-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color:#666666;
text-align: left;
padding: 0px 0 10px 0;
}
.blogs-wrapper-column .read-more{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #3198D2;
  font-family: Nunito;
font-weight: 900;
font-style: Black;
font-size: 12px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: uppercase;
padding: 20px 0 0 0;
}
.read-more img{
  display: inline-block;
  width: 10px;
  padding: 0 0 0 5px;
}
.process, .services, .blogs, .contact, .purpose, .services-grid{
  background-image:url('/wp-content/themes/CityCleaning/assets/images/Group 37305.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.faq{
  padding: 50px 0;
  background: #BCDDF0;
}
.faq-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-wrapper-column:nth-child(1){
  flex:0 0 64%;
  min-width: 64%;
}
.faq-wrapper-column:nth-child(2){
  flex:0 0 34%;
  min-width: 34%;
}
.faq .span-holder span{
  text-align: left !important;
}
.faq .yellow-bar{
  margin:7px auto 7px 0;
}
.faq h2 {
    text-align: left ;
    line-height: 100%;
    padding: 15px 0px 0 0;
    font-weight: 700;
}
.faq p{
  text-align: left ;
  padding: 20px 0 0 0 ;
}
  .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }

  .faq-accordion.active + .panel {
    /* Optional styling when active */
  }
.faq-accordion {
  background-color: transparent;
  color: #3198D2;
  cursor: pointer;
  padding: 18px 18px 18px 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  font-family: Unbounded;
font-weight: 700;
font-style: Bold;
font-size: 18px;
line-height: 160%;
letter-spacing: 0%;
display: flex;
justify-content: space-between;
}
.faq-accordion:nth-child(1){
  border-top:0px solid white !important;
}
.panel {
   background-color: transparent;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.4s ease;
  padding: 0 20px 0 0px;
}
.panel p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 160%;
letter-spacing: 0%;
color:#1A1A1A;
padding: 0 0 10px 0 !important;
}
.faq h2{
  padding: 15px 210px 0 0;
}
.faq-card-wrapper{
  border-radius: 30px;
  background: white;
}
.faq-card-wrapper-body{
  padding: 30px 60px;
}
.faq-card-wrapper img{
  display: block;
  width: 100%;
  border-radius: 30px 30px 0 0px;
}
.faq-card-wrapper h3{
  display: block;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 32px;
leading-trim: NONE;
line-height: 140%;
letter-spacing: 0%;
text-align: center;
color:#3198D2;
}
.faq-card-wrapper p{
  display: block;
  font-family: Nunito;
font-weight: 600;
font-style: SemiBold;
font-size: 22px;
leading-trim: NONE;
line-height: 135%;
letter-spacing: 0%;
text-align: center;
color:#1A1A1A;
}
.faq-card-wrapper a{
  display: block;
  width: 200px;
  text-decoration: none;
  background:#3198D2 ;
  border-radius: 99px;
  padding: 15px;
  font-family: Unbounded;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -3%;
text-align: center;
color:#FCFCFC;
margin:20px auto 0 auto;
}
.contact{
  padding: 80px 0 0 0;
}
.contact-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.contact-wrapper-column:nth-child(2) img{
  display: block;
  width: 80%;
}
.form-wrapper{
  padding: 30px 0 0 0;
}
.contact-wrapper-column input {
    border: 2px solid #3198D2;
    border-radius: 54px;
    padding: 20px;
    width: 100%;
    margin: 5px 0;
    box-shadow: 0px 4px 5px 0px #00000008;
}
.contact-wrapper input::placeholder{
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#666666;
}
.contact-wrapper textarea{
  border:2px solid #3198D2;
  border-radius:20px;
  padding:20px;
  width: 100%;
  margin:5px 0;
  height:120px;
}
.contact-wrapper textarea::placeholder{
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color:#666666;

}
.contact-wrapper form{
  position: relative;
  z-index: 3;
}
.submit-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0px 0 0;
    position: absolute;
    right: 0;
    bottom: -6%;
    z-index: 4;
}
.submit-wrapper .wpcf7-submit{
  background: #3198D2;
  border:0px solid #008A50 !important;
  border-radius:100% !important;
  padding:0 !important;
  width: 50px !important;
  height: 50px !important;
  position: relative;
  z-index: 3;
  cursor: pointer;
}
.submit-wrapper .wpcf7-submit {
    background: #3198D2;
    border: 0px solid #008A50 !important;
    border-radius: 100% !important;
    padding: 0 !important;
    width: 50px !important;
    height: 50px !important;
    margin: -125px 0 0 0 !important;
    position: relative;
    z-index: 3;
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin: -15px 0 15px 0 !important;
}
.newsletter{
  margin: 0 0 -75px 0;
  z-index: 4;
}
.newsletter .container{
  background: #629C43;
  padding: 40px;
  border-radius: 12px;
}
.newsletter-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-wrapper-column:nth-child(1){
  flex:0 0 58%;
  min-width: 58%;
}
.newsletter-wrapper-column:nth-child(2){
  flex:0 0 38%;
  min-width: 38%;
  display: flex;
}
.newsletter-wrapper-column h2{
  display: block;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 36px;
leading-trim: NONE;
line-height: 54px;
letter-spacing: -2%;
color:#FFD447;
}
.newsletter-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color:#FCFCFC;
}
.newsletter-wrapper-column input{
  border:1px solid #E9E9E9;
  background: white;
  padding: 20px ;
  border-radius: 8px;
  width: 70%;
}
.newsletter-wrapper-column input::placeholder{
  font-family: Nunito;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #666666;
}
.newsletter-wrapper-column .wpcf7-submit{
  background: #FFD447;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 15px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color: #1A1A1A;
width: 26%;
margin: 0 0 0 15px;
}
.newsletter-wrapper-column .wpcf7-spinner{
  display: none !important;
}
.footer{
  background: #BCDDF0;
  padding: 120px 0 50px 0;
}
.footer-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer-wrapper-column:nth-child(1){
  flex:0 0 39%;
  min-width: 39%;
  padding: 0 110px 0 0;
}
.footer-wrapper-column:nth-child(2), .footer-wrapper-column:nth-child(3){
  flex: 0 0 17%;
  min-width: 17%;
}
.footer-wrapper-column:nth-child(4){
  flex:0 0 23%;
  min-width: 23%;
}
.footer-wrapper-column:nth-child(4) a{
  display: flex;
  align-items: center;
}
.footer-wrapper-column:nth-child(4) a img{
  display: inline-block;
  width: 20px;
  margin: 0 12px 0 0;
}
.footer-wrapper-column h2{
  display: block;
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
color: #3198D2;
}
.footer-wrapper-column .line{
  width: 63px;
  height: 2px;
  background: #1A1A1A;
  margin: 10px 0 0 0;
}
.footer-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 22px;
letter-spacing: 0%;
color: #1A1A1A;
}
.footer-wrapper-column ul{
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0;
}
.footer-wrapper-column ul li a{
  display: block;
  text-decoration: none;
  color:#666666;
  font-family: Nunito;
font-weight: 700;
font-style: Bold;
font-size: 18px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
padding: 10px 0;
}
.footer-social{
  display: flex;
  gap:10px;
  padding: 10px 0 0 0;
}
.footer-social a{
  padding: 5px 8px;
  background: #3198D2;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.footer-social img{
  display: block;
  width: 14.2px;
}
.copyrights{
  padding: 30px 0;
}
.copyrights-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyrights-wrapper-column:nth-child(1), .copyrights-wrapper-column:nth-child(3){
flex:0 0 43%;
min-width: 43%;
}
.copyrights-wrapper-column:nth-child(2){
  flex:0 0 27%;
  min-width: 27%;
}
.copyrights-wrapper-column .line{
  background: #629C43;
  width: 100%;
  height: 2px;
}
.copyrights-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -3%;
text-align: center;
text-transform: capitalize;
color:#1A1A1A;
}
.service-detail-banner{
  padding: 200px 0;
  background-image:url('/wp-content/themes/CityCleaning/assets/images/Group 427318582.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  }
  .service-detail-banner h1{
    display: block;
    text-align: center;
    font-family: Unbounded;
font-weight: 700;
font-style: Bold;
font-size: 55px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
text-align: center;
color: #3198D2;
width: 100%;
overflow-wrap: break-word;

  }
  .breadcrumb{
    display: flex;
    justify-content: center;
    padding: 20px 0 0 0;
    gap: 5px;
  }
  .breadcrumb a{
    text-decoration: none;
    display: inline-block;
    font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 26px;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
color:#1A1A1A;
  }
  .service-detail-points{
    margin: -100px 0 0 0;
  }
  .service-detail-points .container{
    max-width: 1074px;
    padding: 0 10px ;
    margin: 0 auto;
    
  }
  .service-detail-points-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 50px;
    background:#F5F5F5;
    text-align: center;
    box-shadow: 4px 4px 10px 0px #3198D233;
  }
  .service-detail-points-wrapper-column{
  flex:0 0 33%;
  min-width: 33%; 
  padding: 0 20px;
  }
  .service-detail-points-wrapper-column img{
    display: block;
    width: 60px;
    margin: 0 auto;
  }
  .service-detail-points-wrapper-column h2{
    font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 23px;
letter-spacing: 0%;
text-align: center;
text-transform: capitalize;
color:#3198D2;
padding: 10px 0 10px 0;
  }
  .service-detail-points-wrapper-column p{
    display: block;
    font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 16px;
leading-trim: NONE;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
color:#1A1A1A;
  }
.service-intro{
  padding: 50px 0;
}
.service-intro-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service-intro-column{
  flex: 0 0 49%;
  min-width: 49%;
}
.service-intro-column:nth-child(1) img{
  display: block;
  width: 100%;
}
.service-info{
  padding: 50px 0;
  background: #BCDDF0;
}
.service-info-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-info-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
}
.service-info-wrapper-column:nth-child(1) img{
  display: block;
  width: 95%;
}
.service-info-wrapper-column h2{
  display: block;
  font-family: Unbounded;
font-weight: 700;
font-style: Bold;
font-size: 42px;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
color:#3198D2;
padding: 20px 0;
width: 85%;
overflow-wrap: break-word;
}
.service-info-grid{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 0 0 0;
}
.service-info-grid-column{
  flex:0 0 33%;
  min-width: 33%;
}
.service-info-grid-column img{
  display: block;
  width: 45px;
}
.service-info-grid-column h3 {
    display: block; /* Allow full-width and natural wrapping */
    font-family: 'Unbounded', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.24;
    letter-spacing: 0;
    color: #3198D2;
    width: 200px; /* Fixed typo */
    overflow-wrap: break-word; /* ensures long words break */
}
.service-info-grid-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 122%;
letter-spacing: 0%;
color:#1A1A1A;
padding: 10px 0 0 0;
width: 82%;
overflow-wrap: break-word;
}
.services-grid-wrapper-column:nth-child(7), .services-grid-wrapper-column:nth-child(9){
  opacity: 0;
}
.img-floating-left{
  position: absolute;
  z-index: 6;
  top: -5.5%;
  left:0%;
  width: 154px;
}
.img-floating-right{
  position: absolute;
  z-index: 6;
  bottom: -5.5%;
  right:0%;
  width: 237px;
}
.blog-tips{
  padding: 50px 0;
  background: #BCDDF0;
}
.blog-tips h3{
  display: block;
  align-items: left;
  font-family: Nunito;
font-weight: 700;
font-style: Bold;
font-size: 26px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
color:#1A1A1A;
padding:30px 0 20px 0;
border-bottom:2px solid #1A1A1A;
}
.recent-blogs-wrapper{
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border-radius: 60px;
  background: white;
  border:5px solid #3198D2;
  border-radius: 60px;
  margin: 30px 0 0 0;
  max-width: 1232px;
}
.recent-blogs-wrapper-column:nth-child(1){
  flex:0 0 29%;
  min-width: 29%;
}
.recent-blogs-wrapper-column:nth-child(2){
  flex:0 0 69%;
  min-width: 69%;
}
.recent-blogs-wrapper-column:nth-child(1) img{
  display: block;
  width: 100%;
  border-radius: 50px;
  height: auto;
}
.meta-wrapper{
  display: flex;
  justify-content: space-between;
}
.meta-wrapper a{
  display: block;
  text-decoration: none;
  font-family: Nunito;
font-weight: 700;
font-style: Bold;
font-size: 20px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
color:#629C43;
}
.recent-blogs-wrapper-column h4{
display: block;
font-family: Unbounded;
font-weight: 500;
font-style: Medium;
font-size: 26px;
leading-trim: NONE;
line-height: 34px;
letter-spacing: 0%;
color:#3198D2;
padding: 20px 0 0 0;
}
.recent-blogs-wrapper-column p{
  display: block;
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 23px;
leading-trim: NONE;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
padding: 20px 0 0 0;
}
.services-grid p{
  padding: 0;
}
.contact-wrapper .wpcf7-submit {
    background-image: url('/wp-content/themes/CityCleaning/assets/images/Group copy.png');
    background-color: #3198D2;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
    color: transparent;
    border: none;
}
ul.glide__slides{
  
}

.search-bar {
    margin: -40px 0 0 0;
    position: relative;
    z-index: 6;
}
.search-bar-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 2px solid #CCCCCC;
    box-shadow: 0px 1px 2px 0px #1018280A;
    box-shadow: 0px 1px 3px 0px #1018280F;
    border-radius: 24px;
    padding: 15px 20px;
    background: white;
}
.search-bar-wrapper .container{
  position: relative;
  z-index: 3;
}
.search-bar-wrapper-column:nth-child(1) {
    flex: 0 0 69%;
    min-width: 69%;
    display: flex;
}
.search-bar-wrapper-column input {
    font-family: Nunito;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
border:none;
    color: #1A1A1A;
}
.search-bar-wrapper-column:nth-child(2) {
    flex: 0 0 29%;
    min-width: 29%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.search-bar-wrapper-column input::placeholder{
  font-family: Nunito;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;

}
.search-bar-wrapper-column button:nth-child(1){
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
text-transform: capitalize;
background-color:#BCDDF0;
color: #3198D2;
padding: 16px 32px;
border-radius: 16px;
border: none;
display: flex;
justify-content: center;
align-items: center;
cursor:pointer;
}
.search-bar-wrapper-column button:nth-child(2){
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 16px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
text-transform: capitalize;
background-color:#3198D2;
color: white;
padding: 16px 32px;
border-radius: 16px;
border: none;
margin: 0 0 0 10px;
cursor:pointer;
}
.job-filter-wrapper{
   display: none;
  position: absolute;
  z-index: 6;
  right:0%;
  top:108%;
  background:#BCDDF0;
  border-radius: 16px;
  padding: 30px;
  max-width: 360px;
  height:510px;
  overflow-x: scroll;
}
.job-filter-wrapper.active {
  display: block;
}
.job-filter-wrapper::before {
  content: none; /* hide by default */
}

.job-filter-wrapper.active::before {
  content: '';
  background-image: url('/city-cleaning/wp-content/themes/CityCleaning/assets/images/Polygon 1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  width: 39px;
  height: 39px;
  position: absolute;
  top: -2%;
  left: 4%;
  z-index: 3;
}

.job-filter{
  padding: 20px 0;
  border-bottom: 1px solid #ACB2B999;
}
.job-filter label{
font-family: Outfit;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 14px;
letter-spacing: 0%;
color:#1A1A1A;
padding: 0 0 10px 0;
display: block;
}
.job-filter-wrapper button{
  display: block;
  margin: 20px 0 0 0;
  font-family: Unbounded;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 24px;
    letter-spacing: 0%;
    text-transform: capitalize;
    background-color: #3198D2;
    color: white;
    padding: 16px 32px;
    border-radius: 16px;
    border: none;
}
.salary-range{
  display: flex;
  justify-content: space-between;
}
.salary-range input{
  border: 1px solid #FCFCFC;
  background:white;
  border-radius: 16px;
  padding: 10px 6px;
  width: 49%;
}
.job-list{
  padding: 50px 0;
}
.job-list-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job-list-wrapper-column{
  flex: 0 0 32%;
  min-width: 32%;
  padding: 30px;
  border: 1.89px solid #3198D2;
  border-radius: 28px;
  box-shadow: 0px 0px 7.56px 0px #FFFFFF8F;
}
.job-list-wrapper-column a{
  font-family: Unbounded;
font-weight: 600;
font-style: SemiBold;
font-size: 20px;
leading-trim: NONE;
line-height: 37.82px;
letter-spacing: 2%;
text-decoration: none;
color: #3198D2;
}
.job-list-wrapper-info{
  display: flex;
}
.job-list-wrapper-info span{
  display: inline-block;
  font-family: Nunito;
font-weight: 600;
font-style: SemiBold;
font-size: 14px;
leading-trim: NONE;
line-height: 33px;
letter-spacing: 0%;
color: #666666;
}
.job-list-wrapper-column p{
  font-family: Nunito;
font-weight: 500;
font-style: Medium;
font-size: 14px;
leading-trim: NONE;
line-height: 18px;
letter-spacing: 3%;
display: block;
color: #1A1A1A;
}
.blogs-wrapper-column img{
  border-radius:12px;
  height:200px;
  object-fit:cover;
}
.blogs-wrapper-column .read-more img{
  height:auto;
}
.blogs-wrapper-column a h4{
  padding:20px 0;
}
.blog-content p{
text-align:center;
}
@media  only screen and (max-width: 388px){
  .mobile-header{
    display: block;
  }
   .top-banner-wrapper{
    display: flex;
    flex-direction: column;
  }
  .top-banner-wrapper-column{
    flex: 0 0 100%;
    min-width: 100%;
    justify-content: space-between;
  }
  .top-banner-wrapper-column:nth-child(1){
    display: flex;
    flex-direction: row;
    gap:5px;
  }
  .top-banner-wrapper-column:nth-child(2){
    display: flex;
    justify-content: center;
  }
  .top-banner-wrapper-column:nth-child(2) ul{
    padding: 0;
  }
  .top-banner-wrapper-column:nth-child(1) a{
    font-size: 14px;
  }
  .desktop-header{
    display: none;
  }
  .banner-wrapper{
    display: flex;
    flex-direction: column;
  }
  .banner-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .banner-wrapper-column h1{
    font-size: 29px;
    line-height: 115%;
  }
  .banner-wrapper-column p{
    font-size: 18px;
    line-height: 24px;
  }
  .banner-btn-wrapper a:nth-child(1){
    font-size: 12px;
  }
  .banner-btn-wrapper a:nth-child(2){
    font-size: 12px;
  }
  .banner-wrapper-column:nth-child(2) img{
    display: block;
    padding: 30px 0 0 0;
  }
  .service-slider{
    padding: 5px 0;
  }
  .service-slider-slide p{
    font-size: 26px;
  }
  .about-us-wrapper{
    display: flex;
    flex-direction: column;
  }
  .about-us-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .about-us-wrapper-column h2, .services h2, .choose-us-wrapper-column h2, .process h2, .testimonials h2, .blogs h2, .faq h2, .contact h2, .purpose h2, .services-grid h2, .service-intro h2, .blog-tips h2, .blog-detail h2{
    font-size: 21.5px;
    line-height: 115%;
  }
  .google-img img{
    display: block;
    width: 80%;
  }
  .about-us-wrapper-column p, .services p, .choose-us-wrapper-column p, .process p, .testimonials p, .blogs p, .faq p, .contact p, .purpose p, .services-grid p, .service-intro p, .service-info-wrapper-column p, .blog-tips p, .blog-detail p{
    padding: 0;
    font-size: 18px;
  }
  .about-us-wrapper-column:nth-child(2) img{
    display: block;
    padding: 30px 0 0 0;
  }
  .services h2, .services p{
    padding: 10px 0;
  }
  .services-wrapper{
    display: flex;
    flex-direction: column;
  }
  .services-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    padding: 10px;
  }
  .service-card-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .service-card-wrapper-column:nth-child(1), .service-card-wrapper-column:nth-child(2){
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-card-wrapper-column:nth-child(1){
    padding: 0 0 30px 0;
  }
  .service-card-wrapper-column:nth-child(2){
    display: flex;
    justify-content: flex-start;
  }
  .service-card-wrapper-column h3{
    font-size: 20px;
  }
  .service-card-wrapper-column{
    
  }
  .service-card-wrapper-column:nth-child(2) img{
    display: block;
    width: 50%;
}
.choose-us-wrapper{
  display: flex;
  flex-direction: column;
}
.choose-us-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.choose-us-points-wrapper{
  display: flex;
  flex-direction: column;
}
.choose-us-points-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.process-wrapper{
  display: flex;
  flex-direction: column;
  padding: 0;
}
.process-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  padding: 30px 0 0 0;
}
.process-wrapper-column img{
  display: block;
  width: 92px;
}
.process-wrapper-column h3{
  font-size: 22px;
}
.testimonials p{
  font-size: 18px;
  line-height: 24px;
}
.blogs-wrapper{
  display: flex;
  flex-direction: column;
}
.blogs-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  padding: 30px 0 0 0;
}
.faq h2{
  padding: 0 15px 0 0;
}
.faq-wrapper{
  display: flex;
  flex-direction: column;
}
.faq-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.faq-card-wrapper-body{
  padding: 30px;
}
.faq-card-wrapper h3{
  font-size: 22px;
}
.contact-wrapper{
  display: flex;
  flex-direction: column;
}
.contact-wrapper-column:nth-child(2) img{
  width: 100%;
  margin: 20px 0 0 0;
}
.newsletter-wrapper{
  display: flex;
  flex-direction: column;
}
.newsletter-wrapper-column p{
  display: flex;
  flex-direction: column;
}
.newsletter-wrapper-column input{
  width: 100%;
}
.newsletter-wrapper-column .wpcf7-submit{
  margin: 10px 0 0 0;
  width: 100%;
}
.newsletter-wrapper-column .wpcf7{
  padding: 20px 0 0 0;
}
.newsletter-wrapper-column h2{
  font-size: 28px;
  line-height: 35px;
}
.footer-wrapper{
  display: flex;
  flex-direction: column;
}
.footer-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  padding: 20px 0 0 0;
}
.copyrights-wrapper{
  display: flex;
  flex-direction: column;
}
.copyrights-wrapper-column:nth-child(1), .copyrights-wrapper-column:nth-child(3){
  display: none;
}
.service-detail-banner h1{
    font-size: 22px;
  }
  .breadcrumb a{
    font-size: 15px;
  }
  .service-detail-points-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-detail-points-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    padding: 10px 0;
  }
  .service-intro-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-intro-wrapper-column{
    flex: 0 0 100%;
    min-width: 100%;
    padding: 20px 0;
  }
  .service-info-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-info-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-wrapper-column h2{
    font-size: 23px;
     width: 85%; /* Fixed typo */
    overflow-wrap: break-word; /* ensures long words break */
  }
  .service-info-grid{
    display: flex;
    flex-direction: column;
  }
  .service-info-grid-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-grid-column img{
    padding: 20px 0 10px 0;
  }
  .blog-tips h2{
    padding: 0;
  }
  .blog-tips p{
    padding: 20px 0 0 0;
  }
  .recent-blogs-wrapper{
    display: flex;
    flex-direction: column;
  }
  .recent-blogs-wrapper-column:nth-child(1){
    flex:0 0 100%;
    min-width: 100%;
  }
  .recent-blogs-wrapper-column:nth-child(2){
    flex:0 0 100%;
    min-width: 100%;
    padding: 30px 0 0 0;
  }
  .meta-wrapper a{
    font-size: 16px;
  }
  .service-info-wrapper-column p{
    width: 84%;
    overflow-wrap: break-word;
  }
  .services h2, .process h2, .testimonials h2, .blogs h2 {
      text-align: center;
      width:100%;
      margin: 0 auto;
  
  }
   .service-slider-slide p img{
        width:42px;
}
.service-slider-slide p{
    font-size:22px;
}
.services-grid h2{
    text-align: ce;
}
.job-list-wrapper{
  display: flex;
  flex-direction: column;
}
.job-list-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  margin: 10px 0;
}
.search-bar-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-bar-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}
.search-bar-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  justify-content: flex-start;
}
.search-bar-wrapper-column input{
  width: 49%;
  padding: 20px 20px 20px 0;
}
.search-bar-wrapper-column button:nth-child(2){
  font-size: 14px;
}
.search-bar-wrapper-column button:nth-child(1){
  font-size: 14px;
}
.job-filter-wrapper{
  width: 90%;
  right:6%;
  top:106%;
  height: 460px;
    overflow-x: scroll;
}
.submit-wrapper{
  display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0px 0 0;
    position: absolute;
    right: 0;
    bottom: 15%;
    z-index: 4;
}
}
  @media  only screen and (min-width: 389px) and (max-width: 600px){
    .mobile-header{
    display: block;
  }
   .top-banner-wrapper{
    display: flex;
    flex-direction: column;
  }
  .top-banner-wrapper-column{
    flex: 0 0 100%;
    min-width: 100%;
    justify-content: space-between;
  }
  .top-banner-wrapper-column:nth-child(1){
    display: flex;
    flex-direction: row;
    gap:5px;
  }
  .top-banner-wrapper-column:nth-child(2){
    display: flex;
    justify-content: center;
  }
  .top-banner-wrapper-column:nth-child(2) ul{
    padding: 0;
  }
  .top-banner-wrapper-column:nth-child(1) a{
    font-size: 14px;
  }
    .desktop-header{
    display: none;
  }
  .banner-wrapper{
    display: flex;
    flex-direction: column;
  }
  .banner-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .banner-wrapper-column h1{
    font-size: 29px;
    line-height: 115%;
  }
  .banner-wrapper-column p{
    font-size: 18px;
    line-height: 24px;
  }
  .banner-btn-wrapper a:nth-child(1){
    font-size: 12px;
  }
  .banner-btn-wrapper a:nth-child(2){
    font-size: 12px;
  }
  .banner-wrapper-column:nth-child(2) img{
    display: block;
    padding: 30px 0 0 0;
  }
  .service-slider{
    padding: 5px 0;
  }
  .service-slider-slide p{
    font-size: 26px;
  }
  .about-us-wrapper{
    display: flex;
    flex-direction: column;
  }
  .about-us-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .about-us-wrapper-column h2, .services h2, .choose-us-wrapper-column h2, .process h2, .testimonials h2, .blogs h2, .faq h2, .contact h2, .purpose h2, .services-grid h2. .service-intro h2, .blog-tips h2, .blog-detail h2{
    font-size: 26px;
    line-height: 115%;
  }
  .google-img img{
    display: block;
    width: 80%;
  }
  .about-us-wrapper-column p, .services p, .choose-us-wrapper-column p, .process p, .testimonials p, .blogs p, .faq p, .contact p, .purpose p, .services-grid p, .service-intro p, .service-info-wrapper-column p, .blog-tips p, .blog-detail p{
    padding: 0;
    font-size: 16px;
  }
  .about-us-wrapper-column:nth-child(2) img{
    display: block;
    padding: 30px 0 0 0;
  }
  .services h2, .services p{
    padding: 10px 0;
  }
  .services-wrapper{
    display: flex;
    flex-direction: column;
  }
  .services-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-card-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .service-card-wrapper-column:nth-child(1), .service-card-wrapper-column:nth-child(2){
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-card-wrapper-column:nth-child(2) img {
    display: block;
    width: 40%;
    margin: 0 auto 0 0;
}
.service-card-wrapper-column h3{
  font-size: 20px;
}
.choose-us-wrapper{
  display: flex;
  flex-direction: column;
}
.choose-us-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.choose-us-points-wrapper{
  display: flex;
  flex-direction: column;
}
.choose-us-points-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.process-wrapper{
  display: flex;
  flex-direction: column;
  padding: 0;
}
.process-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  padding: 30px 0 0 0;
}
.blogs-wrapper{
  display: flex;
  flex-direction: column;
}
.blogs-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  padding: 30px 0 0 0;
}
.faq-wrapper{
  display: flex;
  flex-direction: column;
}
.faq-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
}
.contact-wrapper{
  display: flex;
  flex-direction: column;
}
.contact-wrapper-column:nth-child(2) img{
  width: 100%;
  margin: 20px 0 0 0;
}
.newsletter-wrapper{
  display: flex;
  flex-direction: column;
}
.newsletter-wrapper-column p{
  display: flex;
  flex-direction: column;
}
.newsletter-wrapper-column input{
  width: 100%;
}
.newsletter-wrapper-column .wpcf7-submit{
  margin: 10px 0 0 0;
  width: 100%;

}
.newsletter-wrapper-column .wpcf7{
  padding: 20px 0 0 0;
}
.newsletter-wrapper-column h2{
  font-size: 28px;
  line-height: 35px;
}
.footer-wrapper{
  display: flex;
  flex-direction: column;
}
.footer-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  padding: 20px 0 0 0;
}
.copyrights-wrapper{
  display: flex;
  flex-direction: column;
}
.copyrights-wrapper-column:nth-child(1), .copyrights-wrapper-column:nth-child(3){
  display: none;
}
.service-detail-banner h1{
    font-size: 22px;
  }
  .breadcrumb a{
    font-size: 15px;
  }
  .service-detail-points-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-detail-points-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    padding: 10px 0;
  }
  .service-intro-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-intro-wrapper-column{
    flex: 0 0 100%;
    min-width: 100%;
    padding: 20px 0;
  }
  .service-info-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-info-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-wrapper-column h2{
    font-size: 24px;
     width: 95%; /* Fixed typo */
    overflow-wrap: break-word; /* ensures long words break */
  }
  .service-info-grid{
    display: flex;
    flex-direction: column;
  }
  .service-info-grid-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-grid-column img{
    padding: 20px 0 10px 0;
  }
  .blog-tips h2{
    padding: 0;
  }
  .blog-tips p{
    padding: 20px 0 0 0;
  }
  .recent-blogs-wrapper{
    display: flex;
    flex-direction: column;
  }
  .recent-blogs-wrapper-column:nth-child(1){
    flex:0 0 100%;
    min-width: 100%;
  }
  .recent-blogs-wrapper-column:nth-child(2){
    flex:0 0 100%;
    min-width: 100%;
    padding: 30px 0 0 0;
  }
  .meta-wrapper a{
    font-size: 16px;
  }
  .about-us-wrapper-column h2, .services h2, .choose-us-wrapper-column h2, .process h2, .testimonials h2, .blogs h2, .faq h2, .contact h2, .purpose h2, .services-grid h2, .service-intro h2, .blog-tips h2, .blog-detail h2{
    width: 90%;
    overflow-wrap: break-word;
    font-size: 24px; 
  }
  .faq h2{
    padding: 0 0 30px 0;
  }
  .service-detail-banner {
    padding: 70px 0 170px 0;
  }
  .service-detail-banner h1{
    font-size: 25px;
  }
  .service-info-wrapper-column h2 {
        font-size: 23px;
        width: 95%;
        overflow-wrap: break-word;
    }
.services h2, .process h2, .testimonials h2, .blogs h2 {
      text-align: center;
      width:100%;
  }
    .service-slider-slide p img{
        width:42px;
}
.service-slider-slide p{
    font-size:22px;
}
.services-grid h2{
    text-align: center;
}
.job-list-wrapper{
  display: flex;
  flex-direction: column;
}
.job-list-wrapper-column{
  flex:0 0 100%;
  min-width: 100%;
  margin: 10px 0;
}
.search-bar-wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-bar-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
  display: flex;
  justify-content: space-between;
}
.search-bar-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  justify-content: flex-start;
}
.search-bar-wrapper-column input{
  width: 49%;
  padding: 20px 20px 20px 0;
} 
.search-bar-wrapper-column button:nth-child(2){
  font-size: 14px;
}
.search-bar-wrapper-column button:nth-child(1){
  font-size: 14px;
}
.job-filter-wrapper{
  width: 90%;
  right:6%;
  top:106%;
  height: 460px;
    overflow-x: scroll;
}
.submit-wrapper{
  display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0px 0 0;
    position: absolute;
    right: 0;
    bottom: 15%;
    z-index: 4;
}

}
  @media  only screen and (min-width: 601px) and (max-width: 767px){
    .mobile-header{
    display: block;
  }
     .top-banner-wrapper{
    display: flex;
    flex-direction: row;
  }
  .top-banner-wrapper-column:nth-child(1){
    flex: 0 0 69%;
    min-width: 69%;
    display: flex;
    flex-direction: row;
    gap:10px;
  }
  .top-banner-wrapper-column:nth-child(2){
    flex: 0 0 29%;
    min-width: 29%;
    display: flex;
    justify-content: flex-end;

  }
  .top-banner-wrapper-column:nth-child(2) ul{
    padding: 0;
  }
    .desktop-header{
      display: none;
    }
    .banner-wrapper{
    display: flex;
    flex-direction: column;
  }
  .banner-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .banner-wrapper-column:nth-child(2) img{
    padding: 30px 0 0 0;
  }
  .about-us-wrapper-column h2, .services h2, .choose-us-wrapper-column h2, .process h2, .testimonials h2, .blogs h2, .faq h2, .contact h2, .purpose h2, .services-grid h2, .service-intro h2, .blog-tips h2, .blog-detail h2{
    font-size: 28px;
    line-height: 130%;
  }
  .about-us-wrapper-column p, .services p, .choose-us-wrapper-column p, .process p, .testimonials p, .blogs p, .faq p, .contact p, .purpose p, .services-grid p, .service-intro p, .service-info-wrapper-column p, .blog-tips p, .blog-detail p{
    font-size: 18px;
  }
  .purpose-wrapper-column:nth-child(1) img{
    display: block;
    width: 60% !important;
    margin: 0 auto;
  }
  .about-us-wrapper{
    display: flex;
    flex-direction: column;
  }
  .about-us-wrapper-column:nth-child(2) img{
    padding: 30px 0 0 0;
  }
  .services h2, .services p{
    padding: 10px 20px;
  }
  .service-card-wrapper{
    display: flex;
    flex-direction: column-reverse;
  }
  .services-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    height: 390px;
  }
  .service-card-wrapper-column:nth-child(2) img{
    display: block;
    width: 100%;
  }
  .service-card-wrapper-column p{
    padding: 10px 0;
  }
  .choose-us-wrapper{
    display: flex;
    flex-direction: column;
  }
  .choose-us-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .process-wrapper-column img{
    display: block;
    width: 72px;
  }
  .process-wrapper-column h3{
    font-size: 26px;
    padding: 10px 5px;
  }
  .process-wrapper-column p{
    font-size: 18px;
    padding: 0 10px;
  }
  .testimonials-head-column h3{
    margin: 20px 0 0 0;
  }
  .blogs-wrapper-column a h3{
    font-size: 18px;
    line-height: 22px;
  }
  .blogs-wrapper-column p{
    font-size: 16px;
    line-height: 22px;
  }
  .faq-wrapper{
    display: flex;
    flex-direction: column;
  }
  .faq-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .faq-wrapper-column:nth-child(2){
    padding: 20px 0 0 0;
  }
  .faq h2{
    padding: 15px 0;
  }
  .faq p{
    padding: 10px 0 0 0;
  }
  .contact-wrapper{
    display: flex;
    flex-direction: column;
  }
  .contact-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .contact-wrapper-column .span-holder-transparent{
    display: flex;
    justify-content: center;
  }
  .contact h2{
    display: block;
    text-align: center;
  }
  .contact p{
    display: block;
    text-align: center;
    padding: 0;
  }
  .form-wrapper{
    display: flex;
    justify-content: center;
  }
  .contact-wrapper-column:nth-child(2) img{
    width: 60%;
    margin: 30px auto 0 auto;
  }
  .newsletter-wrapper{
    display: flex;
    flex-direction: column;
  }
  .newsletter-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .newsletter-wrapper-column h2{
    text-align: center;
    line-height: 42px;
  }
  .newsletter-wrapper-column p{
    text-align: center;
  }
  .newsletter-wrapper-column:nth-child(2){
    padding: 30px 0 0 0;
  }
  .footer-wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .footer-wrapper-column{
    padding: 20px 0;
  }
  .footer-wrapper-column:nth-child(1){
    flex:0 0 49%;
    min-width: 49%;
    padding: 0;
  }
  .footer-wrapper-column:nth-child(2), .footer-wrapper-column:nth-child(3){
    flex:0 0 49%;
    min-width: 49%;
  }
  .footer-wrapper-column:nth-child(4){
    flex:0 0 49%;
    min-width: 49%;
  }
  .copyrights-wrapper-column:nth-child(1), .copyrights-wrapper-column:nth-child(3){
    flex:0 0 20%;
    min-width: 20%;
  }
  .copyrights-wrapper-column:nth-child(2){
    flex:0 0 59%;
    min-width: 59%;
  }
  .vision-mission-wrapper{
    width: 90%;
    margin: 0 auto;
  }
  .service-detail-points-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-detail-points-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
    padding: 10px 0;
  }
  .service-detail-points-wrapper-column p{
    padding: 0px 60px;
  }
  .service-intro-column:nth-child(1) img{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .service-intro-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-intro-wrapper-column{
    flex: 0 0 100%;
    min-width: 100%;
    padding: 20px 0;
  }
  .service-intro-column:nth-child(2){
    padding: 20px 0 0 0;
  }
  .service-info-wrapper{
    display: flex;
    flex-direction: column;
  }
  .service-info-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .service-info-wrapper-column:nth-child(1) img{
    display: block;
    width: 80%;
    margin: 0 auto;
  }
  .service-info-wrapper-column h2{
    font-size: 23px;
     width: 95%; /* Fixed typo */
    overflow-wrap: break-word; /* ensures long words break */
  }
  .service-info-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0;
  }
  .service-info-grid-column{
    flex:0 0 49%;
    min-width: 40%;
  }
  .service-info-grid-column img{
    padding: 20px 0 10px 0;
  }
  .blog-tips h2{
    padding: 0;
  }
  .blog-tips p{
    padding: 20px 0 0 0;
  }
  .recent-blogs-wrapper{
    display: flex;
    flex-direction: column;
  }
  .recent-blogs-wrapper-column:nth-child(1){
    flex:0 0 29%;
    min-width: 29%;
  }
  .recent-blogs-wrapper-column:nth-child(2){
    flex:0 0 69%;
    min-width: 69%;
    padding: 30px 0 0 0;
  }
  .meta-wrapper a{
    font-size: 16px;
  }
  .job-list-wrapper{
  display: flex;
  flex-direction: row;
}
.job-list-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
  margin: 10px 0;
} 
.job-list-wrapper-info span{
  font-size: 13px;
}
.job-list-wrapper-column a{
  font-size: 18px;
}
.search-bar-wrapper{
  display: flex;
  flex-direction: column;
}
.search-bar-wrapper-column:nth-child(1){
  flex:0 0 100%;
  min-width: 100%;
}
.search-bar-wrapper-column:nth-child(2){
  flex:0 0 100%;
  min-width: 100%;
  display: flex;
  justify-content: flex-start;
}
.search-bar-wrapper-column input{
  padding: 20px 20px 20px 0;
}
.search-bar-wrapper-column button:nth-child(1){
  font-size: 14px;
}
.search-bar-wrapper-column button:nth-child(2){
  font-size: 14px;
}
.submit-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0px 0 0;
    /* margin: -60px 0 0 0px; */
    position: absolute;
    right: 0;
    bottom: 7%;
    z-index: 4;
  }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-header{
    display: none;
  }
      .top-banner-wrapper{
    display: flex;
    flex-direction: row;
  }
  .top-banner-wrapper-column:nth-child(1){
    flex: 0 0 69%;
    min-width: 69%;
    display: flex;
    flex-direction: row;
    gap:10px;
  }
  .top-banner-wrapper-column:nth-child(2){
    flex: 0 0 29%;
    min-width: 29%;
    display: flex;
    justify-content: flex-end;

  }
  .top-banner-wrapper-column:nth-child(2) ul{
    padding: 0;
  }
    .desktop-header-wrapper-column:nth-child(2) ul li a{
      font-size: 14px;
    }
    .desktop-header-wrapper-column:nth-child(3) a{
      font-size: 10px;
    }
    .span-holder-solid{
      font-size: 16px;
    }
    .banner-wrapper-column h1{
      font-size: 30px;
      line-height: 120%;
    }
    .banner-wrapper-column p{
      font-size: 18px;
      line-height: 24px;
    }
    .banner-btn-wrapper a:nth-child(1){
      font-size: 14px;
    }
    .banner-btn-wrapper a:nth-child(2){
      font-size: 14px;
    }
    .service-slider{
      padding: 5px 0;
    }
    .service-slider-slide p{
      font-size: 30px;
    }
    .about-us-wrapper-column h2, .services h2, .choose-us-wrapper-column h2, .process h2, .testimonials h2, .blogs h2, .faq h2, .contact h2, .purpose h2, .services-grid h2, .service-intro h2, .blog-tips h2, .blog-detail h2{
      font-size: 24px;
      padding: 0 20px 0 0;
    }
    .about-us-wrapper-column p, .services p, .choose-us-wrapper-column p, .process p, .testimonials p, .blogs p, .faq p, .contact p, .purpose p, .services-grid p, .service-intro p, .service-info-wrapper-column p, .blog-tips p, .blog-detail p{
      padding: 20px 20px 0 0;
      font-size: 18px;
    }
    .span-holder-transparent span{
      font-size: 16px;
    }
    .google-img img{
      display: block;
      width: 80%;
    }
    .service-card-wrapper{
      display: flex;
      flex-direction: column-reverse;
    }
    .services-wrapper-column{
      height: 450px;
    }
    .service-card-wrapper-column a{
      margin: 20px 0 0 0;
    }
    .process p{
      padding: 10px 10px 0 10px !important ;
    }
    .choose-us-wrapper{
      display: flex;
      flex-direction: column;
    }
    .faq p{
      padding: 20px 20px 0 0 !important;
    }
    .faq-card-wrapper-body{
      padding: 30px 10px;
    }
    .contact-wrapper{
      align-items: flex-end;
    }
    .contact p {
        padding: 10px 20px 0 0 !important;
    }
    .contact .wpcf7 p{
      padding: 10px 20px;
    }
    .newsletter-wrapper{
    display: flex;
    flex-direction: column;
  }
  .newsletter-wrapper-column{
    flex:0 0 100%;
    min-width: 100%;
  }
  .newsletter-wrapper-column h2{
    text-align: center;
    line-height: 42px;
  }
  .newsletter-wrapper-column p{
    text-align: center;
  }
  .newsletter-wrapper-column:nth-child(2){
    padding: 30px 0 0 0;
  }
  .footer-wrapper{
    display: flex;
    flex-wrap: wrap;
  }
  .footer-wrapper-column{
    padding: 20px 0;
  }
  .footer-wrapper-column:nth-child(1){
    flex:0 0 49%;
    min-width: 49%;
    padding: 0;
  }
  .footer-wrapper-column:nth-child(2), .footer-wrapper-column:nth-child(3){
    flex:0 0 49%;
    min-width: 49%;
  }
  .footer-wrapper-column:nth-child(4){
    flex:0 0 49%;
    min-width: 49%;
  }
  .copyrights-wrapper-column:nth-child(1), .copyrights-wrapper-column:nth-child(3){
    flex:0 0 20%;
    min-width: 20%;
  }
  .copyrights-wrapper-column:nth-child(2){
    flex:0 0 59%;
    min-width: 59%;
  }
  .process-wrapper-column h3{
    font-size: 22px;
  }
  .process-wrapper-column p{
    font-size: 16px;
  }
  .testimonials p{
    font-size: 15px;
  }
  .service-info-wrapper-column h2{
    font-size: 24px;
  }
  .service-info-wrapper-column p {
    padding: 0;
  }
  .service-info-grid{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .service-info-grid-column{
    flex: 0 0 49%;
    min-width: 49%;
  }
  .service-info-wrapper-column img{
    display: block;
    padding: 10px 0 0 0;
  }
  .service-info-wrapper-column h3{
    font-size: 18px;
     width: 95%; /* Fixed typo */
    overflow-wrap: break-word; /* ensures long words break */
  }
  .service-info-grid-column p{
    font-size: 14px;
    padding: 10px 0 0 0;
  }
  .blog-tips h2{
    padding: 0;
  }
  .blog-tips p{
    padding: 20px 0 0 0;
  }
  .recent-blogs-wrapper{
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .recent-blogs-wrapper-column:nth-child(1){
    flex:0 0 29%;
    min-width: 29%;
  }
  .recent-blogs-wrapper-column:nth-child(2){
    flex:0 0 69%;
    min-width: 69%;
    padding: 30px 0 0 0;
  }
  .meta-wrapper a{
    font-size: 16px;
  }
  .job-list-wrapper{
  display: flex;
  flex-direction: row;
}
.job-list-wrapper-column{
  flex:0 0 49%;
  min-width: 49%;
  margin: 10px 0;
} 
.job-list-wrapper-info span{
  font-size: 13px;
}
.job-list-wrapper-column a{
  font-size: 18px;
} 
.search-bar-wrapper-column:nth-child(1){
  flex:0 0 60%;
  min-width: 60%;
}
.search-bar-wrapper-column:nth-child(2){
  flex:0 0 40%;
  min-width: 40%;
}
.search-bar-wrapper-column button:nth-child(1){
  font-size: 12px;
}
.search-bar-wrapper-column button:nth-child(2){
  font-size: 12px;
}
.submit-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0px 0 0;
    /* margin: -60px 0 0 0px; */
    position: absolute;
    right: 0;
    bottom: -6%;
    z-index: 4;
  }
  }
  @media  only screen and (min-width: 992px) and (max-width: 1200px) {
    .mobile-header{
    display: none;
  }
    .copyrights-wrapper{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
    .copyrights-wrapper-column:nth-child(1), .copyrights-wrapper-column:nth-child(3){
    flex:0 0 25%;
    min-width: 25%;
  }
  .copyrights-wrapper-column:nth-child(2){
    flex:0 0 39%;
    min-width: 39%;
  }
  .desktop-header-wrapper-column:nth-child(2) ul li a{
    font-size: 16px;
  }
  .desktop-header-wrapper-column:nth-child(3) a{
    font-size: 13px;
  }
  .banner-wrapper-column h1{
    font-size: 38px;
  }
  .banner-wrapper-column p{
    font-size: 18px;
    line-height: 28px;
  }
  .process-wrapper-column img{
    display: block;
    width: 82px;
  }
  .process p{
    padding: 0 30px;
    font-size: 16px;
  }
  .process-wrapper-column h3{
    padding: 10px 20px;
  }
  .purpose h2{
    padding: 30px 180px !important;
  }
  .purpose p{
    padding: 0 30px;
  }
  .purpose-wrapper-column h3{
    font-size: 24px;
  }
  .vision-mission-wrapper{
    padding: 20px 62px;
  }
  .testimonials-body p{
    font-size: 18px;
    line-height: 21px;
  }
  .newsletter-wrapper-column .wpcf7-submit{
    width: 25%;
  }
  .newsletter-wrapper-column h2{
    font-size: 28px;
  }
  .footer-wrapper-column h2{
    font-size: 18px;
  }
  .footer-wrapper-column ul li a{
    font-size: 16px;
  }
  .recent-blogs-wrapper{
    align-items: center;
  }
  .submit-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 0px 0 0;
    /* margin: -60px 0 0 0px; */
    position: absolute;
    right: 0;
    bottom: -6%;
    z-index: 4;
  }
  }