:root {
  --primary-color: #202020;
  --secondary-color2: #f9f5ed;
  --secondary-color3: #020104;
  --secondary-color4: #ececec;
  --secondary-color5: #313131;
  --bs-white: #fff;
  --bodyFont: "Montserrat", sans-serif;
  --headingFont: "Montserrat", sans-serif;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.4 !important;
  font-size: 18px;
  font-weight: 400;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: var(--primary-color);
  background: #f9f7f1;
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

a {
  display: inline-block;
  outline: 0 !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  text-align: center;
  padding: 0 38px;
  font-size: 13px;
  border-radius: 8px;
  display: block;
  line-height: 43px;
  height: 43px;
  font-weight: 500;
  border-width: 1px;
  text-transform: uppercase;
  color: var(--bs-white);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.btn-light {
  color: #232628;
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: var(--primary-color);
  font-family: var(--headingFont);
}

h1 {
  font-size: 40px;
  font-weight: 600;

  span {
    font-weight: 400;
    font-style: italic;
  }
}

h2 {
  font-size: 40px;
  font-weight: 600;

  span {
    font-weight: 400;
    font-style: italic;
  }
}

h3 {
  font-size: 24px;
  font-weight: 600;
}

h4 {
  font-size: 20px;
  font-weight: 700;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 18px;
}

.p-v-75 {
  padding: 75px 0;
}

/* ========== TOP BAR ========== */
.topbar {
  padding: 19px 0;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--bs-white);
  border-bottom: 1px solid #404040;
}

.topbar a {
  color: var(--bs-white);
}

.topbar a:hover {
  /* color: var(--secondary-color5); */
  font-weight: bold;
}

.topbar .contact-icons i {
  color: var(--accent);
  margin-right: 5px;
}

/* ========== HEADER / STELLARNAV ========== */
header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9999;
}

header.header_two {
  position: relative;
  background-image: url("../images/header_bg.png");
  padding-bottom: 10px;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.logo-icon {
  width: 42px;
  height: 42px;
}

.logo-text {
  line-height: 1.1;
}

.logo-text .logo-main {
  font-family: var(--font-cond);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
  text-transform: uppercase;
}

.logo-text .logo-main span {
  color: var(--accent);
}

.logo-text .logo-sub {
  font-size: 9px;
  letter-spacing: 0.25em;
  color: #888;
  text-transform: uppercase;
}

.nav-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

header .right_content {
  display: flex;
  align-items: center;
  justify-content: end;
}

header .contact-icons.mail_ico {
  height: 36px;
  width: 36px;
  flex: 0 0 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 0.65px solid #ffffff;
  margin-right: 11px;

  svg {
    width: 19px;
    height: 19px;
  }
}

/* StellarNav custom dark theme overrides */
.stellarnav2 {
  background: transparent;

  &>ul {
    display: flex;
    width: 100%;
    flex-grow: 1;
  }
}

.stellarnav2>ul>li>a {
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  color: var(--bs-white) !important;
  padding: 20px 14px;
  transition: color 0.3s;
}

.stellarnav2>ul>li>a:hover {
  font-weight: 800 !important;
}

.stellarnav2>ul>li.active>a {
  font-weight: 800 !important;
}

.stellarnav2 ul ul {
  background: #1c1c1c;
  border: 1px solid #333;
  width: 200px;
}

.stellarnav2 ul ul li a {
  color: #bbb !important;
  font-size: 17px;
  padding: 10px 16px;
}

.stellarnav2 ul ul li a:hover {
  color: var(--accent) !important;
  background: #222;
}

.stellarnav2 li.has-sub>a:after {
  border-top-color: #888;
}

.stellarnav2.mobile ul {
  background: #1c1c1c;
}

.stellarnav2.mobile>ul {
  border-top: 1px solid #333;
}

.stellarnav2.mobile li a {
  border-bottom: 1px solid #2a2a2a;
  color: #ccc !important;
}

.stellarnav2 .menu-toggle {
  color: #ccc;
}

.stellarnav2 .menu-toggle span.bars span {
  background: #ccc;
}

/* header mega-menu */
.stellarnav2>ul>li.has-mega-menu {
  position: static;
}

/* Hide all tabs */
header .tab-content {
  display: none;
}

/* Show active tab */
.tab-content.active {
  display: block;
}

/* Sidebar active */
.sidebar-menu li {
  padding: 14px 20px;
  cursor: pointer;
}

.sidebar-menu li.active {
  background: #dcdcdc;
  font-weight: 600;
}

.mega-menu-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: 0.3s;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);

  .sidebar-wrapper {
    background: #ececec;
    border-radius: 12px;
    width: 100%;
    max-width: 309px;

    .sidebar-title {
      font-size: 20px;
      line-height: 28px;
      color: #020104;
      font-weight: 600;
      margin-bottom: 20px;
      padding-left: 30px;
      padding-top: 25px;
    }

    .sidebar-menu {
      width: 100%;
      background: transparent;
      border: none;

      li {
        border-bottom: 1px solid #bcbcbc;
        padding: 18px 31px;
        color: #202020;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        background: transparent;
        display: flex;
        justify-content: space-between;
        align-items: center;

        &.active {
          background: #f9f7f1;
        }
      }
    }
  }
}

.stellarnav2>ul>li.has-mega-menu:hover .mega-menu-container {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  padding: 47px 0;
}

.cat-pill-card {
  display: flex;
  align-items: center;
  border: 1px solid #898989;
  padding: 8px 22px 8px 8px;
  border-radius: 8px;
  text-decoration: none;
  color: #000;

  .arrow {
    margin-left: auto;
  }
}

.cat-pill-img {
  width: 55px;
  height: 57px;
  background: #ececec;
  border-radius: 12px;
  padding: 9px 9px 14px;
  margin-right: 36px;
}

.cat-pill-img img {
  width: 100%;
}

.cat-pill-text {
  line-height: 20px;
  font-weight: 500;
  color: #202020;
  font-size: 14px;
}

.nav-tabs {
  position: relative;
  width: 100%;
  max-width: 309px;
  display: flex;
  flex-direction: column;
}

.stellarnav2 {
  position: static;
}

.mega-menu-container .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block !important;
  position: relative;
}

.mega-menu-container .sidebar-menu li {
  border-bottom: 1px solid #e0e0e0;
}

.mega-menu-container .sidebar-menu li:last-child {
  border-bottom: none;
}

.mega-menu-container .sidebar-menu a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #202020;
  text-decoration: none;
  transition: background 0.3s;
}

.mega-menu-container .sidebar-menu a:hover {
  background: #e8e7e6;
}

.header_mega_btn {
  background-color: #202020;
  color: #f9f5ed !important;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 10.5px 42.5px;
}

.support_list {
  width: 100%;
  max-width: 460px;
  border: 1px solid #898989;
  border-radius: 8px;
  padding: 27px 18px 24px 23px;
  display: flex;
  gap: 17px;

  .supp_img {
    width: 159px;
    flex: 0 0 159px;
    height: 141px;
    border-radius: 8px;

    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px;
    }
  }

  .con_text {
    text-align: left;

    h6 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 600;
      color: #020104;
      margin-bottom: 2px;
    }

    p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 400;
      color: #020104;
      margin-bottom: 20px;
    }

    .header_mega_btn {
      max-width: 163px;
    }
  }
}

/* ========== HERO SLIDER ========== */
.hero-swiper {
  width: 100%;

  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl~.swiper-button-prev,
  &~.swiper-button-next,
  .swiper-button-next {
    left: auto;
    right: var(--swiper-navigation-sides-offset, 4%);
  }

  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl~.swiper-button-next,
  &~.swiper-button-prev,
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4%);
    right: auto;
  }

  svg {
    height: 50%;
    object-fit: contain;
    transform-origin: center;
    width: 50%;
    fill: currentColor;
    pointer-events: none;
  }
}

.hero-slide {
  position: relative;
  min-height: 540px;
  background: var(--dark2);
  display: flex;
  align-items: center;
  overflow: hidden;

  .btn {
    height: 64px;
    line-height: 64px;

    svg {
      margin-left: 18px;
      width: 39px;
      fill: none;
    }
  }
}

/* .hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    100deg,
    rgba(10, 8, 5, 0.92) 40%,
    rgba(10, 8, 5, 0.3) 100%
  );
  z-index: 1;
} */
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 309px;
  padding-bottom: 114px;
  color: var(--bs-white);
}

.hero-eyebrow {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 14px;
  color: var(--bs-white);
}

.hero-h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 0 0 10px #ffffff;
  color: #fff;

  span {
    font-weight: 400;
    font-size: 50px;

    span {
      font-weight: 300;
      font-size: 36px;
      font-style: italic;
      text-shadow: 0px 1px 10px #fff;
    }
  }
}

.hero-sub {
  margin: 24px 0 63px;
  max-width: 420px;
  line-height: 1.7;
  color: #d1d1d1;
}

.hero-btns {
  display: flex;
  gap: 34px;
  flex-wrap: wrap;
}

.swiper-button-next,
.swiper-button-prev {
  color: #f9f5ed !important;
  background: transparent;
  width: 56px !important;
  height: 56px !important;
  border-radius: 0;
  border: 1px solid #f9f5ed;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px !important;
  font-weight: 700;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}

.swiper-pagination-bullet-active {
  background: var(--accent);
  opacity: 1;
}

.swiper-horizontal {

  .swiper-button-next,
  .swiper-button-prev,
  ~.swiper-button-next,
  ~.swiper-button-prev {
    top: var(--swiper-navigation-top-offset, 60%);
  }
}

.secGap {
  padding: 100px 0 80px;
}

/* ========== PRODUCTS SECTION ========== */
.products-section {
  h1 {
    margin-bottom: 30px;
  }

  .btn {
    line-height: 64px;
    height: 64px;

    svg {
      margin-left: 15px;
    }
  }
}

.product-card {
  text-align: center;
  transition: all 0.3s;
  height: 100%;
  margin-bottom: 72px;
}

.product-card:hover {
  transform: translateY(-3px);
}

.product-card img {
  width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 14px;
}

.product-card h5 {
  font-size: 20px;
  margin-top: 5px;
  font-weight: 500;
}

/* ========== MACHINES SECTION ========== */
.machines-section {
  background: var(--primary-color);
  color: var(--bs-white);

  h2 {
    color: var(--bs-white);
  }

  h6 {
    color: var(--bs-white);
  }

  .btn {
    height: 64px;
    line-height: 64px;
    padding: 0 54px;
  }
}

.machine-swiper {
  overflow: hidden;
  position: relative;
}

.machine-card {}

.machine-top-wrap {
  &:after {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    opacity: 0.07;
    height: 503px;
    content: "";
    background: linear-gradient(135deg,
        rgba(196, 196, 196, 0.1) 0%,
        rgba(201, 201, 201, 0.8) 100%);
    border-radius: 12.98px;
    -webkit-border-radius: 12.98px;
    -moz-border-radius: 12.98px;
    -ms-border-radius: 12.98px;
    -o-border-radius: 12.98px;
    z-index: -1;
    border: rgba(201, 201, 201, 1) 1px solid;
  }
}

.machine-card .machine-img-wrap {
  padding: 0 59px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}

.px-64 {
  padding: 0 64px;
  padding-bottom: 74px !important;
}

.machine-card .machine-img-wrap img {
  height: 465px;
  width: 100%;
  object-fit: contain;
}

/* .machine-info {
  padding: 28px;
} */
.model-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #ddd;
  padding: 0px 28px;
  font-size: 15px;
  font-family: var(--font-cond);
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 12px;
  border-radius: 129px;
  -webkit-border-radius: 129px;
  -moz-border-radius: 129px;
  -ms-border-radius: 129px;
  -o-border-radius: 129px;
  line-height: 46px;
}

.model-badge .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4caf50;
}

.machine-info h3 {
  color: var(--bs-white);
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 28px;
}

.machine-info p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.spec-grid+p {
  font-size: 13px;
  font-weight: 300;
  margin: 15px 0;
}

.spec-item {
  padding: 0;
}

