:root {
  --primary_color: #02aa99;
  --secondary_color: #ff7e36;
}

body {
  font-family: "Poppins", sans-serif;
}

p {
  color:black;
}
.paragraph{
  color: white;
}

.line_height {
  line-height: 28px;
}

.fnt_32 {
  font-size: 32px;
}

.fnt_28 {
  font-size: 28px;
}

.fnt_18 {
  font-size: 18px !important;
}

.fnt_15 {
  font-size: 15px;
}

a:hover{
  outline: none !important;

}

/* .portable-banner {
  background-image: url("assets/img/portable-x-ray-header.jpg");
  width: 100%;
  height: 548px;
  position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} */

 .hero_banner{
  background-image: url("assets/img/old_man_bg1.jpg");
  width: 100%;
  height: 548px;
  position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header_wrapper {
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

.header_content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.upper_header {
  height: 38px;
  background-color: var(--primary_color);
}

.upper_header ul {
  list-style: none;
  padding: 8px 0 !important;
}

.upper_header ul >li{
  font-size:16px;
}

.header {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  align-items: center;
}

/* mobile nav hamburger toggle */
.mobile-nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  height: 34px;
  width: 34px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 1001;
}

.mobile-nav-toggle-bar {
  display: block;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  background: var(--primary_color);
  transition: transform 0.3s ease, opacity 0.3s ease, width 0.3s ease;
}

.mobile-nav-toggle.is-active .mobile-nav-toggle-bar:nth-child(1) {
  width: 100%;
  transform: translateY(9px) rotate(45deg);
}

.mobile-nav-toggle.is-active .mobile-nav-toggle-bar:nth-child(2) {
  opacity: 0;
}

.mobile-nav-toggle.is-active .mobile-nav-toggle-bar:nth-child(3) {
  width: 100%;
  transform: translateY(-9px) rotate(-45deg);
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: flex;
  }

  .primary-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 14px 24px rgba(0, 0, 0, 0.15);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
  }

  .primary-nav.is-open {
    max-height: 80vh;
    overflow-y: auto;
  }

  .primary-nav .navs {
    flex-direction: column;
    align-items: stretch;
    padding: 10px 24px 24px;
  }

  .primary-nav .navs li {
    padding-left: 0;
    border-bottom: 1px solid #eee;
  }

  .primary-nav .navs li:last-child {
    border-bottom: none;
  }

  .primary-nav .navs li a {
    display: block;
    padding: 14px 4px;
  }

  .primary-nav .dropdown-menu {
    position: static !important;
    display: block !important;
    float: none;
    width: auto;
    margin: 0 0 8px;
    padding-left: 16px;
    border: none;
    box-shadow: none;
  }

  .primary-nav .report-btn {
    display: inline-block;
    margin: 10px 4px 0;
  }
}

.company-details{
  font-size: 12px;
}

nav .navs {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-bottom: 0;
}

nav .navs li {
    padding-left: 15px;
  font-weight: 400;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #02aa99;
  color: #fff !important;
}
.appointment-btn{
  text-decoration: none;
  border-width: 0;
}

nav .navs li a {
      padding: 10px 10px;
  color: #666;
}

.active {
  color: var(--primary_color) !important;
}

.header_heading {
  font-size: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: auto;
  margin-bottom: 40px;
}

.header_quote {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 40px;
  position: relative;
  padding-left: 12px;
}

.header_quote::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 4px;
  left: 0;
  bottom: 0;
  top: 0;
  background: var(--primary_color);
}
/* full-width, short banner: place .header_hero_com directly under <main>,
   outside .container, so it spans edge-to-edge; put a .container back
   inside it to keep the heading/breadcrumb/image aligned with the rest
   of the page. */
.header_hero_com {
  background: var(--primary_color);
  width: 100%;
  min-height: 140px;
  margin: 0 0 40px;
  overflow: hidden;
}

.header_hero_com .row {
  align-items: center;
}

.header_hero_com .bred-list,
.header_hero_com .bred-list span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.header_hero_com .bred-list a {
  color: #fff;
  text-decoration: none;
}

.header_hero_com .bred-list a:hover {
  text-decoration: underline;
}

.hero_content_r {
  padding: 24px 0;
}

.hero_heading1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.hero_content_l {
  padding: 0;
  margin-top: 0;
  text-align: right;
}

.hero_content_l img {
  max-height: 120px;
  width: auto;
}

@media screen and (min-width: 768px) {
  .hero_content_wrapper {
    position: static;
    min-height: 0;
  }

  .hero_content_r {
    position: static;
    transform: none;
  }
}

.book_now {
  color: #fff;
  background: var(--primary_color);
  border-radius: 50px;
  padding: 12px 45px;
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
}

