:root {
  --primary-blue: #1AA7FF;
  --text-dark: #000000;
  --text-light: #555555;
}
@font-face {
	font-family: "Fustat";
	src: url("../fonts/Fustat-Variable.ttf") format("truetype");

}
@font-face {
	font-family: "Inter";
	src: url("../fonts/Inter-Variable.ttf") format("truetype");

}
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 160px 20px 120px;
  text-align: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.hero-heading {
  font-family: 'Fustat', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 60px;
  color: var(--text-dark);
  max-width: 900px;
  margin: 0 auto 20px;
}

.hero-subtext {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-light);
  max-width: 700px;
  margin: 0 auto;
}

.hero-subtext span {
  font-weight: 400;
  color: var(--primary-blue);
}

.cards-image img {
  max-width: 650px;
  height: auto;
}

.btn-primary {
  border: 2px solid var(--primary-blue);
  color: var(--primary-blue);
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  background-color: #fff;
}

.btn-primary:hover {
 background-color: var(--primary-blue);
  color: #fff;
}

.btn-outline-primary {
 


   background-color: var(--primary-blue);
     border: 2px solid var(--primary-blue);
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
 

  background-color: #fff;
  color: var(--primary-blue);
}

@media (max-width: 991px) {
  .hero-heading {
    font-size: 40px;
    line-height: 50px;
  }

  .cards-image img {
    max-width: 500px;
  }
}

@media (max-width: 768px) {
  .hero-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .hero-subtext {
    font-size: 16px;
  }

  .cards-image img {
    /* max-width: 350px; */
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .hero-section {
    /* padding: 100px 15px 70px; */
    padding: 40px 15px 70px;
  }

  .hero-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .btn-primary,
  .btn-outline-primary {
    width: 100%;
    text-align: center;
  }
}







.cleancard-christmas-banner {
  position: relative;
  min-height: 420px;
  margin: 60px 40px;
}


.cleancard-christmas-banner > img {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1;
}


.cleancard-christmas-banner .container {
  position: relative;
  z-index: 3;
  color: #000;
}

.cleancard-christmas-banner h2 {
  
  font-size: 29px;
  font-weight: 700 !important;
  line-height: 1.3;
  color: #000;
}


.cleancard-christmas-banner p {

  font-size: 16px;
  font-weight: 400;
  color: #525252 !important;
  max-width: 520px;
}


.cleancard-christmas-banner .btn-warning {
  background: linear-gradient(180deg, #FFEB38 0%, #FFC738 100%);
  color: #000;
  border: none;
  transition: all 0.3s ease;
}

.cleancard-christmas-banner .btn-warning:hover {
  background: linear-gradient(180deg, #FFC738 0%, #FFEB38 100%);
  color: #000;
}

.cleancard-christmas-banner .btn-outline-dark {
  border: 2px solid #000;
  color: #000;
  transition: all 0.3s ease;
}

.cleancard-christmas-banner .btn-outline-dark:hover {
  background: #000;
  color: #fff;
}


.cleancard-christmas-banner .col-md-4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -80px;
}

.cleancard-christmas-banner .container {
  padding-bottom: 0 !important;
}
.santa-img {
  max-width: 100%;
  object-fit: contain;
  /* margin-bottom: 0; */
}


@media (max-width: 768px) {
  .cleancard-christmas-banner {
    min-height: 800px;
  }

  .cleancard-christmas-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -45%);
    text-align: center !important;
  }

  .cleancard-christmas-banner h2 {
    font-size: 1.5rem;
  }

  .cleancard-christmas-banner p {
    font-size: 0.95rem;
    margin: 0 auto 1rem;
  }

  .cleancard-christmas-banner .d-flex {
    justify-content: center !important;
  }

  .santa-img {
    width: 80%;
    margin-top: 1rem;
  }
}




   /* MOBILE SECTION BASE STYLING */
.cleancard-christmas-banner-mobile {
  position: relative;
  text-align: center;
  margin: 30px 15px;
}

.cleancard-christmas-banner-mobile > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.cleancard-christmas-banner-mobile .container {
  position: relative;
  z-index: 3;
  color: #000;
}

.cleancard-christmas-banner-mobile h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #000;
  line-height: 1.3;
}

