/* Regular */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-Regular-Trial.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Italic */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-RegularItalic-Trial.otf")
    format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-Light-Trial.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-LightItalic-Trial.otf")
    format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-Medium-Trial.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-MediumItalic-Trial.otf")
    format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-Bold-Trial.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-BoldItalic-Trial.otf")
    format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-Black-Trial.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-BlackItalic-Trial.otf")
    format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Thin */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-Thin-Trial.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: "Canela";
  src: url("../fonts/canela_family/Canela-ThinItalic-Trial.otf")
    format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

/* Roman (Regular) */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayRoman.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Roman Italic */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayRomanItalic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Light */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayLight.ttf")
    format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/* Light Italic */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayLightItalic.ttf")
    format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

/* Medium */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayMedium.ttf")
    format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

/* Medium Italic */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayMediumItalic.ttf")
    format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

/* Bold */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayBold.ttf")
    format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Bold Italic */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayBoldItalic.ttf")
    format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Black */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayBlack.ttf")
    format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* Black Italic */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayBlackItalic.ttf")
    format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

/* Thin */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayThin.ttf")
    format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Thin Italic */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayThinItalic.ttf")
    format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

/* Extra Thin */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayXThin.ttf")
    format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* Extra Thin Italic */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src: url("../fonts/neue-haas-grotesk/NeueHaasDisplayXThinItalic.ttf")
    format("truetype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

.header-main-menu #menu-main-menu .menu-item-has-children {
  position: relative;
}
.header-main-menu #menu-main-menu .sub-menu {
  background: #eee;
  min-width: 100%;
  position: absolute;
  margin: 0;
  padding: 10px;
  width: 200px;
  border-radius: 1rem;
  visibility: hidden;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.header-main-menu #menu-main-menu .nav-link.dropdown-toggle:after {
  display: none;
}

