/* ===== Male Treatment Section Exact Design ===== */


.treatment-hero-section {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 30px;
}

.treatment-hero-section img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 40px;
}

.treatment-content-parent{
  padding-bottom: 60px !important;
}

.treatment-hero-content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
}

.treatment-hero-content h2 {
  color: #f97316; /* orange tone */
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.male-treatment-section {
  padding: 0px 0;
}

.bottom-text p {
    font-size: 30px !important;
    font-weight: 600 !important;
    color: #f47c20 !important;
    display: inline-block !important;
    font-weight: 700 !important;
    padding: 5px 0px;
    border-bottom: 1px solid #d95c12 !important;
    box-shadow: 0 3px 0 #b94d0d !important;
    margin-bottom: 55px;
}


/* ===== Treatment Tabs ===== */
/*Treatments Css*/
      .treatment-tabs {
        margin-bottom: 0px !important;
        display: flex;
        gap: 0;
      }

      .treatment-tab {
        flex: 1;
        padding: 18px 75px;
        font-size: 20px;
        font-weight: 600;
        border: none;
        cursor: pointer;
        background: #d9d9d9;
        color: #000;
        position: relative;
        transition: 0.3s;
        border-top: 10px solid #ccbebe;
        border-left: 10px solid #ccbebe;
        border-right: 10px solid #ccbebe;
        border-bottom: none;
      }

      .treatment-tab.active {
        background: #f26522de;
        color: #fff;
        border-top: 10px solid #f26522;
        border-left: 10px solid #f26522;
        border-right: 10px solid #f26522;
        border-bottom: none;
      }

      .new-tab-first {
        border-radius: 20px 0 0 0;
        text-align: left;
      }

      .new-tab-second {
        border-radius: 0 20px 0 0;
        text-align: right;
      }

      .treatment-note {
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 600;
        color: #444;
        margin: 0;
        border-top: 2px solid #f26522;
      }

      .text-start {
        text-align: left !important;
      }

      .male-treatment-section {
        padding: 0px 0;
      }

      .mb-4 {
        margin-bottom: 1.5rem !important;
      }

      .new-tab-first {
        border-radius: 20px 0px 0px 0px;
        position: relative;
      }

      .tab-icon-male,
      .tab-icon-female {
        position: absolute;
        width: 90px;
      }

      img,
      svg {
        vertical-align: middle;
      }

      .new-tab-second {
        border-radius: 0px 20px 0px 0px;
        position: relative;
        z-index: 2;
      }

      .new-tab-first {
        border-radius: 20px 0px 0px 0px;
        position: relative;
        z-index: 2;
      }

      .tab-icon-male {
        width: 120px;
        height: auto;
        position: absolute;
        bottom: 0;
        z-index: 1;
        left: 0px;
      }

      .tab-icon-female {
        width: 110px;
        height: auto;
        position: absolute;
        bottom: 0;
        z-index: 1;
        right: 0px;
      }

      .male-treatment-box {
        border: 10px solid #f26522;
        border-radius: 0 0px 25px 25px;
        overflow: hidden;
        background: #fff;
      }
      .male-treatment-table {
        width: 100%;
        border-collapse: collapse;
        font-size: 16px;
      }

      table {
        display: table;
        border-collapse: separate;
        box-sizing: border-box;
        text-indent: initial;
        unicode-bidi: isolate;
        border-spacing: 2px;
        border-color: gray;
      }

      .male-treatment-table thead {
        background: #fff;
      }

      .male-treatment-table th {
        padding: 16px;
        font-size: 18px;
        font-weight: 700;
        text-align: left;
        color: #f26522;
        border-bottom: 2px solid #f26522;
      }

      .male-treatment-table th:last-child {
        text-align: right;
      }

      .male-treatment-table td {
        padding: 14px 16px;
        font-size: 16px;
        border-bottom: 1px solid #ddd;
      }

      .male-treatment-table td:last-child {
        text-align: right;
        font-weight: 600;
      }

      @media (min-width: 1199px) {
        .treatment-tab-container {
          padding-left: 180px !important;
          padding-right: 180px !important;
        }

        .treatment-tab {
          font-size: 30px;
        }
      }

      @media (max-width: 767px) {
        .treatment-tab {
          flex: 1;
          padding: 18px 10px;
          font-size: 15px;
        }

        .tab-icon-male,
        .tab-icon-female {
          width: 65px;
        }

        .tab-icon-female {
          right: 0px;
        }

        .tab-icon-male {
          left: 0px;
        }
        .male-treatment-table th {
          font-size: 15px;
        }
        .male-treatment-table td{
          font-size: 14px;
        }
      }

/* ===== Curved Treatment Tabs ===== */




/* ===== Ayurveda Image Info Section ===== */

.ayurveda-info-section {
  padding: 60px 0;
  background: #ffffff;
}

.ayurveda-info-wrapper {
  text-align: center;
}

.ayurveda-info-img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  transition: 0.3s ease;
}

/* Tablet */
@media (max-width: 991px) {
  .ayurveda-info-section {
    padding: 40px 0;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .ayurveda-info-section {
    padding: 30px 0;
  }

  .ayurveda-info-img {
    border-radius: 12px;
  }
  .treatment-content-parent{
  padding-bottom: 30px !important;
}

.treatment-hero-section img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 40px;
}
.treatment-hero-content{
  left: 20px
}
.treatment-hero-content h2 {
  color: #f97316; /* orange tone */
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}
.treatment-tab{
  font-size: 10px;
  padding: 8px 10px;
}
.treatment-tab.active{
  padding: 5px 10px;
}
.male-treatment-box{
      border-radius: 0px 10px 20px 20px;
}
.treatment-hero-section img {
  height: 120px
}
}