.spec-item .spec-label {
  font-size: 14px;
  color: #7c7c7c;
  display: block;
  margin-bottom: 4px;
}

.spec-item .spec-val {
  font-size: 16px;
  font-weight: 600;
}

.industries-icons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 14px;

  li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    font-size: 13px;
    font-weight: 300;

    img {
      height: 44px;
      object-fit: contain;
      margin-bottom: 10px;
    }
  }
}

.btn-buy {
  background: var(--accent);
  color: #000;
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 24px;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-buy:hover {
  background: var(--accent-light);
}

.btn-compare {
  background: transparent;
  color: var(--text);
  font-family: var(--font-cond);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 10px 24px;
  border: 1px solid var(--border);
  cursor: pointer;
  transition: all 0.3s;
}

.btn-compare:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.machine-thumb-strip {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 14px;
}

.thumb-info {
  letter-spacing: 0.08em;

  p {
    font-size: 16px;
    color: #7c7c7c;
  }

  h4 {
    color: var(--bs-white);
  }
}

.footer {
  background: #202020;
  color: #ccc;
  padding: 60px 0 20px;
  position: relative;
  z-index: 1;

  &::after {
    position: absolute;
    left: 0;
    top: 0;
    background-image: url("../images/footer-side.png");
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-position: left;
    max-width: 600px;
    background-repeat: no-repeat;
  }

  .footer-card {
    background: #424242;
    border-radius: 0;
    padding: 40px 80px;

    ul {
      li {
        margin-bottom: 3px;
        color: #cccccc;
        text-decoration: none;
        display: block;
        margin-bottom: 6px;
        font-size: 15px;
        line-height: 25px;

        a {
          color: #cccccc;
          text-decoration: none;
          display: block;
          margin-bottom: 6px;
          font-size: 15px;
          line-height: 25px;

          &:hover {
            color: #fff;
            font-weight: 500;
          }
        }
      }
    }
  }

  h6 {
    color: #efe8e1;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 12px;
  }
}

.footer a {
  color: #cccccc;
  text-decoration: none;
  /* display: block; */
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 25px;
}

.footer a:hover {
  color: #fff;
}

.social-icons a:hover {
  color: #fff;
}

.client_logos ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* gap: 20px; */
  justify-content: space-between;

  li {
    width: calc(100% / 2 - 20px);

    &:first-child {
      margin-right: 37px;
      margin-bottom: 26px;

      img {
        min-width: 134px;
      }
    }

    &:nth-child(2) {
      margin-bottom: 0;

      img {
        min-width: 101px;
      }
    }

    &:nth-child(3) {
      margin-right: 15px;

      img {
        min-width: 158px;
      }
    }

    &:last-child {
      img {
        min-width: 181px;
      }
    }
  }
}

.footer-bottom {
  text-align: center;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 28px;
  color: #fcfcfc;
  margin-top: 25px;

  a {
    color: inherit;

    &:hover {
      color: #fff;
      font-weight: bold;
    }
  }
}

.social-icons {
  display: flex;
  gap: 33px;

  a {
    color: #efe8e1;
    font-size: 22px;
  }
}

.foo_logo {
  width: 100%;
  max-width: 300px;
}

.expert-section {
  padding: 80px 0;
  text-align: center;

  input {
    height: 62px;
    line-height: 60px;
  }

  .form-control {
    border-radius: 30px;
    padding: 15px 20px 15px 50px;
    border: 1px solid #b9a79f;
    background: transparent;
    font-size: 14px;
    margin-bottom: 32px;

    &::placeholder {
      color: #202020;
    }
  }

  textarea {
    height: 98px;
    resize: none;
    border-radius: 60px;
  }

  form {
    margin-top: 44px;
  }
}

.expert-title {
  margin-bottom: 16px;
  position: relative;
  max-width: 560px;
  margin-inline: auto;
}

.expert-title::before,
.expert-title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 246px;
  height: 1px;
  background: #aaa;
}

.expert-title::before {
  left: 0;
}

.expert-title::after {
  right: 0;
}

.expert-title span {
  font-style: italic;
  font-weight: 400;
}

.form-check-label {
  font-size: 13px;
  color: #444;
}

.submit-btn {
  background: #2c2523;
  color: #fff;
  border-radius: 6px;
  padding: 10px 30px;
  border: none;
  margin-top: 10px;
  font-size: 14px;
}

.submit-btn:hover {
  background: #000;
}

/* @media (max-width: 768px) {
  .expert-title::before,
  .expert-title::after {
    display: none;
  }
} */

.about-section {
  padding: 80px 0;

  .about-text {
    font-size: 15px;
    color: #202020;
    line-height: 26px;
    margin-top: 28px;

    p {
      margin-bottom: 12px;

      &:last-child {
        margin-bottom: 0;
      }
    }
  }

  .image-row {
    margin-top: 45px;

    .img-card {
      height: 333px;
      border-radius: 8px;
      overflow: hidden;
      display: flex;

      .img-card img {
        width: 100%;
        height: 100%;
        border-radius: 8px;
        object-fit: cover;
      }
    }
  }
}

@media (max-width: 768px) {
  .img-card {
    height: 180px;
  }
}

.flame_technology {
  position: relative;
  padding: 80px 0;
  background: #ececec;

  .sec_title {
    text-align: center;
    margin-bottom: 45px;

    p {
      font-size: 16px;
      line-height: 33px;
      font-weight: 400;
    }
  }

  .flame_card {
    background: #ffffff;
    color: #313131;
    text-align: center;
    padding: 55px 44px 26px;
    border-radius: 12px;
    height: stretch;

    h5 {
      font-size: 23px;
      line-height: 32px;
      font-weight: 600;
      margin-bottom: 18px;
      color: #020104;
    }

    p {
      font-size: 15px;
      line-height: 26px;
      font-weight: 400;
    }
  }
}

.application_tab {
  position: relative;
  padding: 80px 0;
  background: #f9f7f1;

  h2 {
    margin-bottom: 48px;
  }
}

.tabSwiper {
  /* padding: 10px 40px; */
  margin-bottom: 70px;
}

.tab-item {
  text-align: center;
  /* background: #f5f5f5; */
  width: 145px;
  cursor: pointer;

  .img_box {
    width: 100%;
    height: 134px;
    border: 1px solid #020104;
    border-radius: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
    padding: 20px;

    img {
      /* width: 100%; */
      height: auto;
      object-fit: contain;
      filter: contrast(0.5);
    }
  }

  span {
    color: #020104;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
  }
}

.swiper-slide-thumb-active {
    & .img_box {
      background-color: #FFFFFF;
        img {
            filter: none;
        }
    }
}
.tab-item i {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
}

/* Active tab */
.swiper-slide-thumb-active {
  span {
    font-weight: bold;
  }
}

.contentSwiper {
  .content {
    h6 {
      color: #202020;
      font-size: 24px;
      line-height: 20px;
      font-weight: 600;
      margin-bottom: 18px;
    }

    p {
      color: #202020;
      font-size: 15px;
      line-height: 26px;
      font-weight: 400;
      margin-bottom: 18px;

      &:last-child {
        margin-bottom: 0;
      }
    }

    .btn {
      height: 64px;
      line-height: 62px;
    }
  }

  .sideImg {
    height: 420px;

    img {
      width: 100%;
      height: 100%;
      border-radius: 8px;
      object-fit: cover;
    }
  }
}

/* Position arrows nicely */
.application_tab .swiper-button-prev,
.application_tab .swiper-button-next {
  color: #1c1a1a !important;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #1c1a1a;
  top: 40%;
  transform: translateY(-60%);
  font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.application_tab .swiper-button-prev:hover,
.application_tab .swiper-button-next:hover {
  color: #fff !important;
}

.application_tab .swiper-button-prev svg,
.application_tab .swiper-button-next svg {
  width: 14px;
}

.tab-prev {
  left: -10px;
}

.tab-next {
  right: -10px;
}

#consent {
  height: 32px;
  width: 32px;
}

.expert-section form .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  label {
    font-size: 15px;
    line-height: 20px;
  }
}

.content-prev,
.content-next {
  color: #333;
}

/* Optional hover */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: #000;
  color: #fff;
}

.flame-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;

  background: #202020;
  z-index: 1;

  /* &::after {
    position: absolute;
    left: 0;
    top: -127px;
    background-image: url("../images/footer-side.png");
    mix-blend-mode: lighten;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    background-position: left;
    max-width: 625px;
    background-repeat: no-repeat;
  } */
  h2 {
    color: #ffffff;
  }

  .btn-light {
    height: 64px;
    line-height: 62px;
  }
}

/* Flame Row */
.flame-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* height: 200px; */
  margin-bottom: 40px;

  li {
    img {
      mix-blend-mode: lighten;
    }

    &:first-child {
      img {
        width: 45px;
        height: auto;
      }
    }

    &:last-child {
      img {
        width: 146px;
        height: auto;
      }
    }
  }
}

.flame-labels {
  padding-left: 20px;

  .label {
    border: 1px solid #ffffff;
    border-top: none;
    margin-bottom: 40px;
    padding: 10px;
    max-width: 95.5%;

    span {
      color: #ffffff;
      font-weight: 14px;
      line-height: 20px;
    }

    &:first-child {
      max-width: 41.5%;
    }

    &:nth-child(2) {
      max-width: 75.5%;
    }
  }
}

#machines {
  .swiper-button-prev {
    left: 7.4%;

    svg {
      width: 14px;
    }
  }

  .swiper-button-next {
    right: 7.4%;

    svg {
      width: 14px;
    }
  }
}

.inner_banner {
  padding-top: 250px;
  padding-bottom: 75px;

  h1 {
    font-size: 48px;
    line-height: 61px;
    color: #ffffff;
    text-transform: uppercase;
  }
}

.about-hero-banner {
  background: url("images/headerbg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 220px;
}

.about-hero-overlay {
  background: rgba(0, 0, 0, 0.55);
  min-height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-hero-title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0;
  padding-top: 80px;
}

.mb-50 {
  margin-bottom: 50px;
}

/* ===== ABOUT THE COMPANY ===== */
.about-company-section {
  padding: 80px 0 60px;
  background: #ffffff;
}

.about-company-heading {
  font-size: 36px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 16px;
}

.about-company-heading span {
  font-weight: 400;
  font-style: italic;
}

.about-company-sub {
  font-size: 14px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 0;
}

.about-company-img {
  height: 100%;
  min-height: 320px;
  overflow: hidden;
}

.about-company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.about-company-text-box {
  background: #f9f7f1;
  border-radius: 12px;
  padding: 68px 62px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  text-align: center;

  p {
    margin-bottom: 16px;

    &:last-child {
      margin-bottom: 0;
    }
  }

  .btn {
    height: 64px;
    line-height: 62px;
    text-transform: capitalize;
  }
}

/* Tablet (≤ 991px) */
@media (max-width: 991px) {
  .about-hero-title {
    font-size: 34px;
    padding-top: 90px;
  }

  .about-company-text-box {
    padding: 30px 28px;
  }
}

/* Mobile (≤ 768px) */
@media (max-width: 768px) {

  /* Hero */
  .about-hero-banner,
  .about-hero-overlay {
    min-height: 180px;
  }

  .about-hero-title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.06em;
    padding-top: 85px;
  }

  /* Company section */
  .about-company-section {
    padding: 50px 0 40px;
  }

  .about-company-heading {
    font-size: 26px;
  }

  .about-company-sub {
    font-size: 13px;
  }

  .about-company-text-box {
    padding: 24px 20px;
    height: auto;
  }

  /* Products */
  .about-products-section .product-card img {
    height: 48px;
  }

  .about-products-section .product-card h5 {
    font-size: 14px;
  }

  /* Expert form */
  .expert-section {
    padding: 50px 0;
  }

  .expert-section .form-control {
    padding: 12px 18px;
    margin-bottom: 16px;
    height: 52px;
    line-height: 50px;
  }

  .expert-section textarea.form-control {
    height: 88px;
    line-height: 1.5;
  }

  .expert-title {
    max-width: 100%;
  }

  /* .expert-title::before,
  .expert-title::after {
    display: none;
  } */
}

