* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.2vw;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  background-color: #fff;
}

.header {
  /* position: fixed; */
  /* top: 0; */
  width: 100%;
  background: #fff;
  z-index: 10000;
  box-shadow: 0 1px 5px rgba(2, 6, 23, 0.6);
  overflow: hidden;
}

/* Navigation Bar  */
.navbar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: space-around;
  padding: 0.8rem 4.5rem;
  overflow: hidden;
  gap: 4rem;
}

.nav-links-2 {
  display: none;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  /* margin: 2rem; */
}

.burger span {
  width: 25px;
  height: 3px;
  background: #333;
  border-radius: 3px;
  transition: all 0.3s ease;
}

.logo {
  width: 150px;
  height: 40px;
}

.search-bar {
  /* flex: 1; */
  margin: 0 2rem;
  width: 20rem;
}

.search-bar input {
  width: 100%;
  height: 2.5rem;
  padding: 1rem;
  background: rgb(255, 255, 255);
  border: none;
  border-radius: 20px;
  backdrop-filter: blur(10px);
  color: #000000;
  box-shadow: 0px 0px 1px 0px #929292;
}

.search-bar input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.nav-links-2 {
  list-style-type: none;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
}

.nav-links {
  display: flex;
  list-style-type: none;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
}

.nav-links-2 li a,
.nav-links li a {
  text-decoration: none;
  color: #333;
  font-size: 1em;
}

.nav-links-2 .nav-links li a:hover {
  text-decoration: none;
  transform: translateY(px) scale(1.1);
  transition: all 0.3s ease;
}

@media (max-width: 1200px) {
  .navbar {
    /* flex-direction: column; */
    align-items: stretch;
    padding: 0.8rem 2.22rem;
    gap: 2rem;
    /* flex-direction: column; */
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo {
    width: 120px;
    height: 40px;
    margin-top: 0.4rem;
  }

  .search-bar {
    margin: 0.8rem 0;
  }

  .nav-links,
  .nav-links-2 {
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    font-size: 1.8em;
    align-items: center;

    /* padding: 0; */
  }
}

.cart-profile-container {
  display: flex;
}

.cart-image {
  width: 100%;
  height: 100%;
  /* display: flex; */
}

.cart-image img {
  width: 35px;
  height: 35px;
}

.profile:hover,
.cart-image:hover {
  transform: translateY(1px) scale(1.1);
  transition: all 0.3s ease;
}

.cart-item {
  position: relative;
  top: -7px;
  left: -31px;
  background-color: red;
  color: white;
  width: 35px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  font-weight: bold;
}

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

@media (max-width: 767px) {
  .navbar {
    /* flex-direction: column; */
    flex: 1;
    align-items: stretch;
    padding: 0.8rem 2.22rem;
    gap: 0.4rem;
    flex-wrap: wrap;
    justify-content: center;
  }

  .logo {
    width: 120px;
    height: 40px;
    margin-top: 0.4rem;
    padding-right: 0.4rem;
  }

  .search-bar {
    margin: 0.8rem 0;
  }

  .nav-links {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    font-size: 3.2em;
    /* padding: 0; */
  }

}

.fa {
  padding-right: 5px;
}

.banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Home Page Banner section*/
.hero-section {
  display: flex;
  justify-content: space-between;
  margin-top: 20vh;
  padding: 0 80px;
}

.leftdiv {
  max-width: 50%;
  max-height: 80%;
  background-color: rgb(255, 255, 255);
  padding: 2vw 3vw 3vw 3vw;
  border-radius: 40px;
  z-index: 2;
  box-shadow: 0 1px 5px rgba(2, 6, 23, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.leftdiv h1 {
  padding-bottom: 2vh;
  font-size: 4vw;
  color: #575757;
}

.leftdiv .highlight {
  color: #ff2626;
  position: relative;
}

.leftdiv p {
  font-size: 1.5vw;
  color: #666;
  margin-bottom: 4vh;
  position: relative;
}

/* Booking Button */
.booking {
  background-color: #f40909;
  color: white;
  font-size: 1.5vw;
  margin: 0;
  padding: 1vh 1vw;
  border-radius: 40px;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
}

/* Right Div contains image */
.rightdiv {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 500px;
  left: 45%;
  top: 140px;
  overflow: hidden;
}

.rightdiv img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/*What are you looking for*/
.grid-and-image-container {
  display: flex;
  justify-content: center;
  gap: 290px;
  width: 100%;
}

.container {
  margin: 60px 0;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.03),
      rgba(255, 255, 255, 0.02));
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 5px rgba(2, 6, 23, 0.6);
  overflow: hidden;
  position: relative;
  width: 30%;
  height: 80vh;
  justify-content: space-between;
}

.grid-hedding {
  position: relative;
  font-size: 20px;
  font-family: sans-serif;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 4fr);
  grid-template-rows: 3fr 3fr 3fr;
  gap: var(--gap);
  justify-content: center;
  align-content: center;
}