.book_now::after,
.com_book_btn::after {
  content: "";
  height: 0px;
  width: 0px;
  transition: all 0.5s;
  background: rgb(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.book_now:hover::after,
.book_now:focus::after,
.com_book_btn:hover::after,
.com_book_btn:focus::after {
  height: 250px;
  width: 250px;
  opacity: 0;
}

.book_now:focus {
  outline: none;
}

.com_book_btn:hover {
  color: #fff !important;
}

/* services */
.services {
  padding: 50px 0 0px;
}

.services_wrapper {
  background: #fff;
  border-radius: 15px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  padding: 25px 35px;
}

.serv_icon,
.serv_icon2 {
  height: 100px;
  max-width: 100px;
  border-radius: 50%;
  background: #cceeeb;
  text-align: center;
  line-height: 90px;
  border: 5px solid var(--primary_color);
  transition: all .3s;
}


.serv_icon > img,
.serv_icon2 img{
  width: 60px;
}

.grid_wrapper> .grid_item:nth-child(1){
  width: 30%;
}
.grid_wrapper> .grid_item:nth-child(2){
  width: 70%;
}




.serv_icon2 {
  border-color: var(--secondary_color);
  background-color: #ffd5bd;
}

.serv_cont h4 {
  font-size: 34px;
  margin-bottom: 20px;
  color: var(--primary_color);
}

.color_secondary {
  color: var(--secondary_color) !important;
}

.services_wrapper:hover .serv_icon{
    background-color: var(--primary_color);
    transition: all .3s;
}

.services_wrapper:hover .serv_icon2{
  background-color: var(--secondary_color);
}

.services_wrapper:hover .serv_icon img, .services_wrapper:hover .serv_icon2 img{
    filter: brightness(0) invert(1);
    transition: all .4s;
}


.serv_link:hover{
  text-decoration: none;
}

/* main section */

/* common health care Packages */

.common_health {
  padding: 40px 0;
  margin: 40px 0;
}

.primary_heading,
.primary_heading_white {
  color: var(--primary_color);
  position: relative;
  margin-bottom: 65px;
}

.primary_heading::before,
.primary_heading_white::before {
  content: "";
  position: absolute;
  bottom: -20px;
  height: 10px;
  width: 150px;
  border-bottom: 2px solid var(--secondary_color);
  border-top: 2px solid var(--secondary_color);
  left: 50%;
  transform: translateX(-50%) skewX(78deg);
}

.primary_heading_white::before {
  border-color: #fff;
}

.com_pkg_wrapper {
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  padding: 40px 25px;
  margin-bottom: 30px;
}

.com_pkg_heading {
  font-size: 22px;
  font-weight: 500;
  min-height: 64px;
  line-height: 32px;
  color: var(--primary_color);
}

.com_pkg_price {
  font-size: 28px;
  color: var(--secondary_color);
  font-weight: 500;
  margin-bottom: 14px;
}

.com_inc {
  color: #3c3c3c;
  font-size: 20px;
  font-weight: 500;
}

.com_inc >span{
  color:var(--secondary_color);
}

.com_pkg_inc {
  padding-left: 20px;
  color: #666;
}

.com_pkg_inc > li {
  font-size: 14px;
  padding-bottom: 8px;
  font-weight: 500;
}

.com_know_more > a {
  color: #0d1f44;
  font-weight: 800;
  margin-bottom: 10px;
}

.com_book_btn {
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  padding: 6px 20px;
  background: var(--secondary_color);
  position: relative;
}
/* full body checkup */

.full_health {
  background: var(--primary_color);
  padding: 50px 0;
  margin-bottom: 50px;
}

.other_tests {
  margin: 20px 0 30px;
  padding: 20px 0 30px;
}

.secondary_heading {
  font-size: 32px;
  color: var(--secondary_color);
  font-weight: 600;
}

.indv_test_comp {
  padding: 30px 20px;
  border-radius: 8px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  cursor: pointer;
}

.icon {
  margin-bottom: 50px;
}

.indv_test_comp > p {
  font-weight: 500;
  margin-bottom: 0;
  transition: all 0.5s;
  cursor: pointer;
}

.indv_test_comp:hover p {
  color: var(--primary_color);
}

.index_content {
  margin: 20px 0 100px;
  padding: 40px 0;
  background-image: url("assets/img/contect_index.png");
  height: 588px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.index_contet_wrapper {
  min-height: 508px;
  max-width: 505px;
  background: #fff;
  padding: 45px 35px;
  border-radius: 15px;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
  outline: none;
  transition: all 0.3s;
  background-color: #f7f7f7;
  color: #666;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--primary_color);
}

.index_contet_wrapper > h4 {
  font-family: "Raleway", sans-serif;
  color: var(--primary_color);
  font-weight: 600;
}

.in_contact_btn {
  font-size: 18px;
  padding: 10px 40px;
  background: var(--secondary_color);
  color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
}

.in_contact_btn:hover {
  background-color: #038f81;
  color: #fff;
}

.footer_heading {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.about_us_wrapper{
  margin: 50px 0;
}

.about_heading{
  font-size:28px;
  font-weight: 600;
  
  margin-bottom: 30px;
}

.about_us{
  padding: 15px 0;
  color:#fff;
}

.about_us > p {
  font-size:14px;
}

.more_text{
  display: none;
}

#read_more{
  background: transparent;
  border: none;
  color: #000;
  outline: none;
}

#read_more:focus{
  outline: none;
}


/* footer icons */
.social_media_icon {
  list-style: none;
  display: flex;
  /* justify-content: space-between; */
  padding: 0;
  max-width: 205px;
}
.social_media_icon > li{
  margin-right: 18px;

}

.social_media_icon > li > a > i {
  font-size: 20px;
  color: var(--primary_color);
}

.footer_logo {
  margin-bottom: 10px;
}

.footer_navs {
  list-style: none;
  padding: 0;
}

.footer_navs > li {
  padding-bottom: 18px;
}

.footer_navs > li > a,
.footer_navs > li {
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
}
.footer_navs > li > a{
  margin-bottom: 0;
  padding: 0;
}

.footer_navs > li:hover {
  color: var(--primary_color);
  transform: translateX(5px);
}

.footer_navs > li > a:hover {
  color: var(--primary_color);
}

/* new footer row: Footer 3 menu, laid out as a horizontal link bar
   above the copyright strip */
.footer-bottom-row {
  margin-top: 30px;
  padding-top: 24px;
  border-top: 1px solid #e5e5e5;
}

.footer_navs_inline {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
}

.footer_navs_inline > li {
  padding: 0 18px;
  margin-bottom: 10px;
  border-right: 1px solid #ddd;
  line-height: 1;
}

.footer_navs_inline > li:last-child {
  border-right: none;
}

@media (max-width: 575px) {
  .footer_navs_inline > li {
    padding: 0 12px;
  }
}

/* floating WhatsApp + Call buttons */
.floating-contact-btns {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.floating-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
}

.floating-btn:hover,
.floating-btn:focus {
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.floating-btn-whatsapp {
  background: #25d366;
}

.floating-btn-call {
  background: var(--primary_color);
}

@media (max-width: 575px) {
  .floating-contact-btns {
    right: 16px;
    bottom: 16px;
    gap: 10px;
  }

  .floating-btn {
    height: 48px;
    width: 48px;
    font-size: 20px;
  }
}

.main-footer {
  width: 100%;
  background-color:#02aa29;
  padding: 50px 0 0;

}

.copyright {
  background: var(--primary_color);
  font-size: 14px;
  padding: 10px 0;
}

.copyright > p {
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.test_dtl {
  margin: 50px 0;
}

.heading_3 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
  color: var(--primary_color);
}

.test_content_wrapper > h2 {
  color: #666;
  font-weight: 400;
  margin-bottom: 45px;
}

.test_content_wrapper > p {
  line-height: 28px;
  margin-bottom: 45px;
}

.wrapper1 {
  max-width: 265px;
}

.wrapper1 > p {
  font-size: 14px;
  margin-bottom: 0;
  padding-left: 8px;
}

.price_dtl_wrapper {
  background: var(--primary_color);
  border-radius: 15px;
  padding: 58px 28px;
}

.price_dtl > p {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 400;
}

.price_dtl {
  margin-bottom: 45px;
}

.price_wrapper > p:first-child {
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}

.price {
  font-size: 28px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

.btn_book_now_1 {
  background-color: var(--secondary_color);
  color: #fff;
  border-radius: 50px;
  border: none;
  padding: 10px 20px;
}


.form_group > input {
  width: 200px;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #e0e0e0;
  outline: none;
}

.form_group > input:focus {
  border-color: var(--primary_color);
}


/*.content_cont_dtl,
.contact_form_wrapper {
  height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}*/


.content_cont_dtl,.contact_form_wrapper {
    padding: 50px 0;
}

.content_cont_dtl > h1 {
    margin-bottom: 20px;
    color: var(--primary_color);
}

.f_contact_dtl {
  margin: 40px 0;
  list-style: none;
  padding: 0;
}

.f_contact_dtl > li {
  color: #666;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 20px;
}

.f_contact_dtl > li > span {
  font-size: 20px;
  margin-right: 10px;
}

.icon_white > li > a > i {
  color: var(--primary_color);
}

.contact_form_wrapper > h1 {
  color: var(--primary_color);
}

.contact_form {
  margin: 35px 0;
}

/* about us page */
.about_wrapper {
  margin-top: 40px;
}
.about_wrapper > h1 {
  color: var(--primary_color);
}

.about_wrapper p {
  font-size: 16px;
  line-height: 28px;
}
.header_wrapper button.mobile-nav-toggle{
  display: none !important;
    position: relative;
    z-index: 99999;
    opacity: 1;
    visibility: visible;
    width: 44px;
    height: 44px;
}
@media screen and (max-width: 991px) {
  .header_wrapper button.mobile-nav-toggle{
  display: flex !important;
}
}
@media screen and (max-width: 767px) {

  .header_content {
    padding-top: 50px;
  }
  .common_health {
    margin: 25px 0;
    padding: 25px 0;
  }

  .header_heading {
    font-size: 32px;
  }

  .header_quote {
    font-size: 17px;
    line-height: 25px;
  }
  
  .index_contet_wrapper {
    padding: 28px;
  }

  .upper_header ul {
    padding: 9px 15px !important;
  }

  .upper_header ul li {
    font-size: 14px;
  }

  .upper_header ul li:first-child {
    padding-right: 25px !important;
  }

  .hero_banner {
    background-position-x: right;
  }

  .appoint_wrapper{
    padding: 40px 10px 0px !important;
  }
  /* ------------------------------------- */
  .grid_wrapper> .grid_item:nth-child(1){
    width: 40%;
    margin-right: 15px;
  }

  .grid_wrapper> .grid_item:nth-child(2){
    width: 55%;
  }

  .serv_cont h4{
    font-size: 30px;
  }

  .appoint_form{
    padding:36px 24px  !important;  
  }

  .hero_content_r {
    padding: 18px 15px;
  }

  .hero_content_l {
    text-align: center;
    padding-bottom: 15px !important;
  }

  .hero_content_l img {
    max-height: 90px;
  }

  .header_hero_com {
    min-height: 0;
  }

  .first{
    padding-top: 10px;
  }
  .zero{
    padding-top: 10px;
  }
  .second{
    padding-top: 10px;
  }
  .third{
    padding-top: 10px;
  }

}



@media screen and (max-width: 768px) {
  /* .header_wrapper {
    display: none !important;
  } */

  /* mobile hamburger menu */
  .container_cust {
    width: 100%;
  }

  .mob_logo > a > img {
    height: 42px;
  }

  .header_white_mob {
    background: #fff !important;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  }

  .header_mob {
    display: block !important;
  }
  .upper_header {
    position: relative;
    z-index: 5;
  }

  .mob_ham_wrapper {
    padding: 10px 25px;
    box-shadow: 0 2px 14px rgb(0 0 0 / 15%);
  }

  .menu {
    position: fixed;
    top: 0;
    left: 200%;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: var(--primary_color);
    opacity: 0;
    transition: all 0.5s;
  }

  .menu_show {
    opacity: 1;
    left: 0%;
    z-index: 4;
  }

  .menu > ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    padding: 0;
    text-align: center;
  }

  .menu > ul > li {
    padding-bottom: 20px;
    font-size: 18px;
  }
  .menu > ul > li > a {
    color: #fff;
  }

  .line1_r {
    transform: rotate(-45deg) translate(-9px, -7px);
    transition: all 0.5s;
    background: #fff;
  }

  .line2_r {
    display: none;
    transition: all 0.5s;
  }

  .line3_r {
    transform: rotate(45deg) translate(-14px, 2px);
    transition: all 0.5s;
    background: #fff;
  }

  .common_health, .full_health {
    background: var(--primary_color);
    padding: 30px 0;
    margin: 0 0;
  }

  .primary_heading {
    color: #fff;
            font-size: 1.5rem;
    
  }

 .home-blogs-section .primary_heading {
 color: #000;
  }
  .testimonials-section .primary_heading {
 color: #000;
  }
  .serv_cont h4{
    font-size: 23px;
  }
  .serv_icon > img, .serv_icon2 img{
    width: 32px;
  }

  .serv_icon, .serv_icon2{
           max-width: 75px;
    border-radius: 50%;
    background: #cceeeb;
    text-align: center;
    line-height: 63px;
    border: 5px solid var(--primary_color);
    transition: all .3s;
    height: 75px;

  }

}

/* meet our team page */

.doctor_section {
  margin: 50px 0;
}

.doctor_img_wrapper {
  background: #eeeeee;
  border-radius: 10px;
  margin-bottom: 20px;
}

.doctor_img_wrapper > img {
  border-radius: 10px;
  padding: 10px;
}

@media screen and (min-width: 1199px) {
  .doctor_dtl {
    padding: 30px 0;
  }
}

.doctor_dtl > h4 {
  color: var(--primary_color);
}

.doctor_dtl > p {
  line-height: 28px;
  margin-top: 0;
}

/* path_wrapper */
.path_wrapper, .radio_wrapper {
  min-height: 188px;
  border-radius: 10px;
  background: #02aa9952;
  margin-bottom: 45px;
  padding: 20px;
  transition: all 0.5s;
}

.radio_wrapper{
  background: #fff;
}

.path_wrapper > a {
  text-decoration: none;
}

.path_icon_wrapper {
  height: 75px;
  width: 75px;
  background-color: var(--primary_color);
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  margin-bottom: 18px;
  border: 2px solid transparent;
  transition: all .3s;;
}

.path_wrapper:hover {
  background-color: #ff7e36;
}

.path_wrapper:hover .path_icon_wrapper {
  border-color: #fff;
}

.path_wrapper:hover p {
  color: #fff;
}

.samll_font {
  font-size: 14px;
}

/* about us */

.meet_our_doctor {
  background-color: #e4e4e4;
  padding: 60px 0;
  margin: 40px 0;
}

.doctor_wrapper {
  padding: 10px;
  border-radius: 10px;
  background: #fff;
  margin: 0 15px 30px;
}

.content > h4,
.meet_doct_heading > h2,
.staff_heading {
  color: var(--primary_color);
}

.meet_doct_heading > h2,
.staff_heading {
  font-size: 40px;
  font-weight: 600;
}

.meet_doct_heading > h4
{
  font-size: 24px;
  color: #666;
}


/* appointment form */

.appoint_wrapper{
  padding: 40px 0;
}

.appointment_bg{
  background: linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('assets/img/doctor_img.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.appoint_wrapper h1{
  font-size:48px;
  font-weight: 600;
  color:#fff;
  line-height: 60px;
}

.appoint_wrapper p{
  color:#fff;
  line-height: 28px;
} 

.appoint_form{
  margin: 38px 0;
  background:#fff;
  max-width: 480px;
  border-radius: 15px;
  padding: 36px 38px;
}

.appoint_form > h2{
  font-size:24px;
  color:var(--primary_color);
  margin-bottom: 18px;
}

.app_form_group{
  position: relative;
  height: 30px;
  margin-bottom: 36px;
}

.app_form_group>input, .app_form_group>select{
  font-size:16px;
  padding:10px 10px 10px 5px;
  display:block;
  width:100%;
  border:none;
  color:#666;
  border-bottom:1px solid #757575;
}

.app_form_group>input:focus, .app_form_group>select:focus{
  outline: none;
}

.app_form_group >label{
  color:#999; 
  font-size:16px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.app_form_group > input:focus ~ label, .app_form_group > input:valid ~ label 		{
  top:-10px;
  font-size:12px;
  color:var(--primary_color);
}


.bar 	{ position:relative; display:block; width:100%; }
.bar:before, .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:var(--primary_color); 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}


.appoint_btn{
  font-size:18px;
  border-radius: 50px;
  height: 42px;
  width: 150px;
  color:#fff;
  background: var(--primary_color);
  margin-top: 20px;
}


/* owl */
.owl-carousel,
.owl-theme{
  position: relative;
}

.owl-nav{
  position: absolute;
  left: 0;
  right: 0;
  top: 22%;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left:-3%;
}
.owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right:1%;
}
.style-left,
.style-right{
    font-size:24px;
    position: absolute;
    top:50%;
    height:50px;
    width:50px;
    border-radius:50%;
    line-height:50px;
    text-align:center;
    background:#fff;
    box-shadow: 2px 2px 10px 5px rgba(0,0,0,0.15);
    font-weight: 600;

}
.style-left:hover,
.style-right:hover{
  color:#fff;
  background:var(--secondary_color);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
  outline:none !important;
}

.owl-carousel .owl-item img{
  display: inline-block !important;
  width: auto !important;
}

@media (max-width:767px){
  .owl-nav{
  display: none;
  }
}

.report-btn{
  background-color: var(--primary_color);
  color:#fff !important;
  padding: 8px 20px;
  text-decoration: none;
}

.report-btn:hover{  
  text-decoration: none;
  background: #038f81;
}

.iso{
  font-size:14px;
  color:#666;
  margin-top: 5px;
}

del{
  font-size: 22px;
}

/* new css */

.resp{
 margin-top: 40px;
 margin-bottom: 40px;
}
.order{
  list-style: devanagari;
}
.foot-sect{
  margin-top:20px; 
}
.condition{
  margin-left: 190px;
}
.health{
  font-weight: bold;
  margin-top: 30px;
}
.down{
  font-weight: 600;
}
.test{
  margin-top: 10px;
}
.full_banner {
  padding: 26px 0;
}

@media (max-width:767px){
  .resp{
    background-position-x: -650px;
  }
  .para{
    padding-left: 15px;
  }
  .note{
    padding-left: 15px;
  }
  .down{
    padding-left: 15px;
  }
}

/* =========================================================
   Blog Listing Page
   ========================================================= */

.breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  padding: 70px 0 55px;
  margin-bottom: 10px;
  background: linear-gradient(135deg, var(--primary_color), #017567);
  text-align: center;
}

.breadcrumb-wrapper .overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.12) 2px, transparent 2px);
  background-size: 26px 26px;
  pointer-events: none;
}

.breadcrumb-wrapper .container {
  position: relative;
  z-index: 1;
}

.breadcrumb-wrapper .page-title {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 12px;
}

.breadcrumb-wrapper .bred-list,
.breadcrumb-wrapper .bred-list span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.breadcrumb-wrapper .bred-list a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-wrapper .bred-list a:hover {
  text-decoration: underline;
}

.common-space {
  padding: 60px 0 70px;
}

.blog-empty-msg {
  text-align: center;
  color: #666;
  font-size: 18px;
  padding: 40px 0;
}

/* card */
.blog-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.blog-card:hover {
  transform: translateY(-8px);
  box-shadow: 6px 12px 26px 3px rgba(0, 0, 0, 0.16);
}

.blog-card-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  height: 220px;
}

