:root {
  --green: #24c58f;
  --blue: #28b8e8;
  --dark: #23384f;
  --text: #6b7a8a;
  --soft: #f3fbf8;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(0, 0, 0, 0.09);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--dark);
  overflow-x: hidden;
  background: #fff;
}

a {
  transition: 0.3s;
}

p {
  color: var(--text);
  font-size: 16px;
  line-height: 1.8;
}

/* Top Bar */

.info-top {
  background: var(--dark);
  color: #fff;
  font-size: 14px;
  padding: 10px 0;
}

.info-top i {
  color: var(--green);
  margin-right: 7px;
}

/* Header */

.main-header {
  background: #fff;
  position: sticky;
  top: 0;
  padding: 0 30px;
  z-index: 999;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
}

.header-wrap {
  min-height: 94px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 13px;
  color: var(--dark);
  text-decoration: none;
}

.logo-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 26px;
  animation: logoGlow 1.6s infinite alternate;
}

.logo strong {
  display: block;
  font-size: 29px;
  line-height: 1;
  font-weight: 900;
}

.logo small {
  display: block;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 24px;
}

.nav-links a {
  color: var(--dark);
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.nav-links .active {
  color: #24c58f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 800;
}

.nav-links a:hover {
  color: var(--green);
}

.quote-btn{
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-weight: 900;
  display: inline-block;
  box-shadow: 0 12px 28px rgba(36, 197, 143, 0.32);
}


.main-btn {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 40px;
  font-weight: 900;
  display: inline-block;
  box-shadow: 0 12px 28px rgba(36, 197, 143, 0.32);
}

.quote-btn:hover,
.main-btn:hover {
  color: #fff;
  transform: translateY(-4px);
}



.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(228, 227, 227, 0.466);
}

.hero-text {
  position: relative;
  z-index: 5;
  text-align: center;
  max-width: 920px;
  /* margin: auto; */
  padding-top: 30px;
}

.hero-text p {
  display: block;
  color: var(--white);
  font-family: Georgia, serif;
  font-size: 44px;
  margin-bottom: 6px;
  text-align: left;
}

.hero-text h1 {
  color: var(--white);
  font-size: 78px;
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 34px;
  text-align: left;
}

/* Water Circles */

.water-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(36, 197, 143, 0.14);
  border: 2px solid rgba(40, 184, 232, 0.23);
  z-index: 2;
  animation: waterFloat 6s ease-in-out infinite;
}

.water-circle::before,
.water-circle::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(40, 184, 232, 0.22);
}

.water-circle::before {
  inset: 12px;
}

.water-circle::after {
  inset: 25px;
}

.wc-1 {
  width: 130px;
  height: 130px;
  top: 135px;
  left: 85px;
}

.wc-2 {
  width: 78px;
  height: 78px;
  bottom: 140px;
  left: 28%;
  animation-delay: 1s;
}

.wc-3 {
  width: 165px;
  height: 165px;
  top: 150px;
  right: 90px;
  animation-delay: 2s;
}

/* Services Shine */

.shine-section {
  padding: 100px 0 105px;
  background: #fff;
}

.shine-section h2,
.how-section h2,
.faq-section h2,
.coupon-section h2,
.contact-section h2 {
  font-size: 46px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 10px;
}

.space{
  margin: 40px 0;
}

.shine-item {
  text-align: center;
  padding: 10px 10px 25px;
  transition: 0.35s;
}

.shine-item:hover {
  transform: translateY(-12px);
}

.shine-icon {
  width: 175px;
  height: 175px;
  border-radius: 50%;
  background: var(--soft);
  display: grid;
  place-items: center;
  color: var(--green);
  font-size: 58px;
  margin: 0 auto 25px;
  border: 11px solid #fff;
  box-shadow: 0 15px 35px rgba(36, 197, 143, 0.18);
  position: relative;
  transition: 0.35s;
}

.shine-icon::before {
  content: "";
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  border: 2px dashed rgba(40, 184, 232, 0.42);
  animation: spin 13s linear infinite;
}

.shine-icon::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  right: 7px;
  top: 10px;
  border-radius: 50%;
  background: rgba(40, 184, 232, 0.15);
}

