* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

header {
  position: sticky;
  top: 0;
  z-index: 1030;
  /* Ensures it stays above other elements */
}

@media only screen and (max-width: 600px) {
  .content-para {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .content-cara {
    font-size: 30px !important;
  }
}

.sticky-navbar {
  position: sticky;
  top: 0;
  z-index: 1020;
  /* Make sure it stays on top of other content */
}

.dublin-logo {
  width: 125px;
}

.btn-red-nav {
  background-color: #4d3688;
  color: white;
  border: 1px solid #4d3688;
  transition: 0.3s;
  border-radius: 50px;
  width: 120px;
  height: 40px;
  padding: 6px;
  font-weight: bold;
  margin-left: 35px;
}

.btn-red-nav:hover {
  background-color: white;
  color: #4d3688;
  border-color: #4d3688;
}

.contact-list a {
  margin-left: -33px;
}

.navbar .nav-link:hover {
  color: #0d9fb8 !important;
}

.carousel-item img {
  object-fit: cover;
  height: 550px;
}

@media only screen and (max-width: 600px) {
  .carousel-item img {
    object-fit: cover;
    height: 850px;
  }
}

.dropdown-menu .dropdown-item:hover {
  color: #00b0f0;
}

.first-carasoul {
  font-weight: 900;
  font-size: 62px;
}

.content-cara {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
}

.content-para {
  font-size: 18px;
  line-height: 22px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5019607843);
}

.main-page {
  background-color: #25408f !important;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
}

