* {
    font-family: "DM Sans", sans-serif;
}

.mini-heading {
    color: #9fdd0b;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 7px;
}

.aboutimg-new {
    position: sticky;
    top: 12px;
}

.portfolio-new-main {
    overflow: hidden;
}

.what-doimg img {
    height: 100%;
}

.what-doimg {
    height: 100%;
}

.why-choose-section {
    background: linear-gradient(135deg, #f0fff4, #e9fce6);
    padding: 80px 0;
}

.why-choose-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 60px;
    position: relative;
}

.why-choose-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #9fdd0b;
    display: block;
    margin: 15px auto 0;
    border-radius: 5px;
}

.why-point {
    background: #fff;
    border-radius: 20px;
    padding: 25px;
    margin-bottom: 25px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: left;
}

.why-point:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.icon-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #9fdd0b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    box-shadow: 0 3px 6px rgba(159, 221, 11, 0.4);
}

.why-point h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2e7d32;
}

.why-point p {
    margin: 0;
    color: #555;
    font-size: 0.95rem;
}

.why-img {
    max-width: 100%;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.common-mini-para {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    color: #737373;
}

.gallery-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.gallery-newmain a {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-newmain a img {
    width: 100%;
    border-radius: 15px;
    transition: transform 0.4s ease;
    min-height: 215px;
}

.gallery-newmain a:hover img {
    transform: scale(1.1);
}

.gallery-newmain a:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}

/* Magnific popup theme color */
.mfp-bg {
    background: rgba(0, 0, 0, 0.9);
}

.mfp-title {
    color: #9fdd0b !important;
    font-weight: 600;
}

.mfp-close {
    color: #9fdd0b !important;
    opacity: 1;
}

.how-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f0fff4, #e9fce6);
}

.how-title {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    color: #2e7d32;
    margin-bottom: 60px;
    position: relative;
}

.how-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #9fdd0b;
    display: block;
    margin: 15px auto 0;
    border-radius: 5px;
}

.step-box {
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    text-align: center;
    height: 100%;
}

.step-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.step-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #9fdd0b;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 20px;
    box-shadow: 0 4px 10px rgba(159, 221, 11, 0.4);
}

.step-number {
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 10px;
}

.step-box h5 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2e7d32;
}

.step-box p {
    font-size: 0.95rem;
    color: #555;
}

.testimonial-section {
    padding: 80px 0;
    background: #f8f9fa;
}

.testimonial-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2e7d32;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
}

.testimonial-title::after {
    content: '';
    width: 80px;
    height: 4px;
    background: #9fdd0b;
    display: block;
    margin: 15px auto 0;
    border-radius: 5px;
}

/* Collage Images */
.testimonial-images {
    position: relative;
    width: 320px;
    height: 400px;
    margin: 0 auto;
}

.testimonial-images img {
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    object-fit: cover;
}

.testimonial-images .main-img {
    width: 100%;
    height: 100%;
}

.testimonial-images .top-img {
    position: absolute;
    top: -30px;
    left: -40px;
    width: 120px;
    height: 140px;
    z-index: 2;
}

.testimonial-images .bottom-img {
    position: absolute;
    bottom: -30px;
    right: -40px;
    width: 140px;
    height: 160px;
    z-index: 2;
}

/* Testimonial box */
.testimonial-box {
    background: #fff;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    position: relative;
    height: 100%;
}

.testimonial-box::before {
    content: "“";
    font-size: 60px;
    color: #9fdd0b;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.3;
}

.testimonial-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 38px;
}

.testimonial-author h6 {
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 0px;
    font-size: 14px;
}

.testimonial-author p {
    margin-bottom: 5px;
    color: #777;
    font-size: 14px;
}

.testimonial-rating i {
    color: #9fdd0b;
    font-size: 14px;
}

.testimonial-client-star {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 6px;
    left: 0;
    padding: 0 25px;
    width: 100%;
}

/* Responsive */
@media (max-width: 992px) {
    .testimonial-images {
        margin-bottom: 30px;
    }
    .site-branding #logo-img{
        max-width: 135px;
    }
    .bmi-tableimg{
        order: 2;
    }

    .testimonial-images,
    .testimonial-images .main-img {
        width: 100%;
        height: auto;
    }

    .testimonial-images .top-img,
    .testimonial-images .bottom-img {
        position: static;
        display: inline-block;
        width: 30%;
        height: auto;
        margin: 10px;
    }
}

