/* Responsive */
.hero.hero-brand {
  /* background-image: url(../images/brand/brand-banner.jpg); */
  background: linear-gradient(80deg, #d1bef8 10%, #b6fbfb 60%, #c3b9d9 100%);
} 
.hero.hero-gynae {
  background-image: url(../images/gynec-surgery-banner.jpg);
}

.hero.hero-pregnancy .container {
  max-width: 1540px;
}
.hero.hero-brand .hero-form ,
.hero.hero-pregnancy .hero-form {
  margin: 0;
}
.hero.hero-brand .hero-wrapper,
.hero.hero-pregnancy .hero-wrapper {
  padding: 0 0!important;
}

/* .hero.hero-brand .hero-wrapper {
  padding: 3rem 0 0;
} */

.hero.hero-pediatrics {
  background-image: url(../images/paed-surgery/paed-banner.jpg);
}

.hero.hero-pregnancy {
  /* background-image: url(../images/maternity/pregnancy-banner.jpg); */
  background-color: #fff;
}

.hero.hero-cardiac {
  background-image: url(../images/child-surgery/cardiac-banner.jpg);
}

.hero.hero-paed-ent {
  background-image: url(../images/paed-ent/paed-ent-banner.jpg);
}

.hero.hero-paed-neuro {
  background-image: url(../images/paed-neuro/paed-neuro-banner.jpg);
}

.hero.hero-paed-bone-marrow {
  background-image: url(../images/bone-marrow/paed-bone-marrow-banner.jpg);
}

@media (max-width: 992px) {
  .hero.hero-brand .hero-wrapper ,
  .hero.hero-pregnancy .hero-wrapper {
    gap: 0 0;
    padding-bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .hero.hero-bg-img {
    background-size: contain;
    background-position: center top;
  }

  .hero.hero-bg-img .hero-wrapper {
    padding: 0 0 1rem;
  }
}

@media (max-width: 450px) {
  .hero.hero-brand {
            padding-bottom: 1rem;
    /* background-image: url(../images/brand/mob-brand-banner.jpg); */
  }
.hero.hero-gynae {
  background-image: url(../images/mob-gynec-surgery-banner.jpg);
}

  .hero.hero-pediatrics {
    background-image: url(../images/paed-surgery/mob-paed-banner.jpg);
  }

  .hero.hero-pregnancy {
    /* background-image: url(../images/maternity/mob-pregnancy-banner.jpg); */
  }

  .hero.hero-cardiac {
    background-image: url(../images/child-surgery/mob-cardiac-banner.jpg);
  }

  .hero.hero-paed-ent {
    background-image: url(../images/paed-ent/mob-paed-ent-banner.jpg);
  }

  .hero.hero-paed-neuro {
    background-image: url(../images/paed-neuro/mob-paed-neuro-banner.jpg);
  }

  .hero.hero-paed-bone-marrow {
    background-image: url(../images/bone-marrow/mob-paed-bone-marrow-banner.jpg);
    background-color: #fff;
  }

}

@media (min-width: 451px) and (max-width: 992px) {
  .hero.hero-bg-img {
    background-size: 835px;
    background-position: top left;
  }
}

@media (min-width: 451px) and (max-width: 1100px) {

  .hero.hero-brand {
    /* background-image: url(../images/brand/tab-brand-banner.jpg); */
  }
.hero.hero-gynae {
  background-image: url(../images/gynec-surgery-banner.jpg);
}
  .hero.hero-pregnancy {
    /* background-image: url(../images/maternity/tab-pregnancy-banner.jpg); */
  }

  .hero.hero-pediatrics {
    background-image: url(../images/paed-surgery/tab-paed-banner.jpg);
  }

  .hero.hero-cardiac {
    background-image: url(../images/child-surgery/tab-cardiac-banner.jpg);
  }

  .hero.hero-paed-ent {
    background-image: url(../images/paed-ent/tab-paed-ent-banner.jpg);
  }

  .hero.hero-paed-neuro {
    background-image: url(../images/paed-neuro/tab-paed-neuro-banner.jpg);
  }

  .hero.hero-paed-bone-marrow {
    background-image: url(../images/bone-marrow/tab-paed-bone-marrow-banner.jpg);
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  .hero.hero-bg-img {
    background-size: auto;

  }

  .hero.hero-bg-img .hero-wrapper {
    padding: 0 0 1rem;
  }

  .hero-form h2 {
    font-size: 18px;
  }

  .hero-wrapper h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .hero-wrapper .stat h3 {
    font-size: 20px;
  }
}

@media (min-width: 991.8px) and (max-width: 1150px) {

  .hero.hero-bg-img {
    background-size: cover;
    /* background-position: center; */
    background-position: center left;

  }
}

@media (min-width: 991.8px) and (max-width: 1380px) {
  .tab-wrapper .tab-btn {
    padding: 8px 16px;
    border-radius: 6px;

  }
}

@media (min-width: 991.8px) and (max-width: 1550px) {
  .hero-wrapper .stat p {
  font-size: 13px;
  }
  .hero-wrapper h1 {
    font-size: 34px;
    margin-bottom: 10px;
  }

  .hero.hero-bg-img {
    background-size: cover;
    background-position: center;
    /* background-position: center left; */

  }

  .hero.hero-paed-bone-marrow,
  .hero.hero-gynae,
  .hero.hero-brand,
  .hero.hero-paed-ent,
  .hero.hero-paed-neuro,
  .hero.hero-cardiac {
    background-position: center left;
  }

  .hero.hero-bg-img .hero-wrapper {
    padding: 0 0 1rem;
  }

  .hero.hero-bg-img .hero-image {
    position: relative;
    flex: 30 1 0%;
    max-width: calc(30% - 0.67rem);
  }

  .hero.hero-bg-img .hero-left {
    flex: 35 1 0%;
    max-width: calc(35% - 0.67rem);
    padding-right: 2%;
  }

  .hero.hero-bg-img .hero-form {
    flex: 35 1 0%;
    max-width: calc(35% - 0.67rem);
  }
}

@media (max-width: 992px) {

  section {
    padding: 25px 0;
    scroll-margin-top: 70px;
  }

  .network-section {
    padding: 25px 0;
  }

  body.active {
    overflow: hidden;
  }

  .triger-flex {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .navbar-section {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 99;
    height: calc(100dvh - 72px);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    transition-duration: .6s;
    opacity: 0;
  }

  .navbar-section.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .navbar ul {
    flex-direction: column;
    gap: 10px;
  }

  .mobileTrigger {
    cursor: pointer;
    display: block;
    margin: 3px 0 0 0;
    width: 28px;
    z-index: 12;
  }

  .mobileTrigger ul {
    margin: 0;
    padding: 0;
  }

  .mobileTrigger ul li {
    width: 100%;
    background: #000;
    height: 3px;
    margin: 0px 0 5px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 8px;
    list-style: none;
  }

  .mobileTrigger ul li.active.scnd {
    opacity: 0;
  }

  .mobileTrigger ul li.active.frst {
    transform: translateY(7px) translateY(-50%) rotate(-45deg);
    margin: 6px 0 0px;
  }

  .mobileTrigger ul li.active.thrd {
    transform: translateY(-7px) translateY(50%) rotate(45deg);
    margin: 0px 0 5px;
  }


  .comman-heading .tag {
    font-size: 11px;
  }

  .comman-heading h2 {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .comman-heading p {
    font-size: 13px;
    margin-bottom: 5px;
  }


  .call-btn {
    display: flex;
    gap: 6px;
    padding: 6px 12px;
    font-size: 13px;
    font-weight: 700;
  }

  .call-btn i {
    display: none;
  }

  .call-btn span {
    font-weight: 700;
    display: flex;
    flex-direction: column;
  }

  .call-btn small {
    font-size: 11px;
    font-weight: normal;
  }

  .hero-wrapper {
    /* flex-direction: column; */
    gap: 8px 0;
    padding-bottom: 2rem;
  }

  .hero {
    padding-top: 100px;
  }

  .hero-left {
    max-width: 100%;
    padding: 0;
  }

  .hero-form {
    width: 100%;
    flex: 0 0 calc(100% - 7px);
    margin-top: 10vh;
  }

  .hero h1 {
    font-size: 32px;
  }

  .surgery-section {
    padding: 25px 0;
  }

  .surgery-wrapper {
    flex-direction: column;
    gap: 20px;
  }

  .surgery-section .image-box {
    height: 350px;
  }

  .choose-section .choose-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .choose-section .choose-section {
    padding: 50px 20px;
  }

  .choose-section .choose-section h1 {
    font-size: 28px;
  }

  .treat-wrapper {
    flex-direction: column;
  }

  .surgical-section .cards-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 15px;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
  }

  .surgical-section .cards-wrapper.hidden {
    display: none;
  }

  .surgical-section .card {
    min-width: 40%;
    scroll-snap-align: start;
    padding: 12px;
  }

  .surgical-section .card h4 {
    margin-bottom: 4px;
  }

  .surgical-section .show-more {
    margin-bottom: 0;
  }

  .surgical-section .card p {
    margin-bottom: 5px;
  }

  .specialists-wrapper {
    display: flex;
    overflow-x: auto;
    gap: 15px;
  }

  .specialists-section .specialists-wrapper {
    gap: 10px;
  }

  .specialists-section .doc-img {
    width: 55px;
    height: 55px;
  }

  .specialists-section .doctor-card {
    padding: 15px;
    gap: 15px;
  }

  .specialists-section .doctor-card h4 {
    font-size: 13px;
  }

  .specialists-section .role {
    font-size: 12px;
  }

  .specialists-section .badges {
    margin: 0;
  }

  .specialists-section .exp {
    font-size: 12px;
    padding: 4px 8px;
  }

  .specialists-section .btn {
    min-height: 44px;
    margin-top: 5px;
    padding: 10px 14px;
    margin-top: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .specialists-section .info-box {
    padding: 10px 20px;
    margin-top: 10px;
    align-items: start;
    gap: 5px;
  }

  .specialists-section .info-box p span.angleimg {
    display: inline-block;
    font-size: 14px;
  }

  .specialists-section .info-box p {
    font-size: 12px;
  }


  .overflow-icon {
    display: none;
  }

  /* MOBILE */

  .testimonial-section .top {
    gap: 30px;
    margin-bottom: 30px;
  }

  .rating-wrapper {
    display: unset;
  }

  .testimonial-section .rating-box {
    width: 100%;
  }

  .rating-left {
    padding: 10px 14px;
  }

  .rating-left h2 {
    font-size: 30px;
  }

  .stars {
    margin-top: 4px;
    font-size: 12.5px;
  }

  .rating-right h4 {
    font-size: 13px;
  }

  .rating-right h4 br {
    display: none;
  }

  .rating-right p {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.3;
  }

  .choose-section .card {
    padding: 10px;
  }

  .choose-section .card h3 {
    font-size: 13px;
  }

  .choose-section .card p {
    font-size: 13px;
    margin-bottom: 0px;
    /* line-height: 16px; */
  }

  .choose-section .icon {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    margin-bottom: 8px;
  }

  .choose-section .tags {
    display: none;
  }

  .choose-section .banner {
    margin-top: 20px;
    padding: 10px;
    gap: 5px;
    border-radius: 10px;
  }

  .choose-section .banner-left {
    gap: 15px;
  }

  .choose-section .banner h4 {
    font-size: 13px;
    margin-bottom: 5px;
  }

  .choose-section .banner p {
    font-size: 12px;
    margin-bottom: 5px;
  }

  .choose-section .banner-tags {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    justify-content: end;
    width: 100%;
    padding-right: 15px;
  }

  .choose-section .banner-tags span {
    padding: 4px 8px;
    border-radius: 14px;
    font-size: 10px;
  }

  .treat-section .treat-wrapper {
    gap: 15px;
  }

  .treat-section .filters {
    width: 100%;
    display: flex;
    gap: 5px;
    overflow: scroll;
    flex-wrap: nowrap;
    scroll-snap-type: x mandatory;
    padding-bottom: 4px;
  }

  .treat-section .filter {
    flex: 1;
    min-width: 210px;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 3px 5px;
    min-height: 44px;
  }

  .treat-section .count {
    display: none;
  }

  .treat-section .treat-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }

  .treat-section .item {
    padding: 10px;
    gap: 10px;
    /* font-size: 13px; */
  }

  .treat-section .treat-header {
    flex-flow: wrap;
    justify-content: center;
  }

  .testimonialSlider .swiper-wrapper {
    align-items: stretch;
  }

  .testimonialSlider .swiper-slide {
    height: auto;
    display: flex;
  }

  .testimonialSlider .t-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
  }

  .testimonialSlider .video-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    width: 100%;
  }

  .testimonialSlider .video-top {
    height: 115px;
  }

  .faq-flexSection {
    flex-direction: column;
    gap: 15px;
  }

  .faq-section .accordion-item {
    margin-bottom: 10px;
  }

  .faq-section .accordion-header {
    padding: 10px 15px;
    /* font-size: 13px; */
  }

  .faq-section .accordion-content {
    /* font-size: 12px; */
    line-height: 1.4;
  }

  .surgery-section .left,
  .surgery-section .right {
    width: 100%;
  }

  .specialists-section .cta h3 {
    font-size: 16px;
  }

  .specialists-section .cta p {
    font-size: 12px;
  }

  .top-header {
    padding: 10px 0;
  }
}



.network-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.network-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

@media (max-width:768px) {

  .network-grid {
    display: block;
  }

  .network-card {
    height: auto;
  }

}

/* MOBILE SLIDER */
@media(max-width:767px) {
  .hero-form {
    margin-top: 5vh;
  }

  .hero-wrapper .tags {
    gap: 8px;
  }

  .hero-wrapper .tag {
    font-size: 10px;
  }

  .hero h1,
  .hero h1 span {
    font-size: 19px;
    margin-bottom: 10px;
  }

  .hero-form h2 {
    font-size: 19px;
  }

  .hero-form small {
    font-size: 11px;
  }

  .hero p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .hero-form .input,
  .hero-form .select {
    padding: 7px 12px;
  }

  .hero-form .btn {
    padding: 10px;
    font-size: 13px;
  }

  /* .comman-heading .tag {
    font-size: 12px;  
  } */

  .comman-heading h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }

  .hero-form .privacy {
    font-size: 12px;
  }

  .comman-heading p {
    /* font-size: 12px;   */
    margin-bottom: 10px;
  }

  .hero-wrapper .stats {
    padding: 6px 6px;
    flex-wrap: wrap;
    display: flex;  background: rgba(255, 255, 255, .85);
    flex-direction: column;
  }

  .hero-wrapper .stats .stat {
    padding: 6px;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    /* flex: 0 0 calc(50%); */
    /* background: red; */
    /* max-width: 50%; */
    width: 100%;

  }

  .hero-wrapper .stats .stat:last-child {
    /* display: none; */
    /* border: 0; */
  }

  .hero-wrapper .stats .stat:nth-child(1),
  .hero-wrapper .stats .stat:nth-child(2) {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.2);

  }
.treat-section .item h6{font-size: 14px;}
  .hero-wrapper .stat h3 {
    font-size: 22px;
    /* max-width: 50px; */
    flex: 35% 0 0;
  }

  .hero-wrapper .stat p {
    text-align: left;
    padding-left: 5%;
    font-size: 13px;
    margin: 0;
    /* flex: 7; */
    flex: 65% 0 0;
  }


  .testimonialSlider .swiper-slide {
    width: 85%;
  }

  /* .network-section .network-grid {
    display: none;
  } */

  .network-section .swiper {
    display: block;
    padding: 0 ;
  }

  .network-section .swiper .swiper-wrapper {
    align-items: stretch;
  }

  .network-section .swiper .swiper-slide {
    width: 100%;
    height: auto;
    /* display: flex; */
  }

  .network-section .network-card .tag {
    display: inline-block;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .8);
    font-size: 11px;
    padding: 3px 8px;
    border-radius: 10px;
    font-weight: 700;
    margin-top: 8px;
  }

  .network-section .network-card {
    width: 100%;
    padding: 12px 10px;
  }

  .network-section .network-card p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .network-section .network-header h2 {
    font-size: 28px;
  }

  .cta-wrapper {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
  }

  .cta-wrapper .cta-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    padding: 20px;
  }

  .cta-wrapper .cta-text h2 {
    font-size: 15px;
  }

  .cta-wrapper .cta-text p {
    font-size: 13px;
  }

  .cta-wrapper .cta-btn {
    justify-content: center;
    padding: 11px 22px;
    font-size: 12px;
    min-height: 44px;
  }

  .cta-wrapper .cta-text {
    text-align: center;
  }

  .surgery-section .features {
    margin: 20px 0 0;
  }

  .surgery-section .card {
    flex-flow: nowrap;
    align-items: start;
    padding: 15px 15px 10px;
  }

  .surgery-section .card .card-content {
    flex: 1;
  }

  .surgery-section .right {
    width: 100%;
  }

  .surgery-section .image-box {
    height: 190px;
  }

  .treat-section .view-btn {
    width: 100%;
    min-height: 44px;
  }

  .faq-desktop-btn {
    display: none;
  }

  .faq-mobile-btn {
    display: block;
    margin-top: 16px;
    background: #E4D8F4;
    border-radius: 12px;
    padding: 14px;
    text-align: center;
    border: 1px solid #DDD4EE;
  }

  .faq-mobile-btn .faq-cta-text {
    font-size: 12px;
    color: #4A4A4A;
    margin-bottom: 10px;
    line-height: 1.4;
  }

  .faq-mobile-btn .faq-btn {
    background: #663399;
    color: white;
    font-size: 12px;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    box-shadow: 0 3px 12px rgba(102, 51, 153, .3);
    min-height: 44px;
  }

  .faq-section .accordion-icon {
    min-width: 28px;
    min-height: 28px;
  }

  .surgical-section .card {
    min-width: 80%;
  }

  .specialists-section .specialists-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .specialists-section .doc-img {
    width: 55px;
    height: 55px;
  }

  .specialists-section .doctor-card {
    display: flex;
    padding: 15px;
    gap: 15px;
  }

  .testimonial-section .top {
    flex-direction: column;
    gap: 5px;
    margin-bottom: 30px;
    align-items: start;
  }

  .rating-wrapper {
    display: flex;
  }

  .specialists-section .cta {
    flex-direction: column;
    text-align: start;
    gap: 15px;
    background: unset;
    padding: 0;
    margin-top: 15px;
  }

  .specialists-section .cta .cta-heading {
    display: none;
  }

  .specialists-section .cta-btn {
    background: linear-gradient(135deg, #3D1A6E 0%, #5C3A71 100%);
    min-height: 44px;
  }

  .choose-section .banner-left {
    gap: 10px;
    flex: unset;
  }

}

