.site-header .navbar {
  padding: 0;
  margin: 0;
}
.site-header .navbar-brand {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.site-header .navbar-brand .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo figure {
  margin: 0;
}
.logo img {
  width: auto;
  max-width: 100%;
  height: 45px;
  margin: auto;
}
.site-header .nav-item .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/*==================================
Page Header
===================================*/

.page-header {
  margin-bottom: 40px;
}

.page-header__subtitle {
  display: inline-flex;

  align-items: center;

  gap: 10px;

  font-size: 14px;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 2px;

  color: var(--color-primary);

  margin-bottom: 12px;
}

.page-header__subtitle::before {
  content: "";

  width: 40px;

  height: 2px;

  background: var(--color-primary);
}

.page-header__title {
  margin: 0;

  color: var(--color-text-heading);

  font-size: 48px;

  font-weight: 700;

  line-height: 1.2;
}

.text-center .page-header__subtitle {
  justify-content: center;
}

.text-center .page-header__subtitle::before {
  display: none;
}

@media (max-width: 991px) {
  .page-header__title {
    font-size: 38px;
  }
}

@media (max-width: 576px) {
  .page-header__title {
    font-size: 30px;
  }
}

/*==================================================
    Page Banner / Breadcrumb
==================================================*/

.page-banner {
  position: relative;

  padding: 80px 0;

  background: linear-gradient(
    135deg,
    var(--sbs-cream) 0%,
    var(--sbs-footer-bg) 100%
  );

  overflow: hidden;
}

.page-banner::before {
  content: "";

  position: absolute;

  top: -120px;
  right: -120px;

  width: 280px;
  height: 280px;

  border-radius: 50%;

  background: rgba(var(--color-primary-rgb), 0.12);
}

.page-banner::after {
  content: "";

  position: absolute;

  bottom: -80px;
  left: -80px;

  width: 220px;
  height: 220px;

  border-radius: 50%;

  background: rgba(var(--color-primary-rgb), 0.08);
}

.page-banner__content {
  position: relative;

  z-index: 2;
}

.page-banner__title {
  color: var(--color-text-heading);

  font-size: 48px;

  font-weight: 700;

  margin: 0;
}

.breadcrumb {
  position: relative;

  z-index: 2;

  margin: 0;

  background: none;
}

.breadcrumb-item {
  font-size: 15px;
}

.breadcrumb-item a {
  color: var(--color-black);

  text-decoration: none;

  transition: 0.3s;
}

.breadcrumb-item a:hover {
  color: var(--color-text-link-hover);
}

.breadcrumb-item.active {
  color: var(--color-primary-light);

  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: var(--color-border);
}

/* Responsive */

@media (max-width: 991px) {
  .page-banner {
    padding: 60px 0;

    text-align: center;
  }

  .page-banner__title {
    font-size: 38px;
  }

  .breadcrumb {
    justify-content: center !important;

    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .page-banner__title {
    font-size: 30px;
  }
}

/* heading section */
.section-subtitle {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: #b68b5a;
  font-weight: 600;
  margin-bottom: 12px;
  position: relative;
}

.section-subtitle::before,
.section-subtitle::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background: #b68b5a;
  margin: 0 12px;
  vertical-align: middle;
}

.section-title {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
  font-family: "Handlee", serif;
}

.section-description {
  color: #777;
  font-size: 17px;
  line-height: 1.8;
  max-width: 600px;
  margin: auto;
}

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

  .section-description {
    font-size: 15px;
  }
}

.swiper-slider {
  position: relative;
/*   padding: 0 50px; */
}

.swiper-slider .swiper-button-next,
.swiper-slider .swiper-button-prev {
  color: #000;
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.swiper-slider .swiper-button-next::after,
.swiper-slider .swiper-button-prev::after {
  font-size: 18px;
  font-weight: bold;
}

.swiper-slider .swiper-button-prev {
  left: 0;
}

.swiper-slider .swiper-button-next {
  right: 0;
}

/* ===============================
   About Company
================================= */

.about-company {
  padding: 80px 0;
  background: #fff;
}

.about-image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.about-image img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 20px;
  transition: 0.4s;
}

.about-image:hover img {
  transform: scale(1.05);
}

.experience-box {
  position: absolute;
  left: 30px;
  bottom: 30px;
  background: #000;
  color: #fff;
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
  min-width: 170px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.experience-box h3 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  color: #d8b36a;
}

