@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
    --primary-color: #05668d;
    --bs-btn-active-bg: #05668d;
    --bs-btn-active-border-color: #05668d;
}

.text-primary {
    color: #05668d !important;
  }
  .bg-primary {
    background-color: #05668d !important;
  }
  .btn-primary {
    background-color: #05668d;
    border-color: #05668d;
  }
  .btn-primary:hover {
    background-color: #028090;
    border-color: #028090;
  }

  .bg-1 { background-color: #05668d !important; }
  .bg-2 { background-color: #028090 !important; }
  .bg-3 { background-color: #00a896 !important; }
  .bg-4 { background-color: #02c39a !important; }
  .bg-5 { background-color: #f0f3bd !important; }

  
/* Google Fonts */
body {
    /* font-family: 'Nunito', sans-serif; */
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
}
a {
    color: var(--primary-color);
    text-decoration: none;
}

/* Top Header Styling */
.top-header {
    background-color: #343a40;
    font-size: 14px;
}

.top-header i {
    font-size: 10px;
    margin-right: 5px;
}

/* Main Header Styling */
.main-header {
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
}

.main-header .navbar-brand span {
    font-size: 1.5rem;
    font-weight: bold;
    color: #007bff;
}

.main-header .navbar-brand img {
    max-height: 46px;
}

/* Address Styling */
.main-header .header-address {
    font-size: 10px;
    color: #343a40;
}

/* Navbar Styling */
.navbar {
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.navbar-nav .nav-item .nav-link {
    font-weight: 500;
    padding: 8px 16px;
    color: #343a40;
}

.navbar-nav .nav-item .nav-link:hover {
    background-color: transparent;
    border-radius: 4px;
    text-decoration: none;
}

/* Navbar for Mobile */
.navbar-toggler {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: large;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51, 72, 101, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
  }

/* Creative Styles for Header Section */
.top-header {
    font-size: 13px;
    padding: 10px 0;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-nav {
    font-weight: 600;
    letter-spacing: 1px;
}

.nav-item a {
    color: #333;
}

.nav-item a:hover {
    color: #007bff;
    text-decoration: underline;
}

/* Mobile menu */
#mobileMenu {
    background-color: #bdf2d7;
    border: none;
}


.page-sub-heading {
    font-size: 35px;
    font-weight: 800;
    line-height: 1.3em;
    margin-bottom: 20px;
    color: var(--primary-color);
}



.language-switcher {
      position: relative;
      display: inline-block;
    }

    .language-switcher ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    .language-switcher > ul > li {
      padding: 2px 12px;
      cursor: pointer;    width: 69px;
    }

    .language-switcher ul li ul {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      background: #fff;
      padding: 0;
      border: 1px solid #ddd;
      z-index: 999;
    }

    .language-switcher ul li:hover ul {
      display: block;
    }

    .language-switcher ul li ul li {
      padding: 2px 12px;
      white-space: nowrap;    width: 68px;
    }
    .language-switcher ul li ul li a {
      text-decoration: none;
      display: block;
    }

.specialty-card {
    transition: all 0.3s ease;
    border: 1px solid #e0e0e0;
    border-radius: 1rem;
  }
  .specialty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  }
  .icon-box {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0f2f1;
    border-radius: 50%;
  }
.specialty-card.card-Active {
    background: #02c39a;
    color: #ffffff;
}
.specialty-card.card-Inactive {
    background: #f0f3bd;
    border-color: #f0f3bd;
}

.specialty-card.card-Inactive .icon-box {
    color: #505050;
    background: #d5d8a4;
}


.header-banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000054;
    top: 0;
    left: 0;
    z-index: 0;
}





.section-subheading {
    font-size: 1.25rem;
    font-weight: 600;
    color: #213551;
    padding-left: 10px;
    border-left: 4px solid #009688;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  


.specialty-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  }
  
  .specialty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  }

  .specialty-card .card-title {
    font-weight: 400;
    font-size: 14px;
}
  
  .icon-box {
    font-size: 2.5rem;
    color: #009688;
    transition: transform 0.3s ease;
  }
  
  .specialty-card:hover .icon-box {
    transform: scale(1.1);
  }
  
  @media (max-width: 767px) {
    .specialty-card {
      padding: 1.5rem;
    }
  
    .icon-box {
      font-size: 2rem;
    }
  }
  






.btn-outline-primary {
border-radius: 30px;
font-weight: 500;
transition: all 0.3s ease;
color: var(--primary-color);
border-color: var(--primary-color);
}

.btn-outline-primary:hover {
border-color: var(--primary-color);
background-color: var(--primary-color);
color: #fff;
}

section.cta-section {
background: linear-gradient(90deg, #00695c, #009688);
color: #fff;
padding: 60px 0;
text-align: center;
}

.cta-section h2 {
font-size: 2.5rem;
font-weight: 700;
}

.cta-section p {
font-size: 1.2rem;
margin-bottom: 30px;
}

.cta-section .btn {
font-size: 1rem;
padding: 12px 30px;
}
  
/* About Page */
#our-feature-boxes .card {
    padding: 20px;
    margin: 0;
    width: 300px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 0%);
    position: relative;
    overflow: hidden;
    min-height: 250px;
}
#our-feature-boxes .elementor-widget-container {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#our-feature-boxes .card h3 {
    font-size: 18px;
    text-transform: capitalize;
    color: #098869;
}
#our-feature-boxes .card ul {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}
#our-feature-boxes .card ul li {
    color: #156467;
    font-size: 14px;
    line-height: 1.6rem;font-weight: 300;
}
#our-feature-boxes .card ul li i {
 margin-right: 8px;
	min-width: 20px;    color: #269ca0;
}
#our-speciality .e-child .elementor-widget-container,
#our-patient-say .elementor-widget-testimonial .elementor-widget-container {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.about-us, .mission-vision, .why-choose-us, .legacy {
    margin-bottom: 40px;
}
.why-choose-us ul {
    list-style: none;
    padding: 0;
}
.why-choose-us li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-left: 10px;
}
.why-choose-us li i {
    color: var(--primary-color);
    margin-right: 15px;
}

.modal-content {
    border-radius: 1rem;
}
.modal-body h4 {
    color: #009688;
}

body.page-departments #departmentDesc {
    white-space: pre-line;
}

.f-26 {
    font-size: 26px;
}

.book-app-link {
    position: fixed;
    bottom: 8px;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
}

.book-app-link .nav-link {
    background: #197e19;
    display: inline;
    padding: 8px 20px;
    color: #ffffff;
    font-weight: 300;
}



.appointmentForm .form-label {
    font-size: 14px;
    margin: 0;
}

.upper-footer {
    background-image: url('/assets/images/upchaar-help.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.upper-footer:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #000c09;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: -1;
}
.page-subheader {
    background-image: url('/assets/images/upchaar-banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}
.page-subheader:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #000c09;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: -1;
}



#toTop {
    position: fixed;
    bottom: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 10;
}

/* Only Desktop */
@media (min-width: 992px) {
    .main-header .header-address,
    .top-header {
        font-size: 13px;
    }
    .main-header .navbar-brand img {
        max-height: 69px;        padding: 10px 0;
    }
    .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        padding-top: 16px;
        padding-bottom: 16px;
        font-weight: 600;
        font-size: 14px;
    }
}