/*body {
    margin: 20px;
}

header#header {
    margin: 20px 20px 0px 20px;
}*/

.tf-slideshow {
  overflow: hidden;
  margin: 20px 20px 20px 20px;
}
:root {
  --page-bg: #f2f4f6;
  --card-bg: #ffffff;
  --muted: #6c757d;
  --border: #d7dde3;

  --form-bg: #eef6e6; /* light green */
  --form-border: #cfe2bf;
  --accent: #19753a;
  --btn: #19753a;
  --page-bg: #f2f4f6;
  --panel-bg: #eef6e6; /* same light-green vibe */
  --panel-border: #cfe2bf;
  --card-bg: #ffffff;
  --border: #d7dde3;

  --title: #1f4f9a; /* blue like screenshot heading */
  --text: #2b2f33;
  --muted: #214332;
  --table-head: #f1f3f5;
}

.color-white {
  color: #fff !important;
}
.color-light {
  color: #ccc !important;
}

/* ===== submenu default background ===== */
.sub-menu.submenu-default {
  background: #02524a;
  padding: 10px 0;
  border-radius: 10px;
  min-width: 220px;
}

/* list reset */
.sub-menu.submenu-default .menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* link style */
.sub-menu.submenu-default .menu-list li a.menu-link-text {
  display: block;
  position: relative;
  padding: 8px 16px 8px 28px; /* left space for < */
  color: #ffffff !important;
  font-size: 14px;
  text-decoration: none;
  transition: 0.2s ease;
}

.sub-menu.submenu-default .menu-list li a.menu-link-text::before {
  content: ">";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
}

/* hover effect */
.sub-menu.submenu-default .menu-list li a.menu-link-text:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}

/* 7 columns in one row */
.mega-grid-7 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 22px;
  padding: 18px 0;
}
.mega-menu .container {
  max-width: 1800px;
}
/* small padding + clean look */
.mega-menu-item .menu-heading {
  font-weight: 600;
  margin-bottom: 10px;
  white-space: nowrap;
}

.mega-menu-item .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mega-menu-item .menu-list li {
  margin: 3px 0;
}

.box-nav-ul .menu-list li:not(:last-child) {
  margin-bottom: 5px;
}

#header .nav-icon .icon {
  font-size: 18px;
}

#header .box-nav-ul .item-link {
  font-size: 18px !important;
  font-weight: 600 !important;
}

#header .nav-icon .count-box {
  position: absolute;
  line-height: 14px;
  height: 14px;
  min-width: 14px;
  text-align: center;
  padding: 0 2px;
  font-size: 9px;
  font-weight: 300;
}

/* responsive breakpoints */
@media (max-width: 1400px) {
  .mega-grid-7 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) {
  .mega-grid-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .mega-grid-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .mega-grid-7 {
    grid-template-columns: 1fr;
  }
 .card-product .card-product-info .title {
    font-size: 15px !important;
    line-height: 22px !important;
}
  .card-product .card-product-info .price {
    font-size: 14px !important;
    line-height: 20px !important;
}
  section.flat-spacing-5.bg_white.hom-cat1 {
    padding-bottom: 0px;
}
  .wrap-slider img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}
  .tf-slideshow {
         overflow: hidden; 
         margin: 20px 20px 20px 20px; 
        height: 100px !important;
    }
      .header-style-3 .mb-v1 {
        margin-left: -168px;
    }
    .hom-cat1 .swiper-slide {
    width: 50% !important;
  }
   .hover-img .img-style img {
    width: auto ! IMPORTANT;
    height: auto !important;
    object-fit: cover; 
}
.hom-cat1 .swiper-wrapper {
    height: 137px !important;
}


}



.bg-light-green {
  background: #eef2f0;
}
.card-product .card-product-wrapper {
  aspect-ratio: 1/1;
} /* ====== Section Base ====== */
.pharma-stats {
  padding: 190px 0 100px 0px;
  background: radial-gradient(
    circle at 20% 20%,
    #76ffc094,
    #d5ffec8c 24%,
    #2fb67821
  );
  color: #fff;
  overflow: hidden;
  font-family: Arial, sans-serif;
}
.pharma-left p {
  color: #000;
}
.pharma-container {
  width: min(1200px, 92%);
  margin: 0 auto;
}

.pharma-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* ====== Left ====== */
.pharma-left h2 {
  font-size: 44px;
  line-height: 1.15;
  margin: 0 0 16px;
  font-weight: 800;
}

.pharma-left p {
  font-size: 18px;
  line-height: 1.75;
  opacity: 0.9;
  margin: 0 0 22px;
  max-width: 520px;
}

.pharma-points .point {
  margin: 10px 0;
  font-size: 16px;
  opacity: 0.95;
}

/* ====== Right: Bubble Layout ====== */
.pharma-right {
  display: flex;
  justify-content: flex-end;
}

.bubbles {
  position: relative;
  width: 520px;
  height: 360px;
}