.experience-box span {
  display: block;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 500;
}

/* Right Content */

.about-content {
  padding-left: 20px;
}

.section-subtitle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #c89b3c;
  margin-bottom: 12px;
  position: relative;
}

.section-subtitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #c89b3c;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.about-content h2 {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-text p {
  color: #666;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 18px;
}

/* Features */

.about-features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.about-features li {
  background: #f8f8f8;
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 15px;
  font-weight: 600;
  color: #333;
  transition: 0.3s;
}

.about-features li:hover {
  background: #c89b3c;
  color: #fff;
  transform: translateY(-3px);
}

/* Button */

.about-content .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 34px;
  background: #222;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 600;
  transition: 0.3s;
}

.about-content .btn:hover {
  background: #c89b3c;
  color: #fff;
}

/* Responsive */

@media (max-width: 991px) {
  .about-company {
    padding: 60px 0;
  }

  .about-image {
    margin-bottom: 40px;
  }

  .about-image img {
    height: 420px;
  }

  .about-content {
    padding-left: 0;
  }

  .about-content h2 {
    font-size: 34px;
  }

  .about-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .about-image img {
    height: 320px;
  }

  .experience-box {
    left: 20px;
    bottom: 20px;
    padding: 15px 20px;
    min-width: 140px;
  }

  .experience-box h3 {
    font-size: 32px;
  }

  .about-content h2 {
    font-size: 28px;
  }
}

/*==================================
    WHY CHOOSE US
===================================*/

.why-choose {
  padding: 80px 0;
  background: #f8f9fb;
}

.why-choose .section-heading {
  max-width: 900px;
  margin: 0 auto 60px;
}

.why-choose .section-subtitle {
  display: inline-block;
  color: #b7864d;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  position: relative;
}

.why-choose .section-subtitle::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #b7864d;
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
}

.why-choose h2 {
  font-size: 42px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  font-family: "Handlee", serif;
}

.why-choose .section-description {
  color: #666;
  line-height: 1.8;
  font-size: 16px;
}

/* Card */

.why-card {
  background: #fff;
  border-radius: 16px;
  padding: 35px 30px;
  text-align: center;
  height: 100%;
  transition: 0.35s;
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
}

.why-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 0;
  background: #b7864d;
  transition: 0.35s;
}

.why-card:hover::before {
  height: 100%;
}

.why-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
}

/* Icon */

.why-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: rgba(183, 134, 77, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.35s;
}

.why-icon i {
  font-size: 34px;
  color: #b7864d;
}

.why-card:hover .why-icon {
  background: #b7864d;
}

.why-card:hover .why-icon i {
  color: #fff;
}

/* Title */

.why-card h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

/* Description */

.why-card p {
  margin: 0;
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}

/* Responsive */

@media (max-width: 991px) {
  .why-choose {
    padding: 60px 0;
  }

  .why-choose h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .why-choose h2 {
    font-size: 28px;
  }

  .why-card {
    padding: 25px;
  }

  .why-icon {
    width: 70px;
    height: 70px;
  }

  .why-icon i {
    font-size: 30px;
  }
}

.product-category-row {
  margin-bottom: 80px;
}

.category-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding-bottom: 18px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.category-subtitle {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-primary);
  margin-bottom: 8px;
}

.category-title {
  margin: 0;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  color: #222;
  font-family: "Handlee", serif;
}

.view-all-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border: 2px solid var(--bs-primary);
  border-radius: 50px;
  color: var(--bs-primary);
  text-decoration: none;
  font-weight: 600;
  transition: 0.35s ease;
}

.view-all-btn svg {
  transition: 0.35s;
}

.view-all-btn:hover {
  background: var(--bs-primary);
  color: #fff;
}

.view-all-btn:hover svg {
  transform: translateX(5px);
}

@media (max-width: 767px) {
  .category-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .category-title {
    font-size: 28px;
  }

  .view-all-btn {
    margin-top: 15px;
  }
}

/* ==========================================================================
   Testimonials Section
   Palette:  ink #1A1A2E · paper #F7F5F2 · surface #FFFFFF
             amber #E8A33D · slate #6B6B7B · line #E7E3DC
   Type:     display "Fraunces" (serif) · body "Inter" (sans)
   ========================================================================== */

.testimonial-section {
  --ink: #1a1a2e;
  --paper: #f7f5f2;
  --surface: #ffffff;
  --amber: #e8a33d;
  --amber-deep: #c8822a;
  --slate: #6b6b7b;
  --line: #e7e3dc;

  /* background: var(--paper); */
  color: var(--ink);
}