.cell {
  background: var(--cell-bg);
  border: 1px solid var(--cell-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  font-weight: 600;
  color: #0b1220;
  aspect-ratio: 1 / 1;
  box-shadow: 0 4px 10px rgba(2, 6, 23, 0.08);
  transition: transform 0.14s ease, box-shadow 0.14s ease;
  user-select: none;
  overflow: hidden;
}

.cell:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.2);
  cursor: pointer;
}

.imgdiv {
  position: relative;
  overflow-x: hidden;
  margin: 60px 0;
}

.imgdiv img {
  width: 40vw;
  height: 80vh;
  display: block;
  position: relative;
  margin-bottom: 15px;
}

.cell1img {
  height: 8vh;
  width: 3vw;
  position: relative;
  display: block;
}

.cell p {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  top: 10px;
  text-align: center;
  font-size: 10px;
}

/*Grid Section end*/

/* Rating & Visitor Section Start */
.rating-customer {
  display: flex;
  gap: 70px;
  position: relative;
  left: 150px;
  max-width: fit-content;
  max-height: fit-content;
}

.rating {
  display: flex;
  gap: 10px;
}

.rating img {
  height: 45px;
  width: 50px;
}

.textblock {
  text-align: left;
  display: inline;
  position: relative;
}

.rating-digit {
  font-size: 20px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
  text-decoration-line: none;
  text-transform: none;
  font-weight: 600;
}

.service-ratings {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

.customersnumber {
  display: flex;
  gap: 10px;
}

.customersnumber img {
  height: 50px;
  width: 50px;
}

.textblock2 {
  text-align: left;
  display: inline;
  position: relative;
  /* left: 20px; */
}

.customer-count {
  font-size: 20px;
  line-height: 28px;
  color: rgba(15, 15, 15, 1);
  text-decoration-line: none;
  text-transform: none;
  font-weight: 600;
}

.customers-globally {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}

/* Rating & Visitor Section Close */

/* Card Section Start*/
.offers {
  width: 100%;
  height: fit-content;
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.card-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 96%;
  overflow: hidden;
}

.arrow-btn {
  position: relative;
  background: #f40909;
  color: #f0f0f0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.arrow-btn1 {
  left: 20px;
}

.arrow-btn2 {
  right: 20px;
}

.cards {
  display: flex;
  gap: 15px;
  flex: 2;
  overflow: hidden;
}

.card {
  flex: 1;
  border: none;
  width: 25%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
}

.cards .card img {
  width: 100%;
  height: 160px;
  object-fit: fill;
}

.card:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: 20px;
}

/* Card Section Close*/

/* Grid 2 start */
.container2 {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 60px 60px;
  gap: 3rem;
}

.salon-spa {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  max-width: 60%;
  max-height: fit-content;
  margin: 25px 25px;
  overflow: hidden;
  padding: 24px 24px 20px 24px;
  user-select: none;
  border: 2px transparent;
  box-shadow: 0 1px 5px rgba(2, 6, 23, 0.6);
  border-radius: 20px;
}

.salon-spa {
  align-content: start;
  /* IMPORTANT */
}



.about-us-head>h2 {
  margin-bottom: 10px;
  font-size: 30px;
}

.filter {
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  top: 8px;
  font-size: 15px;
}

.filter a {
  text-decoration: none;
  color: #555;
  margin-right: 15px;
  font-weight: bold;
}

.filter a {
  cursor: pointer;
  transition: color 0.3s ease;
}

.filter a.active {
  color: #ff2626;
  border-bottom: 2px solid #ff2626;
  padding-bottom: 4px;
}


.product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, 210px);
  gap: 20px;
  justify-content: start;
  /* IMPORTANT */
  grid-column-start: 1;
  grid-column-end: 3;
  margin-bottom: 10px;
}

