@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap);

.navbar li,
.navbar>ul>li,
.page-sidebar {
  position: relative
}

.navbar .dropdown ul,
.navbar-mobile .dropdown ul {
  z-index: 99;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

#hero h2,
#hero p {
  text-shadow: 0 1px 0 #000;
  font-size: 20px
}

.social-links a:hover,
a,
a:hover {
  text-decoration: none
}

.social-links a,
ul.social-network li a {
  width: 36px;
  height: 36px;
  display: inline-block
}

.counts .count-box p,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Roboto, sans-serif
}

#header .logo,
.faq .faq-list a {
  font-family: Arial, Helvetica, sans-serif
}

#footer .footer-bottom a:hover,
#header .logo a,
a {
  color: #2e3e4e
}

#footer .footer-bottom a,
#footer a:active,
#footer a:hover,
#topbar .contact-info a:hover,
#topbar .social-links a:hover,
.faq .faq-list a.collapsed:hover,
.navbar .active,
.navbar .active:focus,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a,
.navbar a:hover,
.navbar li:hover>a,
.navbar-mobile .active,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul li:hover>a,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a,
.services .icon-box:hover .icon i,
.sidebar-list .list-group .active,
.sidebar-list .list-group a:hover,
a:hover {
  color: #0cbaa4
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .8rem
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  overflow: hidden;
  background: #0c2f57;
  transition: opacity .35s ease, visibility .35s ease
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  border: 5px solid rgba(47, 131, 215, .18);
  border-top-color: #2f83d7;
  border-right-color: #2f83d7;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  animation: 1s linear infinite animate-preloader
}

#preloader.preloader-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  left: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0cbaa4;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  transition: .4s
}

#hero .carousel-item::before,
.navbar-mobile {
  height: 100%;
  bottom: 0;
  left: 0;
  width: 100%;
  right: 0;
  overflow: hidden;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0
}

.back-to-top:hover,
.btn-theme:hover {
  background: #2e3e4e;
  color: #fff
}

.back-to-top.active {
  visibility: visible;
  opacity: 1
}

.datepicker-dropdown {
  padding: 20px !important
}

#topbar {
  height: 40px;
  transition: .5s;
  z-index: 998;
  box-shadow: 0 0 1px rgba(0, 0, 0, .4);
  text-wrap: nowrap
}

#hero,
#hero .carousel-item {
  height: calc(100vh - 250px);
  width: 100%;
  overflow: hidden
}

#topbar.topbar-scrolled {
  top: -40px;
  background: #fff
}

#topbar .contact-info a {
  line-height: 1;
  transition: .3s
}

#topbar .contact-info a {
  color: #0cbaa4;
}

.header-scrolled .header-dropdown .btn,
.header-scrolled .navbar a,
body {
  color: #444
}

#topbar .contact-info i {
  color: #0cbaa4;
  padding-right: 4px;
  margin-left: 15px;
  line-height: 0
}

body.dark #topbar .contact-info a {
  color: #fff;
}

body.dark #topbar .contact-info i {
  color: #fff;
}

#topbar .contact-info i:first-child {
  margin-left: 0
}

#topbar .social-links a {
  color: #2e3e4e;
  display: inline-block;
  line-height: 1px;
  transition: .3s
}

#topbar .social-links a:first-child {
  border-left: 0
}

#header {
  transition: .5s;
  z-index: 997;
  padding: 15px 0 0;
  top: 40px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

.header-bg,
.services .icon-box:hover .icon,
.staff {
  background: #fff
}

.breadcrumbs,
.section-bg,
pre {
  background-color: #edf3f2
}

#header.header-scrolled {
  top: 0;
  background: #fff
}

#footer,
#hero .carousel-item {
  background-size: cover;
  background-repeat: no-repeat
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700
}

#header .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50px;
  margin-top: -10px;
  margin-bottom: 10px
}

.more-btn {
  text-align: center;
  margin-top: 10px
}

.header-no-bg {
  box-shadow: none !important
}

.header-scrolled {
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1) !important
}

.navbar {
  padding: 0
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar>ul>li {
  white-space: nowrap;
  padding: 8px 0 23px 25px
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #2e3e4e;
  white-space: nowrap;
  transition: .3s;
  padding: 5px 0
}

.navbar a .drop-arrow {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar .dropdown ul a .drop-arrow {
  position: absolute;
  right: 15px;
  top: 15px
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: 100%;
  margin: 0;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: .3s;

  /* Add these */
  max-height: 300px;
  /* adjust as needed */
  overflow-y: auto;
  overflow-x: hidden;
}

.navbar .dropdown ul::-webkit-scrollbar {
  width: 7px;
}

.navbar .dropdown ul::-webkit-scrollbar-track {
  background: var(--footer-bg);
}

.navbar .dropdown ul::-webkit-scrollbar-thumb {
  background: var(--amx-light-bg);
  /* border-radius: 4px; */
}

body:not(.dark) .navbar .dropdown ul::-webkit-scrollbar-track {
  background: var(--amx-light-panel);
}

body:not(.dark) .navbar .dropdown ul::-webkit-scrollbar-thumb{
  background: var(--amx-blue-500);
}

/* .navbar .dropdown ul::-webkit-scrollbar-thumb:hover {
  background: var(--primary-dark);
} */
body.dark .navbar .dropdown ul::-webkit-scrollbar-thumb {
  background: var(--amx-light-bg);
}

.navbar .dropdown:hover>ul,
.navbar-mobile .dropdown ul {
  opacity: 1;
  visibility: visible
}

.gallery .gallery-item img,
.why-us .content .more-btn {
  transition: .4s ease-in-out
}

.navbar .dropdown ul li,
.navbar-mobile .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 40px 10px 20px;
  font-size: 16px;
  text-transform: none;
  color: #082744;
  border: none;
  display: block
}

.header-dropdown i,
.navbar .dropdown ul a .fa {
  margin-right: 5px
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: 100%;
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

@media (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

.mobile-nav-toggle {
  color: #2e3e4e;
  font-size: 28px;
  cursor: pointer;
  display: none !important;
  line-height: 0;
  transition: .5s;
  margin-top: -15px;
  position: relative;
  z-index: 1002;
}

#footer .copyright,
.mobile-nav-toggle.bi-x {
  color: #000
}

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

  .navbar ul {
    display: none
  }
}

.navbar-mobile {
  position: fixed;
  top: 0;
  transition: .3s;
  z-index: 999
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 65px;
  right: 35px;
  font-size: 25px;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 100px;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px 0 0;
  background-color: #fff;
  overflow-y: auto;
  transition: .3s
}

.navbar-mobile>ul>li {
  padding: 0;
  border-bottom: 1px solid #f0f0f0
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 2.5rem;
  font-size: 15px;
  color: #2e3e4e;
  border: none
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 30px;
  padding: 10px 0;
  background: #fff
}

/* #footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
#hero h2,
.slider-details,
.why-us .content h3,
.why-us .content p {
  margin-bottom: 30px
} */

.navbar-mobile .dropdown ul a {
  padding: 10px 20px
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px
}

.iti,
.navbar-mobile .dropdown>.dropdown-active {
  display: block
}

.header-scrolled .navbar-mobile ul {
  top: 64px
}

.header-scrolled .navbar-mobile .mobile-nav-toggle {
  top: 25px
}

#hero {
  padding: 0;
  background: #000
}

#hero .carousel-item {
  background-position: top right
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden
}

#hero .carousel-content {
  text-align: left
}

#hero p {
  width: 80%;
  animation-delay: .4s;
  color: #fff
}

.faq .faq-list a.collapsed .icon-show,
.share,
.slider-link {
  display: inline-block
}

.fixed-top-margin {
  margin-top: 120px
}

@media (max-width:992px) {
  .fixed-top-margin {
    margin-top: 100px
  }

  #hero,
  #hero .carousel-item {
    height: 60vh
  }

  #hero .carousel-content.container {
    padding: 0 50px
  }

  #hero .carousel-content {
    text-align: center
  }

  #hero p {
    width: 100%;
    padding: 0 20px
  }
}

#hero h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 900
}

#hero .slider-link {
  -webkit-box-shadow: 0 1px 0 0 #fff;
  -moz-box-shadow: 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 0 #fff
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top
}
#hero .carousel-inner .carousel-item {
  opacity: 0
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: .5s
}

#hero .carousel-inner .active.carousel-item-end,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev {
  left: 0;
  transform: translate3d(0, 0, 0)
}

#hero .carousel-control-next,
#hero .carousel-control-prev {
  width: auto;
  visibility: visible;
  opacity: 1;
  background: rgba(0, 0, 0, .25);
  border-radius: 50%;
  padding: .5rem;
  border: none
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: 0 0;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer
}

@media (max-height:500px) {

  #hero,
  #hero .carousel-item {
    height: 120vh
  }
}

@media (min-width:1024px) {
  #hero p {
    width: 60%
  }

  #hero .carousel-control-next,
  #hero .carousel-control-prev {
    width: 5%
  }
}

.carousel-item-clear::before {
  display: none !important
}

#hero .carousel:hover .carousel-control-next,
#hero .carousel:hover .carousel-control-prev {
  visibility: visible
}

@media (max-width: 767px) {

  #hero .slider-title{
    font-size: 1.5rem;
  }

  #hero .slider-details {
    font-size: 1.1rem;
  }

}

section {
  padding: 60px 0
}

.section-title {
  text-align: center;
  padding-bottom: 30px
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2e3e4e
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #0cbaa4;
  bottom: 2px;
  left: calc(50% - 60px)
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 5px;
  background: #0cbaa4;
  bottom: 0;
  left: calc(50% - 20px)
}

.section-title p {
  margin-bottom: 0
}

.breadcrumbs {
  padding: 20px 0;
  min-height: 40px
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0
}

@media (max-width:992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px
  }
}

.breadcrumbs ol,
.counts .count-box p {
  padding: 0;
  margin: 0
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none
}

.breadcrumbs ol li+li {
  padding-left: 10px
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/"
}

.why-us .content {
  padding: 30px;
  background: #0cbaa4;
  border-radius: 4px;
  color: #fff
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, .2);
  padding: 6px 30px 8px;
  color: #fff;
  border-radius: 50px
}

.why-us .content .more-btn:hover {
  color: #0cbaa4;
  background: #fff
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  padding: 40px 30px;
  width: 100%
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #0cbaa4;
  margin-bottom: 30px
}

.why-us .icon-boxes .icon-box h1 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484
}

.counts {
  background: #edf3f2;
  padding: 70px 0 60px
}

.counts .count-box {
  padding: 30px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff
}