.blog-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-thumb img {
  transform: scale(1.08);
}

.blog-card-date {
  position: absolute;
  left: 16px;
  bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: var(--primary_color);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.blog-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px;
}

.blog-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-title a {
  color: #0d1f44;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-card-title a:hover {
  color: var(--primary_color);
}

.blog-card-desc {
  color: #666;
  font-size: 14.5px;
  line-height: 1.7;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  align-self: flex-start;
  margin-top: auto;
  color: var(--primary_color);
  font-size: 14px;
  font-weight: 600;
  border: 2px solid var(--primary_color);
  border-radius: 50px;
  padding: 8px 22px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-card-btn i {
  transition: transform 0.3s ease;
}

.blog-card-btn:hover {
  background: var(--primary_color);
  color: #fff;
  text-decoration: none;
}

.blog-card-btn:hover i {
  transform: translateX(4px);
}

@media (max-width: 767px) {
  .breadcrumb-wrapper {
    padding: 50px 0 40px;
  }

  .breadcrumb-wrapper .page-title {
    font-size: 30px;
  }

  .common-space {
    padding: 40px 0 50px;
  }
}

/* =========================================================
   Single Blog Post Page
   ========================================================= */

.service-main-content {
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.08);
  padding: 32px;
}

.main-hero-img {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  line-height: 0;
}

