
 
/* ------------------------
    General
------------------------*/
a, a:focus { text-decoration: none !important; }
a, a:visited { text-decoration: none; color: var(--themeht-text-color);}
a:focus, a:hover { color: var(--themeht-primary-color); text-decoration: none !important; }
a, button, input { outline: medium none !important; }
*::-moz-selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }
::-moz-selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }
::selection { background: var(--themeht-text-color); color: var(--themeht-white-color); text-shadow: none; }


/* ------------------------
    Transition
------------------------*/
a,
.btn,
button,
img,
input,
#ht-main-nav,
.main-nav > ul > li > a:before,
.main-nav .sub-menu li a:before,
.social-icons li:hover a,
.themeht-btn,
.read-btn:before, .read-btn:after,
.service-item,
.featured-item,
.featured-icon,
.featured-item .featured-icon i,
.portfolio-item,
.price-table,
.service-menu li a:before,
.team-social-icon,
.swiper-button-next, .swiper-button-prev,
.swiper .swiper-button-prev:after,
.swiper .swiper-button-next:after,
.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before,
.site-main .comment-navigation .nav-links a i,
.site-main .posts-navigation .nav-links a i,
.site-main .post-navigation .nav-links a i{
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

/* ------------------------
    Box Shadow
------------------------*/
.box-shadow,
.dropdown-menu,
.scroll-top,
.featured-item.style-1.featured-active,
.featured-item.style-3,
.featured-item.style-5,
.dash-img-box,
.dash-img-box::before,
.testimonial.style-1,
.service-item.style-1.service-active,
.service-item.style-3,
.product-link a,
.main-timeline .timeline-icon,
.post-card.style-1,
.post-card.post-classic,
.comment-respond,
.portfolio-meta-info,
.step-item .step-icon,
.team-single-box,
.contact-info,
.ht-progress-bar .progress-parcent,
.tab .nav-tabs .nav-link{
    -webkit-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    -moz-box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
    box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
}


/* ------------------------
    Pre Loader
------------------------*/
#ht-preloader {background: var(--themeht-white-color); bottom: 0; height: 100%; left: 0; overflow: hidden !important; position: fixed; right: 0; text-align: center; top: 0; width: 100%; z-index: 99999;}
.clear-loader { z-index: 999; box-sizing: border-box; display: inline-block; left: 50%; transform: translateX(-50%) translateY(-50%); position: absolute; text-align: center; top: 50%; display: flex; justify-content: center; align-items: center; }
.preloader-brand {
  flex-direction: column;
  gap: 1rem;
  max-width: min(92vw, 360px);
  padding: 0 1rem;
}
.preloader-brand__logo {
  width: auto;
  height: 72px;
  max-width: 100%;
  object-fit: contain;
  animation: preloader-pulse 1.6s ease-in-out infinite;
}
.preloader-brand__title {
  font-family: var(--themeht-typography-secondary-font-family);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: var(--themeht-text-color);
  margin: 0;
  text-align: center;
}
.preloader-brand__title span {
  color: var(--themeht-primary-color);
}
@keyframes preloader-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.06); opacity: 0.92; }
}