#footer .footer-newsletter form button:hover,
.btn-theme,
.counts .count-box i,
.services .icon-box,
.staff .member .social a:hover {
  background: #174b8c;
  border: 1px solid gray;
}

.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  color: #fff;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #082744
}

.services .icon-box {
  text-align: center;
  border: 1px solid #0cbaa4;
  padding: 50px 20px;
  transition: .3s ease-in-out;
  border-radius: 15px
}

.services .icon-box .icon {
  margin: 0 auto 20px;
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 5px;
  transition: .3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2
}

.services .icon-box .icon i {
  color: #0cbaa4;
  font-size: 28px;
  transition: .3s ease-in-out
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, .1);
  border-radius: 5px;
  transition: .3s ease-out;
  transform: translateZ(-1px);
  z-index: -1
}

.services .icon-box h2 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
  color: #fff
}

.services .icon-box p {
  color: #fff;
  line-height: 24px;
  margin-bottom: 0
}

.services .icon-box:hover {
  background: #2e3e4e;
  border-color: #2e3e4e
}

.services .icon-box:hover .icon::before {
  background: rgba(0, 0, 0, .2)
}

#footer a,
.services .icon-box:hover h4,
.services .icon-box:hover p,
.whatsapp_float:active,
.whatsapp_float:hover,
.whatsapp_float:visited {
  color: #fff
}

.active>.page-link,
.extra-images-count .text-primary,
.page-link.active,
.social-links a {
  color: #fff !important
}

.services .icon-box img,
article .photo-panel {
  margin-bottom: 20px
}

.staff .member {
  position: relative;
  box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
  padding: 30px;
  border-radius: 10px
}

.staff .member .pic {
  overflow: hidden;
  width: 120px;
  min-width: 120px;
  border-radius: 50%
}

.staff .member .pic img {
  transition: .3s ease-in-out;
  width: 120px;
  height: 120px
}

.gallery .gallery-item:hover img,
.staff .member:hover img {
  transform: scale(1.1)
}

.staff .member .member-info {
  padding-left: 30px
}

.staff .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #2e3e4e
}

.faq .faq-list a,
.staff .member span {
  display: block;
  font-weight: 500;
  position: relative
}

.staff .member span {
  font-size: 15px;
  padding-bottom: 10px
}

.staff .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0
}

.staff .member p {
  margin: 10px 0 0
}

.staff .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start
}

.staff .member .social a {
  transition: .3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5
}

.staff .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px
}

.staff .member .social a+a {
  margin-left: 8px
}

.faq .faq-list .icon-show,
.faq .faq-list a.collapsed .icon-close,
.staff .member .member-info .custom-field-title {
  display: none
}

.staff .member .member-info .custom-field-value {
  padding: 0 !important;
  border: 0 !important;
  opacity: .7;
  margin-bottom: 0 !important
}

.faq .faq-list {
  padding: 0 100px
}

.faq .faq-list ul {
  padding: 0;
  list-style: none
}

.faq .faq-list li+li {
  margin-top: 15px
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative
}

#footer .footer-bottom,
.bottom-article,
.contact .info i {
  background: #edf3f2
}

.faq .faq-list a {
  font-size: 16px;
  line-height: 24px;
  padding: 0 30px;
  outline: 0;
  cursor: pointer
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee
}

.faq .faq-list .icon-close,
.faq .faq-list .icon-show {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0
}

.faq .faq-list a.collapsed {
  color: #343a40
}

@media (max-width:1200px) {
  .faq .faq-list {
    padding: 0
  }
}

.testimonials .testimonial-wrap {
  padding-left: 50px
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0 2px 12px rgba(44, 73, 100, .08);
  position: relative;
  background: #fff;
  border-radius: 15px
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  height: auto;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0 5px;
  color: #111
}

.testimonials .testimonial-item h4 {
  color: #999;
  margin: 0
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #dfeae8;
  font-size: 26px
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #0cbaa4
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0cbaa4
}

@media (max-width:767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0
  }

  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto
  }

  #topbar .controls {
    margin: 0 auto
  }
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff
}

.contact .info,
.contact .php-email-form {
  width: 100%;
  background: #fff
}

#header-search-box,
.btn.disabled,
.btn:disabled,
.social-links a,
fieldset:disabled .btn {
  background: #2e3e4e
}

.contact .info i {
  font-size: 20px;
  color: #0cbaa4;
  float: left;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: .3s ease-in-out
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2e3e4e
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  color: #2e3e4e
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px
}

.contact .info .address:hover i,
.contact .info .email:hover i,
.contact .info .phone:hover i {
  background: #0cbaa4;
  color: #fff
}

.contact .php-email-form .form-group {
  padding-bottom: 8px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: 1s linear infinite animate-loading
}

.btn-theme {
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: .4s;
  border-radius: 50px
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#footer {
  color: #fff;
  background-position: center center;
  background-color: #2e3e4e;
  position: relative;
  z-index: 995
}

#footer .footer-top {
  padding: 80px 0 30px;
  box-shadow: 0 2px 15px rgba(25, 119, 204, .1)
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 700
}

#footer .footer-top .footer-contact p {
  line-height: 24px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  color: #fff
}

#footer .footer-top h4 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: .5
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: .3s;
  display: inline-block;
  line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #0cbaa4
}

#footer .footer-newsletter {
  font-size: 15px
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  /* border: 1px solid #fff */
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
  margin: 0
}

#footer .footer-newsletter form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: #2e3e4e;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: .3s;
  border-radius: 50px;
  margin: 5px;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #000
}

.social-links {
  display: flex
}

.social-links a {
  font-size: 18px;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  transition: .3s
}

.social-links a:hover {
  box-shadow: inset rgba(0, 0, 0, .4) 0 0 30px
}

.social-links .social-facebook {
  background: #1877f2
}

.social-links .social-x,
ul.social-network li .twitter {
  background: #000
}

.social-links .social-linkedin,
ul.social-network li .linkedin {
  background: #0077b5
}

.social-links .social-youtube {
  background: red
}

.social-links .social-instagram {
  background: #8134af
}

.social-links .social-pinterest {
  background: #bd081c
}

.social-links .social-threads {
  background: #dd2a7b
}

.social-links .social-snapchat {
  background: #cecc06
}

#topbar .social-links a {
  width: 28px;
  height: 28px;
  padding: 7px;
  font-size: 14px
}

.footer-title,
.form-control,
.select2-container,
article .row {
  margin-bottom: 15px
}

.footer-title h4 {
  font-size: 22px
}

.footer-title h4::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .2);
  bottom: 1px;
  left: 0
}

.header-dropdown img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  border-radius: 5px
}

.datetimepicker table,
.thumbnail img,
footer,
iframe {
  width: 100%
}

.header-dropdown .btn {
  border: none;
  padding: 0;
  margin-left: 15px
}

img {
  max-width: 100%
}

#google-map {
  position: relative;
  height: 350px;
  border-radius: 15px
}

#contact-google-map {
  position: relative;
  height: 350px
}

.sub-title {
  font-size: 24px;
  margin-bottom: 20px
}

.owl-stage-outer .item {
  margin: 0 10px
}

.text-justify,
.topic-page article .article-body h2{
  letter-spacing: -1px;
  font-size: 1.85rem;
  font-weight: 600;
}

.thumbnail img {
  text-align: center;
  padding: 10px;
  border-radius: 15px
}

.post-main-photo {
  border-radius: 15px;
  margin-bottom: 10px
}

.bottom-article {
  overflow: hidden;
  padding: 20px 30px;
  margin-top: 20px;
  border-radius: 15px;
  border: 1px solid #dfeae8
}

.bottom-article .title {
  font-size: 20px
}

ul.social-network {
  list-style: none;
  margin: 0;
  padding: 0
}

ul.social-network li {
  display: inline;
  margin: 0 2px
}

.share-title {
  font-size: 24px
}

.share-title i {
  line-height: 32px;
  margin: 0 4px
}

ul.social-network li a {
  color: #fff;
  text-align: center;
  border-radius: 50%;
  padding: 10px 0 0;
  line-height: 10px;
  font-size: 18px
}

ul.social-network li .facebook {
  background: #3b5998
}

ul.social-network li .google {
  background: #dc4e41
}

ul.social-network li .pintrest {
  background: #cb2027
}

ul.social-network li .youtube {
  background: #db4437
}

ul.social-network li .instagram {
  background: #b07109
}

ul.social-network li .tumblr {
  background: #36465d
}

ul.social-network li .flickr {
  background: #ff0084
}

ul.social-network li .whatsapp {
  background: #00a859
}

.datetimepicker {
  min-width: 270px;
  padding: 7px
}

.line-frame {
  text-align: center;
  border: 1px solid #edf3f2;
  padding: 20px;
  transition: .3s ease-in-out;
  border-radius: 15px
}

.select2-container .select2-selection--single {
  height: 38px !important
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid #dfeae8 !important;
  border-radius: .375rem !important;
  padding: .375rem .75rem !important;
  font-size: 1rem !important;
  line-height: 1.5 !important
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: #edf3f2 !important;
  margin: 2px !important
}

.badge-primary,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #0cbaa4;
  color: #fff
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px !important;
  height: 36px !important
}

.select2-container--default .select2-results__option--selected {
  background-color: #dfeae8
}

.select2-dropdown {
  border: 1px solid #dfeae8 !important
}

.form-control-label {
  margin-bottom: 5px
}

.card {
  border-radius: 15px;
  padding: 20px;
  border: 1px solid #dfeae8;
  display: block
}

.sidebar-card {
  border-radius: .375rem
}

.sidebar-card h4 {
  font-size: 1.25rem
}

.badge {
  font-family: Tahoma, sans-serif
}

.sidebar-list .list-group .badge {
  float: right;
  border-radius: 4px
}

.sidebar-list .list-group .list-group,
.topic-custom-fields {
  margin-top: 10px
}

.sidebar-list .list-group .list-group .list-group-item {
  border: none;
  padding-right: 0
}

.embed-responsive-item,
.video-iframe {
  height: 500px
}

.post-card:hover .badge {
  opacity: 1 !important
}

.badge-inline,
.post-card h5 {
  font-size: 1rem
}

.post-card h3 {
  font-size: 1.4rem
}

.h-200px {
  height: 200px
}

.green-audio-player {
  width: 100%;
  min-width: 250px;
  background: #edf3f2;
  box-shadow: none
}

.green-audio-player .slider .gap-progress,
.green-audio-player .slider .gap-progress .pin {
  background-color: #0d6efd
}

.green-audio-player .volume .volume__button.open path {
  fill: #0d6efd
}