.main-hero-img img {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
}

.post-date-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #fff;
  color: var(--primary_color);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.15);
}

.main-hero-img .post-date-badge {
  position: absolute;
  left: 16px;
  bottom: 16px;
}

.post-date-badge--static {
  display: inline-flex;
}

/* WordPress post body typography */
.post-content {
  color: #555;
  font-size: 16px;
  line-height: 1.9;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  color: #0d1f44;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  margin: 32px 0 16px;
}

.post-content h2 {
  font-size: 28px;
  position: relative;
  padding-left: 16px;
}

.post-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--secondary_color);
}

.post-content h3 {
  font-size: 22px;
}

.post-content p {
  color: #555;
  margin-bottom: 20px;
}

.post-content a {
  color: var(--primary_color);
  text-decoration: underline;
}

.post-content a:hover {
  color: var(--secondary_color);
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  margin: 10px 0 20px;
}

.post-content ul,
.post-content ol {
  margin-bottom: 20px;
  padding-left: 22px;
}

.post-content li {
  margin-bottom: 8px;
}

.post-content ul > li::marker {
  color: var(--primary_color);
}

.post-content blockquote {
  margin: 28px 0;
  padding: 20px 26px;
  border-left: 4px solid var(--primary_color);
  background: #f4faf9;
  color: #0d1f44;
  font-style: italic;
  border-radius: 0 10px 10px 0;
}

