/* under banner usp design css */
.counter-bg.second .counter-item i {
  font-size: 2.2rem;
  margin-bottom: 0.75rem;
}

.counter-bg.second .counter-item h3 {
  font-size: 2.2rem;
}

.counter-bg.second .counter-item p {
  font-size: 1rem;
}

.counter-bg.second .counter-item {
  margin-bottom: 1rem;
}

.counter-bg.second {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  max-width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width:992px) {
  .counter-bg.second {
    max-width: 95vw;
  }
}

/* under banner usp design css end*/


/* split cards design css start */

.overview-booking {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 0;
}

/* :selection { 
  color: #fff; 
  background: #000; 
  text-shadow: none;
}  */

.overview-section {
  width: 58%;
  padding: 0 40px 0 0;
}

.booking-section {
  width: 42%;
}

.overview-section .overview-box-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.booking-section h3 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.booking-section h3 {
  margin: 0;
  color: #000;
}

.booking-section h3 {
  font-size: 26px;
  color: #2e2d2d;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 15px;
}

.heading2 {
  font-size: 26px;
  font-weight: 500;
  color: #221e20;
}

.booking-section .booking-box-outer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.overview-section .overview-box-outer .overview-box {
  padding: 10px;
  border-radius: 8px;
  background: #fdfff4;
  border: 2px solid #f1f5de;
  width: calc(50% - 14px);
  margin: 0 7px 14px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 112px;
  transition: all .5s ease-in;
  transform: translateY(0);
}

.overview-section .overview-box-outer .overview-box:hover {
  transform: translateY(-5px);
}

.overview-section .overview-box-outer .overview-box:nth-child(2) {
  background: #edfaff;
  border: 2px solid #d1f1ff;
}

.overview-section .overview-box-outer .overview-box:nth-child(3) {
  background: #f8f7ff;
  border: 2px solid #e9e6ff;
}

.overview-section .overview-box-outer .overview-box:nth-child(4) {
  background: #fff6f4;
  border: 2px solid #f7e9e5;
}

.booking-section .booking-box-outer .booking-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  padding: 23px 10px;
  width: calc(33.33% - 20px);
  background: #fff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 8px #FF790030;
  border: 2px solid #dcf5ea;
  border: 2px solid #102378;
  border: 2px solid #ff790050;
  border-radius: 8px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  transition: all .5s ease-in;
  transform: translateY(0);
}

.booking-section .booking-box-outer .booking-box.booking-two {
  width: calc(50% - 20px);
}

.booking-section .booking-box-outer .booking-box:hover {
  transform: translateY(-5px);
}

.overview-section .overview-box-outer .overview-box .overview-text {
  padding: 0 10px;
  flex: 1;
}

.overview-section .overview-box-outer .overview-box .overview-icon {
  min-width: 63px;
  max-width: 70px;
  width: auto;
}

.overview-box a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.overview-box a {
  text-decoration: none;
  outline: none;
  color: #3299da;
  transition: color .3s ease;
}

.link-over {
  position: absolute !important;
  font-size: 0 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 3 !important;
}

.booking-section .booking-box-outer .booking-box .face-img {
  order: -1;
  margin-bottom: 10px;
  min-width: 62px;
}

.overview-text h4 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.overview-text h4 {
  margin: 0;
  color: #000;
}

.overview-text h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
}

.overview-section .overview-box-outer .overview-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #221e20;
  margin-bottom: 5px;
}

.overview-text p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.overview-text p {
  line-height: 1.6;
}

.overview-section .overview-box-outer .overview-box p {
  font-size: 14px;
  line-height: 1.3;
  color: #221e20;
}

.overview-icon img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.overview-icon img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.booking-section .booking-box-outer .booking-box h4 {
  font-size: 18px;
  font-weight: 700;
  color: #221e20;
  margin-bottom: 30px;
  margin: 0;
}

