:root {
  --homi-primary: #1b3a6b; /* deep navy */
  --homi-primary-contrast: #ffffff;
  --homi-accent: #c9a227; /* elegant gold */
  --homi-muted: #6c757d;
  --homi-bg: #ffffff;
  --homi-green: #5b9ea5; /* nav green when scrolled (brand) */
  --bg: #ffffff;
  --text: #111827;
  --muted: #6b7280;
  --border: #e5e7eb;
  --shadow: 0 16px 40px rgba(16, 24, 40, 0.08);
  --black: #0b0b0c;
  --container: 1180px;
  --radius-lg: 18px;
  --radius-md: 12px;
}
#carouselContainer-Father{
    position: relative;
    overflow: hidden;
    user-select: none;
}    
#carouselContainer{
    cursor: grab;
}
ul{
    list-style: none;
}
a{
    text-decoration: none;
    user-select: none; 
    -webkit-user-drag: none; /* WebKit browsers */
    -khtml-user-drag: none; /* Konqueror browser */
    -moz-user-drag: none; /* Firefox browser */
    -o-user-drag: none; /* Opera browser */
}
img{
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none;
    user-select: none; 
}

a.wpil_keyword_link {
    color: #5399a2;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.2s ease;
}

a.wpil_keyword_link:hover {
    color: #216d76;
    text-decoration: underline;
    text-underline-offset: 3px;
    text-decoration-thickness: 1.5px;
}

/* Animation Keyframes */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-600px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(600px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* Fade Out Animations */
@keyframes fadeOutLeft {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(-600px);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
    transform: translateX(0);
  }

  to {
    opacity: 0;
    transform: translateX(600px);
  }
}

/* Fade Out Classes */
.fade-out-left {
  animation: fadeOutLeft 1s ease-out forwards;
}

.fade-out-right {
  animation: fadeOutRight 1s ease-out forwards;
}

/* Animation Classes */
.fade-in-left {
  opacity: 0;
  /*animation: fadeInLeft 1s cubic-bezier(0.2, 1, 0.36, 1) forwards;*/
  /*animation-play-state: paused;*/
}

.fade-in-left.is-visible {
  animation-play-state: running;
}

.fade-in-right {
  opacity: 0;
  /*animation: fadeInRight 1s cubic-bezier(0.2, 1, 0.36, 1) forwards;*/
  /*animation-play-state: paused;*/
}

.fade-in-right.is-visible {
  animation-play-state: running;
}

