@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:wght@400;500&family=Source Sans 3:wght@400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@400;600&family=Source+Sans+3:wght@300;400;600&display=swap');


  section {
    overflow-y: hidden;
    overflow-x: hidden;
  }
  .cormorant-regular {
    font-family: "Cormorant", serif;
    font-weight: 700;
    font-style: bold;
  }
  .source-sans-regular {
    font-family: 'Source Sans 3', serif;
    font-weight: 400;
    font-style: normal;
  }
a {
  text-decoration: none !important;
  outline: none;
}
body {
  font-family: "Source Sans 3", sans-serif;
  color: #343a40;
  background: #F2FAFF !important;
  font-size: 15px;
}


p {
  line-height: 1.8;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 1000%;
    display:none;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
}

.nav-item .nav-link {
  display: inline-block;
  color: #343a40;
  text-decoration: none;
}

.navbar{
    background: #fff;
}
.navbar-custom {
  padding-top: 15px;
  width: 100%;
  border-radius: 0px;
  z-index: 1030;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  height:110px;
}
.navbar-custom .logo .logo-dark {
  display: none;
}
.navbar-custom .logo .ligo-light {
  display: inline-block;
}
.navbar-custom .navbar-nav li a {
  line-height: 36px;
  color: #013567; /* Changed from #8e9cb1 to #013567 */
  font-size: 16px;
  transition: all 0.3s;
  background-color: rgba(0, 0, 0, 0) !important;
  padding: 6px 0;
  margin: 0 17px;
  font-weight: 600;
  font-family: 'Source Sans 3', sans-serif; /* Added font-family */
}
.navbar-custom .navbar-nav li .nav-link {
  padding-right: 0px;
  padding-left: 0px;
}
.navbar-custom .navbar-nav li a,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: #013567 !important; /* Changed from #8e9cb1 to #013567 */
}
.navbar-custom .navbar-nav li.active a {
  color: #013567 !important;
}
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active{
  color:#ffffff;
}
.navbar-custom .navbar-toggles {
  padding: 0 !important;
  font-size: 18px;
  background: 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: #fff;
  outline: 0;
}
.navbar-toggler {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #004380; /* Set color to #004380 */
  border: none; /* Remove border */
  display: flex;
  align-items: center; /* Vertically align icon and text */
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none; /* Hide on desktop */
  }
  .navbar-custom .navbar-nav li a {
    font-size: 18px;
  }
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: rgba(0, 0, 0, 0);
  border-color: #013567;
}
.menu-toggle {
  padding: 4.5px 10px !important;
}
.menu-toggle span {
  line-height: 27px;
}
.nav-sticky.navbar-custom {
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
  color: #000 !important;
}
.nav-sticky.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0);
  outline: 0;
}
.nav-sticky.navbar-custom .navbar-nav {
  margin-top: 0px;
}
.nav-sticky.navbar-custom .navbar-nav li a {
  color: #013567 !important; /* Changed from #8b99ae to #013567 */
}
.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
  color: #013567 !important;
}
.nav-sticky .call-no a {
  color: #ff8057 !important;
}
.nav-sticky .logo .logo-dark {
  display: inline-block !important;
}
.nav-sticky .logo .logo-light {
  display: none !important;
}
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-nav li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.navbar-light .navbar-nav li a {
  color: #004380 !important; /* Override the color */
}
@media (min-width: 200px) and (max-width: 768px) {
  .navbar-custom {
    margin-top: 0px;
    background-color: #fff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    color: #fff !important;
  }
  .navbar-custom .navbar-nav {
    margin-top: 0px;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    color: #013567 !important; /* Changed from #242424 to #013567 */
    margin: 0px;
  }
  .navbar-custom .navbar-nav li.active a {
    border-color: rgba(0, 0, 0, 0);
  }
  .navbar-custom .navbar-nav li.active a,
  .navbar-custom .navbar-nav li a:hover,
  .navbar-custom .navbar-nav li a:active {
    color: #013567 !important;
  }
  .navbar-custom > .container {
    width: 90%;
  }
  .navbar-custom .logo .logo-dark {
    display: inline-block !important;
  }
  .navbar-custom .logo .logo-light {
    display: none !important;
  }
  .navbar-custom.navbar-light .navbar-nav li.active a,
  .navbar-custom.navbar-light .navbar-nav li a:hover,
  .navbar-custom.navbar-light .navbar-nav li a:active {
    color: #343a40 !important;
  }
  .navbar-custom .call-no a {
    padding-left: 0 !important;
    color: #ff8057 !important;
  }
  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #343a40;
  }
  .navbar-light .nav-item .nav-link:after {
    background: #343a40;
  }
  .btn b {
    font-size:17px;
  }
  .navbar-custom .navbar-nav li a {
    font-size: 15px;
    line-height: 20px;
  }
}
.btn {
  border-radius: 4px;
  padding: 10px 20px;
  transition: all 0.5s;
}
.btn:focus {
  box-shadow: none !important;
}