/* Small mobile (≤ 480px) */
@media (max-width: 480px) {
  .about-hero-title {
    font-size: 22px;
    padding-top: 80px;
  }

  .about-company-heading {
    font-size: 22px;
  }

  .about-company-text-box {
    padding: 20px 16px;
    font-size: 13.5px;
  }

  .about-products-section .product-card {
    margin-bottom: 40px;
  }
}

.faq-content-section {
  padding: 100px 0 80px;
  background: #fff;

  .sec_title {
    h2 {
      margin-bottom: 15px;
    }

    p {
      color: #202020;
      font-size: 16px;
      line-height: 26px;
    }
  }
}

.faq-main-title {
  font-size: 28px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 12px;
}

.faq-main-title span {
  font-weight: 400;
  font-style: italic;
}

.faq-main-sub {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 50px;
}

/* ===== STAGGERED ACCORDION ===== */
.faq-staggered-list {
  /* max-width: 900px; */
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 29px;
}

.faq-item {
  width: 100%;
  max-width: 823px;
  /* Takes up 60% of the container width to allow them to "stagger" visually */
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
}

/* Pull odds to the left, evens to the right */
.faq-left {
  align-self: flex-start;
}

.faq-right {
  align-self: flex-end;
}

/* Normal state */
.faq-question {
  background: #ececec;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition:
    background 0.2s,
    color 0.2s;
  border-radius: 8px;
}

.faq-text {
  font-size: 18px;
  font-weight: 500;
  color: #292d32;
}

.faq-icon {
  color: #333;
  display: flex;
  align-items: center;
  transition: transform 0.2s;
}

/* Answer state by default */
.faq-answer {
  display: none;
  color: #565656;
  /* hidden until active class is added to item */
}

/* Active state */
.faq-active .faq-question {
  background: #202020;
  /* Dark navy */
  color: #fff;
  border-radius: 8px 8px 0 0;
  /* flat bottom for answer attachment */
}

.faq-active .faq-text,
.faq-active .faq-icon {
  color: #fff;
}

.faq-active .faq-answer {
  background: #fff;
  border: 1px solid #1b2d45;
  border-top: none;
  padding: 24px 20px;
  border-radius: 0 0 8px 8px;
  display: block;
  /* shows the answer */
}

.faq-answer p {
  font-size: 16px;
  color: #565656;
  line-height: 24px;
  margin: 0;
}

/* Hover effect */
.faq-item:not(.faq-active):hover .faq-question {
  background: #e0e0e0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .faq-item {
    width: 75%;
  }
}

@media (max-width: 768px) {

  .faq-hero,
  .faq-hero-overlay {
    min-height: 180px;
  }

  .faq-hero-title {
    font-size: 30px;
    padding-top: 85px;
  }

  .faq-content-section {
    padding: 50px 0;
  }

  .faq-main-title {
    font-size: 24px;
  }

  .faq-main-sub br {
    display: none;
  }

  /* On mobile, staggering takes too much space, make them full width */
  .faq-item {
    width: 100%;
    align-self: center;
  }
}

.inst_title {
  text-align: center;

  h2 {
    margin-bottom: 15px;
  }

  .inst-video-wrap {
    position: relative;
    z-index: 1;
    padding-top: 67px;

    &::after {
      position: absolute;
      left: 0;
      top: 0;
      content: "";
      background-color: #ececec;
      width: 100%;
      height: 299px;
      z-index: -1;
    }

    img {
      border-radius: 12px;
    }
  }
}

.inst-video-section {
  padding: 80px 0 80px;
  background: #fff;
}

.inst-main-sub {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* ===== INSTRUCTIONS LIST ===== */
.inst-list-section {
  padding: 100px 0 80px;
  background: #fff;
}

.inst-blocks-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* The instruction blocks */
.inst-block {
  background: #f9f7f1;
  /* Pale cream */
  border-radius: 12px;
  padding: 39px 81px 32px 66px;
}

.inst-block-text {
  font-size: 16px;
  color: #202020;
  line-height: 1.6;
}

.inst-block-text p:last-child {
  margin-bottom: 0;
}

.inst-block-text strong {
  font-weight: 700;
  color: #202020;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {

  .inst-hero,
  .inst-hero-overlay {
    min-height: 180px;
  }

  .inst-hero-title {
    font-size: 24px;
    padding-top: 85px;
  }

  .inst-video-section {
    padding: 50px 0 20px;
  }

  .inst-list-section {
    padding: 40px 0 60px;
  }

  .inst-block {
    padding: 24px 20px;
  }

  .inst-block-title {
    font-size: 18px;
  }
}

.inst-block-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #0c1421;
  margin-bottom: 9px;
}

.inst-block-text p {
  margin-bottom: 4px;

  &:last-child {
    margin-bottom: 0;
  }
}

.contact-section {
  padding: 100px 0 80px;
  background: #fff;
}

.contact-sub {
  font-size: 16px;
  color: #202020;
  margin: 0 auto;
  margin-top: 12px;
}

/* ===== CONTACT LAYOUT (OVERLAPPING) ===== */
.contact-layout-row {
  position: relative;
  margin-top: 50px;
  align-items: center;
}

/* Left: Info Card */
.contact-info-card {
  background: #fff;
  border: 1px solid #d4d0ca;
  border-radius: 12px;
  padding: 50px 100px 50px 40px;
  /* Extra right padding to avoid text under the gray box */
  position: relative;
  z-index: 1;
  /* Behind */
}

.contact-info-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  color: #0c1421;
  margin-bottom: 28px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}

.contact-info-item:last-child {
  margin-bottom: 0;
}

.contact-icon {
  width: 80px;
  height: 78px;
  border-radius: 50%;
  border: 1px solid #0c1421;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-label {
  font-size: 13px;
  color: #666;
  display: block;
  margin-bottom: 6px;
  margin-top: 4px;
}

.contact-value {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
  line-height: 1.6;
}

/* Right: Form Box */
.contact-form-box {
  background: #ebebeb;
  border-radius: 12px;
  padding: 52px 54px 37px 60px;
  position: relative;
  z-index: 2;
  /* In front */
  margin-left: -50px;
  /* Pull left into the white box */
  box-shadow: -10px 0 40px rgba(0, 0, 0, 0.06);
  /* Shadow showing leftwards */
}

.contact-form-title {
  font-size: 32px;
  line-height: 24px;
  font-weight: 700;
  color: #020104;
  /* Dark navy */
  margin-bottom: 28px;
}

.contact-input,
.contact-textarea {
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 999px;
  /* Pill shape */
  padding: 0 50px;
  font-size: 14px;
  color: #555;
  outline: none;
  margin-bottom: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.02);
}

.contact-input {
  height: 62px;
}

.contact-textarea {
  margin-top: 8px;
  border-radius: 20px;
  padding: 24px;
  resize: none;
  min-height: 135px;
  margin-bottom: 35px;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
  color: #888;
}

.contact-submit-btn {
  background: #202020;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 60px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s;
  margin-top: 10px;
  height: 64px;
  line-height: 1;
}

.contact-submit-btn:hover {
  background: #000;
}

/* ===== MAP ===== */
.contact-map-section {
  padding: 100px 0;
  background: #fff;
}

.contact-map-wrap {
  width: 100%;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background: #eee;
  margin: 0 auto;
  margin-top: 35px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .contact-info-card {
    padding: 40px;
    z-index: 1;
  }

  .contact-form-box {
    margin-left: 0;
    padding: 40px;
    box-shadow: none;
    margin-top: -30px;
    z-index: 2;
  }
}

@media (max-width: 768px) {

  .contact-hero-banner,
  .contact-hero-overlay {
    min-height: 180px;
  }

  .contact-hero-title {
    font-size: 30px;
    padding-top: 85px;
  }

  .contact-section {
    padding: 50px 0;
  }

  .contact-heading {
    font-size: 24px;
  }

  .contact-info-card {
    padding: 30px 20px;
  }

  .contact-form-box {
    padding: 30px 20px;
  }

  .contact-map-wrap {
    height: 300px;
  }
}

.cs-section {
  background: #fff;
  padding: 80px 0 100px;
}

/* ===== HEADING ===== */
.cs-main-heading {
  font-size: 38px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.02em;
}

.cs-main-heading span {
  font-weight: 400;
  font-style: italic;
}

/* ===== CARD ===== */
.cs-card {
  background: #fff;
  border: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 36px;
}

.cs-card-img {
  width: 100%;
  height: 319px;
  overflow: hidden;
  border-radius: 12px;
}

.cs-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition: transform 0.4s ease;
}

.cs-card:hover .cs-card-img img {
  transform: scale(1.04);
}

.cs-card-body {
  padding: 30px 0 0;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cs-card-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #020104;
  margin-bottom: 12px;
}

.cs-card-text {
  font-size: 16px;
  color: #444;
  line-height: 24px;
  margin-bottom: 30px;
  flex: 1;
  max-width: 100%;
}

.cs-read-btn {
  font-size: 13px;
  font-weight: 500;
  padding: 0 44px;
  height: 46px;
  line-height: 46px;
  border-radius: 8px;
  width: auto;
  min-width: 200px;
  text-align: center;
  background: #1e1e1e;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.02em;
}

.cs-read-btn:hover {
  background: #000;
  color: #fff;
}

/* ===== RESPONSIVE ===== */

/* Tablet */
@media (max-width: 991px) {
  .cs-section {
    padding: 60px 0 80px;
  }

  .cs-main-heading {
    font-size: 32px;
  }

  .cs-card-img {
    height: 200px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cs-section {
    padding: 50px 0 60px;
  }

  .cs-main-heading {
    font-size: 26px;
  }

  .cs-card-img {
    height: 200px;
  }

  .cs-card-title {
    font-size: 17px;
  }

  .cs-card-text {
    font-size: 13px;
  }
}

/* Small mobile */
@media (max-width: 480px) {
  .cs-main-heading {
    font-size: 22px;
  }

  .cs-card-img {
    height: auto;
  }
}

.csd-intro-section {
  padding: 110px 0 48px;
  background: #fff;
  text-align: center;

  h1 {
    font-size: 32px;
    line-height: 24px;
    color: #020104;
    margin-bottom: 16px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
    color: #020104;
    margin-bottom: 0;
  }
}

/* ===== HERO IMAGE ===== */
.csd-hero-img-section {
  background: #fff;
  padding-top: 0;
  padding-bottom: 80px;
}

.csd-hero-img-wrap {
  width: 100%;
  border-radius: 14px;
  overflow: hidden;
  height: 420px;
  border: 1px solid #e4e4e4;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.07);
}

.csd-hero-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

/* Meta bar */
.csd-meta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 18px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}

.csd-meta-date {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Pill-shaped outline Share button */
.csd-share-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 16px;
  color: #202020;
  border: 1px solid #202020;
  padding: 7px 22px;
  border-radius: 92px 92px 63px 92px;
  font-weight: 500;
  background: #fff;
  transition: background 0.25s;
  line-height: 1;
  height: 46px;
  line-height: 44px;
  min-width: 150px;
  justify-content: center;
}

.csd-share-btn:hover {
  background: #f4f4f4;
  color: #202020;
}

/* ===== CLIENT REQUIREMENTS — cream background ===== */
.csd-requirements-section {
  padding: 100px 0 80px;
  background: #f9f7f1;
}

.csd-section-heading {
  font-size: 32px;
  line-height: 44px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 20px;
  letter-spacing: 0.01em;

  span {
    font-weight: 400;
    font-style: italic;
  }
}

.csd-requirements-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.csd-requirements-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 18px;
}

.csd-requirements-list li:last-child {
  margin-bottom: 0;
}

.csd-requirements-list li p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  padding-top: 1px;
}

/* SVG circle-check icon — sits left, no background */
.csd-check-icon {
  display: inline-flex;
  flex-shrink: 0;
  margin-top: 6px;
}

/* ===== WHAT WE DID ===== */
.csd-what-section {
  background: #fff;
  padding: 80px 0 80px;
}