.green-audio-player .volume .volume__controls {
  background-color: #6c757d
}

.whatsapp_float {
  position: fixed;
  width: 75px;
  height: 75px;
  bottom: 15px;
  right: 15px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 44px;
  z-index: 100;
  padding: 10px;
  border: 5px solid rgba(255, 255, 255, .6);
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 40px
}

.whatsapp-icon {
  margin-top: 16px
}

article ul li {
  list-style-type: disc
}

article ol li {
  list-style-type: auto
}

@media screen and (max-width:767px) {
  .staff .member {
    display: block !important
  }

  .staff .member .member-info {
    padding: 0;
    text-align: center
  }

  .staff .member .pic {
    margin: 0 auto 20px
  }

  .staff .member span::after {
    left: calc(50% - 25px)
  }

  .whatsapp-icon {
    margin-top: 10px
  }

  .whatsapp_float {
    bottom: 20px;
    right: 10px
  }
}

.img-circle {
  border-radius: 50% !important
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative
}

footer {
  margin-top: auto;
  bottom: 0
}

.extra-images-count {
  position: absolute;
  right: 18px;
  bottom: 15px;
  font-size: 24px;
  opacity: .8
}

.widget-title {
  padding: 10px 15px;
  background: #edf3f2;
  border-radius: .375rem;
  margin-bottom: 10px
}

.categories-widget .categories-title {
  cursor: pointer
}

.form-control,
.list-group-item {
  border-color: #dfeae8
}

.form-control:focus {
  border-color: #cfdbd8;
  box-shadow: 0 0 0 .25rem rgba(12, 186, 164, .11)
}

.active>.page-link,
.bg-primary,
.page-link.active {
  background-color: #0cbaa4 !important;
  border-color: #0cbaa4 !important
}

.bg-secondary,
.btn-secondary {
  background-color: #2e3e4e !important;
  border-color: #2e3e4e !important
}

.page-link,
.text-primary {
  color: #0cbaa4 !important
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent
}

#footer .footer-newsletter form input[type=email]:focus,
.header-form-search .form-control:focus {
  box-shadow: none
}

.header-search-btn {
  width: 90px;
  height: 26px;
  padding: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 5px;
  background: transparent;
  border: none;
  color: inherit;
  font-weight: 500;
}

.header-search-btn:hover,
.header-search-btn:focus {
  background: rgba(255,255,255,.08);
  color: #fff;
  outline: none;
}

.header-search-btn span {
  margin: 6px 0 4px;
  font-size: 13px
}

#header-search-box {
  width: 100%;
  height: 100%;
  transition: .5s ease-in-out;
  transform: translate(0, 100%) scale(0, 0);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1000
}

#header-search-box.open {
  transform: scale(1, 1);
  opacity: .97
}

#header-search-box input[type=search] {
  position: absolute;
  font-weight: 300;
  text-align: center;
  border: 0;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: 0;
  top: calc(50% - 40px);
  width: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  font-size: 60px
}

#header-search-box input[type=search]::placeholder {
  color: #dfeae8;
  opacity: 1
}

#header-search-box input[type=search]::-ms-input-placeholder {
  color: #dfeae8
}

#header-search-box .btn {
  margin-left: -100px;
  border-radius: 50px;
  padding: 10px 50px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  right: auto;
  left: 50%;
  margin-top: 80px;
  height: 64px;
  font-size: 30px
}

#header-search-box .close {
  background: #dfeae8;
  border: none;
  opacity: 1;
  padding: 10px 17px;
  font-size: 28px;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #2e3e4e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 15px
}

.maintenance-mode {
  background: #fcfcff
}

.testimonials {
  border-top: 1px solid #eee
}

.cookies-accept-box {
  background-color: #130f40de;
  padding: 20px;
  border-radius: 10px
}

.cookies-accept {
  bottom: 0;
  position: fixed;
  right: 0;
  border-radius: 4px;
  padding: 15px;
  z-index: 999999
}

.cookies-accept button {
  -webkit-box-shadow: 0 0 2px 0 #fff;
  -moz-box-shadow: 0 0 2px 0 #fff;
  box-shadow: 0 0 2px 0 #fff
}

.fixed-area-menu {
  overflow: hidden;
  overflow-y: scroll;
  width: 270px;
  position: fixed;
  background: #fff;
  z-index: 99;
  top: 250px;
  height: calc(100% - 280px) !important;
  max-height: calc(100% - 280px) !important;
  padding-right: 10px
}

.fixed-area-menu h5 {
  font-weight: 800
}

.fixed-area-menu::-webkit-scrollbar {
  width: 5px
}

.fixed-area-menu::-webkit-scrollbar-track {
  background: #f1f1f1
}

.fixed-area-menu::-webkit-scrollbar-thumb {
  background: #ced6db;
  border-radius: 6px
}

.fixed-area-menu::-webkit-scrollbar-thumb:hover {
  background: #a0a0a0
}

@media (min-width:576px) {
  .fixed-area-menu {
    width: 100% !important
  }
}

@media (min-width:768px) {
  .fixed-area-menu {
    width: 28% !important
  }
}

@media (min-width:992px) {
  .fixed-area-menu {
    width: 23% !important
  }
}

@media (min-width:1000px) {
  .fixed-area-menu {
    width: 20% !important
  }
}

@media (min-width:1300px) {
  .fixed-area-menu {
    width: 19% !important
  }
}

@media (min-width:1600px) {
  .fixed-area-menu {
    width: 17% !important
  }
}

@media (max-width:768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 18px
  }

  #hero h2 {
    font-size: 28px
  }

  .navbar-mobile-bg {
    background: #fff
  }

  .breadcrumbs .d-flex {
    display: block !important
  }

  .breadcrumbs ol {
    display: block
  }

  .breadcrumbs ol li {
    display: inline-block
  }

  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding: 0 2rem
  }

  #topbar .social-links {
    padding-top: 0 !important;
    max-width: 125px;
    overflow: hidden
  }

  .categories-widget .categories-title i {
    font-size: 24px
  }

  .categories-widget .categories-list {
    display: none
  }

  .fixed-area-menu {
    position: relative !important;
    width: auto !important;
    top: 0 !important;
    overflow: auto !important;
    margin-bottom: 20px;
    border-bottom: 1px solid #f0f0f0
  }
}

.fixed-min-top {
  top: 120px;
  height: calc(100% - 150px) !important;
  max-height: calc(100% - 150px) !important
}

pre {
  padding: 10px;
  border-radius: 5px
}

.form-control::-webkit-input-placeholder {
  color: inherit;
  opacity: .3
}

.form-control::-moz-placeholder {
  color: inherit;
  opacity: .3
}

.form-control:-ms-input-placeholder {
  color: inherit;
  opacity: .3
}

.btn-outline-theme {
  border-radius: .375rem;
  border: 1px solid #dfeae8;
  color: #0cbaa4
}

.btn-outline-theme:active,
.btn-outline-theme:hover {
  background: #0cbaa4;
  border: 1px solid #0cbaa4
}

.appearance-toggle {
  margin: 0 5px;
  text-align: center
}

.appearance-toggle .checkbox {
  opacity: 0;
  position: absolute
}

.appearance-toggle small {
  font-size: 13px;
  font-weight: lighter
}

.appearance-toggle .checkbox-label {
  width: 104px;
  height: 32px;
  border-radius: 50px;
  position: relative;
  padding: 0 12px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  color: #fff;
  transition: background .3s ease, border-color .3s ease;
}

.appearance-toggle .checkbox-label:hover {
  background: rgba(255,255,255,.12);
}

.appearance-toggle .checkbox:checked + .checkbox-label {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
}

.appearance-toggle .checkbox-label small {
  color: inherit;
}

body:not(.dark) .appearance-toggle .checkbox-label {
  background: rgba(12,186,164,.08);
  border-color: rgba(12,186,164,.24);
  color: #0cbaa4;
}

body:not(.dark) .appearance-toggle .checkbox-label:hover {
  background: rgba(12,186,164,.14);
}

body:not(.dark) .appearance-toggle .checkbox:checked + .checkbox-label {
  background: rgba(12,186,164,.16);
  border-color: rgba(12,186,164,.3);
}

body:not(.dark) .appearance-toggle .checkbox-label .ball {
  background-color: #0cbaa4;
}

.appearance-toggle .bi-moon,
.appearance-toggle .bi-sun {
  color: #f1c40f
}

.appearance-toggle .checkbox-label .ball {
  background-color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 4px;
  top: 6px;
  border-radius: 50%;
  transition: transform .2s linear, background .3s ease;
}

.appearance-toggle .checkbox:checked + .checkbox-label .ball {
  transform: translateX(60px);
}

.appearance-toggle .checkbox:checked+.checkbox-label .ball {
  transform: translateX(60px);
}

.dashboard_Link {
  display: inline-block;
  margin-left: 5px
}

.iti,
.select2 {
  width: 100% !important;
  margin-bottom: 15px !important
}

.select2-container--open {
  z-index: 9999
}

.bi {
  display: inline-block;
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:root {
  --theme-bg: #032e56;
  --header-bg: #032e56;
  --section-bg: #043d73;
  --section-light-bg: #052f5f;
  --footer-bg: #021e39;
  --hero-overlay: rgba(0, 0, 0, .7);
  --primary: #1977cc;
  --primary-dark: #135a92;
  --text: #f1f7fd;
  --text-muted: rgba(241, 247, 253, .8);
  --panel-bg: rgba(255, 255, 255, .03);
  --card-border: rgba(255, 255, 255, .12);
}

body,
body.dark {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--theme-bg);
  color: var(--text);
}

body.dark .header-bg,
body.dark #topbar,
body.dark #header {
  background: var(--header-bg);
}

body.dark #topbar,
body.dark #header,
body.dark .header-bg,
body.dark .navbar-mobile .dropdown ul,
body.dark .navbar-mobile ul {
  background: var(--header-bg);
}

body.dark #footer {
  background: var(--footer-bg);
  color: var(--text);
}

body.dark .section-bg {
  background: var(--section-bg);
  color: var(--text);
}

body.dark .section-light {
  background: var(--section-light-bg);
  color: var(--text);
}

body.dark section,
body.dark .section-title h2,
body.dark .section-title p,
body.dark .contact .info p,
body.dark .contact .info h4,
body.dark .footer-top .footer-contact p,
body.dark #footer .footer-top h4,
body.dark .footer-top .footer-links ul a,
body.dark #footer .footer-newsletter form input[type=email] {
  color: var(--text);
}

body.dark .section-title h2 {
  color: var(--text);
}