.product-grid {
  align-content: start;
}

.product-grid {
  justify-content: start;
}

.product-grid:has(.card2:only-child) {
  justify-content: start;
  /* keeps it aligned left like your screenshot */
}


.card2 {
  width: 210px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-top: 15px;
  text-align: center;
  transition: transform 0.2s ease;
  background: #fff;
  display: flex;
  flex-direction: column;
}


.card2:hover {
  transform: scale(1.02);
}

h3 {
  font-size: 15px;
}

.card2 img {
  display: block;
  height: auto;
  mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 50%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

.card2 img {
  width: 100%;
  height: 160px;
  /* FIXED, CONSISTENT HEIGHT */
  object-fit: cover;
  display: block;
}

.card2-back-textblock {
  display: flex;
  width: 40%;
  /* padding: 50px; */
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 140px;
  font-weight: bold;
  color: #575757;
  mask-image: linear-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8));
}

.looks-moods {
  color: #f40909;
}

/* Grid 2 Close*/

/*Advertise Section 1*/
.advertise-container1 {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}

.advertise-container1 img {
  height: 300px;
  width: 90%;
}

/* Card-Section 2 */
.card-section2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 60px 30px 30px 30px;
  overflow: hidden;
}

.most-booked-services {
  position: relative;
  top: -50px;
}

.card-head {
  margin-left: 70px;
  margin-bottom: 30px;
}

.card-head>h2 {
  font-size: 36px;
  font-weight: 600;

  line-height: 44px;
  color: rgb(15, 15, 15);
}

.card-headding {
  display: flex;
  gap: 726px;
  margin-top: 50px;
}

.card-holder {
  display: flex;
  flex-direction: column;
  width: 20%;
  height: 80%;
}

.cards-2 {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex: 2;
  overflow: hidden;
  margin-bottom: 60px;
}

.card-3 {
  display: flex;
  flex-direction: column;
  flex: 1;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background: white;
  max-width: 100%;
  max-height: 100%;
}

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

.card-3:hover {
  transform: scale(1.02);
  transition: transform 0.3s ease;
  cursor: pointer;
  border-radius: 20px;
}

.cardtitle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  margin: 20px 0 20px 0;
  text-align: start;
  height: auto;
}

.p1 {
  font-size: 15px;
}

.p2 {
  display: flex;
  gap: 15px;
  font-size: 14px;
  font-weight: normal;
}

.p2 img {
  width: 15px;
  height: 15px;
}

.imgp2 {
  display: flex;
  gap: 5px;
}

.arrow-btn3 {
  top: 110px;
  left: 30px;
}

.arrow-btn4 {
  top: 110px;
  right: 30px;
}

/* Card-section 2 */

/* Cleaning & pest control*/
.pest-container2 {
  display: flex;
  flex-direction: column;
  margin: 30px 30px 90px 30px;
}

.pest-control {
  display: flex;
  gap: 335px;
  width: 90%;
  margin: 30px 30px 15px 15px;
  overflow: hidden;
  position: relative;
  left: 50px;
  padding: 24px 24px 20px 25px;
  user-select: none;
}

.pest-head {
  width: 70%;
  font-size: 36px;
  font-weight: 600;
}

.product-grid2 {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 10px;
}

.see-all-btn {
  background-color: #ff2626;
  height: 40px;
  width: 60px;
  border: none;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.see-all-btn>a {
  color: white;
  text-decoration: none;
}

.card3 {
  border: 0.2px solid #f0f0f0;
  border-radius: 5px;
  padding-top: 15px;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.3s;
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 250px;
  height: 280px;
  overflow: hidden;
}

.card3:hover {
  transform: scale(1.02);
  border-color: #7c7b7b;
}

.card2 h3 {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  text-align: left;
}

.card3 h3 {
  padding-left: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #555;
  text-align: left;
}

.card3 img {
  display: block;
  max-width: 250px;
  height: auto;
  mask-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 50%);
  mask-repeat: no-repeat;
  mask-size: cover;
}

/* Cleaning & pest control close*/

/* Footer start */
footer {
  background-color: #fcfcfc;
  padding: 40px 80px;
  margin-top: 100px;
  border-top: 1px solid #ddd;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-logo img {
  width: 160px;
  margin-bottom: 20px;
}

.footer-column {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}