/* Image top-aligns with the card top; card extends below */
.csd-what-layout {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.csd-what-img-wrap {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  height: 418px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.csd-what-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

/* White bordered card with rounded corners, image overlaps left side */
.csd-what-card {
  background: #fff;
  border: 1.5px solid #ddd;
  border-radius: 14px;
  padding: 44px 48px 44px 96px;
  margin-left: -85px;
  margin-top: 90px;
  flex: 1;
  position: relative;
  z-index: 1;
}

.csd-what-card .csd-section-heading {
  margin-bottom: 20px;
}

.csd-what-card p {
  font-size: 14px;
  line-height: 1.82;
  color: #333;
  margin-bottom: 14px;
}

.csd-what-card p:last-child {
  margin-bottom: 0;
}

/* ===== OUTCOME ===== */
.csd-outcome-section {
  padding: 100px 0 80px;
  background: #fff;
}

.csd-outcome-text {
  font-size: 16px;
  color: #202020;
  line-height: 26px;
  margin-bottom: 12px;

  &:last-child {
    margin-bottom: 0;
  }
}

/* ===== RESPONSIVE ===== */

@media (max-width: 991px) {
  .csd-intro-section {
    padding: 90px 0 24px;
  }

  .csd-client-name {
    font-size: 26px;
  }

  .csd-hero-img-wrap {
    height: 320px;
  }

  .csd-what-img-wrap {
    height: 260px;
  }

  .csd-what-card {
    padding: 130px 28px 30px 70px;
    margin-left: 0;
    margin-top: -90px;
  }

  .csd-section-heading {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .csd-intro-section {
    padding: 80px 0 20px;
  }

  .csd-client-name {
    font-size: 22px;
  }

  .csd-client-sub {
    font-size: 13px;
  }

  .csd-hero-img-wrap {
    height: 220px;
    border-radius: 10px;
  }

  .csd-meta-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .csd-requirements-section {
    padding: 50px 0 40px;
  }

  .csd-section-heading {
    font-size: 20px;
  }

  /* Stack image and card on mobile */
  .csd-what-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .csd-what-img-wrap {
    width: 100%;
    height: 220px;
    margin-top: 0;
    margin-bottom: 20px;
  }

  /* .csd-what-card {
    margin-left: 0;
    padding: 28px 22px;
    border-radius: 10px;
  }
  .csd-what-section {
    padding: 100px 0 80px;
  } */
  .csd-outcome-section {
    padding: 50px 0 60px;
  }

  .csd-outcome-text {
    font-size: 13.5px;
  }
}

@media (max-width: 480px) {
  .csd-client-name {
    font-size: 20px;
  }

  /* .csd-hero-img-wrap {
    height: 180px;
  } */
  .csd-section-heading {
    font-size: 18px;
    line-height: 1;
  }

  /* .csd-what-card {
    padding: 22px 16px;
  } */
}

.share_box {
  margin-top: 28px;

  .post_date {
    color: #48413a;
    font-size: 18px;
    line-height: 36px;
    display: flex;
    align-items: center;
    gap: 8px;
  }
}

.chem-info-section {
  .sec_title {
    margin-bottom: 48px;

    h2 {
      margin-bottom: 12px;
    }

    p {
      color: #202020;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
    }
  }
}

.chem-info-section {
  background: #fff;
  padding: 80px 0 100px;
}

.chem-main-heading {
  font-size: 26px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 18px;
}

.chem-main-heading span {
  font-weight: 400;
  font-style: italic;
}

.chem-intro-text {
  font-size: 14px;
  color: #555;
  line-height: 1.9;
  max-width: 740px;
  margin: 0 auto;
}

/* ===== CHEMICAL ENTRY: image overlapping cream card ===== */
.chem-entry-layout {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

/* Normal: image left */
.chem-entry-img-wrap {
  flex-shrink: 0;
  width: 39%;
  position: relative;
  z-index: 2;
  border-radius: 10px;
  overflow: hidden;
  height: auto;
}

.chem-entry-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Cream card overlapped by image */
.chem-entry-card {
  background: #f9f7f1;
  border-radius: 12px;
  padding: 34px 34px 34px 110px;
  margin-left: -65px;
  margin-top: 64px;
  flex: 1;
  position: relative;
  z-index: 1;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Reversed: card left, image right */
/* .chem-entry-reverse {
    flex-direction: row-reverse;
} */

.chem-entry-reverse .chem-entry-card {
  padding: 44px 90px 44px 44px;
  margin-left: 0;
  margin-right: -50px;
}

.chem-entry-title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 600;
  color: #0c1421;
  margin-bottom: 16px;
}

.chem-entry-text {
  font-size: 16px;
  line-height: 26px;
  color: #202020;
  font-weight: 400;
  margin-bottom: 5px;

  &::last-child {
    margin-bottom: 0;
  }
}

.chem-entry-text:last-child {
  margin-bottom: 0;
}

.chem-spec-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.chem-spec-list li {
  font-size: 14px;
  color: #444;
  line-height: 2;
  padding-left: 14px;
  position: relative;
}

.chem-spec-list li::before {
  content: "·";
  position: absolute;
  left: 0;
  color: #555;
  font-size: 18px;
  line-height: 2;
}

/* ===== DOWNLOAD SECTION ===== */
.chem-download-section {
  background: #fff;
  padding: 100px 0 80px;
}

.chem-download-heading {
  font-size: 40px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 10px;
}

.chem-download-heading span {
  font-weight: 400;
  font-style: italic;
}

.chem-download-sub {
  font-size: 14px;
  color: #777;
}

/* Three equal download items */
.chem-download-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.chem-download-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
  min-width: 220px;
  background: #f0efee;
  border-radius: 10px;
  padding: 21px 26px 20px 29px;
  gap: 16px;
}

.chem-dl-label {
  font-size: 18px;
  font-weight: 600;
  color: #292d32;
}

.chem-dl-btn {
  font-size: 14px;
  height: 52px;
  line-height: 2.3;
  font-weight: 500;
  background: #1e1e1e;
  color: #fff;
  padding: 9px 32px;
  border-radius: 7px;
  white-space: nowrap;
  transition: background 0.25s;
}

.chem-dl-btn:hover {
  background: #000;
  color: #fff;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .chem-hero-title {
    font-size: 32px;
    padding-top: 90px;
  }

  .chem-entry-img-wrap {
    height: 280px;
  }

  .chem-entry-card {
    padding: 32px 32px 32px 60px;
  }

  .chem-entry-reverse .chem-entry-card {
    padding: 32px 60px 32px 32px;
  }

  .chem-entry-title {
    font-size: 19px;
  }
}

@media (max-width: 768px) {

  .chem-hero-banner,
  .chem-hero-overlay {
    min-height: 180px;
  }

  .chem-hero-title {
    font-size: 26px;
    padding-top: 85px;
  }

  .chem-info-section {
    padding: 50px 0 60px;
  }

  .chem-entry-layout,
  .chem-entry-reverse {
    flex-direction: column;
  }

  .chem-entry-img-wrap {
    width: 100%;
    height: 220px;
    margin-bottom: 0;
    border-radius: 10px 10px 0 0;
  }

  .chem-entry-card {
    margin-left: 0;
    margin-right: 0;
    padding: 28px 22px;
    border-radius: 0 0 10px 10px;
    min-height: auto;
  }

  .chem-entry-reverse .chem-entry-card {
    padding: 28px 22px;
  }

  .chem-entry-layout {
    margin-bottom: 36px;
  }

  .chem-download-item {
    width: 100%;
  }

  .chem-download-heading {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .chem-hero-title {
    font-size: 22px;
  }

  .chem-main-heading {
    font-size: 19px;
  }

  .chem-download-heading {
    font-size: 18px;
  }
}

.sec_padding {
  padding: 100px 0 80px;
}

.reg-wrapper {
  h1 {
    margin-bottom: 30px;
  }
}

.reg-section {
  background: #fff;
}

/* Toggle Buttons */
.reg-toggle-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-bottom: 30px;
}

.reg-toggle-btn {
  border: 1px solid #777;
  background: transparent;
  color: #444;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.reg-toggle-btn.active,
.reg-toggle-btn:hover {
  background: #1e1e1e;
  color: #fff;
  border-color: #1e1e1e;
}

/* Form Box */
.reg-box {
  background: #ececec;
  border-radius: 12px;
  padding: 57px 75px;
  width: 100%;
}

.reg-section-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #020104;
  margin-bottom: 25px;
}

/* Inputs - Pill-shaped */
.reg-input {
  width: 100%;
  height: 62px;
  border: none;
  border-radius: 999px;
  padding: 0 50px;
  font-size: 16px;
  color: #202020;
  outline: none;
  background: #fff;

  &::placeholder {
    color: #202020;
  }
}

.reg-input::placeholder {
  color: #888;
}

/* Checkbox */
.reg-checkbox-wrap {
  margin-top: 20px;
}

.reg-checkbox-label {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #202020;
  cursor: pointer;
  position: relative;
  padding-left: 35px;
  user-select: none;
}

.reg-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.reg-custom-check {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  background-color: transparent;
  border: 1px solid #3e3e3c;
  border-radius: 4px;
}

.reg-checkbox:checked~.reg-custom-check {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

/* Tick mark inside custom checkbox */
.reg-custom-check:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.reg-checkbox:checked~.reg-custom-check:after {
  display: block;
}

/* Submit Button */
.reg-submit-btn {
  background: #2a2a2a;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 60px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s;
  letter-spacing: 0.02em;
  margin-bottom: 25px;
  width: 100%;
  max-width: 465px;
  height: 64px;
  line-height: 1;
}

.reg-submit-btn:hover {
  background: #000;
}

/* Login Link */
.reg-login-link {
  font-size: 18px;
  color: #202020;
  margin: 0;
}

.reg-login-link a {
  color: #202020;
  font-weight: 700;
  text-decoration: none;
}

.reg-login-link a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .reg-section {
    padding: 110px 0 60px;
  }

  .reg-heading {
    font-size: 22px;
  }

  .reg-box {
    padding: 30px 20px;
  }

  .reg-section-title {
    font-size: 15px;
  }
}

.mb-53 {
  margin-bottom: 53px;
}

.login-section {
  background: #fff;

  h1 {
    text-align: center;
  }
}

/* Gray Box */
.login-box {
  background: #f0efee;
  border-radius: 12px;
  padding: 50px;
  width: 100%;
}

.login-box-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  color: #020104;
  margin-bottom: 20px;
}

/* Inputs - Pill-shaped */
.login-input {
  width: 100%;
  height: 62px;
  border: none;
  border-radius: 999px;
  padding: 0 50px;
  font-size: 14px;
  color: #444;
  outline: none;
  background: #fff;
  margin-bottom: 24px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.login-input::placeholder {
  color: #888;
}

/* Forgot link */
.login-forgot-link {
  font-size: 13px;
  font-weight: 700;
  color: #202020;
  text-decoration: underline;
  transition: color 0.2s;
}

.login-forgot-link:hover {
  color: #555;
}

/* Button */
.login-btn {
  width: 100%;
  max-width: 465px;
  margin-inline: auto;
  height: 64px;
  background: #2b2b2b;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s;
  letter-spacing: 0.02em;
  display: block;
  margin-top: 65px;
  margin-bottom: 24px;
}

.login-btn:hover {
  background: #000;
}

/* Register text */
.login-register-text {
  font-size: 18px;
  line-height: 20px;
  color: #202020;
}

.login-register-text a {
  color: #202020;
  font-weight: 700;
  text-decoration: none;
}

.login-register-text a:hover {
  text-decoration: underline;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  /* .login-section {
    padding: 120px 0 80px;
  } */

  .login-heading {
    font-size: 26px;
  }

  .login-box {
    padding: 40px 20px;
  }
}

.login-section.forgot_pass {
  .login-box {
    padding: 103px 74px 99px 62px;

    .login-btn {
      margin-top: 48px;
      margin-bottom: 0;
      width: 100%;
      max-width: 465px;
    }
  }

  h1 {
    margin-bottom: 15px;
  }

  p {
    text-align: center;
    margin-bottom: 30px;
  }
}

.login-section.create_pass {
  h1 {
    margin-bottom: 15px;
  }

  p {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
  }
}

.cp-form {
  .cp-input {
    height: 62px;
    padding: 0 50px;
  }

  .cp-btn {
    margin-top: 72px;
    margin-bottom: 0;
    width: 100%;
    max-width: 465px;
    margin-inline: auto;
    height: 64px;
    background: #2b2b2b;
    display: block;
  }
}

.cp-form {
  max-width: 573px;
  margin: 0 auto;
}

/* Input wrapper for relative positioning */
.cp-input-wrap {
  position: relative;
  width: 100%;
}

/* Input - Pill-shaped */
.cp-input {
  width: 100%;
  height: 52px;
  border: none;
  border-radius: 999px;
  padding: 0 50px 0 24px;
  /* extra right padding for eye icon */
  font-size: 14px;
  color: #444;
  outline: none;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
}

.cp-input::placeholder {
  color: #888;
}

/* Eye icon */
.cp-eye-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  align-items: center;
}

/* Button */
.cp-btn {
  width: 100%;
  height: 50px;
  background: #2b2b2b;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s;
  letter-spacing: 0.02em;
  margin-top: 20px;
}

.cp-btn:hover {
  background: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .cp-section {
    padding: 120px 0 80px;
  }

  .cp-box {
    padding: 40px 20px;
  }

  .cp-heading {
    font-size: 24px;
  }

  .cp-sub {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .cp-sub br {
    display: none;
  }
}

/* ===== CART SECTION ===== */
.cart-section {
  background: #fff;
  padding: 120px 0 100px;
  min-height: 80vh;
}

/* Top row: heading + delivery bar side by side */
.cart-top-row {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}

/* Heading */
.cart-heading {
  font-size: 26px;
  font-weight: 700;
  color: #202020;
  margin: 0;
  white-space: nowrap;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}

.cart-heading span {
  font-weight: 400;
  font-style: italic;
}

/* ===== DELIVERY BAR ===== */
.cart-delivery-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px 16px;
  gap: 16px;
  flex: 1;
}

.cart-delivery-left {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  flex: 1;
}

.cart-delivery-label {
  font-size: 13px;
  font-weight: 600;
  color: #202020;
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.cart-delivery-addr {
  font-size: 13px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

.cart-edit-btn {
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  background: #1e1e1e;
  color: #fff;
  padding: 7px 20px;
  border-radius: 6px;
  white-space: nowrap;
  transition: background 0.25s;
  flex-shrink: 0;
}

.cart-edit-btn:hover {
  background: #000;
  color: #fff;
}

/* ===== CART ITEM ===== */
.cart-item {
  display: flex;
  align-items: center;
  gap: 37px;
  padding: 20px 0;
  border-bottom: 1px solid #999994;
}

.cart-remove-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
  color: #999;
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.cart-remove-btn:hover {
  color: #333;
}

.cart-item-img {
  width: 157px;
  height: 140px;
  padding: 24px 27px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0eeeb;
}

.cart-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cart-item-info {
  flex: 1;
  min-width: 0;
  max-width: 270px;
}

.cart-item-sku {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  display: block;
  margin-bottom: 12px;
}

.cart-item-name {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #020104;
  margin: 0;
}

.cart-item-price {
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 75px;
  text-align: right;
  margin-right: 10px;
}

/* Qty stepper — circular buttons */
.cart-qty {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-shrink: 0;
}

.cart-qty-btn {
  background: #fff;
  border: 0.92px solid #999994;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  color: #a1a1a1;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition:
    border-color 0.2s,
    background 0.2s;
  flex-shrink: 0;
}

.cart-qty-btn:hover {
  border-color: #999;
  background: #f5f5f5;
}

.cart-qty-val {
  font-size: 15px;
  font-weight: 500;
  color: #202020;
  min-width: 20px;
  text-align: center;
  display: inline-block;
}

/* ===== SUMMARY CARD ===== */
.cart-summary-card {
  background: #ececec;
  border: none;
  border-radius: 14px;
  padding: 33px 31px 37px;
  width: 100%;
  max-width: 365px;
  margin-left: auto;
  position: sticky;
  top: 50px;
}

.cart-summary-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #020104;
  margin-bottom: 13px;
}

.cart-summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  color: #555;
  padding-inline: 10px;

  .cart-summary-label {
    color: #606060;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
  }

  .cart-summary-value {
    color: #1b3042;
    font-weight: 600;
    font-size: 18px;
  }
}

.cart-summary-divider {
  border-top: 1px solid #d4d0ca;
  margin: 14px 0;
}

.cart-summary-total {
  font-size: 15px;
  font-weight: 600;
  color: #555;
  margin-bottom: 20px;
}

.cart-summary-total span:last-child {
  font-weight: 700;
  color: #1b2d45;
  font-size: 17px;
}

/* Discount block */
.cart-discount-block {
  background: #ffffff;
  border-radius: 8px;
  padding: 16px 30px 45px 24px;
  margin-bottom: 14px;
  position: relative;
  margin-bottom: 40px;
}

.cart-block-label,
.cart-block-label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #020104;
  display: block;
  margin-bottom: 13px;
}

