.checkout-modal-products-wrapper .decrement{
  background-color: #4b0082  !important;
  border:1px solid #4b0082 !important;
}
.value-description{
  font-size:14px !important;
}
.btn-square{
  display:none  !important;
}
.checkout-modal-products-wrapper .increment {
  background-color:#4b0082 !important;
  border:1px solid #4b0082 !important;
}
.text-danger{
  color:#4b0082 !important;
}
/*services section*/
.flip-box-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      max-width: 1200px;
      margin: auto;
    }
    .flip-box {
      background-color: transparent;
      perspective: 1000px;
    }
    .flip-box-inner {
      position: relative;
      width: 100%;
      padding-top: 100%;
      transition: transform 0.8s;
      transform-style: preserve-3d;
    }
    .flip-box:hover .flip-box-inner {
      transform: rotateY(180deg);
    }
    .flip-box-front, .flip-box-back {
      position: absolute;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    }
    .flip-box-front img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .flip-box-front .title {
      position: absolute;
      bottom: 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 10px;
      text-align: center;
      font-size: 1.2rem;
      font-weight: bold;
    }
    .flip-box-back {
      background-color: #ffe082;
      color: #000;
      transform: rotateY(180deg);
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: 20px;
      text-align: center;
    }
    .flip-box-back p {
      font-size: 1rem;
      margin-bottom: 20px;
    }
    .flip-box-back a {
      padding: 8px 18px;
      background-color: #000;
      color: #fff;
      border-radius: 25px;
      text-decoration: none;
      font-weight: bold;
      transition: background 0.3s;
    }
    .flip-box-back a:hover {
      background-color: #333;
    }
/*services section END*/
/*More you can about 50k*/
.hero {
      background: url('https://aarnaclinic.com/wp-content/uploads/2024/01/laser-skin-treatment-cost-in-Bangalore.jpg') no-repeat center center/cover;
      color: white;
      padding: 100px 20px 50px;
      text-align: left;
      position: relative;
    }
    .overlay {
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }
    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 1000px;
    }
    .hero h1 {
      font-size: 2.5em;
      margin-bottom: 15px;
    }
    .hero p {
      font-size: 1em;
      line-height: 1.6;
      margin-bottom: 20px;
    }
    .button {
      background: #4b0082;
      color: white;
      padding: 12px 24px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-weight: bold;
    }
    .stats {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      padding: 40px 20px;
      text-align: center;
    }
    .stat-box {
      background: yellow;
      border-radius: 10px;
      padding: 20px;
      width: 250px;
      margin: 10px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }
    .stat-box h2 {
      font-size: 1.8em;
      margin: 0 0 5px;
      color: #0a0eeb;
    }
    .stat-box p {
      font-size: 0.95em;
      color: #333;
    }
    @media (max-width: 768px) {
      .hero {
        text-align: center;
        padding: 60px 15px 30px;
      }
	  #mw-element-1744265019843{
		margin-top:10px !important;
	  }
      .hero h1 {
        font-size: 1.8em;
      }
      .stats {
        flex-direction: column;
        align-items: center;
      }
	  #mw-element-1744349917039{
		margin-top:-160px !important;
	  }
    }
