* {
  margin: 0;

  box-sizing: border-box;
}

:root {
  --primary-green: #00a6a6;
}

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
a {
  text-decoration: none;
  color: #fff;
}

.topbar {
  background-color: #000;
  color: white;
  display: flex;
  height: 30px;
  align-items: center;
  /* box-shadow: 0 3px 1px #f4a61e; */
  padding: 07px 0;
}

.topbar_content {
  display: flex;
  width: 1366px;
  margin: auto;
  font-size: 0.9em;
  justify-content: space-between;
  padding: 0 20px 0 20px;
}

.topbar_socialMedia i {
  margin-right: 5px;
}

.topbar_contact i {
  margin: 0 5px 0 20px;
  font-size: 0.8em;
}

.topbar_socialMedia i:hover {
  color: #f4a61e;
  cursor: pointer;
}

@media (max-width: 768px) {
  .topbar_socialMedia {
    display: none;
  }

  .topbar_content {
    justify-content: center;
  }
}

.main_navbar {
  display: flex;
  max-width: 1366px;
  margin: auto;
  align-items: center;
  justify-content: space-between;
  padding: 18px 20px 18px 20px;
  /* border-bottom: 1px solid #dfdfdf; */
}

.logo {
  width: 160px;
}

.main_navbar ul {
  list-style-type: none;
  display: flex;
}

.menu {
  display: flex;
  align-items: center;
}

.main_navbar ul li {
  margin: 0 6px 0 6px;
  font-weight: 400;
  font-size: 0.9rem;
}

.main_navbar ul li a {
  text-decoration: none;
  color: #000;
}

.main_navbar ul li:hover a {
  color: #f4a61e;
}

.main_navbar ul li:hover {
  color: #f4a61e;
  cursor: pointer;
}

.main_navbar button {
  width: 130px;
  height: 35px;
  border-radius: 17px;
  border: none;
  background-color: #f4a61e;
  background-color: var(--primary-green);
  color: white;
  margin-left: 30px;
}

.navbar_toggle {
  display: none;
  cursor: pointer;
}
.nav-get-touch a {
  text-decoration: none;
  color: white;
}

.navbar_close {
  display: none;
}
.mobile_logo_div {
  display: none;
}

.mobile_logo_div p {
  font-size: 0.9rem;
  color: #ffff;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .navbar_toggle {
    display: block;
    font-size: 1.5em;
  }

  .mobile_logo_div {
    display: block;
  }

  /* .menu {
        display: none;
    } */
}
.nav-logo {
  font-size: 1.2rem;
  color: #161616;
  text-transform: uppercase;
}

.hero_content h2 {
  font-size: 1.2em;
  margin-bottom: 10px;
}

.hero_content h1 {
  font-size: 3em;
  margin-bottom: 10px;
}

.hero_button {
  width: 130px;
  height: 40px;
  border-radius: 20px;
  border: none;
  background-color: var(--primary-green);
  color: white;
  margin-top: 20px;
}

.hero_button:hover {
  background-color: #fff;
  transition: all 0.3s ease-in;
}

.hero_button:hover a {
  background-color: #fff;
  transition: all 0.3s ease-in;
  color: #161616;
}

/* Hero Slider */
.swiper {
  width: 100%;
  max-width: 100%;
  height: 700px;
  margin: auto;

  overflow: hidden;
}

.swiper-slide {
  position: relative;
}

.swiper-slide img {
  width: 100%;

  height: 90vh;
  object-fit: cover;
  object-position: center;
  min-height: 700px;
}

.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 90vh;
  min-height: 700px;
  width: 100%;
  /* background: rgba(14, 14, 14, 0.767); */
  /* background: rgba(0, 0, 0, 0.644); */
  background: linear-gradient(
    to right,
    rgba(0, 29, 29, 0.829),
    rgba(0, 0, 0, 0.692)
  );

  z-index: 1;
}

.slide-wrapper {
  width: 100%;
  height: 700px;
  background-color: #000;
  z-index: 1000;
}

.swiper-text-wrapper {
  width: 700px;
  position: absolute;
  top: 200px;
  left: 15%;
  z-index: 99;
  color: #ffff;
}

.hero-subtitle {
  font-weight: 400 !important;
  font-size: 17px;
  margin-bottom: 0.5rem;
}