.cart-discount-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

/* Pill-shaped input */
.cart-discount-input {
  width: 100%;
  height: 50px;
  border: 1px solid #d0d0d0;
  border-radius: 999px;
  padding: 0 32px;
  font-size: 13px;
  outline: none;
  background: #fff;
  color: #202020;

  &::placeholder {
    color: #202020;
  }
}

.cart-discount-input:focus {
  border-color: #aaa;
}

/* Add button: centered, rectangular with border */
.cart-discount-add-btn {
  height: 38px;
  padding: 0 50px;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #202020;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
  align-self: center;
  position: absolute;
  bottom: -19px;
}

.cart-discount-add-btn:hover {
  background: #f0f0f0;
}

/* Instruction note */
.cart-note-block {
  /* background: #fff;
    border-radius: 12px;
    padding: 16px 16px; */
  margin-bottom: 40px;

  .cart-block-label {
    margin-bottom: 8px;
  }
}

.cart-note-textarea {
  width: 100%;
  border: none;
  resize: none;
  font-size: 13px;
  color: #202020;
  outline: none;
  background: transparent;
  line-height: 1.6;
  padding: 15px 32px;
  min-height: 86px;
  border-radius: 12px;
  border: 1px solid #d0d0d0;
  background: #ffffff;
}

.cart-note-textarea::placeholder {
  color: #aaa;
}

/* Checkout button */
.cart-checkout-btn {
  width: 100%;
  background: #1e1e1e;
  color: #fff;
  border: none;
  border-radius: 12px;
  height: 52px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s;
  letter-spacing: 0.02em;
}