.shine-item:hover .shine-icon {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.shine-item h4 {
  font-size: 22px;
  font-weight: 900;
  color: var(--dark);
  line-height: 1.35;
}

/* Image + Text Sections */

.image-text-section {
  padding: 105px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.image-text-section.soft {
  background: var(--soft);
}

.mini-title {
  color: var(--green);
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}

.image-text-section h2 {
  font-size: 43px;
  font-weight: 900;
  line-height: 1.15;
  color: var(--dark);
  margin-bottom: 24px;
}

.circle-images {
  position: relative;
  min-height: 535px;
  max-width: 545px;
}

.circle-images.right {
  margin-left: auto;
}

.water-bg {
  position: absolute;
  width: 470px;
  height: 470px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 25% 30%, rgba(255, 255, 255, 0.45), transparent 17%),
    radial-gradient(circle at 70% 70%, rgba(255, 255, 255, 0.28), transparent 18%),
    linear-gradient(135deg, rgba(36, 197, 143, 0.18), rgba(40, 184, 232, 0.18));
  left: 25px;
  top: 30px;
  animation: waterFloat 5.5s ease-in-out infinite;
}

.water-bg::before {
  content: "";
  position: absolute;
  inset: 27px;
  border-radius: 50%;
  border: 2px solid rgba(40, 184, 232, 0.2);
}

.water-bg::after {
  content: "";
  position: absolute;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: rgba(36, 197, 143, 0.18);
  right: 15px;
  top: 55px;
}

.main-circle-img {
  width: 430px;
  height: 430px;
  object-fit: cover;
  border-radius: 50%;
  border: 14px solid #fff;
  box-shadow: var(--shadow);
  position: absolute;
  left: 20px;
  top: 45px;
  z-index: 2;
}

.text-bubble {
  width: 165px;
  height: 165px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 16px 35px rgba(36, 197, 143, 0.35);
  position: absolute;
  right: 15px;
  bottom: 45px;
  z-index: 4;
  animation: softPulse 2.5s infinite ease-in-out;
}

.text-bubble::before {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  border: 2px dashed rgba(40, 184, 232, 0.45);
}

.check-list {
  padding: 0;
  margin: 25px 0;
  list-style: none;
}

.check-list li {
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 13px;
  padding-left: 32px;
  position: relative;
}

.check-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
  position: absolute;
  left: 0;
  top: 2px;
}

/* How It Works */

.how-section {
  padding: 100px 0;
  background: #fff;
}

.section-desc {
  max-width: 650px;
  margin: 12px auto 0;
}

.step-box {
  background: #fff;
  border-radius: 32px;
  padding: 42px 28px;
  height: 100%;
  box-shadow: var(--shadow);
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}

.step-box:hover {
  transform: translateY(-12px);
}

.step-box::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  right: -35px;
  top: -35px;
  border-radius: 50%;
  background: rgba(36, 197, 143, 0.12);
}

.step-box span {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 34px;
  font-weight: 900;
  margin: 0 auto 24px;
}

.step-box h4 {
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 12px;
}

/* FAQ */

.faq-section {
  padding: 100px 0;
  background: #fff;
}

.accordion {
  max-width: 950px;
  margin: auto;
}

.accordion-item {
  border: 0;
  border-radius: 22px !important;
  overflow: hidden;
  margin-bottom: 18px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.accordion-button {
  padding: 22px 26px;
  font-weight: 900;
  color: var(--dark);
  box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
}

.accordion-body {
  color: var(--text);
  line-height: 1.85;
  padding: 25px 28px;
}

/* Coupons */

.coupon-section {
  padding: 100px 0;
  background: var(--soft);
}

.coupon-card {
  background: #fff;
  border-radius: 34px;
  padding: 44px 35px;
  box-shadow: var(--shadow);
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.35s;
}

.coupon-card:hover {
  transform: translateY(-10px);
}

.coupon-card::before,
.coupon-card::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 42px;
  height: 42px;
  background: var(--soft);
  border-radius: 50%;
  transform: translateY(-50%);
}

.coupon-card::before {
  left: -21px;
}