.testimonial-section * {
  box-sizing: border-box;
}

/* ---- Summary panel ---- */

.rating-summary-panel {
  display: grid;
  grid-template-columns: auto 1px 1.3fr 1px auto;
  align-items: center;
  gap: 2.5rem;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 2.25rem 2.5rem;
  margin-bottom: 3rem;
}

.rating-summary-panel__divider {
  width: 1px;
  align-self: stretch;
  background: var(--line);
}

/* score column */

.rating-summary-panel__col--score {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  min-width: 128px;
}

.rating-summary-panel__score {
  font-family: "Fraunces", "Lora", Georgia, serif;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
}

.rating-summary-panel__score small {
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--slate);
  margin-left: 0.15rem;
}

.rating-summary-panel__count {
  margin: 0.15rem 0 0;
  font-size: 0.9rem;
  color: var(--slate);
}

/* breakdown column */

.rating-summary-panel__col--breakdown {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.star-row {
  display: grid;
  grid-template-columns: 52px 1fr 40px;
  align-items: center;
  gap: 0.75rem;
}

.star-row__label {
  font-size: 0.82rem;
  color: var(--slate);
  white-space: nowrap;
}

.star-row__bar {
  position: relative;
  height: 8px;
  border-radius: 4px;
  background: var(--line);
  overflow: hidden;
}

/* signature detail: faint printed-ticket notches every 10% across the bars,
   distinguishes these from generic flat progress bars */
.star-row__bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    90deg,
    rgba(26, 26, 46, 0.16) 0,
    rgba(26, 26, 46, 0.16) 1.5px,
    transparent 1.5px,
    transparent 10%
  );
  pointer-events: none;
  z-index: 2;
}

.star-row__bar-fill {
  height: 100%;
  background: var(--amber);
  border-radius: 4px;
  transition: width 0.5s ease;
}

.star-row__pct {
  font-size: 0.82rem;
  color: var(--slate);
  text-align: right;
  font-variant-numeric: tabular-nums;
}

/* satisfaction column */

.rating-summary-panel__col--satisfaction {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.rating-summary-panel__heading {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--ink);
}

.satisfaction-rings {
  display: flex;
  gap: 1.5rem;
}

.satisfaction-ring {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.satisfaction-ring__svg {
  width: 72px;
  height: 72px;
}

.satisfaction-ring__track {
  fill: none;
  stroke: var(--line);
  stroke-width: 6;
}

.satisfaction-ring__value {
  fill: none;
  stroke: var(--amber);
  stroke-width: 6;
  stroke-linecap: round;
  transition: stroke-dashoffset 0.6s ease;
}

.satisfaction-ring__text {
  font-size: 15px;
  font-weight: 600;
  fill: var(--ink);
}

.satisfaction-ring__label {
  font-size: 0.78rem;
  color: var(--slate);
}

/* ---- Rating stars (shared partial) ---- */

.rating-stars {
  display: inline-flex;
}

.rating-stars__track {
  position: relative;
  display: inline-block;
}

.rating-stars__base,
.rating-stars__fill {
  display: flex;
  gap: 2px;
}

.rating-stars__fill {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
}

.rating-stars__star {
  width: var(--star-size, 18px);
  height: var(--star-size, 18px);
  flex-shrink: 0;
}

.rating-stars__star--empty rect {
  fill: var(--line);
}

.rating-stars__star--full rect {
  fill: var(--amber);
}

/* ---- Testimonial grid ---- */

.t-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991px) {
  .t-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 639px) {
  .t-grid {
    grid-template-columns: 1fr;
  }

  .rating-summary-panel {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }

  .rating-summary-panel__divider {
    width: 100%;
    height: 1px;
  }

  .satisfaction-rings {
    justify-content: space-between;
  }
}

/* ---- Testimonial card ---- */

.t-card {
  display: flex;
  flex-direction: column;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.75rem;
}

.t-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}

.t-card__mark {
  font-size: 2.75rem;
  line-height: 1;
  color: var(--amber);
  opacity: 0.35;
}

.t-card__product {
  margin: 0 0 0.35rem;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--amber-deep);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.t-card__review {
  flex: 1;
  margin: 0 0 1.5rem;

  font-size: 1.05rem;
  line-height: 1.5;
  color: var(--ink);
}