.header-main-menu #menu-main-menu .sub-menu.show {
  /* transform: translate3d(0px, 0rem, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    display: block; */
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
.header-main-menu #menu-main-menu .sub-menu li {
  list-style: none;
}
.header-main-menu #menu-main-menu .menu-arrow.open-menu i {
  transform: rotate(180deg);
}
*:focus {
  outline: none !important;
  box-shadow: none !important;
}
.single-detail-wrapper {
  padding: 120px 0 0;
}
.single-detail-wrapper .blogEl {
  margin-bottom: 40px;
}
.single-detail-wrapper .postHeader h1 {
  padding: 25px 0 10px;
  margin: 0;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  font-size: 58px;
  line-height: 1.2;
  color: #000;
  margin: 0;
  letter-spacing: 0.02em;
}
.single-detail-wrapper .social-share {
  padding: 20px 0 80px;
}
.postHeader .social-share .social-share-icon a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-detail-wrapper a.blogCategory {
  border-radius: 70px;
  background: #f2e9e4;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
  text-align: center;
  vertical-align: middle;
  font-family: "Neue Haas Grotesk Display Pro";
  color: #242d34;
}
.postHeader .social-share .social-share-icon {
  width: 44px;
  height: 44px;
  background: #9248c3;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.postHeader .social-share .d-flex {
  gap: 10px;
}
.single-detail-wrapper .postFeaturedImage {
  padding: 0 20px;
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
}
/* .single-detail-wrapper .postFeaturedImage .container-custom {
  padding: 0 50px;
} */
.BlogContent {
  margin-top: 100px;
}
.blogback a {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-decoration: none;
  color: #000;
}
.BlogContent h2 {
  margin: 0;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #000;
}
.BlogContent strong {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
}
.BlogContent p {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
  width: 100%;
}
.BlogContent ul {
  margin: 0;
  padding-left: 20px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.BlogContent ul li {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.02em;
}

.blog-card-col p:empty {
  display: none;
}
.blog-card-col {
  display: flex;
}

.blog-card-col {
  animation: fadeUp 0.4s ease both;
}
.blog-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
  height: 100%;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid #242d3414;
}
.card-tag {
  font-size: 12px;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  background: #f2e9e4;
  width: fit-content;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  color: #000;
  margin-bottom: 20px;
}
.blog-card-body h3,
.related-articles-main h3 {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.related-articles-main > h3 {
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 400;
  font-size: 48px;
  line-height: 1.2;
  color: #000;
  letter-spacing: 0.02em;
  margin-bottom: 43px;
}
.BlogRelatedArticles .container {
  max-width: 1440px !important;
  padding: 0 !important;
  width: 100% !important;
  margin: 0 auto;
}
.easyAccessSection {
  background: #9248c305;
}
.related-articles-main h3 em {
  font-weight: 400 !important;
  font-family: "Canela" !important;
  font-style: italic !important;
  color: #9e67e4;
}
.blog-card-body h3 a {
  color: #000;
  text-decoration: none;
}
.easyAccessSection [data-id="40439399"] {
  display: none;
}
.easyAccessSection [data-id="3069bc8"] > div {
  padding-bottom: 0 !important;
}
.related-articles-main {
  padding: 70px 0 130px;
}
.blog-card-body p {
  font-size: 18px;
  font-family: Neue Haas Grotesk Display Pro;
  color: #000;
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-body {
  padding: 24px 33px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-img {
  width: 100%;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}
.postFeaturedImage .container-custom img {
  width: 100%;
  border-radius: 35px;
}
.single-detail-wrapper .BlogContent {
  border-bottom: 1px solid #242d340f;
  padding: 0 20px;
}
.single-detail-wrapper .BlogContent .container {
  max-width: 1100px !important;
  padding: 0 !important;
}

/* .single-detail-wrapper .blog-related-post {
  border: 1px solid #242d3414;
  border-radius: 1px;
} */

/* 16april */
.sts-wrapper {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.sts-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.sts-item {
  flex-shrink: 0;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
}

/* Slider */
.ba-slider {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  cursor: ew-resize;
}
.sts-swiper .swiper-pagination {
  position: relative;
  margin-top: 60px;
}

.sts-swiper .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  background-color: #9e67e41a;
  opacity: 1; /* default opacity remove */
  transition: all 0.3s ease;
}

.sts-swiper .swiper-pagination-bullet-active {
  background-color: #9e67e4;
}
.ba-slider img {
  width: 100%;
  height: 390px !important;
  object-fit: cover;
}

/* After Image */
.ba-slider .resize img {
  position: absolute;
  inset: 0;
  clip-path: inset(0 50% 0 0);
}

/* Handle */
.sts-swiper .handle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: bold;
}
/* 
Line
.sts-swiper .handle::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 200%;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
} */

/* Dots */
.sts-dots {
  text-align: center;
  margin-top: 20px;
}

.sts-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ddd;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
}

.sts-dots span.active {
  background: purple;
}
.sts-dots {
  text-align: center;
  margin-top: 20px;
}

.sts-dots span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #ddd;
  margin: 0 5px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.sts-dots span.active {
  background: purple;
  width: 8px;
  border-radius: 10px;
}
.sts-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  cursor: grab;
}

.sts-track::-webkit-scrollbar {
  display: none;
}
.BlogRelatedArticles {
  padding: 0 20px;
}
.sts-item {
  min-width: calc(33.33% - 30px);
  flex-shrink: 0;
}
div#previewArea {
  width: 100%;
  height: 300px;
  border: 1px solid #242d3414;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 25px;
}
div#actionsArea button {
  background: transparent;
  padding: 19px 20px;
  border-radius: 30px;
  text-decoration: none;
  color: #000;
  font-family: Neue Haas Grotesk Display Pro;
  font-weight: 500;
  font-size: 16px;
  display: flex;
  justify-content: center;
  gap: 8px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #b6bf8a;
  transition: all 0.3s ease;
}
.fade {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  will-change: opacity;
  backface-visibility: hidden;
}