.heading {
  text-align: center;
  font-size: 42px;
  font-weight: 300;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.heading h2 {
  color: #fff !important;
}

.separator-Raising {
  width: 50px;
  height: 3px;
  display: block;
}

.ems-bg-blue-light {
  background-color: #00b0f0 !important;
}

.para {
  color: #fff;
  text-align: center;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 1.4;
}

.free-from {
  background-color: #fff !important;
  overflow: hidden;
  border-radius: 15px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.stats-icon {
  max-width: 150px;
  margin-bottom: 15px;
  padding: 10px;
  height: 120px;
}

.stats-card {
  text-align: center;
  padding: 20px;
}

.icon-para {
  text-align: center;
  font-family: Inter, Arial, Helvetica, sans-serif;
  line-height: 1.4;
  color: #414141;
}

.btn-aqua {
  background-color: #00b0f0;
  color: white;
  border: 1px solid #00b0f0;
  transition: 0.3s;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-aqua:hover {
  background-color: white;
  color: #00b0f0;
  border-color: #00b0f0;
}

/* Second Section Css Start */

.quality-section {
  /* padding: 60px; */
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.quality-para {
  color: #4d3688;
}

.quality-trust {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.quality-text {
  /* background-color: #ffffff; */
  padding: 30px;
}

.quality-image {
  background-image: url("../images/Quality\ Assurance.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  min-width: 546px;
}

.separator-Quality {
  width: 60px;
  height: 4px;
  background-color: #4d3688;
  margin: 20px 0;
}

.btn-gold {
  background-color: #4d3688;
  color: white;
  border: 1px solid #4d3688;
  transition: 0.3s;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-gold:hover {
  background-color: white;
  color: #4d3688;
  border-color: #4d3688;
}

/* Second Section Css End */

/* Third section Css Start */

.quality-section-service {
  /* padding: 60px; */
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.service-para {
  color: #f05773;
}

.quality-service-trust {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.quality-service-text {
  /* background-color: #ffffff; */
  padding: 30px;
}

.quality-service-image {
  background-image: url("../images/Facility\ Services-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  min-width: 546px;
  margin-left: -12px;
}

.separator-service {
  width: 60px;
  height: 4px;
  background-color: #f05773;
  margin: 20px 0;
}

.btn-red {
  background-color: #f05773;
  color: white;
  border: 1px solid #f05773;
  transition: 0.3s;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-red:hover {
  background-color: white;
  color: #f05773;
  border-color: #f05773;
}

/* Third Section Css End */

/* 4th Section Css Start */
.quality-sustainability-section {
  /* padding: 60px; */
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.sustainability-para {
  color: #85cf5f;
}

.quality-sustainability-trust {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.quality-sustainability-text {
  padding: 30px;
}

.quality-sustainability-image {
  background-image: url("../images/Sustainable\ Facility\ Management\ for\ a\ Healthier\ Future-1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  min-width: 546px;
}

.separator-sustainability {
  width: 60px;
  height: 4px;
  background-color: #85cf5f;
  margin: 20px 0;
}

.btn-green {
  background-color: #85cf5f;
  color: white;
  border: 1px solid #85cf5f;
  transition: 0.3s;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-green:hover {
  background-color: white;
  color: #85cf5f;
  border-color: #85cf5f;
}

/* 4th section css end */

/* 5th Section Css Start */
.boxed-content {
  overflow: hidden;
  border-radius: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.custom-content-block {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
  padding: 2rem;
  border-radius: 8px;
  background-color: #ffffff;
  width: 100%;
  padding: 15px 45px 45px;
}

.custom-heading {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #25408f;
  font-weight: bold;
}

.custom-separator {
  height: 4px;
  width: 60px;
  background-color: #00b0f0 !important;
  border-radius: 2px;
  margin: 1rem 0;
}

.custom-paragraph {
  font-size: 1rem;
  color: #333;
}

.cta-heading {
  font-size: 62px;
  font-weight: 900;
  line-height: 1.2;
  color: #25408f;
}

.separator-smarter {
  height: 4px;
  width: 60px;
  background-color: #00b0f0 !important;
  border-radius: 2px;
  margin: 1rem 0;
}

.cta-subheading {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #414141;
}

/* 5th Section Css End */

/* 6th Section Css Start */

.intro-heading {
  color: #fff;
  font-size: 42px;
  font-weight: 300;
}

.separator-industry {
  height: 4px;
  width: 60px;
  background-color: #00b0f0 !important;
  border-radius: 2px;
  margin: 1rem 0;
}

/* 6th section css end */

/* 7th section Css start */

.bg-custom {
  background-color: #f8f9fa;
}

/* Optional: Style the separator */
.separator {
  height: 2px;
  background-color: #007bff;
  width: 50%;
  margin: 20px auto;
}

/* Optional: Style the carousel items */
.owl-carousel .item {
  padding: 20px;
  text-align: center;
}

.owl-carousel .item img {
  width: 150px;
  height: 150px;
  margin-bottom: 15px;
  border-radius: 50%;
}

/* ABOUT US CSS START */
.hero-section {
  position: relative;
  background-image: url(../images/about-us-banner.png);
  background-size: cover;
  background-position: center;
  color: white;
  /* Ensure text is visible */
  padding: 60px 25% 60px 40px;
  height: 100%;
  align-items: center;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  /* Black overlay with opacity */
  z-index: 1;
  /* Ensure it is below text content */
}

.container {
  position: relative;
  z-index: 2;
  /* Ensures content is above the overlay */
}

.hero-deluxe-slide__inner__content__heading {
  font-size: 62px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  font-weight: 900;
  font-family: Inter, Arial, Helvetica, sans-serif;
  text-align: justify;
  padding-left: 78px;
}

.hero-deluxe-slide__inner__content__intro .intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.hero-deluxe-slide__inner__content__intro p {
  font-size: 18px;
  line-height: 22px;
  text-align: justify;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5019607843);
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 20px;
}

/* Media query for small screens */
@media (max-width: 768px) {
  .hero-deluxe-slide__inner__content__heading {
    font-size: 36px;
    padding-left: 0px;
  }

  .hero-deluxe-slide__inner__content__intro p {
    font-size: 1rem;
  }
}

/* 2nd section Css Start */

.second-main-page {
  background-color: #25408f !important;
  padding: 30px;
}

.about-main {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  padding: 55px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
}

.intro-block__heading {
  font-size: 42px;
  font-weight: 400;
  color: #25408f !important;
}

.about-para {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
}

.separator-about {
  height: 3px;
  background-color: #28a745;
  width: 50px;
  margin: 0 auto;
}

.intro-block__subheading {
  font-size: 1.2rem;
  color: #333;
  font-weight: 400;
  line-height: 1.6;
}

.block {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-block__inner {
  max-width: 800px;
  margin: 0 auto;
}

.icon-image {
  padding: 60px 0;
}

.picture {
  text-align: center;
  margin-bottom: 30px;
}

.picture img {
  max-width: 100px;
  margin-bottom: 15px;
}

.picture p {
  font-weight: bold;
  font-size: 16px;
  margin: 0;
  color: #414141;
}

/* image card section css start */

.content-block {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  height: 100%;
}

.content-block:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.content-block__inner__image {
  width: 100%;
  padding: 50% 0 0;
  margin: 0;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.content-block__inner__content {
  width: 100%;
  padding: 15px 45px 45px;
}

.content-block__preheading {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
}

.lavender-para {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;

  color: #414141;
}

/* Text Color Classes */
.text-lavender {
  color: #795dd6;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.text-danger {
  color: #f05773;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.text-success {
  color: #85cf5f;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

.text-primary {
  color: #00b0f0;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .content-block__inner__image {
    height: 150px;
  }

  .content-block__inner__content {
    padding: 15px;
  }

  .content-block__preheading {
    font-size: 1rem;
  }
}

/* Othr Section */

.heading-block .intro-block__heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.heading-build {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
}

.heading-block .separator {
  width: 50px;
  height: 3px;
  background-color: #85cf5f;
  margin: 0 auto;
}

/* Image Block Styling */
.wp-block-image img {
  max-width: 100%;
  /* Ensure image is responsive */
  height: auto;
}

.subheading-container p {
  font-size: 1.1rem;
  color: #6c757d;
  /* Muted text color */
}

/* Responsiveness for small screens */
@media (max-width: 768px) {
  .heading-block .intro-block__heading {
    font-size: 1.8rem;
  }

  .subheading-container p {
    font-size: 1rem;
  }
}

.btn-national {
  background-color: #85cf5f;
  color: white;
  border: 1px solid #85cf5f;
  transition: 0.3s;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-national:hover {
  background-color: #25408f;
  color: #fff;
}

/* Contact page Css */

.heading-block .intro-block__preheading {
  font-size: 16px;
  font-weight: 600;
  color: #00b0f0;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.heading-block .intro-block__heading {
  font-size: 2.5rem;
  font-weight: bold;
  color: #343a40;
}

.heading-block .separator {
  width: 50px;
  height: 3px;
  background-color: #add8e6;
  margin: 0 auto;
}

.intro-block__subheading p {
  font-size: 1.2rem;
  color: #414141;
  font-weight: 400;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
  .heading-block .intro-block__heading {
    font-size: 2rem;
  }

  .intro-block__subheading p {
    font-size: 1rem;
  }
}

/* Form page Css */
form {
  max-width: 96rem;
  /* max-w-6xl */
  margin-left: auto;
  margin-right: auto;
}

.border-b {
  border-bottom-width: 1px;
  border-color: #1a3a8a;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-weight: 600;
  line-height: 1.25rem;
  color: #25408f;
  border: none;
  border-bottom: 2px solid #25408f;
  background-color: transparent;
  outline: none;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.5rem;
  /* space for dropdown arrow */
  background-image: url("data:image/svg+xml,%3csvg fill='none' stroke='%231a3a8a' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem 1rem;
}

select:focus,
input:focus,
textarea:focus {
  border-color: #06b6d4;
  box-shadow: none;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 2.5rem;
  /* gap-y-6 gap-x-10 */
  margin-bottom: 1.5rem;
  color: #25408f;
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

textarea {
  border: 2px solid #1a3a8a;
  padding: 0.75rem;
  resize: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1a3a8a;
  font-family: inherit;
  width: 100%;
  outline: none;
}

textarea:focus {
  border-color: #1a3a8a;
  box-shadow: none;
}

input::placeholder {
  color: #25408f;
}

textarea::placeholder {
  color: #25408f;
}

textarea:hover {
  border-color: #06b6d4;
}

.honeypot-field {
  display: none;
}

.honeypot-field-label {
  font-size: 0.8rem;
  color: #6c757d;
}

.comment {
  font-weight: bold;
  color: #414141;
}

.btn-request {
  background-color: #25408f;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-request:hover {
  background-color: #00b0f0;
  color: #fff;
}

.heading-container h2 {
  color: #25408f;
  font-size: 42px;
  font-weight: 300;
}

.last-about-container h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #414141;
}

.intro-block__subheading p {
  font-size: 1.125rem;
  margin-top: 0.5rem;
}

.btn-about-red {
  background-color: #f05773;
  color: white;
  border: 1px solid #f05773;
  transition: 0.3s;
  border-radius: 50px;
  width: 180px;
  height: 70px;
  padding: 20px;
  font-weight: bold;
}

.btn-about-red:hover {
  background-color: white;
  color: #f05773;
  border-color: #f05773;
}

/* ABOUT US CSS END */

/* Footer part Css Start */

.footer-part {
  background-color: #25408f;
  color: #fff;
}

.footer-Part {
  background-color: #25408f;
  color: white;
}

.footer-para {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.footer-Part a {
  color: #ffffff;
  font-weight: bold;
}

.footer-Part a:hover {
  text-decoration: underline;
}

.footer-Part hr.border-primary {
  border-color: #ffffff !important;
}

.list-unstyled li a {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
}

.footer-icon {
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 32px;
}

.footer-icon:hover {
  color: #f0b557;
}

.dublin-address {
  font-size: 14px;
}

/* footer css End */

/* Contact page Css Start */
.contact-head {
  margin-bottom: 45px !important;
  font-weight: 800;
  font-size: 62px;
  color: #0d9fb8;
}

.contact-para {
  font-weight: 400;
  color: #25408f;
  font-size: 23px;
}

.separator-contact {
  height: 4px;
  width: 60px;
  background-color: #0d9fb8 !important;
  border-radius: 2px;
  margin: 1rem 0;
}

.contact-sub-para {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #414141;
}

.contact-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 15px;
}

form {
  max-width: 96rem;
  /* max-w-6xl */
  margin-left: auto;
  margin-right: auto;
}

.border-b {
  border-bottom-width: 1px;
  border-color: #1a3a8a;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

select,
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  font-weight: 600;
  line-height: 1.25rem;
  color: #25408f;
  border: none;
  border-bottom: 2px solid #25408f;
  background-color: transparent;
  outline: none;
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.5rem;
  /* space for dropdown arrow */
  background-image: url("data:image/svg+xml,%3csvg fill='none' stroke='%231a3a8a' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke-linecap='round' stroke-linejoin='round' d='M19 9l-7 7-7-7'%3e%3c/path%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.5rem center;
  background-size: 1rem 1rem;
}

select:focus,
input:focus,
textarea:focus {
  border-color: #06b6d4;
  box-shadow: none;
}

.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem 2.5rem;
  /* gap-y-6 gap-x-10 */
  margin-bottom: 1.5rem;
  color: #25408f;
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

textarea {
  border: 2px solid #1a3a8a;
  padding: 0.75rem;
  resize: none;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1a3a8a;
  font-family: inherit;
  width: 100%;
  outline: none;
}

textarea:focus {
  border-color: #1a3a8a;
  box-shadow: none;
}

input::placeholder {
  color: #25408f;
}

textarea::placeholder {
  color: #25408f;
}

textarea:hover {
  border-color: #06b6d4;
}

.honeypot-field {
  display: none;
}

.honeypot-field-label {
  font-size: 0.8rem;
  color: #6c757d;
}

.comment {
  font-weight: bold;
  color: #414141;
}

.btn-request {
  background-color: #25408f;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  width: 200px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-request:hover {
  background-color: #0d9fb8;
  color: #fff;
}

/* contact-last-page CSS */

.contact-last-page {
  background-image: url(../images/contact-2.jpg);
  object-fit: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}

/* contact-last-page CSS End */

/* CLEANING SERVICE CSS START */

/* Service 1st section css start */
.clean-services {
  width: 15%;
  border: 2px solid #f0b557;
}

.btn-service-contact {
  background-color: #f05773;
  color: white;
  border: 1px solid #f05773;
  transition: 0.3s;
  border-radius: 50px;
  width: 150px;
  height: 70px;
  padding: 20px;
  font-weight: bold;
}

.btn-service-contact:hover {
  background-color: white;
  color: #f05773;
  border-color: #f05773;
}

.clean-service-heading {
  margin-bottom: 45px !important;
  font-weight: 800;
  font-size: 60px;
  color: #25408f;
}

.clean-service-para {
  font-weight: 400;
  color: #25408f;
  margin: 44px 0px;
  font-size: 22px;
}

.clean-service-sec2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.clean-service-images {
  border-radius: 20px;
}

/* Service 1st Section Css End */

.clean-service-serpara {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #25408f;
  margin: 40px 0px;
}

.clean-service-offering h2 {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  color: #25408f;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.service-separator {
  width: 50px;
  height: 3px;
  margin-bottom: 30px;
  display: block;
  background-color: #00b0f0 !important;
  margin: 15px auto;
}

.service-separator-2 {
  width: 50px;
  height: 3px;
  margin-bottom: 30px;
  display: block;
  background-color: #f0b557 !important;
  margin: 15px auto;
}

.clean-service-offering p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #414141;
  text-align: center;
}

.card-det {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
  padding: 30px;
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  height: 300px;
}

.card-det:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33) !important;
}

.clean-service-img {
  width: 15%;
}

.card-det h4 {
  margin: 20px 0px;
  font-size: 21px;
  font-weight: 700;
}

.backgroundcolor {
  background-color: #25408f;
}

.color-green {
  color: #85cf5f;
}

.color-red {
  color: #f05773;
}

.color-aqua {
  color: #00b0f0;
}

.color-purpel {
  color: #795dd6;
}

.color-gold {
  color: #f0b557;
}

.custom-section {
  padding-top: 0;
  margin-top: 0;
}

.custom-header {
  font-weight: 400;
  font-size: 24px;
  color: #25408f;
}

/* 5th Service Section Css Start */
.advanced-service {
  background-color: #25408f;
  color: #fff;
  padding: 100px;
}

.clean-service-advance h2 {
  font-size: 42px;
  font-weight: 300;
  text-align: center;
  color: #fff;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.clean-service-advance p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}

.card-head {
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
  padding: 30px;
  width: 100%;
  height: 100%;
}

.card-img img {
  width: 50%;
  height: 150px;
  margin: auto;
  display: block;
}

.card-titl h2 {
  text-align: center;
  color: #25408f;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px !important;
  font-weight: 700;
  margin-top: 15px;
}

.service-separator-card1 {
  width: 50px;
  height: 3px;
  margin-bottom: 30px;
  display: block;
  background-color: #00b0f0 !important;
  margin: 25px auto;
}

.service-separator-card-2 {
  width: 50px;
  height: 3px;
  margin-bottom: 30px;
  display: block;
  background-color: #f05773 !important;
  margin: 25px auto;
}

.service-separator-card-3 {
  width: 50px;
  height: 3px;
  margin-bottom: 30px;
  display: block;
  background-color: #25408f !important;
  margin: 25px auto;
}

.card-sub-titl {
  color: #414141;
  text-align: center;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
}

.btn-service-card {
  background-color: #25408f;
  color: white;
  border: 1px solid #25408f;
  transition: 0.3s;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
  margin: 15px auto;
  display: block;
}

.btn-service-card:hover {
  background-color: white;
  color: #25408f;
  border-color: #25408f;
}

/* 5th service section css end */

/* 6th service section css start */
.clean-service-passion {
  padding: 60px;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
}

.passion {
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
}

.clean-service-passion-head {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #25408f;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.clean-service-trust {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.clean-service-text {
  padding: 30px;
}

.clean-service-passion-img{
  /* background-image: url("../img/Office-Cleaning/Body/2.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 560px;
  min-width: 546px;
  margin-left: -15px;
}

.separator-service-clean {
  width: 60px;
  height: 4px;
  background-color: #00b0f0;
  margin: 10px 0;
}

.btn-red {
  background-color: #f05773;
  color: white;
  border: 1px solid #f05773;
  transition: 0.3s;
  border-radius: 50px;
  width: 120px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
}

.btn-red:hover {
  background-color: white;
  color: #f05773;
  border-color: #f05773;
}

/* 6th service section css End */

/* 7th service section start */
.clean-service-precision-img {
  /* background-image: url("../img/Office-Cleaning/Body/3.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 560px;
  min-width: 558px;
}

/* 7th section service css end */

/* 8th section service start */
.clean-service-pogressive-img {
  /* background-image: url("../img/Office-Cleaning/Body/4.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 560px;
  min-width: 546px;
  margin-left: -12px;
}

/* 8th service section css end */

/* CLEANING SERVICE CSS END */

/* SERVICE LOCATION CSS START */
/*part of location*/

.service-location-side {
  text-align: center;
}

.service-location-side h6 {
  color: rgb(75, 185, 219);
}

.service-location-side h1 {
  color: #25408f;
  font-weight: 300;
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-style: normal;
}

.service-location-side p {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #414141;
}

.service-location-side .service-border-size {
  background-color: rgb(75, 185, 219);
  width: 50px;
  height: 3px;
  margin: 15px auto;
}

.india-map iframe {
  border-radius: 15px;
  height: 400px;
}

.card {
  border: none;
  border-radius: 10px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
}

.card:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.33) !important;
}

.card h5 {
  color: #25408f;
}

.card-body .gap {
  padding-bottom: 40px;
}

/* SERVICE LOCATION CSS END */

/* OUR CLIENTS PAGE CSS START */
.team {
  background-color: #25408f;
  height: 100%;
  padding: 30px;
}

.leadership-team {
  text-align: center;
  padding-top: 20px;
}

.leadership-team h1 {
  color: white;
  font-size: 50px;
}

.leadership-team p {
  color: white;
  font-size: 15px;
}

.leadership-team .box {
  background-color: rgb(75, 185, 219);
  width: 50px;
  height: 3px;
  margin: 15px auto;
}

.team-about {
  justify-items: center;
  margin-top: 50px;
}

.meehan-team h6 {
  color: #25408f;
  text-align: center;
  padding-top: 20px;
}

.meehan-team h5 {
  color: rgb(62, 196, 236);
  text-align: center;
  padding-bottom: 20px;
}

.meehan-team img {
  border-radius: 50%;
  margin-top: 30px;
  margin-left: 20px;
  width: 300px;
}

/* OUR CLIENTS PAGE CSS END */

/* OFFICE CLEANING CSS START */
.heading-content h1 {
  font-weight: 800;
  font-size: 62px;
  margin-bottom: 45px !important;
  color: #f0b557 !important;
}

.sub-heading p {
  font-weight: 400;
  color: #25408f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}

.separator-office-cleaning {
  width: 50px;
  height: 3px;
  margin-bottom: 30px;
  display: block;
  background-color: #f0b557 !important;
}

.sub-heading-2 {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.4;
  color: #414141;
}

.office-cleaning-images img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-clean {
  overflow: hidden;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.33);
}

.clean-service-text .office-clean-sub {
  font-size: 15px;
  font-weight: bold;
  color: #00b0f0;
}

.clean-service-office-clean-head {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
  color: #25408f;
  font-family: Inter, Arial, Helvetica, sans-serif;
}

.clean-service-office-img {
  background-image: url("../images/office-cleaning.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 600px;
  min-width: 546px;
  margin-left: -15px;
}

/* OFFICE CLEANING CSS END */

/* PRIVACY POLICY $ TERM $ CONDITION CSS START */
.privacy-head h5 {
  font-size: 15px;
  color: #414141;
  font-weight: 500;
  line-height: 1.2;
}

.privacy-head .web-term {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.2;
  color: #25408f;
}

.privacy-head h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
}

.privacy-para {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.4;
  color: #414141;
}
.choose {
  box-shadow: 0px 0px 2px #25408f;
  padding: 10px 13px;
}
.choose h3 {
  text-align: center;
  font-size: 23px;
  font-weight: 700;
  color: #4d3688;
}
/* PRIVACY POLICY $ TERM $ CONDITION CSS END */

/* cleaning service */

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Apply animation to image and content */
.image-box {
  flex: 1 1 400px;
  max-width: 600px;
  overflow: hidden;
  border-radius: 10px;
  animation: fadeInLeft 1s ease-out forwards;
  opacity: 0;
}

.image-box img {
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out;
  display: block;
}

.image-box:hover img {
  transform: scale(1.05);
}

.content-box {
  flex: 1 1 400px;
  max-width: 600px;
  background-color: #0e9db796;
  padding: 40px;
  border-radius: 20px;
  animation: fadeInRight 1s ease-out forwards;
  opacity: 0;
}

.content-box h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #ffffff;
}

.content-box p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #333;
}

/* Responsive for mobile */
@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
    padding: 40px 20px;
  }

  .content-box h2 {
    font-size: 26px;
  }
}

.second-container {
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

.owl-second .card {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 20px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: 0.3s ease;
  position: relative;
}

.owl-second .card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.owl-second .active-card {
  color: black;
}

.owl-second .card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.owl-second .card p {
  font-size: 15px;
  margin: 15px 0 25px;
  color: #555;
}

.owl-second .active-card p {
  color: #555;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  display: block;
  margin: 5px 7px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #0056a6;
}

/* Responsive */
@media (max-width: 768px) {
  .owl-second .card {
    padding: 20px 15px;
  }
}

.hero-section-two {
  background-image: url(../images/img2.jpg);
  height: 300px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  position: relative;
  padding: 20px;
}

.hero-section-two::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4); /* dark overlay for readability */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  animation: fadeInUp 1s ease-out;
}

.main-text {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.contact {
  font-size: 20px;
  font-weight: 500;
}

.phone-icon {
  margin-right: 10px;
  font-size: 22px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .main-text {
    font-size: 24px;
  }

  .contact {
    font-size: 18px;
  }
}

/* Fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* .hero-section-one {
            background-image: url(../images/img1.jpg);
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 60px 20px;
            min-height: 400px;
            width: 100%;
            background-size: cover;
        } */

.postbuild h2 {
  font-size: 2rem;
  color: white;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.intro p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: white;
}

@media (max-width: 600px) {
  .postbuild h2 {
    font-size: 1.5rem;
  }

  .intro p {
    font-size: 1rem;
  }
}

.hero-section-three {
  background-image: url("../images/locations.jpg");
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  min-height: 400px;
  width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.hero-section-three .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  padding: 0 15px;
}

.hero-section-three h1 {
  font-size: 3rem;
  color: #fff;
}

/* Responsive typography */
@media (max-width: 768px) {
  .hero-section-three h1 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .hero-section-three {
    padding: 40px 15px;
  }

  .hero-section-three h1 {
    font-size: 1.6rem;
  }
}

.postbuilds h1 {
  font-size: 40px;
  color: white;
  margin-bottom: 20px;
  text-transform: capitalize;
}

/* location page */

.left {
  flex: 1;
  max-width: 500px;
  position: relative;
  animation: slideInLeft 1.5s ease-in-out;
}

.left img.main-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.left img.overlay-img {
  position: absolute;
  top: 30px;
  right: -30px;
  width: 50%;
  border-radius: 15px;
  border: 5px solid white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  animation: float 4s ease-in-out infinite;
}

.right {
  flex: 1;
  max-width: 600px;
  animation: fadeIn 2s ease;
  margin-left: 40px;
}

.right h3 {
  color: #ff9d00;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 700;
}

.right h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #1e1e2f;
}

.right p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 15px;
  color: #6b6b6b;
}

.right ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.right ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #6b6b6b;
}

.right ul li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1rem;
  color: #ff9d00;
}

.button {
  display: inline-flex;
  align-items: center;
  background-color: #0c9eb7;
  padding: 12px 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.button:hover {
  background-color: #e28a00;
}

.experience {
  margin-left: 20px;
  color: #ff9d00;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.experience span {
  font-size: 1.2rem;
}

/* Animations */
@keyframes slideInLeft {
  0% {
    opacity: 0;
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .left img.overlay-img {
    position: static;
    width: 80%;
    margin-top: 20px;
  }

  .right h1 {
    font-size: 2rem;
  }

  .button {
    justify-content: center;
  }

  .experience {
    justify-content: center;
    margin-left: 0;
    margin-top: 10px;
  }
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto;
}

.services-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 0 20px 50px;
  max-width: 1200px;
  margin: auto;
}

.service-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background: #fff;
  cursor: pointer;
}

.service-card:hover {
  transform: translateY(-10px);
}

.service-card img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.5s ease;
  height: 240px;
}

.service-card:hover img {
  transform: scale(1.1);
}

.ribbon {
  position: absolute;
  top: 0;
  left: 0;
  background: #4caf50;
  color: #fff;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: bold;
  transform: rotate(-45deg);
  transform-origin: top left;
  z-index: 2;
}

.service-content {
  padding: 20px;
  text-align: center;
}

.service-content h3 {
  margin-bottom: 15px;
  font-size: 1.3rem;
  color: #222;
}

.service-content p {
  font-size: 0.95rem;
  color: #666;
  margin-bottom: 20px;
}

.service-content a {
  text-decoration: none;
  font-weight: bold;
  color: #4caf50;
  display: inline-flex;
  align-items: center;
  transition: color 0.3s;
}

.service-content a:hover {
  color: #388e3c;
}

.service-content a::after {
  content: "→";
  margin-left: 5px;
  transition: margin-left 0.3s;
}

.service-content a:hover::after {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .section-title h2 {
    font-size: 2rem;
  }

  .service-content h3 {
    font-size: 1.1rem;
  }
}

.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  padding: 2rem;
}

.testimonial-card {
  background-color: white;
  padding: 2rem;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
  transform: translateY(50px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-text {
  font-size: 1rem;
  color: #333;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.quote-icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  font-size: 2rem;
  color: #eee;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .testimonial-card {
    max-width: 90%;
  }
}

.testimonials {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.testimonials h2 {
  font-size: 2.5rem;
  margin-bottom: 40px;
  color: #333;
}

.testimonial {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.3s ease;
  animation: fadeInUp 0.8s ease forwards;
  opacity: 0;
}

.testimonial:hover {
  background-color: #109eb72e;
  transform: translateY(-5px);
}

.testimonial p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 20px;
}

.client-name {
  font-weight: bold;
  color: #00796b;
}
.client-name span {
  color: black;
  font-size: 15px;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .testimonials h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .testimonials h2 {
    font-size: 1.7rem;
  }

  .testimonial {
    padding: 20px;
  }
}

.logo-slider {
  overflow: hidden;
  padding: 40px 0;
  background-color: #fff;
}

.slider-track {
  display: flex;
  width: calc(250px * 10); /* 10 slides */
  animation: scroll 20s linear infinite;
}

.slides {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slides img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  padding: 10px;
}

/* Responsive scaling */
@media (max-width: 768px) {
  .slides {
    width: 180px;
  }
}

@media (max-width: 480px) {
  .slides {
    width: 140px;
  }
}

/* Animation keyframes */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Add Css Service pages */