.post-content table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.post-content table th,
.post-content table td {
  padding: 10px 14px;
  border: 1px solid #e5e5e5;
}

.post-content table th {
  background: #f4faf9;
  color: var(--primary_color);
}

/* share row */
.post-share {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid #eee;
}

.post-share-label {
  color: #0d1f44;
  font-weight: 600;
  font-size: 14px;
}

.post-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  background: #f4faf9;
  color: var(--primary_color);
  transition: all 0.3s ease;
}

.post-share-icon:hover {
  background: var(--primary_color);
  color: #fff;
  text-decoration: none;
}

/* sidebar */
.service-sidebar-menu,
.sidebar-cta-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.08);
  padding: 28px;
}

.sidebar-title {
  font-size: 18px;
  font-weight: 600;
  color: #0d1f44;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 2px solid var(--primary_color);
}

.service-sidebar-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-sidebar-menu li {
  border-bottom: 1px solid #eee;
}

.service-sidebar-menu li:last-child {
  border-bottom: none;
}

.sidebar-post-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 0;
  text-decoration: none;
}

.sidebar-post-thumb {
  flex-shrink: 0;
  height: 60px;
  width: 60px;
  border-radius: 10px;
  overflow: hidden;
  background: #f4faf9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary_color);
  font-size: 20px;
}