/* ====== Bubble Base ====== */
.bubble {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(
    circle at 30% 30%,
    rgb(140 140 140 / 16%),
    #008a4afc
  );
  border: 2px solid #eeeecca8;
  box-shadow:
    0 0 0 6px rgb(65 74 255 / 8%),
    0 18px 40px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bubble::after {
  content: "";
  position: absolute;
  inset: -10px;
  border-radius: 999px;
  border: 2px solid rgba(76, 165, 255, 0.12);
  pointer-events: none;
}

.bubble-inner {
  text-align: center;
  padding: 18px 18px 16px;
}

.bubble .icon {
  opacity: 0.95;
  margin-bottom: 8px;
}

.num {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 0.5px;
  margin-top: 10px;
  margin-bottom: 6px;
}
.num span {
  font-size: 22px;
  font-weight: 800;
}

.label {
  font-size: 14px;
  opacity: 0.9;
}

/* ====== Sizes ====== */
.big {
  width: 240px;
  height: 240px;
}
.md {
  width: 190px;
  height: 190px;
}
.sm {
  width: 150px;
  height: 150px;
}

/* ====== Positions (match your sample style) ====== */
.b1 {
  top: -90px;
  right: 115px;
}
.b2 {
  top: 61px;
  left: -7px;
}
.b3 {
  bottom: 0;
  left: 170px;
}
.b4 {
  top: 108px;
  right: 10px;
}

/* ====== Responsive ====== */
@media (max-width: 992px) {
  .pharma-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .pharma-left p {
    margin-left: auto;
    margin-right: auto;
  }
  .pharma-right {
    justify-content: center;
  }
  .bubbles {
    transform: scale(0.95);
  }
}

@media (max-width: 520px) {
  .bubbles {
    width: 360px;
    height: 330px;
    transform: scale(0.9);
  }
  .big {
    width: 210px;
    height: 210px;
  }
  .md {
    width: 170px;
    height: 170px;
  }
  .sm {
    width: 135px;
    height: 135px;
  }

  .b2 {
    top: 135px;
    left: -5px;
  }
  .b3 {
    bottom: 0;
    left: 105px;
  }
  .b4 {
    top: 175px;
    right: 0;
  }
}

.newsroom-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 30px;
}

.featured-news img {
  height: 320px;
  object-fit: cover;
}

.featured-news h4 {
  font-size: 20px;
  font-weight: 600;
}

h3.newsroom-title {
  font-size: 35px;
  line-height: 67.2px;
}

.newsroom-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 40px;
}

.news-item {
  display: flex;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  align-items: flex-start;
}

.news-item img {
  width: 140px;
  height: 90px;
  object-fit: cover;
  border-radius: 10px;
}

/* ---------- FEATURED ---------- */
.featured-news {
  display: block;
}

.featured-news img {
  width: 100%;
  height: 360px;
  border-radius: 14px;
  margin-bottom: 16px;
}

.featured-news h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}

.date {
  font-size: 14px;
  color: #8a8a8a;
}

/* ---------- RIGHT LIST ---------- */
.newsroom-right .news-item {
  margin-bottom: 22px;
}

.newsroom-right h4 {
  font-size: 16px;
  line-height: 1.4;
}

/* ---------- HOVER ---------- */
.news-item:hover h4 {
  color: #0b6e4f; /* Neptune green */
}

.news-item:hover img {
  transform: scale(1.03);
}

.news-item img {
  transition: 0.3s ease;
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {
  .newsroom-grid {
    grid-template-columns: 1fr;
  }

  .featured-news img {
    height: 240px;
  }
}
.view-more-news {
  display: inline-block;
  margin-top: 10px;
  margin-left: auto; /* right align */
  padding: 10px 22px;
  border: 1.5px solid #0b6e4f;
  color: #0b6e4f;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.newsroom-right {
  display: flex;
  flex-direction: column;
}

.view-more-news:hover {
  background: #0b6e4f;
  color: #ffffff;
}
.announcement-bar-item p {
  text-transform: uppercase;
}

.card-product .card-product-info .title {
  font-size: 19px;
  line-height: 23px;
  font-weight: 600;
  text-align: center;
}
.card-product .card-product-info .price {
  font-size: 20px;
}
.card-product .card-product-info .price {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  color: #19753a !important;
}

a.tf-btn.btn-fill.justify-content-center.fw-6.fs-16.flex-grow-1.animate-hover-btn.btn-add-to-cart {
  background: #19753a;
  border: none;
  border-radius: 0 20px;
  font-size: 13px !important;
  padding: 11px 20px;
  text-transform: uppercase;
  font-weight: 500 !important;
}
.view-more-button .tf-btn.style-2 {
  padding: 0 42px;
  line-height: 42px;
  font-size: 20px;
}

/* MAIN WRAPPER */
.fp-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
}

/* LEFT CONTENT */
.fp-content {
  max-width: 520px;
}

.fp-badge {
  display: inline-block;
  background: #30a36e;
  color: #fff;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

.fp-content h2 {
  font-size: 40px;
  font-weight: 700;
  color: #023047;
  margin-bottom: 15px;
}

.fp-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 22px;
}