.btn.btn-lg {
  padding: 10px 22px !important;
  font-size: 18px !important;
}
.btn.btn-sm {
  padding: 8px 16px !important;
  font-size: 14px !important;
}
.btn.btn-primary {
  background-color: #013567 !important;
  border: 1px solid #013567 !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
  background-color: #F2FAFF !important;
  border: 1px solid #22529e !important;
  color: #22529e !important;
}
.btn.btn-outline-primary {
  border: 1px solid #013567 !important;
  color: #013567 !important;
}
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active {
  background-color: #013567 !important;
  border: 1px solid #013567 !important;
  box-shadow: 0 3px 10px rgba(37, 88, 171, 0.5);
  color: #fff !important;
}
.btn.btn-secondary {
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff !important;
}
.btn.btn-outline-secondary {
  border: 1px solid #242424 !important;
  color: #242424 !important;
  font-size: 20px;
  font-family: 'Source Sans 3', sans-serif; /* Added font-family */
}
.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary.focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary.active {
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
  color: #fff !important;
}
.btn.btn-success {
  background-color: #15d68c !important;
  border: 1px solid #15d68c !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
  background-color: #14c883 !important;
  border: 1px solid #14c883 !important;
  color: #fff !important;
}
.btn.btn-outline-success {
  border: 1px solid #15d68c !important;
  color: #15d68c !important;
}
.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success.focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success.active {
  background-color: #15d68c !important;
  border: 1px solid #15d68c !important;
  box-shadow: 0 3px 10px rgba(21, 214, 140, 0.5);
  color: #fff !important;
}
.btn.btn-info {
  background-color: #59dbff !important;
  border: 1px solid #59dbff !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
  background-color: #4ad8ff !important;
  border: 1px solid #4ad8ff !important;
  color: #fff !important;
}
.btn.btn-outline-info {
  border: 1px solid #59dbff !important;
  color: #59dbff !important;
}
.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus,
.btn.btn-outline-info.focus,
.btn.btn-outline-info:active,
.btn.btn-outline-info.active {
  background-color: #59dbff !important;
  border: 1px solid #59dbff !important;
  box-shadow: 0 3px 10px rgba(89, 219, 255, 0.5);
  color: #fff !important;
}
.btn.btn-warning {
  background-color: #ff8057 !important;
  border: 1px solid #ff8057 !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
  background-color: #ff7448 !important;
  border: 1px solid #ff7448 !important;
  color: #fff !important;
}
.btn.btn-outline-warning {
  border: 1px solid #ff8057 !important;
  color: #ff8057 !important;
}
.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning.focus,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning.active {
  background-color: #ff8057 !important;
  border: 1px solid #ff8057 !important;
  box-shadow: 0 3px 10px rgba(255, 128, 87, 0.5);
  color: #fff !important;
}
.btn.btn-danger {
  background-color: #ee4a4a !important;
  border: 1px solid #ee4a4a !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
  background-color: #ed3c3c !important;
  border: 1px solid #ed3c3c !important;
  color: #fff !important;
}
.btn.btn-outline-danger {
  border: 1px solid #ee4a4a !important;
  color: #ee4a4a !important;
}
.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger.focus,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger.active {
  background-color: #ee4a4a !important;
  border: 1px solid #ee4a4a !important;
  box-shadow: 0 3px 10px rgba(238, 74, 74, 0.5);
  color: #fff !important;
}
.btn.btn-dark {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
  background-color: #2d3238 !important;
  border: 1px solid #2d3238 !important;
  color: #fff !important;
}
.btn.btn-outline-dark {
  border: 1px solid #343a40 !important;
  color: #343a40 !important;
}
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark.focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark.active {
  background-color: #343a40 !important;
  border: 1px solid #343a40 !important;
  box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
  color: #fff !important;
}
.btn.btn-muted {
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  color: #fff;
  box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.16);
}
.btn.btn-muted:hover,
.btn.btn-muted:focus,
.btn.btn-muted.focus,
.btn.btn-muted:active,
.btn.btn-muted.active {
  background-color: #94a1b5 !important;
  border: 1px solid #94a1b5 !important;
  color: #fff !important;
}
.btn.btn-outline-muted {
  border: 1px solid #242424 !important;
  color: #242424 !important;
}
.btn.btn-outline-muted:hover,
.btn.btn-outline-muted:focus,
.btn.btn-outline-muted.focus,
.btn.btn-outline-muted:active,
.btn.btn-outline-muted.active {
  background-color: #242424 !important;
  border: 1px solid #242424 !important;
  box-shadow: 0 3px 10px rgba(157, 169, 187, 0.5);
  color: #fff !important;
}
.btn.btn-light {
  background-color: #f7f9fe;
  border: 1px solid #f7f9fe;
  color: #343a40 !important;
}
.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0 0 0 2px rgba(247, 249, 254, 0.08);
  color: #343a40 !important;
}
.btn.btn-outline-light {
  border: 1px solid #f7f9fe;
  color: #f7f9fe !important;
}
.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active {
  background-color: #f7f9fe;
  border: 1px solid #f7f9fe;
  color: #343a40 !important;
}
.text-primary {
  color: #013567 !important;
}
.bg-primary {
  background-color: #013567 !important;
}
.text-secondary {
  color: #6c757d !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
.text-success {
  color: #15d68c !important;
}
.bg-success {
  background-color: #15d68c !important;
}
.text-info {
  color: #59dbff !important; /* Corrected from !portant to !important */
}
.bg-info {
  background-color: #59dbff !important;
}
.text-warning {
  color: #ff8057 !important;
}
.bg-warning {
  background-color: #ff8057 !important;
}
.text-danger {
  color: #ee4a4a !important;
}
.bg-danger {
  background-color: #ee4a4a !important;
}
.text-dark {
  color: #343a40 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
.text-muted {
  color: #242424 !important;
}
.bg-muted {
  background-color: #242424 !important;
}
.text-light {
  color: #f7f9fe !important;
}
.bg-light {
  background-color: #f7f9fe !important;
}
.text-body-bg {
  color: #ffffff !important;
}
.bg-body-bg {
  background-color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
.bg-black {
  background-color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.bg-white {
  background-color: #ffffff !important;
}
.text-white-70 {
  color: rgba(255, 255, 255, 0.7);
}
.text-lighten-warning {
  color: rgba(255, 128, 87, 0.5);
}
.bg-gradient-primary {
  background: linear-gradient(-45deg, #013567 0%, #59dbff 100%);
}
.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.bg-overlay {
  background: #000;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.bg-overlay.op-75 {
  opacity: 0.75;
}
.font-weight-medium {
  font-weight: 500;
}
.line-height-1_6 {
  line-height: 1.6;
}
.line-height-1_4 {
  line-height: 1.4;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-17 {
  font-size: 17px;
}
.f-18 {
  font-size: 18px;
}
.f-19 {
  font-size: 19px;
}
.f-20 {
  font-size: 20px;
}
.right-icon {
  line-height: 0;
  font-size: 22px;
}
.hero-bottom-img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.row > * {
  position: relative;
}




.footer {
  padding: 60px 0 24px;
  position: relative;
  background: #DCF2FB;
}
.footer .company-sub-menu li {
  padding: 8px 0;
}
.footer .company-sub-menu li a {
  transition: all 0.5s;
  color: #242424;
}
.footer .company-sub-menu li a:hover {
  color: #FFCD29 !important;
  margin-left: 6px;
}
.footer .footer-social-list a {
  height: 40px;
  width: 40px;
  display: inline-block;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  color: #FFCD29;
  font-size: 18px;
  transition: all 0.3s;
}
.footer-social-icons{
    color: #FFCD29;
    font-size: Xx-large;
}
.footer .footer-social-list a:hover {
  background: #FFCD29;
  color: #fff;
  border-color: #FFCD29;
  box-shadow: 0 0 2px 7px rgba(255, 128, 87, 0.15);
} 
.footer-list-title{
    color: #00A4F4;
}

.hero-1-bg {
    padding: 110px 0 0px;
    background-color: #ffffff; /* Corrected from 3F2FAFF */
}
.ticker-wrapper {
  background-color: #004180;
  height: 110px;
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.ticker {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.ticker-track {
  display: flex;
  width: fit-content;
  animation: scroll-left 20s linear infinite;
}

.ticker-item {
  display: inline-block;
  margin-right: 5rem;
  font-family: 'Cormorant', serif;
  font-size: 2.5rem;
  font-weight: 500;
  color: white;
  white-space: nowrap; /* 👈 Prevent line breaks */
}


.ticker-item .plus {
  color: #FECD28;
  font-weight: 700;         /* Bolder */
  font-size: 2rem;          /* Slightly larger */
  vertical-align: middle;   /* Keeps it aligned nicely */
}


@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Fade Effect Overlays */
.fade-left,
.fade-right {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.fade-left {
  left: 0;
  background: linear-gradient(to right, #004180 0%, transparent 100%);
}

.fade-right {
  right: 0;
  background: linear-gradient(to left, #004180 0%, transparent 100%);
}


.hero-1-bg h1{
    color: #003566;
}
.bg-light{
    background-color: #F2FAFF;
}

/* Remove the secondary navbar styles */
/* .navbar2-container {
    padding: 100px 20px 0px 20px;
}
.live-chat-btn {
    background-color: #003566; 
    color: white;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.live-chat-btn i {
    margin-right: 8px;
    font-size: 18px;
}
.nav2-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #003566;
    font-weight: 500;
}
.nav2-item a {
    text-decoration: none;
    color: inherit;
}
.nav2-icons {
    font-size: 20px;
    color: #003566; 
}
@media (max-width: 768px) {
    .nav2-item {
        flex-direction: column;
        text-align: center;
    }
    .hero-1-bg {
      padding: 100px 0 0px;
    }
} */

.service-video-section-1 {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:170px;
    
}
.service-video-section-1 .video-placeholder {
    width: 100%;
    height: 600px;
}

.video-placeholder {
    width: 100%;
    height: 80%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .video-placeholder {
        width: 100%;
        height: 300px;
    }
    .service-video-section-1 {
      height: auto;
      margin-bottom: 0px;
  }
  .service-video-section-1 .video-placeholder {
    width: 100%;
    height: auto;
}
}

.video-section {
    width: 100%;
    height: 575px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.video-container {
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.video-fade {
    opacity: 0;
    transform: scale(0.95);
    animation: zoomInFade 1.5s ease-out forwards;
    will-change: transform, opacity;
}

@keyframes zoomInFade {
    from {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.services-procedures-heading {
    font-family: 'Cormorant', serif;
    font-weight: 700;
    font-style:bold;
    font-size: 60px;
    line-height: 76px;
    letter-spacing: 0.5px;
    text-align: left;
    color: #003566;
    margin-bottom: 80px;
    margin-top: 120px;
}

.services-procedures-img {
    height: 394px;
    width: 100%;
    object-fit: cover;
    margin-right: 10px;
}

.services-procedures-img:last-child {
    margin-right: 0;
}

.add-proced-row{
    margin-top:80px;
}

.additional-procedures-btn {
    width: 213px;
    height: 48px;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 50px;
    border-width: 1px;
    background: #004180;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}
/* Default inline layout */
.read-more-wrapper {
  display: inline-block;
}



@media (max-width: 768px) {
    .services-procedures-img {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .services-procedures-heading {
      margin-top:0px;
  }
  .hero-1-bg {
    padding: 80px 0px 0px 0px;
}
.video-container iframe {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.video-section {
  height: auto;
  margin-bottom:40px;
}
.add-proced-row{
  margin-top:20px;
}
    .services-procedures-section .row {
        display: none; /* Hide the original row on mobile */
    }
    .services-procedures-section .services-slider {
        display: block; /* Display the slider on mobile */
    }
    .services-slider {
        width: 100%;
        overflow: hidden;
        position: relative;
    }
    .services-slider .slider-track {
        display: flex;
        transition: transform 0.5s ease;
        gap: 10px; /* Add spacing between images */
    }
    .services-slider .slider-item {
        min-width: calc(50% - 10px); /* Show two items per screen with spacing */
        box-sizing: border-box;
    }
    .services-slider .slider-item img {
        width: 100%;
        height: auto;
    }
    .services-slider .slider-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        display: flex;
        justify-content: space-between;
        transform: translateY(-50%);
    }
    .services-slider .slider-nav button {
        background: rgba(0, 0, 0, 0.5);
        border: none;
        color: white;
        padding: 10px;
        cursor: pointer;
    }
    .da-vinci-section {
        margin-bottom: 50px;
    }

    .da-vinci-section .col-xs-6 {
        display: inline-block;
        width: 50%; /* Ensure images 2 and 3 share the same horizontal line */
        padding: 0 5px; /* Add spacing between images */
        box-sizing: border-box;
    }

    .da-vinci-section img {
        height: 270px; /* Set uniform height for images 2 and 3 */
        object-fit: cover;
    }

    .da-vinci-section .services-procedures-heading {
        text-align: center; /* Center the heading on mobile */
        font-size: 25px; /* Reduce heading font size on mobile */
        margin-bottom:30px;
    }
}

@media (min-width: 769px) {
    .services-procedures-section .services-slider {
        display: none; /* Hide the slider on desktop */
    }
    .services-procedures-section .row {
        display: flex; /* Show the original row on desktop */
    }
}

.achieve-section {
  margin-bottom: 120px;
}

.achieve-section-col {
    height: 220px;
    border-radius: 24px;
    padding: 25px;
    background: #EBF8FF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    width: 32%;
}
.first{
  margin-right:15px;
  margin-left:10px;
}
.second{
  margin-right:15px;
}

.achieve-section-heading {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #003566;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .achieve-section-heading {
        font-size: 55px; /* Reduced font size for mobile */
    }
}

.achieve-section-bullet {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #003566;
}

.achieve-section-buttons-row {
    /*width: 100%; */
    padding-top: 64px;
    padding-bottom: 64px;
    background: #EBF8FF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.davinci-section-buttons-row {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  background: #EBF8FF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}

.achieve-section-button {
    height: 60px;
    padding: 12px 20px;
    border-radius: 50px;
    background: #004180;
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    margin: 0 10px;
}

@media (max-width: 768px) {
    .achieve-section-col {
        margin-bottom: 15px;
        width: 100%;
    }
    .first{
      margin-right:0px;
      margin-left:0px;
    }
    .second{
      margin-right:0px;
    }
    .achieve-section-buttons-row {
        height: auto;
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .achieve-section-button {
        margin: 10px 0;
    }
    .achieve-section-bullet {
      font-size: 14px;
  }
  .achieve-section-col {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .achieve-section {
    margin-bottom: 40px;
  }
  .davinci-section-buttons-row {
    margin-top: 40px;
  }
}
.mpt-mobile-t {
  padding: 0  1vw !important;
  margin: 0 2vw !important;
}
.mpt-mobile-0 {
  padding: 0  !important;
}
.mpt-mobile-5 {
  padding: 5px  !important;
  margin: 5px !important;
}
.milestones-section {
    text-align: center;
    margin-bottom:120px;
}

.timeline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 50px;
    width: 100%;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: #004180;
    z-index: 0;
}

.timeline-item {
    position: relative;
    width: 18%;
    text-align: center;
}

.timeline-content {
    position: relative;
    z-index: 2;
}

.timeline-content h3 {
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-size: 24px;
    color: #003566;
    margin-bottom: 10px;
}

.timeline-content p {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #242424;
    margin-top: 10px;
}

.timeline-dot {
    width: 20px;
    height: 20px;
    background: #FFCD29;
    border-radius: 50%;
    margin: 10px auto;
}

.timeline-vertical-line {
    width: 1px;
    height: 50px;
    background: #004180;
    margin: 10px auto;
}

.timeline-content.reverse {
    display: flex;
    flex-direction: column-reverse;
}

@media (max-width: 768px) {
    .timeline {
        flex-direction: column;
    }

    .timeline-item {
        width: 100%;
        margin-bottom: 20px;
    }

    .timeline::before {
        display: none;
    }

    .timeline-dot {
        left: 10%;
        margin-left:0px;
    }

    .timeline-content {
        text-align: left;
        margin-left: 20%;
    }
    .timeline-vertical-line {
      margin-left:10px;
  }
  .milestones-section {
    text-align: center;
    margin-bottom:40px;
    margin-top:50px;
}
}

.follow-us-section {
    margin-bottom: 120px;
    margin-top: 150px;
}

.follow-us-section .follow-left img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.follow-us-section .col-lg-6 {
    padding: 20px 40px;
    background-color: #ffffff;
    height: auto;
}

.follow-us-section h2 {
    margin-bottom: 10px;
    font-family: 'Cormorant', serif;
    font-weight: 600;
    font-style: normal;
    font-size: 35px;
    color: #003566;
    text-align: center;
}

.follow-us-section .social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 24px;
}

.follow-us-section .social-icons img {
    width: 143px;
    height: 140px;
}

.follow-us-section .btn-button {
    height: 48px;
    font-size:16px;
    padding: 12px 20px;
    border-radius: 50px;
    background: #242424;
    border: 1px solid #242424;
    color: #ffffff;
    border: none;
}

.follow-us-section .btn-outline-button {
    height: 48px;
    font-size:16px;
    padding: 12px 20px;
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #242424;
    color: #242424;
    margin-left: 15px;
}

.maps-section iframe {
  height: 650;
  object-fit: cover;
}

.follow-us-tab-content {
  padding: 10px 0;
}
.follow-us-tab-pane {
  display: none; /* Hide all tabs initially */
}
.follow-us-tab-pane.active {
  display: block; /* Show active tab */
}
.follow-us-tab-pane img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.follow-us-tab-buttons {
  text-align: center;
  margin-top: 0px;
}
.follow-us-tab-buttons .follow-us-tab-btn {
  margin: 5px;
  padding: 10px 20px;
  font-size: 18px;
  font-family: 'Source Sans 3', sans-serif;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
border:1px solid #004180;
}
.follow-us-tab-btn.active {
  background: #004180;
  color: #fff;
}
.follow-us-tab-btn.inactive {
  background: #fff;
  color: #004180;
  border: 1px solid #004180;
}
.follow-us-image-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media (max-width: 768px) {
  .follow-us-image-grid {
      grid-template-columns: repeat(4, 1fr); /* Keeps images in a straight horizontal line */
      overflow-x: auto;
      white-space: nowrap;
      gap: 5px;
  }
  .follow-us-image-grid img {
      min-width: 100px;
      height:auto;
      width:20%;
  }
  .follow-us-tab-pane img {
    height: auto;
    object-fit: cover;
  }
  .follow-us-section .col-lg-7 {
    height: 300px;
    padding: 40px 40px;
  }
  .follow-us-section {
    margin-top: 0px;
}
}

@media (max-width: 768px) {
  .follow-us-section .social-icons img {
    width: 25%;
    height: 100px;
 }
 .follow-us-section .col-lg-7 {
  height: 350px;
  padding: 40px 0px 10px 0px;
}
.follow-us-section .col-xs-12 {
  align-items: center;
  justify-items: center;
}
.follow-us-section .col-lg-5 img {
  width: 100%;
  height: auto;
}
.follow-us-section {
  margin-bottom: 0px;
}
.maps-section iframe {
  height: 450px;
  object-fit: cover;
}
}

.chevron-icon {
    font-size: 12px;
    vertical-align: middle;
}

.secondary-navbar {
    margin-top: 150px; /* Adjusted margin-top */
    background-color: transparent;
    padding: 10px 20px; /* Inherit padding */
}

.secondary-navbar .nav-link {
    color: #004380; /* Default inactive state color */
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 20px;
}

.secondary-navbar .nav-link.active {
    background-color: #004380; /* Active state background */
    color: #fff !important; /* Active state text color */
    border-radius: 50px;
    padding: 10px 20px;
}

.secondary-navbar .nav-link:hover,
.secondary-navbar .nav-link:focus {
    color: #004380 !important; /* Ensure hover text color remains the same */
}

.secondary-navbar .nav-link:hover .nav-icon,
.secondary-navbar .nav-link:focus .nav-icon {
    color: #FFCB3C; /* Hover icon color */
}

.secondary-navbar .nav-link .nav-icon {
    font-size: 20px;
    color: #004380; /* Default inactive state icon color */
}

.secondary-navbar .nav-link.active .nav-icon {
    color: #FFCB3C !important; /* Active state icon color */
}

.secondary-navbar .nav-item {
    margin: 0 10px; /* Add margin to space out items */
}

.secondary-navbar .nav-link:hover,
.secondary-navbar .nav-link:focus {
    color: #004380 !important; /* Ensure text color remains the same */
}

.secondary-navbar .nav-link:hover,
.secondary-navbar .nav-link:focus,
.secondary-navbar .nav-link:active {
    background-color: #004380; /* Inherit background color from "live chat" */
    color: #fff !important; /* Turn text white */
    border-radius: 50px; /* Inherit border-radius */
    padding: 10px 8px; /* Inherit padding */
}

.secondary-navbar .nav-link:hover .nav-icon,
.secondary-navbar .nav-link:focus .nav-icon,
.secondary-navbar .nav-link:active .nav-icon {
    color: #FFCB3C !important; /* Retain yellow color for the icon */
}

.secondary-navbar .nav-item .modal-container.active {
    display: block;
}

.secondary-navbar .nav-item.active .nav-link {
    background-color: #004380; /* Ensure active state background */
    color: #fff !important; /* Ensure active state text color */
}

/* Ensure live chat starts in an inactive state */
.secondary-navbar .nav-item.active .nav-link:not(.active) {
    background-color: transparent; /* Inactive state background */
    color: #004380; /* Inactive state text color */
}
.secondary-navbar-container  {
  background-color: #F2FAFF;
}
.secondary-navbar-container .navbar-nav {
    justify-content: flex-end; /* Align items to the right */
}
@media (max-width: 768px) {
    .secondary-navbar-container .navbar-toggler {
        display: block;
        margin-left: auto;
        margin-right: auto;
        color: #004380; /* Set color to #004380 */
        border: none; /* Remove border */
        display: flex;
        align-items: center; /* Vertically align icon and text */
    }
    .secondary-navbar-container .navbar-collapse {
        text-align: center;
    }
    .secondary-navbar {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .secondary-navbar .nav-item {
        flex: 0 0 45%; /* Adjust width to fit items per row */
        margin: 5px; /* Add margin between items */
    }
    .secondary-navbar .nav-link {
        white-space: nowrap; /* Prevent text wrapping */
    }
}
@media (min-width: 992px) {
  .navbar-toggler {
    display: none; /* Hide on desktop */
  }
}

/* Hide secondary navbar on mobile */
@media (max-width: 768px) {
    .secondary-navbar-container {
        display: none !important;
    }
}

.hero-1-bg h1 {
    color: #003566;
}

/* Desktop styles (default) */
.hero-title {
    text-align: left;
}

.hero-title h1,
.hero-title p,
.hero-title .btn {
    text-align: left;
}

/* Mobile styles */
@media (max-width: 768px) {
    .hero-title h1 {
        font-size: 35px !important; /* Set hero section heading to 35px on mobile */
    }
    .services-procedures-section .services-procedures-heading,
    .milestones-section h2,
    .follow-us-section h2 {
        font-size: 28px !important; /* Set other section headings to 20px on mobile */
        text-align: center; /* Center section headings on mobile */
        margin-bottom: 20px;
    }
    .achieve-section .achieve-section-heading {
        font-size: 40px !important; /* Set achieve section heading to 35px on mobile */
    }
    .hero-title {
        text-align: center; /* Center text in hero section on mobile */
    }
    .hero-title h1,
    .hero-title p,
    .hero-title .btn {
        text-align: center; /* Center headings, text, and buttons in hero section */
    }
    /* Remove site-wide centering */
    h1, h2, h3, h4, h5, h6, p {
        text-align: initial; /* Revert to default alignment */
        color:#013567;
    }
    /* Apply centering only to the specific section */
    .appointments-section h2,
    .appointments-section h3,
    .appointments-section p {
        text-align: center; /* Center headings and <p> tags in the appointments section */
    }
    
    
}
.new-section h5 {
      font-size: 22px !important;
    }
.profile-btn {
  bottom:10%;
}
.cutting-edge-section h4 {
  font-family: dm-serif-display, serif;
  font-style: italic;
  font-size: 2rem;
}
.cutting-edge-section h5 {
  font-size: 1.3rem;
  font-family: "Cormorant", sans-serif;
  color: #003566;
  margin-top: 10px;
}
.thd img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.vid-gradient-overlay .video-caption {
  font-size: 35px;
}

/* Animation Keyframes */
@keyframes flyInFromLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes flyInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.reviews-testimonials video {
      margin-top: 150px;
    }
.reviews-testimonials .hrs hr {
      margin: 0.6rem 0 !important;
}
.follow-us-image-grid {
  display: grid;
  gap: 1rem;
}
.follow-us-image-grid img {
  width: 100%;
  height: auto;
  display: block;
}
.text-muted {
      font-size:18px !important;
      padding: 0 50px 0 0;
    }

#secondaryNavbar .nav-link {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 600;
  font-size: 16px;
}
.image-zoom-container .left-image {
  border-radius: 15px 0px 0px 15px;
}
.image-zoom-container .right-image {
  border-radius: 0px 15px 15px 0px;
}
.left-zoom {
  border-radius: 15px 0px 0px 15px;
}
.right-zoom {
  border-radius: 0px 15px 15px 0px;
}

/* For desktop only (≥768px) */
@media (min-width: 768px) {
  .follow-us-image-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.hero-buttons {
  display: flex;
  margin-bottom: 30px;
}
.counter-wrapper {
  background: #003566;
  text-align: center;
  padding: 10px 10px;
  font-family: 'Cormorant', serif;
  color: #fff;
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.counter-wrapper.active {
  transform: scale(1);
  opacity: 1;
  color: #fff;
}

.counter-number {
  font-size: 3rem;
  font-weight: bold;
}

.plus {
  color: #FECD28;
  font-weight: 500 !important;
}

.counter-label {
  font-size: 3rem;
  margin-top: 0.5rem;
}
.custom-row {
  position: relative;
}

.divider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 70%;
  width: 1px;
  background-color: #fff;
  z-index: 1;
  box-shadow: none;
  border: none;
  padding:0;
}


.divider-horizontal {
  width: 70%;
  height: 1px;
  background-color: #fff;
  margin: 1rem 0;
}

.logo img {
            height:150px;
            width: 450px;
            margin-top: 30px;
        }
.hero-buttons b {
  font-size: 25px;
}
.hero-title h1 {
  font-size: 70px !important;
}
.prosense img {
  width:auto;
  height: 100%;
}
.left-meet {
  padding: 10px !important;
}
.right-meet {
  padding: 10px !important;
}
.counter-sp {
  width: 90px;
}
.right-meet .btn {
  margin: 20px 20px 30px; 
  right: 0; 
  display: flex; 
  align-items: center; 
  gap: 8px;
}
.left-meet .btn {
  margin: 20px 20px 30px; 
  left: 0; 
  display: flex; 
  align-items: center; 
  gap: 8px;
}

@media (min-width: 1400px) {
    .navbar .logo{
      margin-left: -80px !important;
    }
    .stars-section .col-lg-7 {
      text-align: left !important;
    }
}
@media (max-width: 1450px) {
   .read-more-wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 1400px) {
    .logo img {
            height:150px;
            width: 450px !important;
            margin-top: 30px;
            margin-left:-80px;
        }
    .right-meet .btn {
      margin: 20px 20px 50px !important;
    }
}

@media (max-width: 1300px) {
    .logo img {
            height: auto;
            width: 250px !important;
            margin-top: 0;
        }
    .hero-concierge-title {
        font-size: 2rem !important;
      }
      .counter-label {
        font-size: 2rem;
      }
      .counter-number {
        font-size: 2rem;
      }
      .achieve-section-button {
        font-size: 15px;
      }
      .read-more-wrapper {
    width: 80%;
    display: flex;
    justify-content: center;
      }
      .hero-title h1 {
        font-size: 60px !important;
      }
      .alternative {
        font-size:1.5rem !important;
      }
      .profile-btn {
        bottom:20%;
      }
      .right-meet .btn {
      margin: 20px 20px 20px !important;
      }
      .left-meet .btn {
      margin: 20px 20px 0px !important;
      }
}
@media (max-width: 1200px) {
    .hero-title h1 {
      font-size: 45px !important;
    }  
    .logo img {
            height: auto;
            width: 250px !important;
            margin-top: 0;
            margin-left: -80px !important;
        }
    .hero-concierge-title {
        font-size: 2rem !important;
      }
      .counter-label {
        font-size: 2rem;
      }
      .counter-number {
        font-size: 2rem;
      }
      .achieve-section-button {
        font-size: 15px;
      }
      .read-more-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
    }
    .hero-buttons b {
    font-size: 20px;
      }
      .hero-title h1 {
        font-size: 45px !important;
      }
      .alternative {
        font-size:1.5rem !important;
      }
      .profile-btn {
        bottom:20%;
      }
      .right-meet .btn {
      margin: 20px 20px 20px !important;
      }
      .left-meet .btn {
      margin: 20px 20px 20px !important;
      }
}
@media (max-width: 1100px) {
    .achieve-section .achieve-section-heading {
        font-size: 40px !important;
    }
    .hero-title h1 {
      font-size: 45px !important;
    }
    .logo img {
            height: auto;
            width: 200px !important;
            margin-top: 0;
            margin-left: -50px !important;
        }
    .hero-concierge-title {
        font-size: 2rem !important;
    }
    .counter-label {
        font-size: 2rem;
    }
    .counter-number {
        font-size: 2rem;
      }
      .achieve-section-button {
        font-size: 15px;
      }
      .read-more-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
      }
      .hero-buttons b {
    font-size: 20px;
      }
      .hero-title h1 {
        font-size: 45px !important;
      }
      .alternative {
        font-size:1.5rem !important;
      }
      .profile-btn {
        bottom:20%;
      }
      .right-meet .btn {
      margin: 20px 20px 30px !important;
      }
      .left-meet .btn {
      margin: 20px 20px 30px !important;
      }
      
}
@media (max-width: 1000px) {
      .hero-concierge-title {
        font-size: 2rem !important;
      }
      .counter-label {
        font-size: 2rem;
      }
      .counter-number {
        font-size: 2rem;
      }
      .achieve-section-button {
        font-size: 15px;
      }
      .read-more-wrapper {
    width: 90%;
    display: flex;
    justify-content: center;
      }
      .hero-buttons b {
    font-size: 20px;
      }
      .hero-title h1 {
        font-size: 45px !important;
      }
      .profile-btn {
        bottom:10%;
      }
      .right-meet .btn {
      margin: 20px 20px 70px !important;
      }
      .left-meet .btn {
      margin: 20px 20px 70px !important;
      }
    }
@media (max-width: 991px) {
      .logo img {
        width: 250px !important;
        height: auto !important;
        margin-top: 0 !important;
        margin-left: -10px !important;
      }
    .hero-buttons {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .achieve-section .achieve-section-heading {
        font-size: 35px !important;
    }
    .hero-title h1 {
      text-align: center !important;
      padding: 0 20px !important;
      margin-top: 20px !important;
    }
    .text-muted {
      padding: 0 30px !important;
      text-align: center !important;
    }
    .menu-container {
      opacity:1 !important;
      visibility: visible !important;
      transform: translateY(0) !important;
    }
    .stars-section h2 {
      text-align: center;
    }
    .new-section .btn {
      font-size: 18px !important;
    }
    .new-section p {
      font-size: 14px !important;
    }
    .new-section h5 {
      font-size: 18px !important;
    }
    
    .vid-gradient-overlay .video-caption {
  font-size: 28px !important;
    }
    .reviews-testimonials video {
      margin-top: 100px;
    }
    .google-drive-video-section video {
    margin-top:0px;
    }
    .the-doctors {
    margin-top: 50px;
    margin-bottom: 50px;
    }
    .profile-btn {
        bottom:10%;
    }
    .right-meet .btn {
      margin: 20px 20px 30px !important;
      }
      .left-meet .btn {
      margin: 20px 20px 30px !important;
      }
}
@media (max-width: 950px) {
    .achieve-section .achieve-section-heading {
        font-size: 35px !important;
    }
    .new-section .btn {
      font-size: 10px;
    }
    .new-section h5 {
      font-size: 18px !important;
    }
    .robotic-images-section {
                margin-top:80px;
            }
}
@media (max-width: 780px) {
    .hero-buttons {
        display:inline-block;
    }
    .hero-title h1 {
        font-size: 35px !important; /* Set hero section heading to 35px on mobile */
    }
    .hero-buttons .achieve-section-button {
        position: relative !important;
    }
    .hero-offering-line {
    width: 15% !important;
    margin-left: 5px !important;
    }
    .new-section .btn {
      font-size: 15px !important;
    }
    .new-section p {
      font-size: 12px !important;
    }
    .new-section h5 {
      font-size: 13px !important;
    }
    .vid-gradient-overlay .video-caption {
  font-size: 20px !important;
    }
    .stars-section h2 {
      text-align: center;
    }
    .reviews-testimonials video {
      margin-top: 80px;
    }
    .image-zoom-container .left-image {
  border-radius: 15px 15px 0px 0px !important;
}
.image-zoom-container .right-image {
  border-radius: 0px 0px 15px 15px !important;
}
.robotic-images-section {
                margin-top:50px;
            }
            .profile-btn {
        bottom:10%;
      }
}
@media (max-width: 780px) {
    .google-drive-video-section video {
    margin-top:0px;
    }
    .the-doctors {
    margin-top: 50px;
    margin-bottom: 50px;
    }
}
@media (max-width: 520px) {
    .new-section h5 {
      font-size: 20px !important;
    }
    .profile-btn {
        bottom:10%;
    }
    .hero-concierge-title {
      font-size: 28px !important;
    }
    .hero-buttons b {
      font-size: 18px;
    }
    .counter-sp {
      width: 65px;
    }
    .counter-label {
      font-size: 28px !important;
    }
}


/* Hero Section Animations */
.hero-1-bg .mt-5 {
    opacity: 0;
    animation: flyInFromLeft 1.5s ease-out forwards;
}

.hero-1-bg .hero-title {
    opacity: 0;
    animation: flyInFromRight 1.5s ease-out forwards;
}
.hero-1-bg img {
  width:100%;
  height:100%;
}


/* Services & Procedures Section Animations */
.services-heading-animate {
    opacity: 0;
    animation: fadeInUp 1.5s ease-out forwards;
}

.services-img-animate {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInRight 1.5s ease-out forwards;
}

.services-img-animate:nth-child(2) { animation-delay: 0.3s; }
.services-img-animate:nth-child(3) { animation-delay: 0.6s; }
.services-img-animate:nth-child(4) { animation-delay: 0.9s; }
.services-img-animate:nth-child(5) { animation-delay: 1.2s; }

.services-btn-animate {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 1.5s ease-out forwards;
    animation-delay: 1.5s;
}

/* Achieve Section Animations */
.achieve-col-animate {
    opacity: 0;
    transform: translateY(50px);
    animation: fadeInUp 1.5s ease-out forwards;
}

.achieve-col-animate:nth-child(2) { animation-delay: 0.3s; }
.achieve-col-animate:nth-child(3) { animation-delay: 0.6s; }

.achieve-btn-animate {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.5s ease-out forwards;
    animation-delay: 0.5s;
}


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Animation Durations */
.services-heading-animate { animation-duration: 1.5s; }
.services-img-animate { animation-duration: 1.5s; }
.services-btn-animate { animation-duration: 1.5s; }
.achieve-col-animate { animation-duration: 1.5s; }
.achieve-btn-animate { animation-duration: 1.5s; }
.milestone-animate { animation-duration: 1.5s; }
.follow-left-animate { animation-duration: 1.5s; }
.follow-right-animate { animation-duration: 1.5s; }
.video-fade { animation-duration: 1.5s; }

/* Update individual animation declarations */
.services-heading-animate { animation: flyInFromLeft 1.5s ease-out forwards; }
.services-img-animate { animation: fadeInRight 1.5s ease-out forwards; }
.achieve-col-animate { animation: fadeInUp 1.5s ease-out forwards; }
.milestone-animate { animation: fadeInLeft 1.5s ease-out forwards; }
.follow-left-animate { animation: fadeInLeft 1.5s ease-out forwards; }
.follow-right-animate { animation: fadeInRight 1.5s ease-out forwards; }

/* Milestone Section Animations */
.milestone-animate {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInLeft 1.5s ease-out forwards;
}

.milestone-animate:nth-child(2) { animation-delay: 0.4s; }
.milestone-animate:nth-child(3) { animation-delay: 0.8s; }
.milestone-animate:nth-child(4) { animation-delay: 1.2s; }
.milestone-animate:nth-child(5) { animation-delay: 1.6s; }

/* Follow Section Animations */
.follow-left-animate {
    opacity: 0;
    transform: translateX(-50px);
    animation: fadeInLeft 1.5s ease-out forwards;
}

.follow-right-animate {
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInRight 1.5s ease-out forwards;
}

.follow-us-section .social-icons img {
    transition: transform 0.5s ease;
}

.follow-us-section .social-icons img:hover {
    transform: scale(1.1);
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Base state for animated elements */
.services-procedures-heading,
.services-procedures-img,
.additional-procedures-btn,
.achieve-section-col,
.achieve-section-button,
.timeline-item,
.follow-left,
.follow-right,
.video-fade {
    visibility: hidden;
    opacity: 0;
}

/* Animation classes */
.services-heading-animate,
.services-img-animate,
.services-btn-animate,
.achieve-col-animate,
.achieve-btn-animate,
.milestone-animate,
.follow-left-animate,
.follow-right-animate,
.video-fade {
    visibility: visible;
}

/* Adjust animation timing */
.services-heading-animate { animation: fadeInUp 1.0s ease-out forwards; }
.services-img-animate { animation: fadeInRight 1.5s ease-out forwards; }
.achieve-col-animate { animation: fadeInUp 1.5s ease-out forwards; }
.milestone-animate { animation: fadeInLeft 1.5s ease-out forwards; }
.follow-left-animate { animation: fadeInLeft 1.5s ease-out forwards; }
.follow-right-animate { animation: fadeInRight 1.5s ease-out forwards; }

/* Follow Section Styles & Animations */
.follow-left,
.follow-right {
    visibility: hidden;
    opacity: 0;
}

.follow-left-animate {
    visibility: visible;
    animation: fadeInLeft 1.5s ease-out forwards;
}

.follow-right-animate {
    visibility: visible;
    animation: fadeInRight 1.5s ease-out forwards;
}

.follow-us-section .social-icons img {
    width: 143px;
    height: 140px;
    transition: transform 0.5s ease;
    cursor: pointer;
}

.follow-us-section .social-icons img:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .follow-us-section .social-icons img {
        width: 20%;
        height: 70px;
    }
    .hero-1-bg img {
      width:100%;
      height:auto;
    }
}

/* Services Section Button Animation */
.services-procedures-heading.services-heading-animate ~ .row + .text-center .additional-procedures-btn {
    visibility: visible;
    animation: fadeInUp 1.5s ease-out forwards;
    animation-delay: 1.2s; /* Delay after images finish animating */
}

/* Achieve Section Button Animation */
.achieve-section-col.achieve-col-animate ~ .achieve-section-buttons-row .achieve-section-button {
    visibility: visible;
    animation: fadeInUp 0.5s ease-out forwards;
    animation-delay: 0.5s; /* Delay after columns finish animating */
}

/* Da Vinci Section Button Animation */
.services-procedures-heading.services-heading-animate ~ .row + .davinci-section-buttons-row .achieve-section-button {
    visibility: visible;
    animation: fadeInUp 0.5ss ease-out forwards;
    animation-delay: 0.5s; /* Delay after images finish animating */
}

.google-drive-video-section {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.google-drive-video-section video {
    width: 100%;
    height: 600px;
    object-fit: cover;
    margin-top:110px;
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: pointer;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.play-button:hover {
    color: rgba(255, 255, 255, 1);
}
.video-caption {
      bottom: 30px;
      right: 50px;
      position: absolute;
      font-size: 60px;
      font-family: 'Cormorant', serif;
      font-style: normal;
      color: #fff;
      z-index: 2;
      pointer-events: none;
      text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
      line-height: 65px;
        }

@media (max-width: 768px) {
    .google-drive-video-section {
        height: 300px;
    }
    .video-caption{
                font-size:20px;
                bottom: 40px;
                right: 10px;
                line-height: 25px;
            }
}

.navbar-custom .dropdown-menu {
    width: 350px; /* Set width to 350px on desktop */
    border-radius: 0; /* Remove border-radius */
    border: none; /* Remove border line */
}

.navbar-custom .dropdown-menu .dropdown-item {
    color: #004380; /* Set text color to #004380 */
}
li.dropdown-item a.dropdown-link:hover {
    color: #ffffff !important; /* Set text color to #ffffff on hover */
}

.navbar-custom .dropdown-menu .dropdown-item:hover {
    background-color: #004380; /* Set background color to #004380 on hover */
    color: #ffffff !important; /* Set text color to #ffffff on hover */
}
.navbar-custom .dropdown-menu .dropdown-link a:hover {
  color: #ffffff !important; /* Set text color to #ffffff on hover */
}

@media (max-width: 768px) {
    .navbar-custom .dropdown-menu {
        width: 100%; /* Full width on mobile */
    }
}

.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Adjust as needed */
}

.reviews-section {
    margin-bottom: 0px;
}

.review-slide {
    padding: 15px;
    background-color: #F2FAFF;
    border-radius: 10px;
}

.ratings-img {
    width: 127px;
    height: 34px;
}

.quotes-img {
    width: 88px;
    height: 66px;
}

.reviewer-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.review-content {
    color: #343a40;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #232222;
}

@media (max-width: 768px) {
    .review-slide {
        text-align: center;
    }

    .ratings-img,
    .quotes-img,
    .reviewer-img {
        margin-bottom: 10px;
    }

    .review-content {
        margin-bottom: 10px;
    }

    .ratings-img {
        height: 22.66px; /* One-third of 34px */
        width: 84.33px; /* One-third of 127px */
    }

    .quotes-img {
        height: 30px; /* One-third of 66px */
        width: 42px; /* One-third of 88px */
    }

    .review-content {
        font-size: 18px; /* Reduced by 2px */
    }

    .review-slide {
        text-align: center;
    }

    .reviewer-img,
    .review-content,
    .reviewer-img + div {
        margin: 0 auto;
    }
    .google-drive-video-section video {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
.chart-container {
  background: #F3FAFE;
  border: 1px solid #eee;
  padding: 20px;
  width: 100%;
  margin: auto;
  text-align: center;
}
.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chart-header h2 {
  color: #003566;
  font-size: 18px;
}
.chart-header p {
  color: #003566;
  font-size: 24px;
  font-weight: bold;
}
.filters button {
  background: none;
  border: none;
  color: #003566;
  font-size: 14px;
  cursor: pointer;
  margin: 0 5px;
}
.filters button:hover {
  text-decoration: underline;
}

.chart-section {
    background: #F3FAFE;
    padding: 20px;
    width:100%;
    margin: auto;
}

#proceduresChart {
    width: 100% !important;
    height: 300px !important; /* Reduced height by a quarter */
}

.timeframe-btn {
    background: none;
    border: none;
    color: #003566;
    font-size: 16px;
    margin-left: 10px;
    cursor: pointer;
}

.timeframe-btn.active {
    font-weight: bold;
    text-decoration: underline;
}

.da-vinci-section img {
    height: 394px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
}


.da-vinci-section .row.g-2 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

@media (max-width: 768px) {
    .da-vinci-section img {
        height: auto; /* Allow responsive height on mobile */
    }

    .da-vinci-section .col-xs-12 img {
        height: 270; /* First image retains its natural height */
    }

    .da-vinci-section .col-xs-6 img {
        height: 104px; /* Set height for the second and third images */
        object-fit: cover; /* Ensure proper resizing */
    }

    .da-vinci-section .row.g-2 > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.fly-in-image {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.fly-in-image.visible {
  opacity: 1;
  transform: translateX(0);
}

.fly-in-image:nth-child(1) {
  transition-delay: 0.3s;
}
.fly-in-image:nth-child(2) {
  transition-delay: 0.6s;
}
.fly-in-image:nth-child(3) {
  transition-delay: 0.9s;
}

.new-tech-heading {
    text-align: left; /* Left align on desktop */
    margin-bottom:50px;
}

.new-tech-text {
    font-size: 18px; /* Default font size for desktop */
    color: #242424;
}

@media (max-width: 768px) {
    .new-tech-heading {
        text-align: center; /* Center align on mobile */
        margin-bottom:0px;
        font-size:25px;
    }

    .new-tech-text {
        font-size: 16px; /* Smaller font size for mobile */
        text-align: center; /* Center align on mobile */
    }
}

.advanced-laparoscopy-heading {
    text-align: left; /* Left align on desktop */
    margin-bottom: 50px;
}

.advanced-laparoscopy-list {
    color: #242424;
    font-size: 18px; /* Default font size for desktop */
    list-style-type: disc;
    padding-left: 20px;
}

.advanced-laparoscopy-list li {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .advanced-laparoscopy-heading {
        text-align: center; /* Center align on mobile */
        margin-bottom: 40px;
        font-size: 25px;
        line-height: 30px;
    }

    .advanced-laparoscopy-list {
        font-size: 14px; /* Smaller font size for mobile */
        text-align: left; /* Left align text on mobile */
    }

    .advanced-laparoscopy-section .row {
        display: flex;
        flex-wrap: wrap;
    }

    .advanced-laparoscopy-section .col-md-6 {
        flex: 0 0 50%; /* Each column occupies half the screen */
        max-width: 50%;
    }
}

.breast-section .row {
    display: flex;
    flex-wrap: wrap;
}

.breast-section .col-md-6 {
    flex: 0 0 50%; /* Each column occupies half the screen */
    max-width: 50%;
}

@media (max-width: 768px) {
    .breast-section .col-md-6 {
        flex: 0 0 50%; /* Ensure two columns side by side on mobile */
        max-width: 50%;
    }
}

.hernia-section .row {
    display: flex;
    flex-wrap: wrap;
}

.hernia-section .col-md-6 {
    flex: 0 0 50%; /* Each column occupies half the screen */
    max-width: 50%;
}
.hernia-section .services-procedures-heading {
    margin-top:20px;
}


@media (max-width: 768px) {
    .hernia-section .col-md-6 {
        flex: 0 0 50%; /* Ensure two columns side by side on mobile */
        max-width: 50%;
    }
    .special-training-section .advanced-laparoscopy-list{
      text-align: center;
      padding: 0px 80px;
    }
    .special-training-section .advanced-laparoscopy-list li{
      text-align: left;
    }
}

.surgery-images-section .row.g-2 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.surgery-images-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 768px) {
    .surgery-images-section .row {
        flex-direction: column; /* Stack images vertically on mobile */
    }

    .surgery-images-section .row.g-2 > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .surgery-images-section img {
        margin-bottom: 10px; /* Add spacing between stacked images */
    }
}

.robotic-surgery-image-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.fade-in-image {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.fade-in-image.visible {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-image:nth-child(1) {
  transition-delay: 0.1s;
}
.fade-in-image:nth-child(2) {
  transition-delay: 0.2s;
}
.fade-in-image:nth-child(3) {
  transition-delay: 0.3s;
}


.experience-section .experience-item {
    border: 1px solid #ccc; /* Changed from #eee to #ccc for a slightly darker shade */
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 20px;
    background: #EBF8FF;
}

.experience-section .experience-item h4 {
  font-family: 'Cormorant', serif;
  font-weight: 600;
  font-style: normal;
  font-size: 48px;
  line-height: 76px;
  letter-spacing: 0.5px;
  text-align: center;
  color: #242424;
  margin-bottom: 10px;
}

.experience-section .experience-item p {
  .achieve-section-bullet {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #242424;
}
}

.experience-section .row {
    display: flex;
    align-items: stretch;
}

.experience-section .col-md-6 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 768px) {
    .experience-section .row {
        flex-direction: column;
        gap: 20px;
    }
    .experience-section .services-procedures-heading{
      font-size: 35px;
      line-height: 40px;
      text-align: center;
    }
}
.muresanu .achieve-section-col{
  width:48%;
}
.muresanu-experience-section {
    margin-bottom: 120px;
}

.robotic-experience-heading {
    font-size: 60px; /* Default font size */
    line-height: 76px;
    text-align: left; /* Default alignment */
    color: #003566;
    margin-bottom: 40px;
}

@media (max-width: 768px) {
    .robotic-experience-heading {
        font-size: 35px; /* Reduced font size for mobile */
        line-height: 40px;
        text-align: center; /* Center text on mobile */
    }
    .muresanu .achieve-section-col{
      width:100%;
    }
    .muresanu-experience-section {
      margin-bottom: 60px;
  }
}
.yellow-background .achieve-section-col{
  background: #FFCD29;
  margin-bottom:0px;
}
.robotic-experience .achieve-section-col {
  margin-bottom:30px;
}

.da-vinci-systems-section .video-thumbnail {
    position: relative;
    height: 500px;
    cursor: pointer;
}

.da-vinci-systems-section .video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.da-vinci-systems-section .video-thumbnail .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.da-vinci-systems-section .video-thumbnail .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.da-vinci-systems-section .video-thumbnail .play-button:hover {
    color: rgba(255, 255, 255, 1);
}

.da-vinci-systems-section .services-procedures-heading {
    text-align: left;
}
.robotic-heading {
  margin-top:-350px;
  padding-left: 50px;
}
.robotic-heading button{
  margin-top: -50px;
}

@media (max-width: 768px) {
    .da-vinci-systems-section .services-procedures-heading {
        text-align: center;
    }

    .da-vinci-systems-section .achieve-section-button {
        margin: 0 auto;
        display: block;
    }
    .robotic-heading {
      margin-top:20px;
      padding-left: 0px 20px;
      margin-bottom:50px;
    }
    .robotic-heading h2 {
      text-align: center;
      font-size: 35px;
      margin-bottom: 0px;
    }
    .robotic-heading button{
      margin-top: 0px;
    }
    #home .hero-heading{
      margin-top:0px;
    }
    
}

.hero-image {
    margin-bottom: 50px;
}

.hero-heading {
    font-size: 90px;
    color: #003566;
}

.hero-subtitle {
    color: #242424 !important;
}

.hero-description {
    color: #242424 !important;
}

.hero-button {
    border-radius: 150px;
}
.appointments-section .services-procedures-heading {
    margin-bottom: 40px;
    line-height: 60px;
    margin-top: 40px;
}
.appointments-section .services-procedures-heading h3{
  margin-bottom: 30px;
  line-height: 30px;
}

.appointments-image {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.appointments-content {
    padding: 0px 40px;
}

.appointments-heading {
    margin-top: 20px;
}

.smaller-heading {
    font-size: 35px;
    margin-top: 40px;
}

.appointments-description {
    color: #242424;
    font-size: 18px;
    line-height: 1.8;
}
@media (max-width: 768px) {
  .appointments-section .services-procedures-heading {
    font-size: 35px;
    line-height: 40px;
  }
  .appointments-image {
    height: 400px;
}
.cryoablation-section .services-procedures-heading {
  margin-top: 0px;
}
  
}

/* New Section Styles */
.new-section .col-md-4 img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.new-section .btn {
    background-color: #004380;
    color: #ffffff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
}

.new-section .btn:hover {
    background-color: #22529e;
    color: #ffffff;
}

.new-section .col-md-4:nth-child(2) {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 60px;
}

.new-section h3 {
    font-size: 20px;
    color: #003566;
}
.new-section p {
    font-size: 18px;
    color: #242424;
    line-height: 1.5;

}

/* ...existing code... */

.new-section .col-md-4 img {
    width: 100%;
    height: 500px; /* Increased column height to 500px */
    object-fit: cover;
}

.new-section .btn {
    background-color: #004380;
    color: #ffffff;
    font-size: 20px; /* Maintain consistent button font size */
    font-family: 'Source Sans 3', sans-serif; /* Maintain consistent font family */
    border: none;
    border-radius: 50px; /* Updated border-radius for consistency */
    padding: 10px 20px;
}

.new-section .btn:hover {
    background-color: #22529e;
    color: #ffffff;
}

.new-section .col-md-4:nth-child(2) {
    text-align: center;
    background-color: #ffffff;
    padding: 30px 60px;
    height: 500px; /* Increased column height to 500px */
    display: flex;
    align-items: center;
    justify-content: center;
}

.new-section h3 {
    font-size: 30px; /* Slightly increased font size */
    font-family: 'Cormorant', serif; /* Maintain consistent font family */
    color: #003566;
    text-align: center;
    font-weight: 700;
}

.bills-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%; /* Optional: Add rounded corners */
}
/* ...existing code... */



.secondary-navbar .nav-item .modal-container.active {
    display: block;
}

.secondary-navbar .modal-header {
    padding: 15px;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.secondary-navbar .modal-header h3 {
    font-size: 18px;
    margin: 0;
    color: #004380;
}

.secondary-navbar .modal-header .close-modal {
    cursor: pointer;
    font-size: 20px;
    color: #004380;
}

.secondary-navbar .modal-body {
    padding: 15px;
    text-align: center;
}

.secondary-navbar .modal-body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.secondary-navbar .modal-body p {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 15px;
}

.secondary-navbar .modal-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.secondary-navbar .modal-footer .btn {
    width: 100%;
}

/* ...existing code... */

.secondary-navbar .nav-item .modal-container {
    width: 400px; /* Updated width */
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 950;
    display: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top:10px;
}

.secondary-navbar .nav-item .modal-container.active {
    display: block;
}

.secondary-navbar .modal-header {
    padding: 40px 30px; /* Updated padding */
    background-color: #013567; /* Primary color */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.secondary-navbar .modal-header h3 {
    font-family: "Cormorant", serif; /* Updated font family */
    font-size: 27px; /* Updated font size */
    font-style: normal; /* normals */
    color: #fff; /* White text */
    margin: 0;
}

.secondary-navbar .modal-header .close-modal {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #242424; /* Lighter shade of primary color */
    border-radius: 50%;
    cursor: pointer;
}

.secondary-navbar .modal-header .close-modal ion-icon {
    font-size: 18px;
    color: #fff; /* White color for the X */
}

.secondary-navbar .modal-body {
    padding: 15px;
    text-align: center;
}

.secondary-navbar .modal-body img {
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.secondary-navbar .modal-body p {
    font-size: 14px;
    color: #242424;
    margin-bottom: 15px;
}

.secondary-navbar .modal-footer {
    padding: 15px;
    border-top: 1px solid #ddd;
    text-align: center;
}

.secondary-navbar .modal-footer .btn {
    width: 100%;
}

/* ...existing code... */

/* ...existing code... */

.secondary-navbar .modal-footer {
    display: flex;
    justify-content: space-between; /* Align logo to the left and button to the right */
    align-items: center;
    padding: 15px;
    border-top: 1px solid #ddd;
}

.secondary-navbar .modal-footer .logo-img {
    max-width: 100px; /* Adjust logo size */
    height: auto;
}

.secondary-navbar .modal-footer .btn {
    width: auto; /* Reduce button width */
    padding: 10px 20px; /* Adjust padding */
    border-radius: 50px; /* Match other buttons' shape */
    background-color: #fff; /* White background */
    border: 1px solid #013567; /* Blue border */
    color: #013567; /* Blue text */
    font-size: 16px;
    font-family: 'Source Sans 3', sans-serif; /* Match other buttons' font */
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.secondary-navbar .modal-footer .btn:hover {
    background-color: #013567; /* Blue background on hover */
    color: #fff; /* White text on hover */
}

/* ...existing code... */

/* ...existing code... */

.secondary-navbar .modal-footer .logo-img {
    max-width: 133%; /* Increased width by a third */
    height: auto;
}

/* ...existing code... */

/* ...existing code... */

.contact-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.input-container {
    position: relative;
    width: 85%;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    height: 20px;
}

.contact-input {
    width: 100%;
    height: 35px;
    padding-left: 40px;
    border: none;
    color: #000;
    background-color: #f9f9f9;
    font-size: 16px;
    outline: none;
    transition: border-bottom 0.3s ease;
}

.contact-input:focus {
    border-bottom: 2px solid #013567; /* Primary color */
}

.modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 10px;
}

.footer-link {
    padding: 5px 10px;
    background-color: #d9f1ff; /* Light-blue background */
    color: #013567; /* Primary color */
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.footer-link:hover {
    background-color: #bce4ff;
}

.submit-button {
    margin-left: auto;
}

/* ...existing code... */

.secondary-navbar .modal-footer {
    display: flex;
}

.secondary-navbar .modal-footer input[type="text"] {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-right: 10px;
}

.secondary-navbar .modal-footer button {
    background-color: #004380;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ...existing code... */

/* ...existing code... */

.video-container {
    position: relative;
    width: 85%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-thumbnail {
    position: relative;
    cursor: pointer;
    width: 100%;
}

.video-thumbnail img {
    width: 100%;
    object-fit: cover;
}

.gradient-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%; /* Increased height */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)); /* Smooth blur at the top */
    opacity: 1; /* Fully visible on page load */
    transition: opacity 1s ease-in; /* Fade-in effect */
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 64px;
    color: rgba(255, 255, 255, 0.8);
    transition: color 0.3s;
}

.play-button:hover {
    color: rgba(255, 255, 255, 1);
}


/* ...existing code... */

/* ...existing code... */

.benign-breast-section {
    margin-bottom: 80px;
}

.benign-breast-section iframe {
    width: 577px;
    height: 540px;
    border: none;
}
.benign-breast-section img {
  width: 100%;
  height: 540px;
  border: none;
}

.benign-breast-section .text-primary {
    font-size: 18px;
}

.benign-breast-section hr {
    width: 100%;
    border: 1px solid #004380;
}

.benign-breast-section .btn-outline-primary {
    margin-top: 20px;
    border-radius: 50px; /* Match other buttons' border-radius */
    font-family: 'Source Sans 3', sans-serif; /* Match other buttons' font family */
}

.benign-breast-section .services-procedures-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.cryoablation-section .services-procedures-heading {
    margin-top: 80px;
}

/* ...existing code... */

.vid-gradient-overlay {
  position: relative;
  display: inline-block;
  width: 100%;
}

.vid-gradient-overlay::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%; /* Covers 70% of the image */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
  pointer-events: none; /* Ensures interaction with image/video */
}

.grayscale-hover {
  filter: grayscale(100%);
  transition: filter 0.5s ease-in-out;
}

.grayscale-hover:hover {
  filter: grayscale(0%);
}

/* ...existing code... */

.image-caption {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-size: 28px; /* Increased font size */
    color: #ffffff; /* Changed text color to white */
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: transparent; /* Removed white background */
    text-decoration: none; /* Remove underline */
    text-shadow: 
    0px 0px 10px rgba(0, 0, 0, 1),  
    0px 0px 30px rgba(0, 0, 0, 0.9), 
    0px 0px 60px rgba(0, 0, 0, 0.8), 
    0px 0px 100px rgba(0, 0, 0, 0.7);

}

@media (max-width: 768px) {
    .image-caption {
        font-size: 16px;
    }
}

/* ...existing code... */
.image-overlay {
  position: relative;
  display: block;
  width: 100%; /* Adjust as needed */
  filter: brightness(50%); /* Darkens the image */
}

/* ...existing code... */
.image-caption-mobile {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent; /* Removed white background */
    text-shadow: 
    0px 0px 10px rgba(0, 0, 0, 1),  
    0px 0px 30px rgba(0, 0, 0, 0.9), 
    0px 0px 60px rgba(0, 0, 0, 0.8), 
    0px 0px 100px rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    width: fit-content;
    font-family: 'Cormorant', serif; /* Match desktop font family */
    font-weight: 400; /* Match desktop font weight */
    font-style: normal; /* Match desktop font style */
    font-size: 20px; /* Match desktop font size */
    line-height: 1.4; /* Match desktop line height */
    
}

/* ...existing code... */

.special-hero .modal-container.active {
  display: block;
}

.special-hero .modal-header {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.special-hero .modal-header h3 {
  font-size: 18px;
  margin: 0;
  color: #004380;
}

.special-hero .modal-header .close-modal {
  cursor: pointer;
  font-size: 20px;
  color: #004380;
}

.special-hero .modal-body {
  padding: 15px;
  text-align: center;
}

.special-hero .modal-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.special-hero .modal-body p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

.special-hero .modal-footer {
  padding: 15px;
  border-top: 1px solid #ddd;
  text-align: center;
}
.special-hero .modal-body img {
  height: 200px !important;
  width: 200px;
}
.special-hero .modal-footer .btn {
  width: 100%;
}

/* ...existing code... */

.special-hero .modal-container {
  width: 400px; /* Updated width */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 950;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top:10px;
}

.special-hero .modal-container.active {
  display: block;
}

.special-hero .modal-header {
  padding: 40px 30px; /* Updated padding */
  background-color: #013567; /* Primary color */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.special-hero .modal-header h3 {
  font-family: "Cormorant", serif; /* Updated font family */
  font-size: 27px; /* Updated font size */
  font-style: normal; /* normals */
  color: #fff; /* White text */
  margin: 0;
}

.special-hero .modal-header .close-modal {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242424; /* Lighter shade of primary color */
  border-radius: 50%;
  cursor: pointer;
}

.special-hero .modal-header .close-modal ion-icon {
  font-size: 18px;
  color: #fff; /* White color for the X */
}

.special-hero .modal-body {
  padding: 15px;
  text-align: center;
}

.special-hero .modal-body img {
  max-width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.special-hero .modal-body p {
  font-size: 14px;
  color: #242424;
  margin-bottom: 15px;
  text-align: center;
}

.special-hero .modal-footer {
  padding: 15px;
  border-top: 1px solid #ddd;
  text-align: center;
}

.special-hero .modal-footer .btn {
  width: 100%;
}

/* ...existing code... */

/* ...existing code... */

.special-hero .modal-footer {
  display: flex;
  justify-content: space-between; /* Align logo to the left and button to the right */
  align-items: center;
  padding: 15px;
  border-top: 1px solid #ddd;
}

.special-hero .modal-footer .logo-img {
  max-width: 200px; /* Adjust logo size */
  height: auto;
}

.special-hero .modal-footer .btn {
  width: auto; /* Reduce button width */
  padding: 10px 20px; /* Adjust padding */
  border-radius: 50px; /* Match other buttons' shape */
  background-color: #fff !important; /* White background */
  border: 1px solid #013567; /* Blue border */
  color: #013567; /* Blue text */
  font-size: 16px;
  font-family: 'Source Sans 3', sans-serif; /* Match other buttons' font */
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.special-hero .modal-footer .btn:hover {
  background-color: #013567 !important; /* Blue background on hover */
  color: #fff; /* White text on hover */
}

/* ...existing code... */

.podcast-section{
  align-items: center;
  justify-content: center;
}

.podcast-audio-section {
    background-color: #004180;
    width: 100%;
    height: 374px;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 15px;
}

.podcast-audio-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.podcast-heading {
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-size: 50px;
    color: white;
    margin-bottom: 10px;
}

.podcast-subtitle {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.podcast-rating {
    color: #FFCD29;
    font-size: 18px;
    margin-bottom: 5px;
}

.podcast-stars {
    color: #FFCD29;
    font-size: 20px;
    margin-bottom: 15px;
}

.audio-player {
    width: 100%;
    outline: none;
}

@media (max-width: 768px) {
  .podcast-audio-section{
    height: auto;
  }
}
.benign-treatment-section .btn-outline-primary {
  margin-top: 20px;
  border-radius: 50px;
  font-family: 'Source Sans 3', sans-serif;
}
.benign-treatment-section .services-procedures-heading {
  margin-top: 0;
  margin-bottom: 20px;
}
.breast-cancer-success-stories .services-procedures-heading {
  margin-top: 0;
  margin-bottom: 0;
}
.breast-cancer-success-stories .services-procedures-heading h3{
  font-size: 35px;
  text-align: center;
}
.other-links-section .services-procedures-heading {
  margin-top: 0;
  margin-bottom: 20px;
}

/* ...existing code... */

.slider-item {
    position: relative;
    overflow: hidden;
}

.slider-item img {
    width: 100%;
    height: auto;
    display: block;
}

.slider-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%; /* Gradient covers 70% of the image */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    pointer-events: none;
    z-index: 1;
}

.image-caption-mobile {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; /* Ensure it appears above the gradient */
    color: #fff;
    font-size: 16px;
    font-family: 'Cormorant', serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
}

/* ...existing code... */

/* ...existing code... */
.robotic-images-section .robotic-image {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .robotic-images-section .col-xs-12 {
        flex: 0 0 100%; /* Each image occupies its own row */
        max-width: 100%;
    }
}
/* ...existing code... */

/* ...existing code... */
.robotic-practice-section .rectangle {
    background-color: skyblue;
    border: 1px solid #ccc;
    height: 300px;
    position: relative;
    z-index: 1;
}

.robotic-practice-section img {
    z-index: 2;
    width: auto;
    max-width: 100%;
    height: auto;
}
/* ...existing code... */

/* ...existing code... */
@media (max-width: 768px) {
    .row.mt-5 {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 30px !important;
    }

    .row.mt-5 .col-md-6 {
        order: unset !important;
    }

    .row.mt-5 h6 {
        text-align: center !important;
    }

    .row.mt-5 .d-flex {
        justify-content: center !important;
    }

    .row.mt-5 img,
    .row.mt-5 ion-icon {
        margin: 0 auto !important;
    }
}
/* ...existing code... */

/* ...existing code... */
@media (max-width: 768px) {
    h6 {
        font-size: 1rem !important; /* Reduce h6 heading size */
    }

    ion-icon {
        font-size: 20px; /* Reduce icon size */
    }

   .logo img {
        max-width: 80% !important; /* Reduce image size */
        height: auto !important; /* Maintain aspect ratio */
    }
}
/* ...existing code... */

/* ...existing code... */

.services-procedures-section .col-12 img {
    padding-bottom: 50px;
}

.services-procedures-section .col-12 .image-caption {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 600;
    color: #003566;
    text-align: center;
}

/* Ensure margin between the full-width image and other images */
.services-procedures-section .col-12 {
    margin-bottom: 25px;
}

/* ...existing code... */

/* ...existing code... */

.services-procedures-section .col-12 img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.services-procedures-section .col-12 .image-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2rem;
    color: white;
    font-weight: bold;
    text-align: center;
}

/* Reusable class for zoom effect on hover */
.zoom-in-on-hover {
    transition: transform 0.5s ease-in-out;
}

.zoom-in-on-hover:hover {
    transform: scale(1.2);
}

/* Sticky Secondary Navbar */
.secondary-navbar-container {
    position: sticky;
    top:110px; /* Adjust based on the height of the main navbar */
    z-index: 1020; /* Ensure it appears above other content */
    background-color: F3FBFF;
    padding-top: 25px;
    padding-bottom: 25px;
}

/* Ensure smooth transition when scrolling */
.secondary-navbar-container .navbar-nav {
    margin: 0;
    padding: 0;
}

/* Cutting-Edge, Modern Surgery Section */
.cutting-edge-section {
    margin-bottom: 80px;
    overflow-x: hidden;
}

.cutting-edge-section video {
    height: 300px;
}

/* Off-Canvas Menu */
.off-canvas-menu {
    display: none;
    position: fixed;
    top: 260px;
    left: 0;
    width: 33%;
    height: calc(100% - 260px);
    background: white;
    z-index: 1050;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
}

.off-canvas-menu button {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
}

@media (max-width: 768px) {
    .off-canvas-menu {
        top: 135px;
        width: 100%;
        height: calc(100% - 135px);
    }
}

/* ...existing code... */
.davinci-services-section .aspect-ratio-4-3 {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.davinci-heading {
  color: #003566;
  font-size: 25px;
  font-family: 'Cormorant', serif;
  font-style: normal;
  text-align: center;
}

.underline-animate {
  position: relative;
  display: inline-block;
  padding-bottom: 4px;
}

.underline-animate::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #003566;
  width: 0%;
  transition: width 0.4s ease-in-out;
}

.underline-animate:hover::after {
  width: 100%;
}


.davinci-services-section .no-gutters {
    margin: 0;
    padding: 0;
}

.davinci-services-section .image-container {
    position: relative;
    padding-bottom:30px;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Extended duration for smooth zoom-out */
}

.davinci-services-section .image-container:hover {
    z-index: 1; /* Ensure hovered image is on top */
    transform: scale(1.05); /* Slight zoom-in on hover */
}

.davinci-services-section .row:hover .image-container {
    opacity: 0.3; /* Reduce opacity of sibling images */
    transform: scale(0.95); /* Smooth zoom-out for non-hovered images */
}

.davinci-services-section .row:hover .image-container:hover {
    opacity: 1; /* Restore opacity of hovered image */
    transform: scale(1.05); /* Maintain zoom-in effect for hovered image */
}

.davinci-services-section .image-caption {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
    text-decoration: none; /* Remove underline */
    margin-bottom: 30px;
}

/* Mobile Slider */
.davinci-slider .slider-track {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
}

.davinci-slider .slider-item {
    flex: 0 0 auto;
    scroll-snap-align: center;
    text-align: center;
}

.davinci-slider .slider-item img {
    width: 100%;
    object-fit: cover;
}

.image-caption-mobile {
    font-family: 'Cormorant', serif;
    font-style: normal;
    font-size: 28px;
    color: #ffffff;
    text-align: center;
}

/* ...existing code... */
.davinci-services-section .image-container {
    position: relative;
    padding-bottom: 0px;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out; /* Extended duration for smooth zoom-out */
}

.davinci-services-section .image-container:hover {
    z-index: 1; /* Bring hovered image to the front */
    transform: scale(1.05); /* Slight zoom-in on hover */
}

.davinci-services-section .row:hover .image-container {
    opacity: 0.3; /* Reduce opacity of all images in the row */
    transform: scale(0.95); /* Smooth zoom-out for non-hovered images */
}

.davinci-services-section .row:hover .image-container:hover {
    opacity: 1; /* Restore opacity of the hovered image */
    transform: scale(1.05); /* Maintain zoom-in effect for hovered image */
}

/* ...existing code... */
.image-container {
    position: relative;
    text-align: center;
}

.image-caption {
    position: relative;
    margin-top: 10px;
    font-size: 16px;
    color: #003566;
}

.image-caption-hr {
    position: absolute;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #ffffff;
    opacity: 100%;
    transition: width 0.5s ease-in-out;
}

.image-container:hover .image-caption-hr {
    width: 100%;
}
/* ...existing code... */

/* Ensure no default body margin interferes */


#services-section {
  margin: 0;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.services-container {
  width: 100%;
}

.service-item {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  /* position-relative is added via Bootstrap class */
}

.service-image {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

.service-caption {
  color: #ffffff;
  z-index: 10;
  pointer-events: none;
  width: 80%; /* Container for caption and HR */
  transition: color 0.4s ease-in-out;
   /* position-absolute, top-50, start-50, translate-middle, text-center added via Bootstrap classes */
   /* text-center will center the H3 and the HR when its margin is not auto */
}

.service-caption h3 {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.caption-hr {
  display: block; /* Ensure it behaves like a block */
  border: none;
  height: 5px;
  background-color: #003566;
  width: 0; /* Start with zero width */
  /* Removed margin: auto; Use zero horizontal margins to align left */
  margin: 5px 5px 5px 0;
  opacity: 0; /* Start transparent */
  transition: width 0.5s 0.1s ease-in-out, opacity 0.4s 0.1s ease-in-out;
   /* Animation now naturally starts from left */
}

/* --- HOVER EFFECTS --- */

/* 1. Styles for OTHER items when ANY item is hovered */
.services-container:hover .service-item:not(:hover) .service-image {
  opacity: 0.15;
}

.services-container:hover .service-item:not(:hover) .service-caption {
  color: #242424;
  text-shadow: none !important; /* Keep shadow off for dark text */
}

.services-container:hover .service-item:not(:hover) .caption-hr {
  width: 0 !important;
  opacity: 0 !important;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* 2. Styles for the SPECIFIC item being hovered */
.services-container .service-item:hover {
  z-index: 20;
}

.services-container .service-item:hover .service-image {
  opacity: 1;
  transform: scale(1.25);
}

.services-container .service-item:hover .service-caption {
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.services-container .service-item:hover .caption-hr {
  /* Expand to 100% width OF THE PARENT (.service-caption) */
  width: 100%;
  opacity: 1;
}

/* ...existing code... */
.hero-offering-title {
    font-family: 'Cormorant', sans-serif;
    font-size: 18px;
    margin-bottom: 0; /* Remove bottom margin */
    color:#003566;
    text-align: left;
}

.hero-offering-line {
    border: 1px solid #003566;
    width: 15%; /* Allow it to flex */
    margin-left: 20px;
    margin-right: 20px;
}

.hero-concierge-title {
    font-family: 'Cormorant', sans-serif;
    font-style: normal;
    font-size: 3rem;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #003566;
    margin-top: 0.5rem;
    font-weight: bold;
}

.hero-concierge-icon {
    width: 20px;
    height: 20px;
}

/* ...existing code... */
.conciergeModal {
  width: 200px; /* Updated width */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 950;
  display: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top:10px;
}

#conciergeModal .modal-container.active {
  display: block;
}

#conciergeModal .modal-header {
  padding: 20px 30px; /* Updated padding */
  background-color: #013567; /* Primary color */
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

#conciergeModal .modal-header h3 {
  font-family: "Cormorant", serif; /* Updated font family */
  font-size: 22px; /* Updated font size */
  font-style: normal; /* normals */
  color: #fff; /* White text */
  margin: 0;
}

#conciergeModal .modal-header .close-modal {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #242424; /* Lighter shade of primary color */
  border-radius: 50%;
  cursor: pointer;
}

#conciergeModal .modal-header .close-modal ion-icon {
  font-size: 18px;
  color: #fff; /* White color for the X */
}

#conciergeModal .modal-body {
  padding: 15px 30px;
  text-align: center;
}


#conciergeModal .modal-body ul li {
  font-size: 14px;
  color: #242424;
  margin-bottom: 15px;
}

#conciergeModal .modal-footer {
  padding: 15px;
  border-top: 1px solid #ddd;
  text-align: center;
}

#conciergeModal .modal-footer .btn {
  width: 100%;
}

/* ...existing code... */

/* ...existing code... */
.footer-buttons {
    display: flex;
    gap: 10px;
}
.testimonials {
  color: #242424;
  font-size: 18px;
}
.zoom-animate-base {
  transform: scale(0.8);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

.zoom-animate-base.active {
  transform: scale(1);
  opacity: 1;
}



@media (max-width: 768px) {
    .footer-buttons {
        justify-content: center;
        margin-top:20px;
    }
}

@media (min-width: 769px) {
    .footer-buttons {
        justify-content: flex-end;
    }
}
/* ...existing code... */

  .toggle-pricing .toggle-btn {
    background-color: #fff;
    border: 2px solid #004081;
    color: #004081;
    padding: 10px 20px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    font-size: 16px;
    font-family: Source Sans 3, sans-serif;
    font-weight: 600;
  }

  .toggle-pricing .btn-check:checked + .toggle-btn {
    background-color: #004081;
    color: #fff;
    border:0;
    font-size: 16px;
    font-family: Source Sans 3, sans-serif;
    font-weight: 600;
  }

  .toggle-pricing .toggle-btn:hover {
    background-color: #004081;
    color: #fff;
  }
  .hover-slide-overlay {
    position: relative;
    overflow: hidden;
    display: inline-block;
  }
  
  .hover-slide-overlay img {
    width: 100%;
    display: block;
  }
  
  .hover-slide-overlay .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    pointer-events: none; /* Prevent interaction when hidden */
  }
  
  .hover-slide-overlay .overlay-text {
    color: #fff;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .hover-slide-overlay:hover .overlay {
    transform: translateY(0%);
  }
  
  .hover-slide-overlay:hover .overlay-text {
    opacity: 1;
  }

  .hospital-tabs .nav-tabs {
    border-bottom: none;
    gap: 10px;
}

.hospital-tabs .nav-tabs .nav-link {
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    border-radius: 6px;
    font-size: 20px;
}

.hospital-tabs .nav-tabs .nav-link.active {
    background-color: #ffffff;
    color: #003566;
}

.hospital-tabs .nav-tabs .nav-link:not(.active) {
    background-color: #003566;
    color: #ffffff;
}

.hospital-tabs .tab-content {
    background: #ffffff;
    padding: 20px;
    border-radius: 6px;
    margin-top: 10px;
}

.hospital-tabs .tab-pane h4 {
    color: #003566;
}


.custom-accordion-btn {
  background-color: #003566;
  color: #ffffff;
  border: 1px solid #003566;
  border-radius: 8px;
  box-shadow: none;
  font-weight: 500;
  justify-content: center;
  font-size: 20px;
}

.custom-accordion-btn:not(.collapsed) {
  background-color: #003566;
  color: #ffffff;
  font-size: 20px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  padding: 0.75rem 1rem;
  height: 60px;
  font-size: 20px;
}
.accordion-button::after {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(127deg) brightness(100%) contrast(101%);
}

.resources-section img {
  border-radius: 10px;
}

.custom-tabs-container {
  display: flex;
  flex-direction: row;
}

.custom-tab-menu {
  flex: 0 0 450px;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.custom-tab-item {
  position: relative;
  padding: 0.75rem 1rem;
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: #242424;
  text-align: left;
  transition: color 0.3s ease;
  font-size: 20px;
}

.custom-tab-item:hover {
  color: #003566;
}

.custom-tab-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #003566;
  transition: width 0.3s ease-in-out;
}

.custom-tab-item:hover::after {
  width: 100%;
}

.custom-tab-item.active {
  font-weight: bold;
  color: #003566;
}

.custom-tab-item.active::after {
  width: 100%;
  height: 5px;
}

.custom-tab-content {
  flex-grow: 1;
  padding: 1.5rem;
  font-size: 20px;
  background-color: #003566;
  border-radius: 10px;
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .custom-tabs-container {
    flex-direction: column;
  }

  .custom-tab-menu {
    flex-direction: row;
    overflow-x: auto;
    border-bottom: none;
    padding-bottom: 0.5rem;
  }

  .custom-tab-item {
    white-space: nowrap;
  }

  .custom-tab-content {
    border-left: none;
    border-top: none;
    margin-top: 1rem;
  }
  .custom-tab-menu {
    flex: 0 0 auto;
  }
  .hover-slide-overlay .overlay-text {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .hover-slide-overlay .overlay-text {
    font-size: 16px;
  }
}

.zoom-image {
    transition: transform 0.4s ease;
}

.zoom-image.zoomed {
    transform: scale(1.1);
}

.service-caption {
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* When the image or container is hovered, hide the caption */
.hover-slide-overlay:hover .service-caption {
    opacity: 0;
    visibility: hidden;
}

img.award-image {
  max-width: 150px;
  height: auto;
}


  