 body{
    overflow-y: none;
    overflow-x: hidden;
 }
 .img-fluid{
  width:70%;
 }
 .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

 }
 .navbar-brand {
      font-weight: bold;
      color: #007bff;
    }

    .nav-link.active {
      color: #007bff !important;
      font-weight: bold;
    }

    .btn-book {
      background-color: #007bff;
      color: white;
    }
     .btn-book:hover {
      border:1px solid  #007bff;
      color: #007bff;
    }

    .btn-phone {
      background-color: #0c1c17;
      color: white;
    }

 .btn-phone:hover {
      border: 1px solid  #0c1c17;
      color: rgb(0, 0, 0);
    }

    @media (max-width: 991.98px) {
      .navbar-collapse {
        background-color: white;
        padding: 1rem;
      }
    }
.nav-item{
 
  font-weight: bold;
}
   .carousel-title {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    margin: 30px 0 10px;
  }

  .carousel-title span {
    color: #007bff;
  }

  .carousel-line {
    width: 100%;
    height: 1px;
    background-color: #007bff;
    margin: 0 auto 30px;
  }

  .carousel-container {
    position: relative;
    overflow: hidden;
    padding: 10px 50px;
  }

  .carousel-track {
    display: flex;
    width: 100%;
  }

  .carousel-item-custom {
    flex: 0 0 33.3333%;
    padding: 0 10px;
    box-sizing: border-box;
    transition: flex 0.3s ease;
  }

  .carousel-item-custom .card {
    border: none;
    border-radius: 10px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    height: 100%;
  }

  .carousel-item-custom img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .carousel-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    width: 40px;
    height: 40px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .carousel-button:hover {
    background: #007bff;
    color:white;
  }

  .carousel-button-left {
    left: 10px;
  }

  .carousel-button-right {
    right: 10px;
  }

  @media (max-width: 768px) {
    .carousel-item-custom {
      flex: 0 0 100% !important;
    }

    .carousel-button {
      width: 30px;
      height: 30px;
      font-size: 0.8rem;
    }
  }

.bg-about {
    position: relative;
    height: 70vh;
    overflow: hidden;
}

.bg-about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(rgba(95, 95, 95, 0.8), rgba(119, 119, 119, 0.8)),
        url('./imgs/housecleaning-service.webp') no-repeat center center;
    background-size: cover;
    background-blend-mode: overlay;
    transform: scaleX(-1); /* Flips the image horizontally */
    z-index: -1;
}
@media (max-width: 991.98px) {
    .bg-about {
    position: relative;
    height: auto !important;
    overflow: hidden;
}
}
.bg-about1{
    background-color: #f1f8ff;
    padding: 20px;
    padding-left: 30px !important;
      clip-path: polygon(0  0%, 100% 0, 100% 100%, 8% 100%);
}
.bg-price{
    background-image: url(./imgs/Background.png);
    height: 60vh;
}
.btn-card-width{
    padding: 10px 40px !important;
}

  .testimonial-section {
      display: flex;
      margin-top: 15%;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      z-index: 100 !important;
    }

    .testimonial-left {
      max-width: 550px;
    }

    .testimonial-left h2 {
      font-weight: 700;
    }

    .testimonial-left p {
      color: gray;
      margin: 15px 0;
    }

    .testimonial-left .nav-buttons {
      display: flex;
      gap: 10px;
    }

    .testimonial-left .nav-buttons button {
      border: 2px solid #007bff;
      background-color: white;
      color: #007bff;
      width: 40px;
      height: 40px;
      border-radius: 8px;
      font-size: 18px;
    }

    .testimonial-left .nav-buttons button.active {
      background-color: #007bff;
      color: white;
    }

    .testimonial-card {
      max-width: 500px;
      border-radius: 15px;
      background: white;
      padding: 20px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      display: flex;
      gap: 20px;
      align-items: center;
      border-right: 6px solid #007bff;
    }

    .testimonial-card img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
    }

    .testimonial-card .stars {
      color: #f8b400;
    }

    .testimonial-card .quote-icon {
      font-size: 30px;
      color: #007bff;
    }

    .testimonial-details {
      flex-grow: 1;
    }

    .testimonial-details h5 {
      margin-bottom: 5px;
      font-weight: 600;
    }

    .testimonial-details p {
      margin: 0;
      font-size: 14px;
    }
@media (max-width:768px) {
     .testimonial-section {
      display: flex;
      margin-top: 80%;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      z-index: 100 !important;
    }
}

@media (max-width:420px) {
     .testimonial-section {
      display: flex;
      margin-top: 100%;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      z-index: 100 !important;
    }
}

@media (max-width:400px) {
     .testimonial-section {
      display: flex;
      margin-top: 115% ;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      z-index: 100 !important;
    }
}


 .footer {
      background-color: #0f1a14;
      color: #fff;
      padding: 50px;
      border-top-left-radius: 80px;
    }

    .footer .logo {
      color: #0d6efd;
      font-weight: 700;
      font-size: 24px;
    }

    .footer p {
      color: #bbb;
      font-size: 14px;
      max-width: 300px;
    }

    .footer h6 {
      font-weight: 600;
      margin-bottom: 15px;
    }

    .footer a {
      color: #bbb;
      text-decoration: none;
      display: block;
      margin-bottom: 8px;
      font-size: 14px;
    }

    .footer a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .footer .form-control {
      border-radius: 5px;
      border: 1px solid #666;
      background: transparent;
      color: #fff;
      font-size: 14px;
    }

    .footer .form-control::placeholder {
      color: #aaa;
    }

    .footer .btn-primary {
      background-color: #0d6efd;
      border: none;
      border-radius: 5px;
      padding: 6px 20px;
      margin-top: 10px;
    }

    .footer hr {
      border-top: 1px solid #444;
      margin: 30px 0 10px;
    }

    .footer .copyright {
      font-size: 13px;
      color: #bbb;
      text-align: center;
    }


