 .flip-card {
  background-color: transparent;
  width: 100%;
  max-width: 400px;
  height: 300px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
  overflow: hidden;
}

.flip-card-front {
  background-color: #fff;
}

.flip-card-back {
  background-color: #6c8c46;
  color: white;
  transform: rotateY(180deg);
}
    body {
      font-family: 'Segoe UI', sans-serif;
      background-color: #f9f5f0;
    }

    .hero {
      background: url('https://static.vecteezy.com/system/resources/previews/043/994/048/non_2x/ai-generated-theme-of-healthy-and-natural-traditional-chinese-medicine-photo.jpg') no-repeat center center/cover;
      color: white;
      padding: 140px 0;
      text-align: center;
    }

    .section-title {
      color: #5c3d1b;
    }

    .section-subtitle {
      color: #6c757d;
    }

    .service-icon {
      font-size: 40px;
      color: #6c8c46;
    }

    .footer {
      background-color: #5c3d1b;
      color: white;
      padding: 30px 0;
    }

    .card-hover:hover {
      transform: translateY(-5px);
      transition: 0.3s;
      box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    }
     .topbar {
      background-color: #5c3d1b;
      color: white;
      font-size: 14px;
    }

    .topbar .container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 5px 0;
    }

    .navbar-brand {
      font-weight: bold;
      font-size: 24px;
      color: #5c3d1b !important;
    }

    .navbar-nav .nav-link {
      font-weight: 500;
      color: #5c3d1b;
    }

    .navbar-nav .nav-link:hover {
      color: #6c8c46;
    }
     #why-choose-us h5 {
    color: #5c3d1b;
    margin-top: 10px;
  }
  #why-choose-us img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    filter: hue-rotate(20deg);
  }
   .choose-card {
    transition: all 0.4s ease;
    cursor: pointer;
    border: none;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    border-radius: 12px;
  }

  .choose-card:hover {
    transform: scale(1.05);
    animation: bounce 0.6s;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  }

  .choose-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
  }

  @keyframes bounce {
    0%   { transform: scale(1.05) translateY(0); }
    30%  { transform: scale(1.05) translateY(-5px); }
    60%  { transform: scale(1.05) translateY(4px); }
    100% { transform: scale(1.05) translateY(0); }
  }
  .expert-card {
    perspective: 1000px;
  }

  .expert-inner {
    position: relative;
    width: 100%;
    height: 360px;
    transform-style: preserve-3d;
    transition: transform 0.7s ease-in-out;
  }

  .expert-card:hover .expert-inner {
    transform: rotateY(180deg);
  }

  .expert-front, .expert-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }

  .expert-front {
    background: #fff;
  }

  .expert-back {
    transform: rotateY(180deg);
  }

  .expert-card h5 {
    color: #5c3d1b;
  }

  .social-icons a {
    color: #5c3d1b;
    font-size: 18px;
    transition: color 0.3s;
  }

  .social-icons a:hover {
    color: #6c8c46;
  }
   .treatment-card {
    border-radius: 16px;
    background: #fff;
    transition: all 0.3s ease;
    border: none;
  }

  .treatment-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
  }

  .treatment-icon img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    transition: transform 0.3s ease;
  }

  .treatment-card:hover .treatment-icon img {
    transform: scale(1.1);
  }

  #treatments h5 {
    color: #5c3d1b;
    margin-top: 12px;
  }

  #treatments p {
    font-size: 15px;
    color: #555;
  }

  .radial-layout {
  position: relative;
  width: 360px;
  height: 360px;
  margin: 0 auto;
}

/* Center Sun */
.center-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 140px;
  height: 140px;
  background: #6c8c46;
  color: white;
  font-size: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 25px rgba(108, 140, 70, 0.4);
}

/* Each Circle */
.item {
  position: absolute;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(0,0,0,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 500;
  padding: 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  cursor: pointer;
}

.item:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px rgba(108, 140, 70, 0.5);
}

/* Circle Positions */
.item1 { top: 0%;   left: 50%; transform: translate(-50%, 0); }
.item2 { top: 20%;  left: 90%; transform: translate(-50%, -50%); }
.item3 { top: 65%;  left: 90%; transform: translate(-50%, -50%); }
.item4 { top: 100%; left: 50%; transform: translate(-50%, -100%); }
.item5 { top: 65%;  left: 10%; transform: translate(-50%, -50%); }
.item6 { top: 20%;  left: 10%; transform: translate(-50%, -50%); }

/* Mobile View: Stack Vertically */
@media (max-width: 768px) {
  .radial-layout {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .center-circle,
  .item {
    position: static;
    margin: 10px 0;
    transform: none !important;
  }
}

 #dosha-quiz label.form-label {
    font-size: 18px;
    color: #5c3d1b;
  }

  #dosha-quiz .form-check-label {
    font-weight: 500;
  }

  #result {
    background: #f8fff4;
    border-left: 6px solid #6c8c46;
    padding: 20px;
    border-radius: 8px;
  }

   #gallery img {
    max-height: 500px;
    object-fit: cover;
  }

  .carousel-caption h5 {
    color: #fff;
    font-size: 20px;
  }

  .carousel-caption p {
    font-size: 14px;
  }

   .blog-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
  }

  .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  }

  .blog-card img {
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .card-title {
    color: #5c3d1b;
  }

  .card-text {
    font-size: 14px;
    color: #555;
  }

  .btn-outline-success {
    border-radius: 20px;
    font-size: 13px;
  }

   .product-card {
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .product-card img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }

  .product-card h5 {
    color: #5c3d1b;
  }

  .product-card .btn {
    border-radius: 20px;
  }

  @media (max-width: 767px) {
    .product-card img {
      height: 180px;
    }
  }

   .map-responsive iframe {
    width: 100%;
    height: 100%;
    min-height: 600px;
    border: 0;
  }

  #contact ul li {
    margin-bottom: 5px;
  }

  #contact .form-control {
    border-radius: 8px;
  }

  #contact button {
    border-radius: 20px;
    padding: 8px 24px;
  }

  @media (max-width: 767px) {
    #contact .map-responsive {
      margin-top: 30px;
    }
  }

   .accordion-button {
    background-color: #fff;
    border-radius: 8px;
  }

  .accordion-button:focus {
    box-shadow: none;
  }

  .accordion-button:not(.collapsed) {
    background-color: #e6f4ea;
    color: #2c6135;
  }

  .accordion-body {
    font-size: 15px;
    color: #555;
  }

  .accordion-item {
    border-radius: 12px;
  }

  .hero1 {
      background: url('https://static.vecteezy.com/system/resources/previews/043/994/048/non_2x/ai-generated-theme-of-healthy-and-natural-traditional-chinese-medicine-photo.jpg') center/cover no-repeat;
      color: white;
      padding: 100px 0;
      text-align: center;
    }
    .section-img {
      max-width: 100%;
      border-radius: 10px;
    }
    .section-title {
      color: #5c3d1b;
    }
    .section {
      padding: 60px 0;
    }