.sidebar-post-thumb img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.sidebar-post-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.sidebar-post-title {
  color: #0d1f44;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.sidebar-post-link:hover .sidebar-post-title {
  color: var(--primary_color);
}

.sidebar-post-date {
  color: #999;
  font-size: 12px;
}

.sidebar-post-empty {
  color: #999;
  font-size: 14px;
  padding: 10px 0;
}

.sidebar-cta-card {
  background: linear-gradient(135deg, var(--primary_color), #017567);
  color: #fff;
  text-align: center;
}

.sidebar-cta-card h4 {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 12px;
}

.sidebar-cta-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  margin-bottom: 20px;
}

.sidebar-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--primary_color) !important;
  background: #fff;
}

.sidebar-cta-btn:hover {
  color: #000 !important;
  text-decoration: none;
}

@media (max-width: 991px) {
  .service-main-content {
    padding: 22px;
    margin-bottom: 30px;
  }
}

/* =========================================================
   Contact Us Page
   ========================================================= */

.contact-page-section {
  position: relative;
  overflow: hidden;
}

.contact-bg-text {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Raleway", sans-serif;
  font-size: 130px;
  font-weight: 800;
  color: #f0f5f4;
  z-index: 0;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}

.contact-page-section .container {
  position: relative;
  z-index: 1;
}

.contact-header-wrapper {
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}

.contact-accent-line {
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--secondary_color);
}

.contact-title {
  font-family: "Raleway", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #0d1f44;
  line-height: 1.3;
  margin-bottom: 0;
}

.contact-top-desc {
  color: #666;
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 0;
}

/* info card */
.contact-info-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.08);
  padding: 32px 28px;
  height: 100%;
}

.info-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
}

.info-item:last-of-type {
  padding-bottom: 0;
  margin-bottom: 24px;
  border-bottom: none;
}

.info-item .icon {
  flex-shrink: 0;
  height: 52px;
  width: 52px;
  border-radius: 50%;
  background: #cceeeb;
  color: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all 0.3s ease;
}

.info-item:hover .icon {
  background: var(--primary_color);
  color: #fff;
}

.info-item .text h5 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--primary_color);
  margin-bottom: 6px;
}

.info-item .text p {
  color: #666;
  font-size: 14.5px;
  line-height: 1.6;
  margin-bottom: 0;
}

.info-item .text p a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s ease;
}

.info-item .text p a:hover {
  color: var(--primary_color);
}

.info-social {
  display: flex;
  gap: 12px;
}

.info-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background: #f4faf9;
  color: var(--primary_color);
  font-size: 17px;
  transition: all 0.3s ease;
}

.info-social a:hover {
  background: var(--primary_color);
  color: #fff;
}

/* form */
.contact-form-wrap {
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.08);
  padding: 36px;
  height: 100%;
}
.contact-form-wrap label{
  width: 100%;
}
.contact-form-wrap br {
display: none;
}
.form-heading {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #0d1f44;
  margin-bottom: 10px;
}

.form-instruction {
  color: #666;
  font-size: 14.5px;
  margin-bottom: 26px;
}