.booking-section .booking-box-outer .booking-box p {
  font-size: 14px;
  color: #000;
  margin: 3px 0 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.booking-section .booking-box-outer .booking-box .face-img img {
  max-height: 66px;
  width: auto;
}


@media screen and (max-width:996px) {
  .overview-section .overview-box-outer .overview-box {
    width: calc(100% - 14px);
  }

  .booking-section .booking-box-outer .booking-box.booking-two {
    width: calc(100% - 14px);
    margin-top: 1rem;
  }
}

@media screen and (max-width:480px) {
  .overview-section {
    width: 100%;
    padding: 0 0.5rem;
  }

  .booking-section {
    width: 100%;
    padding: 0 0.5rem;
  }

  .booking-section h3 {
    text-align: center;
  }

  .booking-section .booking-box-outer .booking-box.booking-two {
    margin-top: 0.5rem;
  }
}

/* split cards design css end */



/* our services cards carousel section css start */

@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap');

.technology-card {
  box-shadow: 0 3px 17px rgba(0, 0, 0, 0.14);
  border-radius: 20px;
  background-color: #fff;
}

.technology-card {
  width: 95%;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-top: 1rem;
}

.thumb-ratio {
  position: relative;
  padding-bottom: 56.25%;
}

.thumb-ratio.thumb-ratio1 {
  padding-bottom: 66.25%;
}

.card-desk {
  padding: 30px;
  cursor: pointer;
}



.technology-card img {
  max-width: 100%;
  height: auto;
}

.slick-slide img {
  display: block;
}

.thumb-ratio img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.thumb img {
  border-radius: 20px;
  width: 100%;
}

.thumb img {
  width: 100%;
}

.font600 {
  font-weight: 600 !important;
}

.heading-md {
  font-size: 28px;
  line-height: 1.2;
  color: var(--light-text);
  font-weight: 600;
  margin: 0;
}

@media screen and (max-width: 1599px) {
  .heading-md {
    font-size: 22px;
  }
}

.technology-card .card-desk>.card-title {
  position: relative;
  padding-right: 45px;
}

.technology-card .card-desk>.card-title {
  padding-right: 0;
}

.centered-items {
  align-items: center;
}

.card-desk .card-text p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text);
  width: 70%;
  margin-bottom: 0px;
  margin-bottom: 0px;
}

@media screen and (max-width: 1799px) {
  .card-desk .card-text p {
    width: 90%;
  }
}

@media screen and (max-width: 1599px) {
  .card-desk .card-text p {
    font-size: 15px;
  }
}

.services-logo {
  width: 35px;
  width: 35px;
}

a {
  text-decoration: none;
  color: var(--text);
}

.anchor-button {
  color: var(--text);
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
}


.underline-white {
  border-bottom: 2px solid white;
}


@media screen and (max-width: 1599px) {
  .anchor-button {
    font-size: 13px;
  }
}

@media screen and (min-width: 1200px) {
  .anchor-button:hover {
    color: var(--secondary-color);
  }
}

.anchor-button span {
  width: 34px;
  height: 34px;
  background: var(--secondary-color);
  border: none;
  font-size: 0px;
  border-radius: 30px;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  display: block;
  transition: 0.3s;
}

.anchor-button span::after {
  content: '';
  position: absolute;
  top: 13px;
  left: 12px;
  height: 7px;
  width: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
  border-radius: 1px;
}

.service-carousel-btn {
  background-color: white !important;
  color: var(--secondary-color) !important;
  border: none;
  color: var(--secondary-color) !important;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 0.2s ease-in all;
  margin: 0 0.5rem;

}


.service-carousel-btn i {
  font-size: 1.3rem;
}

.service-carousel-btn:hover {
  background-color: var(--secondary-color) !important;
  color: white !important;

}

@media screen and (min-width: 1200px) {
  .anchor-button:hover span {
    transform: translateX(5px);
  }
}



.side-carousel {
  background-color: #001055;
}


.side-carousel h2 {
  font-size: 2.4vmax;
  line-height: 1.3;
  margin-left: 1rem;
  margin-left: 1rem;
}

@media screen and (max-width:786px) {

  .side-carousel {
    display: none;
  }
}