.fp-features {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.fp-features li {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 10px;
}

/* BUTTON */
.fp-btn {
  display: inline-block;
  background: #30a36e;
  color: #fff;
  padding: 14px 30px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.fp-btn:hover {
  background: #0096c7;
}

/* RIGHT IMAGE */
.fp-image {
  background: #ffffff;
  padding: 35px;
  border-radius: 24px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08);
  flex-shrink: 0; /* ? image shrink ??? ?? */
}

.fp-image img {
  max-width: 320px;
  display: block;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .fp-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .fp-content {
    max-width: 100%;
  }

  .fp-image img {
    max-width: 260px;
  }
}
.free-prescription h2 {
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.free-prescription p {
  color: #fff;
}

.tree-section {
  position: relative;
  overflow: hidden;
}

.floating-tree {
  position: absolute;
  top: -40px;
  right: -30px;
  z-index: 5;
  animation: floatTree 6s ease-in-out infinite;
}

.floating-tree img {
  width: 140px; /* ??????? ??? adjust ??? */
  opacity: 0.9;
}

/* Floating animation */
@keyframes floatTree {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}

/* ===== Mega menu wrapper ===== */
.sub-menu.mega-menu {
  padding: 18px 0;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(2, 82, 74, 0.12);
}

/* ===== 7 columns grid ===== */
.mega-grid-7 {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 18px;
}

/* ===== column card ===== */
.mega-menu-item {
  padding: 14px 14px 12px;
  border-radius: 12px;
  background: #f7fbfa;
  border: 1px solid rgba(2, 82, 74, 0.1);
  transition: 0.25s ease;
}

.mega-menu-item:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(2, 82, 74, 0.22);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

/* ===== heading ===== */
.mega-menu-item .menu-heading {
  font-weight: 700;
  font-size: 14px;
  color: #02524a;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(2, 82, 74, 0.2);
  letter-spacing: 0.2px;
  white-space: nowrap;
}

/* ===== list reset ===== */
.mega-menu-item .menu-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ===== link ===== */
.sub-menu.mega-menu .menu-list li a.menu-link-text {
  display: block;
  position: relative !important;
  text-decoration: none;
  color: #1f2d2a;
  font-size: 15px;
  padding: 3px 8px 3px 22px !important; /* left space for < */
  border-radius: 8px;
  transition: all 0.3s ease;
}

/* ===== ?<? arrow before text (FORCE) ===== */
.sub-menu.mega-menu .menu-list li a.menu-link-text::before {
  content: ">" !important;
  display: inline-block !important;
  position: absolute !important;
  left: 8px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #02524a !important;
  font-weight: 800 !important;
  font-size: 14px !important;
  line-height: 1 !important;
}

/* hover */
.sub-menu.mega-menu .menu-list li a.menu-link-text:hover {
  background: rgba(2, 82, 74, 0.1);
  color: #02524a;
  transform: scale(1.05);
}

.popup-quickadd .tf-product-info-item .image img {
  width: 200px;
  height: auto;
}

.popup-quickview
  .tf-product-info-wrap
  .tf-product-info-list
  .tf-product-description {
  color: #1b1b1b;
}

/* ===== responsive ===== */
@media (max-width: 1400px) {
  .mega-grid-7 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1200px) {
  .mega-grid-7 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 992px) {
  .mega-grid-7 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .mega-grid-7 {
    grid-template-columns: 1fr;
  }
}
.sub-menu.mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.25s ease;
}

.menu-item:hover > .sub-menu.mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 1466px) and (min-width: 1200px) {
  #header .box-nav-ul .item-link {
    font-size: 14px; /* 13 ? 12 */
    white-space: nowrap; /* line break ???? ???? */
  }
}