/* Section Animations */
.fade-in-section {
  opacity: 0;
  transform: translateY(150px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}


html, body {
  font-family: Inter, system-ui, Merriweather,-apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial, "Noto Sans", "Apple Color Emoji", "Segoe UI Emoji";
  color: #1c1f24;
  background: var(--homi-bg);
}


.hero-carousel .flex-right{
    flex-direction: row;
    justify-content: flex-end;    
}
.hero-carousel .flex-left{
    flex-direction: row;
    justify-content: flex-start;    
}
.hero-carousel .banner-title{
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.hero-carousel .banner-title-h1{
    font-size: 3rem;
    font-family: "Black Ops One";
    font-weight: 400 !important;
    margin-bottom: 2rem;
    -webkit-text-stroke: 1px rgb(255 253 253 / 88%);
    text-shadow:4px 3px 3px #797979;
}
.hero-carousel .banner-title-h3{
    /*font-family: "Playfair Display", Georgia, serif;*/
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.hero-carousel .banner-ul{
    padding-left: 0;
}
.hero-carousel .banner-ul.first li{
    font-size: 20px;
}
.hero-carousel .banner-ul li{
    position: relative;
    color: black;
    margin-bottom: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 25px;
}
.hero-carousel .banner-ul li:before{
    display: inline-block;
    vertical-align:top;
    margin-right: 10px;
    content: '';
    background: url('/wp-content/themes/generatepress/assets/img/banner/banner-icon-1.webp') no-repeat scroll center / cover;
    width: 25px;
    height: 25px;
}
.hero-carousel .banner-btn{
    margin-top: 2rem;
}
/* Global decorative gradient blobs (subtle, behind content) */
.decor-gradients { position: fixed; inset: -10% -10% auto -10%; height: 70vh; z-index: 0; pointer-events: none; filter: blur(20px); opacity: .6; }
.decor-gradients { background:
  radial-gradient(700px 420px at 10% 10%, rgba(91,158,165,.20), transparent 60%),
  radial-gradient(600px 380px at 90% 20%, rgba(27,58,107,.12), transparent 60%),
  radial-gradient(800px 460px at 30% 95%, rgba(201,162,39,.08), transparent 65%);
}

.section { padding: 4rem 0; }
@media (min-width: 992px) { .section { padding: 3rem 0; } }

.section-title {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
}

/* Section-specific gentle backgrounds */
.section-products { background:
  linear-gradient(180deg, rgba(91,158,165,.06), transparent 40%),
  linear-gradient(0deg, rgba(27,58,107,.04), transparent 35%);
}
.section-treatments { background:
  radial-gradient(600px 240px at 85% 10%, rgba(201,162,39,.06), transparent 60%),
  linear-gradient(180deg, rgba(27,58,107,.03), transparent 50%);
}
.section-about { background:
  radial-gradient(520px 220px at 10% 30%, rgba(91,158,165,.08), transparent 60%);
}
.section-news { background:
  linear-gradient(180deg, rgba(91,158,165,.04), transparent 45%);
}

.btn-primary {
  background: var(--homi-green);
  border-color: var(--homi-green);
}
.btn-primary:hover { filter: brightness(1.05); border-color: var(--homi-green);}
.btn-outline-primary { color: var(--homi-green); border-color: var(--homi-green); }
.btn-outline-primary:hover { background: var(--homi-green); color: #fff; }

/* Navbar */
/* Navbar states */
.header-root { transition: background-color .3s ease, box-shadow .3s ease; z-index: 1030; }
.navbar .btn.btn-primary { background: var(--homi-green); border-color: var(--homi-green); color: #fff; }
.navbar .btn.btn-primary:hover { filter: brightness(1.05); }

/* Transparent (on hero) */
.navbar-transparent { background-color: transparent; }
.navbar-transparent .navbar .navbar-brand .brand-text,
.navbar-transparent .navbar .nav-link { color: var(--homi-green); }
.navbar-transparent .navbar .nav-link:hover { color: #3f7f85; }
.navbar-transparent .navbar .navbar-toggler { border-color: rgba(91,158,165,.6); }
.navbar-transparent .navbar .navbar-toggler-icon { filter: none; }
.navbar-transparent .bi-telephone-fill::before{ color: var(--homi-green); }
.navbar-transparent .bi-envelope-fill::before{ color: var(--homi-green); }
.navbar .btn-outline-primary{border-color: var(--homi-green);}

/* Scrolled (colored) */
.navbar-colored { background-color: var(--homi-green); box-shadow: 0 6px 20px rgba(0,0,0,.15); }
.navbar-colored .navbar .navbar-brand .brand-text,
.navbar-colored .navbar .nav-link { color: #fff; }
.navbar-colored .navbar .nav-link:hover { color: #e8f5e9; }
.navbar-colored .bi-telephone-fill::before{ color: var(--homi-bg); }
.navbar-colored .bi-envelope-fill::before{ color: var(--homi-bg); }
.navbar-colored .btn-outline-primary{border-color: var(--homi-bg);}
.navbar .dropdown-toggle::after { margin-left: .35rem; }

/* Mega menu */
.mega-dropdown { position: static; }
.mega-dropdown .dropdown-menu { width: 100%; margin-top: 0; border-top: 1px solid rgba(0,0,0,.05); }
.mega-menu { background: #fff; }

.mega-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.mega-grid-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(120deg, rgba(91,158,165,.12), rgba(255,255,255,.8));
  border: 1px solid rgba(91,158,165,.15);
  text-decoration: none;
  color: #1f2933;
  transition: transform .2s ease, box-shadow .2s ease;
}
@media (min-width: 992px) { .mega-grid>.mega-grid-item:last-child { display:none; } }
.mega-grid-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 30px rgba(16,24,40,.12);
  color: #1f2933;
}
.mega-grid-item:hover .mega-index { background: var(--homi-green); color: #fff; }
.mega-grid-item i { margin-left: auto; color: rgba(31,41,51,.5); }

.mega-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(91,158,165,.15);
  color: var(--homi-green);
  font-weight: 600;
  font-size: .85rem;
}
.mega-info h6 { margin: 0; font-weight: 600; font-size: .95rem; }
.mega-info p { margin: .2rem 0 0; font-size: .8rem; color: #64748b; }

.mega-promo { background: #0f1a25; border: 1px solid rgba(91,158,165,.25); }
.mega-promo-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 0; }
.mega-promo-overlay { position: absolute; inset: 0; background: linear-gradient(200deg, rgba(15,26,37,.7), rgba(15,26,37,.25)); z-index: 1; }
.mega-promo-body { position: relative; z-index: 2; }
.mega-promo-badge { display: inline-flex; align-items: center; gap: .35rem; padding: .2rem .7rem; border-radius: 999px; font-size: .75rem; background: rgba(255,255,255,.85); color: var(--homi-green); font-weight: 600; margin-bottom: 1rem; }

@media (max-width: 991.98px) {
  .navbar-nav .dropdown-menu { position: static; float: none; width: 100%; margin-top: .75rem; border: none; box-shadow: none; background: transparent; padding: 0; }
  .mega-dropdown .dropdown-menu { border: none; background: transparent; }
  .mega-menu .container { padding: 0; }
  .mega-grid { grid-template-columns: 1fr; }
  .mega-grid-item { background: rgba(91,158,165,.12); border-color: rgba(91,158,165,.2); }
  .mega-menu .row > [class^="col"] { padding-bottom: 1rem; border-bottom: 1px solid rgba(15,23,42,.06); }
  .mega-menu .row > [class^="col"]:last-child { border-bottom: none; }
  .mega-promo { border: none; }
}

/* Hero Carousel */
.hero-carousel { position: relative; }
.hero-carousel .carousel,
.hero-carousel .carousel-item { 
    /*max-height: 800px; */
    height:100vh;
}
.bg-cover { position: absolute; inset: 0; background-size: cover; background-position: center; }
.hero-carousel .hero-slide::after {
  content: ""; position: absolute; inset: 0;
}
.carousel-control-prev,
.carousel-control-next{
    width: auto;
}

.hero-overlay-content { 
    position: relative; 
    z-index: 1; 
    max-width: 56rem; 
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.hero-overlay-content.first{
    max-width: none;
    text-align: center;
    margin-bottom: 25%;
}
.justify-content-center{
    justify-content: center;
}
@media (max-width: 1710px){
    .hero-overlay-content.first{
    margin-bottom: 12%;
}
}
.hero-overlay-content.first .banner-ul{
    display: flex;
    gap: 1.5rem;
    justify-content: center;
}
.hero-overlay-content.first .banner-ul li{
    margin-bottom: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon { filter: drop-shadow(0 2px 6px rgba(0,0,0,.5)); }
.carousel-indicators [data-bs-target] { width: 10px; height: 10px; border-radius: 999px; background-color: var(--homi-green); }

/* Cards */
/* Legacy product cards (kept in case reused elsewhere) */
.product-card { border: 1px solid #eef2f6; border-radius: 1rem; overflow: hidden; }
.product-card .card-img-top { height: 220px; object-fit: cover; }
.product-card .card-body a { color: var(--homi-green); font-weight: 500; }

/* Product Showcase */
.products-showcase {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 992px) { 
    .products-showcase { gap: 1.25rem; } 
    .products-showcase h4{  font-size: 1rem; color: var(--homi-green)}
}

.spotlight-card,
.spotlight-card-first{
  position: relative;
  width: 50%;
  display: block;
  border-radius: 1.25rem;
  overflow: hidden;
  min-height: 240px;
  grid-column: span 6;
  background-size: cover;
  background-position: center;
  transform: translateZ(0);
  box-shadow: 0 10px 30px rgba(16,24,40,.08);
  transition: all 0.3s ease;
}
.spotlight-card-first{
    width: 100%;
    margin-bottom: 1rem;
}
.spotlight-card.xl { grid-column: span 12; min-height: 380px; }
@media (min-width: 768px) { .spotlight-card { min-height: 300px; } }
@media (min-width: 1200px) { .spotlight-card-first.xl { min-height: 460px; } }

.spotlight-overlay { 
    position: absolute; 
    inset: 0; 
}
.spotlight-card{
    padding: 10px;
    background: white;
    flex: 0 0 calc(25% - 15px);
}
.product-img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 1.25rem;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.spotlight-content { 
    position: absolute; 
    left: 1.25rem; 
    right: 1.25rem; 
    bottom: 1.25rem; 
    border-radius: 1.25rem;
    color: #fff; 

}
.spotlight-card-first .spotlight-content{
    text-align: center;
    bottom: calc(50% - 22.5px); 
}
.products-showcase .spotlight-content{
    position: static; 
    margin-top: 1.5rem;
}
.spotlight-content h3{
    display: inline-block;
    margin: auto;
    padding: 10px 20px;
    border-radius: 1.25rem;
    background: rgba(0,0,0,0.2);
    line-height: 45px;
}
.spotlight-content h3, .spotlight-content h4 { margin: auto;text-align:center;text-decoration:none;}
.spotlight-content p { margin: 0 0 .5rem 0; opacity: .95; }
.spotlight-card:hover,.spotlight-card-first:hover { box-shadow: 0 18px 45px rgba(16,24,40,.18); }
.spotlight-card:focus,.spotlight-card-first:focus { outline: 2px solid rgba(91,158,165,.6); outline-offset: 2px; }

.products-showcase .badge { margin-right: .35rem; }
/* News */
#news .row{
    flex-wrap: nowrap;
    transition: all 0.3s ease;
    /*overflow: hidden;*/
}
@media (min-width: 768px) {
    #news .row .col-md-4 {
        flex: 0 0 auto;
        width: 25%;
    }
}
/* Mobile: horizontal scroll-snap for showcase */
@media (max-width: 575.98px) {
  .products-showcase { display: flex; scroll-snap-type: x mandatory; padding-bottom: .5rem; }
  .spotlight-card { flex: 0 0 100%; scroll-snap-align: start; }
  .spotlight-card.xl { flex-basis: 92%; }
}

/* Links marked as primary */
.link-primary { color: var(--homi-green) !important; text-decoration: none; }
.link-primary:hover { color: #3f7f85 !important;}
/*about section*/
.about-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/**/
/* KPIs */
.kpi-main{
    border-right: 2px solid var(--homi-green);
}
.kpi-main:last-child{
    border-right: none;
}
.kpi .kpi-num { font-size: 1.75rem; font-weight: 700; color: var(--homi-green); }
.kpi .kpi-label { font-size: .95rem; }

/* Contact CTA */
.section-contact-cta { background: linear-gradient(90deg, rgba(27,58,107,0.06), rgba(201,162,39,0.06)); padding: 2.75rem 0; }

/* Footer */
.footer-dark { background: #0e1b24; }
.footer h5 { font-family: "Playfair Display", Georgia, serif; }
.btn-social { width: 38px; height: 38px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; padding: 0; }
.btn-social:hover { background: rgba(255,255,255,.12); }

/* Reveal animations */
.reveal-up { opacity: 1; transform: translateY(16px); transition: all .6s ease; }
.reveal-up.is-visible { opacity: 1; transform: translateY(0); overflow:hidden;border-radius:10px;}

/* Treatments */

.treat-card { position:relative;background: #fff; border: 1px solid #eef2f6; border-radius: .75rem; overflow:hidden;}
.treat-card:hover { box-shadow: 0 10px 30px rgba(16,24,40,.08); transform: translateY(-2px); transition: all .25s ease; }
.fw-semibold{
    position: absolute;
    background:rgba(255,255,255,0.7);
    padding: 10px;
    border-radius: 1.25rem;
    left: 0;
    bottom: 0;
    z-index: 10;
    transform: translateY(calc(100% - 3rem)); 
    transition: all 0.5s ease;
}
.fw-semibold p{
    color: rgba(108,117,125,1) !important
}
.treat-card:hover .fw-semibold{
    transform: translateY(0);
}
.treat-ico { font-size: 1.75rem; margin-bottom: .25rem; }
.treat-img { width: 100%; height: 300px; object-fit: cover; border-radius: .5rem; margin-bottom: .5rem; }

/* News cards with images */
.news-card .card-img-top {
    /*height: 160px; */
    object-fit: cover;
    
}

/* Page Header */
.page-header { border-bottom: 1px solid rgba(0,0,0,.05); }
.breadcrumb { background: transparent; padding: 0; }
.breadcrumb a{ color:var(--homi-green); text-decoration: none !important;}
.breadcrumb-item + .breadcrumb-item::before { all: initial}
.breadcrumb {list-style:none;margin:0;padding-inline-start:0;}.breadcrumb li {margin:0;display:inline-block;position:relative;}.breadcrumb li::after{content:' > ';margin-left:5px;margin-right:5px;}.breadcrumb li:last-child::after{display:none}

/* Page Banner */
.page-banner { min-height: 320px; display: flex; align-items: center; }
.banner-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.banner-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.5), rgba(0,0,0,.3)); }
.banner-content { position: relative; z-index: 1; }
.breadcrumb-section { border-bottom: 1px solid rgba(0,0,0,.05); }
@media (max-width: 767.98px) {
  .page-banner { min-height: 240px; }
  .banner-content h1 { font-size: 2rem; }
  .hero-slide-two{
      background-image:url('../img/banner/mobile-home-banner1.webp') !important;
  }
  .hero-overlay-content{
    margin-bottom: 65%;
    width: 90%;
  }
  .hero-overlay-content.first{
      margin-bottom: 65%;
      text-align: left;
  }
     
  .hero-carousel .banner-btn{
      margin-top: 0.5rem;
  }
  .hero-carousel .banner-title-h3{
      margin-bottom: 0.5rem;
  }
  .banner-title{
      width: 100% !important;
      font-size: 2rem !important;
  }
  .hero-slide-three{
      background-image:url('../img/banner/mobile-home-banner2.webp') !important;
  }
  .hero-slide-one{
      background-image:url('../img/banner/mobile-home-banner3.webp') !important;
  }
}

/* Sidebar */
.sidebar-sticky { position: sticky; top: 100px; }
.sidebar-widget { background: #fff; border: 1px solid #eef2f6; border-radius: .75rem; padding: 1.25rem; box-shadow: 0 0 3px rgba(0,0,0,0.1);}
.widget-title { font-size: 1rem; font-weight: 600; margin-bottom: 1rem; color: #1f2933; }
.sidebar-link { display: block; padding: .5rem 0; color: #64748b; text-decoration: none; border-bottom: 1px solid #f1f5f9; }
.sidebar-link:hover, .sidebar-link.active { color: var(--homi-green); }
.sidebar-link.active { font-weight: 600; }

.article-item a { color: #1f2933; }
.article-item a:hover { color: var(--homi-green); }
.article-thumb { width: 80px; height: 60px; object-fit: cover; border-radius: .5rem; flex-shrink: 0; }

/* Product List */
.products-container { padding: 0; }
.product-item {
  background: #fff;
  border-radius: 1.25rem;
  overflow: hidden;
  transition: all .35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 4px 20px rgba(16,24,40,.06);
  position: relative;
  height: 100%;
}
.product-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1.25rem;
  padding: 1px;
  background: linear-gradient(135deg, rgba(91,158,165,.1), rgba(27,58,107,.05));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity .35s ease;
  z-index: 0;
}
.product-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(16,24,40,.15);
}
.product-item:hover::before { opacity: 1; }
.product-link { text-decoration: none; color: inherit; display: block; position: relative; z-index: 1; padding: 10px; background: var(--homi-bg); }
.product-image {
  /*position: relative;*/
  /*padding-top: 70%;*/
  overflow: hidden;
  border-radius: 1.25rem;
  /*background: linear-gradient(135deg, #f8fafc 0%, #eef2f6 100%);*/
}
.product-image img {
  /*position: absolute;*/
  /*top: 0;*/
  /*left: 0;*/
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s cubic-bezier(0.4, 0, 0.2, 1);
}
/*.product-item:hover .product-image img { transform: scale(1.1); }*/
.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .35rem .75rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 600;
  background: var(--homi-green);
  color: #fff;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(91,158,165,.3);
}
.product-badge.featured { background: linear-gradient(135deg, #c9a227, #b8941f); }
.product-body { padding: 1.5rem; }
.product-title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: .6rem;
  color: #0f1720;
  line-height: 1.4;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-desc {
  font-size: .9rem;
  color: #64748b;
  margin-bottom: 1.25rem;
  line-height: 1.6;
  min-height: 2.8rem;
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-meta {
  display: flex;
  align-items: flex-start;
  /*flex-direction: column;*/
  justify-content: space-between;
  /*align-items: center;*/
  padding-top: 1rem;
  border-top: 1px solid #f1f5f9;
}
.product-tag {
  font-size: .8rem;
  color: var(--homi-green);
  background: linear-gradient(135deg, rgba(91,158,165,.12), rgba(91,158,165,.08));
  padding: .7rem 1rem;
  border-radius: 15px;
  font-weight: 500;
}
.product-price {
  font-weight: 700;
  color: #0f1720;
  font-size: 1.05rem;
}

/* Product Detail */
    .product-info h2{
        color: var(--homi-green);
        font-weight: 700;
    }
    .product-info .content a{
        color: var(--homi-green);
    }
.product-gallery .main-image { border: 1px solid #eef2f6; border-radius: 1rem; overflow: hidden; background: #f8fafc;align-items:center;}
.product-gallery .main-image .thumbnails{
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
    height: 0;
    padding: 0 1rem;
}
.product-gallery .main-image .thumbnails button{
    position: absolute;
    width: 30px;
    height: 30px;
    left: calc(50% - 15px);
    z-index: 10;
    color: white;
    background: var(--homi-green);
    border-radius: 50%;
    border: none;
}
.product-gallery .main-image .thumbnails button:hover{
    color: var(--homi-green);
    background: white;
}
.product-gallery .main-image .thumbnails .scroll-top{
    top: 5px;
}
.product-gallery .main-image .thumbnails .scroll-bottom{
    bottom: 5px;
}
.main-img img{
    min-height: 500px;
}

@media (max-width: 991.98px) {
    .product-gallery .main-image .thumbnails .scroll-top{
        top: calc(50% - 30px);
        left: 30px;
        bottom: 0;
    }
    .product-gallery .main-image .thumbnails .scroll-bottom{
        left: calc(100% - 60px);
        right: 10px;
        top: calc(50% - 30px);
        bottom: 0;        
    }
}
.product-gallery .main-image .thumbnails .imgs-box{
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: all 0.3s ease;
}
.product-gallery .main-image .thumbnails img{
    height: 50%;
}
.thumb { width: 100px; height: 80px; object-fit: cover; border-radius: .5rem; cursor: pointer; border: 2px solid transparent; transition: all .2s ease; box-shadow: 0 0px 5px rgba(0,0,0,0.1);}
/*.thumb:hover, .thumb.active { border-color: transparent; box-shadow: 0 0px 5px rgba(0,0,0,0.2);}*/
.feature-item { padding: .5rem 0; }

.related-thumb { width: 70px; height: 70px; object-fit: cover; border-radius: .5rem; flex-shrink: 0; }
.related-item a { color: #1f2933; }
.related-item a:hover { color: var(--homi-green); }

@media (max-width: 991.98px) {
  .sidebar-sticky { position: static; }
}
@media (max-width: 768px) {
  .product-gallery .main-image .thumbnails .imgs-box{
      flex-direction: row;
  }
  
  .product-gallery .main-image .thumbnails img{
      width: 46%;
      height: 100%;
  }
}
/* Products Slider */
.products-slider-wrapper {
  overflow: hidden;
  position: relative;
}
.products-slider-wrapper:hover .slider-nav-btn { opacity: 1; }
.products-slider {
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.products-slider::-webkit-scrollbar { display: none; }
.slider-track { display: flex; gap: 1.5rem; padding-bottom: .5rem; }
.slider-item { flex: 0 0 calc(33.333% - 1rem); min-width: 280px; }
.slider-nav-btn ,
.carousel-scroll-btn{
  position: absolute;
  top: calc(50% - 25px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--homi-green);
  color: white;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  line-height: 30px;
  z-index: 10;
  transition: all .3s ease;
  box-shadow: 0 4px 16px rgba(0,0,0,.12);
  cursor: pointer;
}
.slider-nav-btn:hover,
.carousel-scroll-btn:hover{
  background: #fff;
  color: var(--homi-green);
  box-shadow: 0 6px 20px rgba(0,0,0,.18);
}
#productScrollLeftBtn,
#productScrollRightBtn{
    top: 65%;
}
@media (min-width: 991px) {
    #productScrollLeftBtn,
    #productScrollRightBtn{
        display: none;
    }
}
/*.slider-nav-btn:disabled {*/
/*  opacity: .3;*/
/*  cursor: not-allowed;*/
/*  pointer-events: none;*/
/*}*/
.slider-prev,.carousel-scroll-left{ left: 10px; }
.slider-next,.carousel-scroll-right{ right: 10px; }
@media (max-width: 991.98px) {
  .slider-item { flex: 0 0 calc(50% - 0.75rem); min-width: 260px; }
}
@media (max-width: 575.98px) {
  .slider-item { flex: 0 0 100%; min-width: 240px; }
}

/* Article Detail */
.article-header { border-bottom: 1px solid #eef2f6; padding-bottom: 1.5rem; }
.article-featured-image { border-radius: 1rem; overflow: hidden; }
.article-content {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #1f2933;
}
.article-content h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #0f1720;
}
.article-content h3:first-of-type { margin-top: 0; }
.article-content p {
  margin-bottom: 1.25rem;
  color: #475569;
}
.article-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.article-content li {
  margin-bottom: .75rem;
  color: #475569;
}
.article-content strong { color: #0f1720; font-weight: 600; }
.article-tags a { text-decoration: none; }
.article-tags a:hover { background: var(--homi-green) !important; color: #fff !important; }
.article-share { padding-top: 1.5rem; border-top: 1px solid #eef2f6; }



.fallback-line-clamp-2 {
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
    position: relative;
}

.fallback-line-clamp-2::after {
    /*content: "...";*/
    position: absolute;
    bottom: 0;
    right: 0;
    background: white;
    padding: 0 5px;
}

.btn:hover{
    color: var(--homi-green)!important;
    background-color: var(--homi-bg);
    border-color: var(--homi-green);
}

.banner-title-center{
    text-align: center;
}

.content img{
    width: 100%;
}

.icon-white{
    color: var(--homi-bg) !important;
}

.text-with-pseudo {
    position: relative;
    text-align: center;
    font-size: 3rem;
    color: var(--homi-green);
}

.text-with-pseudo::before,
.text-with-pseudo::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 100px; 
    height: 3px;
    background-color: var(--homi-green);
}

.text-with-pseudo::before {
    left: -120px;
}

.text-with-pseudo::after {
    right: -120px;
}
#news .text-with-pseudo::before,
#about .text-with-pseudo::before{
    width: 0;
    left: 0;
}

/* Mega Dropdown Hover  */
.dropdown-hover {
    position: static !important; 
}

.dropdown-hover .mega-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    pointer-events: none;
}

.dropdown-hover:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}


.dropdown-hover .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
}


.dropdown-hover .dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.dropdown-hover:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}


.dropdown-hover .mega-menu {
    transition-delay: 0.1s;
}

.dropdown-hover:hover .mega-menu {
    transition-delay: 0s;
}



.py-3 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}



nav .page-link{
    color: var(--homi-green) !important;
}
nav .active>.page-link{
    background-color: var(--homi-green) !important;
    border-color: var(--homi-green) !important;
    color: var(--homi-bg) !important;
}

.text-black{
    color: var(--homi-green) !important;
}

/* ------------------------------------------------------------------------------------------------------------ */
/*.hero-carousel{*/
/*    max-width: 1400px;*/
/*    margin: auto;*/
/*}*/
/*.page-banner{*/
/*    max-width: calc(1320px - 1.5rem);*/
/*    margin: auto;*/
/*}*/
/*@media (max-width: 1400px){*/
/*    .hero-carousel{*/
/*        max-width: 1400px;*/
/*    }*/
/*    .page-banner{*/
/*        max-width: calc(1320px - 1.5rem);*/
/*    }*/
/*}*/
/*@media (max-width: 1200px){*/
/*    .hero-carousel{*/
/*        max-width: 1200px;*/
/*    }*/
/*    .page-banner{*/
/*        max-width: calc(1140px - 1.5rem);*/
/*    }    */
/*}*/
/*@media (max-width: 992px){*/
/*    .hero-carousel{*/
/*        max-width: 992px;*/
/*    }*/
/*    .page-banner{*/
/*        max-width: calc(960px - 1.5rem);*/
/*    }*/
/*}*/
/*@media (max-width: 768px){*/
/*    .hero-carousel{*/
/*        max-width: 768px;*/
/*    }*/
/*    .page-banner{*/
/*        max-width: calc(720px - 1.5rem);*/
/*    }*/
/*}*/
@media (max-width: 768px) {
    .hero-carousel .carousel,
.hero-carousel .carousel-item {min-height: 800px; max-height: none;}
    /* common */
    .section{
        padding: 2rem 0;
        overflow: hidden;
    }
    /*Banner*/
    .carousel-inner .align-items-center,
    .hero-carousel .flex-right{
        justify-content: center !important;
    }
    .hero-carousel .banner-title{
        font-size: 2rem;
        margin-bottom: 0;
    }
    .hero-carousel .banner-title-h3{
        font-size: 1.5rem;
    }
    .hero-carousel .banner-title-h1{
        width: 100%;
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    .banner-p{
        margin-bottom: 10px;
        font-family: Chonburi;
    }
    .hero-overlay-content.first .banner-ul{
        flex-direction: column;
    }
    .hero-carousel .banner-ul li{
        height: 1rem;
        line-height: 1.5rem;
        font-size: 0.8rem;
    }
    .hero-overlay-content.first .banner-ul li{
        font-size: 0.8rem;
    }
    .hero-carousel .banner-ul .media-small{
        font-size: 0.65rem !important;
    }
    /* index-title */
    .mb-5{
        margin-bottom: 1rem !important;
    }
    .text-with-pseudo::before, .text-with-pseudo::after{
        display: none;
    }
    .text-with-pseudo{
        font-size: 2rem;
    }
    .spotlight-card-first .spotlight-content{
        bottom: 25%;
    }
    .spotlight-card{
        box-shadow: none;
    }
    .spotlight-content h4{
        color: var(--homi-green);
    }
    #contact .col-lg-8,
    #contact .text-lg-end{
        text-align: center;
    }
    
    #about .col-lg-6:last-child{
        margin-top: 1rem;
    }
    .kpi-main{
        border: none;
    } 
    .article-header{
        padding-bottom: 0;
    }
    .article-header .align-items-center{
        justify-content: flex-start !important;
    }
    footer .col-6.col-lg-2,
    footer .col-6.col-lg-3{
        display: none;
    }
    .dropdown-hover:hover .dropdown-toggle::after,
    .dropdown-hover .dropdown-toggle::after{
    transform: rotate(0deg);
    }
    .dropdown-hover.nowclick .dropdown-toggle::after{
    transform: rotate(180deg);
}
}
.sidebar-toggle {
    position: fixed;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background-color: var(--homi-green);
    color: white;
    border: none;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 900;
    display: none;
}

.sidebar-toggle i {
    font-size: 18px;
}
@media (max-width: 768px) {
    .sidebar-toggle{
        display: flex;
    }
    .sidebar-container {
        padding-left: 0;
        position: fixed;
        left: 0;
        top: 80px;
        width: 100%;
        height: 90vh;
        background-color: white;
        z-index: 800;
        transform: translateX(-100%);
        border-radius: 10px;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 1.5rem;
        overflow-y: scroll;
        transition: all 0.3s ease;
    }
    .sidebar-container.open {
    transform: translateX(0);
    }
}
@media (min-width: 1800px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
        max-width: 100% !important;
        padding: 0 5% !important;
    }
    .dropdown-hover:hover .mega-menu {
    transform: translateY(30px);
    }
    .hero-overlay-content.first{
        margin-bottom: 20%;
    }
    .hero-overlay-content.first p{
        font-size: 2rem !important;
    }
    .hero-carousel .banner-title-h1{
        font-size: 3rem;
    }
    .hero-carousel .banner-title{
        font-size: 4rem;
    }
    .hero-carousel .banner-title-h3{
        font-size: 3rem;
    }
}
.service-page {
            padding: 54px 20px 70px;
        }

        .service-container {
            width: min(var(--container), 100%);
            margin: 0 auto;
        }

        /* Header (matches lufenbeauty section vibe) */
        .service-header {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 16px;
            margin-bottom: 22px;
        }

        .service-title {
            font-family: Georgia, "Times New Roman", Times, serif;
            font-size: clamp(44px, 5vw, 58px);
            font-weight: 800;
            letter-spacing: 0.5px;
            line-height: 1;
            margin: 0;
            color: #0b0b0c;
        }

        .service-subtitle {
            margin: 10px 0 0;
            font-size: clamp(14px, 1.6vw, 18px);
            color: #6c757d;
            white-space: nowrap;
        }

        /* Layout: left merged timeline + right hero, like lufenbeauty service */
        .service-main {
            display: grid;
            grid-template-columns: minmax(520px, 1.15fr) minmax(420px, 1fr);
            gap: 28px;
            align-items: stretch;
        }

        /* ===== Service timeline (timeline + cards merged) ===== */
        .service-serviceBlock {
            position: relative;
            /*padding-top: 6px;*/
        }

        .service-serviceTimeline {
            list-style: none;
            height: 100%;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 26px;
            position: relative;
            --label-w: 220px;
            --dot-col-w: 68px;
            justify-content: space-between;
        }

        .service-serviceTimeline::before {
            content: "";
            position: absolute;
            top: 14px;
            bottom: 14px;
            left: 40px;
            width: 3px;
            background: #0b0b0c;
            border-radius: 99px;
            opacity: 0.95;
        }

        .service-serviceStep {
            display: grid;
            /* grid-template-columns: var(--label-w) var(--dot-col-w) 1fr; */
            grid-template-areas: "label dot card";
            gap: 18px;
            align-items: start;
            /*padding: 10px 0;*/
            scroll-margin-top: 18px;
            justify-content: start;
        }

        /* Left label (acts as nav) */
        .service-stepLabel {
            grid-area: label;
            display: inline-flex;
            justify-self: end;
            text-align: right;
            padding: 14px 8px 0 0;
            font-weight: 600;
            letter-spacing: 0.1px;
            color: #2b2f33;
            transition: color 180ms ease, transform 180ms ease;
            will-change: transform;
        }

        .service-stepLabel:hover {
            color: var(--black);
        }

        .service-stepLabel[aria-current="true"] {
            color: var(--black);
        }

        /* Dot + icon */
        .service-stepDot {
            grid-area: dot;
            width: 46px;
            height: 46px;
            border-radius: 999px;
            background: #0b0b0c;
            display: grid;
            place-items: center;
            position: relative;
            justify-self: center;
            z-index: 2;
            transition: transform 220ms ease, box-shadow 220ms ease;
        }

        .service-stepDot svg {
            width: 18px;
            height: 18px;
            fill: #ffffff;
        }

        .service-stepLabel[aria-current="true"]+.service-stepDot {
            box-shadow: 0 0 0 7px rgba(11, 11, 12, 0.08);
            transform: translateY(-1px);
        }

        /* Right card */
        .service-stepCard {
            grid-area: card;
        }

        .service-card {
            background: #ffffff;
            border: 1px solid var(--border);
            border-radius: 10px;
            padding: 18px 18px 16px;
            box-shadow: 0 1px 0 rgba(16, 18, 19, 0.02);
        }

        .service-card h3 {
            margin: 0 0 8px;
            font-size: 22px;
            letter-spacing: 0.1px;
            color: #111827;
        }

        .service-card p {
            margin: 0;
            color: var(--muted);
            line-height: 1.65;
            font-size: 15.5px;
        }

        /* ===== Right hero (image + text + button) ===== */
        .service-hero {
            padding-left: 6px;
        }

        .service-heroMedia {
            border-radius: var(--radius-lg);
            overflow: hidden;
            border: 1px solid rgba(0, 0, 0, 0.08);
            box-shadow: var(--shadow);
            background: linear-gradient(135deg, #f3f4f6, #ffffff);
            height: clamp(250px, 26vw, 330px);
            position: relative;
        }

        .service-heroMedia::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom,
                    rgba(0, 0, 0, 0.05),
                    rgba(0, 0, 0, 0) 38%);
            pointer-events: none;
            z-index: 2;
        }

        .service-heroPicture {
            position: absolute;
            inset: 0;
            display: block;
            z-index: 1;
        }

        .service-heroImg {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: cover;
            object-position: center;
        }

        .service-hero h2 {
            margin: 16px 0 8px;
            font-size: clamp(26px, 2.6vw, 34px);
            line-height: 1.15;
            letter-spacing: 0.2px;
            color: #2a2f34;
        }

        .service-hero p {
            margin: 0 0 14px;
            color: var(--muted);
            line-height: 1.7;
            max-width: 58ch;
        }

        .service-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            height: 44px;
            padding: 0 22px;
            border-radius: var(--radius-md);
            border: 0;
            cursor: pointer;
            background: var(--black);
            color: #fff;
            font-weight: 800;
            letter-spacing: 0.3px;
            box-shadow: 0 12px 22px rgba(0, 0, 0, 0.14);
            transition: transform 160ms ease, box-shadow 160ms ease;
        }

        .service-btn:hover {
            transform: translateY(-1px);
            box-shadow: 0 14px 26px rgba(0, 0, 0, 0.16);
        }

        .service-btn:active {
            transform: translateY(0px);
        }

        /* ===== Entrance animations (timeline + cards) ===== */
        .service-reveal {
            opacity: 0;
            transform: translateY(16px);
            transition: opacity 700ms cubic-bezier(0.2, 0.8, 0.2, 1),
                transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
            will-change: opacity, transform;
        }

        .service-reveal.in {
            opacity: 1;
            transform: translateY(0);
        }

        .service-reveal-left {
            transform: translateX(-16px);
        }

        .service-reveal-right {
            transform: translateX(16px);
        }

        /* Respect reduced motion */
        @media (prefers-reduced-motion: reduce) {
            .service-reveal {
                opacity: 1 !important;
                transform: none !important;
                transition: none !important;
            }

            .service-btn {
                transition: none !important;
            }
        }

        /* Tablet */
        @media (max-width: 1024px) {
            .service-main {
                grid-template-columns: 1fr;
            }

            .service-hero {
                padding-left: 0;
                margin-top: 8px;
            }

            .service-serviceTimeline {
                --label-w: 200px;
                --dot-col-w: 62px;
            }
        }

        /* Mobile */
        @media (max-width: 768px) {
            .service-page {
                padding: 30px 16px 46px;
            }

            .service-header {
                align-items: baseline;
            }

            .service-subtitle {
                white-space: normal;
                text-align: right;
            }

            .service-serviceTimeline {
                --label-w: 0px;
                --dot-col-w: 46px;
                gap: 18px;
            }

            .service-serviceTimeline::before {
                left: calc(var(--dot-col-w) / 2);
                top: 10px;
                bottom: 10px;
            }

            .service-serviceStep {
                grid-template-columns: var(--dot-col-w) 1fr;
                grid-template-areas:
                    "dot label"
                    "dot card";
                gap: 10px 12px;
                padding: 6px 0;
            }

            .service-stepLabel {
                justify-self: start;
                text-align: left;
                padding: 8px 0 0 0;
                font-weight: 800;
                font-size: 14px;
            }

            .service-stepDot {
                width: 36px;
                height: 36px;
                margin-top: 6px;
            }

            .service-stepDot svg {
                width: 16px;
                height: 16px;
            }

            .service-heroMedia {
                height: clamp(210px, 58vw, 290px);
            }
        }
        
.custom-sidebar {
            position: fixed;
            z-index: 1000;
            display: flex;
            flex-direction: column;
            gap: 35vh;
            align-items: center;
            justify-content: center;
            right: 20px;
            bottom: 20px;
            /*transform: translateY(-50%);*/
        }

        .custom-sidebar-item {
            position: relative;
            width: 50px;
            height: 50px;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .custom-sidebar-item:hover {
            transform: scale(1.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
        }

        .custom-sidebar-icon {
            width: 24px;
            height: 24px;
            color: var(--homi-green);
            display: flex;
            align-items: center;
            justify-content: center;
        }

         @keyframes zcwphone2 {
                        0% {
                            -ms-transform: rotate(0deg);
                            -webkit-transform: rotate(0deg);
                            transform: rotate(0deg)
                        }

                        25% {
                            -ms-transform: rotate(30deg);
                            -webkit-transform: rotate(30deg);
                            transform: rotate(30deg)
                        }

                        50% {
                            -ms-transform: rotate(0deg);
                            -webkit-transform: rotate(0deg);
                            transform: rotate(0deg)
                        }

                        75% {
                            -ms-transform: rotate(-30deg);
                            -webkit-transform: rotate(-30deg);
                            transform: rotate(-30deg)
                        }

                        100% {
                            -ms-transform: rotate(0deg);
                            -webkit-transform: rotate(0deg);
                            transform: rotate(0deg)
                        }
                    }
         @keyframes zcwmini2 {
                        0% {
                            box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 0 rgba(0,0,0,0),0 0 0 0 rgba(207,8,8,0)
                        }

                        10% {
                            box-shadow: 0 0 8px 6px,0 0 12px 10px rgba(0,0,0,0),0 0 12px 14px
                        }

                        100% {
                            box-shadow: 0 0 8px 6px rgba(207,8,8,0),0 0 0 40px rgba(0,0,0,0),0 0 0 40px rgba(207,8,8,0)
                        }
                    }
        .rotate-animate{
            -webkit-animation: zcwphone2 1.5s linear infinite;
            -moz-animation: zcwphone2 1.5s linear infinite;
            animation: zcwphone2 1.5s linear infinite;
        }
        .rotate-shadow{
            color: var(--homi-green);
            -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
            -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
            animation: zcwmini2 1.5s 0s ease-out infinite;
        }
        .custom-sidebar-icon svg {
            width: 100%;
            height: 100%;
            fill: currentColor;
        }

        .custom-sidebar-content {
            position: absolute;
            right: 65px;
            top: 50%;
            transform: translateY(-50%);
            background: var(--homi-green);
            color: #fff;
            padding: 8px 15px;
            border-radius: 5px;
            white-space: nowrap;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            pointer-events: auto;
            font-size: 14px;
        }

        .custom-sidebar-content::after {
            content: '';
            position: absolute;
            right: -6px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid var(--homi-green);
        }
        .custom-sidebar-content a{
            color: white;
        }
        .custom-sidebar-item:hover .custom-sidebar-content,
        .custom-sidebar-content:hover{
            opacity: 1;
            visibility: visible;
            /*right: 75px;*/
        }

         Mobile 
        @media (max-width: 768px) {
            .custom-sidebar {
                right: 20px;
                /*transform: translateY(-50%);*/
            }
    
            /*.custom-sidebar-item {*/
            /*    width: 45px;*/
            /*    height: 45px;*/
            /*}*/

            /*.custom-sidebar-content {*/
            /*    right: 50%;*/
            /*    top: auto;*/
            /*    bottom: 70px;*/
            /*    transform: translateX(50%);*/
            /*}*/

            /*.custom-sidebar-content::after {*/
            /*    right: 50%;*/
            /*    top: auto;*/
            /*    bottom: -6px;*/
            /*    transform: translateX(50%);*/
            /*    border-left: 6px solid transparent;*/
            /*    border-right: 6px solid transparent;*/
            /*    border-top: 6px solid #1D2088;*/
            /*    border-bottom: none;*/
            /*}*/

            /*.custom-sidebar-item:hover .custom-sidebar-content,*/
            /*.custom-sidebar-content:hover{*/
            /*    right: 50%;*/
            /*    bottom: 60px;*/
            /*}*/
        }
.article-content a{
    user-select: auto;
}

 /*new banner */
/*@font-face {*/
/*    font-family: new-banner-titile;*/
/*    src: url(../fonts/SairaStencilOne-Regular.ttf);*/
/*}*/
/*@font-face {*/
/*    font-family: new-banner-subtitile;*/
/*    src: url(../fonts/Parkinsans-Bold.ttf);*/
/*}*/
/*@font-face {*/
/*    font-family: new-banner-text;*/
/*    src: url(../fonts/Aleo-Black.otf);*/
/*}*/
/*@font-face {*/
/*    font-family: new-banner-text-black;*/
/*    src: url(../fonts/sansso__.ttf);*/
/*}*/
.hero-carousel .flex-center{
    justify-content: center;
}
.new-banner-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: none;
    gap: 20px;
}
.new-banner-content>*{
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}
.new-banner-titile,
.hero-carousel .banner-title-h1,
.hero-carousel .banner-title{

    font-family: "Black Ops One";
    background: linear-gradient(180deg, #8FC4CB 0%, #37858d 80%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 0px #fff) 
            drop-shadow(0 -1px 0px #fff) 
            drop-shadow(1px 0 0px #fff) 
            drop-shadow(-1px 0 0px #fff)
            drop-shadow(1px 4px 6px rgba(0,0,0,0.4));
}
.new-banner-titile{
    font-size: 4.5rem;
}    
.hero-carousel .banner-title-h1{
    -webkit-text-stroke: 0px;
    text-shadow: none;
}
@media (max-width: 768px){

}
.hero-carousel .banner-ul li,
.new-banner-subtitile{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    background: linear-gradient(180deg, #64A3AA, #1b929f);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 1px 0px #fff) 
            drop-shadow(0 -1px 0px #fff) 
            drop-shadow(1px 0 0px #fff) 
            drop-shadow(-1px 0 0px #fff)
            drop-shadow(1px 4px 6px rgba(0,0,0,0.4));    
}
.hero-carousel .banner-btn{
    font-weight: 900;
}
.new-banner-subtitile{
    font-size: 2.5rem;
    font-weight: 900;
}
.new-banner-text,.hero-carousel .banner-title-h3{
    color: black;
    font-family: "Russo One";
    font-weight: ;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-text-stroke: 0.5px white;
}
.new-banner-text{
    font-size: 1.5rem;
}

.new-banner-text-black{
    font-size: 1.2rem;
    background: black;
    padding: 5px 10px;
    border-radius: 10px;
    color: white;
    font-family: "new-banner-text-black";
}
.hero-carousel .banner-btn{
    border-radius: 10px;
    font-weight: 700;
    color: white;
    box-shadow: 5px 1px 8px rgba(0, 0, 0, 0.3);
}