.cart-checkout-btn:hover {
  background: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .cart-section {
    padding: 100px 0 80px;
  }

  .cart-heading {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .cart-section {
    padding: 90px 0 60px;
  }

  .cart-top-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .cart-heading {
    font-size: 20px;
  }

  .cart-delivery-bar {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .cart-item {
    gap: 10px;
    flex-wrap: wrap;
  }

  .cart-item-price {
    min-width: auto;
  }

  .cart-item-img {
    width: 64px;
    height: 64px;
  }

  .cart-summary-card {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  .cart-heading {
    font-size: 18px;
  }

  .cart-item {
    position: relative;
    padding-right: 10px;
  }

  .cart-remove-btn {
    position: absolute;
    top: 20px;
    right: 0;
  }
}

.confirmed-section {
  background: #fff;
}

.success-icon-wrap {
  font-size: 80px;
  color: #2b2b2b;
  line-height: 1;
  margin-bottom: 20px;
}

.confirmed-title {
  font-size: 32px;
  font-weight: 700;
  color: #292929;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.confirmed-title span {
  font-weight: 400;
  font-style: italic;
}

.confirmed-text {
  font-size: 18px;
  color: #565656;
  line-height: 23px;
  margin-bottom: 35px;
}

/* Order Details Card */
.odc-wrapper {
  /* max-width: 1000px;
    margin: 0 auto; */
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.odc-main {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.odc-header {
  background: #2d2b2b;
  display: flex;
  padding: 25.5px 44px;
  border-radius: 18px 18px 0 0;
}

.odc-header .odc-col {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}

.odc-body {
  background: #ececec;
  display: flex;
  padding: 24px 30px;
  position: relative;
  border-radius: 0 0 18px 18px;
}

.odc-body .odc-col {
  color: #020104;
  font-size: 20px;
  line-height: 23px;
  font-weight: 500;
}

.odc-col {
  flex: 1;
  text-align: left;
}

.odc-action {
  width: 209px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -27px;
  right: 95px;
  height: 57px;
}

.btn-download {
  position: relative;
  z-index: 1;
  background: #fff;
  color: #111;
  border: none;
  border-radius: 6px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
}

.btn-download:hover {
  background: #f8f8f8;
  color: #000;
}

.action-wrap {
  margin-top: 40px;
}

.btn-explore {
  background: transparent;
  border: 0.7px solid #202020;
  color: #202020;
  padding: 0 37px;
  height: 64px;
  line-height: 62px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  margin: 0 auto;
  display: inline-block;
}

.btn-explore:hover {
  border-color: #202020;
  background: #202020;
  color: #fff;
}

@media (max-width: 900px) {
  .odc-wrapper {
    flex-direction: column;
  }

  .odc-action {
    width: 100%;
    padding: 20px 0;
  }

  .odc-action::before {
    bottom: 0;
  }

  .odc-action::after {
    display: none;
  }
}

@media (max-width: 768px) {
  /* .confirmed-section {
    padding: 120px 15px 80px;
  }
  .odc-header,
  .odc-body {
    flex-direction: column;
    padding: 20px;
    gap: 10px;
  }
  .odc-header {
    display: none;
  }
  .odc-body .odc-col {
    text-align: center;
  } */
}

.order-status-section {
  background: #fff;
}

/* Header */
.status-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}

.status-header .left h2 {
  font-size: 18px;
  font-weight: 700;
  color: #020104;
  margin-bottom: 13px;
}

.status-header .left p {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 400;
  color: #020104;
}

.tracking-badge {
  background: #2d2b2b;
  color: #f9f7f1;
  padding: 12.45px 29px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 300;
}

.tracking-badge strong {
  font-weight: 400;
}

/* Card */
.status-card {
  background: #f0efee;
  border-radius: 12px;
  padding: 55px 77px;
}

/* Stepper */
.stepper-wrapper {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.progress-line-bg {
  position: absolute;
  top: 100px;
  left: 12.5%;
  right: 12.5%;
  height: 8px;
  background: #fff;
  border-radius: 4px;
  z-index: 1;
}

.progress-line-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #3a3a3a;
  border-radius: 4px;
}

.step {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 25%;
}

.step-icon {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;

  &::after {
    position: absolute;
    z-index: -1;
    content: "";
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #ffffff;
    bottom: 3px;
    left: 50%;
  }
}

.step-title {
  font-size: 20px;
  font-weight: 500;
  color: #020104;
  margin-bottom: 16px;
  line-height: 20px;
}

.step-indicator {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  position: relative;
  z-index: 3;
}

.step-indicator.active {
  background: #3a3a3a;
  color: #fff;
  border: 2px solid #3a3a3a;
}

.step-indicator.inactive {
  background: #a5a5a5;
  color: #ffffff;
  /* No check yet */
  border: 2px solid #a5a5a5;
}

.step-date {
  font-size: 18px;
  font-weight: 400;
  color: #202020;
  line-height: 1.5;
}

.order-status-section .action-wrap {
  text-align: center;
  margin-top: 50px;
  display: flex;
  justify-content: center;
}

.btn-back {
  background: transparent;
  border: 0.7px solid #202020;
  color: #202020;
  padding: 0 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 260px;
  height: 64px;
  line-height: 62px;

  &:hover {
    background-color: #020104;
    color: #ffffff;
  }
}

@media (max-width: 768px) {
  /* .order-status-section {
    padding: 120px 0 80px;
  }
  .status-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .status-card {
    padding: 40px 15px;
  }
  .progress-line-bg {
    display: none;
  }
  .stepper-wrapper {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .step {
    width: 100%;
  } */
}

.otp-section {
  background: #fff;
}

.otp-card {
  background: #ececec;
  border-radius: 12px;
  padding: 50px;
  text-align: center;
}

.otp-card h2 {
  font-size: 40px;
  line-height: 61px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 12px;
}

.otp-card h2 span {
  font-weight: 500;
  font-style: italic;
}

.otp-instruction {
  font-size: 15px;
  color: #202020;
  margin-bottom: 20px;
}

.otp-card h3 {
  font-size: 28px;
  line-height: 40px;
  font-weight: 400;
  color: #202020;
  margin-bottom: 24px;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 31px;
  margin-bottom: 30px;
}

.otp-box {
  width: 80px;
  height: 80px;
  border: 1.98px solid #202020;
  border-radius: 6px;
  background: transparent;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #2b2b2b;
  outline: none;
  transition: all 0.3s;
  position: relative;
  z-index: 1;

  &::after {
    position: absolute;
    bottom: 30px;
    width: 50px;
    height: 1px;
    border: 1.98px solid #8b8b8b;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    z-index: 2;
    background: #8b8b8b;
  }
}

.otp-box:focus {
  border-color: #000;
  background: #fff;
}

.resend-text {
  font-size: 25px;
  line-height: 40px;
  color: #474747;
  margin-bottom: 30px;
}

.resend-text span {
  font-weight: 700;
  color: #202020;
}

.btn-verify {
  background: #202020;
  border: 1px solid #202020 !important;
  color: #fff;
  border: none;
  padding: 0 40px;
  height: 64px;
  line-height: 62px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 465px;
  margin-inline: auto;
  text-transform: capitalize;
  transition: background 0.3s;

  &:hover {
    background: #ffffff !important;
    color: #202020;
  }
}

.btn-verify:hover {
  background: #000;
}

@media (max-width: 768px) {
  .otp-section {
    padding: 120px 15px 80px;
  }

  .otp-card {
    padding: 40px 20px;
  }

  .otp-card h2 {
    font-size: 28px;
  }

  .otp-box {
    width: 44px;
    height: 48px;
    gap: 8px;
    font-size: 20px;
  }
}

.prod_img {
  padding-right: 20px;

  .main-img-wrap {
    background: #ececec;
    padding: 62px 71px 52px;
    margin-bottom: 28px;
  }

  .thumb-wrap {
    display: flex;
    gap: 21px;
  }

  .thumb-item {
    padding: 18px 28px;
    background: #ececec;
    border-radius: 12px;
    width: calc(25% - 10px);
    border-radius: 12px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    border: 2px solid transparent;
  }
}

.form-main-title {
  font-size: 32px;
  font-weight: 700;
  color: #202020;
  text-align: center;
  text-transform: uppercase;
}

.form-main-title span {
  font-weight: 400;
  font-style: italic;
}

.prod-card {
  background: transparent;
}

.prod-img-box {
  background: #ececec;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 44px;
  height: 293px;
}

.prod-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: darken;
}

.prod-info {
  padding: 20px 20px 28px;
}

.prod-cat {
  font-size: 14px;
  line-height: 20px;
  color: #020104;
  margin-bottom: 2px;
  font-weight: 400;
  text-transform: uppercase;
}

.prod-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #020104;
  margin-bottom: 8px;
}

.prod-price {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #020104;
}

.prod-actions {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  gap: 13px;
}

.btn-buy {
  background: #333;
  color: #fff;
  border: none;
  font-size: 10px;
  padding: 0;
  height: 41px;
  line-height: 41px;
  border-radius: 4px;
  width: 100%;
  max-width: 148px;
}

.recommendedSec {
  padding-bottom: 125px;

  .swiper_btn {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 146px;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .swiper-button-next {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #1c1a1a;

    svg {
      fill: #1c1a1a;
      color: #1c1a1a;
      width: 12px;
    }

    &:hover {
      svg {
        fill: #ffffff;
        color: #ffffff;
      }
    }
  }

  .swiper-button-prev {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 1px solid #1c1a1a;

    svg {
      fill: #1c1a1a;
      color: #1c1a1a;
      width: 12px;
    }

    &:hover {
      svg {
        fill: #ffffff;
        color: #ffffff;
      }
    }
  }
}

.btn-buy:hover {
  background: #000;
  color: #fff;
}

.btn-outline {
  background: transparent;
  color: #333;
  border: 1px solid #ccc;
  font-size: 10px;
  padding: 0;
  height: 41px;
  line-height: 41px;
  border-radius: 4px;
  width: 100%;
  max-width: 148px;
}

.btn-outline:hover {
  background: #f8f8f8;
  color: #111;
  border-color: #333;
}

/* Product Details Layout */
.product-details-main {
  background: #fff;
  padding: 100px 0 80px;

  .select-wrapper {
    position: relative;
    /* width: 300px; */
  }

  .select-box {
    border: 0.7px solid #898989;
    border-radius: 8px;
    padding: 20px 33px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
  }

  .select-box:hover {
    border-color: #666;
  }

  .arrow {
    font-size: 14px;
    color: #555;
  }

  .dropdown {
    position: absolute;
    top: 110%;
    left: auto;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none;
    max-width: 247px;
    right: 0;
    background: #ececec;
    padding-left: 25px;
    padding-block: 17px;
    padding-right: 14px;
  }

  .option {
    border-bottom: 1px solid #cdcdcd;
    cursor: pointer;
    color: #262525;
    font-size: 16px;
    line-height: 24px;
    padding-block: 10px;
  }

  .option:last-child {
    border-bottom: none;
  }

  .option:hover {
    color: #000;
  }
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: #555;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #111;
  font-weight: 500;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
  color: #888;
}

/* Images */
.main-img-wrap {
  background: #f4f3f2;
  border-radius: 8px;
  height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.main-img-wrap img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: darken;
  object-fit: contain;
}

.thumb-wrap .thumb-item.active {
  border-color: #333;
}

.thumb-item img {
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: darken;
}

/* Info Sidebar */
.pi-eyebrow {
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.pi-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  color: #020104;
  margin-bottom: 16px;
}

.pi-desc {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
  line-height: 26px;
  margin-bottom: 25px;
}

.pi-price {
  font-size: 24px;
  font-weight: 600;
  color: #020104;
  line-height: 1;
  margin-bottom: 30px;
}

.pi-divider {
  border-color: 1px solid #cdcdcd;
  margin: 25px 0 40px;
}

.pi-select {
  height: 50px;
  border-radius: 6px;
  font-size: 14px;
  border-color: #e0e0e0;
  box-shadow: none;
  cursor: pointer;
}

.qty-control {
  display: flex;
  align-items: center;
  gap: 15px;
}

.qty-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  cursor: pointer;
}

.qty-input {
  width: 30px;
  text-align: center;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #111;
}

.btn-buy-large {
  background: #2b2b2b;
  color: #fff;
  height: 50px;
  line-height: 50px;
  border-radius: 6px;
  font-size: 14px;
  padding: 0;
}

.btn-buy-large:hover {
  background: #000;
  color: #fff;
}

.btn-outline-large {
  background: transparent;
  border: 0.7px solid #202020;
  color: #202020;
  height: 64px;
  line-height: 62px;
  border-radius: 8px;
  font-size: 16px;
  padding: 0;
  font-weight: 500;
  text-transform: uppercase;

  &:hover {
    background: #020104 !important;
    color: #fff !important;
  }
}

/* Tabs Section */
.product-tabs-section {
  background: #f9f7f1;
  padding: 100px 0 80px;
}

.tabs-nav-wrapper {
  background: #ececec;
  border-radius: 12px;
  height: 60px;
}

.custom-tabs {
  display: flex;
  justify-content: center;
  border: none;
  height: 100%;
}

.custom-tabs .nav-item {
  width: 220px;
  text-align: center;
  margin: 0;
  height: 100%;
}

.custom-tabs .nav-link {
  width: 100%;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  border-radius: 8px;
  padding: 14px 0;
  transition: all 0.3s;
  height: 100%;
}

.custom-tabs .nav-link:hover {
  color: #000;
}

.custom-tabs .nav-link.active {
  background: #202020;
  color: #f9f5ed;
  height: 64px;
  line-height: 42px;
  font-size: 16px;
  font-weight: 500;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  bottom: 0;
  margin-top: -5px;
}

.product-tabs-section .tab-pane {
  padding-inline: 91px;
}

#productTabsContent {
  margin-top: 32px;
}

.tab-paragraph {
  margin: 0 auto;
  font-size: 16px;

  color: #202020;
  line-height: 2;
}

/* Recommended */
.recommended-section {
  background: #ffffff;

  h2 {
    text-align: center;
    margin-bottom: 48px;
  }
}

.round-nav-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #aaa;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: all 0.3s;
}

.round-nav-btn:hover {
  background: #222;
  color: #fff;
  border-color: #222;
}

@media (max-width: 991px) {
  .main-img-wrap {
    height: auto;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .pi-title {
    font-size: 22px;
  }

  .custom-tabs .nav-item {
    flex: 0 0 50%;
  }
}

.inner_banner {
  h1 {
    text-shadow: 0 0 10px #ffffff;
  }

  &.contents {
    padding-top: 180px;

    h1 {
      margin-bottom: 23px;
    }

    p {
      color: #ffffff;
      font-size: 15px;
      line-height: 26px;
      font-weight: 400;
      width: 100%;
      max-width: 875px;
      margin-inline: auto;
    }

    .banner_title_top {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 9px;
      font-weight: 400;
    }
  }
}

.filter-icons-section {
  background: #f9f7f1;
}

.filter-icons-wrap {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
}

.filter-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  background: transparent;
  border: none;
  color: #202020;
  transition: all 0.3s;
  padding: 0;
  cursor: pointer;

  img{
        width: 100%;
    height: 60px;
    object-fit: contain;
    margin-bottom: 14px;
  }
  &:hover{
    transform: translateY(-3px);
  }
}


.filter-icon-item.active span {
  color: #202020;
  border-bottom: 2px solid #202020;
  padding-bottom: 4px;
  font-weight: 700;
}

.filter-icon-item i {
  font-size: 40px;
  margin-bottom: 12px;
  color: #333;
  opacity: 0.6;
  transition: all 0.3s;
}

.filter-icon-item span {
  font-size: 20px;
  line-height: 30px;
  color: #202020;
  font-weight: 500;
  margin-top: 16px;
}

/* Main Grid */
.products-grid-section {
  background: #fff;
  padding: 100px 0 80px;
}

.sorting-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.results-count {
  font-size: 14px;
  color: #555;
}

.results-count strong {
  color: #111;
}

.sort-by label {
  font-size: 14px;
  color: #555;
}

.sort-by select {
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
}

/* Product Card */
.prod-card {
  background: #fff;
}

#productsTabContent .prod-img-box {
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 31px;
  height: 293px;
}

.prod-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Pagination */
.pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.pagination-wrap .pagination-info {
  font-size: 14px;
  color: #666;
}

.pagination-wrap .pagination-info strong {
  color: #333;
}

.pagination {
  margin: 0;
  gap: 4px;
}

.pagination .page-link {
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  font-weight: 500;
  padding: 0;
  background: #fff;
}

.pagination .page-link:hover {
  background: #ebebeb;
  border-color: #999;
}