.footer-column h4 {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer-column a {
  text-decoration: none;
  color: #333;
  margin-bottom: 10px;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-column a:hover {
  color: #ff0000;
  transform: scale(1.1);
}

.social-links {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  transition: all 0.3s;
}

.social-links img {
  width: 20px;
  height: 20px;
}

.social-links a:hover {
  background: #000;
  color: #fff;
}

.app-links img {
  width: 130px;
  margin-right: 10px;
}

.footer-bottom {
  text-align: center;
  font-size: 13px;
  color: #555;
  margin-top: 30px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

/* Footer end */

/* About us */
.about-us-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
  margin: 7rem 0 5rem 0;
  padding: 0 80px;
  align-items: center;
}

.about-us-head {
  display: flex;
  align-items: center;
  text-align: center;
  max-width: fit-content;
  max-height: fit-content;
  color: rgb(15, 15, 15);
}

.about-us-paragraph {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.about-us-p {
  color: #555;
  font-size: 15px;
  text-align: justify;
}

@media (max-width: 1200px) {
  .about-us-container {
    margin: 20px 0;
    padding: 0 20px;
  }

  .about-us-head h1 {
    font-size: 3.3em;
  }

  @media (max-width: 767px) {
    .about-us-container {
      margin: 20px 0;
      padding: 0 20px;
    }

    .about-us-head h1 {
      font-size: 5em;
    }
  }
}

/* =====================Terms & Conditions/privacy policy=========================== */
.terms-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.leftbar {
  width: 20%;
}

.middlecontainer {
  width: 58%;
  padding: 10vh 0;
}

.terms-under-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}

.termsHeading {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.termsHeading>p {
  font-size: 16px;
  margin-top: 0.5rem;
}

.termSection-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1vh 1vw;
  border-radius: 10px;
  box-shadow: 0px 0px 30px #bebebe;
}

.termsSection>p {
  text-align: justify;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}

.termsSection-para>p {
  text-align: justify;
  font-size: 1em;
  font-size: 1rem;
  line-height: 1.6;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 1rem;
}

.termsSection h3 {
  font-size: 20px;
  margin-bottom: 1rem;
}

.terms-sidebar {
  width: 20%;
  position: sticky;
  border-left: 2px solid #eee;
  padding-left: 0.5vw;
  padding-top: 2vh;
  top: 5px;
  height: fit-content;
}

.terms-sidebar h4 {
  margin-bottom: 10px;
  color: red;
  font-size: 20px;
}

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

.terms-sidebar ul li {
  margin-bottom: 16px;
  padding: 0 1vw;
}

.terms-sidebar ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
  text-decoration: none;
}

.terms-sidebar a {
  text-decoration: none;
  font-size: 13px;
}

.terms-sidebar>a:active {
  text-decoration: none;
  border-left: 2px red;
}

.terms-sidebar ul li a:hover {
  color: red;
  transform: scale(1.1);
}

/* ============================Terms & Conditions/privacy policy ============================ */

/* Product Page CSS Start */
.product-section {
  display: flex;
  /* flex-direction: column; */
  margin: 5rem 8rem;
}

.pro-left-container {
  width: 30%;
  border-right: 2px solid #eee;
  position: sticky;
  top: 100px;
  height: fit-content;
}

.pro-middle-container {
  width: 40%;
  padding: 2vh 2vw;
}

.pro-right-container {
  width: 30%;
  border-left: 2px solid #eee;
  padding-left: 1vw;
  position: sticky;
  top: 5px;
  height: fit-content;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
}

.services-container {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  gap: 1rem;
  margin-top: 2rem;
  border: 1px solid #eee;
  border-radius: 15px;
  padding: 1rem;
}

.service-text-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.break-line {
  width: 60%;
  height: 1px;
  background-color: #ccc;
  /* margin-top: 0.5rem; */
}

.service-text-container p {
  font-size: 15px;
  font-weight: bold;
  color: #555;
}

.product-items {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}

.card-img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

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

.pro-cards {
  width: 30%;
  text-align: center;
}

.pro-cards p {
  margin-top: 0.5rem;
  font-size: 12px;
  color: #000;
}

.pro-cards a {
  text-decoration: none;
}

.service-detail-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.5rem 0rem;
}

.service-detail-img {
  width: 100%;
  overflow: hidden;
  border-radius: 15px;
}