/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top { position: fixed; right: 50px; bottom: 50px; height: 60px; width: 60px; cursor: pointer; display: block; border-radius: 50px; z-index: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: var(--themeht-bg-light-color); }
.scroll-top.active-progress { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top::after { position: absolute; font-family: 'bootstrap-icons'; content: '\F145'; text-align: center; line-height: 60px; font-size: 30px; color: var(--themeht-text-color); left: 0; top: 0; height: 60px; width: 60px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.scroll-top:hover::after { opacity: 0; }
.scroll-top::before { position: absolute; font-family: 'bootstrap-icons'; content: '\F145'; text-align: center; line-height: 60px; font-size: 30px; opacity: 0; background-image: linear-gradient(298deg, var(--themeht-text-color), var(--themeht-text-color)); -webkit-background-clip: text; -webkit-text-fill-color: transparent; left: 0; top: 0; height: 60px; width: 60px; cursor: pointer; display: block; z-index: 2; -webkit-transition: all 200ms linear; transition: all 200ms linear; }
.scroll-top:hover::before { opacity: 1; }
.scroll-top svg path { fill: none; }
.scroll-top svg.scroll-circle path { stroke: var(--themeht-text-color); stroke-width: 2; box-sizing: border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear; }


 /* ------------------------
    Subscribe Form
------------------------*/
.subscribe-form { margin: 0; padding: 0; position: relative; }
.mc-form { width: 100%; }
.mc-form input[type="email"] { border-radius: 4px; width: 100%; border: 1px solid #383148; background: transparent; color: var(--themeht-text-color); font-size: 14px; padding: 0 20px; height: 60px; }
.mc-form input[type="email"]:focus { border-color: 1px solid #383148; }
.footer .mc-form input[type="email"]::-webkit-input-placeholder, .dark-bg .mc-form input[type="email"]::-webkit-input-placeholder { color: var(--themeht-white-color); }
.footer .mc-form input[type="email"]::-moz-placeholder, .dark-bg .mc-form input[type="email"]::-moz-placeholder { color: var(--themeht-white-color); }
.footer .mc-form input[type="email"]:-ms-input-placeholder, .dark-bg .mc-form input[type="email"]:-ms-input-placeholder { color: var(--themeht-white-color); }
.footer .mc-form input[type="email"].placeholder, .dark-bg .mc-form input[type="email"].placeholder { color: var(--themeht-white-color) !important; }
.footer-subscribe p { font-size: 15px; font-weight: 500; color: var(--themeht-white-color); }
.footer-subscribe .mc-form input[type="email"], .dark-bg .mc-form input[type="email"] { color: var(--themeht-white-color); }
.subscribe-form { display: flex; align-items: center; position: relative; margin-bottom: 10px; }
.subscribe-form button { border: inherit; color: var(--themeht-white-color); line-height: inherit; position: absolute; right: 10px; top: auto; padding: 0; font-size: 18px; background: var(--themeht-primary-color); width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 4px; }
.subscribe-form button:hover { background: var(--themeht-secondary-color); }
.subscribe-form button.text-btn { width: auto; height: auto; padding: 8px 15px; font-weight: 700; font-size: 16px; line-height: 22px; }


/* ------------------------
    Header
------------------------*/

/*--Header top--*/
.topbar-link a, .topbar-link{color: var(--themeht-white-color); font-weight: 500;}
.topbar-link i{margin-right: 5px; color: var(--themeht-white-color); font-size: 20px; vertical-align: middle;}
.topbar-link a:hover{color: var(--themeht-secondary-color)}
.header-top { position: relative; background-color: var(--themeht-primary-color); padding: 6px 0}
.header-top ul{margin: 0;}
.header-top .topbar-link li {display: inline-block;  margin: 0; padding: 0 10px; font-size: 13px;}
.header-top .topbar-link li:first-child { padding-left: 0;}
.header-top .topbar-link li:last-child {padding-right: 0;}
.header .social-icons li { margin: 0; }
.header .social-icons li a { color: var(--themeht-text-color); font-size: 14px; width: 35px; height: 35px; line-height: 50px; background: var(--themeht-bg-light-color); border: none; border-left: 1px solid rgba(255, 255, 255, 0.1); }
.header .social-icons li a:hover { color: var(--themeht-white-color); background: inherit; border-color: rgba(255, 255, 255, 0.1); }

.header-top h6{color: var(--themeht-white-color); font-size: 14px}
.header-emergency { display: flex; align-items: center; }
.header-emergency i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 15px;
  color: var(--themeht-primary-color);
  background-color: var(--themeht-white-color);
  flex-shrink: 0;
  margin-right: 10px;
}
.header-number { display: flex; align-items: center; }
.header-number a { color: var(--themeht-white-color); font-weight: 600; font-size: 14px }
.header-number a:hover { color: rgba(255, 255, 255, 0.85); }
.header-number i { line-height: 30px; height: 30px; width: 30px; text-align: center; border-radius: 50%; font-size: 16px; color: var(--themeht-primary-color); background-color: var(--themeht-white-color); position: relative; margin-right: 10px; }

#header-wrap .logo img {
  height: 75px;
  max-height: 75px;
  width: auto;
}
#header-wrap.fixed-header .logo img {
  height: 60px;
  max-height: 60px;
}
.header { position: relative; top: 0; width: 100%; z-index: 1200; }
#header-wrap {
  position: relative;
  padding: 20px 0;
  -webkit-box-shadow: 0px 38px 105px rgba(1, 33, 58, 0.11);
  -moz-box-shadow: 0px 38px 105px rgba(1, 33, 58, 0.11);
  box-shadow: 0px 38px 105px rgba(1, 33, 58, 0.11);
}
#header-wrap.fixed-header {
  animation: smoothScroll 1s forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: var(--themeht-white-color) !important;
  -webkit-box-shadow: 0px 38px 105px rgba(1, 33, 58, 0.11);
  -moz-box-shadow: 0px 38px 105px rgba(1, 33, 58, 0.11);
  box-shadow: 0px 38px 105px rgba(1, 33, 58, 0.11);
}
.navbar-brand { margin-right: 50px; padding: 0; }
.navbar { padding: 0; }
.navbar-nav .nav-item { margin: 0 15px; }
.navbar-nav .nav-item.dropdown .dropdown-menu { padding: 30px; background: var(--themeht-white-color); top: 100%; border: none; border-radius: 4px; margin-top: 0; left: 0; }
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-menu { background: var(--themeht-white-color); left: 100%; margin: 0; right: auto; top: 0; }
.navbar-nav .dropdown-submenu { display: block; position: relative; }
.navbar-nav .nav-link { font-family: var(--themeht-typography-secondary-font-family); color: var(--themeht-text-color); font-size: 16px; line-height: 30px; font-weight: 600; padding: 0 !important; border-radius: 0; text-transform: uppercase; position: relative; }
.navbar-nav .nav-link:hover, .navbar-nav .nav-item .nav-link.active { color: var(--themeht-primary-color); }
/*.navbar-nav .nav-item{counter-increment: menu-counter; position: relative; padding-top: 10px;}*/
/*.navbar-nav .nav-item::before { content: counters(menu-counter, ".", decimal-leading-zero); counter-increment: item; position: absolute; top: -10px; left: 0; font-size: 10px; font-weight: 700; color: var(--themeht-text-color); text-align: center; }*/
.nav-item.dropdown .dropdown-menu li:last-child { margin-bottom: 0; }
.nav-item.dropdown .dropdown-menu a {
  font-family: var(--themeht-typography-secondary-font-family);
  text-transform: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  line-height: 1.4;
  white-space: nowrap;
  position: relative;
  background: none;
  color: var(--themeht-text-color);
  font-size: 15px;
  font-weight: 500;
}
.nav-item.dropdown .dropdown-menu a::before {
  content: '\F26B';
  font-family: 'bootstrap-icons' !important;
  font-size: 14px;
  line-height: 1;
  color: var(--themeht-primary-color);
  flex-shrink: 0;
}
.nav-item.dropdown .dropdown-menu a:hover {
  color: var(--themeht-primary-color);
  padding-left: 4px;
}
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle.show,
.navbar-nav .dropdown-menu .dropdown-submenu .dropdown-toggle:focus {
  color: var(--themeht-primary-color);
  padding-left: 4px;
}
.nav-link.dropdown-toggle::after, .navbar-nav .dropdown-submenu .dropdown-toggle::after { border: none; content: '\F282'; font-family: bootstrap-icons !important; vertical-align: middle; font-size: 12px; line-height: 1; width: 10px; font-weight: 700; }
.navbar-nav .dropdown-submenu .dropdown-toggle::after { position: absolute; right: 0; top: 14px; content: '\F285'; font-size: 10px; }
@media (min-width:992px) {
    .navbar-nav .dropdown-menu { min-width: 12em !important; max-width: 20em !important; }
    .navbar-nav .dropdown > .dropdown-menu { opacity: 0; position: absolute; display: block; pointer-events: none; background: var(--themeht-white-color); }
    .navbar-nav .dropdown:hover > .dropdown-menu { display: block; opacity: 1; pointer-events: auto; visibility: visible; -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
    .navbar-nav .dropdown-submenu:hover .dropdown-menu { top: 0; }
    .navbar-nav.ms-auto .nav-item.dropdown .dropdown-menu { right: 0; }
    .navbar-nav.ms-auto .dropdown-menu .dropdown-submenu .dropdown-menu { left: auto; right: 100%; }
}
@media (max-width:991.98px) {
    .navbar-nav .dropdown-submenu .dropdown-menu { padding: 30px; top: 0; }
}

 
/* ------------------------
    Footer
------------------------*/
.footer {
  color: rgba(255, 255, 255, 0.6);
  background-color: var(--themeht-secondary-color);
  padding: 50px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 9;
  clear: both;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer h2,
.footer h5,
.footer h6,
.footer .widget-title {
  color: var(--themeht-white-color);
}
.footer h2.text-white,
.footer h5.text-white {
  color: var(--themeht-white-color) !important;
}
.footer p,
.footer p.text-white,
.footer li,
.secondary-footer,
.copyright {
  color: rgba(255, 255, 255, 0.6);
}
.footer a:not(.themeht-btn) {
  color: rgba(255, 255, 255, 0.6);
}
.footer a:not(.themeht-btn):hover {
  color: var(--themeht-purple-color);
}
.footer .widget-title { margin-bottom: 30px; }
.footer h2 { font-size: 40px; line-height: 50px; }
.footer-widget { margin-bottom: 0; }
.footer-widget.widget ul { margin-left: 0; padding-left: 0; margin-bottom: 0; }
.footer-widget.widget ul li { list-style-type: none; margin-bottom: 15px; }
.primary-footer { position: relative; z-index: 99; }
.secondary-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  font-size: 15px;
}
.copyright { font-size: 15px; text-transform: capitalize; }
.copyright a { text-decoration: underline !important; }
.footer-page-views { margin-top: 12px; }
.footer-page-views__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--themeht-white-color);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}
.footer-page-views__badge i {
  font-size: 15px;
  color: var(--themeht-primary-color);
  line-height: 1;
}
.footer-page-views__count {
  color: var(--themeht-primary-color);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.footer h5 { position: relative; }
.media-icon.list-inline li { display: inline-block; }
.media-icon li { margin-bottom: 20px; font-size: 16px; font-weight: 500; position: relative; padding-left: 35px; }
.media-icon li:last-child { margin-bottom: 0; }
.media-icon li i { position: absolute; left: 0; top: 3px; font-size: 24px; color: rgba(255, 255, 255, 0.6); }
.footer-menu li { margin-bottom: 10px; text-transform: capitalize; }
.footer-menu li:last-child { margin-bottom: 0; }
.footer-menu li a { position: relative; font-size: 16px; font-weight: 500; }
.footer-menu .list-inline li { display: inline-block; margin: 0 10px; }
.footer-social { display: block; }
.social-icons.footer-social li a {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(30px);
}
.footer .social-icons.footer-social li a:hover,
.footer .social-icons.footer-social li a:focus {
  color: var(--themeht-white-color);
}
.footer-top { border-bottom: 1px solid rgba(255, 255, 255, 0.08); padding-bottom: 50px; margin-bottom: 50px; }
.footer-top-wa-short { display: none; }
.footer-top-wa-long { display: inline; }
.footer-top .themeht-btn.primary-btn:before,
.footer-top .themeht-btn.white-btn:before {
  background: var(--themeht-purple-color);
}
.footer-top .themeht-btn.primary-btn:hover,
.footer-top .themeht-btn.primary-btn:focus,
.footer-top .themeht-btn.white-btn:hover,
.footer-top .themeht-btn.white-btn:focus {
  color: var(--themeht-white-color);
}
.footer hr {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin: 50px 0 0;
  opacity: 1;
}
.footer-patient-care-box {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.42)),
    var(--themeht-primary-color);
  border-radius: 6px;
}
.footer-patient-care-box::before {
  content: "";
  position: absolute;
  top: -40%;
  left: -10%;
  width: 60%;
  height: 180%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.12) 35%,
    rgba(255, 255, 255, 0) 70%
  );
  pointer-events: none;
}
.footer-patient-care-box .footer-menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-patient-care-box .footer-menu li {
  margin-bottom: 0;
}
.footer-patient-care-box .footer-menu li a {
  position: relative;
  display: inline-block;
  padding: 7px 12px 7px 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
}
.footer-patient-care-box .footer-menu li a::before {
  content: "\2192";
  position: absolute;
  left: 11px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.9);
}
.footer-patient-care-box .footer-menu li a:hover,
.footer-patient-care-box .footer-menu li a:focus {
  background: rgba(255, 255, 255, 0.22);
  color: var(--themeht-white-color);
}
.footer-contact-bar { padding-top: 40px; }
.footer-contact-info { display: flex; flex-direction: column; gap: 18px; }
.footer a.footer-phone-badge {
  color: var(--themeht-white-color);
}
.footer-phone-badge {
  position: relative;
  display: inline-flex;
  align-self: flex-start;
  padding: 0;
  border-radius: 50px;
  background: rgba(127, 135, 229, 0.18);
  border: 1px solid rgba(127, 135, 229, 0.35);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(127, 135, 229, 0.12);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  overflow: visible;
  z-index: 1;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}