.t-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.1rem;
  border-top: 1px solid var(--line);
}

.t-card__author {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.t-card__avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.t-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.t-card__avatar--fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--ink);
  color: var(--paper);

  font-size: 1rem;
  font-weight: 600;
}

.t-card__info {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.t-card__name {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--ink);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-card__meta {
  font-size: 0.78rem;
  color: var(--slate);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.t-card__logo {
  flex-shrink: 0;
  max-height: 28px;
}

.t-card__logo img {
  max-height: 28px;
  width: auto;
  object-fit: contain;
}

/* ---- View more button ---- */

.t-grid__more {
  display: flex;
  justify-content: center;
  margin-top: 2.25rem;
}

.btn-view-more {
  display: inline-block;
  background: var(--ink);
  color: var(--paper);
  font-size: 0.9rem;
  font-weight: 600;
  padding: 0.75rem 1.75rem;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.2s ease;
}

.btn-view-more:hover {
  background: var(--amber-deep);
  color: var(--surface);
}

/* ---- Reduced motion ---- */

@media (prefers-reduced-motion: reduce) {
  .star-row__bar-fill,
  .satisfaction-ring__value,
  .btn-view-more {
    transition: none;
  }
}

/* ---- Keyboard focus ---- */

.testimonial-section .swiper-button-prev:focus-visible,
.testimonial-section .swiper-button-next:focus-visible {
  outline: 2px solid var(--amber);
  outline-offset: 2px;
}

.achievement-card {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 35px 20px;
  transition: 0.3s;
  height: 100%;
  box-shadow: var(--shadow-sm);
}

.achievement-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.achievement-card__icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
}

.achievement-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.achievement-card__number {
  font-size: 42px;
  font-weight: 700;
  color: var(--color-primary);
  margin-bottom: 10px;
}

.achievement-card__number span {
  color: var(--color-secondary);
}

.achievement-card__title {
  color: var(--color-text-heading);
  font-size: 18px;
  margin: 0;
}

.team-card {
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s;
  box-shadow: var(--shadow-sm);
  height: 100%;
}

.team-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.team-card__image {
  height: 320px;
  overflow: hidden;
}

.team-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.team-card:hover img {
  transform: scale(1.05);
}

.team-card__content {
  padding: 25px;
  text-align: center;
}

.team-card__content h4 {
  margin-bottom: 8px;
  color: var(--color-heading);
  font-weight: 700;
}

.team-card__content .designation {
  color: var(--color-secondary);
  margin-bottom: 20px;
}

.team-card__social {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.team-card__social a {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: 0.3s;
}

.team-card__social a:hover {
  background: var(--color-secondary);
}

/* ===========================
   Section Header
=========================== */

.section-header {
  max-width: 850px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-header__subtitle {
  display: inline-flex;
  align-items: center;
  gap: 20px;

  color: #b58a45;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;

  margin-bottom: 18px;
}

.section-header__title {
  font-size: 42px;
  font-weight: 700;
  color: rgb(34, 34, 34);
  margin-bottom: 20px;
  font-family: Handlee, serif;
}

.section-header__subtitle::before,
.section-header__subtitle::after {
  content: "";
  width: 42px;
  height: 2px;
  background: #b58a45;
  display: block;
}

.section-header__title {
  font-size: 52px;
  line-height: 1.2;
  font-weight: 400;

  color: var(--color-heading);

  margin: 0 0 18px;
}

.section-header__description {
  max-width: 720px;
  margin: auto;

  font-size: 17px;
  line-height: 1.8;

  color: var(--color-text);
}

/* Tablet */

@media (max-width: 991px) {
  .section-header {
    margin-bottom: 50px;
  }

  .section-header__title {
    font-size: 40px;
  }
}

/* Mobile */

@media (max-width: 767px) {
  .section-header__subtitle {
    gap: 12px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .section-header__subtitle::before,
  .section-header__subtitle::after {
    width: 28px;
  }

  .section-header__title {
    font-size: 30px;
  }

  .section-header__description {
    font-size: 15px;
  }
}

/* ==========================================
   THEME BUTTON
========================================== */

.theme-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 16px 34px;
  min-height: 54px;

  background: var(--color-primary);
  color: var(--color-text-on-primary);

  border: 2px solid var(--color-primary);

  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  line-height: 1;
  text-decoration: none;

  cursor: pointer;
  overflow: hidden;
  transition: all 0.35s ease;
}

/* Content */

.theme-btn__text,
.theme-btn__icon {
  position: relative;
  z-index: 2;
}

.theme-btn__icon {
  width: 18px;
  height: 18px;
  transition: 0.35s ease;
}

/* Hover Background Animation */

.theme-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-secondary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
  z-index: 1;
}

.theme-btn:hover::before {
  transform: scaleX(1);
}

.theme-btn:hover {
  color: var(--color-white);
  border-color: var(--color-secondary);
}

.theme-btn:hover .theme-btn__icon {
  transform: translateX(6px);
}

/* Focus */

.theme-btn:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--color-focus-ring);
}