.hero-title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.hero-desc {
  font-size: 0.95rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.hero_button a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.slider-button-wrap {
  position: absolute;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;

  justify-content: flex-start;
  width: 50px;
  right: 10%;
  top: 50%;
  z-index: 99;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: var(--primary-green) !important;
  transition: all 0.3s ease-in;
}

.swiper-button-prev:hover i,
.swiper-button-next:hover i {
  color: #fff !important;
}

.swiper-button-prev,
.swiper-button-next {
  position: relative !important;
  width: 50px;
  height: 28px !important;
  padding: 0 !important;
  background-color: #fff !important;
  border-radius: 50%;
  padding: 0.4rem;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.slider-button-wrap .swiper-button-prev {
  /* position: relative !important; */
}

.swiper-button-next {
  position: absolute !important;
  top: 50px !important;
  left: 10px !important;
}

.swiper-pagination {
  display: none;
}

.call-to-action-wrap {
  position: absolute;
  top: 250px;
  z-index: 299;
}

.icon-wrap {
  padding: 0.8rem;
  background-color: var(--primary-green);
  margin-bottom: 0.5rem;
  border-radius: 0.2rem;
}
.icon-wrap:hover {
  background-color: #f4a61e;
}

.icon-wrap i {
  color: #fff;
  font-size: 1.4rem;
}

.icon-wrap.whatsapp {
  background-color: #fff;
}

.icon-wrap.whatsapp i {
  color: #083b53;
}

.footer {
  width: 100%;
  /* background-image: url("../images/footer_bg.jpeg"); */
  background-image: linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.808)),
    url("../images/footer_bg.jpeg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: white;
  display: flex;
  flex-wrap: wrap;
}
.footer-logo {
  font-size: 1.3rem !important;
  color: #fff;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.footer_content {
  padding: 60px 20px 30px 20px;
  display: flex;
  max-width: 1366px;
  margin: auto;
  gap: 4rem;
}

.footer-content {
  display: grid;
}

.footer_content p {
  font-size: 0.9rem;
  font-weight: 300;
  line-height: 1.3;
}

.footer_content div {
  flex: 1;
}

@media (max-width: 768px) {
  .footer_content {
    padding: 40px 10px 30px 10px;
    display: block;
    max-width: 1366px;
    margin: auto;
  }

  .footer_content div {
    width: 100%;
  }
}

.footer_logo {
  filter: brightness(0) invert(1);
  width: 200px;
  margin-bottom: 20px;
}

.footer_social {
  margin-top: 30px;
}

.footer_social i {
  margin: 0 10px 0 0;
  border: solid rgba(255, 255, 255, 0.322) 1px;
  padding: 7px;
  border-radius: 17.5px;
  font-size: 13px;
}

.footer_social a {
  color: white;
}

.footer_social i:hover {
  background-color: rgb(50, 50, 50);

  cursor: pointer;
  background-color: var(--primary-green);
  color: #000;
}

.footer_column_02 {
  text-align: center;
}

.footer_column_02 h2 {
  text-align: left;
  font-size: 1.05rem;
  font-weight: 400;
}

.footer_column_02 ul {
  text-align: left;
}

.footer_column_02 ul {
  list-style: none;
  padding: 0;
}

.footer_column_02 ul li {
  margin-bottom: 10px;
  font-size: 0.85rem;
  font-weight: 300;
}

.footer_column_02 ul li:hover {
  color: #f4a61e;
  cursor: pointer;
}

.footer_column_03 h2,
.footer_column_04 h2 {
  text-align: left;
  font-size: 1.05rem;
  font-weight: 400;
  margin-bottom: 10px;
}

.footer_column_03 h3,
.footer_column_04 h3 {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 1.05rem;
}

.footer_column_03 p,
.footer_column_04 p {
  margin-bottom: 10px;
}
.footer_column_03 ul {
  list-style: none;
  padding: 0;
}
.footer_column_03 ul li {
  font-size: 0.85rem;
  margin-bottom: 10px;
  font-weight: 300;
}
.service-link-wrapper {
  display: flex;
  gap: 2rem;
}

.footer_column_01 {
  margin-bottom: 30px;
}
.mobile-footer-service-link {
  display: none;
}

.copyright {
  background-color: #008181;
  color: grey;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright p {
  font-size: 0.8rem;
  color: #c9c9c9;
  font-weight: 300;
}
@media (max-width: 1280px) {
  .service-link-wrapper .second-list {
    display: none;
  }
  .mobile-footer-service-link {
    display: block;
  }
  .mobile-footer-service-link:hover a {
    color: #f4a61e;
  }
}

@media (max-width: 768px) {
  .footer_content {
    padding-left: 30px;
    padding-right: 0px;
  }

  .footer_column_02 {
    text-align: left;
    margin-bottom: 30px;
  }

  .footer_column_03 h2,
  .footer_column_04 h2 {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .footer_column_03 p,
  .footer_column_04 p {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .footer_column_03 h3,
  .footer_column_04 h3 {
    margin-bottom: 10px;
    padding-left: 0px;
  }

  .copyright {
    font-size: 0.8em;
  }
}

.logo_bar {
  width: 100%;
  padding: 1.6rem 1rem;
  /* background: url("../images/client-logo-bg.jpg"); */
  position: relative;
}

/* Overlay after the logo_bar background */
/* .logo_bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 212, 212, 0.884);
  pointer-events: none;
  z-index: 10;
} */

.client_logo_bar {
  max-width: 1920px;
  margin: auto;
  height: 70px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 50 !important;
}

.verify-logo {
  width: 45px;
}

.client_logo_bar_description {
  background-color: #083b53;
  color: white;
  height: 70px;
  font-size: 20px;
  width: 240px;
  align-items: center;
  display: flex;
  padding-left: 10px;
  border-radius: 0.3rem;
  display: flex;
  gap: 0.5rem;
}

.client_logo_bar_description p {
  font-size: 0.95rem;
}

/* logo scroll bar css */

.scroll-wrapper {
  overflow: hidden;
  width: 100%;
  margin-top: -1px;
}

.scroll-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 50s linear infinite;
  width: 100%;
}

.scroll-track img {
  height: 30px;

  margin: 20px 20px;
  object-fit: contain;
  /* filter: brightness(0); */
}

/* Animation */
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.content {
  max-width: 1366px;
  margin: auto;
}

.whyChooseUs {
  margin-top: 60px;
  margin-bottom: 100px;
}

.SubHeading {
  text-align: center;
  color: var(--primary-green);
  font-size: 18px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}

.mainHeading {
  text-align: center;
  font-size: 32px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #272727;
}

.cards {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.card {
  flex: 1 1 31%;
  text-align: center;
}

@media (max-width: 768px) {
  .cards {
    display: block;
  }

  .card {
    margin-bottom: 30px;
    padding: 10px;
  }
}

.card_image {
  width: 240px;
  height: 240px;
  border-radius: 150px;
  padding: 15px;
  margin-bottom: 20px;
  border: dashed 2px var(--primary-green);
  object-fit: cover;
}

.description_heading {
  text-align: center;
  font-size: 20px;
  line-height: 31px;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  color: #161616;
}

.description {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  font-style: normal;
  font-family: "Rubik", sans-serif;
  font-weight: 300;
  margin-top: 0.5rem;
}

.whatWeDo {
  background-image: url("../images/services_bg.png");
  background-color: rgba(242, 243, 247, 0.4);
  padding: 80px 0 80px 0;
}

.serviceheading {
  box-shadow: -10px -1px 1px -2px #f4a61e;
  padding-left: 10px;
  margin-left: 10px;
  margin-top: 10px;
}

.serviceCards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  padding: 30px 0 30px 0;
}

.serviceCard {
  background-color: #083b53;
  padding: 20px 10px 20px 10px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #fff;
  border-bottom: 5px solid #f4a61e;
  border-right: 3px solid #f4a61e;
  border-radius: 0.2rem;
}

.seeAllButton {
  border: none;

  padding: 10px;
  min-width: 120px;
  border-radius: 20px;
  background-color: var(--primary-green);
  font-weight: 500;
  color: #fff;
  font-weight: 500;
  margin-top: 2rem !important;
}
.seeAllButton a {
  color: #fff;
  text-decoration: none;
}

.seeAllButton:hover {
  cursor: pointer;
  background-color: #083b53;
  transition: all 0.3s ease-in;
}

@media (max-width: 1366px) {
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hideInMobileVersion {
    display: none;
  }
}

.AboutUs {
  margin-bottom: 100px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.aboutUs_Image {
  max-width: 600px;
  margin-top: -50px;
  z-index: -1;
  margin-left: 50px;
}

/* About Us CSS Details */

.experience-section {
  position: relative;
  padding: 10px;
  display: flex;
  justify-content: center;
}

.image-stack {
  position: relative;
  width: 450px;
  max-width: 90%;
}

.bg-image {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.overlay-card {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 300px;
  border-radius: 20px;
  border: #ffffff solid 1px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.overlay-image {
  width: 100%;
  height: auto;
  display: block;
}

.experience-text {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.514);
  color: white;
  width: 100%;
  height: 100%;
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dotted-circle {
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 120px;
  height: 120px;
  background-image: radial-gradient(black 1px, transparent 1px);
  background-size: 10px 10px;
  border-radius: 50%;
  opacity: 0.2;
  z-index: -1;
}

.AboutUs_content {
  margin-bottom: 50px;
}

.section_01 {
  background-image: url("../images/about_us.jpeg");
  background-color: rgb(250, 250, 250);
  padding-top: 100px;
  padding-bottom: 10px;
}

/* Faq section styles */
.faq-section {
  padding: 1.75rem 1.3rem 3rem;
  background-color: #f9f9f9;
}

.faq-wrap {
  max-width: 800px;
  margin: 3rem auto 0;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-weight: 600;
  background: #fff;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #e4e4e4;
  border-radius: 0.3rem;
  margin-bottom: 0.5rem;
}

.faq-question span {
  color: #032a3b;
}

.faq-question:hover {
  background: #f0f0f0;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: max-height 0.3s ease-out;
}

.faq-answer-content {
  padding: 1rem;
}

.faq-answer p {
  padding: 0 15px 15px;
  margin: 0;
  color: #444;
  font-size: 0.9rem;
}

.faq-question .icon {
  transition: transform 0.3s ease;
  color: #032a3b;
}

.faq-question.active .icon {
  transform: rotate(180deg);
}

/* Mobile phones latest arrival section */
#products, #trending-products {
  padding: 2rem 1rem 4rem;
}
.product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-top: 30px;
  height: auto;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px;
  max-width: 270px;
  /* flex: 1; */
  transition: transform 0.3s ease;
  border: 1px solid #27272717;
  overflow: hidden;
  cursor: pointer;
}

/* .product-card:hover {
  transform: translateY(-5px);
} */
.product-card:hover img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.product-image {
  width: 100%;
  height: 300px;
  border-radius: 8px;
  object-fit: cover;
}

.product-title {
  font-size: 0.88rem;
  font-weight: 00;
  

  margin: 20px 0 20px;
  color: #3d3d3d;
}

.product-price {
  font-size: 0.85rem;
  color: #00a6a6;
  font-weight: 400;
  margin-bottom: 1.2rem;
  /* font-weight: bold; */
}
.product-card-img-wrap {
  overflow: hidden;
  border-radius: 8px;
}

.buy-btn {
  width: 100%;
  background-color: #00a6a6;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 500;
  font-size: 0.8rem;
  transition: background-color 0.3s;
}

.buy-btn:hover {
  background-color: #008080;
}

.more-product-btn-wrap {
  display: flex;
  justify-content: center;
}

/* Contact us stlyes */
#contact-us {
  padding: 4rem 2rem;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: auto;
}

.section-content-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  /* padding: 2rem; */
  margin-top: 4rem;
  border: 1px solid #16161628;
  border-radius: 0.7rem;
}

.section-subtitle {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.section-left-wrap {
  /* border: 1px solid red; */
  padding: 3rem;
}
.section-right-wrap {
  /* border: 1px solid red; */
  display: flex;
  justify-content: flex-end;
}
.section-left-wrap p {
  font-size: 0.9rem;
  color: #161616;
}

.contact-item {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  align-items: center;
}

.contact-item span {
  width: 40px;
  height: 40px;
  background-color: var(--primary-green);
  color: #fff;
  border-radius: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-item span i {
  font-size: 1.3rem;
}

.map-wrap {
  width: 100%;
  max-width: 600px;
  height: 100%;
  min-height: 300px;
  border: 1px solid #ccc;
}
.section-content-wrap {
  /* border: 1px solid red; */
}

/* About Us Page Styles */
.cover-wrapper {
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.438) 70%,
      rgba(0, 0, 0, 0.521) 100%
    ),
    url("../images/cleaning-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  background-position: center;
}

.cover-content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  font-size: 1.3rem;
}

.overlay-card-about {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 300px;
  height: 250px;
  border-radius: 20px;
  border: #ffffff solid 1px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.overlay-image {
  width: 100%;
  height: auto;
  display: block;
}

.experience-text-about {
  position: absolute;
  top: 0;
  left: 0;

  color: white;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.experience-text-about img {
  width: 50px;
  margin-bottom: 0.5rem;
}

.experience-text-about .number {
  font-size: 2.4rem;
  font-weight: 500;
}

.experience-text-about p {
  font-size: 0.9rem;
  font-weight: 300;
}

.image-stack-about {
  background:
        /* linear-gradient(rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.808)), */ url("../images/cover_1.webp");
  position: relative;
  width: 400px;
  height: 320px;
  /* max-width: 90%; */

  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.secondary-image {
  position: absolute;
  bottom: -70px;
  right: -30px;
  width: 200px;
  height: 230px;
  background: linear-gradient(rgba(0, 0, 0, 0.89), rgba(0, 0, 0, 0.808)),
    url("../images/service 01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  border: 8px solid #fff;
}

.about-us-content-side {
  padding: 0 2rem 0;
}

#about-mission {
  background-color: rgba(216, 216, 218, 0.4);
  background: linear-gradient(
      rgba(231, 231, 231, 0.815),
      rgba(231, 231, 231, 0.753)
    ),
    url("../images/cleaning-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding: 4rem 2rem;
}

.mission-container {
  display: flex;
  justify-content: center;
  gap: 2rem;
  max-width: 1366px;
  margin: auto;
  flex-wrap: wrap;
  flex-direction: column;
}

.mission-item {
  background-color: #fff;
  padding: 2rem;
  width: 100%;
  max-width: 90%;
  margin: auto;
  border-radius: 0.2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.misson-icon-wrap span {
  background-color: #083b53;
  border-radius: 0.2rem;
  padding: 0.4rem;
}

.misson-icon-wrap span i {
  color: #fff;
  font-size: 1.5rem;
  color: #f4a61e;
}

.misson-icon-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 1rem;
}

.mission-item p {
  font-size: 0.8rem;
  color: #333333;
}
.core-values {
  margin-top: 1.5rem;
  padding: 0 0 0 1.05rem;
}
.core-values li {
  font-size: 0.88rem;
  color: #333333;
  margin-bottom: 0.5rem;
}

/* Services page styles */
.service-page-cover {
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.438) 70%,
      rgba(0, 0, 0, 0.521) 100%
    ),
    url("../images/services-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  background-position: top;
}
.services-page-subhead {
  color: #032a3b;
  font-weight: 500;
  margin: 1.5rem 0 1.5rem 0;
}
.services-page-desc {
  color: #161616;
  font-size: 0.95rem;
}
.servicepage-card-wrapper {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.servicepage-card-item {
  border-top: 1px solid #44444436;
  border-left: 1px solid #44444436;
  border-right: 4px solid #09435c;
  border-bottom: 5px solid #073b52;
  padding: 1.5rem;
}
.servicepage-card-title {
  font-size: 1.05rem;
  color: #032a3b;
  font-weight: 500;
}
.servicepage-card-item p {
  font-size: 0.88rem;
  color: #2e2e2e;
  margin-top: 1rem;
}
.contact-page-cover {
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.664) 70%,
      rgba(0, 0, 0, 0.719) 100%
    ),
    url("../images/contact-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  background-position: center;
}

/* ==== Single product Page ========= */
.single-product-bg {
  background-color: #f2f2f2;
  padding: 2rem 1rem;
}
.product-container {
  max-width: 1280px;
  margin: auto;
  padding: 30px;
  height: auto;
}
.breadcum-wrap p {
  font-size: 0.88rem;
  color: #5e5e5e;
}
.breadcum-wrap .active {
  color: var(--primary-green);
}

.single-product-wrapper {
  max-width: 1280px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 4rem 2rem;
  height: auto;
  margin-top: 2rem;
}

.single-product-image {
  /* width: 50%; */
  height: auto;
  display: flex;
  justify-content: center;
  /* flex: 1 1 50%; */
  flex: 1;
  /* border: 1px solid red; */
}

.single-product-image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  height: 500px;
  object-fit: cover;
}

.product-details {
  width: 100%;
  /* max-width: 400px; */
  flex:1;
  /* flex: 1 1 400px; */
}
.product-section-title {
  font-size: 0.95rem;
  color: #585858;
  font-weight: 600;
  margin-bottom: 0.7rem;
}

.single-product-title {
  font-size: 1.8rem;
  margin-bottom: 20px;
  color: #333;
}

.single-product-price {
  font-size: 1.3rem;
  color: var(--primary-green);
  margin-bottom: 30px;
}

.product-description {
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #333;
}

/* .buy-btn {
  background-color: #00a6a6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s;
} */

.buy-btn:hover {
  background-color: #008080;
}


.spec-item {
  font-size: 0.88rem;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  font-weight: 400;
  color: #585858;
}

.spec-item span {
  font-weight: 500;
  color: #000;
  font-size: 0.9rem;
}

/* ====== All Products Page styles ====*/
.products-page-cover {
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.767) 70%,
      rgba(0, 0, 0, 0.733) 100%
    ),
    url("../images/products-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 250px;
  background-position: center;
}

@media (max-width: 768px) {
  .single-product-wrapper  {
    flex-direction: column;
    /* padding: 20px; */
  }

  .single-product-image {
    justify-content: flex-start;
  }

}

/* Media queries */
@media (max-width: 1024px) {
  .swiper-text-wrapper {
    width: 500px;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .whatWeDo {
    padding: 40px 0 40px 0;
  }
}

@media (max-width: 767px) {
  .swiper-text-wrapper {
    width: 85%;
    left: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-subtitle {
    text-align: center;
  }

  .hero-title {
    text-align: center;
    font-size: 1.8rem;
  }

  .hero-desc {
    text-align: center;
  }

  .hero-btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .call-to-action-wrap {
    top: unset;
    bottom: 70px;
  }

  .slider-button-wrap {
    display: none !important;
  }

  .section-content-wrap {
    grid-template-columns: repeat(1, 1fr);
  }

  #contact-us {
    padding: 2rem 1rem;
  }

  .about-us-content-side {
    margin-top: 3rem;
  }

  .cover-content-wrapper h1 {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .topbar_contact i {
    margin: 0 5px 0 5px;
  }
  .servicepage-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .menu {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    background: white;
    flex-direction: column;
    padding: 1rem 1.5rem;
    top: 0;
    z-index: 99;
    transform: translateX(-100%);
    overflow: hidden;
    background: rgba(3, 39, 56, 0.788);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease-in-out;
    width: 0;
  }

  .menu.active {
    width: 100%;
    display: flex;
    transition: all 0.4s ease-in-out;
    transform: translateX(0);
    overflow-x: hidden;
  }

  .menu ul {
    flex-direction: column;
    gap: 1rem;
  }

  .menu ul a {
    color: #fff;
  }

  .menu button {
    margin-top: 1rem;
    width: 100px;
  }
  .menu button:hover {
    background-color: #083b53;
    transition: all 0.2s ease-in;
    border: 1px solid #ffffff3b;
  }
  .menu button a {
    text-decoration: none;
    color: #fff;
  }

  .navbar_toggle {
    display: block;
  }

  .main_navbar button {
    margin-left: 0;
  }

  .menu ul {
    padding: 0;
  }

  .menu {
    align-items: flex-start;
    padding: 3rem 2rem;
  }

  .main_navbar ul li a {
    color: #fff;
  }

  .mobile_logo_div img {
    width: 130px;
    margin-bottom: 2rem;
    filter: brightness(0) invert(1);
  }

  .mobile_menu_wrap {
    width: 100%;
    position: relative;
  }

  .navbar_close {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    border: 1px solid #f4a61e54;
    border-radius: 50%;
    padding: 0.3rem 0.45rem;
  }
  .navbar_close:hover {
    background-color: #f4a61e;
  }
  .navbar_close:hover i {
    color: #032a3b;
  }

  .navbar_close i {
    color: #f4a61e;
    font-size: 1.2rem;
  }
  .mission-item {
    max-width: 100%;
  }
  .single-product-bg {
    padding: 2rem 0;
  }
  .single-product-image img {
    height: 400px;
  }
  .single-product-title {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480) {
  .menu {
    width: 70%;
  }
}