.btn-prescription {
  background: linear-gradient(135deg, #19753a, #16a34a);
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 22px;
  border: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

/* Hover Effect */
.btn-prescription:hover {
  background: linear-gradient(135deg, #15803d, #166534);
  box-shadow: 0 6px 18px rgba(22, 163, 74, 0.35);
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* Mobile tweak (optional) */
@media (max-width: 575px) {
  .btn-prescription {
    font-size: 11px;
    padding: 6px 12px;
  }
}

.page-title {
  padding: 69px 0 65px;
  background: #214332;
}

.page-title .heading {
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  color: #fff;
}

/*Contact */

.info-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 14px 14px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03);
}
.info-title {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 14px;
  color: #2b2f33;
}
.info-text {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.45;
  color: #2b2f33;
}
.info-text span {
  color: var(--muted);
}

/* RIGHT form panel */
.form-panel {
  background: var(--form-bg);
  border: 1px solid var(--form-border);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}
.form-head {
  text-align: center;
  padding: 18px 14px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.35);
}
.form-head h3 {
  font-size: 22px;
  margin: 0;
  font-weight: 800;
  color: #2b2f33;
  line-height: 22px;
}
.form-head p {
  margin: 4px 0 0;
  font-size: 12.5px;
  color: var(--muted);
}

.form-body {
  padding: 18px 18px 16px;
}

.form-label {
  font-size: 12.5px;
  font-weight: 700;
  color: #2b2f33;
}

.form-control,
.form-select {
  border-color: rgba(0, 0, 0, 0.18);
  font-size: 13px;
  padding: 0.55rem 0.65rem;
}
.form-select.division {
  padding: 0.55rem 1.8rem;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 0.18rem rgba(47, 111, 47, 0.15);
}

.req {
  color: #d32f2f;
}

.captcha-box {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px;
  align-items: center;
  max-width: 360px;
}
.captcha-img {
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background:
    repeating-linear-gradient(
      135deg,
      rgba(0, 0, 0, 0.06) 0 6px,
      rgba(255, 255, 255, 0.06) 6px 12px
    ),
    #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  letter-spacing: 2px;
  color: #2b2f33;
  font-size: 14px;
  user-select: none;
}

.btn-send {
  background: var(--btn);
  border-color: var(--btn);
  padding: 10px 56px;
  font-weight: 700;
  border-radius: 6px;
}
.btn-send:hover {
  filter: brightness(0.95);
}

.bottom-note {
  font-size: 12px;
  color: var(--muted);
  text-align: center;
  padding: 12px 10px 14px;
}

/* spacing like screenshot */
.stack-gap > * + * {
  margin-top: 14px;
}

/*Career*/

.jobs-panel {
  background: var(--panel-bg);
  border: 1px solid var(--panel-border);
  border-radius: 10px;
  padding: 18px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
}

.section-title {
  color: var(--title);
  font-weight: 800;
  font-size: 16px;
  margin: 16px 0 10px;
}
.section-title:first-child {
  margin-top: 0;
}

.job-table {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
}
.job-table table {
  margin: 0;
  font-size: 13px;
}
.job-table thead th {
  background: var(--table-head);
  font-weight: 800;
  color: #3a3f45;
  padding: 10px 12px;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}
.job-table tbody td {
  padding: 11px 12px;
  border-top: 1px solid #edf0f2;
  vertical-align: middle;
}
.job-title {
  font-weight: 700;
  color: #1f2a33;
}

.apply-link {
  color: var(--btn);
  font-weight: 800;
  text-decoration: none;
}
.apply-link:hover {
  text-decoration: underline;
}

/* Right company box */
.company-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 16px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
  height: 100%;
}
.company-card h5 {
  margin: 0 0 10px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 900;
  letter-spacing: 0.2px;
  background: #198754;
  padding: 10px;
}
.company-card p {
  margin: 0 0 10px;
  font-size: 13px;
  color: var(--text);
  line-height: 1.55;
}
.company-card .label {
  color: var(--muted);
  font-weight: 700;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
  .company-card {
    margin-top: 12px;
  }
}
.tf-slideshow .banner-wrapper {
  position: relative;
}

/*.tf-slideshow .banner-wrapper::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/

  /* Overlay Color */
  background: rgba(0, 0, 0, 0.35); /* dark overlay */

/*  z-index: 1;*/
/*}*/

.tf-slideshow .box-content {
  position: relative;
  z-index: 2;
}

.tf-store-item {
  background-color: #f6fffb;
}
.tf-store-item .tf-store-title {
  padding-left: 26px;
  color: var(--black);
}
.tf-store-item .tf-store-info,
.tf-store-item .tf-store-title .icon {
  color: var(--black);
}
.tf-store-item .tf-store-title .icon {
  color: var(--black);
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1) !important;
}
/*wellness center*/
.spec-card {
  background: var(--card);
  border: 1px solid #1987543b;
  border-radius: 14px;
  padding: 18px 18px;
  box-shadow: 0 10px 18px rgba(16, 24, 40, 0.08);
  height: 100%;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease;
  cursor: pointer;
}
.tf-store-item:hover {
  background-color: #214332 !important;
}
.tf-store-item:hover .tf-store-item .tf-store-title .icon,
.tf-store-item:hover .tf-store-info,
.tf-store-item:hover .tf-store-item .tf-store-title .icon,
.tf-store-item:hover .tf-store-title,
.tf-store-item:hover .tf-store-info {
  color: var(--white);
}

.spec-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 26px rgba(16, 24, 40, 0.12);
}

.spec-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  /* background: rgba(47, 111, 228, .10); */
  color: #198754;
  flex: 0 0 56px;
  font-size: 37px;
}

.spec-title {
  font-weight: 800;
  color: var(--text);
  font-size: 18px;
  margin: 0 0 6px;
  line-height: 1.2;
}
.spec-desc {
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.45;
  max-width: 360px;
}

.product-lang .widget-tabs.style-has-border .widget-menu-tab {
  gap: 0px 49px;
  margin: 0 0px;
  background: #198754;
  padding: 0px 36px;
  color: #fff;
}

.product-lang .widget-tabs .widget-menu-tab .item-title:not(.default)::after {
  background-color: #ffffff;
}

.product-lang .widget-tabs .widget-content-tab .widget-content-inner {
  padding: 15px 35px;
}

.product-lang h4 {
  color: #198754;
  font-weight: 600;
}
.tf-product-info-liveview .liveview-count {
  background-color: #198754;
  padding: 0px 5px;
}
.tf-product-info-price .badges-on-sale {
  background-color: #198754;
}
.tf-product-info-price .price-on-sale {
  color: #214332;
}
.tf-icon-box .icon .fs-32 {
  margin-bottom: 34px;
  color: #198754 !important;
}

/*Leadership*/