/* ===========================
   OUTLINE
=========================== */

.theme-btn--outline {
  background: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.theme-btn--outline::before {
  background: var(--color-primary);
}

.theme-btn--outline:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
}

/* ===========================
   SECONDARY
=========================== */

.theme-btn--secondary {
  background: var(--color-secondary);
  border-color: var(--color-secondary);
  color: var(--color-white);
}

.theme-btn--secondary::before {
  background: var(--color-primary);
}

/* ===========================
   LIGHT
=========================== */

.theme-btn--light {
  background: var(--color-white);
  color: var(--color-secondary);
  border-color: var(--color-border);
}

.theme-btn--light::before {
  background: var(--color-primary);
}

.theme-btn--light:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
}

/* ===========================
   Sizes
=========================== */

.theme-btn--sm {
  min-height: 44px;
  padding: 12px 22px;
  font-size: 14px;
}

.theme-btn--md {
  min-height: 54px;
}

.theme-btn--lg {
  min-height: 60px;
  padding: 18px 42px;
  font-size: 16px;
}

/* ===========================
   Responsive
=========================== */

@media (max-width: 767px) {
  .theme-btn {
    padding: 14px 28px;
    min-height: 50px;
  }
}

/*=========================================
  Company Video
=========================================*/

.company-video {
  position: relative;
  padding: 100px 0;
  background: var(--color-bg-light);
}

.company-video__wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
}

.company-video__image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.company-video__wrapper:hover .company-video__image {
  transform: scale(1.08);
}

/* Play Button */

.company-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 90px;
  height: 90px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: var(--color-primary);
  color: var(--color-white);

  border-radius: 50%;
  text-decoration: none;

  transition: 0.3s ease;
  z-index: 2;
}

.company-video__play:hover {
  background: var(--color-secondary);
  color: var(--color-white);
}

.company-video__play svg {
  width: 32px;
  height: 32px;
  margin-left: 4px;
}

/* Ripple */

.company-video__play::before,
.company-video__play::after {
  content: "";
  position: absolute;

  width: 100%;
  height: 100%;

  border-radius: 50%;

  border: 2px solid rgba(var(--color-primary-rgb), 0.35);

  animation: ripple 2s infinite;
}

.company-video__play::after {
  animation-delay: 1s;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.7);
    opacity: 0;
  }
}

/* Responsive */

@media (max-width: 991px) {
  .company-video {
    padding: 70px 0;
  }

  .company-video__image {
    min-height: 320px;
  }
}

@media (max-width: 767px) {
  .company-video__image {
    min-height: 250px;
  }

  .company-video__play {
    width: 70px;
    height: 70px;
  }
}

/*==================================================
    ENQUIRY CTA
==================================================*/

.enquiry-cta {
  padding: 100px 0;
  background: #f8fafc;
}

.enquiry-cta__wrapper {
  position: relative;
}

/* Decorative */

.enquiry-cta__wrapper::before {
  content: "";

  position: absolute;

  top: 0;
  right: 0;

  width: 420px;
  height: 420px;

  background: radial-gradient(
    circle,
    rgba(175, 18, 22, 0.05) 0%,
    rgba(175, 18, 22, 0) 70%
  );

  pointer-events: none;
}

.enquiry-cta__wrapper::after {
  content: "";

  position: absolute;

  left: -120px;
  bottom: -120px;

  width: 280px;
  height: 280px;

  border-radius: 50%;

  background: rgba(175, 18, 22, 0.03);
}

/*==================================================
LEFT CONTENT
==================================================*/

.enquiry-cta__content {
  position: relative;

  z-index: 2;

  padding-right: 40px;
}

.enquiry-cta .section-header {
  margin-bottom: 35px;
}