body.dark .section-title h2::before,
body.dark .section-title h2::after {
  background: var(--primary);
}

body.dark .btn-theme,
body.dark .btn-primary,
body.dark .active>.page-link,
body.dark .bg-primary,
body.dark .page-link.active {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: var(--text) !important;
}

body.dark .btn-outline-theme {
  color: var(--primary);
  border-color: var(--primary);
}

body.dark .btn-outline-theme:hover,
body.dark .btn-outline-theme:focus {
  background: var(--primary);
  color: #fff;
}

body.dark .btn-secondary,
body.dark .bg-secondary {
  background-color: #2e3e4e !important;
  border-color: #2e3e4e !important;
}

body.dark .navbar a,
body.dark .navbar a:focus,
body.dark .navbar-mobile a,
body.dark .navbar-mobile a:focus {
  color: var(--primary);
}

body.dark .navbar .dropdown ul a,
body.dark .navbar-mobile .dropdown ul a {
  color: var(--text);
}

body.dark .navbar .dropdown ul {
  background: #032e56;
}

body.dark .navbar .dropdown ul a:hover,
body.dark .navbar-mobile .dropdown ul a:hover {
  color: var(--primary);
}

body.dark .header-search-btn,
body.dark .header-search-btn:hover {
  background: transparent !important;
  color: #fff;
  border: none !important;
}

body.dark .appearance-toggle .checkbox-label {
  background: rgba(255, 255, 255, .08);
  border-color: rgba(255,255,255,.18);
  color: var(--text);
}

body.dark #header-search-box {
  background: #054a8a;
}

body.dark #header-search-box input[type=search] {
  color: #fff;
}

body.dark #header-search-box .close {
  background: #dfeae8;
  color: #2e3e4e;
}

body.dark .services .icon-box {
  background: var(--primary);
  border-color: var(--primary);
}

body.dark .services .icon-box .icon {
  background: #fff;
}

body.dark .services .icon-box .icon i {
  color: var(--primary);
}

body.dark .services .icon-box h2,
body.dark .services .icon-box p {
  color: #fff;
}

body.dark .services .icon-box:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

body.dark .why-us .content,
body.dark .counts .count-box,
body.dark .contact .info,
body.dark .contact .php-email-form,
body.dark .footer-newsletter form {
  background: var(--panel-bg);
  border-color: var(--card-border);
}

body.dark .why-us .content h3,
body.dark .why-us .content p,
body.dark .why-us .content .more-btn {
  color: var(--text);
}

body.dark .header-dropdown .btn,
body.dark .navbar .active,
body.dark .navbar .active:focus,
body.dark .navbar .dropdown ul .active:hover,
body.dark .navbar .dropdown ul a:hover,
body.dark .navbar .dropdown ul li:hover>a {
  color: var(--primary);
}

body.dark .header-dropdown img {
  filter: brightness(.95);
}

body.dark .footer-top .footer-links ul i {
  opacity: .7;
}

body.dark .footer-newsletter form {
  background: #fff;
}

body.dark .footer-newsletter form input[type=email] {
  color: #152238;
}

body.dark .footer-newsletter form button {
  background: var(--primary);
}

body.dark .text-primary {
  color: var(--primary) !important;
}

body.dark .count-box span {
  color: #f1f7fd;
}

body.dark .section-bg .section-title h2,
body.dark .section-bg p,
body.dark .section-bg .eyebrow,
body.dark .section-bg .more-btn a,
body.dark .section-bg h2,
body.dark .section-bg h3,
body.dark .section-bg h4,
body.dark .section-bg h5,
body.dark .section-bg h6 {
  color: var(--text);
}

body.dark .section-light {
  background: var(--section-light-bg);
}

body.dark .section-light h2,
body.dark .section-light p,
body.dark .section-light .eyebrow,
body.dark .section-light .text-muted,
body.dark .section-light .specialty-card,
body.dark .section-light .process-card,
body.dark .section-light .metric-card,
body.dark .section-light .testimonial-card {
  color: var(--text);
}

body.dark .service-card,
body.dark .specialty-card,
body.dark .metric-card,
body.dark .testimonial-card,
body.dark .process-card,
body.dark .section-light .bg-white {
  background: rgba(255, 255, 255, .05) !important;
  border: 1px solid rgba(255, 255, 255, .12);
}

body.dark .service-card h5,
body.dark .testimonial-card p,
body.dark .testimonial-card h6,
body.dark .specialty-card,
body.dark .process-card h5 {
  color: var(--text);
}

body.dark .service-card p,
body.dark .testimonial-card span,
body.dark .metric-card p,
body.dark .text-muted,
body.dark .text-secondary {
  color: var(--text-muted) !important;
}

body.dark .section-light .specialty-card,
body.dark .section-light .process-card {
  color: var(--text);
}

body.dark .carousel-control-prev,
body.dark .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body.dark .carousel-arrow,
body.dark .carousel-control-prev-icon,
body.dark .carousel-control-next-icon {
  background: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .75);
}

body.dark .carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body.dark .carousel-arrow i {
  font-size: 1.75rem;
}

body.dark .carousel-control-prev:hover .carousel-arrow,
body.dark .carousel-control-next:hover .carousel-arrow {
  color: #fff;
}

body.dark .carousel-control-prev:hover,
body.dark .carousel-control-next:hover {
  background: transparent !important;
}

/* Light theme: make hero arrows match dark-theme styling (transparent background, same sizing) */
body:not(.dark) .carousel-control-prev,
body:not(.dark) .carousel-control-next {
  width: 60px;
  height: 60px;
  top: 50%;
  transform: translateY(-50%);
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

body:not(.dark) .carousel-arrow,
body:not(.dark) .carousel-control-prev-icon,
body:not(.dark) .carousel-control-next-icon {
  background: none !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, .85);
}

body:not(.dark) .carousel-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

body:not(.dark) .carousel-arrow i {
  font-size: 1.75rem;
}

body:not(.dark) .carousel-control-prev:hover .carousel-arrow,
body:not(.dark) .carousel-control-next:hover .carousel-arrow {
  color: #fff;
}

body:not(.dark) .carousel-control-prev:hover,
body:not(.dark) .carousel-control-next:hover {
  background: transparent !important;
}

#heroCarousel .slider-title,
#heroCarousel .slider-details {
  will-change: transform, opacity;
}

#heroCarousel .hero-title-animate {
  animation: heroTitleReveal 720ms cubic-bezier(.22, 1, .36, 1) both;
}

#heroCarousel .hero-details-animate {
  animation: heroDetailsReveal 720ms cubic-bezier(.22, 1, .36, 1) 140ms both;
}