.leadership-section {
  background: linear-gradient(to right, #f8f9fa, #ffffff);
}

.leader-card {
  transition: 0.4s ease;
}

.leader-img {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.leader-img img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  transition: 0.5s ease;
  border-radius: 20px;
}

/* Overlay */
.leader-overlay {
  position: absolute;
  inset: 0;
  background: #1987549e;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  opacity: 0;
  transition: 0.4s ease;
  border-radius: 20px;
}

.leader-overlay a {
  width: 45px;
  height: 45px;
  background: #ffffff;
  color: #0d6efd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px;
  transition: 0.3s;
}

.leader-overlay a:hover {
  background: #000;
  color: #fff;
}

/* Hover Effects */
.leader-card:hover img {
  transform: scale(1.1);
}

.leader-card:hover .leader-overlay {
  opacity: 1;
}

/* Info */
.leader-info {
  margin-top: 20px;
}

.leader-info h5 {
  font-weight: 700;
  margin-bottom: 5px;
}

.leader-info span {
  color: #6c757d;
  font-size: 14px;
}

.md-msg {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;

  /* Elegant Gradient */
  background: linear-gradient(135deg, #f5f7fa, #e6edf7);
}

/* Common Circle Style */
.circle-bg {
  position: absolute;
  border-radius: 50%;
  z-index: 0;
}

/* Big Left Top */
.circle-1 {
  width: 260px;
  height: 260px;
  top: -80px;
  left: -80px;
  background: rgba(13, 110, 253, 0.15);
}

/* Medium Right Top */
.circle-2 {
  width: 160px;
  height: 160px;
  top: 60px;
  right: 120px;
  background: rgba(25, 135, 84, 0.12);
}

/* Medium Left Center */
.circle-3 {
  width: 200px;
  height: 200px;
  top: 45%;
  left: -70px;
  background: rgba(0, 0, 0, 0.05);
}

/* Small Bottom Right */
.circle-4 {
  width: 120px;
  height: 120px;
  bottom: 60px;
  right: 40px;
  background: rgba(13, 110, 253, 0.1);
}

/* Make content above circles */
.md-msg .container,
.leadership-section .container {
  position: relative;
  z-index: 2;
}

/* ===== Section ===== */
.md-msg {
  padding-top: 80px;
  padding-bottom: 80px;
}

/* Heading */
.md-heading {
  font-weight: 700;
  letter-spacing: 1px;
}

.heading-line {
  width: 80px;
  height: 3px;
  background: #0d6efd;
  margin-top: 15px;
  border-radius: 4px;
}

/* Image */
.md-image-box {
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.md-image-box img {
  width: 100%;
  /*height: 420px;*/
  /*object-fit: cover;*/
  border-radius: 6px;
}

/* Letter Box */
.md-letter {
  background: #ffffff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  line-height: 1.9;
  font-size: 16px;
  color: #333;
  text-align: justify;
}

/* Signature */
.signature {
  display: flex;
  align-items: center;
  gap: 15px;
}

.sign-line {
  width: 60px;
  height: 2px;
  background: #0d6efd;
}

/* Responsive */
@media (max-width: 991px) {
  .md-image-box img {
    height: 320px;
  }
}
.leadership-section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 80px;

  /* Soft Corporate Gradient */
  background: linear-gradient(135deg, #f5f7fa, #e6edf7);
}

/* Make content above circles */
.leadership-section .container {
  position: relative;
  z-index: 2;
}

/* Common Circle Style */
.circle-bg {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

/* Top Left Big */
.circle-1 {
  width: 280px;
  height: 280px;
  top: -100px;
  left: -80px;
  background: rgba(13, 110, 253, 0.12);
}

/* Top Right Medium */
.circle-2 {
  width: 180px;
  height: 180px;
  top: 60px;
  right: 100px;
  background: rgba(25, 135, 84, 0.1);
}

/* Center Left Small */
.circle-3 {
  width: 120px;
  height: 120px;
  top: 50%;
  left: 40px;
  background: rgba(0, 0, 0, 0.05);
}

/* Bottom Right Medium */
.circle-4 {
  width: 200px;
  height: 200px;
  bottom: -80px;
  right: -60px;
  background: rgba(13, 110, 253, 0.1);
}

/* Extra Circle (Bottom Center) */
.leadership-section::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  background: rgba(25, 135, 84, 0.08);
  z-index: 1;
}
.widget-tabs .widget-content-tab .widget-content-inner {
  padding: 20px 0px;
}
.widget-tabs.style-has-border {
  border: none;
}
.widget-tabs.style-has-border .widget-menu-tab {
  margin: 0 25px;
}

.store-hero {
  position: relative;
  background: url(../images/np/bannar-well.jpg) center / cover no-repeat;
  padding: 100px 0px;
  overflow: hidden;
}

.store-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55); /* overlay */
  z-index: 1;
}

.store-hero > * {
  position: relative;
  z-index: 2;
}
.store-hero-content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: end;
  padding: 26px;
  z-index: 2;
  color: #fff;
}

.compare-at-price {
  color: rgba(0, 0, 0, 0.55);
  font-size: 20px;
  line-height: 20px;
  text-decoration: line-through;
}

.ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ripple div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }

  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }

  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-container {
  display: flex;
  justify-content: space-between;
}