.coupon-card::after {
  right: -21px;
}

.coupon-card h3 {
  font-size: 46px;
  color: var(--green);
  font-weight: 900;
}

.coupon-card span {
  font-weight: 400;
  font-size: 25px;
  color: var(--dark);
}

.coupon-card a {
  display: inline-block;
  margin-top: 12px;
  color: #fff;
  background: var(--dark);
  padding: 11px 25px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 900;
}

.coupon-card a:hover {
  background: var(--green);
}

/* Contact */

.contact-section {
  padding: 100px 0;
  background:
    linear-gradient(rgba(35, 56, 79, 0.82), rgba(35, 56, 79, 0.82)),
    url("../img/back-footer.webp");
  background-size: cover;
  background-position: center;
  color: #fff;
}

.contact-section h5 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-align: left;
}

.contact-section a {
  color: #fff;
  text-decoration: none;
}

.contact-section p {
  color: rgba(255, 255, 255, 0.88);
  max-width: 560px;
  text-align: left;
}

/* Footer */

footer {
  background: var(--dark);
  color: #fff;
  text-align: center;
  padding: 28px 0;
}

footer p {
  color: #fff;
  margin: 0;
}

/* Animations */

@keyframes logoGlow {
  from {
    box-shadow: 0 0 10px rgba(36, 197, 143, 0.55);
  }

  to {
    box-shadow: 0 0 38px rgba(40, 184, 232, 0.95);
  }
}

@keyframes waterFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-18px) scale(1.03);
  }
}

@keyframes softPulse {
  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Responsive */

@media (max-width: 1199px) {
  .nav-links {
    gap: 15px;
  }

  .nav-links a {
    font-size: 14px;
  }

  .hero-text h1 {
    font-size: 64px;
  }
}

@media (max-width: 991px) {
.main-btn {
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 40px;
  font-size: 25px;
  font-weight: 900;
  display: inline-block;
  box-shadow: 0 12px 28px rgba(36, 197, 143, 0.32);
}

.quote-btn:hover,
.main-btn:hover {
  color: #fff;
  transform: translateY(-4px);
}

  .nav-links,
  .quote-btn {
    display: none;
  }

  .header-wrap {
    min-height: 82px;
  }

  .hero-main {
    min-height: 610px;
  }

  .hero-text h1 {
    font-size: 47px;
  }

  .hero-text span {
    font-size: 34px;
  }

  .shine-section h2,
  .how-section h2,
  .faq-section h2,
  .coupon-section h2,
  .contact-section h2,
  .image-text-section h2 {
    font-size: 34px;
  }

  .circle-images,
  .circle-images.right {
    min-height: 420px;
    max-width: 420px;
    margin: auto;
  }

  .water-bg {
    width: 360px;
    height: 360px;
    left: 20px;
  }

  .main-circle-img {
    width: 325px;
    height: 325px;
    left: 25px;
  }

  .text-bubble {
    width: 135px;
    height: 135px;
    right: 0;
    bottom: 35px;
    font-size: 14px;
  }

  .image-text-section {
    padding: 80px 0;
  }
}

@media (max-width: 575px) {
  .info-top {
    text-align: center;
  }

  .logo-circle {
    width: 54px;
    height: 54px;
    font-size: 22px;
  }

  .logo strong {
    font-size: 23px;
  }

  .logo small {
    font-size: 10px;
  }

  .hero-main {
    min-height: 540px;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-text span {
    font-size: 28px;
  }

  .main-btn {
    padding: 12px 24px;
  }

  .wc-1,
  .wc-2,
  .wc-3 {
    opacity: 0.45;
  }

  .shine-icon {
    width: 145px;
    height: 145px;
    font-size: 46px;
  }

  .image-text-section,
  .shine-section,
  .how-section,
  .faq-section,
  .coupon-section,
  .contact-section {
    padding: 70px 0;
  }

  .circle-images,
  .circle-images.right {
    min-height: 350px;
    max-width: 330px;
  }

  .water-bg {
    width: 300px;
    height: 300px;
    left: 0;
    top: 25px;
  }

  .main-circle-img {
    width: 280px;
    height: 280px;
    left: 5px;
    top: 42px;
    border-width: 10px;
  }

  .text-bubble {
    width: 115px;
    height: 115px;
    right: 0;
    bottom: 10px;
    font-size: 12px;
  }

  .coupon-card h3 {
    font-size: 36px;
  }
}

/* Plain text section */

.plain-text-section {
  padding: 100px 0;
  background: var(--soft);
  position: relative;
  overflow: hidden;
}

.plain-text-section::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(36, 197, 143, 0.12);
  left: -80px;
  top: 60px;
}

.plain-text-section::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px dashed rgba(40, 184, 232, 0.25);
  right: 90px;
  bottom: 60px;
}