.enquiry-cta .section-header__subtitle {
  color: var(--color-primary);

  text-transform: uppercase;

  letter-spacing: 2px;

  font-weight: 700;
}

.enquiry-cta .section-header__title {
  color: var(--color-secondary);

  margin-bottom: 18px;
}

.enquiry-cta .section-header__description {
  color: var(--color-text-light);

  line-height: 1.8;
}

/*==================================================
FEATURES
==================================================*/

.cta-features {
  list-style: none;

  margin: 35px 0;

  padding: 0;

  display: grid;

  grid-template-columns: repeat(2, 1fr);

  gap: 16px;
}

.cta-features li {
  display: flex;

  align-items: center;

  gap: 12px;

  background: #fff;

  border: 1px solid var(--color-border);

  border-radius: 12px;

  padding: 14px 18px;

  transition: 0.35s;
}

.cta-features li:hover {
  transform: translateY(-4px);

  border-color: var(--color-primary);

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.cta-features i {
  width: 38px;

  height: 38px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  background: rgba(175, 18, 22, 0.1);

  color: var(--color-primary);

  flex-shrink: 0;
}

/*==================================================
CONTACT
==================================================*/

.cta-contact {
  display: flex;

  flex-direction: column;

  gap: 18px;

  margin-top: 35px;
}

.cta-contact a {
  display: flex;

  align-items: center;

  gap: 16px;

  text-decoration: none;

  color: var(--color-secondary);

  font-weight: 600;

  transition: 0.3s;
}

.cta-contact a:hover {
  color: var(--color-primary);
}

.cta-contact i {
  width: 52px;

  height: 52px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 14px;

  background: var(--color-primary);

  color: #fff;

  font-size: 18px;
}

/*==================================================
FORM CARD
==================================================*/

.cta-form-card {
  position: relative;

  z-index: 2;

  background: #fff;

  border-radius: 20px;

  padding: 40px;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/*==================================================
FLUENT FORM
==================================================*/

.enquiry-cta .ff-el-group {
  margin-bottom: 18px;
}

.enquiry-cta .ff-el-input--label {
  color: var(--color-secondary);

  font-weight: 600;

  margin-bottom: 8px;
}

.enquiry-cta .ff-el-form-control {
  width: 100%;

  height: 54px;

  border-radius: 10px;

  border: 1px solid #dcdcdc;

  transition: 0.3s;

  padding: 0 18px;

  box-shadow: none;
}

.enquiry-cta textarea.ff-el-form-control {
  min-height: 140px;

  padding-top: 16px;

  resize: none;
}

.enquiry-cta .ff-el-form-control:focus {
  border-color: var(--color-primary);

  box-shadow: 0 0 0 4px rgba(175, 18, 22, 0.12);
}

/*==================================================
SUBMIT BUTTON
==================================================*/

.enquiry-cta .ff-btn-submit {
  width: 100%;

  height: 56px;

  border: none;

  border-radius: 10px;

  background: var(--color-primary);

  color: #fff;

  font-size: 16px;

  font-weight: 600;

  transition: 0.3s;
}

.enquiry-cta .ff-btn-submit:hover {
  background: var(--color-secondary);

  transform: translateY(-2px);
}

/*==================================================
PLACEHOLDER
==================================================*/

.enquiry-cta ::placeholder {
  color: #999;
}

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

@media (max-width: 991px) {
  .enquiry-cta {
    padding: 80px 0;
  }

  .enquiry-cta__wrapper {
    padding: 45px;
  }

  .enquiry-cta__content {
    padding-right: 0;

    margin-bottom: 40px;
  }

  .cta-features {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .enquiry-cta {
    padding: 60px 0;
  }

  .enquiry-cta__wrapper {
    padding: 25px;

    border-radius: 18px;
  }

  .cta-form-card {
    padding: 25px;
  }

  .cta-contact {
    gap: 14px;
  }

  .cta-contact a {
    font-size: 15px;
  }

  .enquiry-cta .section-header {
    text-align: center;
  }

  .cta-features {
    margin-top: 25px;
  }
}

/*==================================================
    Contact Page
==================================================*/

.contact-info,
.contact-form-section,
.contact-map {
  padding: 40px 0;
}

.contact-info {
  background: var(--color-light);
}

.contact-form-section {
  background: #fff;
}

.contact-map {
  background: var(--color-light);
}

/*==================================================
    Contact Card
==================================================*/

.contact-card {
  height: 100%;
  padding: 20px 16px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.contact-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.contact-card__icon {
  width: 75px;
  height: 75px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #fff;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-card h5 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: var(--color-secondary);
}

.contact-card p {
  margin: 0;
  color: var(--color-text);
  line-height: 1.8;
}

.contact-card a {
  color: var(--color-text);
  text-decoration: none;
  transition: 0.3s;
  word-break: break-word;
}

.contact-card a:hover {
  color: var(--color-primary);
}

/*==================================================
    Contact Form Content
==================================================*/

.contact-form-content__subtitle {
  display: inline-block;
  margin-bottom: 15px;
  color: var(--color-primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-form-content__title {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

.contact-form-content__description {
  color: var(--color-text);
  margin-bottom: 35px;
  line-height: 1.8;
}

/*==================================================
    Features
==================================================*/

.contact-form-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-form-features li {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  font-weight: 500;
  color: var(--color-secondary);
}

.contact-form-features li:last-child {
  margin-bottom: 0;
}

.contact-form-features i {
  color: var(--color-primary);
  margin-right: 12px;
  font-size: 18px;
}

/*==================================================
    Form Card
==================================================*/

.contact-form-card {
  background: #fff;
  border-radius: var(--radius-xl);
  border: 1px solid var(--color-border);
  padding: 40px;
  box-shadow: var(--shadow-lg);
}

/*==================================================
    Fluent Forms
==================================================*/

.contact-form-card input[type="text"],
.contact-form-card input[type="email"],
.contact-form-card input[type="tel"],
.contact-form-card input[type="number"],
.contact-form-card input[type="url"],
.contact-form-card select,
.contact-form-card textarea {
  width: 100%;
  height: 56px;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-md);
  padding: 12px 18px;
  transition: 0.3s;
  background: #fff;
}

.contact-form-card textarea {
  height: 150px;
  resize: vertical;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus,
.contact-form-card select:focus {
  border-color: var(--color-primary);
  box-shadow: var(--focus-ring);
  outline: none;
}

.contact-form-card label {
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--color-secondary);
}

.contact-form-card button,
.contact-form-card input[type="submit"],
.contact-form-card .ff-btn-submit {
  width: 100%;
  border: none;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--radius-md);
  padding: 16px;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}

.contact-form-card button:hover,
.contact-form-card input[type="submit"]:hover,
.contact-form-card .ff-btn-submit:hover {
  background: var(--color-primary-dark);
}

/*==================================================
    Map
==================================================*/

.contact-map__wrapper {
  overflow: hidden;
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  margin-top: 45px;
  border: 1px solid var(--color-border);
}

.contact-map__wrapper iframe {
  width: 100%;
  height: 520px;
  display: block;
  border: none;
}

/*==================================================
    Responsive
==================================================*/

@media (max-width: 1199px) {
  .contact-form-content__title {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .contact-info,
  .contact-form-section,
  .contact-map {
    padding: 80px 0;
  }

  .contact-form-content {
    text-align: center;
    margin-bottom: 40px;
  }

  .contact-form-features li {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .contact-info,
  .contact-form-section,
  .contact-map {
    padding: 60px 0;
  }

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

  .contact-card__icon {
    width: 65px;
    height: 65px;
    font-size: 24px;
  }

  .contact-form-card {
    padding: 25px;
  }

  .contact-form-content__title {
    font-size: 30px;
  }

  .contact-map__wrapper iframe {
    height: 350px;
  }
}

@media (max-width: 575px) {
  .contact-form-content__title {
    font-size: 26px;
  }

  .contact-card h5 {
    font-size: 20px;
  }

  .contact-form-card {
    padding: 20px;
  }
}

/* product-listing-filter */

.product-listing-filter {
  border: none;
}



@media (max-width: 991px) {
  .filter-desktop {
    display: none !important;
  }

  .offcanvas {
    width: 300px;
  }

  .offcanvas-body {
    overflow-y: auto;
    padding: 0px;
  }

  .product-filter {
    border: none;
    box-shadow: none;
    padding: 0;
  }

  .product-filter h4 {
    font-size: 20px;
  }

  .product-filter .filter-group {
    margin-bottom: 25px;
  }

  .product-filter label {
    font-size: 15px;
  }

  .sbs-announcement-bar__text {
    text-align: center;
  }
}

@media (min-width: 992px) {
  #mobileFilter {
    display: none;
  }
}
.offcanvas-footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding: 15px;
  border-top: 1px solid #eee;
}