@keyframes heroTitleReveal {
  from {
    opacity: 0;
    transform: translate3d(0, -28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes heroDetailsReveal {
  from {
    opacity: 0;
    transform: translate3d(0, 28px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (prefers-reduced-motion: reduce) {
  #heroCarousel .hero-title-animate,
  #heroCarousel .hero-details-animate {
    animation: none;
  }
}

.home-welcome .section-title {
  text-align: left;
  padding-bottom: 10px;
}

.home-welcome .section-title h2::before,
.home-welcome .section-title h2::after {
  left: 0;
}

.home-check-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.home-check-list li {
  display: flex;
  gap: .65rem;
  align-items: flex-start;
  margin-bottom: .65rem;
}

.home-check-list i {
  color: #0cbaa4;
  font-size: 1.15rem;
  margin-top: .1rem;
}

.home-billing {
  background: #0f3a65;
  color: #fff;
}
.submit-quote-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0;
}
.submit-quote-btn button{
  background: #2f78cf;
  padding: 8px 18px;
  font-size: 1.2rem;
  border: none;
  border-radius: 8px;
  color: white;
  text-align: center;
}
.submit-quote-btn i{
  padding-right: 5px;
}

.submit-quote-btn button:hover{
  background: #0f3e77;
  transition: ease-in 0.2s;
}

.billing-copy-panel {
  border: 1px solid rgba(42, 123, 196, .85);
  border-radius: 14px;
  padding: 32px 30px;
}

.billing-copy-panel h2 {
  color: #fff;
  font-size: 1.3rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.billing-copy-panel p,
.billing-copy-panel li {
  color: #fff;
  font-size: 1rem;
  line-height: 1.45;
}

.billing-copy-panel p strong {
  font-weight: 800;
}

.billing-copy-panel .home-check-list {
  margin-top: 8px;
  margin-bottom: 22px;
}

.billing-copy-panel .home-check-list li {
  gap: .45rem;
  margin-bottom: .18rem;
}

.billing-copy-panel .home-check-list i {
  color: #fff;
  font-size: 1rem;
}

.billing-reasons-graphic {
  position: relative;
  width: min(100%, 625px);
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  background: #f8f7f5;
  color: #3f3f9e;
  overflow: hidden;
}

.billing-graphic-title {
  position: absolute;
  top: 8%;
  left: 0;
  right: 0;
  text-align: center;
  color: #4444a5;
  letter-spacing: .08em;
}

.billing-graphic-title span,
.billing-graphic-title strong {
  display: block;
}

.billing-graphic-title span {
  font-size: clamp(1.4rem, 2vw, 2.1rem);
  font-weight: 700;
}

.billing-graphic-title strong {
  font-size: clamp(1.85rem, 3vw, 2.75rem);
  font-weight: 900;
  letter-spacing: .04em;
}

/* HOME SERVICES */

.services-section .service-card {
  background: var(--amx-blue-500);
  border: none;
  border-radius: 10px;
  padding: 40px 30px;
  min-height: 300px;
  transition: all .25s ease;
}

.services-section .service-card:hover {
  background: var(--footer-bg);
  border: 1px solid var(--amx-blue-500);
  transform: translateY(-4px);
}

.services-section .service-card a {
  text-decoration: none;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  height: 100%;
  text-align: center;
}

.services-section .service-card a:hover {
  color: #fff;
}

.services-section .service-card .no-link {
  cursor: default;
}

.services-section .service-card i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  font-size: 1.7rem;
  color: var(--amx-blue-500);
  background: #fff;
  border-radius: 6px;
}
.services-section .service-card i:hover{
  background: var(--amx-blue-700);
  transition: ease-in 0.2s;
}

.services-section .service-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
}

.services-section .service-card p {
  margin: 0;
}

@media (max-width: 991px) {
  .services-section .service-card {
    min-height: auto;
  }
}

.post-card {
  border: 1px solid rgba(85, 195, 231, .20);
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  transition: .3s ease;
  background: var(--surface-color);
  color: var(--text);
}

.post-card:hover {
  transform: translateY(-4px);
}

.post-card .card-body {
  padding: 30px;
}

.post-card h3,
.post-card h4 {
  margin-bottom: 15px;
  color: var(--heading-color);
}

.post-card p:last-child,
.post-card ul:last-child {
  margin-bottom: 0;
}

.post-card ul {
  padding-left: 20px;
}

.service-detail-image {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .post-card .card-body {
    padding: 20px;
  }
}

.reason-bubble {
  position: absolute;
  z-index: 2;
  width: 18%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px;
  background: #3d3c9f;
  border: 9px solid #55c3e7;
  color: #fff;
  font-size: clamp(.62rem, 1.1vw, .95rem);
  font-weight: 800;
  line-height: 1.05;
  box-shadow: 0 0 0 1px rgba(63, 63, 158, .08);
}

.reason-pricing {
  left: 14%;
  top: 36%;
}

.reason-hipaa {
  right: 15%;
  top: 36%;
}

.reason-revenue {
  left: 17%;
  top: 58%;
}

.reason-claim {
  left: 40.5%;
  top: 68%;
}

.reason-support {
  right: 16.5%;
  top: 58%;
}

.question-mark {
  position: absolute;
  left: 50%;
  top: 48%;
  width: 31%;
  aspect-ratio: 1 / 1;
  transform: translate(-50%, -50%);
  color: #50bfdf;
}

.question-mark .bi-question-lg {
  position: absolute;
  inset: 0;
  font-size: clamp(9rem, 14vw, 13.5rem);
  line-height: .8;
  text-align: center;
  text-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}

.question-mark .bi-stethoscope {
  position: absolute;
  top: 25%;
  left: 37%;
  color: #202020;
  font-size: clamp(3rem, 5.5vw, 5.4rem);
  transform: rotate(-20deg);
}

.billing-graphic-url {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  color: #3e6fca;
  text-align: center;
  font-size: clamp(.9rem, 1.6vw, 1.35rem);
  letter-spacing: .08em;
}

.home-service-mini,
.article-card {
  background: #fff;
  border: 1px solid #dfeae8;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 2px 15px rgba(44, 73, 100, .08);
}

.home-service-mini h3,
.article-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #2e3e4e;
}

.home-service-mini p,
.article-card p {
  margin-bottom: 0;
}

.article-card {
  display: flex;
  flex-direction: column;
}

.article-card p {
  flex: 1;
}

.article-card a {
  display: inline-block;
  margin-top: 18px;
  font-weight: 700;
  color: #0cbaa4;
}

.home-articles {
  background: #154a7f;
  color: #fff;
  padding: 42px 0 38px;
}

.home-articles .section-title {
  padding-bottom: 28px;
}

.home-articles .section-title h2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 18px;
  padding-bottom: 22px;
}

.home-articles .section-title h2::before {
  background: rgba(85, 195, 231, .55);
  width: 120px;
  left: calc(50% - 60px);
}

.home-articles .section-title h2::after {
  background: #2f83d7;
  width: 40px;
  height: 4px;
  left: calc(50% - 20px);
}

.home-articles .section-title p {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.latest-articles-carousel {
  max-width: 1275px;
  margin: 0 auto;
  padding: 4px 0 70px;
}

.latest-articles-carousel .carousel-inner {
  overflow: hidden;
}

.latest-articles-carousel .carousel-item {
  transition: transform .65s cubic-bezier(.22, 1, .36, 1), opacity .65s cubic-bezier(.22, 1, .36, 1);
}

.home-articles .article-card {
  background: #103d68;
  border: 1px solid rgba(85, 195, 231, .25);
  border-radius: 12px;
  box-shadow: none;
  color: #fff;
  min-height: 254px;
  padding: 20px;
}

.home-articles .article-image-link {
  display: block;
  margin: 0 0 14px;
}

.home-articles .article-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 2.65 / 1;
  object-fit: cover;
}

.home-articles .article-card h3 {
  color: #fff;
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.home-articles .article-card p {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  margin-bottom: 0;
}

.home-articles .article-card p a {
  color: #fff;
  display: inline;
  font-weight: 700;
  margin: 0;
}

.latest-articles-carousel .carousel-indicators {
  bottom: 12px;
  margin-bottom: 0;
}

.latest-articles-carousel .carousel-indicators [data-bs-target] {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .85);
  opacity: 1;
  margin: 0 7px;
}

.latest-articles-carousel .carousel-indicators .active {
  background-color: rgba(183, 193, 176, .9);
}

.latest-articles-more {
  margin-top: -20px;
}

.latest-articles-more .btn {
  min-width: 100px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 400;
}

.latest-articles-more .btn i {
  font-size: .85rem;
  margin: 0 4px;
}

body.dark .home-service-mini,
body.dark .article-card {
  background: rgba(255, 255, 255, .05);
  border-color: rgba(255, 255, 255, .12);
  color: var(--text);
}

body.dark .home-service-mini h3,
body.dark .article-card h3 {
  color: var(--text);
}

body.dark .home-service-mini p,
body.dark .article-card p {
  color: var(--text-muted);
}

body.dark .home-billing {
  background: #0f3a65;
}

body.dark .home-articles {
  background: #154a7f;
}

body.dark .home-articles .article-card {
  background: #103d68;
  border-color: rgba(85, 195, 231, .25);
}

body.dark .home-articles .article-card h3,
body.dark .home-articles .article-card p,
body.dark .home-articles .article-card p a {
  color: #fff;
}

@media (max-width: 991px) {
  .billing-copy-panel {
    padding: 26px 22px;
  }

  .billing-reasons-graphic {
    max-width: 540px;
  }

  .home-articles .article-card {
    min-height: 240px;
  }
}

@media (max-width: 575px) {
  .billing-copy-panel h2 {
    font-size: 1.35rem;
  }

  .billing-copy-panel p,
  .billing-copy-panel li {
    font-size: 1rem;
  }

  .reason-bubble {
    border-width: 6px;
  }

  .home-articles {
    padding: 36px 0 34px;
  }

  .home-articles .section-title h2 {
    font-size: 1.7rem;
  }

  .home-articles .article-card {
    padding: 16px;
  }
}

/* AlphaMedexx live-site match: top UI and dark blue color system */
:root {
  --theme-bg: #0f3a65;
  --header-bg: #0f3a65;
  --section-bg: #0f3a65;
  --section-light-bg: #0f3a65;
  --footer-bg: #0a2b4d;
  --primary: #55c3e7;
  --primary-dark: #2a7bc4;
  --text: #fff;
  --text-muted: rgba(255, 255, 255, .86);
  --panel-bg: rgba(255, 255, 255, .04);
  --card-border: rgba(85, 195, 231, .28);
}

body.dark,
body.dark .section-bg,
body.dark .section-light,
body.dark .home-billing {
  background: var(--theme-bg);
  color: var(--text);
}

body.dark #topbar,
body.dark #header,
body.dark .header-bg {
  background: var(--header-bg);
  box-shadow: none;
}

body.dark #topbar {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.dark #header {
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

body.dark #topbar .contact-info a,
body.dark #topbar .contact-info i,
body.dark .dashboard_Link a,
body.dark .header-search-btn {
  color: #fff;
}

body.dark .navbar a,
body.dark .navbar a:focus,
body.dark .navbar-mobile a,
body.dark .navbar-mobile a:focus {
  color: #fff;
}

body.dark .navbar a:hover,
body.dark .navbar li:hover > a,
body.dark .navbar .active,
body.dark .navbar .active:focus,
body.dark .navbar .dropdown ul a:hover,
body.dark .navbar .dropdown ul li:hover > a {
  color: var(--primary);
}

body.dark .navbar .dropdown ul,
body.dark .navbar-mobile ul,
body.dark .navbar-mobile .dropdown ul {
  background: #0a2f55;
  border: 1px solid rgba(255, 255, 255, .1);
}

body.dark .navbar .dropdown ul a,
body.dark .navbar-mobile .dropdown ul a {
  color: #fff;
}

body.dark .mobile-nav-toggle {
  color: #fff;
}

#hero .carousel-item::before {
  background-color: rgba(0, 0, 0, .64);
}

#hero h2 {
  letter-spacing: 0;
}

#hero p {
  color: #fff;
  line-height: 1.5;
}

.home-welcome {
  background: var(--section-bg);
  padding: 44px 0;
}

.home-welcome .row {
  max-width: 1120px;
  margin: 0 auto;
}

.home-welcome p {
  color: #fff;
  font-size: 1.02rem;
  line-height: 1.65;
  margin-bottom: 14px;
}

.home-welcome p:first-child {
  margin-bottom: 16px;
}

.home-welcome p:first-child span {
  font-size: 0 !important;
}

.home-welcome p:first-child span::before {
  content: "AlphaMedex - Professional Medical Billing & RCM Solutions";
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.btn-theme,
body.dark .btn-theme {
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
}

.btn-theme:hover,
body.dark .btn-theme:hover {
  background: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
  color: #fff !important;
}

/* Final theme polish: AlphaMedexx dark/light modes and fixed toggle */
:root {
  --amx-blue-950: #082744;
  --amx-blue-900: #0a2b4d;
  --amx-blue-850: #0c2f57;
  --amx-blue-800: #0a294d;
  --amx-blue-700: #0c2f57;
  --amx-header-scrolled: #07213f;
  --amx-blue-500: #2f83d7;
  --amx-cyan: #55c3e7;
  --amx-light-bg: #f5f9fc;
  --amx-light-panel: #ffffff;
  --amx-light-border: #d9e7f2;
  --amx-light-text: #143453;
}

body.dark {
  --theme-bg: var(--amx-blue-850);
  --header-bg: var(--amx-blue-850);
  --section-bg: var(--amx-blue-850);
  --section-light-bg: var(--amx-blue-850);
  --footer-bg: var(--amx-blue-900);
  --primary: var(--amx-cyan);
  --primary-dark: var(--amx-blue-500);
  --text: #fff;
  --text-muted: rgba(255, 255, 255, .86);
  background: var(--theme-bg);
  color: var(--text);
}

body:not(.dark) {
  --theme-bg: var(--amx-light-bg);
  --header-bg: #fff;
  --section-bg: #fff;
  --section-light-bg: var(--amx-light-bg);
  --footer-bg: var(--amx-blue-900);
  --primary: #1977cc;
  --primary-dark: #135a92;
  --text: var(--amx-light-text);
  --text-muted: #5b7082;
  background: var(--theme-bg);
  color: var(--text);
}

body.dark #topbar,
body.dark #header,
body.dark .header-bg,
body.dark .section-bg,
body.dark .section-light,
body.dark .home-welcome,
body.dark .home-billing {
  background: var(--amx-blue-850) !important;
  color: #fff;
}

body.dark #topbar.topbar-scrolled,
body.dark #header.header-scrolled,
body.dark .header-bg.header-scrolled {
  background: var(--amx-header-scrolled) !important;
}

/* body:not(.dark) #topbar.topbar-scrolled,
body:not(.dark) #header.header-scrolled,
body:not(.dark) .header-bg.header-scrolled {
  background: var(--amx-header-scrolled) !important;
} */

/* body:not(.dark) #header.header-scrolled .navbar a,
body:not(.dark) #header.header-scrolled .navbar a:focus,
body:not(.dark) #header.header-scrolled .mobile-nav-toggle {
  color: #fff;
} */

body:not(.dark) #header.header-scrolled .navbar a:hover,
body:not(.dark) #header.header-scrolled .navbar li:hover > a,
body:not(.dark) #header.header-scrolled .navbar .active {
  color: var(--amx-cyan);
}