@media (max-width:768px) {
  .footer {
      background-color: #0f1a14;
      color: #fff;
      padding: 50px;
      border-top-left-radius: 0px;
    }
}

    /* =========================================about us ================== */

     .tag {
      background-color: #f5f6f8;
      padding: 8px 16px;
      border-radius: 20px;
      font-size: 14px;
      color: #000;
      display: inline-block;
      margin: 5px;
      white-space: nowrap;
       text-decoration: underline;
    }
    .about-heading {
      font-size: 39px;
      font-weight: bold;
    }
    .about-heading .text-primary {
      color: #007bff;
    }
.about-image-width{
  width:100%;
}
.about-image-width2{
  width:70%;
}
.bluecolor{
  color: #007bff;
}
.bold{
  font-weight: bold;
}


    /* =========================================pricelist ================== */
  .custom-card {
     
      border-radius: 6px;
      padding: 20px;
    }
    .custom-heading {
      font-size: 28px;
      font-weight: bold;
    }
    .custom-heading .text-primary {
      color: #007bff;
    }
    .price-btn {
      background-color: #007bff;
      color: white;
      border: none;
      padding: 6px 16px;
      border-radius: 6px;
      font-weight: 500;
    }
    .price-btn:hover {
      background-color: #0056b3;
    }
    .service-item {
      border-bottom: 1px solid #d2cdcd;
      padding: 12px 0;
    }

/* ----------------------------------------contact form */
    input::placeholder,
textarea::placeholder {
  color: #aaa;
}

input:focus,
textarea:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

form i {
  left: 15px;
  font-size: 1rem;
}



.carousel-title-wrapper {
  display: flex;
  justify-content: center;
}

.carousel-title2 {
  font-size: 2.9rem;
  font-weight: bold;
  font-family: 'Courier New', monospace;
  white-space: nowrap;
  overflow: hidden;
  
  width: 16ch;
  min-height: 3.5rem;
  text-align: center;
}

.carousel-title2 .blue {
  color: #0d6efd; /* Blue for "Speedy" */
}

.carousel-title2 .black {
  color: #000; /* Black for "Cleaning" */
}

/* ---------------------hero section */
   .circle-wrap {
  position: relative;
  width: 100%;
  height: 700px;
}

.circle-img {
  border-radius: 50%;
  border: 6px solid #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.25);
  position: absolute;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

/* Larger sizes for desktop */
.img1 { width: 220px; height: 220px; top: 10px; left: 10px; }
.img2 { width: 130px; height: 130px; top: 0px; left: 250px; }
.img3 { width: 180px; height: 180px; top: 180px; left: 20px; }
.img4 { width: 140px; height: 140px; top: 250px; left: 220px; }
.img5 { width: 130px; height: 130px; top: 360px; left: 120px; }
.img6 { width: 320px; height: 280px; top: 250px; left: 400px; }


@media(max-width:1287px){
.img6 { width: 280px; height: 280px; top: 250px; left: 400px; }
}
@media(max-width:1218px){
.img6 { width: 250px; height: 280px; top: 250px; left: 400px; }
}

@media(max-width:1180px){
.img6 { width: 220px; height: 280px; top: 250px; left: 400px; }
}

@media(max-width:1119px){
.img6 { width: 180px; height: 280px; top: 250px; left: 400px; }
}

@media(max-width:1040px){
.img6 { display:none }
}
/* Mobile Responsive */
@media (max-width: 768px) {
  .circle-wrap {
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    padding-bottom: 20px;
  }
  .img6 { display:block }

  .circle-img {
    position: static;
    width: 120px !important;
    height: 120px !important;
  }
  .carousel-title2 {
  font-size:2rem !important;
  font-weight: bold;
  font-family: 'Courier New', monospace;
  white-space: nowrap;
  overflow: hidden;
  
  width: 16ch;
  min-height: 3.5rem;
  text-align: center;
}
}



/* =================================================pricing cards==================== */
   .align {
      text-align: center;
      font-weight: bold;
      font-size: 36px;
      color: #0D6EFD;
      margin-bottom: 40px;
    }

    .card-custom {
      background-color: #ffffff;
      border: 1px solid #dbeafe;
      border-radius: 15px;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
      padding: 30px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card-custom:hover {
      transform: translateY(-10px);
      box-shadow: 0 15px 35px rgba(13, 110, 253, 0.3);
    }

    .card-title {
      color: #0D6EFD;
      font-weight: 700;
      font-size: 24px;
      text-align: center;
      text-decoration: underline;
      margin-bottom: 20px;
    }

    .price {
      font-size: 50px;
      font-weight: bold;
      color: #0D6EFD;
      text-align: center;
    }

    .from-text {
      text-align: center;
      color: #6b7280;
      font-weight: 500;
      margin-top: -10px;
      margin-bottom: 20px;
    }

     .card-custom .btn-book {
      display: block;
      width: 100%;
      text-align: center;
      background-color: #0D6EFD;
      color: #fff;
      border: none;
      padding: 12px;
      font-weight: 600;
      font-size: 16px;
      border-radius: 10px;
      transition: background-color 0.3s ease, box-shadow 0.3s ease;
    }

     .card-custom .btn-book:hover {
      background-color: #0b5ed7;
      box-shadow: 0 0 12px #0D6EFD;
    }

    @media (max-width: 768px) {
      .align {
        font-size: 28px;
        
      }
    }
    