.woocommerce a.remove:hover {
  color: transparent;
  background: transparent;
}
.shop_table .actions {
  display: table-cell;
}
.qty-grid-box.qty-static input.qty {
  border: 0;
  text-align: center;
  max-width: 100%;
}
.qty-grid-box.qty-static {
  height: 36px;
  justify-content: center;
}
.header-cart .cart-count {
  position: absolute;
  top: -10px;
  font-size: 12px;
  background: #b6bf8a;
  color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 1024px) {
  .single-detail-wrapper {
    padding: 70px 0 0;
  }
  .single-detail-wrapper .postHeader h1 {
    padding: 20px 0 10px;
    font-size: 45px;
  }
  .single-detail-wrapper .social-share {
    padding: 20px 0 40px;
  }
  .BlogContent {
    margin-top: 50px;
  }
  .BlogContent p {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .BlogContent ul li {
    font-size: 16px;
    line-height: 25px;
  }
  .related-articles-main > h3 {
    font-size: 40px;
    margin-bottom: 26px;
  }
  .related-articles-main {
    padding: 40px 0 70px;
  }

  .related-articles-main .row,
  .easyAccessSection .elementor-element.elementor-element-3069bc8 .e-con-inner {
    gap: 30px;
  }
  .postFeaturedImage .container-custom img {
    width: 100%;
    border-radius: 15px;
  }
  .blog-card-body {
    padding: 15px;
  }
  .blog-card-body h3,
  .related-articles-main h3 {
    font-size: 20px;
  }
}

/*  18 may*/
/* mobile-css-start */
div#drw {
  display: none;
}
@media (max-width: 1024px) {
  div#drw {
    display: flex;
  }
  .mobile-login {
    display: block !important;
  }
  .login-btn a {
    font-size: 0;
    gap: 0;
  }
  .login-btn a img,
  .start-btn a,
  .nav-menu {
    display: none;
  }
  .phone {
    width: 100%;
    height: 100vh;
    background: #fff;
    overflow: hidden;
    /* position: relative; */
    position: absolute;
    display: flex;
    top: 0;
    flex-direction: column;
  }

  .hbg {
    display: flex;
    flex-direction: column;
    gap: 4.5px;
    cursor: pointer;
    padding: 5px;
  }
  .hbg span {
    display: block;
    width: 20px;
    height: 2px;
    background: #222;
    border-radius: 2px;
  }

  /* ── OVERLAY ── */
  .overlay-mobil {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 50;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
  }
  .overlay-mobil.open {
    opacity: 1;
    pointer-events: all;
  }

  /* ── MAIN DRAWER (RIGHT side) ── */
  .drawer {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 440px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 60;
    transform: translateX(100%);
    transition: transform 0.33s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .drawer.open {
    transform: translateX(0);
  }

  /* ── SUB PANEL ── */
  .sub {
    position: absolute;
    inset: 0;
    background: #fff;
    z-index: 70;
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
  }
  .sub.open {
    transform: translateX(0);
  }

  /* ── DRAWER HEADER ── */
  .dh {
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #242d3414;
    flex-shrink: 0;
  }
  .dh-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.02em;
  }
  .dh-right {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .cbtn,
  .bbtn {
    background: none;
    border: none;
    cursor: pointer;
    color: #444;
    display: flex;
    align-items: center;
    font-size: 16px;
  }

  /* ── SCROLLABLE ── */
  .scrl {
    overflow-y: auto;
    flex: 1;
    -webkit-overflow-scrolling: touch;
  }

  /* ── HERO ── */
  .hero,
  .shero {
    position: relative;
    height: 215px;
    margin: 20px 25px;
    overflow: hidden;
    border-radius: 15px;
    flex-shrink: 0;
  }
  .hero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .hero-ov {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.8) 83.16%
    );
    border-radius: 15px;
    padding: 23px 30px;
    width: 100%;
    height: 100%;
  }
  .hero-ov h3, .shero-ov h3 {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3 !important;
    max-width: 280px;
    width: 100%;
    color: #fff;
    letter-spacing: 0.02em;
}
  .hero-ov h3 span ,.shero-ov h3 span {
    color: #9e67e4;
}
 .hero-cta ,.shero-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    width: fit-content;
    background: #8b4ce8;
    color: #fff !important;
    text-decoration: none;
    padding: 11px 23px;
    border-radius: 50px;
    font-family: Neue Haas Grotesk Display Pro;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

  /* ── SECTION ROW ── */
  .sec-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 16px 6px;
  }
  .sec-lbl {
    color: #242d34;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0.02em;
  }
  .arrows {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .arr-btn {
    width: 29px;
    height: 29px;
    padding: 0;
    border-radius: 50%;
    background: rgba(146, 72, 195, 0.1);
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
      border-color 0.18s,
      background 0.18s;
  }

  /* ── NAV ROWS ── */
  .nrow {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 23px 25px 17px;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
    color: #1a1a1a;
    transition: background 0.15s;
    border-bottom: 1px solid #242d3414;
  }
  .nrow:hover,
  .nrow:focus {
    background: #faf6ff;
    outline: none;
  }
  .nrow span {
    font-size: 15px;
    font-weight: 600;
  }
  .nrow svg {
    color: #242d34;
  }

  /* ── GET STARTED BTN ── */
  .gs-btn {
    display: inline-block;
    margin: 30px 23px;
    background: #b5bd8b;
    color: #fff !important;
    padding: 15px 63px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }

  /* ── PRODUCT CARDS ── */
  .c-wrap {
    padding: 2px 10px 16px;
    overflow: hidden;
  }
  .c-track {
    display: flex;
    gap: 10px;
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .card {
    margin: 0 5px;
    background: #fff;
    border: 1px solid #242d3414;
    border-radius: 14px;
    padding: 12px 0 0;
    display: flex !important;
    overflow: hidden;
  }
  .scrl a.nrow {
    color: #000000 !important;
}
.mob-wap {
    padding: 10px;
    background: #9248c308;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
  .badge-g {
    color: #000;
    background: #f2e9e4;
    font-weight: 600;
    font-size: 6px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin: 0;
    margin-left: 10px;
    padding: 6px 8px 5px;
    border-radius: 70px;
    width: fit-content;
  }
  .card img {
    width: 72px;
    object-fit: contain;
    display: block;
    margin: 0 auto 8px;
  }
  .card h4 {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.02em;
    line-height: 100%;
    color: #242d34;
    flex-grow: 1;
  }
    .card h4  sup {
    font-size: 8px;
    padding-left: 2px;
    font-weight: 500;
}
  .card p {
    color: #242d34;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 10px;
    line-height: 15px;
    display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
    letter-spacing: 0.02em;
  }
  .card-btn {
    background: #9248c3;
    border-radius: 50px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    font-weight: 600;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
  }
  .card-btn span {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
  }
  .card-btn .arr {
    width: 8px;
    height: 8px;
  }
  .card-btn .arr img {
    width: 8px;
    height: 8px;
  }

  /* ── SUB PANEL HERO ── */
  .sub-title {
    padding: 14px 16px 4px;
    font-size: 20px;
    font-weight: 500;
    color: #111;
  }
  /* .shero { position: relative; height: 148px; overflow: hidden; flex-shrink: 0; } */
  .shero img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .shero-ov {
    position: absolute;
    inset: 0;
    background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.05) 55%,
      transparent 100%
    );
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
 
  
  .all-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px 8px;
  }
  .all-lbl {
    color: #242d34;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.02em;
  }

  /* ── TREATMENT LIST ── */
  .t-list {
    padding: 4px 16px 8px;
  }
  .t-item {
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid #f3f3f3;
    font-size: 14px;
    font-weight: 500;
    color: #242D34 !important;
    text-decoration: none;
    transition: color 0.15s;
  }
  .t-item:last-child {
    border-bottom: none;
  }
  .t-item:hover {
    color: #8b4ce8;
  }

  /* ── ELIGIBILITY BTN ── */
  .elig-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 8px 16px 24px;
    padding: 13px 18px;
    border: 1.5px solid #8b4ce8;
    border-radius: 50px;
    color: #8b4ce8 !important;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition:
      background 0.2s,
      color 0.2s;
  }
  .elig-btn:hover {
    background: #8b4ce8;
    color: #fff;
  }

  /* ── LEARN LIST ── */
  .learn-list {
    padding: 6px 16px 20px;
  }
  .learn-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #f3f3f3;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    transition: color 0.15s;
  }
  .learn-row:last-child {
    border-bottom: none;
  }
  .learn-row:hover {
    color: #8b4ce8;
  }
  .learn-row svg {
    color: #bbb;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  .hero,
  .shero {
    height: 180px;
    margin: 15px 10px;
  }
}
@media (max-width: 575px) {
  .cart-icon,
  .login-btn,
  .search-wrapper {
    display: none;
  }
  .dh-right {
    gap: 15px;
  }
  .nrow {
    padding: 15px 10px;
  }
  .gs-btn {
    margin: 15px 10px;
    padding: 12px 43px;
    font-size: 15px;
  }
}
/* mobile-css-end */