body:not(.dark) #topbar,
body:not(.dark) #header,
body:not(.dark) .header-bg {
  background: #fff !important;
  color: var(--amx-light-text);
}

body:not(.dark) .section-bg,
body:not(.dark) .home-welcome {
  background: #fff !important;
  color: var(--amx-light-text);
}

body:not(.dark) .section-light,
body:not(.dark) .home-billing {
  background: var(--amx-light-bg) !important;
  color: var(--amx-light-text);
}

body.dark #topbar,
body.dark #header,
body:not(.dark) #topbar,
body:not(.dark) #header {
  border-bottom: 1px solid rgba(25, 119, 204, .16);
  box-shadow: none;
}

body.dark #topbar .contact-info a,
body.dark #topbar .contact-info i,
body.dark .dashboard_Link a,
body.dark .navbar a,
body.dark .navbar a:focus,
body.dark .navbar-mobile a,
body.dark .navbar-mobile a:focus,
body.dark .header-search-btn {
  color: #fff;
}

body:not(.dark) #topbar .contact-info a,
body:not(.dark) #topbar .contact-info i,
body:not(.dark) .dashboard_Link a,
body:not(.dark) .navbar a,
body:not(.dark) .navbar a:focus,
body:not(.dark) .navbar-mobile a,
body:not(.dark) .navbar-mobile a:focus,
body:not(.dark) .header-search-btn {
  color: var(--amx-light-text);
}

body.dark .navbar a:hover,
body.dark .navbar li:hover > a,
body.dark .navbar .active,
body.dark .navbar .active:focus,
body:not(.dark) .navbar a:hover,
body:not(.dark) .navbar li:hover > a,
body:not(.dark) .navbar .active,
body:not(.dark) .navbar .active:focus {
  color: var(--primary);
}

body.dark .navbar .dropdown ul,
body.dark .navbar-mobile ul,
body.dark .navbar-mobile .dropdown ul {
  background: var(--amx-blue-900);
  border: 1px solid rgba(255, 255, 255, .12);
}

body:not(.dark) .navbar .dropdown ul,
body:not(.dark) .navbar-mobile ul,
body:not(.dark) .navbar-mobile .dropdown ul {
  background: #fff;
  border: 1px solid var(--amx-light-border);
}

body.dark .navbar .dropdown ul a,
body.dark .navbar-mobile .dropdown ul a {
  color: #fff;
}

body:not(.dark) .navbar .dropdown ul a,
body:not(.dark) .navbar-mobile .dropdown ul a {
  color: var(--amx-light-text);
}

body.dark .mobile-nav-toggle {
  color: #fff;
}

body:not(.dark) .mobile-nav-toggle {
  color: var(--amx-light-text);
}

.mobile-nav-toggle,
.navbar-mobile .mobile-nav-toggle,
.header-scrolled .navbar-mobile .mobile-nav-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

body.dark .section-title h2,
body.dark .section-title p,
body.dark .home-welcome p,
body.dark .home-welcome p:first-child span::before,
body.dark .billing-copy-panel h2,
body.dark .billing-copy-panel p,
body.dark .billing-copy-panel li,
body.dark .faq .faq-list a,
body.dark .faq .faq-list p {
  color: #fff;
}

body:not(.dark) .section-title h2,
body:not(.dark) .section-title p,
body:not(.dark) .home-welcome p,
body:not(.dark) .home-welcome p:first-child span::before,
body:not(.dark) .billing-copy-panel h2,
body:not(.dark) .billing-copy-panel p,
body:not(.dark) .billing-copy-panel li,
body:not(.dark) .faq .faq-list a,
body:not(.dark) .faq .faq-list p {
  color: var(--amx-light-text);
}

body:not(.dark) .billing-copy-panel {
  background: #fff;
  border-color: var(--amx-light-border);
}

body.dark .billing-copy-panel {
  background: transparent;
  border-color: rgba(85, 195, 231, .5);
}

body.dark .home-articles {
  background: var(--amx-blue-850) !important;
}

body:not(.dark) .home-articles {
  background: #fff !important;
  color: var(--amx-light-text);
}

body:not(.dark) .home-articles .section-title h2,
body:not(.dark) .home-articles .section-title p {
  color: var(--amx-light-text);
}

body.dark .home-articles .article-card {
  background: var(--amx-blue-800);
  border-color: rgba(85, 195, 231, .25);
}

body:not(.dark) .home-articles .article-card {
  background: #fff;
  border-color: var(--amx-light-border);
  box-shadow: 0 10px 30px rgba(8, 39, 68, .08);
}

body:not(.dark) .home-articles .article-card h3,
body:not(.dark) .home-articles .article-card h3 a,
body:not(.dark) .home-articles .article-card p,
body:not(.dark) .home-articles .article-card p a {
  color: var(--amx-light-text);
}

body.dark .home-articles .article-card h3 a {
  color: #fff;
}

body.dark .faq {
  background: var(--amx-blue-850);
}

body:not(.dark) .faq {
  background: var(--amx-light-bg);
}

body.dark .faq .faq-list li {
  background: rgba(255, 255, 255, .05);
  border: 1px solid rgba(255, 255, 255, .12);
}

body:not(.dark) .faq .faq-list li {
  background: #fff;
  border: 1px solid var(--amx-light-border);
}

body.dark #footer,
body:not(.dark) #footer {
  background-color: var(--amx-blue-900);
  color: #fff;
}

body.dark #footer a,
body:not(.dark) #footer a,
body.dark #footer .footer-top h4,
body:not(.dark) #footer .footer-top h4,
body.dark #footer .footer-links,
body:not(.dark) #footer .footer-links {
  color: #fff;
}

body.dark #footer .footer-bottom,
body:not(.dark) #footer .footer-bottom {
  background: rgba(255, 255, 255, .08);
}

body.dark #footer .copyright,
body.dark #footer .credits,
body:not(.dark) #footer .copyright,
body:not(.dark) #footer .credits {
  color: rgba(255, 255, 255, .86);
}

.appearance-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px;
}

.appearance-toggle .checkbox {
  inline-size: 1px;
  block-size: 1px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.appearance-toggle .checkbox-label {
  width: 112px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .12);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 0 12px;
  position: relative;
  transition: background .25s ease, border-color .25s ease, color .25s ease;
}

.appearance-toggle .checkbox-label .ball {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .22);
  left: 5px;
  top: 4px;
  position: absolute;
  transform: translateX(0);
  transition: transform .25s ease, background .25s ease;
  z-index: 0;
}

.appearance-toggle .checkbox:checked + .checkbox-label .ball {
  transform: translateX(78px);
}

.appearance-toggle .checkbox-label i,
.appearance-toggle .checkbox-label small {
  position: relative;
  z-index: 1;
}

.appearance-toggle .checkbox-label i {
  color: #f5c542;
  font-size: 14px;
}

.appearance-toggle .checkbox-label small {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  min-width: 34px;
  text-align: center;
}

body:not(.dark) .appearance-toggle .checkbox-label {
  background: #eef6fc;
  border-color: var(--amx-light-border);
  color: var(--amx-light-text);
}

body:not(.dark) .appearance-toggle .checkbox-label .ball {
  background: var(--primary);
  box-shadow: 0 2px 8px rgba(25, 119, 204, .25);
}

body.dark .appearance-toggle .checkbox-label {
  background: rgba(255, 255, 255, .12);
  border-color: rgba(255, 255, 255, .3);
  color: #fff;
}

body.dark .appearance-toggle .checkbox-label .ball {
  background: #fff;
}

.services-breadcrumbs {
  padding: 22px 0;
}

.services-breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.services-listing {
  padding: 60px 0;
}