.service-detail-img img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.service-detail-text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.service-detail-text p {
  text-align: justify;
  font-size: 1rem;
  line-height: 1;
  color: #555;
}

.service-detail-text h3 {
  font-size: 1.5rem;
  color: #000;
}

.price-text {
  font-size: 1.5rem;
  font-weight: bold;
  color: #0da32b;
}

.book-now-btn {
  background-color: #ff2626;
  color: white;
  font-size: 1rem;
  margin: 0;
  padding: 1vh 1vw;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
}

.cart-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cart-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 5rem;
  border: 2px solid #eee;
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
}

.cart-section img {
  width: 50px;
  height: 50px;
}

.cart-section p {
  font-size: 1rem;
  color: #555;
}

.offers-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 2px solid #eee;
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
}

.offers-section p {
  font-size: 1rem;
  color: #ff0000;
}

.offers-section h3 {
  font-size: 1rem;
  color: #555;
}

.offers-section img {
  width: 25%;
  height: auto;
}

.offers-detail {
  display: flex;
  /* flex-direction: column; */
  gap: 1rem;
}

.offers-detail li {
  font-size: 1rem;
  color: #555;
}

.quality-container {
  display: flex;
  gap: 1rem;
  border: 2px solid #eee;
  padding: 1rem;
  border-radius: 10px;
  width: 100%;
}

.quality-text {
  font-size: 1rem;
  color: #555;
}

.quality-text h3 {
  margin-bottom: 0.5rem;
}

.quality-text p {
  line-height: 1.5;
  font-size: 1rem;
}

.quality-image {
  width: 30%;
  overflow: hidden;
  border-radius: 10px;
}

.quality-image img {
  width: 100%;
  object-fit: cover;
}

/* =====About Us======= */
.tl-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 80px 50px 80px;
  border-radius: 5px;
  background-color: #fafafa;
}

.teamleader-heading {
  padding: 30px;
}

.teamleader-heading h2 {
  font-size: 30px;
  text-align: center;
  color: rgb(15, 15, 15);
}

