/*===============SLIDER CSS START=================*/
/*===============SLIDER CSS START=================*/
.mainWrapper_4534 {
  min-height: 50vh;
  margin: 10px 20px;
  display: flex;
  justify-content: center;
  padding: 10px 0;
  overflow-x: hidden;
}

.sliderWrapp_4534 {
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}

.sliderWrapp_4534 .swiper-slide {
  height: 100%;
}

.sliderWrapp_4534 .imgWrapper_8766 {
  display: block;
  width: 100%;
  height: 100%;
}

.sliderWrapp_4534 .imgWrapper_8766 img {
  width: 100%;
  height: 100%;
  min-height: 50vh;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

/* =========================
   FORM CARD
========================= */

.formCard_4534 {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.formTitle_4534 {
  color: var(--mainColor_45231);
  font-weight: bold;
  font-size: 1.5rem;
}

.inputGroup_4534 {
  position: relative;
}

.inputGroup_4534 i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  z-index: 2;
}

.inputSearch_4534 {
  padding-left: 45px;
  border: 1px solid var(--mainColor_45231);
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  box-shadow: none !important;
}

.inputSearch_4534:focus {
  border-color: var(--mainColor_45231);
}

/* =========================
   ICON BOX
========================= */

.iconBox_4534 {
  text-align: center;
  background: var(--mainColor_45231);
  border-radius: 8px;
  padding: 5px;
  border: 2px solid var(--mainColor_45231);
  overflow: hidden;
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.iconBox_4534 .iconTop {
  background: white;
  border-radius: 5px;
  padding: 18px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 70px;
}

.iconBox_4534 i {
  font-size: 2rem;
  color: var(--thirdColor_45231);
}

.iconBox_4534 .iconText {
  color: white;
  padding: 10px 5px;
  font-size: 0.77rem;
  font-weight: 400;
  line-height: 1.3;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconBox_4534:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
}

/* =========================
   TABLET VIEW
========================= */

@media (max-width: 991px) {
  .mainWrapper_4534 {
    margin: 10px;
  }

  .sliderWrapp_4534 .imgWrapper_8766 img {
    min-height: 420px;
  }

  .formCard_4534 {
    padding: 20px;
  }

  .formTitle_4534 {
    font-size: 1.3rem;
  }

  .iconBox_4534 .iconTop {
    min-height: 60px;
    padding: 15px 10px;
  }

  .iconBox_4534 i {
    font-size: 1.7rem;
  }
}

/* =========================
   MOBILE VIEW
========================= */

@media (max-width: 767px) {
  .mainWrapper_4534 {
    margin: 8px;
    padding: 5px 0;
    min-height: auto;
  }

  .sliderWrapp_4534 {
    margin-bottom: 15px;
  }

  .sliderWrapp_4534 .imgWrapper_8766 img {
    min-height: 260px;
    max-height: 260px;
    border-radius: 12px;
  }

  .formCard_4534 {
    padding: 18px;
    border-radius: 12px;
  }

  .formTitle_4534 {
    font-size: 1.2rem;
  }

  .btnAction_4534 {
    min-height: 50px;
  }

  .btnAction_4534 .btnWrapper_432 {
    font-size: 11px;
    line-height: 1.3;
  }

  .btnAction_4534 i {
    min-width: 50px;
    padding: 0 14px;
  }

  .iconBox_4534 .iconTop {
    min-height: 55px;
    padding: 12px 8px;
  }

  .iconBox_4534 i {
    font-size: 1.4rem;
  }

  .iconBox_4534 .iconText {
    font-size: 0.68rem;
    padding: 8px 4px;
  }
}

/* =========================
   EXTRA SMALL DEVICES
========================= */

@media (max-width: 480px) {
  .sliderWrapp_4534 .imgWrapper_8766 img {
    min-height: 220px;
    max-height: 220px;
  }

  .formCard_4534 {
    padding: 15px;
  }

  .formTitle_4534 {
    font-size: 1.1rem;
  }

  .btnAction_4534 .btnWrapper_432 {
    font-size: 10px;
  }

  .iconBox_4534 .iconText {
    font-size: 0.62rem;
  }

  .iconBox_4534 i {
    font-size: 1.2rem;
  }
}

/*===============SLIDER CSS END=================*/

/*=========================== 
            CARDS SLIDER CSS START  
                =========================*/

.section_wrapper_45231 {
  background-color: var(--secondColor_45231);
  padding: 60px 0;
}

.title_45231 {
  color: var(--thirdColor_45231);
  font-weight: 700;
  margin-bottom: 30px;
}

/* Swiper Navigation Customization */
.btn_next_45231,
.btn_prev_45231 {
  color: #fff !important;
  background: var(--teal_45231);
  width: 35px !important;
  height: 35px !important;
  border-radius: 50%;
}

.btn_next_45231::after,
.btn_prev_45231::after {
  font-size: 18px !important;
}

/* Card Styling */
.card_item_45231 {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.icon_box_45231 {
  padding: 40px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  transition: background 0.3s ease;
}

.icon_box_45231 .imgWrapper_3244 {
  background: var(--secondColor_45231);
  padding: 20px;
  border-radius: 50%;
  height: 100px;
  width: 100px;
}

.icon_box_45231 i {
  font-size: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label_footer_45231 {
  background-color: var(--teal_45231);
  color: #fff;
  text-align: center;
  padding: 12px 5px;
  font-weight: 600;
  font-size: 1.1rem;
}

.card_item_45231:hover .icon_box_45231 {
  background-color: var(--mainColor_45231);
}

/*======================== CARDS SLIDER CSS END =========================*/

/*============================= SERVICES CSS START  =========================*/
.services-wrap-x82kd {
  padding: 70px 0;
  background: #fff;
}

.section-title-f91mn {
  font-size: 2rem;
  font-weight: 700;
  color: var(--mainColor_45231);
}

.service-card-j82as {
  background: var(--secondColor_45231);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  min-height: 220px;
  transition: 0.3s ease;
  cursor: pointer;
}

.service-card-j82as:hover {
  transform: translateY(-8px);
}

.svc-highlighted-k32wp {
  background: var(--mainColor_45231);
}

.svc-highlighted-k32wp .icon-box-p39sd,
.svc-highlighted-k32wp .card-label-t59rm {
  color: #fff;
}

.icon-box-p39sd {
  font-size: 3.5rem;
  color: var(--thirdColor_45231);
  transition: 0.3s ease;
}

.service-card-j82as:hover .icon-box-p39sd {
  transform: scale(1.08);
}

.card-label-t59rm {
  background: var(--teal_45231);
  color: #fff;
  border-radius: 8px;
  font-size: 0.8rem;
}

@media (max-width: 991.98px) {
  .services-wrap-x82kd {
    padding: 50px 0;
  }

  .service-card-j82as {
    min-height: 230px;
  }

  .section-title-f91mn {
    font-size: 1.75rem;
  }
}

@media (max-width: 767.98px) {
  .services-wrap-x82kd {
    padding: 40px 0;
  }

  .service-card-j82as {
    min-height: 210px;
  }

  .section-title-f91mn {
    font-size: 1.5rem;
  }

  .icon-box-p39sd {
    font-size: 2.5rem;
  }
}

@media (max-width: 575.98px) {
  .service-card-j82as {
    min-height: 190px;
  }

  .icon-box-p39sd {
    font-size: 2.2rem;
  }
}

/*============================ SERVICES CSS END ========================*/

/* *********** About us ********* */
.hero-banner-k92sd {
  position: relative;
  background: linear-gradient(135deg, #fff 0%, var(--secondColor_45231) 100%);
  min-height: 500px;
  display: flex;
  align-items: center;
}

.content-area-m73kd {
  position: relative;
  z-index: 2;
  padding: 60px 40px;
}

.heading-primary-p82sd {
  font-weight: 600;
  color: var(--thirdColor_45231);
  line-height: 1.2;
  margin-bottom: 24px;
}

.description-text-n47hf {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.7;
  color: var(--textColor_45231);
}

.disclaimer-text-c29wj {
  font-weight: 400;
}

.cta-wrapper-r38dm {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}

.image-composition-t56fg {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle-bg-h38jd {
  position: absolute;
  width: 380px;
  height: 380px;
  background: var(--teal_45231);
  border-radius: 50%;
}

.orbit-ring-a47km {
  position: absolute;
  width: 460px;
  height: 460px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.main-image-v64ls {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.main-image-v64ls img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 991.98px) {
  .hero-banner-k92sd {
    min-height: auto;
    padding: 40px 0;
  }

  .content-area-m73kd {
    padding: 40px 20px;
    text-align: center;
  }

  .heading-primary-p82sd {
    font-size: 2rem;
  }

  .image-composition-t56fg {
    height: 400px;
  }

  .circle-bg-h38jd {
    width: 300px;
    height: 300px;
  }

  .orbit-ring-a47km {
    width: 360px;
    height: 360px;
  }

  .main-image-v64ls {
    width: 270px;
    height: 270px;
  }
}

@media (max-width: 575.98px) {
  .heading-primary-p82sd {
    font-size: 1.6rem;
  }

  .description-text-n47hf {
    font-size: 0.95rem;
  }

  .image-composition-t56fg {
    height: 320px;
  }

  .circle-bg-h38jd {
    width: 240px;
    height: 240px;
  }

  .orbit-ring-a47km {
    width: 280px;
    height: 280px;
  }

  .main-image-v64ls {
    width: 210px;
    height: 210px;
  }
}

/*=======================================
        TESTIMONIAL CSS START 
        ==================================*/

.testimonial-section-z92kd {
  background-image: url("https://media.suburbandiagnostics.com/home/assets/images/homepage/Testimonial-New.webp");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 35% 100%;
  background-color: var(--secondColor_45231);
  min-height: 550px;
  display: flex;
  align-items: center;
}

.testimonial-card-j33kd {
  background-color: var(--mainColor_45231);
  color: var(--secondColor_45231);
  padding: 60px 45px;
  border-radius: 30px;
  position: relative;
}

.card-quote-cap-n44xs {
  position: absolute;
  top: -35px;
  right: -14px;
  background: var(--secondColor_45231);
  width: 85px;
  height: 85px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.637); */
}

.card-quote-cap-n44xs i {
  color: var(--mainColor_45231);
  font-size: 3.5rem;
}

.nav-controls-h88as {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  justify-content: flex-start;
  padding-left: 20px;
}

@media (max-width: 991px) {
  .testimonial-section-z92kd {
    background-image: none;
    padding: 60px 0;
  }

  .middle-title-w39sk i {
    display: none;
  }

  .middle-title-w39sk h2 {
    font-size: 2.2rem;
  }

  .nav-controls-h88as {
    justify-content: center;
  }
}

.middle-title-w39sk h2 {
  font-size: 2.8rem;
}

.header-box-k11pa h2 {
  font-size: 2.2rem;
}

.testimonial-card-j33kd p {
  font-size: 1rem;
  letter-spacing: 1px;
  word-spacing: 2px;
  text-align: justify;
}

@media (max-width: 991px) {
  .testimonial-section-z92kd {
    background-image: none;
    /* Tablet par image hta di h clarity ke liye */
    min-height: auto;
    padding: 50px 0;
  }

  .middle-title-w39sk {
    text-align: center;
    margin-bottom: 30px;
  }

  .middle-title-w39sk i {
    display: none;
  }

  /* Extra quotes hide */

  .middle-title-w39sk h2 {
    font-size: 2rem;
    /* Font thoda chota */
  }

  .header-box-k11pa h2 {
    font-size: 1.8rem;
    text-align: center;
  }

  .header-box-k11pa p {
    text-align: center;
    font-size: 1rem !important;
  }

  .testimonial-card-j33kd {
    padding: 30px;
  }

  .testimonial-card-j33kd p {
    font-size: 1.1rem;
  }
}

@media (max-width: 767px) {
  .testimonial-section-z92kd {
    padding: 40px 15px;
  }

  .middle-title-w39sk h2 {
    font-size: 1.6rem;
    /* Mobile ke liye aur chota font */
  }

  .header-box-k11pa h2 {
    font-size: 1.5rem;
  }

  .header-box-k11pa {
    padding-left: 0 !important;
  }

  .testimonial-card-j33kd {
    padding: 25px;
    border-radius: 20px;
  }

  .testimonial-card-j33kd p {
    font-size: 1rem;
    line-height: 1.4;
  }

  .card-quote-cap-n44xs {
    width: 60px;
    height: 60px;
    top: -20px;
    right: 10px;
  }

  .card-quote-cap-n44xs i {
    font-size: 2.2rem;
  }

  .nav-controls-h88as {
    justify-content: center;
    margin-top: 20px;
  }

  .nav-btn-q11we {
    width: 40px;
    height: 40px;
  }
}

/*============================================
        TESTIMONIAL CSS END 
        =======================================*/

/*============================================
        PARTNER CSS START 
        =========================*/

.partnerSection_6454 {
  background-color: var(--secondColor_45231);
  padding: 40px 0;
  overflow-x: hidden;
}

.partnerHeading_6454 {
  color: var(--mainColor_45231);
  font-weight: 700;
  margin-bottom: 20px;
}

.partnerText_6454 {
  color: var(--textColor_45231);
  font-size: 1.1rem;
  line-height: 1.6;
}

.btn_6454 {
  background: linear-gradient(to right, #17a2b8 80%, #8e44ad 20%);
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  transition: 0.3s;
  font-weight: 500;
}

.btn_6454:hover {
  opacity: 0.9;
  color: white;
}

.imgContainer_6454 {
  position: relative;
  z-index: 1;
}

.imgFrame_6454 {
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  border-radius: 150px;
  border: 8px solid white;
  box-shadow: 0 0 0 2px #17a2b8;
}

@media (max-width: 991px) {
  .partnerSection_6454 {
    text-align: center;
  }

  .imgContainer_6454 {
    margin-top: 40px;
  }

  .btn_6454 {
    justify-content: center;
  }
}

/*=================================
PARTNER CSS END
===========================*/

/*=================================
PACKAGE CSS START
===========================*/
/* Section Layout */
.health-section-v92ks {
  background-color: var(--bg-light_45231);
  padding: 80px 0;
  overflow: hidden;
}

/* Header Styles */
.heading-text-k29sn {
  color: var(--mainColor_45231);
  font-weight: 700;
  line-height: 1.3;
}

.highlight-teal-m28sn {
  color: var(--teal_45231);
  /* Corporate Teal for contrast as per standard healthcare UI */
}

.view-all-link-z92ks {
  color: var(--mainColor_45231);
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.3s ease;
  display: inline-block;
}

.view-all-link-z92ks:hover {
  transform: translateX(5px);
  color: var(--mainColor_45231);
}

/* Swiper Navigation Custom */
.nav-wrapper-n38ds {
  display: flex;
  gap: 15px;
}

.nav-btn-p29sl {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: var(--teal_45231);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  z-index: 10;
}

.nav-btn-p29sl:hover {
  background-color: var(--mainColor_45231);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Card Styles */
.package-card-j29as {
  background: var(--mint-bg_45231);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  margin-bottom: 20px;
}

.package-card-j29as:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Image Area */
.image-box-q29sl {
  background-color: var(--teal_45231);
  height: 220px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

.image-box-q29sl img {
  height: 90%;
  width: auto;
  object-fit: contain;
}

/* Title Bar */
.title-bar-x82kd {
  background-color: var(--mainColor_45231);
  color: white;
  text-align: center;
  padding: 8px 20px;
  width: fit-content;
  margin: -20px auto 15px;
  border-radius: 50px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Content Area */
.card-body-u82js {
  /* padding: 20px; */
  text-align: center;
}

.params-info-w29sk {
  font-size: 0.95rem;
  color: var(--textColor_45231);
  margin-bottom: 15px;
  font-weight: 500;
}

.params-info-w29sk i {
  margin-right: 8px;
  color: var(--teal_45231);
}

/* Pricing */
.price-box-y29sl {
  margin-bottom: 20px;
}

.btn-group-k28sl .pra-btn-2 {
  min-width: 0;
}

.btn-group-k28sl .prabtn_4342btn {
  /* border-top-left-radius:0; */
  background: var(--teal_45231);
}

.old-price-v28sk {
  text-decoration: line-through;
  color: var(--teal_45231);
  font-size: 1rem;
  margin-right: 10px;
}

.new-price-m38ds {
  color: var(--mainColor_45231);
  font-size: 1.5rem;
  font-weight: 700;
}

/* Buttons Container */
.btn-group-k28sl {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
}

.delete-btn-m28sk {
  color: var(--mainColor_45231);
  background: none;
  border: none;
  font-size: 1.2rem;
  margin-right: 5px;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .heading-text-k29sn {
    font-size: 1.5rem;
  }

  .nav-wrapper-n38ds {
    margin-top: 20px;
    justify-content: center;
  }

  .header-row-b38sk {
    text-align: center;
  }

  .view-all-container {
    text-align: center !important;
    margin-top: 10px;
  }
}

/*=================================
PACKAGE CSS END
===========================*/

/*=================================
PARTNER FORM CSS START
===========================*/

.partnerWrapper_hs72k {
  /* padding: 25px; */
  background: #f5f5f5;
}

.partnerCard_hs72k {
  background: #fff;
  /* padding: 5px 20px; */
  border-radius: 12px;
}

.partnerImg_hs72k {
  width: 100%;
  height: 100%;
  max-height: 450px;
  border-radius: 12px;
}

.partnerForm_hs72k {
  background: var(--secondColor_45231);
  padding: 25px;
  border-radius: 12px;
  height: 100%;
}

.partnerForm_hs72k .partnerTitle_hs72k {
  color: var(--thirdColor_45231);
  font-weight: 700;
}

.partnerForm_hs72k .partnerInputWrap_hs72k {
  position: relative;
}

.partnerForm_hs72k .partnerInputWrap_hs72k i {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
  color: var(--mainColor_45231);
  font-size: 15px;
}

.partnerForm_hs72k input,
.partnerForm_hs72k textarea {
  border: 1px solid var(--mainColor_45231);
  padding-left: 40px;
  border-radius: 8px;
  box-shadow: none !important;
}

.partnerForm_hs72k input {
  height: 45px;
}

.partnerForm_hs72k textarea {
  padding-top: 12px;
  resize: none;
}

.partnerForm_hs72k input:focus,
.partnerForm_hs72k textarea:focus {
  border-color: var(--thirdColor_45231);
}

@media (max-width: 991px) {
  .partnerImg_hs72k {
    max-height: 100%;
    margin-bottom: 20px;
  }
}

@media (max-width: 575px) {
  /* .partnerWrapper_hs72k {
    padding: 20px 12px;
  } */

  .partnerForm_hs72k {
    padding: 18px;
  }
}

/*=================================
PARTNER FORM CSS END
===========================*/