.service-list-card {
  border-radius: 12px;
  border: 1px solid rgba(85, 195, 231, .25);
  padding: 20px;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.service-list-card:hover {
  transform: translateY(-4px);
}

.service-list-image {
  display: block;
  margin-bottom: 16px;
  overflow: hidden;
}

.service-list-image img {
  display: block;
  width: 100%;
  aspect-ratio: 2.65 / 1;
  object-fit: cover;
  transition: transform .35s ease;
}

.service-list-card:hover .service-list-image img {
  transform: scale(1.03);
}

.service-list-card h3 {
  font-size: 1.45rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.service-list-card h3 a,
.service-list-card p a {
  color: inherit;
}

.service-list-card p {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.55;
  margin: 0;
}

.services-record-count {
  font-size: .95rem;
  font-weight: 600;
  margin-top: 26px;
}

body.dark .services-breadcrumbs,
body.dark .services-listing {
  background: var(--amx-blue-850);
  color: #fff;
}

body.dark .services-breadcrumbs a,
body.dark .services-breadcrumbs li,
body.dark .service-list-card,
body.dark .service-list-card h3,
body.dark .service-list-card p,
body.dark .services-record-count {
  color: #fff;
}

body.dark .service-list-card {
  background: var(--amx-blue-800);
  border-color: rgba(85, 195, 231, .25);
}

body.dark .service-list-card:hover {
  border-color: rgba(85, 195, 231, .48);
}

body:not(.dark) .services-breadcrumbs {
  background: #edf3f2;
  color: var(--amx-light-text);
}

body:not(.dark) .services-listing {
  background: var(--amx-light-bg);
  color: var(--amx-light-text);
}

body:not(.dark) .service-list-card {
  background: #fff;
  border-color: var(--amx-light-border);
  box-shadow: 0 10px 30px rgba(8, 39, 68, .08);
  color: var(--amx-light-text);
}

body:not(.dark) .service-list-card:hover {
  border-color: rgba(25, 119, 204, .35);
  box-shadow: 0 16px 36px rgba(8, 39, 68, .12);
}

body:not(.dark) .services-breadcrumbs a,
body:not(.dark) .services-breadcrumbs li,
body:not(.dark) .service-list-card h3,
body:not(.dark) .service-list-card p,
body:not(.dark) .services-record-count {
  color: var(--amx-light-text);
}

@media (max-width: 575px) {
  .services-breadcrumbs .d-flex {
    gap: 10px;
  }

  .service-list-card {
    padding: 16px;
  }
}

.service-detail-page {
  padding: 60px 0;
}

/* .service-article,
.service-order-card,
.service-contact-card {
  border-radius: 12px;
  border: 1px solid rgba(85, 195, 231, .25);
  padding: 24px;
} */

.service-article h1 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 22px;
}

.service-article h2 {
  font-size: 1.45rem;
  font-weight: 800;
  margin: 28px 0 14px;
}

.service-article h3 {
  font-size: 1.12rem;
  font-weight: 800;
  margin: 20px 0 8px;
}

.service-article p,
.service-article li {
  font-size: 1rem;
  line-height: 1.7;
}

.service-article ul {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.service-detail-image {
  display: block;
  width: 100%;
  aspect-ratio: 2.65 / 1;
  object-fit: cover;
  margin-bottom: 26px;
}

.service-sidebar {
  position: sticky;
  top: 140px;
}

.service-order-card,
.service-contact-card {
  margin-bottom: 24px;
}

.service-order-card h3,
.service-contact-card h3 {
  font-size: 1.35rem;
  font-weight: 800;
  margin-bottom: 18px;
}

.service-order-card label {
  display: block;
  font-weight: 700;
  margin: 12px 0 6px;
}

.service-order-card .form-control {
  margin-bottom: 10px !important;
}

.service-order-card .btn {
  margin-top: 12px;
}

.service-contact-card p {
  line-height: 1.6;
}

body.dark .service-detail-page {
  /* background: var(--amx-blue-850); */
  color: #fff;
}

.service-detail-page .card{
  background: var(--surface-color);
  color: var(--text);
  border: 1px solid var(--amx-blue-500);
}

body:not(.dark) .service-detail-page .card{
  border: none;
}

.service-detail-page .accordion button{
  background: var(--amx-blue-700);
  color: var(--text);
}
.service-detail-page .accordion-item {
  background: var(--amx-blue-500);
  color: var(--text);
}

body:not(.dark) .service-detail-page .accordion button {
  background: var(--amx-light-bg);
  color: var(--text);
}

.service-detail-page .accordion-body {
  background: var(--amx-blue-500);
  color: var(--text);
}

body.dark .service-article,
body.dark .service-order-card,
body.dark .service-contact-card {
  /* background: var(--amx-blue-800); */
  border-color: rgba(85, 195, 231, .25);
  color: #fff;
}

body.dark .service-article h1,
body.dark .service-article h2,
body.dark .service-article h3,
body.dark .service-article p,
body.dark .service-article li,
body.dark .service-order-card h3,
body.dark .service-contact-card h3,
body.dark .service-contact-card p,
body.dark .service-contact-card a {
  color: #fff;
}

body:not(.dark) .service-detail-page {
  /* background: var(--amx-light-bg); */
  color: var(--amx-light-text);
}

/* body:not(.dark) .service-article,
body:not(.dark) .service-order-card,
body:not(.dark) .service-contact-card {
  background: #fff;
  border-color: var(--amx-light-border);
  box-shadow: 0 10px 30px rgba(8, 39, 68, .08);
  color: var(--amx-light-text);
} */

body:not(.dark) .service-article h1,
body:not(.dark) .service-article h2,
body:not(.dark) .service-article h3,
body:not(.dark) .service-article p,
body:not(.dark) .service-article li,
body:not(.dark) .service-order-card h3,
body:not(.dark) .service-contact-card h3,
body:not(.dark) .service-contact-card p,
body:not(.dark) .service-contact-card a {
  color: var(--amx-light-text);
}

@media (max-width: 991px) {
  .service-sidebar {
    position: static;
  }
}

/* Footer match */
#footer,
body.dark #footer,
body:not(.dark) #footer {
  background-color: #061e3a !important;
  background-size: cover;
  background-position: center top;
  color: #fff;
}

#footer .footer-top {
  padding: 56px 0 42px;
  box-shadow: none;
}

#footer .footer-title {
  margin-bottom: 20px;
}

#footer .footer-title h4 {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 800;
  margin-bottom: 16px;
  padding-bottom: 16px;
  position: relative;
}

#footer .footer-title h4::before {
  background: rgba(255, 255, 255, .28);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

#footer address,
#footer p,
#footer a,
#footer .footer-top .footer-links ul a,
#footer .footer-top h4 {
  color: #fff !important;
}

#footer address,
#footer p {
  font-size: 1.05rem;
  line-height: 1.55;
}

#footer strong {
  display: inline-block;
  font-size: 1.08rem;
  margin-bottom: 4px;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul a {
  font-size: 1.05rem;
  line-height: 1.3;
}

#footer .footer-top .footer-links ul a:hover {
  color: #55c3e7 !important;
}

#footer .footer-newsletter form {
  align-items: center;
  background: #174b8c;
  border-radius: 999px;
  display: flex;
  gap: 10px;
  margin-top: 36px;
  padding: 6px;
  width: 100%;
}

#footer .footer-newsletter form input[type=email] {
  background: transparent;
  border: 0;
  color: #fff;
  flex: 1;
  /* font-weight: 700; */
  margin: 0 !important;
  min-width: 0;
  padding: 8px 20px;
}

#footer .footer-newsletter form input[type=email]::placeholder {
  color: rgba(255, 255, 255, .42);
  opacity: 1;
}

#footer .footer-newsletter form button {
  background: #2f83d7;
  border: 0;
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  /* font-weight: 700; */
  /* min-width: 138px; */
  padding: 8px 20px;
}

#footer .footer-bottom,
body.dark #footer .footer-bottom {
  background: #174b8c;
  color: #fff;
}

#footer .footer-bottom,
body:not(.dark) #footer .footer-bottom {
  background: var(--amx-light-bg);
}

#footer .copyright,
#footer .credits {
  color: var(--text) !important;
}

#footer .copyright a,
#footer .credits a {
  color: #2f83d7 !important;
}

#footer .social-links a {
  align-items: center;
  border-radius: 50%;
  color: #fff !important;
  display: inline-flex;
  font-size: 1.05rem;
  height: 44px;
  justify-content: center;
  margin-left: 8px;
  padding: 0;
  width: 44px;
}

#footer .social-facebook {
  background: #2f83d7;
}

#footer .social-linkedin {
  background: #2b83bf;
}

#footer .social-youtube {
  background: #ff170f;
}

#footer .social-instagram {
  background: #7d3ac3;
}

.back-to-top {
  align-items: center;
  background: #2f83d7;
  border-radius: 5px;
  bottom: 15px;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
  left: 14px;
  opacity: 0;
  position: fixed;
  visibility: hidden;
  width: 38px;
  z-index: 9998;
}

.back-to-top i {
  color: #fff;
  font-size: 1.7rem;
  line-height: 1;
}

.back-to-top.active {
  opacity: 1;
  visibility: visible;
}

.back-to-top:hover {
  background: #174b8c;
  color: #fff;
}

@media (max-width: 991px) {
  #footer .footer-top {
    padding: 40px 0 30px;
  }

  #footer .footer-newsletter form {
    max-width: 100%;
  }
    #footer .footer-bottom .social-links{
      display: flex;
      align-items: center;
      justify-content: center;
    }
}

.partners {
  padding: 60px 0;
}

.partners .partners-slider {
  padding: 10px 0;
}

.partners .swiper-wrapper {
  transition-timing-function: linear !important;
}

.partners .swiper-slide {
  height: auto;
}

.partners .thumbnail {
  align-items: center;
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(85, 195, 231, .22);
  border-radius: 8px;
  display: flex;
  height: 120px;
  justify-content: center;
  padding: 18px;
}

.partners .thumbnail img {
  max-height: 84px;
  object-fit: contain;
  width: 100%;
}

.partners .swiper-pagination {
  display: none;
}

.partners .swiper-pagination-bullet {
  background: rgba(255, 255, 255, .85);
  opacity: 1;
}

.partners .swiper-pagination-bullet-active {
  background: #55c3e7;
}

body:not(.dark) .partners .thumbnail {
  background: #fff;
  border-color: var(--amx-light-border);
  /* box-shadow: 0 10px 30px rgba(8, 39, 68, .08); */
}

/* Breadcrumb Colors - Light & Dark Theme */

body:not(.dark) .breadcrumbs ol li a {
  color: #ffffff !important;
  /* Home */
}

body:not(.dark) .breadcrumbs ol li.active a {
  color: #55c3e7 !important;
  /* Specialties/Cardiology */
  font-weight: 600;
}

body.dark .breadcrumbs ol li a {
  color: #ffffff !important;
  /* Home */
}

body.dark .breadcrumbs ol li.active a {
  color: #55c3e7 !important;
  /* Specialties/Cardiology */
  font-weight: 600;
}

body.dark .breadcrumbs h2,
body:not(.dark) .breadcrumbs h2 {
  color: #ffffff;
}

/* ==================================================
   SHARE WIDGET
================================================== */

.share-widget {
  background: #f2f7fd;
  border: 1px solid rgba(85, 195, 231, 0.20);
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 20px;
}

/* DARK */
body.dark .share-widget{
  background: var(--surface-color);
}

.share-widget .share-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--heading-color) !important;
}

.share-widget .social-network {
  list-style: none;
  padding: 0;
  margin: 0;
  /* gap: 10px; */
}

.share-widget .social-network li {
  list-style: none;
}

.share-widget .social-network a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  transition: all .3s ease;
}

.share-widget .social-network a:hover {
  transform: translateY(-3px);
}

/* ==================================================
   COMMENTS SECTION
================================================== */

#comments h3 {
  color: var(--heading-color);
  font-weight: 700;
}

.comments-card,
.comment-form-card {
  background: var(--surface-color);
  border: 1px solid rgba(85, 195, 231, 0.20);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: none;
}

/* Comment Item */

.comment-item {
  padding: 15px;
}

.comment-item:not(:last-child) {
  border-bottom: 1px solid rgba(85, 195, 231, 0.12);
}

.comment-author {
  color: var(--heading-color);
  font-weight: 600;
}

.comment-text {
  color: var(--default-color);
  margin-top: 8px;
  line-height: 1.8;
}

/* ==================================================
   COMMENT FORM
================================================== */