.cleancard-christmas-banner-mobile p {
  font-size: 1rem;
  color: #525252;
  max-width: 500px;
  margin: 0 auto 1.2rem;
}

/* BUTTONS */
.cleancard-christmas-banner-mobile .btn-warning {
  background: linear-gradient(180deg, #FFEB38 0%, #FFC738 100%);
  color: #000;
  border: none;
  transition: all 0.3s ease;
}

.cleancard-christmas-banner-mobile .btn-warning:hover {
  background: linear-gradient(180deg, #FFC738 0%, #FFEB38 100%);
}

.cleancard-christmas-banner-mobile .btn-outline-dark {
  border: 2px solid #000;
  color: #000;
  transition: all 0.3s ease;
}

.cleancard-christmas-banner-mobile .btn-outline-dark:hover {
  background: #000;
  color: #fff;
}

/* SANTA IMAGE MOBILE */
.mobile-santa {
  width: 75%;
  max-width: 280px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

/* HIDE DESKTOP VERSION ON MOBILE & VICE VERSA */
@media (min-width: 769px) {
  .cleancard-christmas-banner-mobile {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .cleancard-christmas-banner {
    display: none !important;
  }
}


:root {
  --text-dark: #000;
  --text-light: #555;
  --primary-blue: #1AA7FF;
  --package-bg: #f4ebff;
  --gift-bg: #ffe9f0;
  --package-btn: #8a48ff;
  --gift-btn: #fe2d6d;
}

.buy-clean-card {
  padding: 100px 20px;
  background: #fff;
}

.section-heading {
  /* font-family: 'Fustat', sans-serif; */
  font-weight: 700;
  font-size: 38px;
  color: var(--text-dark);
  margin-bottom: 15px;
}

.section-subtext {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 18px;
  color: var(--text-light);
  max-width: 720px;
  margin: 0 auto;
}

.link-blue {
  color: var(--primary-blue);
  font-weight: 500;
  text-decoration: none;
}

.link-blue:hover {
  text-decoration: underline;
}

.card-box {
  border-radius: 10px;
  text-align: left;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
}

.package-card {
  background: var(--package-bg);
  z-index: 2;
}

.gift-card {
  background: var(--gift-bg);
  z-index: 2;
}

.card-title {
  font-family: 'Fustat', sans-serif;
  font-weight: 700;
  font-size: 22px;
  background: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 4px;
  color: var(--text-dark);
  margin: 20px 0 15px;
}

.card-points {
  list-style: disc;
  padding-left: 50px !important;
  padding: 15px;
}

.card-points li {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  margin-bottom: 10px;
}

.card-image-1 {
  /* position: absolute; */
  /* right: -60px; */
  /* height: 140px; */
  width: auto;
  z-index: 2;
}

.card-image-2 {
  position: absolute;
  /* right: -60px; */
  /* height: 140px; */
  width: auto;
  z-index: 2;
}

.package-image {
  top: 90px;
}

.gift-image {
  bottom: 90px;
}

.btn-package,
.btn-gift {
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 0;
  padding: 14px 0;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  transition: 0.3s ease;
}

.btn-package {
  background: var(--package-btn);
}

.btn-package:hover {
  background: #702be3;
}

.btn-gift {
  background: var(--gift-btn);
}

.btn-gift:hover {
  background: #d31957;
}

/* Responsive */
@media (max-width: 991px) {
  .card-image {
    right: -30px;
    height: 120px;
  }
}

@media (max-width: 768px) {
  .section-heading {
    font-size: 30px;
  }

  .section-subtext {
    font-size: 16px;
  }

  .card-box {
    text-align: center;
  }

  .card-points {
    text-align: left;
  }

  .card-image {
    position: static;
    margin: 10px auto;
    display: block;
    height: 130px;
  }
}

@media (max-width: 576px) {
  .buy-clean-card {
    padding: 80px 15px;
  }

  .section-heading {
    font-size: 26px;
  }

  .card-points li {
    font-size: 14px;
  }

  .btn-package,
  .btn-gift {
    width: 100%;
  }
}

/* FLOATING CARD EFFECT */
.floating-card {
  position: absolute;
  width: 160px;
  z-index: 5;
  filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.15));
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* PACKAGE CARD — floats behind, top-right half out */
.package-floating {
  top: 0px;
  right: -50px;
  transform: rotate(0deg);
  z-index: 1;
}

/* GIFT CARD — floats forward, bottom-left slightly out */
.gift-floating {
  bottom: 90px;
  left: -50px;
  transform: rotate(0deg);
  z-index: 0;
}



.buy-clean-card .row>[class*="col-"] {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

@media (max-width: 768px) {
  .buy-clean-card .row>[class*="col-"] {
    margin: 0;
    /* remove extra margin on mobile */
  }
}



/* RESPONSIVE FIXES */
@media (max-width: 991px) {
  .floating-card {
    width: 130px;
  }

  .package-floating {
    top: -30px;
    right: -40px;
  }

  .gift-floating {
    bottom: -40px;
    left: -40px;
  }
}

@media (max-width: 768px) {
  .floating-card {
    position: static;
    margin: 20px auto;
    display: block;
    transform: rotate(0) !important;
  }

  .package-floating,
  .gift-floating {
    display: none !important;
  }
}






.key-features {
  position: relative;
  padding: 120px 20px 100px;
  background: #fff;
}


.big-heading {
  font-family: 'Fustat', sans-serif;
  font-weight: 800;
  font-size: 110px;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  z-index: 0;


  background: linear-gradient(to bottom, #bfbfbf 40%, #f2f2f2 80%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



.card-wrapper {
  position: relative;
  text-align: center;
  margin-bottom: 120px;
  z-index: 2;
}

.main-card {
  max-width: 340px;
  border-radius: 12px;
  z-index: 3;
  position: relative;
}


.connector-center {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 2px;
  height: 90px;
  background-image: linear-gradient(to bottom, #d8d8d8 33%, transparent 0%);
  background-size: 2px 16px;
  background-repeat: repeat-y;
  transform: translateX(-50%);
  opacity: 0.5;
}


.connector-horizontal {
  position: absolute;
  top: calc(100% + 90px);
  left: 50%;
  width: 720px;
  height: 2px;
  background-image: linear-gradient(to right, #d8d8d8 33%, transparent 0%);
  background-size: 16px 2px;
  background-repeat: repeat-x;
  transform: translateX(-50%);
  opacity: 0.5;
}



.feature-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
}


.feature-box .icon {
  position: absolute;
  top: 0;
  left: 0;

  width: 110px;
  height: 110px;
  border-bottom-right-radius: 80px;

  border-bottom-left-radius: 0;
  /* reset */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 22px;
}

/* Keep rest same */
.feature-box {
  position: relative;
  border-radius: 12px;
  padding: 40px 40px 30px;
  height: 100%;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  text-align: left;
  transition: 0.3s ease;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.feature-box .content {
  width: 100%;
  text-align: start;
  padding: 0 10px;
  margin-top: 15px;
}

.feature-box .icon img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

/* .discount-icons {
  object-fit: cover !important;
  width: 40px !important;
  height: 40px !important;
} */

/* Box content */
.feature-box h4 {
  /* font-family: 'Fustat', sans-serif; */
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-top: 60px;
  margin-bottom: 10px;
  /* text-align: center; */
}

.feature-box p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin: 0;
  max-width: 90%;
}

/* Colors */
.feature-box.blue {
  background: #eaf3ff;
}

.feature-box.red {
  background: #ffefef;
}

.feature-box.green {
  background: #e9fff1;
}

.feature-box.purple {
  background: #f6eaff;
}

.feature-box.yellow {
  background: #fff7e5;
}

.feature-box.violet {
  background: #efeaff;
}

.feature-box.blue .icon {
  background: #1aa7ff;
}

.feature-box.red .icon {
  background: #fe5f55;
}

.feature-box.green .icon {
  background: #28c27c;
}

.feature-box.purple .icon {
  background: #a55cff;
}

.feature-box.yellow .icon {
  background: #f9b62e;
  color: #000;
}

.feature-box.violet .icon {
  background: #7856ff;
}

/* Dotted vertical lines below top boxes */
.feature-box:nth-child(-n+3)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  width: 2px;
  height: 40px;
  background-image: linear-gradient(to bottom, #d8d8d8 33%, transparent 0%);
  background-size: 2px 16px;
  background-repeat: repeat-y;
  transform: translateX(-50%);
  opacity: 0.5;
}

/* Responsive */
@media (max-width: 1200px) {
  .connector-horizontal {
    width: 600px;
  }
}

@media (max-width: 992px) {
  .big-heading {
    font-size: 80px;
    margin-bottom: 30px;
  }

  .main-card {
    max-width: 300px;
  }

  .connector-horizontal {
    display: none;
  }

  .connector-center {
    height: 70px;
  }
}

@media (max-width: 768px) {
  .big-heading {
    font-size: 60px;
    margin-bottom: 20px;
  }

  .connector-center {
    display: none;
  }

  .feature-box {
    text-align: center;
    padding: 30px 20px;
  }

  /* KEEP COLORED CORNER EVEN ON MOBILE */
  .feature-box .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    border-bottom-right-radius: 65px;
    border-bottom-left-radius: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-box .icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
  }

  .feature-box h4 {
    margin-top: 70px;
    font-size: 17px;
  }

  .feature-box p {

    max-width: 100%;
  }
}


@media (max-width: 576px) {
  .big-heading {
    font-size: 42px;
    margin-bottom: 10px;
  }

  .key-features {
    padding: 80px 15px;
  }
}






.clean-card-works {
  background: #fff;
  padding: 100px 20px;
}

.clean-card-works h2 {
  /* font-family: 'Fustat', sans-serif; */
  font-weight: 700;
  font-size: 38px;
  color: #000;
}

.clean-card-works .subtitle {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  color: #555;
  font-weight: 300;
  margin-top: 5px;
}

.girl-image {
  max-width: 380px;
  border-radius: 8px;
}


/* Steps container */
.steps-wrapper {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Single Step */
.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
}

.step:last-child {
  margin-bottom: 0;
}



.number-box {
  width: 60px;
  height: 60px;
  border-radius: 16px;
  border: 2px solid #1AA7FF;
  color: #1AA7FF;
  font-weight: 700;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-shrink: 0;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05); */
  margin-right: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0px 4px 4px 0px #00000040;

}

/* Active box */
.number-box.active {
  background: linear-gradient(180deg, #1AA7FF 0%, #0077FF 100%);
  color: #fff;
  border: none;
}

/* Content */
.step .content h5 {
  /* font-family: 'Fustat', sans-serif; */
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin-bottom: 6px;
}

.step .content p {
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: #606060;
  /* line-height: 100%; */
  margin: 0;
  font-weight: 300;
}

/* Connector Line */
.connector {
  position: relative;
  width: 1px;
  height: 50px;
  background-color: #1AA7FF;

  border-radius: 2px;
  margin-left: 29px;
  margin-bottom: 10px;
}

.connector::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background-color: #1AA7FF;
  border-radius: 50%;
}


/* Responsive */
@media (max-width: 768px) {
  .steps-wrapper {
    align-items: center;
  }

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

  .number-box {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .connector {
    margin: 0 auto;
    height: 30px;
    /* display: none; */

  }
}

@media (max-width: 576px) {
  .clean-card-steps {
    padding: 70px 15px;
  }

  .number-box {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }
}







.clean-card-hero {
  background-image: url('<?php echo base_url("assets/images/new-home/clean-card-bg.webp"); ?>');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 20px;
  position: relative;
  color: #000;
  overflow: hidden;
}

/* Overlay (optional for readability) */
/*
.clean-card-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
*/

.clean-card-hero .container {
  position: relative;
  z-index: 2;
}

/* LEFT CONTENT */
.hero-heading {
  font-family: 'Fustat', sans-serif;
  font-weight: 800;
  font-size: 50px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 25px;
}

.hero-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 18px;
}

.cta-btn {
  display: inline-block;
  background: #FFD54F;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 30px;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s ease;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
}

.cta-btn:hover {
  background: #FFC107;
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}

/* RIGHT IMAGE */
.hero-card-image {
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0px 10px 20px rgba(0, 0, 0, 0.1));
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-heading {
    font-size: 34px;
  }

  .hero-card-image {
    max-width: 340px;
  }
}

@media (max-width: 768px) {
  .clean-card-hero {
    padding: 80px 15px;
    text-align: center;
  }

  .hero-heading {
    font-size: 30px;
  }

  .hero-text {
    font-size: 15px;
    text-align: left;
  }

  .cta-btn {
    font-size: 15px;
    padding: 12px 25px;
  }

  .hero-card-image {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .hero-heading {
    font-size: 26px;
  }

  .hero-text {
    font-size: 14.5px;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
  }
}
















.clean-section-hero-2 {
  position: relative;
  background: url("../images/new-home/one-hand-bg-image.webp") center/cover no-repeat;
  overflow: hidden;
  padding: 100px 0;
  display: flex;
  align-items: center;
  min-height: 90vh;
}

/* Container */
.clean-hero-container {
  position: relative;
  width: min(1250px, 92%);
  margin: 0 auto;
  z-index: 2;
}

/* Text Content */
.clean-hero-content {
  max-width: 680px;
  position: relative;
  z-index: 3;
}

.clean-hero-title {
  font-weight: 700;
  font-size: clamp(22px, 4vw, 36px);
  color: #fff;
  line-height: 1.2;
  margin-bottom: 20px;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}



.clean-hero-title span {
  color: #0074c2;
}

.clean-hero-text {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* CTA Button */
.clean-hero-btn {
  display: inline-block;
  background: #FFD54F;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.clean-hero-btn:hover {
  background: #fff;
  border: 2px solid #FFD54F;
  color: #FFD54F;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Card Image */
.clean-hero-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(44vw, 540px);
  min-width: 380px;
  object-fit: contain;
  z-index: 1;
  filter: drop-shadow(0 14px 24px rgba(0, 0, 0, 0.25));
  pointer-events: none;
  user-select: none;
}

/* RESPONSIVE STYLING */
@media (max-width: 992px) {
  .clean-section-hero-2 {
    padding: 80px 0;
  }

  .clean-hero-image {
    width: min(50vw, 480px);
    opacity: 0.9;
  }

  .clean-hero-title {
    font-size: 36px;
  }
}

@media (max-width: 768px) {
  .clean-section-hero-2 {
    flex-direction: column;
    text-align: center;
    padding: 60px 15px 200px;
  }

  .clean-hero-content {
    max-width: 100%;
  }

  @media (max-width: 768px) {
    .clean-hero-image {
      display: none !important;
    }
  }

  .clean-hero-btn {
    font-size: 15px;
    padding: 12px 28px;
  }
}

@media (max-width: 480px) {
  .clean-hero-title {
    font-size: 26px;
  }

  .clean-hero-btn {
    width: 100%;
    text-align: center;
  }


}






/* Fix desktop spacing for services slider */
.myServicesSwiper .swiper-wrapper {
    display: flex;
    justify-content: flex-start; /* Align slides to start */
}

.myServicesSwiper .swiper-slide {
    width: calc((100% / 5) - 8px); /* 5 slides in a row with small gap */
    margin-right: 8px;             /* small gap between slides */
}

.myServicesSwiper .swiper-slide:last-child {
    margin-right: 0;               /* no extra space at end */
}


.services-slider {
  background: #fff;
  padding-bottom: 40px;
  
}



.service-item {
  position: relative;
  /* border-radius: 12px; */
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s ease;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

.service-item img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  /* border-radius: 12px; */
  transition: transform 0.4s ease;
}

.service-item:hover img {
  transform: scale(1.05);
}

.service-item .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.service-item h4 {
  font-family: 'Fustat', sans-serif;
  position: absolute;
  bottom: 18px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 38px;
  z-index: 2;
  margin: 0;
}

.service-item p {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
  margin: 0;
}

.service-item-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.swiper {
  width: 100%;
  padding-bottom: 40px;
}

.swiper-pagination-bullet {
  background: #0077ff;
  opacity: 0.3;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 992px) {
  .service-item img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .service-item h4 {
    font-size: 12px;
    /* Adjust this value as needed */
  }
}

@media (max-width: 576px) {
  .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .swiper-slide {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }

  .service-item {
    width: 90%;
    margin: 0 auto;
    border-radius: 14px;
  }

  .service-item img {
    height: 270px;
  }
}