/*More you can about 50k END*/
/*After & Before agllery Eye*/
.gallery-section {
  max-width: 1300px;
  margin: auto;
  text-align: center;
}
.gallery-title {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 10px;
}
.gallery img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.gallery img:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .gallery {
    grid-template-columns: 1fr;
  }
}
/*After & Before agllery Eye END*/
/*People speak*/
.people-speak {
  text-align: center;
  padding: 40px 20px;
}
.people-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  justify-items: center;
}
.person {
  text-align: center;
  max-width: 150px;
}
.person img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
@media (max-width: 768px) {
  .people-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*People speak END*/
/*About us*/
     .about-section {
      padding: 60px 20px;
      text-align: center;
    }
    .about-container {
      max-width: 1200px;
      margin: auto;
      background-color: white;
      border-radius: 20px;
      padding: 40px 30px;
      box-shadow: 0 8px 24px rgba(75, 0, 130, 0.15);
    }
    .about-title {
      font-size: 28px;
      color: #4b0082;
      margin-bottom: 10px;
    }
    .about-tagline {
      font-size: 20px;
      font-weight: 600;
      color: #4b0082;
      margin-bottom: 25px;
    }
    .about-text {
      font-size: 16px;
      line-height: 1.7;
      color: #444;
      text-align: justify;
    }
    @media (max-width: 768px) {
      .about-container {
        padding: 30px 20px;
      }
      .about-title {
        font-size: 24px;
      }
      .about-tagline {
        font-size: 18px;
      }
      .about-text {
        font-size: 15px;
      }
    }
/*About us EDN*/
/*Why choose us*/
.choose-avani {
      max-width: 1200px;
      margin: auto;
      text-align: center;
    }
    .choose-avani h2 {
      font-size: 32px;
      color: #333;
      margin-bottom: 30px;
    }
    .features {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .feature-box {
      background-color: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
      width: 270px;
      padding: 30px 20px;
      text-align: center;
      transition: transform 0.3s;
    }
    .feature-box:hover {
      transform: translateY(-5px);
    }
    .image-space {
      width: 60px;
      height: 60px;
      margin: 0 auto 20px;
      border-radius: 50%;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .image-space img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    .feature-box h4 {
      font-size: 20px;
      margin-bottom: 10px;
      color: #222;
    }
    .feature-box p {
      font-size: 15px;
      color: #555;
      line-height: 1.5;
    }
    @media (max-width: 768px) {
      .feature-box {
        width: 100%;
        max-width: 350px;
      }
    }
/*Why choose us END*/
/*Our Core Beliefs*/
 .beliefs-section {
  max-width: 1000px;
  margin: auto;
  padding: 40px 20px;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}
.beliefs-heading {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #1c1c1c;
  font-weight: 700;
}
.belief-item {
  display: flex;
  gap: 24px;
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 20px;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}
.belief-item:hover {
  transform: translateY(-4px);
}
.belief-number {
  font-size: 1.8rem;
  font-weight: 700;
  color: #005aaa;
  background-color: #e6f2ff;
  padding: 10px 16px;
  border-radius: 50%;
  min-width: 48px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 90, 170, 0.2);
}
.belief-content {
  flex: 1;
}
.belief-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 8px;
}
.belief-text {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.7;
}
/* Mobile Responsive */
@media (max-width: 600px) {
  .belief-item {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }
  .belief-number {
    align-self: flex-start;
    font-size: 1.5rem;
    padding: 8px 14px;
  }
  .belief-title {
    font-size: 1.15rem;
  }
  .belief-text {
    font-size: 1rem;
  }
}
/*Our Core Beliefs END*/
/*product*/
.price{
  color:black !important;
}
.title{
  font-family: 'Poppins', sans-serif;
  font-size:16px !important;
}
.shop-products-skin-2-btn {
    background: #d6c8f0 ;
    color: white;
    padding: 5px 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.shop-products-skin-2-btn::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: -100%;
    transition: all 0.5s ease;
}
.shop-products-skin-2-btn:hover::before {
    left: 100%;
}
.shop-products-skin-2-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
    .shop-products-skin-2-btn {
        font-size: 10px;
        padding: 1px 1px;
  }
 .shop-products-skin-2 .h-400{
   height:167px !important;
  }
}
  .shop-products-skin-2 .h-400{
    height:290px;
	border-radius:20px !important;
}




/*Dr .Intro*/
.intro-box {
  max-width: 900px;
  margin: 40px auto;
  padding: 30px;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  font-family: 'Segoe UI', sans-serif;
}

.intro-content {
  text-align: center;
}

.subheading {
  font-size: 18px;
  color: #6b46c1;
  margin-bottom: 5px;
  font-weight: 600;
}

.name {
  font-size: 28px;
  font-weight: 700;
  color: #300524;
  margin-bottom: 10px;
}

.tagline {
  font-size: 16px;
  color: #444;
  font-style: italic;
  margin-bottom: 20px;
}

.detail {
  font-size: 15px;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.6;
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 15px;
}

.highlight {
  background: #f9f5ff;
  border-left: 4px solid #6b46c1;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
  text-align: left;
}

/* Responsive design */
@media (max-width: 600px) {
  .intro-box {
    padding: 20px;
  }

  .name {
    font-size: 22px;
  }

  .highlight {
    font-size: 14px;
  }
}
/*Dr .Intro END*/
/*our commit visiion puropse*/
.section-wrapper {
      max-width: 1100px;
      margin: 0 auto;
      padding: 60px 20px;
    }

    .card-wrapper {
      display: flex;
      flex-direction: column;
      gap: 40px;
    }

    .value-card {
      background-color: #fff;
      border-left: 10px solid #4b0082;
      padding: 30px;
      border-radius: 16px;
      box-shadow: 0 5px 15px rgba(75, 0, 130, 0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .value-card:hover {
      transform: translateY(-6px);
      box-shadow: 0 8px 20px rgba(75, 0, 130, 0.15);
    }

    .value-title {
      font-size: 28px;
      color: #4b0082;
      margin-bottom: 15px;
      position: relative;
    }

    .value-title::after {
      content: '';
      width: 40px;
      height: 4px;
      background-color: #d6c8f0;
      display: block;
      margin-top: 8px;
      border-radius: 2px;
    }

    .value-description {
      font-size: 16px;
      line-height: 1.7;
      text-align: justify;
    }

    @media (max-width: 768px) {
      .value-title {
        font-size: 24px;
      }

      .value-description {
        font-size: 15px;
      }
    }