.pagination .page-item.active .page-link {
  background: var(--primary-color, #1a1a2e);
  border-color: var(--primary-color, #1a1a2e);
  color: #fff;
}

.pagination .page-item.disabled .page-link {
  background: #f5f5f5;
  color: #bbb;
  border-color: #ddd;
}

.pagination .page-link.dots {
  border: none;
}

.pagination .page-link.icon-link {
  font-size: 18px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .sorting-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .filter-icons-wrap {
    gap: 20px;
  }

  .filter-icon-item {
    width: 45%;
    margin-bottom: 20px;
  }
}

.profile-section .tab-content {
  display: none;
}

.profile-section .tab-content.active {
  display: block;
}

.profile-section .profile-tab.active {
  background-color: #202020;
  border-radius: 8px;
  font-size: 16px;
  color: #f9f5ed;

  margin-top: -5px;
}

.profile-title {
  font-size: 36px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}

.profile-title span {
  font-weight: 400;
  font-style: italic;
}

.profile-tab {
  flex: 1;
  text-align: center;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease;
}

.profile-tab:hover {
  color: #202020;
  background: #e4e3e2;
}

.profile-tab.active {
  background: #2b2b2b;
  color: #fff;
}

/* Payment Table Specifics */
.payment-table-wrapper {
  background: transparent;
  border-radius: 12px;
  overflow-x: auto;
}

.payment-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 700px;
  /* background: #fff; */
  border-radius: 12px;
  overflow: hidden;

  thead {
    background-color: #ffffff;
    border-radius: 12px;
  }
}

.payment-table th {
  padding: 20.25px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #020104;
  text-align: center;
  /* border-bottom: 1px solid #f2f2f2; */
}

.payment-table td {
  padding: 20.25px;
  font-size: 18px;
  line-height: 22px;
  color: #202020;
  text-align: center;
  border-bottom: 1px solid #d0d0d0;
}

.payment-table tr:last-child td {
  border-bottom: none;
}

.status-badge {
  display: inline-block;
  padding: 6px 36px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 400;
}

.status-badge.paid {
  border: 1px solid #1d8918;
  color: #1d8918;
  background: #f6fcf7;
  width: 100%;
  max-width: 123px;
  height: 39px;
  line-height: 28px;
}

/* Responsive */
@media (max-width: 768px) {
  .profile-tabs-container {
    flex-direction: column;
  }

  .profile-section {
    padding: 120px 0 80px;
  }
}

.detail-col .value.status-out {
  color: #9a6419;
  /* font-weight: 600; */
}

/* Responsive */
@media (max-width: 991px) {
  .order-top {
    flex-wrap: wrap;
  }

  .order-price {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  .profile-tabs-container {
    flex-direction: column;
  }

  .profile-section {
    padding: 120px 0 80px;
  }

  .profile-content-box {
    padding: 20px;
  }

  .order-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .order-img-box {
    margin-bottom: 16px;
  }

  .order-price {
    margin: 16px 0;
  }

  .order-actions {
    flex-direction: column;
    width: 100%;
  }

  .order-actions button {
    width: 100%;
  }

  .order-bottom {
    flex-wrap: wrap;
    gap: 20px;
  }

  .detail-col {
    flex: 1 1 45%;
  }
}

.profile-section {
  background: #fff;
  padding: 140px 0 100px;
  min-height: 75vh;
}

/* Heading */
.profile-title {
  font-size: 36px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}

.profile-title span {
  font-weight: 400;
  font-style: italic;
}

.profile-tab {
  flex: 1;
  text-align: center;
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #444;
  text-decoration: none;
  transition: all 0.3s ease;
}

.profile-tab:hover {
  color: #202020;
  background: #e4e3e2;
}

.profile-tab.active {
  background: #2b2b2b;
  color: #fff;
}

/* Common Content Box */
.profile-content-box {
  background: #f0efee;
  border-radius: 12px;
  padding: 40px;
}

#payments .profile-content-box {
  padding: 33px 35px 40px;
}

/* Orders Specifics */
.order-card {
  background: #ececec;
  border-radius: 12px;
  padding: 20px 77px 37px 62px;
  margin-bottom: 28px;
}

.order-card:last-child {
  margin-bottom: 0;
}

.order-top {
  display: flex;
  align-items: center;
  padding-bottom: 18px;
  /* border-bottom: 1px solid #f2f2f2; */
}

.order-img-box {
  background: #e8ebea;
  width: 108px;
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  margin-right: 28px;
  padding: 12px;
  flex-shrink: 0;
}

.order-img-box img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.order-details {
  flex: 1;
}

.order-details h5 {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  color: #000000;
  margin-bottom: 12px;
}

.order-details h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #020104;
  -webkit-nbsp-mode: 0;
}

.order-price {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
  margin-right: 60px;
}

.order-actions {
  display: flex;
  gap: 13px;
}

.btn-buy-again {
  background: #2b2b2b;
  color: #fff;
  border: 1px solid #2b2b2b;
  padding: 0 24px;
  height: 41px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
  width: 100%;
  max-width: 148px;
}

.btn-buy-again:hover {
  background: #000;
  border-color: #000;
}

.btn-track {
  background: transparent;
  color: #333;
  border: 1px solid #ccc;
  padding: 0 24px;
  height: 41px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s;
  cursor: pointer;
  width: 100%;
  min-width: 148px;
  max-width: 148px;
}

.btn-track:hover {
  border-color: #333;
  color: #202020;
}

.order-bottom {
  display: flex;
  justify-content: space-between;
  padding: 18px 65px;
  background: #ffffff;
  border-radius: 12px;
  max-height: 89px;
}

.detail-col {
  text-align: left;
}

.detail-col .label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #020104;
  margin-bottom: 5px;
}

.detail-col .value {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  color: #202020;
}

.detail-col .value.status-delivered {
  color: #1d8918;
  /* font-weight: 600; */
}

.profile-title {
  font-size: 36px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}

.profile-title span {
  font-weight: 400;
  font-style: italic;
}

/* Tabs */
.profile-tabs-container {
  margin-bottom: 48px;
  background: #f0f0f0;
  height: 60px;
  border-radius: 12px;
  display: flex;
  padding-inline: 15rem;
}

.profile-tab {
  flex: 1;
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  width: 100%;
  max-width: 220px;
}

.profile-tab:hover {
  color: #202020;
  background: #e4e3e2;
}

.profile-tab.active {
  background: #2b2b2b;
  color: #fff;
}

/* Common Content Box */
.profile-content-box {
  background: #f0efee;
  border-radius: 12px;
  padding: 40px;
}

#orders .profile-content-box {
  padding: 0;
  background: none;
}

#personal .profile-content-box {
  padding: 57px 75px;
}

/* Personal Info Specifics */
.info-section {
  margin-bottom: 40px;
}

#personal .info-section {
  margin-bottom: 53px;
}

.info-section-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 32px;
  color: #020104;
}

.info-item {
  background: #ffffff;
  border-radius: 999px;
  /* pill shape */
  padding: 15px 50px;
  font-size: 16px;
  line-height: 20px;
  color: #202020;
  min-height: 52px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.015);
  width: 100%;
  height: 62px;
  border: none;
  margin-bottom: 4px;
}

/* Edit Details Button */
.btn-edit-details {
  background: #2b2b2b;
  color: #fff;
  border: none;
  padding: 16px 60px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  margin: 40px auto 0;
  display: block;
  cursor: pointer;
  transition: background 0.25s;
  width: 100%;
  max-width: 465px;
}

.btn-edit-details:hover {
  background: #000;
}

/* Responsive */
@media (max-width: 768px) {
  .profile-tabs-container {
    flex-direction: column;
  }

  .profile-section {
    padding: 120px 0 80px;
  }

  .profile-content-box {
    padding: 30px 20px;
  }
}

.fts-table-wrapper {
  margin-top: 48px;
  background: #ececec;
  padding: 33px 40px 33px 35px;
  border-radius: 12px;

  thead {
    tr {
      th {
        color: #020104;
        font-size: 18px;
        line-height: 20px;
        font-weight: 400;
      }
    }
  }

  tbody {
    tr {
      td {
        background-color: unset;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #202020;
        padding-block: 15px;
      }

      &:last-child {
        td {
          border: none;
        }
      }
    }
  }
}

.fts-order-btn {
  display: inline-block;
  border: 1px solid #202020;
  border-radius: 30px;
  padding: 6px 10px;
  color: #202020;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  width: 123px;
  height: 39px;
  line-height: 28px;
}

.fts-order-btn:hover {
  background: #333;
  color: #fff;
}

.fts-icon-wrapper {
  position: relative;
  display: inline-block;
}

.fts-icon-wrapper::before,
.fts-icon-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 1px;
  background: #ddd;
}

.fts-icon-wrapper::before {
  right: 100%;
  margin-right: 20px;
}

.fts-icon-wrapper::after {
  left: 100%;
  margin-left: 20px;
}

.fts-input {
  border-radius: 30px;
  border: 1px solid #ccc;
  padding: 12px 25px;
  font-size: 14px;
  height: 50px;
}

.fts-textarea {
  border-radius: 25px;
  height: auto;
  resize: none;
  padding-top: 15px;
}

.fts-input:focus {
  box-shadow: none;
  border-color: #333;
}

.fts-input::placeholder {
  color: #999;
}

.fts-submit-btn {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 500;
  transition: background 0.3s ease;
}

.fts-submit-btn:hover {
  background: #000;
}

.power_Sec {
  background: #202020;

  h2 {
    text-shadow: 0 0 10px #ffffff;
    margin-bottom: 60px;
    color: #ffffff;
    text-align: center;
  }

  .power_img {
    img {
      filter: invert(1);
    }
  }
}

.gas_output {
  background: #ffffff;

  .sec_title {
    h2 {
      margin-bottom: 12px;
      padding-right: 6rem;
    }

    p {
      font-size: 12px;
      line-height: 26px;
      color: #202020;
    }
  }
}

.fts-sizes-section,
.bg_white {
  background: #ffffff;
}

.flame_ranges {
  background: #f9f7f1;
  text-align: center;

  h2 {
    margin-bottom: 48px;
    color: #020104;
  }

  p {
    font-size: 16px;
    line-height: 28px;
    color: #202020;
  }
}

.service-form-section {
  background: #ffffff;

  h2 {
    margin-bottom: 52px;
  }

  .service_form {
    .form-block {
      background: #ececec;
      border-radius: 12px;
      margin-bottom: 32px;
      padding: 36px 59px 43px 40px;

      h3 {
        color: #020104;
        font-size: 24px;
        line-height: 1;
        margin-bottom: 24px;
      }
    }
  }
}

.form-block h3 {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  margin-bottom: 24px;
}

/* Pill Inputs */
.form-pill {
  width: 100%;
  height: 62px;
  border: none;
  border-radius: 999px;
  padding: 0 50px;
  font-size: 16px;
  color: #202020;
  outline: none;
  background: #fff;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.015); */
  margin-bottom: 5px;
}

.form-pill::placeholder {
  color: #202020;
}

.textarea-pill {
  height: 111px;
  padding: 16px 50px;
  border-radius: 150px;
  resize: none;
}

.checkbox-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
}

.checkbox-wrap input[type="checkbox"] {
  width: 28px;
  height: 28px;
  border-radius: 8px;
}

.form-check-input:checked {
  background-color: #020104;
  border-color: #020104;
}

.checkbox-wrap label {
  font-size: 13px;
  color: #555;
  margin-left: 10px;
  cursor: pointer;
}

.btn-submit-service {
  background: #202020;
  color: #f9f5ed;
  border: none;
  padding: 0 50px;
  height: 64px;
  line-height: 62px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  min-width: 293px;
  text-transform: capitalize;
  transition: background 0.3s;
  margin-inline: auto;
  border: 1px solid #202020 !important;
  margin-top: 44px;
}

.btn-submit-service:hover {
  color: #000;
}

@media (max-width: 768px) {
  .service-hero-title {
    font-size: 26px;
  }

  .form-block {
    padding: 24px 15px;
  }
}

/* ===== GENERAL TITLES ===== */
.ind-sec-title {
  font-size: 26px;
  font-weight: 700;
  color: #202020;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.ind-sec-title span {
  font-weight: 400;
  font-style: italic;
}

.ind-sec-text {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* ===== TASKS LIST ===== */
.ind-intro-section {
  padding: 80px 0 60px;
  background: #fff;
}

.ind-tasks-title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 32px;
}

.ind-tasks-title span {
  font-weight: 500;
  font-style: italic;
}

.ind-tasks-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 20px;

  li {
    width: auto;
    color: #202020;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;

    svg {
      margin-right: 14px;
    }
  }
}