.about-pagesection{
    background: linear-gradient(135deg, #f0fff4, #e9fce6);
}
.blog-head-detail h1{
    font-size: 40px;
    font-weight: 600;
}
.side-blog-details{
    height: 100%;
    position: sticky;
    top: 12px;
}
.blog-mainnew:hover .programme-img img{
    min-height: unset;
}
/*p{*/
/*    text-align: justify;*/
/*}*/

.sidenavbar-home-detail{
    padding-left: 0 !important;
}
.sidenavbar-home-detail a{
    color: white;
}
.services-newtop{
    background: linear-gradient(135deg, #f0fff4, #e9fce6);
}
.appointment-card {
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: 0.3s ease;
    }
    .appointment-card:hover {
      transform: translateY(-5px);
    }
    .appointment-card h4 {
      color: #333;
      font-size: 20px;
      font-weight: 600;
    }
    .form-control {
      border-radius: 10px;
      padding: 12px;
    }
    .btn-appointment {
      background: #9fdd0b;
      border: none;
      border-radius: 12px;
      padding: 12px;
      font-weight: 600;
      transition: 0.3s ease;
    }
    .btn-appointment:hover {
      background: #8ac309;
    }
    
    .calculator {
      width: 100%; padding: 2rem;
      border-radius: 20px;
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(15px);
      box-shadow: 0 8px 25px rgba(0,0,0,0.3);
      color: #fff; text-align: center;
    }
    .calculator h2 {
      font-size: 1.8rem; margin-bottom: 1.5rem; font-weight: 600; letter-spacing: 1px;
    }
    .calculator input {
      width: 100%; padding: 12px; margin: 10px 0;
      border: 1px solid #0000008f;; border-radius: 12px;
      font-size: 1rem; outline: none;
      background: rgba(255,255,255,0.2); color: black; transition: 0.3s;
    }
    .calculator input::placeholder { color: rgba(255,255,255,0.7); }
    .calculator input:focus { background: rgba(255,255,255,0.3); }
    .calculator button {
      width: 100%; padding: 12px; margin-top: 15px;
      border: none; border-radius: 12px;
      font-size: 1rem; font-weight: 600;
      cursor: pointer; background: #9fdd0b; color: #000; transition: 0.3s;
    }
    .calculator button:hover { background: #7fc109; color: #fff; }
    .chart-box {
      margin-top: 1.5rem; padding: 1rem;
      border-radius: 12px; background: rgba(255,255,255,0.15);
    }
    .result-text { margin-top: 1rem; font-size: 1.2rem; font-weight: 600; }
    .bmi-table-img img{
        width: 100%;
        border-radius: 18px;
    }
    .calculator input::placeholder{
        color: black !Important;
    }
    .two-sidenavbtn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.two-sidenavbtn a {
    border-radius: 50px;
    border: 2px solid white;
    padding: 10px 18px;
    color: white;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, white 0%, white 100%);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    transition: all 0.4s ease-in-out;
}

.two-sidenavbtn a:hover {
    background-size: 100% 100%; /* 👈 left se right fill hoga */
    color: black;
}
.gender-input{
    border: 1px solid #0000008f;
}
.two-btn-bmi a{
        width: 100%;
    padding: 12px;
    margin-top: 15px;
    border: none;
    border-radius: 12px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    background: #9fdd0b;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}
.two-btn-bmi a:hover{
            background: #7fc109;
    color: #fff;
}

.modal-backdrop.show{
    opacity: unset;
}
.modal-backdrop{
    --bs-backdrop-bg: unset;
    z-index: unset;
}
.modalhead-new{
background-color: #9fdd0b !important;
}
.modalhead-new h5{
    text-align: center;
    width: 100%;
    font-size: 21px;
    font-weight: 800;
}
.modal-btn{
    background-color: #9fdd0b !important;
        border: none;
    color: black;
}
.content-box-term-page {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 25px rgba(0,0,0,0.08);
      padding: 40px 30px;
      /*max-width: 950px;*/
      margin: 60px auto;
    }
    .content-header-term-page {
      border-bottom: 2px solid #e9ecef;
      margin-bottom: 25px;
      padding-bottom: 15px;
      text-align: center;
    }
    .content-header-term-page h2 {
      color: #9fdd0b;
      font-size: 2rem;
      font-weight: 700;
      margin-bottom: 0;
    }
    .content-box-term-page h3 {
      color: #9fdd0b;
      font-size: 1.25rem;
      font-weight: 600;
      margin-top: 25px;
      margin-bottom: 15px;
    }
    .bmi-table-img{
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
        border-radius: 18px;
    }