.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap input[type="number"],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  font-size: 15px;
  padding: 12px 18px;
  /* margin-bottom: 20px; */
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  outline: none;
  background-color: #f7f7f7;
  color: #333;
  transition: border-color 0.3s ease;
}

.contact-form-wrap textarea {
  height: 100px;
  resize: vertical;
}

.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  border-color: var(--primary_color);
  background-color: #fff;
}

.contact-form-wrap input[type="submit"] {
  width: auto;
  color: #fff;
  background: var(--primary_color);
  border: none;
  border-radius: 50px;
  padding: 12px 45px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.contact-form-wrap input[type="submit"]:hover {
  background: var(--secondary_color);
}

.contact-form-wrap .wpcf7-not-valid-tip {
  color: #e0483a;
  font-size: 13px;
  margin: -14px 0 14px;
}

.contact-form-wrap .wpcf7-response-output {
  border-radius: 8px;
  margin-top: 20px;
  padding: 12px 18px;
  font-size: 14px;
}

/* map */
.contact-map-wrap {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.08);
  line-height: 0;
}

@media (max-width: 991px) {
  .contact-bg-text {
    font-size: 80px;
  }

  .contact-info-card {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .contact-bg-text {
    font-size: 52px;
    top: 15px;
  }

  .contact-title {
    font-size: 26px;
  }

  .contact-header-wrapper .col-lg-5 {
    margin-top: 16px;
  }

  .contact-form-wrap,
  .contact-info-card {
    padding: 24px;
  }
}

/* =========================================================
   Team Page
   ========================================================= */

.team-empty-msg {
  text-align: center;
  color: #666;
  font-size: 18px;
  padding: 40px 0;
}

.team-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: 6px 12px 26px 3px rgba(0, 0, 0, 0.16);
}

.team-card-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #cceeeb;
}

.team-card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.team-card:hover .team-card-thumb img {
  transform: scale(1.08);
}

.team-card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 22px 20px;
}

.team-card-name {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.team-card-name a {
  color: #0d1f44;
  text-decoration: none;
  transition: color 0.3s ease;
}

.team-card-name a:hover {
  color: var(--primary_color);
}

.team-card-name::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 3px;
  width: 40px;
  border-radius: 3px;
  background: var(--secondary_color);
}

.team-card-desc {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 767px) {
  .team-card-body {
    padding: 18px 16px;
  }
}

/* single team member profile */
.team-single-photo {
  position: sticky;
  top: 20px;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  aspect-ratio: 4 / 5;
}

.team-single-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-single-name {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #0d1f44;
  margin-bottom: 24px;
  padding-left: 16px;
}

.team-single-name::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--secondary_color);
}

.team-single-others {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.team-others-heading {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #0d1f44;
  margin-bottom: 32px;
}

@media (max-width: 991px) {
  .team-single-photo {
    position: static;
    aspect-ratio: 16 / 10;
  }
}

/* =========================================================
   FAQ Page
   ========================================================= */

.faq-empty-msg {
  text-align: center;
  color: #666;
  font-size: 18px;
  padding: 40px 0;
}

.faq-accordion {
  margin-bottom: 40px;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.08);
  margin-bottom: 18px;
  overflow: hidden;
}

.faq-question {
  margin: 0;
}

.faq-toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  border: none;
  background: #fff;
  outline: none;
  cursor: pointer;
  padding: 20px 26px;
  text-align: left;
  font-size: 16.5px;
  font-weight: 500;
  color: #0d1f44;
  border-left: 4px solid transparent;
  transition: all 0.3s ease;
}

.faq-toggle i {
  flex-shrink: 0;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #cceeeb;
  color: var(--primary_color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.3s ease;
}

.faq-toggle:hover {
  color: var(--primary_color);
}

.faq-toggle[aria-expanded="true"] {
  color: var(--primary_color);
  border-left-color: var(--secondary_color);
  background: #f4faf9;
}

.faq-toggle[aria-expanded="true"] i {
  background: var(--primary_color);
  color: #fff;
  transform: rotate(45deg);
}

.faq-answer {
  padding: 4px 26px 24px 26px;
  color: #666;
  font-size: 15px;
  line-height: 1.8;
}

.faq-answer p:last-child {
  margin-bottom: 0;
}

/* CTA */
.faq-cta-card {
  background: linear-gradient(135deg, var(--primary_color), #017567);
  border-radius: 16px;
  padding: 40px 30px;
  text-align: center;
  color: #fff;
}

.faq-cta-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.faq-cta-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14.5px;
  margin-bottom: 22px;
}

.faq-cta-card .book_now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  color: var(--primary_color) !important;
}

@media (max-width: 767px) {
  .faq-toggle {
    padding: 16px 18px;
    font-size: 15px;
  }

  .faq-answer {
    padding: 4px 18px 20px 18px;
  }

  .faq-cta-card {
    padding: 30px 20px;
  }
}

/* =========================================================
   Appointment Page
   ========================================================= */

.appoint_wrapper .bred-list,
.appoint_wrapper .bred-list span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.appoint_wrapper .bred-list a {
  color: #fff;
  text-decoration: none;
}

.appoint_wrapper .bred-list a:hover {
  text-decoration: underline;
}

.appoint-contact-list {
  margin-top: 28px;
}

.appoint-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 15.5px;
}