.footer-phone-badge-inner {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 22px;
}
.footer-phone-badge .footer-phone-wave {
  position: absolute;
  inset: 0;
  border-radius: 50px;
  background: rgba(127, 135, 229, 0.45);
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
  animation: footer-phone-wave 2.2s linear infinite;
}
.footer-phone-badge .footer-phone-wave:nth-child(2) {
  animation-delay: 1.1s;
}
@keyframes footer-phone-wave {
  0% {
    transform: scale(1);
    opacity: 0.45;
  }
  100% {
    transform: scale(1.55);
    opacity: 0;
  }
}
.footer-phone-badge i {
  font-size: 20px;
  line-height: 1;
  color: var(--themeht-purple-color);
  filter: brightness(1.35);
}
.footer a.footer-phone-badge:hover {
  background: rgba(127, 135, 229, 0.26);
  border-color: rgba(127, 135, 229, 0.55);
  color: var(--themeht-white-color);
  box-shadow: 0 6px 24px rgba(127, 135, 229, 0.2);
}
.footer a.footer-phone-badge:hover i {
  color: #a8aff0;
}
.footer-contact-item {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 500;
}
.footer-contact-item i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
}
.footer-map-wrap {
  width: 100%;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-map-wrap iframe {
  display: block;
  width: 100%;
  height: 150px;
}
.footer-map-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.footer-legal .footer-menu li { margin-bottom: 10px; }
.footer-legal .footer-menu li:last-child { margin-bottom: 0; }
@media (max-width: 991px) {
  .footer-legal { text-align: left !important; margin-top: 10px; }
  .footer-map-col { margin-top: 10px; }
}


/* ------------------------
    Page Title
------------------------*/
.page-title {
  background-color: var(--themeht-secondary-color);
  background-image: url("../images/bg/inner-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  display: block;
  padding: 80px 0;
  z-index: 1;
}
.page-title h1 { font-size: 38px; color: var(--themeht-white-color); line-height: 60px; font-weight: 700; margin-bottom: 20px; }
.breadcrumb { padding: 6px 10px; background: var(--themeht-white-color); display: inline-block; border-radius: 4px; margin: 0; text-transform: capitalize; font-size: 14px; color: var(--themeht-text-color); font-weight: 600; z-index: 9; }
.breadcrumb-item { display: inline-block; }
.breadcrumb-item a { color: var(--themeht-text-color) }
.breadcrumb-item.active, .breadcrumb-item a:hover { color: var(--themeht-primary-color); }
.breadcrumb-item i { background: var(--themeht-primary-color); padding: 2px 5px; border-radius: 4px; color: var(--themeht-white-color); }
/*.page-title::before { opacity: 0.9; position: absolute; top: 0px; left: 0px; content: ""; width: 100%; height: 100%; background: linear-gradient(90deg, var(--themeht-primary-color) 42%, #ffffff80 50%, rgb(255 255 255 / 0%) 60%); z-index: -1; }*/

.search-icon a { font-size: 18px; color: var(--themeht-text-color); line-height: 1; }

/* Header WhatsApp Button */
.header-whatsapp-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 20px;
  border-radius: 50%;
  background: #25D366;
  color: var(--themeht-white-color);
  font-size: 24px;
  line-height: 1;
  z-index: 1;
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.header-whatsapp-btn:hover {
  background: #1ebe57;
  color: var(--themeht-white-color);
}
.header-whatsapp-btn .whatsapp-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.6;
  z-index: -1;
  animation: whatsapp-wave 2s linear infinite;
}
.header-whatsapp-btn .whatsapp-wave:nth-child(2) {
  animation-delay: 1s;
}
@keyframes whatsapp-wave {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(1.9);
    opacity: 0;
  }
}

.search-input { position: fixed; left: 0; width: 100%; z-index: 999; text-align: center; background: var(--themeht-white-color); border-bottom: 1px solid var(--themeht-primary-color); z-index: 9999; top: 0; display: none; padding: 80px 0; }
.search-inner { padding: 15px 0; position: relative; }
.search-input label { width: 100%; }
.search-input .search-field { width: 100%; padding-right: 60px; }
.search-input .search-form button[type="submit"] { width: 0; height: 0; padding: 0; border: 0; font-size: 20px; right: 50px; color: var(--themeht-text-color); position: absolute; top: 25px; }
.search-input .search-submit:hover { color: var(--themeht-primary-color); }
.close-search { position: absolute; bottom: -40px; right: 0; cursor: pointer; font-size: 30px; color: var(--themeht-body-color); }
.close-search:hover { color: var(--themeht-primary-color); }