.side-overlay-carousel-design {
  height: 100%;
  width: 17%;
  background-color: #001055;
  position: absolute;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

.owl-theme .owl-dots .owl-dot span {
  display: none !important;
}

/* our services cards carousel section css end */


.banner-main-heading {
  color: #001055;
  text-transform: capitalize;
  font-weight: 500 !important;
  font-size: 4.5rem;
  line-height: 1.2;
  text-align: left;
}

.heading1234 {
  font-size: 3.5rem;
}

.banner-main-heading>span,
.testimonial .overview>span,
.tmu-modal.active {
  display: block
}

@media screen and (max-width:1024px) {
  .banner-main-heading {
    font-size: 3.5rem
  }

  .heading1234 {
    font-size: 2.7rem;
  }

  .tmu-btn {
    font-size: 14px
  }
}

@media screen and (max-width:991px) {
  .banner-main-heading {
    font-size: 3.2rem
  }

  .heading1234 {
    font-size: 2.7rem;
  }
}

@media screen and (max-width:896px) {
  .banner-main-heading {
    font-size: 2.7rem
  }

  .heading1234 {
    font-size: 2.1rem;
  }
}

@media screen and (max-width:767px) {
  .banner-main-heading {
    font-size: 2.7rem;
    font-weight: 600 !important;
    padding-top: 35px;
    text-align: center;
  }

  .heading1234 {
    font-size: 2.2rem;
  }

  .banner-main-heading>span {
    display: inline-block
  }


}


/* General Styling for Read More Section */
.description-container {
  display: -webkit-box;
  /* Required for WebKit browsers */
  -webkit-box-orient: vertical;
  /* Required for line clamping */
  overflow: hidden;
  text-overflow: ellipsis;
  /* Adds "..." at the end of truncated text */
  -webkit-line-clamp: 7;
  /* Number of lines to display */
  max-height: unset;
  /* Ensure no conflict with max-height */
  line-height: 1.5;
  /* Set a consistent line height */
}

.description-container.expanded {
  -webkit-line-clamp: unset;
  /* Remove line clamping on expansion */
  display: block;
  /* Revert display property */
  overflow: visible;
  /* Allow full content to show */
}

/* Styling for Read More Button */
.read-more-btn {
  display: block;
  margin: 10px auto 0;
  background-color: #001055;
  color: white;
  border: none;
  padding: 8px 16px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #0056b3;
}

.read-more-btn:focus {
  outline: none;
}



.container p {
  padding: 10px;
  font-size: 16px;
  text-align: justify;
}

@media (min-width: 768px) {
  .banner-img-dep4975 {
    max-height: 500px !important;
  }
}

.hospital-btn-23456 {
  display: inline-block;
  color: #fff;
  background-color: #001055;
  border-radius: 4px;
  font-weight: 500;
  font-size: 14px;
  border: 2px solid var(--primary-color);
}

.hospital-btn-23456:hover {
  color: var(--primary-color);
  background-color: white;
  border: 2px solid var(--primary-color);
}

.hospital-btn-34567 {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ff7900;
  /* Initial text color */
  background-color: transparent;
  /* Transparent background */
  border: 2px solid #ff7900;
  /* Outline color */
  border-radius: 5px;
  /* Optional: Adjust border radius */
  text-align: center;
  text-decoration: none;
  /* Remove underline */
  cursor: pointer;
  transition: all 0.3s ease;
  /* Smooth transition effect */
}

.hospital-btn-34567:hover {
  color: #ffffff;
  /* Text color on hover */
  background-color: #ff7900;
  /* Background color on hover */
  border-color: #ff7900;
  /* Border color on hover */
}


.hospital-item .hospital-left-one-4256:before {
  position: absolute;
  content: "";
  right: 8%;
  bottom: -1.5%;
  width: 81%;
  height: 100%;
  z-index: -1;
  border-radius: 15px;
  background-color: #FF7900;
}


/* Scope only to the buttons inside the .hospital-item */
.hospital-item .carousel-buttons {
  display: flex; /* Make the container a flexbox */
  justify-content: center; /* Horizontally align the buttons */
  align-items: center; /* Vertically align the buttons */
}

/* Ensure the button stays circular */
.hospital-item .about-carousel-btn {
  background-color: #ff7900 !important;
  color: white !important;
  border: 2px solid #ff7900;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: 0.2s ease-in all;
  display: inline-flex; /* Use inline-flex instead of flex */
  justify-content: center; /* Horizontally center the icon */
  align-items: center; /* Vertically center the icon */
  text-align: center;
  box-sizing: border-box;
  margin: 0 0.5rem;
}

.hospital-item .about-carousel-btn i {
  font-size: 25px;
}

.hospital-item .about-carousel-btn:hover {
  background-color: white !important;
  color: #ff7900 !important;
}



/* Shared Base Styles for Service Items */
.service-item,
.service-icon-2345 {
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding: 25px 10px;
  /* Combined shorthand for padding */
  border-radius: 8px;
  border: 2px solid #d1f1ff;
  background-color: #edfaff;
  transition: all 0.5s ease-in;
  transform: translateY(0);
}



/* Icon-Specific Styles */
.service-icon-2345 .service-icon-front {
  text-align: center;
}

.service-icon-2345 .service-icon-custom-b {
  width: 2.9rem;
  /* Match original icon size */
  height: 2.9rem;
  margin-bottom: 20px;
  transition: 0.3s ease all;
  /* Smooth transitions */
}

/* Hover Effect */
.service-icon-2345:hover {
  transform: scale(1.05);
  /* Slight scale on hover */
}

.service-icon-2345:hover .service-icon-custom-b {
  transform: scale(1.1);
  /* Icon zoom on hover */
}

@media screen and (max-width: 480px) {

  .service-item,
  .service-icon-2345 {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .service-icon-2345 .service-icon-custom-b {
    width: 1.6rem;
    /* Match original icon size */
    height: 1.6rem;
    margin-bottom: 20px;
    transition: 0.3s ease all;
    /* Smooth transitions */
    margin-right: 0.4rem;
    margin-bottom: 0px;
  }
}