.customer-sidebar {
  position: sticky;
  left: 0;
  top: 0;
  width: 280px;
  border-radius: 1rem;
  overflow: hidden;
}

.customer-sidebar.customer-sidebar-slim {
  width: 80px;
}

.profile-content {
  width: calc(100% - calc(280px + 2rem));
}

.customer-sidebar-nav li .nav-link {
  padding: 1rem 2rem;
}

.customer-sidebar-nav li .nav-link.active {
  background-color: #19753a;
  color: #fff;
}

.customer-sidebar-nav li .nav-link:hover {
  color: var(--brand-primary);
}

.customer-sidebar-nav li .nav-link i {
  display: inline-block;
  width: 1.5rem;
  text-align: center;
}

.customer-sidebar .heading {
  padding: 1rem;
  display: flex;
  align-items: center;
}

.sidebar-customer-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #19753a;
  color: #fff;
  border-radius: 50%;
  font-size: 1.2rem;
  font-weight: 600;
  margin-right: 0.75rem;
}

.sidebar-customer-name {
  font-size: 1.2rem;
  font-weight: 500;
}

.tf-btn-sm {
  padding: 6px 12px;
  font-size: 0.75rem;
}

.link-brand-primary {
  color: var(--brand-primary);
}

.link-brand-primary:hover {
  color: #da4c00;
}

