:root {

  --new-color: #000000;
  --text-color: #E07235;
  --new-color: #e07336;
  --new-color: #4F4740;
  --color-like-green: #516359;
  --new-color: #FFFFFF;
  --new-color: #DF723480;
  --new-color: #DF7134C0;
  --new-color: #e07235;
  --theme-color: #e07235;
}
.goog-te-gadget .goog-te-combo {
  margin: 2px 0;
  height: 25px;
}
.main-menu > ul > li > a.active{
  color: var(--theme-color);
}
.hero-style1 span, .hero-style1 h1, .hero-style1 p{
  color: #ffffff;
}
label{
  color: #000000;
}
.error{
  color: #ff0000ff;
}
.title-area span{
  color: var(--theme-color);
}

.title-area h1, .title-area p{
  color: #000000;
  height: auto;
}

.overlay {
    position: relative;
}

p{
  color: #000000;
}

.sub-title img{
  width: 35px;
}

.home_slider_overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.23);
    top: 0;
    left: 0;
    z-index: -999;
}
.footer_overlay {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: -999;
}

/* .swiper-slide {
  margin-top: 40px;
} */

 /* Large devices */
@media (max-width: 1366px) {
  .box-title a {
    font-size: 16px !important;
  }
}

.box-title a {
  font-size: 20px;
}

.choose-feature{
  width: 100%;
}

.btn-group a:hover{
  color: var(--theme-color);
}

.goog-te-gadget {
  color: #fff !important;
}
.VIpgJd-ZVi9od-l4eHX-hSRGPd, .VIpgJd-ZVi9od-l4eHX-hSRGPd:link, .VIpgJd-ZVi9od-l4eHX-hSRGPd:visited, .VIpgJd-ZVi9od-l4eHX-hSRGPd:hover, .VIpgJd-ZVi9od-l4eHX-hSRGPd:active {
  color: #fff !important;
}

.blog-meta span,
.disease-meta-text a {
  height: 50px;
}

@media (max-width: 768px) {
  .blog-meta span,
  .disease-meta-text a {
    height: 80px;
  }
  .blog-content .disease-meta-content {
    height: 100px !important;
  }
  .blog-content .disease-meta-text{
    height: 100px;
  }
  .blog-meta span, .blog-meta a {
    height: 56px;
  }

  .blog-card .box-title {
    height: 60px;
  }
}

@media (max-width: 1366px) {
  .about-video-wrap .box-text{
    height: auto;
  }
}
.th-mobile-menu > ul > li > a.active {
    color: var(--theme-color);
}

@media (max-width: 360px) {
  .service-card .box-text {
    height: 60px;
  }
  .service-card .box-title {
    height: 100px;
  }
  .hero-title{
    font-size: 25px !important;
  }

  .testimonials-text{
    height: 100px;
  }
  .blog-card .box-title {
    height: 125px !important;
  }
  .counter-grid .box-number {
    font-size: 33px;
  }
}

@media (max-width: 410px) {
  .blog-card .box-title {
      margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 40px;
    line-height: 1.2;
  }
}

/* Pagination BG color, Active color and color */
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.page-link {
  position: relative;
  display: block;
  color: var(--theme-color);
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.menu-all-pages-container .menu li .active {
  color: #e07336;
}


/*Mobile Menu*/

@media (max-width: 991.98px) {
    .header-button {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: nowrap;
    }

    .header-button .icon-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .header-button .searchBoxToggler {
        order: 1;
    }

    .header-button .dropdown {
        order: 2;
    }

    .header-button .th-menu-toggle {
        order: 3;
    }
}

/* Keep header elements in a single line and aligned */
.menu-area .row {
    flex-wrap: nowrap;
}

.menu-area .header-logo, .menu-area nav.main-menu, .menu-area .header-button {
    display: flex;
    align-items: center;
}

.menu-area nav.main-menu ul {
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .menu-area .row {
        flex-wrap: nowrap;
        align-items: center;
    }

    /* Ensure logo, search, user, burger align in one row on mobile */
    .menu-area .col-auto {
        display: flex;
        align-items: center;
    }
}

/* Mobile-only smaller icons for search, user, and menu toggle */
@media (max-width: 991.98px) {
    .header-button .icon-btn, .header-button .th-menu-toggle {
        width: 40px;
        height: 40px;
        padding: 0;
        line-height: 35px;
    }

    .header-button .icon-btn i, .header-button .th-menu-toggle i {
        font-size: 14px;
        line-height: 1;
    }

    .header-button .dropdown .icon-btn i {
        font-size: 14px;
    }

    .header-button img {
        width: 32px;
        height: 32px !important;
    }

    /* Force smaller user avatar within dropdown toggles on mobile/tablet */
    .header-button .dropdown > a img {
        width: 32px !important;
        height: 32px !important;
        border-radius: 50% !important;
        object-fit: cover;
        display: inline-block;
    }
}