@media (max-width: 500px) {
  .networkSwiper .custom-arrow, .testimonial-container .custom-arrow, .doctor-section .custom-arrow {
    width: 34px;
    height: 34px;
  }
  .hero-wrapper .stat p {font-size: 10px;}
  .rating-box {
    min-width: 100%;
  }

  .logo {
    width: 130px;
  }

  .choose-section .choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .specialists-section .cta-btn {
    width: 100%;
    justify-content: center;
  }
}


@media (max-width: 380px) {
  .choose-section .choose-grid {
    grid-template-columns: 1fr;
  }

  .treat-section .treat-grid {
    grid-template-columns: 1fr;
  }
}



@media (min-width: 600px) and (max-width: 1024px) {

  /* --- 10px → 11px --- */
  .choose-section .banner-tags span,
  .hero-wrapper .tag,
  .hero-form .privacy,
  .hero-wrapper .stat p,
  .network-section .network-card .tag {
    font-size: 12px;
  }

  /* --- 11px → 12px --- */
  .choose-section .banner p,
  .call-btn small,
  .treat-section .filter,
  .hero-form small {
    font-size: 13px;
  }

  /* --- 12px → 13px --- */
  .testimonialSlider .review,
  .specialists-section .role,
  .specialists-section .exp,
  .specialists-section .info-box p,
  .rating-right p,
  .choose-section .card p,

  .treat-section .item,
  .faq-section .accordion-content,
  .specialists-section .cta p,
  .comman-heading .tag,
  .specialists-section .btn,
  .comman-heading p,
  .network-section .network-card p,
  .cta-wrapper .cta-btn,
  .faq-mobile-btn .faq-cta-text,
  .faq-mobile-btn .faq-btn {
    font-size: 14px;
    /* color: red; */
  }

  /* --- 13px → 14px --- */
  .call-btn,
  .specialists-section .doctor-card h4,

  .rating-right h4,
  .choose-section .card h3,
  .choose-section .banner h4,
  .faq-section .accordion-header,
  .hero-form .btn,
  .cta-wrapper .cta-text p {
    font-size: 15px;
  }

}