.floating-message-container {
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  width: min(100%, 400px);
  padding: 1rem;
  overflow-x: hidden;
}
.floating-message {
  background-color: #0dcaf0;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  border-radius: 0.5rem;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  animation: toast-appear 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0.9;
  color: #fff;
}
.floating-message > i {
  font-size: 3rem;
  margin-right: 0.5rem;
}
.floating-message div {
  margin-right: 1.5rem;
}
.floating-message .close-btn {
  position: absolute;
  right: 0.5rem;
  border: none;
  top: 0.8rem;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.floating-message .close-btn:hover {
  background-color: #afafaf;
}
.floating-message.remove {
  animation: toast-disappear 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.floating-message-primary {
  background-color: #5f76e8;
  color: #fff;
}
.floating-message-primary .close-btn {
  color: #fff;
}
.floating-message-secondary {
  background-color: #6c757d;
  color: #fff;
}
.floating-message-secondary .close-btn {
  color: #fff;
}
.floating-message-success {
  background-color: #198754;
  color: #fff;
}
.floating-message-success .close-btn {
  color: #fff;
}
.floating-message-info {
  background-color: #0dcaf0;
  color: #fff;
}
.floating-message-info .close-btn {
  color: #fff;
}
.floating-message-warning {
  background-color: #f97316;
  color: #fff;
}
.floating-message-warning .close-btn {
  color: #fff;
}
.floating-message-danger {
  background-color: #dc3545;
  color: #fff;
}
.floating-message-danger .close-btn {
  color: #fff;
}
.floating-message-light {
  background-color: #f8f9fa;
  color: #000;
}
.floating-message-light .close-btn {
  color: #000;
}
.floating-message-dark {
  background-color: #212529;
  color: #fff;
}
.floating-message-dark .close-btn {
  color: #fff;
}
.floating-message-yellow {
  background-color: #ffc107;
  color: #fff;
}
.floating-message-yellow .close-btn {
  color: #fff;
}
.floating-message-purple {
  background-color: #5f76e8;
  color: #fff;
}
.floating-message-purple .close-btn {
  color: #fff;
}
.floating-message-brand-primary {
  background-color: #ff7433;
  color: #fff;
}
.floating-message-brand-primary .close-btn {
  color: #fff;
}
@keyframes toast-appear {
  from {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes toast-disappear {
  from {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
  to {
    transform: translate3d(400px, 0, 0);
    opacity: 0;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.order-steps {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.order-steps .active {
  color: var(--accent);
  font-weight: 600;
}

.order-steps .order-step-time {
  font-size: 10px;
  font-weight: normal;
}

.order-step-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

.order-step-item div {
  line-height: 1;
}

.gallery-item::before {
  background-color: transparent;
}

.job-title {
  line-height: 1.5 !important;
}

.job-badge {
  background-color: rgba(52, 197, 125, 0.2);
  border-radius: 0.5rem;
  color: #214332;
  font-size: 0.875rem;
  padding: 4px 8px;
  font-weight: 700;
}

.btn-dark {
  background-color: #000;
}

.grow {
  flex-grow: 1;
}

textarea.tf-input {
  height: auto !important;
}

.tf-input-career {
  padding: 6px 18px !important;
}

.tf-input-career[type="file"] {
  width: 100%;
}

.tf-input-career[type="file"]::file-selector-button {
  padding: 0.375rem 1.25rem;
  margin: -0.35rem -1.25rem;
  -webkit-margin-end: 1.25rem;
  margin-inline-end: 1.25rem;
  background-color: #000;
  color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  height: 50px;
}

.variant-wrapper {
  display: flex !important;
  gap: 12px !important;
  flex-wrap: wrap !important;
}

.variant-wrapper input {
  display: none !important;
}

.variant-box {
  width: 110px !important;
  border: 2px solid #dcdcdc !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  cursor: pointer !important;
  background: #f1f1f1 !important;
  text-align: center !important;
  transition: 0.3s !important;
}

/* TOP PART */
.variant-top {
  padding: 10px !important;
  background: #e5e5e5 !important;
  font-weight: 600 !important;
  border-bottom: 1px solid #ccc !important;
}

/* BOTTOM PART */
.variant-bottom {
  padding: 10px !important;
  font-size: 14px !important;
}

/* ACTIVE STATE */
.variant-wrapper input:checked + .variant-box {
  border-color: #19753a !important;
  background: #e8f8f2 !important;
}

.variant-wrapper input:checked + .variant-box .variant-top {
  background: #19753a !important;
  color: #fff !important;
}

.variant-wrapper input:checked + .variant-box .variant-bottom {
  color: #19753a !important;
  font-weight: 600 !important;
}

/* HOVER */
.variant-box:hover {
  border-color: #3bb77e !important;
}

.prescribe-btn {
  width: 48%;
  padding: 0px 10px;
  background-color: #214332;
  text-align: center;
  margin-right: 6px;
  border-radius: 5px;
  transition: 0.3s;
}
.prescribe-btn a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  line-height: 32px;
  text-shadow: 0px 1px #3a3131;
}
.flat-accordion1.style-default .toggle-title,
.flat-accordion.style-default .toggle-title {
  font-size: 18px;
}

.variant-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.variant-wrapper input[type="radio"] {
  display: none;
}

.variant-box {
  width: 110px;
  border: 2px solid #d9d9d9;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  background: #efefef;
  text-align: center;
  transition: all 0.2s ease;
  display: inline-block;
}

.variant-top {
  padding: 14px 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
  background: #efefef;
  border-bottom: 1px solid #d9d9d9;
}

.variant-bottom {
  padding: 12px 10px;
  font-weight: 700;
  font-size: 24px;
  color: #000;
  background: #efefef;
}

.variant-wrapper input[type="radio"]:checked + .variant-box {
  border-color: #198754;
  background: #f3f3f3;
}

.variant-wrapper input[type="radio"]:checked + .variant-box .variant-top {
  background: #198754;
  color: #fff;
  border-bottom: 1px solid #198754;
}

.variant-wrapper input[type="radio"]:checked + .variant-box .variant-bottom {
  color: #198754;
  background: #f3f3f3;
}

.tf-main-product.section-image-zoom
  a.tf-btn.btn-fill.justify-content-center.fw-6.fs-16.flex-grow-1.animate-hover-btn.btn-add-to-cart {
  font-size: 18px !important;
}

.tf-main-product.section-image-zoom h5,
.des-d {
  font-weight: 600;
}

.prescribe-btn:hover {
  background: #19753a;
}

label.required::after {
  content: " *";
  color: red;
}

.wishlist-table {
  width: 100%;
}

.wishlist-row {
  transition: all 0.3s ease;
  border-bottom: 1px solid #eee;
}

.wishlist-row:hover {
  background: #f9fafb;
}

.wishlist-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}

.wishlist-content {
  vertical-align: middle;
}

.product-title {
  font-weight: 600;
  color: #111;
  text-decoration: none;
}

.product-title:hover {
  color: #16a34a;
}

.price-box {
  display: flex;
  gap: 10px;
  align-items: center;
}

.price-new {
  color: #16a34a;
  font-weight: 600;
}

.price-old {
  text-decoration: line-through;
  color: #999;
}

.remove-btn {
  background: #f3f4f6;
  border: none;
  padding: 6px 10px;
  border-radius: 50%;
  transition: 0.3s;
  cursor: pointer;
}

.remove-btn:hover {
  background: #ef4444;
  color: #fff;
}

.empty-box {
  color: #777;
  font-size: 16px;
}

/*Order Details*/

/* ===== ORDER PAGE ===== */

.order-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #222;
  line-height: 26px;
}

/* ===== ORDER STEPS ===== */

.order-steps-modern {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 30px 0;
  flex-wrap: wrap;
}

.order-step-item {
  flex: 1;
  min-width: 120px;
  text-align: left;
  padding: 15px 10px;
  border-radius: 12px;
  background: #f5f7fa;
  position: relative;
  transition: all 0.3s ease;
}

.order-step-item.active {
  background: #198754;
  color: #fff;
  box-shadow: 0 6px 18px rgba(13, 110, 253, 0.2);
}

.order-step-item .icon {
  font-size: 20px;
  margin-bottom: 6px;
  display: block;
}

.order-step-time {
  font-size: 12px;
  opacity: 0.8;
}

/* ===== BILLING INFO ===== */

.billing-box {
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eee;
  margin-top: 20px;
}

.billing-box p {
  margin-bottom: 2px;
}

.billing-box .fw-bold {
  font-size: 13px;
  color: #666;
}

/* ===== ORDER TABLE ===== */

.order-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  border: 1px solid #eee;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

.order-card table {
  margin-bottom: 0;
}

.order-card th {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.order-card td {
  vertical-align: middle;
  font-size: 14px;
}

.order-card tbody tr {
  transition: 0.2s;
}

.order-card tbody tr:hover {
  background: #f9f9f9;
}

/* ===== TOTAL SECTION ===== */

.order-card .fw-bold {
  font-size: 15px;
}

/* ===== RESPONSIVE ===== */

@media (max-width: 768px) {
  .order-steps-modern {
    flex-direction: column;
  }

  .order-step-item {
    text-align: left;
  }
}

.btn-fill {
  background-color: #198754;
  border: 1px solid #198754;
  color: var(--white);
}

.order-card th {
  color: #000000;
  border-bottom: 1px solid #1987546e;
}
.order-card td,
.order-card table {
  border: 1px solid #1987546e !important;
}

/*.card-product .card-product-info {*/
/*        padding-top: 20px;*/
/*        gap: 22px;*/
/*    }*/

.skiptranslate.goog-te-gadget {
  overflow: hidden;
  width: 88px;
}

.skiptranslate.goog-te-gadget > *:not(div) {
  display: none;
}

.goog-te-combo {
  border: none;
  background: #f5f5ec;
  width: 80px;
  overflow: hidden;
}

.tf-product-info-quantity.single-p-page .quantity-title {
  margin-bottom: 0px !important;
  background: #198754;
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
}
.authentic-badge {
  color: #28a745; /* green */
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
}

.check-icon {
  font-size: 18px;
}

.product-feature-bar {
  display: grid;
  grid-template-columns: repeat(4, 1fr) 0px;
  border: 1px solid #eee;
  background: #fff;
  margin-top: 30px;
}

.feature-item {
  min-height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-right: 1px solid #eee;
  text-align: center;
}

.feature-item i {
  color: #6bb122;
  font-size: 32px;
}

.feature-item span {
  font-size: 16px;
  font-weight: 700;
  color: #444;
}

.feature-item a {
  color: #6bb122;
  font-size: 13px;
  font-weight: 600;
}

.feature-download {
  background: #6bb122;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 15px;
}

.download-btn {
  background: #fff;
  color: #333;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.download-btn i {
  margin-right: 6px;
}
.goog-te-gadget span {
  display: none !important;
}
.goog-te-gadget {
  font-size: 0 !important;
}

.goog-te-combo {
  font-size: 14px !important; /* dropdown text visible ????? */
}

.logo-header img {
  width: auto;
  padding: 5px 0px;
}
.tf-img-with-text.style-4 .text {
  font-size: 16px;
  text-align: justify;
}
.widget-facet .cate-item a {
  font-size: 16px;
}
.wd-categories .facet-title {
  font-size: 22px !important;
}
.whatsapp-chat {
    position: fixed;
    right: 30px;
    bottom: 130px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Label */
.wa-label {
  background: #fff;
  padding: 10px 16px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Online Dot */
.online-dot {
  width: 10px;
  height: 10px;
  background: #25d366;
  border-radius: 50%;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/* WhatsApp Button */
.wa-btn {
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

/* Popup */
.chat-popup {
  position: absolute;
  right: 0;
  bottom: 80px;
  width: 330px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  display: none;
}

/* Header */
.chat-header {
  background: #25d366;
  color: #fff;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.chat-header small {
  opacity: 0.9;
}

.close-chat {
  cursor: pointer;
  font-size: 18px;
}

/* Body */
.chat-body {
  padding: 15px;
}

.chat-message {
  background: #f5f5f5;
  padding: 12px;
  border-radius: 12px;
  margin-bottom: 15px;
  font-size: 14px;
}

.chat-body textarea {
  width: 100%;
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 12px;
  resize: none;
  outline: none;
}

.chat-body button {
  width: 100%;
  margin-top: 12px;
  border: none;
  background: #25d366;
  color: #fff;
  padding: 14px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}

.btn-order-red {
  background: #dc3545 !important;
  border-color: #dc3545 !important;
  color: #fff !important;
}

.btn-order-red:hover {
  background: #bb2d3b !important;
  border-color: #bb2d3b !important;
}

i.icon.fs-16 {
  color: #214332;
}

.about-text p{
  text-align: left !important;
}@media (max-width: 767px) {
    .tf-grid-layout.wrapper-shop.tf-col-4 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
.tf-slideshow
 {
    overflow: hidden;
    margin: 20px 20px 20px 20px;
    height: 112px !important;
}
h3.newsroom-title {
    font-size: 35px;
    line-height: 32.2px;
    padding-top: 15px;
}

.b4 {
        top: 100px;
        right: 12px;
    }
    .sm {
        width: 144px;
        height: 146px;
    }
    .b2 {
        top: 135px;
        left: -22px;
    }
    
    .pharma-stats {
    padding: 70px 0 100px 0px;
}
.flat-title .title {
    text-align: center !important;
    display: block;
    margin: auto;
    font-weight: 800;
}
 .pharma-left .flat-title .title{
 margin-left: 15px;
}
        .pharma-left p {
        padding: 14px;
        margin-left: -26px;
    }
    
}

.tf-slideshow .banner-wrapper{
    position: relative;
}

.tf-slideshow .box-content{
    position: absolute !important;
    left: 60px !important;
    bottom: 40px !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;

    display: flex;
    align-items: flex-end;

    width: auto !important;
    height: auto !important;

    text-align: left !important;
    z-index: 5;
}

.tf-slideshow .box-content .text{
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}