.plain-box {
  background: #fff;
  border-radius: 38px;
  padding: 60px;
  box-shadow: var(--shadow);
  position: relative;
  z-index: 2;
}

/* Background text section */

.background-text-section {
  padding: 115px 0;
  background:
    url("../img/back-carpet.webp")
    center / cover no-repeat;
  position: relative;
}

.background-text-section2 {
  padding: 115px 0;
  background:
    url("../img/back-rug.webp")
    center / cover no-repeat;
  position: relative;
}

.background-text-section3 {
  padding: 115px 0;
  background:
    url("../img/back-upholstery.webp")
    center / cover no-repeat;
  position: relative;
}

.background-text-section4 {
  padding: 115px 0;
  background:
    url("../img/back-tile.webp")
    center / cover no-repeat;
  position: relative;
}

.background-text-section5 {
  padding: 115px 0;
  background:
    url("../img/back-duct.webp")
    center / cover no-repeat;
  position: relative;
}

.background-text-section6 {
  padding: 115px 0;
  background:
    url("../img/back-dryer.webp")
    center / cover no-repeat;
  position: relative;
}


.bg-overlay {
  position: absolute;
  inset: 0;
  background: rgba(35, 56, 79, 0.74);
}

.bg-text-box {
  position: relative;
  z-index: 2;
  max-width: 80%;
  margin: auto;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  border-radius: 38px;
  padding: 55px;
  color: #fff;
}

.bg-text-box h2,
.bg-text-box p {
  color: #fff;
}

.mini-title.light {
  color: #8df1c9;
}

/* Tech feature */

.tech-feature-section {
  padding: 105px 0;
  background: #fff;
}