.ind-science-section {
  background: #f9f7f1;
  padding: 100px 0 80px;
}

.ind-science-title {
  font-size: 32px;
  line-height: 44px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 16px;

  span {
    font-style: italic;
    font-weight: 500;
  }
}

.ind-science-text {
  p {
    color: #202020;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 28px;

    &:last-child {
      margin-bottom: 0;
    }
  }
}

/* ===== BRANDS & VIDEO (DARK) ===== */
.ind-brands-section {
  position: relative;

  h2 {
    text-align: center;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
  }

  .ind-video-card {
    margin-top: 55px;
    width: 100%;
    position: relative;
    z-index: 5;
    overflow: hidden;

    .ind-video-thumb {
      position: relative;
      height: 477px;
      background: #111;
      width: 100%;
      max-width: 648px;
      z-index: 2;

      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        border-radius: 12px;
      }
    }
  }
}

.ind-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s;
}

.ind-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.ind-video-text-col {
  padding: 40px 50px;
}

.ind-vcard-title {
  font-size: 28px;
  line-height: 39px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 16px;
}

.ind-vcard-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 17px;
}

.right_border {
  position: relative;
  z-index: 1;
  margin-top: 80px;
  padding: 44px 66px 10px 0;

  &::after {
    position: absolute;
    right: 0;
    content: "";
    z-index: -1;
    width: 760px;
    min-height: 443px;
    border: 0.7px solid #f9f5ed;
    top: 0;
    border-radius: 8px;
  }
}

.ind-vcard-btn {
  display: inline-block;
  background: #fff;
  color: #202020;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s;
  width: 100%;
  max-width: 212px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}

.ind-vcard-btn:hover {
  background: #eee;
}

/* ===== OFFSET APPLICATIONS ===== */
.ind-apps-section {
  padding: 220px 0 100px;
  /* Top padding clears the overlapping video card */
  background: #fff;
}

.ind-app-row {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

/* Left Text / Right Image */
.ind-app-content {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
  flex: 1;
}

.ind-app-image {
  width: 280px;
  height: 280px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

.ind-app-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Staggering margins (similar to chemicals.php) */
.ind-app-left {
  padding-right: 40px;
  margin-right: -40px;
}

.ind-app-right {
  padding-left: 40px;
  margin-left: -40px;
}

.ind-app-title {
  font-size: 18px;
  font-weight: 700;
  color: #202020;
}

.ind-app-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin-top: 10px;
}

.ind-app-btn {
  display: inline-block;
  background: #2a2a2a;
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.2s;
}

.ind-app-btn:hover {
  background: #000;
}

/* ===== MACHINES GRID ===== */

.ind-machines-section {
  background: #ffffff;
  padding: 100px 0 80px;

  h2 {
    margin-bottom: 120px;
    text-align: center;
  }

  .ind-machine-card {
    background: #fcfcfc;
    border: 0.81px solid #d0d0d0;
    border-radius: 10px;
    padding: 10px 26px 35px;
    height: 100%;
    transition: box-shadow 0.3s;

    .top_img {
      width: 100%;
      max-width: 193px;
      margin-inline: auto;
      padding: 6px 20px 17px;
      margin-bottom: 28px;
      margin-top: -100px;
      position: relative;
      z-index: 1;

      &::after {
        position: absolute;
        width: 100%;
        height: 155px;
        left: 0;
        bottom: 0;
        background: #f9f7f1;
        border-radius: 10px;
        content: "";
        z-index: -1;
      }

      img {
        width: 100%;
        height: auto;
        object-fit: contain;
      }

      h5 {
        font-size: 18px;
        line-height: 21px;
        font-weight: 700;
        color: #020104;
        margin-bottom: 5px;

        span {
          font-weight: 600;
          font-style: italic;
        }
      }

      p {
        color: #313131;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;

        span {
          font-weight: 500;
          color: #7c7c7c;
        }
      }
    }

    .compare_list {
      text-align: start;

      li {
        margin-bottom: 15px;

        p {
          color: #7c7c7c;
          font-size: 14px;
          font-weight: 500;
          line-height: 1.3;
        }

        span {
          color: #313131;
          font-size: 16px;
          font-weight: 700;
        }

        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
}

/* ===== EXPERT FORM ===== */
.ind-expert-section {
  padding: 60px 0 100px;
  background: #fff;
}

.ind-expert-input {
  width: 100%;
  height: 52px;
  border: 1px solid #e0e0e0;
  border-radius: 999px;
  /* Pill shape */
  padding: 0 24px;
  font-size: 13px;
  color: #444;
  outline: none;
  background: #fff;
  transition: border-color 0.2s;
}

.ind-expert-input:focus {
  border-color: #aaa;
}

.ind-expert-btn {
  background: #1e1e1e;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 60px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.25s;
  letter-spacing: 0.02em;
}

.ind-expert-btn:hover {
  background: #000;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
  .ind-video-card {
    margin-top: 40px;
    margin-bottom: -100px;
  }

  .ind-apps-section {
    padding-top: 160px;
  }

  .ind-app-row {
    flex-direction: column;
    text-align: center !important;
  }

  .ind-app-content,
  .ind-app-image {
    width: 100%;
    text-align: center;
  }

  .ind-app-left,
  .ind-app-right {
    padding: 0;
    margin: 0;
    margin-top: 20px;
  }

  .ind-app-right {
    order: 2;
  }

  /* Keep image on top when stacked */
}

@media (max-width: 768px) {

  .ind-hero,
  .ind-hero-overlay {
    min-height: 200px;
  }

  .ind-hero-title {
    font-size: 32px;
    padding-top: 60px;
  }
}

.casting-section {
  background: #f5f5f5;
  padding: 80px 0;

  h2 {
    text-align: center;
    margin-bottom: 48px;
  }

  .content {
    display: flex;
    align-items: center;
    justify-content: space-between;

    .text-block {
      width: 28%;

      &.right {
        text-align: end;
        padding-top: 130px;

        .cast_btn {
          margin-left: auto;
        }
      }

      h3 {
        font-size: 24px;
        line-height: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #202020;
      }

      p {
        font-size: 13px;
        line-height: 1.6;
        color: #202020;
        margin-bottom: 20px;
      }

      .cast_btn {
        background: #202020;
        color: #f9f5ed;
        border: none;
        padding: 10px 18px;
        border-radius: 8px;
        cursor: pointer;
        width: 100%;
        max-width: 197px;
        height: 64px;
        line-height: 62px;
        border: 1px solid #202020;
        display: flex;
        justify-content: center;
        align-items: center;

        &:hover {
          background: #ffffff;
          color: #000;
        }
      }
    }

    .images {
      display: flex;
      gap: 24px;

      img {
        width: 100%;
        max-width: 241px;
        height: 247px;
        object-fit: cover;
        border-radius: 10px;

        &:last-child {
          margin-top: 60px;
        }
      }
    }
  }
}

/* Responsive */
@media (max-width: 900px) {
  /* .content {
    flex-direction: column;
    gap: 40px;
    text-align: center;
  } */

  .text-block {
    width: 100%;
  }

  .images {
    justify-content: center;
  }
}

.industry_img {
  height: 336px;

  img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
  }
}

.ind_text {
  h2 {
    margin-bottom: 12px;
  }

  p {
    font-size: 15px;
    line-height: 26px;
    font-weight: 400;
    color: #202020;
  }
}

.list_ind_box {
  margin-top: 44px;
}

@media (min-width: 999px) {
  #vatModal .modal-dialog {
    max-width: 770px;

    .modal-body {
      padding: 81px 16px 51px;
      background: #ececec;
      border-radius: 16px;

      h2 {
        margin-bottom: 12px;
      }

      p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        margin-bottom: 32px;
        padding-inline: 20px;

        &.small {
          color: #202020;
          font-size: 16px;
          line-height: 26px;
          font-weight: 500;
        }
      }

      .vat-input {
        height: 62px;
        padding-left: 50px;
        max-width: 593px;
        margin-inline: auto;
        border-radius: 30px;
        border: none;
        color: #202020;
        font-size: 16px;

        &::placeholder {
          color: #202020;
        }
      }

      .form_btn_Wrap {
        display: flex;
        max-width: 528px;
        justify-content: space-between;
        margin-top: 60px;
        margin-bottom: 44px;
        margin-inline: auto;

        .btn {
          width: 100%;
          max-width: 242px;
          height: 64px;

          &.btn-outline-secondary {
            color: #202020;
          }
        }
      }
    }
  }
}

/* menu responsive */
.stellarnav {
  display: none;
}

@media (max-width: 1199px) {
  header .right_content {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .topbar {
    text-align: center;
  }

  #main-nav {
    display: none;
  }

  .stellarnav {
    display: block;
  }

  .stellarnav.mobile ul {
    position: relative;
    display: none;
    text-align: left;
    background: rgba(0, 0, 0, 1);

    .has-sub {
      ul li a {
        padding-left: 25px;
        font-size: 14px;
      }

      ul ul li a {
        padding-left: 35px;
      }
    }
  }
}


.bottom_header.sticky-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #000;
  backdrop-filter: blur(10px);
  padding: 15px 0;
}

.logged_in {
  display: flex;
  align-items: center;
  gap: 20px;

  li {
    &:last-child {
      a {
        width: 48px;
        height: 48px;
        border: 2.5px solid #FFFFFF;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        img{
          width: 36px;
          height: 36px;
          border-radius: 50%;
          object-fit: cover;
        }
      }
    }

  }

  .search-item {
    position: relative;
}

/* Hidden by default */
.search-box {
    position: absolute;
            top: -10px;
        right: -5px;
        width: 750px;
    background: rgb(68 66 66);
    border-radius: 30px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    gap: 10px;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: 0.3s ease;
}

/* Active state */
.search-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.search-box input {
    flex: 1;
    border: none;
    outline: none;
    background: transparent;
    color: #fff;
    font-size: 13px;
}

.search-box input::placeholder {
    color: #ccc;
}

.search-box button {
    background: #fff;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
}

/* Form Validation Error Styles */
.form-field-wrap {
  margin-bottom: 12px;
}

.form-field-wrap .contact-input,
.form-field-wrap .contact-textarea,
.form-field-wrap .form-pill {
  margin-bottom: 0;
}

.input-error {
  border: 1.5px solid #dc3545 !important;
}

.field-error {
  color: #dc3545;
  font-size: 13px;
  margin-top: 4px;
  padding-left: 20px;
}

.invoice-field[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
/*  */
.password-toggle {
        position: absolute;
        right: 14px;
        top: 38%;
        transform: translateY(-50%);
        cursor: pointer;
        color: #888;
    }
    .password-toggle:hover {
        color: #333;
    }
 / *   A c t i v e   F i l t e r   T a g s   * / 
 . a c t i v e - f i l t e r s - b a r   { 
         b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ; 
 } 
 
 . f i l t e r - t a g   { 
         b a c k g r o u n d :   # f 8 f 9 f a ; 
         b o r d e r :   1 p x   s o l i d   # e 9 e c e f ; 
         p a d d i n g :   4 p x   1 2 p x ; 
         b o r d e r - r a d i u s :   2 0 p x ; 
         f o n t - s i z e :   1 3 p x ; 
         c o l o r :   # 3 3 3 ; 
         f o n t - w e i g h t :   5 0 0 ; 
 } 
 
 . c l e a r - a l l - b t n   { 
         c o l o r :   # d c 3 5 4 5 ; 
         t e x t - d e c o r a t i o n :   n o n e ; 
         f o n t - s i z e :   1 3 p x ; 
         f o n t - w e i g h t :   6 0 0 ; 
         t r a n s i t i o n :   a l l   0 . 2 s ; 
         d i s p l a y :   f l e x ; 
         a l i g n - i t e m s :   c e n t e r ; 
         g a p :   5 p x ; 
 } 
 
 . c l e a r - a l l - b t n : h o v e r   { 
         c o l o r :   # a 7 1 d 2 a ; 
         t e x t - d e c o r a t i o n :   u n d e r l i n e ; 
 } 
  
 