.comment-form-card .card-body {
  padding: 25px;
}

/* LIGHT */

.comment-form-card {
  background: #f2f7fd;
}

/* DARK */

body.dark .comment-form-card {
  background: var(--surface-color);
  border: 1px solid #245ea8;
}

/* FIX FOR DARK MODE LABELS */

.comment-form-card label,
.comment-form-card .form-label,
.comment-form-card .fw-bold {
  color: var(--heading-color) !important;
}

/* Required star */

.comment-form-card .text-danger {
  color: #dc3545 !important;
}

/* Inputs */

.comment-form-card .form-control {
  background: var(--surface-color);
  color: var(--default-color);
  border: 1px solid rgba(85, 195, 231, 0.25);
  border-radius: 3px;
  padding: 8px;
}
/* Inputs */

body.dark .comment-form-card .form-control {
  background: #174b8c !important;
  color: #ffffff !important;
  border: none !important;
}

.comment-form-card .form-control::placeholder {
  color: #8a94a6;
}
/* Submit Button */

.comment-submit-btn {
  border-radius: 8px;
  padding: 10px 24px;
}

/* No comments text */

.comments-card .text-muted {
  color: var(--default-color) !important;
}

/* Date */

.comments-card small {
  color: #8a94a6 !important;
}

/* Dark Mode Cards */

body.dark-mode .comments-card,
body.dark-mode .comment-form-card,
[data-bs-theme="dark"] .comments-card,
[data-bs-theme="dark"] .comment-form-card {
  background: #174b8c;
  border-color: rgba(255, 255, 255, .15);
}

body.dark .comment-form-card label {
  color: #ffffff !important;
}

/* Dark Mode Inputs */

body.dark-mode .comment-form-card .form-control,
[data-bs-theme="dark"] .comment-form-card .form-control {
  background: #174b8c;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .20);
}

body.dark-mode .comment-form-card .form-control::placeholder,
[data-bs-theme="dark"] .comment-form-card .form-control::placeholder {
  color: rgba(255, 255, 255, .65);
}
/* Dark Mode Form Labels */

body.dark-mode .comment-form-card label,
body.dark-mode .comment-form-card .form-label,
body.dark-mode .comment-form-card .fw-bold,
[data-bs-theme="dark"] .comment-form-card label,
[data-bs-theme="dark"] .comment-form-card .form-label,
[data-bs-theme="dark"] .comment-form-card .fw-bold {
  color: #ffffff !important;
}

/* ==========================================
   QUOTE REQUEST FORM
========================================== */

.quote-request-title {
  color: var(--heading-color);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.quote-request-card {
  border-radius: 18px;
  padding: 28px;
}

/* ==========================================
   HEADINGS & TEXT
========================================== */

.quote-section-header h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
}

.quote-section-header p {
  margin-bottom: 12px;
}

.quote-section-header hr {
  opacity: 1;
}

.quote-request-card .form-label {
  font-weight: 600;
  margin-bottom: 8px;
}

/* ==========================================
   INPUTS
========================================== */

.quote-request-card .form-control,
.quote-request-card .form-select {
  border-radius: 4px;
  min-height: 38px;
}

.quote-request-card textarea.form-control {
  min-height: 140px;
}

.quote-request-card .form-control:focus,
.quote-request-card .form-select:focus {
  box-shadow: none;
}

.quote-submit-btn {
  background: #3f86dd;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 500;
}

.quote-submit-btn:hover {
  background: #4b95f0;
  color: #fff;
}

/* ==========================================
   LIGHT MODE
========================================== */

.quote-request-card {
  background: #f2f7fd;
  border: 1px solid rgba(85, 195, 231, 0.25);
}

.quote-request-card h1,
.quote-request-card h2,
.quote-request-card h3,
.quote-request-card h4,
.quote-request-card h5,
.quote-request-card h6,
.quote-request-card p,
.quote-request-card label {
  color: #07213f;
}

.quote-section-header hr {
  border-color: rgba(7, 33, 63, 0.12);
}

.quote-request-card .form-control,
.quote-request-card .form-select {
  background: var(--surface-color);
  color: #07213f;
  border: 1px solid #dbe7f3;
}

.quote-request-card .form-control::placeholder {
  color: #7d8fa4;
}

/* ==========================================
   DARK MODE
========================================== */

body.dark .quote-request-card {
  background: var(--surface-color);
  border: 1px solid #245ea8;
}

/* All text white */

body.dark .quote-request-card h1,
body.dark .quote-request-card h2,
body.dark .quote-request-card h3,
body.dark .quote-request-card h4,
body.dark .quote-request-card h5,
body.dark .quote-request-card h6,
body.dark .quote-request-card p,
body.dark .quote-request-card label {
  color: #ffffff !important;
}

body.dark .quote-section-header hr {
  border-color: rgba(255, 255, 255, .15);
}

/* Inputs */

body.dark .quote-request-card .form-control,
body.dark .quote-request-card .form-select {
  background: #174b8c !important;
  color: #ffffff !important;
  border: none !important;
}

body.dark .quote-request-card textarea.form-control {
  background: #174b8c !important;
}

body.dark .quote-request-card .form-control::placeholder {
  color: rgba(255, 255, 255, .55);
}

body.dark .quote-request-card .form-control:focus,
body.dark .quote-request-card .form-select:focus {
  background: #174b8c !important;
  color: #ffffff !important;
  border: none !important;
}

/* =====================================
   FAQ SECTION
===================================== */

.faq-search .form-control {
  height: 60px;
  border-radius: 50px;
  border: none;
  padding: 0 24px;
  font-size: 18px;
}

.faq-category-title {
  /* font-size: 48px; */
  margin-bottom: 25px;
  margin-top: 40px;
  font-weight: 400;
}

/* Accordion */

.faq-section h3{
  color: var(--amx-blue-500);
}

.faq-accordion .accordion-item {
  border: 0;
  /* margin-bottom: 12px; */
  background: transparent;
}


.faq-accordion .accordion-button {
  border-radius: 5px 5px 0px 0px !important;
  min-height: 0px;
  font-size: 1rem;
  font-weight: 500;
  box-shadow: none !important;
}

.faq-accordion .accordion-button::after {
  background-size: 18px;
}

.faq-accordion .accordion-body {
  padding: 20px;
  font-size: 16px;
  border-radius: 0px 0px 5px 5px;
}

/* LIGHT MODE */

body:not(.dark) .faq-search .form-control {
    background: #1d4f94;
    color: #fff;
}
body:not(.dark) .faq-search .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}

body:not(.dark) .faq-category-title {
  color: #174b8c;
}

body:not(.dark) .faq-accordion .accordion-button {
  background: #f2f7fd;
  color: #174b8c;
}

body:not(.dark) .faq-accordion .accordion-body {
  background: #fff;
}

/* DARK MODE */

body.dark .faq-search .form-control {
  background: #1d4f94;
  color: #fff;
}
body.dark .faq-search .form-control::placeholder {
  color: #ffffff;
  opacity: 1;
}
body.dark .faq-search .form-control::placeholder {
  color: rgba(255, 255, 255, .55);
}

body.dark .faq-category-title {
  color: #2d7be7;
}

body.dark .faq-accordion .accordion-button {
  background: #1d4f94;
  color: #fff;
}

body.dark .faq-accordion .accordion-button:not(.collapsed) {
  background: #1d4f94;
  color: #fff;
}

body.dark .faq-accordion .accordion-body {
  background: #174b8c;
  color: #fff;
}

body.dark .faq-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
}

/* ==========================================
   CONTACT SECTION
========================================== */

.contact .sub-title {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 25px;
}

/* Contact Details */

.contact .info i {
  font-size: 22px;
  color: var(--accent-color);
  margin-bottom: 10px;
  display: inline-block;
}

.contact .info h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.contact .info p {
  margin-bottom: 0;
  line-height: 1.7;
}

/* Form */

.contact .form-control {
  min-height: 52px;
  border-radius: 4px;
}

.contact textarea.form-control {
  min-height: 220px;
}

/* Dark Mode */

body.dark .contact .sub-title,
body.dark .contact .info h4 {
  color: #ffffff;
}

body.dark .contact .info p {
  color: rgba(255, 255, 255, .85);
}

body.dark .contact .form-control {
  background: #174b8c;
  border: 1px solid #245ea8;
  color: #ffffff;
}

body.dark .contact .form-control::placeholder {
  color: rgba(255, 255, 255, .55);
}

body.dark .contact .form-control:focus {
  background: #174b8c;
  color: #ffffff;
  border-color: #245ea8;
  box-shadow: none;
}

body.dark .testimonial-section .card {
  background: var(--surface-color);
  color: var(--text);
  border: 1px solid var(--amx-blue-500);
}
.testimonial-section .card i{
  opacity: 10%;
}

/* ================================================
   MOBILE NAV TOGGLE — DARK MODE FIX
   Add these rules to your style.css
================================================ */

/* 1. Dark mode: keep header bg dark when scrolled (mobile) */
body.dark #header.header-scrolled,
body.dark .header-bg.header-scrolled {
  background: var(--amx-blue-850) !important;
}

/* 2. Dark mode: navbar-mobile background (the slide-in menu) */
body.dark .navbar-mobile {
  background: var(--amx-blue-900) !important;
}

body.dark .navbar-mobile ul {
  background: var(--amx-blue-900) !important;
}

/* 3. Dark mode: mobile nav toggle icon color — always white in dark */
body.dark .mobile-nav-toggle {
  color: #fff !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* 4. Dark mode: toggle color when navbar-mobile is open (bi-x state) */
body.dark .navbar-mobile .mobile-nav-toggle {
  color: #fff !important;
  background: transparent !important;
}

/* 5. Light mode: keep header white when scrolled */
body:not(.dark) #header.header-scrolled,
body:not(.dark) .header-bg.header-scrolled {
  background: #fff !important;
}

/* 6. Light mode: mobile nav toggle icon */
body:not(.dark) .mobile-nav-toggle {
  color: var(--amx-light-text) !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* 7. Nuke any Bootstrap/JS-added inline background on the toggle */
.mobile-nav-toggle,
.navbar-mobile .mobile-nav-toggle {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

/* 8. Dark mode: navbar-mobile-bg helper class (used in your existing code) */
body.dark .navbar-mobile-bg {
  /* background: var(--amx-blue-900) !important; */
  background: transparent;
}

/* 9. Ensure the open (bi-x) icon inherits the right color */
body.dark .mobile-nav-toggle.bi-x {
  color: #fff !important;
}

body:not(.dark) .mobile-nav-toggle.bi-x {
  color: var(--amx-light-text) !important;
}