.tlp-container {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.social-media-container a img {
  width: 30px;
  height: 30px;
}

.leaders-portfolio {
  border: transparent;
  background-color: #efefef;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  justify-items: center;
  border-radius: 10px;
  height: 250px;
  width: 300px;
  color: #555;
  box-shadow: 0px 0px 4px 2.5px #d1cece
}

.name-designation p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.name-designation h3 {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.social-media-container {
  display: flex;
  gap: 10px;
  /* padding: 20px; */

}

.social-media-container img {
  border-radius: 10px;
  width: 30px;
  height: 30px;
}

.social-media-container:hover {
  cursor: grab;
}

.port-image img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 5px #555 solid;

}

.name-designation {
  text-align: center;
}

.section2 {
  margin: 5% 0;
}

.partnership {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.text-button,
.apply-button {
  text-align: center;
}

.apply-button-container {
  display: flex;
  justify-content: center;
}

.apply-button {
  background-color: red;
  border: transparent;
  border-radius: 10px;
  height: 50px;
  width: 200px;
  color: white;
  font-size: 20px;
}

.oi-section {
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  padding: 30px 80px 50px 80px;
  gap: 30px;
}

.oi-head {
  width: 80%;
  align-items: center;
  text-align: center;
}

.oi-head h2 {
  font-size: 30px;
  color: rgb(15, 15, 15);
}

.investor-logo-container {
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

  gap: 20px;
}

.investor-logo {
  color: #555;
  background-color: #efefef;
  height: 150px;
  width: 300px;
}

.investor-logo p {
  text-align: center;
  align-items: center;
  position: relative;

  top: 50%;
  transform: translateY(-50%);
}

/* Product Page CSS Close */
/* =====Contact Us===== */
.contact-container {
  display: flex;
  justify-content: center;
  padding: 30px 80px;
  margin-top: 5rem;

}

.contact-us {
  /* display: flex; */
  width: 40%;
  padding: 20px 40px 20px 20px;
  border-right: 1px solid #bebebe;
}

.forms-head p {
  font-size: 28px;
  font-weight: 600;
  padding: 0 0 10px 0;
  line-height: 40px;

}

.form>label {
  font-size: 15px;
  color: #000000;
  font-weight: 600;
}

.form>input[type="text"],
input[type="email"],
input[type="tel"] {
  width: 100%;
  height: 50px;
  font-size: 15px;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  padding: 5px 5px;
  margin: 5px 0 15px 0;
  /* outline: none; */


}

textarea {
  width: 100%;
  height: 100px;
  border-radius: 5px;
  border-color: #d4d4d4;
  padding: 5px 5px;
  margin: 10px 0;
  font-size: 15px;
  resize: none;
}

.form-submit {
  padding: 15px 50px;
  font-size: 20px;
  color: white;
  background-color: red;
  border: transparent;
  border-radius: 10px;
  position: relative;


}

.faq {
  display: flex;
  flex-direction: column;
  width: 40%;
  gap: 20px;
  padding: 20px 20px 20px 40px;

}

.faqs {
  border: 1px solid #bebebe;
  border-radius: 10px;
  padding: 10px;
  box-shadow: -1px 1px 7px 1px #bebebe;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
}

.faqs p {
  font-size: 15px;
  color: #555;
}

.faqs a:link {
  color: rgb(123, 6, 169);
  font-size: 13px;
  text-decoration: none;
  font-weight: bold;
}

.faqs:hover {
  transform: scale3d(1.1, 1.1, 1.5);
  transition: 0.4s ease-in-out;
  cursor: pointer;
}
.cart-btn-cont{
  display: none;
}


@media (max-width: 1200px) {
  .cart-image {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cart-item {
    top: 10px;
    left: -20px;
  }
}

@media (max-width: 991px) {
  .container {
    margin: 60px 0;
    width: 50%;
  }

  .grid-and-image-container {
    gap: 50px;
  }

  .hero-section {
    margin-top: 10vh;
    padding: 0 20px;
  }

  .container2 {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 60px 10px;
    gap: 1rem;
  }

  .card2-back-textblock {
    font-size: 100px;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fill, 150px);
    gap: 12px;
  }
  .product-section {
    display: flex;
    flex-direction: column;
    margin: 2rem 2rem;
}
.pro-left-container {
    width: 100%;
    border-right: none;
    position: sticky;
    top: 0px;
    height: fit-content;
    background: #fff;
}
.services-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
    margin-top: 1rem;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 1rem;
}
.pro-cards {
    width: 10%;
    text-align: center;
}
.pro-middle-container {
    width: 100%;
    padding: 2vh 1vw;
}
.service-container h2 {
  font-size: 20px;
}
.pro-left-container h2{
  font-size: 20px;
  padding-top: 1rem;
}
.service-text-container p {
    font-size: 18px;
}
.pro-cards p {
    font-size: 16px;
}
.service-detail-container {
  flex-direction: row;
}
.service-detail-text h4{
  font-size: 18px;
}
.book-now-btn {
    width: 20%;
    align-self: flex-end;
}
.pro-right-container {
    width: 100%;
    border-left: none;
    padding-left: 0;
    position: sticky;
    bottom: 0;
    /* height: fit-content; */
    display: flex;
    gap: 1rem;
    flex-direction: row;
    justify-content: center;
    background: #fff;
}
.cart-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 0rem;
    border: 2px solid #eee;
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
}

}

@media (max-width: 973px) {
  .cart-item {
    top: -5px;
    left: -20px;
  }
}

@media (max-width: 768px) {
  .burger {
    display: flex;
  }

  .logo {
    align-self: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .search-bar {
    width: 100%;
    margin: 1rem 0;
  }

  .navbar {
    position: relative;
    justify-content: space-between;
  }

  .nav-links {
    display: none;
  }

  .nav-links-2 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-bottom: 1rem;
    background: #fff;
    flex-direction: column;
    align-items: center;
    font-size: 3em;

    /* ACTUALLY hide it */
    display: none;

    padding: 1rem 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    transition: all 0.5s ease;
  }

  .nav-links-2.active {
    display: flex;
    position: relative;
    transition: all 0.5s ease;
  }

  .nav-links-2 li {
    padding: 12px 0;
  }

  .leftdiv h1 {
    font-size: 5vw;
  }

  .leftdiv p {
    font-size: 3.5vw;
  }

  .booking {
    font-size: 3.5vw;
  }

  footer {
    padding: 20px 20px;
    margin-top: 50px;
  }

  .contact-container {
    padding: 10px 20px;
    margin-top: 2rem;
  }
}

