* {
    font-family: "DM Sans", sans-serif;
}
p{
    text-align: justify;
}
.mini-heading {
    color: #9fdd0b;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 7px;
}

.aboutimg-new {
    position: sticky;
    top: 12px;
}
.aboutimg-new img{
    height: 100%;
}
.portfolio-new-main {
    overflow: hidden;
}

.what-doimg img {
    width: 100%;
    position: sticky;
    top: 15px;
}

.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: 100%;
    height: 50px;
    border-radius: 50%;
    margin-bottom: 29px !important;
    /*background: #9fdd0b;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 22px;
    margin-bottom: 12px;
    /*box-shadow: 0 3px 6px rgba(159, 221, 11, 0.4);*/
}
.icon-circle img{
    max-width: 50px;
}
.why-point h5 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2e7d32;
    margin-bottom: 0;
}

.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);
    position: sticky;
    top: 15px;
}

.common-mini-para {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    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-icon img{
    max-width: 50px;
}
.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: 0px;
    }
    .site-branding #logo-img{
        max-width: 135px;
    }

    .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;
    }
    .aboutimg-new img{
        max-height: unset;
        min-height: unset;
    }
    
}

.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{
    border-radius: 15px;
}
.blog-mainnew img{
    border-radius: 15px 15px 0 0;
}
.blog-mainnew:hover .programme-img img{
    min-height: unset;
    border-radius: 15px 15px 0 0;
}
/*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;
      border: 1px solid #0000008f;
      background: rgba(255,255,255,0.2);
    }
    .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%;
    }
    .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;
    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;
}

.service-detail-contactform .prt-row.conatact-section{
    margin-top: 55px !important;
}


 /* Dropdown background */
    .select2-container--bootstrap-5 .select2-dropdown {
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 6px;
    }

    /* Options */
    .select2-container--bootstrap-5 .select2-results__option {
      color: #333;
      padding: 8px 12px;
    }

    /* Hovered option */
    .select2-container--bootstrap-5 .select2-results__option--highlighted {
      background-color: #9fdd0b !important;
      color: #fff !important;
    }
    /* Selected item (top box) */
    .select2-container--bootstrap-5 .select2-selection--single {
     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;
    display: flex;
    height: 50px;
    }

    /* Selected value text */
    .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
      color: black !important;
      font-weight: 500;
    }

    /* Arrow icon color */
    .select2-container--bootstrap-5 .select2-selection__arrow b {
      border-color: #9fdd0b transparent transparent transparent !important;
    }
    .select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #0000008f;
    box-shadow: none;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    color: black;
    background-color: rgba(255, 255, 255, 0.2);
}
.test-mainnewslide{
    height: 100%;
}
.swiper-slide{
    height: unset !important;
}
.testimonialSwipernewmain{
    padding: 14px;
}
.about-top-headingnew h2{
        font-size: 42px;
    line-height: 45px;
    font-weight: 700;
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .hero-section .prt-page-title-row-inner .hero-content-block{
        width: 100% !important;
        min-height: 410px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .hero-section .prt-page-title-row-inner .hero-content-block{
        left: 30px !important;
  }
  .hero-section .hero-content h2.title {
        font-size: 30px !important;
        line-height: 36px !important;
    }
    .hero-section .hero-content h3{
        line-height: 18px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
      .hero-section .hero-content h2.title {
        font-size: 30px !important;
        line-height: 32px !important;
    }
    .hero-section .prt-page-title-row-inner .hero-content-block{
        left: 145px !important;
    }
    .aboutimg-new img{
        width: 100%;
    }
    .aboutcontent-order{
        order: 1;
    }
    .aboutimg-order{
        margin-bottom: 15px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .prt-row .container, footer .container, .sidebar .container{
      padding: 0 15px !important;
  }
      .hero-section .hero-content h2.title {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    .about-top-headingnew h2 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
}
.why-point h5{
    font-size: 16px
}
.hero-section .prt-page-title-row-inner .hero-content-block{
    left: 335px !important;
}
.section-title h2{
    font-size: 32px;
    line-height: 30px;
}
.featured-imagebox-post.style2 .featured-content h3{
    font-size: 18px;
    line-height: 26px;
}
.featured-icon-box.style2 .featured-title h3 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 12px;
}
.prt-icon.prt-icon_element-size-lg img{
    max-width: 65px;
}
.site-branding #logo-img{
    max-width: 128px
}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .prt-header-style-01 nav.main-menu ul.menu > li > a{
      font-size: 13px !Important;
  }
  .site-branding #logo-img {
    max-width: 156px;
  }
    .prt-header-style-01 nav.main-menu ul.menu {
        padding-left: 0px !important;
        margin-left: 0px !important;
    }
}

/* Extra extra large devices (very large screens, 1400px and up) */
@media (min-width: 1400px) {
  
}