.tech-photo-card {
  height: 100%;
  min-height: 520px;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.tech-photo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-water {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  right: -50px;
  top: 35px;
  background: rgba(36, 197, 143, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.42);
}

.photo-badge {
  position: absolute;
  left: -15px;
  bottom: 35px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 900;
  line-height: 1.25;
  box-shadow: 0 15px 35px rgba(0,0,0,.22);
  
}

.tech-content-card {
  background: var(--soft);
  border-radius: 42px;
  padding: 48px;
  height: 100%;
}

.mini-service {
  background: #fff;
  border-radius: 22px;
  padding: 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  height: 100%;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.mini-service i {
  width: 42px;
  height: 42px;
  min-width: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  display: grid;
  place-items: center;
}

.mini-service span {
  color: var(--dark);
  font-weight: 700;
  line-height: 1.55;
}

/* Maintenance */

.maintenance-section {
  padding: 105px 0;
  background: var(--soft);
}

.rounded-frame {
  border-radius: 60px 60px 180px 60px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
}

.rounded-frame::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(36, 197, 143, 0.18);
  right: -45px;
  bottom: -45px;
}

.rounded-frame img {
  width: 100%;
  height: 520px;
  object-fit: cover;
}

.maintenance-text {
  background: #fff;
  border-radius: 38px;
  padding: 48px;
  box-shadow: var(--shadow);
}

/* Premium Coupons */

.premium-coupons {
  padding: 110px 0;
  background: linear-gradient(180deg, #ffffff 0%, var(--soft) 100%);
  position: relative;
  overflow: hidden;
}

.coupon-water {
  position: absolute;
  border-radius: 50%;
  background: rgba(36, 197, 143, 0.13);
  border: 2px solid rgba(40, 184, 232, 0.2);
}

.cw-1 {
  width: 210px;
  height: 210px;
  left: -70px;
  top: 80px;
}

.cw-2 {
  width: 160px;
  height: 160px;
  right: 60px;
  bottom: 70px;
}

.premium-coupon-card {
  background: #fff;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: var(--shadow);
  position: relative;
  transition: 0.35s;
  height: 100%;
}

.premium-coupon-card:hover {
  transform: translateY(-12px);
}

.premium-coupon-card::before,
.premium-coupon-card::after {
  content: "";
  position: absolute;
  top: 42%;
  width: 42px;
  height: 42px;
  background: var(--soft);
  border-radius: 50%;
  z-index: 5;
}

.premium-coupon-card::before {
  left: -21px;
}

.premium-coupon-card::after {
  right: -21px;
}

.coupon-top {
  background: var(--dark);
  color: #fff;
  text-align: center;
  padding: 34px 20px 38px;
  position: relative;
}

.featured .coupon-top {
  background: linear-gradient(135deg, var(--green), var(--blue));
}

.coupon-top span {
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.coupon-top h3 {
  font-size: 66px;
  font-weight: 900;
  line-height: 1;
  margin: 10px 0 2px;
}

.coupon-top small {
  font-weight: 900;
  font-size: 20px;
}

.coupon-body {
  padding: 34px 28px;
  text-align: center;
}

.coupon-body span {
  color: var(--dark);
  font-weight: 900;
  margin-bottom: 12px;
}

.coupon-body a {
  display: inline-block;
  margin-top: 10px;
  padding: 11px 26px;
  border-radius: 35px;
  background: linear-gradient(135deg, var(--green), var(--blue));
  color: #fff;
  text-decoration: none;
  font-weight: 900;
}

/* New responsive additions */

@media (max-width: 991px) {
  .plain-box,
  .bg-text-box,
  .tech-content-card,
  .maintenance-text {
    padding: 34px;
  }

  .tech-photo-card {
    min-height: 420px;
  }

  .rounded-frame img {
    height: 420px;
  }
}

@media (max-width: 575px) {
  .plain-box,
  .bg-text-box,
  .tech-content-card,
  .maintenance-text {
    padding: 26px;
    border-radius: 28px;
  }

  .tech-photo-card {
    min-height: 350px;
    border-radius: 30px;
  }

  .photo-badge {
    width: 115px;
    height: 115px;
    font-size: 13px;
  }

  .rounded-frame {
    border-radius: 35px 35px 120px 35px;
  }

  .rounded-frame img {
    height: 340px;
  }

  .coupon-top h3 {
    font-size: 50px;
  }
}


/* logo */
.logo-img{
  position:relative;
  display:inline-block;
  overflow:visible;
}

.logo-img img{
  width:220px;
  display:block;
}

/* النجمة الطبيعية */
.logo-glint{
  position:absolute;
  top:10%;
  right:8%;
  width:18px;
  height:18px;
  pointer-events:none;
  opacity:0;
  transform:scale(.2) rotate(0deg);
  animation:glintPop 3.2s ease-in-out infinite;
}

.logo-glint::before,
.logo-glint::after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  background:#fff;
  border-radius:999px;
  transform:translate(-50%,-50%);
  box-shadow:
    0 0 6px #fff,
    0 0 12px #7eeaff,
    0 0 18px #25c58f;
}

.logo-glint::before{
  width:3px;
  height:18px;
}

.logo-glint::after{
  width:18px;
  height:3px;
}

/* لمعان بسيط يعدي على اللوجو */
.logo-img::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(
    110deg,
    transparent 30%,
    rgba(255,255,255,.55) 48%,
    transparent 62%
  );
  transform:translateX(-140%);
  animation:logoSweep 4s ease-in-out infinite;
  pointer-events:none;
  mix-blend-mode:screen;
}

@keyframes glintPop{
  0%, 62%, 100%{
    opacity:0;
    transform:scale(.2) rotate(0deg);
  }

  68%{
    opacity:1;
    transform:scale(1) rotate(20deg);
  }

  74%{
    opacity:.85;
    transform:scale(.72) rotate(45deg);
  }

  80%{
    opacity:0;
    transform:scale(.25) rotate(70deg);
  }
}

@keyframes logoSweep{
  0%, 55%, 100%{
    transform:translateX(-140%);
    opacity:0;
  }

  65%{
    opacity:.8;
  }

  82%{
    transform:translateX(140%);
    opacity:0;
  }
}

/* form */
.CUS{
    padding:0;
}

.CUS .form-row{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.CUS .form-row p{
    flex:1;
    margin:0;
}

.CUS label{
    display:block;
    font-size:14px;
    margin-bottom:6px;
    color:#666;
    font-weight:500;
}

.CUS input,
.CUS select,
.CUS textarea{
    width:100%;
    padding:10px 20px;
    border:1px solid #24c58f;
    border-radius:15px;
    background:#fff;
    font-size:15px;
    color:#222;
    transition:.3s ease;
    box-sizing:border-box;
    margin: 2px;
}

.CUS textarea{
    min-height:140px;
    resize:none;
}

.CUS input::placeholder,
.CUS textarea::placeholder{
    color:#a0a0a0;
    
}

.CUS input:focus,
.CUS select:focus,
.CUS textarea:focus{
    border-color:#1e88e5;
    box-shadow:0 10px 25px rgba(30,136,229,.12);
    outline:none;
    transform:translateY(-2px);
}

.CUS .submit{
    background:#1e88e5;
    color:#fff;
    border:none;
    border-radius:15px;
    padding:16px 35px;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.CUS .submit:hover{
    background:#1565c0;
    transform:translateY(-2px);
}

form.CUS,
.CUS fieldset{
    border:none;
    padding:0;
}

@media(max-width:500px){
    .CUS .form-row{
        flex-direction:column;
    }
}

.map{
  width: 650px;
  height: 520px;
}

/* coupons */
.coupon-card {
  position: relative;
  border: 2px dashed #28b8e8;
  border-radius: 12px;
  padding: 25px;
  background: #fff;
}

.coupon-card::before,
.coupon-card::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: #f8f9fa;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
}

.coupon-card::before {
  left: -12px;
}

.coupon-card::after {
  right: -12px;
}


/* nav */
.menu-toggle{
    display:none;
    font-size:30px;
    cursor:pointer;
}

@media (max-width:991px){

    .menu-toggle{
        display:block;
    }

    .nav-links{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#fff;
        flex-direction:column;
        padding:5px;
        box-shadow:0 5px 10px rgba(0,0,0,.15);
    }

    .nav-links.active{
        display:flex;
    }

    .nav-links a{
        padding:12px 0;
        border-bottom:1px solid #eee;
    }

    .quote-btn{
        display:none;
    }
}

.hero-main {
  position: relative;
  min-height: 720px;
  background: url("../img/carpet-cleaning.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.stain {
  position: relative;
  min-height: 720px;
  background: url("../img/carpet-stain-removal.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.location {
  position: relative;
  min-height: 720px;
  background: url("../img/hero.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.vent {
  position: relative;
  min-height: 720px;
  background: url("../img/vent.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.dryer {
  position: relative;
  min-height: 720px;
  background: url("../img/dryer.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.duct {
  position: relative;
  min-height: 720px;
  background: url("../img/air-duct.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}


.tile {
  position: relative;
  min-height: 720px;
  background: url("../img/tile.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.rug {
  position: relative;
  min-height: 720px;
  background: url("../img/rug-cleaning.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}


.upholestry {
  position: relative;
  min-height: 720px;
  background: url("../img/upholstery-cleaning.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}


.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 38, 58, 0.88),
    rgba(0, 94, 130, 0.55),
    rgba(0, 0, 0, 0.25)
  );
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.hero-text {
  max-width: 650px;
  color: #fff;
}

.hero-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 10px 18px;
  border-radius: 50px;
  font-size: 15px;
  margin-bottom: 20px;
}

.hero-text h1 {
  font-size: 62px;
  line-height: 1.1;
  font-weight: 800;
  margin-bottom: 20px;
}

.hero-text p {
  font-size: 19px;
  line-height: 1.7;
  max-width: 580px;
  margin-bottom: 28px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}



.hero-features {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.hero-features div {
  background: rgba(255, 255, 255, 0.14);
  padding: 10px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
}

.hero-features i {
  color: #24c58f;
}

.hero-card {
  width: 320px;
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,.25);
  position: relative;
  z-index: 2;
}

.hero-card .rating {
  color: #ffb703;
  font-size: 20px;
  margin-bottom: 10px;
}

.hero-card h3 {
  font-size: 28px;
  font-weight: 800;
  color: #003049;
}

.hero-card p {
  color: #555;
  margin: 12px 0 20px;
}

.hero-card a {
  display: inline-block;
  background: #0077b6;
  color: #fff;
  padding: 12px 20px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 991px) {
  .hero-main {
    min-height: auto;
    padding: 110px 0 70px;
  }

  .hero-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-text h1 {
    font-size: 42px;
  }

  .hero-card {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .hero-text h1 {
    font-size: 34px;
  }

  .hero-text p {
    font-size: 16px;
  }

  .main-btn,
  .outline-btn {
    width: 100%;
    justify-content: center;
  }
}




@keyframes machineFloat {
  0%, 100% {
    transform: translateY(0) rotate(-2deg);
  }

  50% {
    transform: translateY(-16px) rotate(1deg);
  }
}

@keyframes steamMove {
  0% {
    transform: translateY(15px) scale(.8);
    opacity: 0;
  }

  40% {
    opacity: .8;
  }

  100% {
    transform: translateY(-55px) scale(1.25);
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .hero-machine {
    width: 100%;
    height: 320px;
    margin-top: 20px;
  }

  .hero-machine img {
    width: 420px;
    right: -35px;
    bottom: -20px;
  }
}

@media (max-width: 575px) {
  .hero-machine {
    height: 260px;
  }

  .hero-machine img {
    width: 340px;
    right: -45px;
  }

  .steam {
    width: 60px;
    height: 60px;
  }
}


.hero-circles {
    position: absolute;
    top: -150px;
    right: -320px;   
    width: 1200px;
    height: 1200px;
    overflow: hidden;
    z-index: -1;
}

.circle {
    position: absolute;
    border-radius: 50%;
}

.blue {
    width: 1000px;
    height: 1000px;
    background: rgba(79, 172, 254, 0.233);
    top: -180px;
    right: -250px;   
}

.white {
    width: 800px;
    height: 800px;
    background: rgba(255, 255, 255, 0.144);
    top: -60px;
    right: -120px;  
}


.back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 55px;
    height: 55px;
    border: none;
    border-radius: 50%;
    background: linear-gradient(135deg, #24c58f, #28b8e8);
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 25px rgba(36, 197, 143, 0.35);
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.8);
    transition: all .35s ease;
    z-index: 9999;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.back-to-top:hover {
    transform: translateY(-6px) scale(1.08);
    box-shadow: 0 12px 30px rgba(40, 184, 232, 0.45);
}

.back-to-top:active {
    transform: scale(0.95);
}


.back-to-top::before {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 2px solid rgba(40, 184, 232, 0.35);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .8;
    }
    70% {
        transform: scale(1.4);
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}


/* locations */
.service-areas{
 
    background: var(--light);
}

.area-card{
    background:#fff;
    padding:25px 15px;
    text-align:center;
    border-radius:12px;
    height:100%;
    transition:.3s;
    box-shadow:0 10px 25px rgba(0,0,0,.05);
}

.area-card:hover{
    transform:translateY(-5px);
}



.area-card i{
    font-size:32px;
    color: var(--orange);
    margin-bottom:12px;
    display:block;
}

.area-card h3{
    margin:0;
    font-size:18px;
}

.area-card h2{
    margin:auto;
    font-size:18px;
}

.logos-slider {
  overflow: hidden;
  width: 100%;
}

.logos-track {
  display: flex;
  align-items: center;
  gap: 60px;
  width: max-content;
  animation: scrollLogos 25s linear infinite;
}

.logos-track img {
  width: 120px;
  flex-shrink: 0;
}

@keyframes scrollLogos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}