@media (max-width: 480px) {
  .navbar {
    gap: 0;
  }

  .hero-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column-reverse;
    margin-top: 1vh;
    padding: 0 20px;
  }

  .rightdiv {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 250px;
  }

  .leftdiv {
    max-width: 100%;
    border-radius: 20px;
    position: relative;
    top: -1rem;
  }

  .grid-and-image-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    padding: 20px;
  }

  .container {
    height: 55vh;
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .cell1img {
    height: 5vh;
    width: 10vw;
  }

  .imgdiv {
    margin: 20px 0 0 0;
  }

  .imgdiv img {
    width: 90vw;
    height: 40vh;
  }

  .rating-container {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .rating-customer {
    display: flex;
    gap: 13px;
    position: static;
    left: 0;
    max-width: fit-content;
    max-height: fit-content;
  }

  .card2-back-textblock {
    font-size: 60px;
    width: 100%;
  }

  .container2 {
    flex-direction: column-reverse;
    margin: 20px 5px;
    gap: 1rem;
    align-items: center;
    width: 100%;
  }

  .salon-spa {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 100%;
    max-height: fit-content;
    margin: 0px 20px;
    overflow: hidden;
    padding: 10px;
    user-select: none;
    border: 2px transparent;
    box-shadow: 0 1px 5px rgba(2, 6, 23, 0.6);
    border-radius: 5px;
  }


  .salon-spa h2 {
    font-size: 24px;
    /* text-align: center; */
  }

  .product-grid {
    justify-content: center;
    grid-template-columns: repeat(auto-fill, 140px);
  }

  .card2 {
    width: 140px;
  }

  .card2 h3 {
    padding-left: 5px;
  }

  .card2 img {
    height: 100%;
  }

  .advertise-container1 {
    margin: 20px 0;
  }

  .advertise-container1 img {
    height: 200px;
    width: 100%;
  }

  .card-section2 {
    margin: 25px;
    position: static;
  }

  .card-head {
    margin-left: 0px;
    margin-bottom: 20px;
  }

  .cards-2 {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 15px;
    margin-bottom: 20px;
  }

  .arrow-btn {
    display: none;
  }

  .card-holder {
    width: 30%;
    height: 80%;
  }

  .card-3 {
    border-radius: 10px;
  }

  .card-head>h2 {
    font-size: 24px;
    line-height: 1.2;
  }

  .pest-container2 {
    margin: 20px;
    margin-top: 40px;
  }

  .pest-control {
    justify-content: space-between;
    gap: 0px;
    width: 100%;
    margin: 0px;
    position: static;
    padding: 0px;
  }

  .pest-head {
    width: 100%;
    font-size: 24px;
    margin-bottom: 2rem;
  }

  .product-grid2 {
    flex-wrap: wrap;
    gap: 10px;
  }

  .card3 {
    width: 150px;
    height: 180px;
  }

  .card3 h3 {
    padding-left: 5px;
    font-size: 15px;
  }

  .card-headding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    margin-top: 30px;
  }

  .footer-logo {
    width: 100%;
  }

  .footer-column {
    width: 30%;
    flex-grow: 3;
  }

  .footer-bottom {
    margin-top: 0px;
  }

  .footer-column a {

    margin-bottom: 5px;
    font-size: 12px;
  }

  .footer-container {
    gap: 5px;
  }

  .customersnumber img {
    height: 35px;
    width: 35px;
  }

  .rating img {
    height: 30px;
    width: 35px;
  }

  .rating-digit {
    font-size: 16px;
    line-height: 20px;
  }

  .service-ratings {
    font-size: 10px;
  }

  .customer-count {
    font-size: 16px;
    line-height: 20px;
  }

  .customers-globally {
    margin-top: 5px;
    font-size: 10px;
  }

  .tl-section {
    padding: 0 20px 20px 20px;
  }

  .teamleader-heading {
    padding: 15px;
  }

  .teamleader-heading h2 {
    font-size: 20px;
  }

  .tlp-container {
    gap: 10px;
  }

  .leaders-portfolio {
    padding: 5px;
    height: 150px;
    width: 150px;
  }

  .port-image img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 2px #555 solid;
  }

  .name-designation h3 {
    font-size: 16px;
  }

  .name-designation p {

    font-size: 12px;
  }

  .social-media-container {
    gap: 5px;
  }

  .social-media-container img {
    border-radius: 5px;
    width: 15px;
    height: 15px;
  }

  .about-us-head>h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .oi-section {
    background-color: #fafafa;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 20px 20px 20px 20px;
    gap: 20px;
  }

  .investor-logo-container {
    width: 100%;
    gap: 10px;
  }

  .investor-logo {
    height: 100px;
    width: 150px;
  }

  .oi-head h2 {
    font-size: 20px;
  }

  .investor-logo p {
    font-size: 14px;
  }

  .text-button p {
    font-size: 14px;
  }

  .apply-button {
    height: 50px;
    width: 120px;
    font-size: 16px;
  }

  .about-us-container {
    gap: 5px;
  }

  /* Product Page */
  .product-section {
    display: flex;
    flex-direction: column;
    margin: 1rem 0.5rem;
  }

  .pro-left-container {
    width: 100%;
    border-right: 0px solid #eee;
    position: sticky;
    top: 0rem;
    background-color: #fff;
    padding: 2vh 0;
  }

  .pro-left-container h2 {
    font-size: 20px;
  }

  .pro-cards {
    width: 20%;
    text-align: center;
    display: flex;
    justify-content: center;
  }

  .product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 0.5rem;
  }

  .services-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.5rem;
    margin-top: 0.5rem;
    border: 1px solid #eee;
    border-radius: 15px;
    padding: 0.5rem;
  }

  .pro-middle-container {
    width: 100%;
    padding: 5vh 2vw;
  }

  .service-container h2 {
    font-size: 20px;
  }

  .service-detail-text h3 {
    font-size: 1rem;
    color: #000;
  }

  .service-detail-text p {
    font-size: 0.8rem;
  }

  .service-detail-text h4 {
    font-size: 16px;
  }

  .pro-right-container {
    width: 100%;
    border-left: 0px solid #eee;
    position: static;
    gap: 1rem;
  }

  .cart-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-top: 0rem;
    border: 2px solid #eee;
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
  }

  .cart-btn {
    background-color: #ff2626;
    color: white;
    font-size: 1rem;
    margin: 0;
    padding: 1vh 1vw;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-family: sans-serif;
  }

  .cart-section img {
    width: 30px;
    height: 30px;
  }

  .cart-section p {
    font-size: 0.8rem;
    color: #555;
  }

  /* Contact Page */
  .contact-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 5px 20px;
    margin-top: 1rem;
    gap: 2rem;
  }

  .contact-us {
    /* display: flex; */
    width: 100%;
    padding: 5px;
    border-right: 0px solid #bebebe;
  }

  .faq {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
    padding: 5px;
  }

  .faqs {
    font-size: 18px;
  }

  .terms-container {
    flex-direction: column-reverse;
  }

  .terms-sidebar {
    width: 100%;
    position: sticky;
    border-left: none;
    padding: 20px;
    top: 0;
    background: #fff;
    /* display: flex; */
    display: flex;
    flex-direction: column;
  }

  .terms-sidebar ul {
    list-style: none;
    padding: 0px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly; */
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(107px, 1fr));
    gap: 5px;
    grid-row-end: auto;

  }

  .terms-sidebar ul li {
    margin-bottom: 5px;
    padding: 0 1vw;
  }

  .middlecontainer {
    width: 100%;
    padding: 2vh 2vw;
  }

  .termSection-container {
    padding: 1vh 3vw;
  }

  .termsHeading h2 {
    font-size: 20px;
  }

  .termsSection-para>p {
    line-height: 1.2;
  }

  .termsSection>p {
    line-height: 1.2;
  }

  .terms-sidebar ul li a {
    font-size: 10px;
  }
}

@media (max-width: 395px) {
  .container {
    height: 60vh;
  }
}

@media (max-width: 415px) {
  .container {
    height: 45vh;
  }
}

@media (max-width: 376px) {
  .container {
    /* height: 30vh; */
  }

  .leftdiv h1 {
    padding-bottom: 1vh;
  }

  .leftdiv p {
    font-size: 1.5vw;
    margin-bottom: 1vh;
  }

  .booking {
    font-size: 3vw;
  }

  .cell p {
    font-size: 8px;
  }

  .cell1img {
    height: vh;
    width: 10vw;
  }

  .salon-spa h2 {
    font-size: 16px;
  }

  .filter {
    font-size: 12px;
  }

  .card2 h3 {
    font-size: 10px;
  }

  .footer-column {
    width: 35%;
    flex-grow: 3;
  }

  .footer-column a {
    margin-bottom: 5px;
  }
}