.appoint-contact-item:last-child {
  margin-bottom: 0;
}

.appoint-contact-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 18px;
}

.appoint-contact-item a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.appoint-contact-item a:hover {
  color: var(--secondary_color);
}

.appoint_form {
  box-shadow: 4px 4px 24px 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .appoint_wrapper h1 {
    font-size: 34px;
    line-height: 1.3;
  }

  .appoint_form {
    margin: 30px 0 10px;
    max-width: 100%;
  }
}

/* appointment booking form fields */
.appt-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 6px;
}

.appt-field {
  position: relative;
  background: #f2f2f2;
  border-radius: 8px;
  padding: 12px 16px 11px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}

.appt-field:focus-within {
  background: #fff;
  box-shadow: 0 0 0 2px var(--primary_color);
}

.appt-field label {
  display: block;
  font-size: 13px;
  color: #777;
  margin-bottom: 4px;
}

.appt-field .req {
  color: #e0483a;
}

.appt-field input {
  width: 100%;
  border: none;
  background: transparent;
  outline: none;
  padding: 0;
  font-size: 15px;
  color: #222;
}

.appt-phone-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.appt-phone-code {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 15px;
  color: #222;
}

.appt-phone-row input {
  flex-grow: 1;
}

.appt-submit-btn {
  width: 100%;
  border: none;
  border-radius: 8px;
  padding: 15px;
  margin-top: 4px;
  background: var(--primary_color);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.appt-submit-btn:hover {
  background: var(--secondary_color);
}

/* =========================================================
   CGHS Pathology Landing Page
   ========================================================= */

.cghs-block {
  margin: 0 auto 6px;
  padding: 30px 0;
}

.cghs-block-tint {
  max-width: 100%;
  background: #f4faf9;
  border-radius: 16px;
  padding: 40px;
}

.cghs-block-tint > * {
  margin-left: auto;
  margin-right: auto;
}

.cghs-block h2 {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #0d1f44;
  margin-bottom: 18px;
  padding-left: 16px;
}

.cghs-block h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  width: 4px;
  border-radius: 4px;
  background: var(--secondary_color);
}

.cghs-block p {
  color: #555;
  font-size: 15.5px;
  line-height: 1.9;
  margin-bottom: 18px;
}

.cghs-block p:last-child {
  margin-bottom: 0;
}

.cghs-block strong {
  color: var(--primary_color);
}

/* faq section reuses .faq-accordion / .faq-item / .faq-toggle / .faq-answer
   from the FAQ page styling */
.cghs-faq-section {
  padding: 20px 0 60px;
}

.cghs-faq-heading {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0d1f44;
  margin-bottom: 36px;
}

/* closing CTA */
.cghs-cta-section {
  padding-bottom: 70px;
}

.cghs-cta-card {
  /* max-width: 820px; */
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(135deg, var(--primary_color), #017567);
  border-radius: 20px;
  padding: 50px 45px;
  color: #fff;
}

.cghs-cta-card h2 {
  font-family: "Raleway", sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cghs-cta-card p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 15.5px;
  line-height: 1.8;
  margin-bottom: 18px;
}

.cghs-cta-card strong {
  color: #fff;
}

.cghs-cta-highlight {
  font-weight: 600;
  color: #fff !important;
}

.cghs-cta-card .book_now {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  background: #fff;
  color: var(--primary_color) !important;
}

@media (max-width: 767px) {
  .cghs-block-tint {
    padding: 26px 20px;
  }

  .cghs-block h2,
  .cghs-cta-card h2 {
    font-size: 22px;
  }

  .cghs-cta-card {
    padding: 34px 22px;
  }
}

/* =========================================================
   Gallery Page
   ========================================================= */

.gallery-empty-msg {
  text-align: center;
  color: #666;
  font-size: 18px;
  padding: 40px 0;
}

.gallery-item {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 1 / 1;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.35s ease;
}

.gallery-item:hover {
  box-shadow: 6px 12px 26px 3px rgba(0, 0, 0, 0.16);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 170, 153, 0.55);
  color: #fff;
  font-size: 24px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-item-overlay {
  opacity: 1;
}

/* keep lightcase's close/nav controls on top of our fixed header */
#lightcase-case {
  z-index: 10000;
}

/* =========================================================
   Homepage: Latest Blogs + Testimonials
   ========================================================= */

.home-blogs-section .blog-card {
  margin-bottom: 0;
}

/* testimonials */
.testimonials-section {
  background: #f4faf9;
}

.testimonial-card {
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  box-shadow: 4px 4px 16px 3px rgba(0, 0, 0, 0.1);
  padding: 36px 32px;
}

#testimonial_slider .owl-stage {
  display: flex;
  align-items: stretch;
}

#testimonial_slider .owl-item {
  display: flex;
  height: auto;
}

.testimonial-quote-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #cceeeb;
  color: var(--primary_color);
  font-size: 22px;
  margin-bottom: 22px;
}

.testimonial-text {
  color: #555;
  font-size: 17px;
  font-style: italic;
  line-height: 1.9;
  margin-bottom: 26px;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.testimonial-author img {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #cceeeb;
}

.testimonial-author h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0d1f44;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .testimonial-card {
    padding: 32px 22px;
  }

  .testimonial-text {
    font-size: 15.5px;
  }
  .header{
    height: unset;
  }
}