@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
:root {
  --ds-primary: #f5c518;
  --ds-primary-hover: #e6b008;
  --ds-secondary: #b45309;
  --ds-bg: #f5f5f4;
  --ds-surface: #ffffff;
  --ds-text: #0a0a0a;
  --ds-text-muted: #404040;
  --ds-border: #e7e5e4;
  --ds-border-strong: #d6d3d1;
  --ds-danger: #b91c1c;
  --ds-warning: #ca8a04;
  --ds-radius: 10px;
  --ds-link: #713f12;
}

.simple-section {
  padding: 5rem 0;
}
.simple-section.light-gray {
  background: #fafaf9;
}
.simple-section.whitesmoke {
  background: #fafaf9;
}
.simple-section.black-bg {
  background: linear-gradient(135deg, #0a0a0a 0%, #141414 55%, #1d190b 100%);
}

.section-title span {
  color: #f5c518;
  text-transform: uppercase;
}
.section-title h3 {
  font-weight: 700;
  font-size: clamp(1.75rem, 4vw, 3rem);
  margin-bottom: 0;
  letter-spacing: -0.02em;
}
.section-title h3.black {
  color: #0a0a0a;
}
.section-title h3.white {
  color: #ffffff;
}
.section-title p {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6;
  color: #404040;
}
.section-title p.text-center {
  max-width: 42rem;
  margin: auto;
}
.section-title p.white {
  color: rgba(255, 255, 255, 0.88);
}
.section-title p.small-text {
  font-size: 1rem;
}
.section-title h6 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.section-title h6.green {
  color: #b45309;
}
.section-title h6.primary {
  color: #0a0a0a;
  border-left: 3px solid #f5c518;
  padding-left: 0.75rem;
  letter-spacing: 0.14em;
}

.simple-section.black-bg .section-title h6.primary,
.aim-section .section-title h6.primary {
  color: #f5c518;
  border-left: none;
  padding-left: 0;
}

.text-status-sold,
.text-status-call {
  font-weight: 700;
  font-size: inherit;
}

.text-status-sold {
  color: #b91c1c;
}

.text-status-call {
  color: #b45309;
}

.text-brand {
  color: #713f12 !important;
  text-decoration: none !important;
}

.text-brand:hover {
  color: #0a0a0a !important;
  text-decoration: underline !important;
  text-decoration-color: #f5c518 !important;
}

@media screen and (max-width: 768px) {
  .section-title h3 {
    font-size: 1.875rem;
  }
  .section-title h6 {
    font-size: 0.75rem;
    line-height: 1.3;
  }
  .simple-section {
    padding: 3rem 0.75rem;
  }
}
.hero-section {
  position: relative;
  width: 100%;
  background-image: url("../images/banner.png");
  background-size: cover;
}
.hero-section.product-detail {
  background-image: url("../images/product-header.png");
}
.hero-section .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 200px 20px 100px 20px;
}
.hero-section .hero-content {
  text-align: center;
}
.hero-section .hero-content h1 {
  font-weight: 900;
  font-size: 48px;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0;
  max-width: 750px;
  margin: auto;
}
.hero-section .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  text-align: center;
  color: #ffffff;
  max-width: 700px;
  margin: 20px auto;
}
.hero-section .hero-content p.about {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.hero-home {
  position: relative;
  height: 700px;
  overflow: hidden;
}

.hero-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  padding-top: 250px;
}

.hero-content .hero-title {
  font-weight: 900;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 48px;
  color: #FFF;
  max-width: 600px;
}
.hero-content p {
  color: #FFF;
  opacity: 0.9;
  max-width: 600px;
}
.hero-content .home-hero-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 40px;
}

.page-hero {
  background-image: url("../images/banner.png");
}
.page-hero.bg1 {
  background-image: url("../images/banner1.png");
}
.page-hero .overlay {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 200px 20px 100px 20px;
}
.page-hero .section-title p {
  color: #FFF;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  text-align: center;
  border: 2px solid transparent;
  font-size: 0.875rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}
.button.small-button {
  width: 100%;
  padding: 0.25rem 0.75rem;
  border-radius: 6px !important;
}
.button.button-lg {
  padding: 1rem 2rem;
  font-size: 1rem;
}
.button.button-primary {
  background: #f5c518;
  color: #0a0a0a;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
}
.button.button-primary:hover, .button.button-primary:focus {
  background-color: #e6b008;
  color: #0a0a0a;
  transform: translateY(-1px);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.22);
}
.button.button-secondary {
  background: #0a0a0a;
  color: #f5c518;
}
.button.button-secondary:hover, .button.button-secondary:focus {
  background-color: #141414;
  color: #e6b008;
}
.button.button-white {
  background-color: #ffffff;
  color: #0a0a0a;
  border-color: #e7e5e4;
}
.button.button-white:hover, .button.button-white:focus {
  background-color: #fafaf9;
  color: #0a0a0a;
  border-color: #d6d3d1;
}
.button.button-outline-primary {
  border-color: #f5c518;
  color: #f5c518;
  background: transparent;
}
.button.button-outline-primary:hover, .button.button-outline-primary:focus {
  background-color: #f5c518;
  color: #0a0a0a;
  border-color: #f5c518;
}
.button.button-outline-secondary {
  border-color: #0a0a0a;
  background-color: transparent;
  color: #0a0a0a;
}
.button.button-outline-secondary:hover, .button.button-outline-secondary:focus {
  background: #f5c518;
  color: #0a0a0a;
  border-color: #f5c518;
}
.button.button-round {
  border-radius: 9999px;
}
.button.button-pill {
  border-radius: 9999px;
}
.button.button-icon {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.button.button-icon svg {
  width: 20px;
}
.button.button-icon i {
  font-size: 1.25rem;
}

.equipment-box {
  display: block;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e7e5e4;
  text-align: center;
  padding: 0 0.5rem 1.5rem 0;
  min-height: 187px;
  text-decoration: none;
  transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
}
.equipment-box img {
  max-width: 100%;
  height: auto;
}
.equipment-box p {
  margin: 1.25rem 0 0 0;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  color: #0a0a0a;
}
.equipment-box:hover {
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
  transform: translateY(-4px);
  border-color: rgba(245, 197, 24, 0.45);
}

.aim-section:not(.statement-band) {
  background-image: linear-gradient(120deg, rgba(10, 10, 10, 0.94) 0%, rgba(55, 42, 10, 0.9) 100%), url("../images/aim-banner.png");
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.aim-section:not(.statement-band) p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.65;
  text-align: center;
  max-width: 45rem;
  margin: auto;
  color: rgba(245, 245, 244, 0.92);
}

.about p {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #404040;
}
.about .about-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.contact .map-image iframe {
  width: 100%;
  border-radius: 16px;
  border: 1px solid #e7e5e4;
}
.contact .map-image--lead iframe {
  min-height: 320px;
  border: 2px solid #0a0a0a;
  border-radius: 0;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
}

.yard-visit__intro {
  max-width: 42rem;
  margin: 0 0 1.5rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #404040;
}
.yard-visit__intro a {
  color: #713f12;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.yard-visit__intro a:hover {
  color: #0a0a0a;
}
.yard-visit__channels {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .yard-visit__channels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
  }
}
.yard-visit__card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
  padding: 1.25rem;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(180deg, #fafaf9 0%, #ffffff 38%);
  border: 1px solid #e7e5e4;
  border-radius: 16px;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.05);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.yard-visit__card:hover {
  border-color: #0a0a0a;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}
.yard-visit__card:hover .yard-visit__card-icon {
  background: #f5c518;
  color: #0a0a0a;
}
.yard-visit__card:focus-visible {
  outline: 2px solid #f5c518;
  outline-offset: 3px;
}
.yard-visit__card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #e7e5e4;
  color: #b45309;
  font-size: 1.35rem;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.yard-visit__card-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  min-width: 0;
}
.yard-visit__card-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #737373;
}
.yard-visit__card-value {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.45;
  color: #0a0a0a;
  word-break: break-word;
}
.yard-visit__map {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid #e7e5e4;
  box-shadow: 0 12px 40px rgba(10, 10, 10, 0.08);
  background: #fafaf9;
}
.yard-visit__map iframe {
  border: 0;
}
.yard-visit__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  margin-top: 1.5rem;
  padding-top: 0.5rem;
}

.equal-height {
  display: flex;
  flex-wrap: wrap;
}
.equal-height > div {
  display: flex;
}
.equal-height > div .eq-box {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.fixed-contact-icons.dock-actions.contact-dock {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;
  display: grid;
  gap: 0.5rem;
  width: min(6rem, 100vw - 2rem);
  padding: 0.5rem;
  background: #f5c518;
  border: 1px solid rgba(10, 10, 10, 0.28);
  border-radius: 10px 0 0 10px;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
  backdrop-filter: saturate(105%);
}
.fixed-contact-icons.dock-actions.contact-dock .contact-dock__item {
  display: grid;
  justify-items: center;
  gap: 6px;
  width: 100%;
  text-decoration: none;
  padding: 0.5rem 0.25rem;
  background: rgba(255, 255, 255, 0.24);
  border: 1px solid rgba(10, 10, 10, 0.14);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.fixed-contact-icons.dock-actions.contact-dock .contact-dock__item:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.46);
  border-color: rgba(10, 10, 10, 0.28);
}
.fixed-contact-icons.dock-actions.contact-dock .contact-dock__item:focus-visible {
  outline: 2px solid #0a0a0a;
  outline-offset: 2px;
}
.fixed-contact-icons.dock-actions.contact-dock .contact-dock__item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.fixed-contact-icons.dock-actions.contact-dock .contact-dock__item span {
  font-weight: 700;
  font-size: 10px;
  line-height: 1.25;
  color: #0a0a0a;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 992px) {
  .fixed-contact-icons.dock-actions.contact-dock {
    top: auto;
    left: 50%;
    bottom: 1rem;
    transform: translateX(-50%);
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
    width: min(22rem, 100vw - 1.5rem);
    border-radius: 24px;
  }
}
@media screen and (max-width: 576px) {
  .fixed-contact-icons.dock-actions.contact-dock {
    bottom: 0.75rem;
    width: calc(100vw - 1rem);
    padding: 0.5rem;
    border-radius: 16px;
  }
  .fixed-contact-icons.dock-actions.contact-dock .contact-dock__item {
    padding: 0.5rem 2px;
  }
  .fixed-contact-icons.dock-actions.contact-dock .contact-dock__item img {
    width: 22px;
    height: 22px;
  }
  .fixed-contact-icons.dock-actions.contact-dock .contact-dock__item span {
    font-size: 9px;
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 768px) {
  .aim-section p,
  .about p {
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
  }
}
/* Listing / product cards — same shell as category-panel-card (all pages) */
.theme-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border: 1px solid #e7e5e4;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.theme-card:hover {
  border-color: #f5c518;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-8px);
}
.theme-card:hover .pt-img img {
  transform: scale(1.08);
}
.theme-card:hover .info h4 {
  color: #f5c518;
}
.theme-card a {
  text-decoration: none;
  color: inherit;
}
.theme-card .badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  background: #f5c518;
  color: #0a0a0a;
  padding: 0.25rem 1rem;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(245, 197, 24, 0.3);
}
.theme-card .pt-img {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #fafaf9;
}
.theme-card .pt-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.theme-card .info {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
  background: #ffffff;
}
.theme-card .info h4 {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.4;
  color: #0a0a0a;
  margin: 0;
  min-height: 2.8em;
  transition: color 0.3s ease;
}
.theme-card .info h3 {
  font-weight: 800;
  font-size: 1.4rem;
  color: #0a0a0a;
  margin: 0;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.theme-card .info h3 .text-status-sold {
  color: #dc3545;
  font-weight: 800;
}
.theme-card .info h3 .text-status-call {
  color: #b45309;
  font-weight: 800;
}
.theme-card .info .details-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  border-top: 1px solid #e7e5e4;
  border-bottom: 1px solid #e7e5e4;
  padding: 1rem 0;
  margin: 0.25rem 0;
}
.theme-card .info .details-list li {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.theme-card .info .details-list li p {
  margin: 0;
  font-weight: 800;
  font-size: 0.875rem;
  color: #0a0a0a;
}
.theme-card .info .full-width {
  margin-top: auto;
  padding-top: 0.5rem;
}
.theme-card .info .full-width a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.75rem 1.5rem !important;
  border-radius: 9999px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.75rem;
  transition: all 0.3s ease;
}
.theme-card .info .full-width a:hover {
  background: #0a0a0a;
  color: #f5c518;
  border-color: #0a0a0a;
}

.icon-text {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.icon-text i {
  color: #b45309;
  font-size: 1.15rem;
}
.icon-text span {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #404040;
}
.icon-text strong {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0a0a0a;
}
.icon-text.border-top {
  border-top: 1px solid #e7e5e4;
  padding-top: 0.75rem;
  margin-top: 0.25rem;
}

.align-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

/* Category tile in mesh */
.category-card {
  text-align: center;
  padding: 1rem 0.5rem 1.25rem;
  min-height: 0;
}
.category-card img {
  width: 72px;
  height: 72px;
  object-fit: contain;
  margin: 0 auto 0.75rem;
}
.category-card p {
  font-weight: 700;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.3;
}
.category-card > a {
  position: absolute;
  inset: 0;
  z-index: 1;
}

/* Brand strip cards */
.brand-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e7e5e4;
  border-radius: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}
.brand-card:hover {
  border-color: #f5c518;
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}
.brand-card:hover .brand-card__footer {
  background: rgba(245, 197, 24, 0.1);
}
.brand-card:hover .brand-card__footer i {
  transform: translateX(4px);
}
.brand-card__image {
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  flex: 1;
  min-height: 140px;
}
.brand-card__image img {
  max-width: 100%;
  height: 100px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.6;
  transition: all 0.4s ease;
}
.brand-card:hover .brand-card__image img {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.1);
}
.brand-card__footer {
  padding: 0.75rem 1rem;
  background: #fafaf9;
  border-top: 1px solid #e7e5e4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: background 0.3s ease;
}
.brand-card__name {
  font-size: 0.75rem;
  font-weight: 700;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.brand-card i {
  color: #f5c518;
  font-size: 1.15rem;
  transition: transform 0.3s ease;
}

/* Testimonials */
.reviews-card {
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 0;
  border-left: 4px solid #f5c518;
  border-top: 1px solid #e7e5e4;
  border-right: 1px solid #e7e5e4;
  border-bottom: 1px solid #e7e5e4;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
  height: 100%;
}
.reviews-card .head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1rem;
}
.reviews-card .head .avatar {
  font-weight: 700;
  font-size: 0.875rem;
  color: #0a0a0a;
  background: #f5c518;
  width: 48px;
  height: 48px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.reviews-card .head .info h6 {
  font-weight: 700;
  font-size: 1rem;
  color: #0a0a0a;
  margin: 0 0 2px;
}
.reviews-card .head .info p {
  font-weight: 400;
  font-size: 0.75rem;
  color: #737373;
  margin: 0;
}
.reviews-card .text {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #404040;
  margin: 0;
}
.reviews-card .rating-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 0.75rem;
}
.reviews-card .rating-stars i {
  font-size: 1rem;
  color: #f5c518;
}

.ct-card {
  padding: 1.5rem;
  background-color: #ffffff;
  border: 2px solid #0a0a0a;
  border-radius: 0;
  height: 100%;
  box-shadow: 6px 6px 0 rgba(0, 0, 0, 0.08);
}
.ct-card strong {
  font-weight: 700;
  font-size: 1rem;
  color: #0a0a0a;
}
.ct-card h6 {
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0a0a0a;
  border-bottom: 2px solid #f5c518;
  display: inline-block;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}
.ct-card p {
  font-size: 0.875rem;
  line-height: 1.65;
  color: #404040;
  margin-bottom: 1rem;
}
.ct-card p a {
  color: #713f12;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ct-card .ct-detail {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}
.ct-card .ct-detail li {
  margin-bottom: 0.75rem;
}
.ct-card .ct-detail li a {
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}
.ct-card .ct-detail li a i {
  color: #f5c518;
  font-size: 1.25rem;
  margin-top: 2px;
}
.ct-card .ct-detail li a span {
  font-size: 0.875rem;
  color: #0a0a0a;
  line-height: 1.5;
}
.ct-card .divider {
  border: none;
  border-top: 1px solid #e7e5e4;
  margin: 1rem 0;
}

.ct-card__actions {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 400px) {
  .ct-card__actions {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.ct-card__actions .button {
  flex: 1 1 auto;
  text-align: center;
  border-radius: 6px !important;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .align-between {
    justify-content: center;
    text-align: center;
  }
}
.careers-intro {
  margin-bottom: 3rem;
}
.careers-intro-content {
  text-align: center;
  padding: 2rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.careers-intro-content h2, .careers-intro-content h3 {
  color: #0a0a0a;
  font-weight: 700;
  margin-bottom: 1rem;
}
.careers-intro-content p {
  color: #404040;
  font-size: 16px;
  line-height: 1.6;
}

.careers-empty {
  padding: 4rem 2rem;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.careers-empty h3 {
  color: #0a0a0a;
  font-weight: 700;
}

.career-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.career-card:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.12);
}
.career-card-header {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.career-card-header .career-type-badge {
  display: inline-block;
  padding: 0.4rem 1rem;
  background: #fff9e6;
  color: #0a0a0a;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 1rem;
}
.career-card-header .career-title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.career-card-header .career-title a {
  color: #0a0a0a;
  text-decoration: none;
  transition: color 0.3s ease;
}
.career-card-header .career-title a:hover {
  color: #713f12;
}
.career-card-body {
  padding: 1.5rem;
  flex-grow: 1;
}
.career-card-body .career-description {
  color: #404040;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.career-card-footer {
  padding: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.career-card-footer .career-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #713f12;
  font-weight: 600;
  text-decoration: none;
  transition: gap 0.3s ease;
}
.career-card-footer .career-link-btn i {
  transition: transform 0.3s ease;
}
.career-card-footer .career-link-btn:hover {
  gap: 0.75rem;
}
.career-card-footer .career-link-btn:hover i {
  transform: translateX(3px);
}

.careers-pagination {
  display: flex;
  justify-content: center;
}
.careers-pagination .pagination .page-link {
  color: #0a0a0a;
  border-color: rgba(0, 0, 0, 0.1);
}
.careers-pagination .pagination .page-link:hover {
  background-color: #fff9e6;
  border-color: #f5c518;
  color: #0a0a0a;
}
.careers-pagination .pagination .page-item.active .page-link {
  background-color: #f5c518;
  border-color: #f5c518;
  color: #0a0a0a;
}

.career-detail-hero .career-meta {
  margin-top: 1rem;
}
.career-detail-hero .career-meta .career-type {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(10px);
}

.career-detail-content {
  background: #ffffff;
  border-radius: 10px;
  padding: 2.5rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.career-detail-content-header {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid rgba(245, 197, 24, 0.1);
}
.career-detail-content-header .career-detail-title {
  font-size: 28px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 1rem;
}
.career-detail-content-header .career-detail-meta {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}
.career-detail-content-header .career-detail-meta .career-type-tag {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  background: #fff9e6;
  color: #0a0a0a;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.career-detail-content-header .career-detail-meta .career-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #404040;
  font-size: 14px;
}
.career-detail-content-header .career-detail-meta .career-date i {
  color: #b45309;
}
.career-detail-content .career-description-content {
  padding-top: 2rem;
  color: #404040;
  font-size: 16px;
  line-height: 1.8;
}
.career-detail-content .career-description-content h1, .career-detail-content .career-description-content h2, .career-detail-content .career-description-content h3, .career-detail-content .career-description-content h4, .career-detail-content .career-description-content h5, .career-detail-content .career-description-content h6 {
  color: #0a0a0a;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.career-detail-content .career-description-content h1:first-child, .career-detail-content .career-description-content h2:first-child, .career-detail-content .career-description-content h3:first-child, .career-detail-content .career-description-content h4:first-child, .career-detail-content .career-description-content h5:first-child, .career-detail-content .career-description-content h6:first-child {
  margin-top: 0;
}
.career-detail-content .career-description-content p {
  margin-bottom: 1.5rem;
}
.career-detail-content .career-description-content ul, .career-detail-content .career-description-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.career-detail-content .career-description-content ul li, .career-detail-content .career-description-content ol li {
  margin-bottom: 0.75rem;
  line-height: 1.8;
}
.career-detail-content .career-description-content strong {
  color: #0a0a0a;
  font-weight: 700;
}

.career-apply-section .career-apply-box {
  background: linear-gradient(135deg, rgba(245, 197, 24, 0.05) 0%, rgba(245, 197, 24, 0.1) 100%);
  border: 2px solid rgba(245, 197, 24, 0.2);
  border-radius: 10px;
  padding: 2rem;
  text-align: center;
}
.career-apply-section .career-apply-box h3 {
  color: #0a0a0a;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1rem;
}
.career-apply-section .career-apply-box p {
  color: #404040;
  font-size: 16px;
  margin-bottom: 1.5rem;
}
.career-apply-section .career-apply-box .career-apply-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2.5rem;
  background: #f5c518;
  color: #0a0a0a;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.career-apply-section .career-apply-box .career-apply-btn i {
  font-size: 20px;
}
.career-apply-section .career-apply-box .career-apply-btn:hover {
  background: #e6b008;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.16);
  color: #0a0a0a;
}

.career-sidebar .career-info-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 2rem;
}
.career-sidebar .career-info-card h4 {
  color: #0a0a0a;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(245, 197, 24, 0.1);
}
.career-sidebar .career-info-card .career-info-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.career-sidebar .career-info-card .career-info-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.career-sidebar .career-info-card .career-info-list li:last-child {
  border-bottom: none;
}
.career-sidebar .career-info-card .career-info-list li i {
  color: #b45309;
  font-size: 24px;
  margin-top: 0.25rem;
  flex-shrink: 0;
}
.career-sidebar .career-info-card .career-info-list li span {
  color: #404040;
  font-size: 14px;
  line-height: 1.6;
}
.career-sidebar .career-info-card .career-info-list li span strong {
  color: #0a0a0a;
  font-weight: 600;
}
.career-sidebar .related-careers-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
}
.career-sidebar .related-careers-card h4 {
  color: #0a0a0a;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid rgba(245, 197, 24, 0.1);
}
.career-sidebar .related-careers-card .related-careers-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.career-sidebar .related-careers-card .related-careers-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.career-sidebar .related-careers-card .related-careers-list li:last-child {
  border-bottom: none;
}
.career-sidebar .related-careers-card .related-careers-list li a {
  display: block;
  color: #0a0a0a;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.career-sidebar .related-careers-card .related-careers-list li a:hover {
  color: #713f12;
}
.career-sidebar .related-careers-card .related-careers-list li a .career-type-small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #404040;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.career-sidebar .related-careers-card .view-all-careers-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #713f12;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: gap 0.3s ease;
}
.career-sidebar .related-careers-card .view-all-careers-link i {
  transition: transform 0.3s ease;
}
.career-sidebar .related-careers-card .view-all-careers-link:hover {
  gap: 0.75rem;
  color: #0a0a0a;
}
.career-sidebar .related-careers-card .view-all-careers-link:hover i {
  transform: translateX(3px);
}

@media screen and (max-width: 768px) {
  .career-detail-content {
    padding: 1.5rem;
  }
  .career-detail-content-header .career-detail-title {
    font-size: 24px;
  }
  .career-detail-content-header .career-detail-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  .career-sidebar {
    margin-top: 2rem;
  }
  .career-card-header {
    padding: 1.25rem;
  }
  .career-card-body {
    padding: 1.25rem;
  }
  .career-card-footer {
    padding: 1.25rem;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  background: #f5c518;
  border: none;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow svg {
  fill: currentColor;
  color: #0a0a0a;
}

.slick-arrow:hover {
  background: #e6b008;
  transform: translateY(-50%) scale(1.1);
}
.slick-arrow:hover svg {
  fill: currentColor;
  color: #0a0a0a;
}

.slick-next {
  right: -20px;
  width: 40px;
  height: 40px;
  background-color: #f5c518;
}
.slick-next svg {
  fill: currentColor;
  color: #0a0a0a;
}

.slick-prev {
  left: -20px;
  width: 40px;
  height: 40px;
  background-color: #f5c518;
}
.slick-prev svg {
  fill: currentColor;
  color: #0a0a0a;
}

/* Dots */
.slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin-bottom: -30px !important;
}

.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d9d9d9;
  border: none;
  margin: 0 6px;
  opacity: 0.7;
  padding: 0;
  transition: all 0.3s ease;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  position: relative;
  background-color: #f5c518;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  border: none;
}

.slick-dots li.slick-active button:before {
  color: unset;
}

.slick-dots li button:before {
  color: unset;
}

/* remove default slick pseudo icons */
.slick-next:before,
.slick-prev:before {
  content: none;
}

.slick-next:focus,
.slick-prev:focus {
  background-color: #e6b008;
}
.slick-next:focus svg,
.slick-prev:focus svg {
  fill: currentColor;
  color: #0a0a0a;
}

/* padding */
.slick-slide {
  padding: 0 10px;
}

/* Gallery slider (ligth-slider) */
.product-gallery .lightSlider li img {
  width: 100%;
}

.lSPager.lSGallery img {
  border: 2px solid transparent;
}
.lSPager.lSGallery img:hover {
  border-radius: 10px;
}

.filter-widget {
  background: #ffffff;
  border: 1px solid #e7e5e4;
  border-radius: 12px;
  padding: 1.25rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
.filter-widget .count {
  background: #e7e5e4;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #0a0a0a;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-widget .filter-title {
  font-weight: 700;
  font-size: 1.125rem;
  color: #0a0a0a;
  border-left: 3px solid #f5c518;
  padding-left: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.filter-widget .filter-title i {
  font-size: 24px;
  transition: transform 0.3s ease;
}
.filter-widget .filter-title.open {
  margin-bottom: 20px;
}
.filter-widget .filter-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.filter-widget .filter-list li {
  margin-bottom: 8px;
}
.filter-widget .filter-list li a {
  text-decoration: none;
  color: #0a0a0a;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-widget .form-check {
  margin-bottom: 5px;
}
.filter-widget .form-check .form-check-label {
  font-size: 14px;
  color: #0a0a0a;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-widget .price-input {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.filter-widget .price-input input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e7e5e4;
  padding: 5px 8px;
}

.short-by {
  display: flex;
  align-items: center;
  gap: 20px;
}
.short-by label {
  text-wrap: nowrap;
  margin-bottom: 0;
}
.short-by select {
  border: 1px solid #e7e5e4;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  color: #0a0a0a;
  cursor: pointer;
}
.short-by select:focus {
  outline: none;
  border-color: #aaa;
  box-shadow: none;
}

.showing-product-number span {
  font-weight: 600;
  color: #0a0a0a;
  font-size: 16px;
}

.category-card {
  position: relative;
  text-align: center;
  padding: 10px;
  transition: all 0.5s ease;
  border: 1px solid transparent;
}
.category-card:hover {
  border-color: #f5c518;
  transform: scale(1.1);
}
.category-card img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  margin: auto;
}
.category-card p {
  margin-top: 12px;
  font-weight: 600;
}
.category-card > a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767.98px) {
  .short-by,
  .showing-product-number {
    text-align: center !important;
    margin-top: 10px;
    display: flex;
    justify-content: center;
  }
}
.filter-button {
  border: none;
  background-color: transparent;
  outline: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.filter-button i {
  font-size: 26px;
  color: #404040;
}
.filter-button strong {
  font-size: 20px;
  font-weight: 700;
  color: #0a0a0a;
}

@media (max-width: 767px) {
  .sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 90%;
    height: 100vh;
    overflow-y: auto;
    background: #fff;
    z-index: 1050;
    transition: left 0.3s ease;
    padding: 1rem;
  }
  .sidebar.active {
    left: 0;
  }
  .overlay.show {
    display: block;
  }
}
.pagination .page-link {
  color: #713f12;
  border-color: #e7e5e4;
}
.pagination .page-link:hover {
  color: #0a0a0a;
  background-color: #f5c518;
  border-color: #f5c518;
}
.pagination .active .page-link {
  background-color: #f5c518;
  border-color: #f5c518;
  color: #0a0a0a;
  font-weight: 700;
}

@media (min-width: 992px) {
  .product-gallery {
    position: sticky;
    top: 110px;
    align-self: flex-start;
  }
}

.product-detail-content {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 12px 36px rgba(10, 10, 10, 0.05);
  padding: 28px 30px;
  font-family: "Montserrat", sans-serif;
}
.product-detail-content .product-detail-header {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.product-detail-content .title-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.product-detail-content .product-name {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #0a0a0a;
  line-height: 1.2;
}
.product-detail-content .category-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #fff9e6;
  color: #0a0a0a;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.product-detail-content .category-chip i {
  font-size: 14px;
  color: #b45309;
}
.product-detail-content .category-chip:hover {
  background: #f5c518;
  color: #0a0a0a;
  transform: translateY(-1px);
}
.product-detail-content .category-chip:hover i {
  color: #0a0a0a;
}
.product-detail-content .product-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-detail-content .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: #fafafa;
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 600;
}
.product-detail-content .meta-item i {
  color: #b45309;
}
.product-detail-content .price-card {
  margin: 26px 0 24px;
}
.product-detail-content .price-pill {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #f5c518;
  color: #0a0a0a;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(10, 10, 10, 0.06);
}
.product-detail-content .price-pill .label {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: rgba(10, 10, 10, 0.55);
}
.product-detail-content .price-pill .value {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.015em;
  color: #0a0a0a;
}
.product-detail-content .price-pill--muted {
  background: linear-gradient(135deg, #f1efef, white);
  color: #0a0a0a;
  box-shadow: none;
  border-color: transparent;
}
.product-detail-content .price-pill--muted .label {
  color: #404040;
}
.product-detail-content .price-pill--muted .value {
  color: #b45309;
}
.product-detail-content .cta-stack {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}
@media (min-width: 480px) {
  .product-detail-content .cta-stack {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.product-detail-content .contact-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.product-detail-content .contact-btn i {
  font-size: 16px;
}
.product-detail-content .contact-btn--primary {
  background: #f5c518;
  color: #0a0a0a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.product-detail-content .contact-btn--primary:hover {
  background: #e6b008;
  color: #0a0a0a;
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.2);
}
.product-detail-content .contact-btn--outline {
  background: transparent;
  border: 1px solid rgba(10, 10, 10, 0.2);
  color: #0a0a0a;
}
.product-detail-content .contact-btn--outline:hover {
  border-color: #0a0a0a;
  color: #0a0a0a;
  background: #fff9e6;
}
.product-detail-content .share-widget {
  margin: 18px 0 28px;
  padding: 20px 22px;
  border-radius: 10px;
  border: 1px solid rgba(10, 10, 10, 0.08);
  background: white;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.product-detail-content .share-widget__heading {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 576px) {
  .product-detail-content .share-widget__heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.product-detail-content .share-widget .share-title {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  color: #0a0a0a;
  font-size: 16px;
}
.product-detail-content .share-widget .share-title i {
  color: #f5c518;
  font-size: 16px;
}
.product-detail-content .share-widget .share-subtitle {
  font-size: 14px;
  color: #636363;
}
.product-detail-content .share-widget__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.product-detail-content .share-widget .share-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid rgba(10, 10, 10, 0.12);
  background: #ffffff;
  color: #0a0a0a;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.product-detail-content .share-widget .share-button i {
  font-size: 16px;
}
.product-detail-content .share-widget .share-button:hover {
  color: #713f12;
  border-color: rgba(10, 10, 10, 0.22);
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.08);
  transform: translateY(-1px);
}
.product-detail-content .share-widget .share-button--facebook i {
  color: #1877f2;
}
.product-detail-content .share-widget .share-button--linkedin i {
  color: #0a66c2;
}
.product-detail-content .share-widget .share-button--twitter i {
  color: black;
}
.product-detail-content .share-widget .share-button--whatsapp i {
  color: #25d366;
}
.product-detail-content .share-widget .share-button--copy {
  border-style: dashed;
  background: white;
}
.product-detail-content .share-widget .share-button--copy:hover {
  background: white;
}

.video iframe {
  width: 100%;
  height: 100%;
}

.seller-card, .contact-card, .specs-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(10, 10, 10, 0.08);
}

.specs-card {
  padding: 16px 18px;
  font-family: "Montserrat", sans-serif;
}
.specs-card .specs-title {
  color: #707070;
  font-weight: 600;
  font-size: 20px;
  margin: 0 0 12px;
}
.specs-card .specs-grid {
  display: grid;
  grid-template-columns: 220px 1fr; /* left label column, right value column */
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 8px;
  overflow: hidden;
}
.specs-card .specs-grid .specs-label,
.specs-card .specs-grid .specs-value {
  padding: 12px 14px;
  border-bottom: 1px solid rgba(10, 10, 10, 0.08);
  font-size: 16px;
}
.specs-card .specs-grid .specs-label {
  background: #fafafa;
  border-right: 1px solid rgba(10, 10, 10, 0.06);
  font-weight: 600;
  color: #575757;
}
.specs-card .specs-grid .specs-value {
  color: #0a0a0a;
}
.specs-card .specs-grid > .specs-label:nth-last-child(2),
.specs-card .specs-grid > .specs-value:last-child {
  border-bottom: none; /* remove last row border */
}
@media (max-width: 576px) {
  .specs-card .specs-grid {
    grid-template-columns: 140px 1fr;
  }
}
.specs-card .brand-link {
  color: #d1a609;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.specs-card .brand-link:hover {
  color: #f5c518;
  text-decoration: underline;
}

.specs-description p {
  margin: 0 0 8px;
}
.specs-description ul {
  margin: 6px 0 6px 18px;
}

.contact-card {
  padding: 20px;
  width: 100%;
  max-width: 400px;
  font-family: "Montserrat", sans-serif;
}
.contact-card h3 {
  text-align: center;
  margin-bottom: 15px;
  color: #636363;
  font-weight: 600;
}
.contact-card .contact-info p {
  margin: 5px 0;
  color: #0a0a0a;
}
.contact-card .contact-info .label {
  color: #000000;
  font-weight: 700;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: #d1a609;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}
.contact-link:hover {
  color: #f5c518;
  text-decoration: underline;
}
.contact-link i {
  line-height: 1;
}

.seller-card {
  width: 100%;
  padding: 22px 24px;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.seller-card .seller-card__header {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 600px) {
  .seller-card .seller-card__header {
    align-items: flex-start;
  }
}
.seller-card .seller-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #f5c518;
  color: #0a0a0a;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  flex-shrink: 0;
}
.seller-card .seller-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seller-card .seller-card__titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.seller-card .company-name {
  font-weight: 700;
  margin: 0;
  font-size: 18px;
  color: #0a0a0a;
}
.seller-card .contact-name {
  margin: 0;
  font-size: 15px;
  color: #636363;
}
.seller-card .contact-name strong {
  color: #0a0a0a;
}
.seller-card .seller-card__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.seller-card .seller-location {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: white;
  color: #4a4a4a;
  font-weight: 600;
}
.seller-card .seller-location i {
  color: #b45309;
}
.seller-card .seller-actions {
  display: grid;
  gap: 12px;
}
@media (min-width: 480px) {
  .seller-card .seller-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.seller-card .contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  color: #0a0a0a;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
.seller-card .contact-link:hover {
  transform: translateY(-1px);
  border-color: rgba(10, 10, 10, 0.2);
  color: #713f12;
  box-shadow: 0 10px 20px rgba(10, 10, 10, 0.08);
}
.seller-card .location {
  color: #7d7d7d;
}
.seller-card .small-icon {
  font-size: 10px;
  margin-left: 5px;
  color: #b45309;
}

.lSSlideOuter .lSPager.lSGallery img {
  height: 100px;
  object-fit: cover;
  width: 100px;
}

@media screen and (max-width: 768px) {
  .specs-card .specs-grid.d-md-block {
    display: block;
  }
}
.product-detail-hero {
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center;
}
.product-detail-hero .shadow-text {
  text-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.badge-pill-gray {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: #f0f0f0;
  border-radius: 9999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0a0a0a;
}

.price-tag {
  background: #f5c518;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 15px 35px rgba(245, 197, 24, 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.price-tag__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  color: rgba(10, 10, 10, 0.5);
}
.price-tag__group {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  color: #0a0a0a;
}
.price-tag .currency {
  font-size: 1.25rem;
  font-weight: 700;
}
.price-tag__value {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
}
.price-tag--sold {
  background: #eee;
  box-shadow: none;
}
.price-tag--sold .price-tag__value {
  color: #b91c1c;
}
.price-tag--call {
  background: #f8f8f8;
  border: 2px dashed #f5c518;
  box-shadow: none;
}
.price-tag--call .price-tag__value {
  font-size: 2rem;
  color: #b45309;
}

.specs-modern {
  background: #ffffff;
}
.specs-modern .specs-header {
  background: #fafafa;
}
.specs-modern .specs-body .col-6 {
  transition: background 0.2s ease;
}
.specs-modern .specs-body .col-6:hover {
  background: #fcfcfc;
}
.specs-modern .brand-link-modern {
  font-size: 1.1rem;
}
.specs-modern .brand-link-modern:hover {
  text-decoration: underline !important;
}

.bg-success-light {
  background: rgba(180, 83, 9, 0.1);
}

.text-success {
  color: #b45309 !important;
}

.button-success {
  background: #25d366;
  color: #fff;
  border: none;
}
.button-success:hover {
  background: #128c7e;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item a {
  color: #f5c518;
  text-decoration: none;
  font-weight: 700;
}
.breadcrumb-item a:hover {
  color: #0a0a0a;
}
.breadcrumb-item.active {
  color: #404040;
  font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "›" !important;
  font-size: 1.2rem;
  line-height: 1;
  vertical-align: middle;
  padding: 0 0.5rem;
  color: #404040;
}

@media screen and (max-width: 768px) {
  .price-tag__value {
    font-size: 1.75rem;
  }
}
.modern-card {
  background: #ffffff;
  border: 1px solid rgba(10, 10, 10, 0.08);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(10, 10, 10, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.modern-card .card-header-modern {
  background: #fafafa;
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(10, 10, 10, 0.06);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.modern-card .card-header-modern i {
  color: #f5c518;
  font-size: 1.25rem;
}
.modern-card .card-header-modern span {
  font-weight: 800;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #3d3d3d;
}
.modern-card .card-body-modern {
  padding: 1.5rem;
}

.seller-card-v2 .dealer-logo {
  width: 60px;
  height: 60px;
  border-radius: 9999px;
  border: 2px solid #fff9e6;
  overflow: hidden;
  padding: 2px;
  background: #ffffff;
}
.seller-card-v2 .dealer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.seller-card-v2 .seller-meta-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.seller-card-v2 .seller-meta-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #575757;
}
.seller-card-v2 .seller-meta-item i {
  color: #b45309;
  width: 20px;
}
.seller-card-v2 .seller-meta-item strong {
  color: #0a0a0a;
}

.share-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}
.share-grid .share-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 1.25rem;
  transition: all 0.2s ease;
  background: #f8f8f8;
  color: #3d3d3d;
  border: 1px solid rgba(10, 10, 10, 0.05);
}
.share-grid .share-icon:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.share-grid .share-icon.facebook:hover {
  background: #1877f2;
}
.share-grid .share-icon.linkedin:hover {
  background: #0a66c2;
}
.share-grid .share-icon.twitter:hover {
  background: #000;
}
.share-grid .share-icon.whatsapp:hover {
  background: #25d366;
}
.share-grid .share-icon.copy {
  border-style: dashed;
}
.share-grid .share-icon.copy:hover {
  background: #f5c518;
  color: #0a0a0a;
}

.btn-whatsapp {
  background: #25d366;
  color: #ffffff;
  border: none;
  font-weight: 700;
  padding: 0.75rem;
  border-radius: 12px;
}
.btn-whatsapp:hover {
  background: #1da851;
  color: #ffffff;
  transform: translateY(-2px);
}

.btn-messenger {
  background: #0084ff;
  color: #ffffff;
  border: none;
  font-weight: 700;
  padding: 0.75rem;
  border-radius: 12px;
}
.btn-messenger:hover {
  background: #006acc;
  color: #ffffff;
  transform: translateY(-2px);
}

@media screen and (max-width: 991px) {
  .description-card {
    margin-bottom: 1rem;
  }
}
.video-grid .video-card {
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.video-grid .video-card:hover {
  transform: translateY(-5px);
}
.video-grid .video-thumbnail {
  position: relative;
  cursor: pointer;
}
.video-grid .video-thumbnail img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.video-grid .video-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
}
.video-grid .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 50px;
  background: rgba(245, 197, 24, 0.92);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-grid .play-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.video-grid .video-content {
  padding: 12px;
}
.video-grid .video-content h4 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 8px;
  color: #000;
}
.video-grid .video-content p {
  font-size: 0.9rem;
  color: #555;
  margin: 0 0 10px;
}
.video-grid .video-content .video-meta {
  font-size: 0.8rem;
  color: #777;
}

#videoModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}
#videoModal .modal-content {
  position: relative;
  width: 80%;
  max-width: 900px;
}
#videoModal .modal-close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #f5f5f4;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #713f12;
}
a:hover {
  color: #0a0a0a;
  text-decoration: underline;
  text-decoration-color: #f5c518;
  text-underline-offset: 3px;
}

.site-header--overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
}

.site-header__container {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.site-header__topbar {
  background: #000000;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.site-header__topbar-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem 0.75rem;
  min-height: 2.25rem;
  padding: 0.5rem 0;
  font-size: 0.75rem;
}

.site-header__topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color 0.2s ease;
}
.site-header__topbar-link:hover {
  color: #f5c518;
}

.site-header__topbar-icon {
  display: flex;
  color: #f5c518;
  font-size: 1rem;
  line-height: 1;
}

.site-header__topbar-email {
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .site-header__topbar-email {
    max-width: 10rem;
  }
}

.site-header__topbar-sep {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.22);
  flex-shrink: 0;
}
@media (max-width: 575.98px) {
  .site-header__topbar-sep--social {
    display: none;
  }
}

.site-header__topbar-social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-header__topbar-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #f5c518;
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}
.site-header__topbar-social-link i {
  font-size: 1rem;
}
.site-header__topbar-social-link:hover {
  color: #0a0a0a;
  background: #f5c518;
  transform: translateY(-1px);
}

.site-header__main {
  background: rgba(10, 10, 10, 0.35);
}

.site-header__nav-main {
  padding: 0;
  width: 100%;
}

.site-header__nav-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (min-width: 992px) {
  .site-header__nav-row {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    flex-wrap: nowrap !important;
  }
}

.site-header__brand-link {
  display: inline-block;
  line-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.site-header__brand-link:hover {
  opacity: 0.92;
  transform: scale(1.02);
}

.site-header__logo {
  width: 100px;
  height: auto;
  display: block;
}

.site-header__menu-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06) !important;
  color: #f5f5f4;
  box-shadow: none !important;
}
.site-header__menu-toggle:hover {
  background: rgba(245, 197, 24, 0.18) !important;
  border-color: rgba(245, 197, 24, 0.55) !important;
}

.site-header__menu-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.site-header__collapse {
  width: 100%;
}
@media (min-width: 992px) {
  .site-header__collapse {
    width: auto;
    flex-basis: 0;
  }
}

@media (min-width: 992px) {
  .site-header__collapse {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top: none !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}
.site-header__links {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0.5rem 0;
}
@media (min-width: 992px) {
  .site-header__links {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
  }
}
.site-header__links .nav-item {
  margin: 0;
}

.site-header__dock-link {
  position: relative;
  display: block;
  padding: 0.75rem 0.75rem !important;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.92) !important;
  text-decoration: none !important;
  border-radius: 6px;
  transition: color 0.2s ease, background 0.2s ease;
}
@media (min-width: 992px) {
  .site-header__dock-link {
    padding: 0.5rem 1rem !important;
  }
  .site-header__dock-link:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgba(255, 255, 255, 0.2);
  }
}
.site-header__dock-link:hover, .site-header__dock-link:focus {
  color: #f5c518 !important;
  background: rgba(255, 255, 255, 0.06);
}

.site-header__search-wrap {
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 992px) {
  .site-header__search-wrap {
    flex: 0 0 auto;
    width: auto;
    max-width: min(20rem, 28vw);
    min-width: 11rem;
  }
}

.site-header__search {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0.75rem 0.25rem 0.75rem;
  background: rgba(0, 0, 0, 0.65);
  border: 2px solid rgba(245, 197, 24, 0.85);
  border-radius: 9999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.site-header__search:focus-within {
  border-color: #f5c518;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 0 0 3px rgba(245, 197, 24, 0.2);
}

.site-header__search-icon {
  flex-shrink: 0;
  display: flex;
  color: #f5c518;
  font-size: 1.15rem;
  line-height: 1;
}

.site-header__search-input {
  flex: 1;
  min-width: 0;
  width: 1%;
  border: none !important;
  background: transparent !important;
  color: #ffffff !important;
  padding: 0.5rem 0 !important;
  font-size: 0.875rem !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.site-header__search-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}
.site-header__search-input:focus {
  outline: none;
  box-shadow: none !important;
}

.site-header__search .search-suggestions {
  left: 0;
  right: 0;
}

.site-header-spacer {
  height: 6.5rem;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .site-header-spacer {
    height: 7.25rem;
  }
}

.sticky-header.site-header--overlay {
  background: rgba(0, 0, 0, 0.94);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);
}
.sticky-header .site-header__topbar {
  display: none;
}
.sticky-header .site-header__logo {
  width: 80px;
}
.sticky-header .site-header__topbar-inner {
  min-height: 2rem;
  padding: 0.25rem 0;
}
.sticky-header .site-header__nav-row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.site-header .line {
  fill: none;
  stroke: #f5c518;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
  stroke-dasharray: 60 207;
}

.line2 {
  stroke-dasharray: 60 60;
}

.line3 {
  stroke-dasharray: 60 207;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

@media screen and (max-width: 991.98px) {
  .site-header__menu-toggle.menu,
  .site-header__menu-toggle.navbar-toggler {
    display: inline-flex;
  }
}
.site-footer {
  position: relative;
  background: #0a0a0a;
  color: #f5f5f4;
  padding: 4rem 0 3rem;
  font-size: 0.875rem;
}
@media (max-width: 991px) {
  .site-footer {
    padding: 3rem 0 2rem;
  }
}

.site-footer__accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 6px;
  background: linear-gradient(90deg, #f5c518 0%, #f5c518 35%, rgba(245, 197, 24, 0.35) 100%);
}

.site-footer__inner {
  position: relative;
}

.site-footer__masthead {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 992px) {
  .site-footer__masthead {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.site-footer__brand-block {
  max-width: 32rem;
}

.site-footer__logo-link {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.site-footer__logo-link img {
  width: 100px;
  height: auto;
  display: block;
}

.site-footer__lead {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(163, 163, 163, 0.85);
  font-weight: 400;
}

.site-footer__cta {
  border-radius: 12px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1rem 2.5rem !important;
}

.site-footer__grid {
  display: grid;
  gap: 3rem 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .site-footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .site-footer__grid {
    grid-template-columns: 1.2fr 0.8fr 0.8fr 1.2fr;
  }
}

.site-footer__heading {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #f5c518;
  margin-bottom: 2rem;
}

.site-footer__contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.site-footer__contact-details li {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.site-footer__contact-details .contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #f5c518;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.site-footer__contact-details .contact-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.site-footer__contact-details .contact-info span {
  font-size: 0.75rem;
  color: rgba(163, 163, 163, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.site-footer__contact-details .contact-info a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: color 0.3s ease;
}
.site-footer__contact-details .contact-info a:hover {
  color: #f5c518;
}
.site-footer__contact-details li:hover .contact-icon {
  background: rgba(245, 197, 24, 0.1);
  border-color: #f5c518;
}

.site-footer__link-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.site-footer__link-list a {
  color: rgba(163, 163, 163, 0.85);
  text-decoration: none;
  font-size: 1rem;
  transition: all 0.3s ease;
  display: inline-block;
}
.site-footer__link-list a:hover {
  color: #f5c518;
  transform: translateX(6px);
}

.site-footer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer__tag {
  display: inline-flex;
  padding: 0.5rem 1.25rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.site-footer__tag:hover {
  background: rgba(245, 197, 24, 0.15);
  border-color: #f5c518;
  color: #f5c518;
  transform: translateY(-3px);
}

.text-link {
  color: #f5c518;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.text-link i {
  font-size: 1.2rem;
}
.text-link:hover {
  color: #ffffff;
}

.site-footer__bottom {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  gap: 2rem;
  padding-top: 3rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (min-width: 992px) {
  .site-footer__bottom {
    flex-direction: row;
    justify-content: space-between;
  }
}

.site-footer__copy {
  margin: 0;
  color: rgba(163, 163, 163, 0.5);
  font-size: 0.875rem;
}

.site-footer__social-links {
  display: flex;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer__social-links a {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  transition: all 0.3s ease;
}
.site-footer__social-links a:hover {
  background: #f5c518;
  border-color: #f5c518;
  color: #0a0a0a;
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.section-block {
  padding: clamp(3rem, 8vw, 5.5rem) 0;
}

.section-block--tight {
  padding: clamp(2.5rem, 6vw, 4rem) 0;
}

.section-block--surface {
  background: #ffffff;
}

.section-block--muted {
  background: #fafaf9;
}

.section-block--inverse {
  background: linear-gradient(160deg, #0a0a0a 0%, #141414 45%, #18150b 100%);
  color: #f5f5f4;
}
.section-block--inverse .section-block__title {
  color: #ffffff;
}
.section-block--inverse .section-block__kicker {
  color: #f5c518;
}

.section-block__header--compact {
  margin-bottom: 1.5rem !important;
}

.section-block__header {
  display: grid;
  gap: 1rem;
  margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}
@media (min-width: 768px) {
  .section-block__header {
    grid-template-columns: 1fr auto;
    align-items: end;
    gap: 1.5rem;
  }
}

.section-block__title-wrap {
  max-width: 40rem;
}

.section-block__kicker {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #b45309;
  margin-bottom: 0.5rem;
}

.section-block__title {
  margin: 0;
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #0a0a0a;
  letter-spacing: -0.02em;
  line-height: 1.15;
}

.section-block__title--light {
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .section-block__actions .button {
    width: 100%;
    text-align: center;
  }
}

.categories-split-section__intro {
  max-width: 28rem;
}
.categories-split-section__desc {
  margin: 1.25rem 0 1.5rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #404040;
}
.categories-split-section__cta {
  display: inline-flex;
}
.categories-split-section__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 480px) {
  .categories-split-section__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.category-panel-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #ffffff;
  border: 1px solid #e7e5e4;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.category-panel-card:hover {
  border-color: #0a0a0a;
  box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.category-panel-card:hover .category-panel-card__arrow {
  color: #f5c518;
  transform: translate(2px, -2px);
}
.category-panel-card__media {
  aspect-ratio: 5/4;
  background: #fafaf9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1.25rem;
}
.category-panel-card__media img {
  max-width: 100%;
  max-height: 7.5rem;
  width: auto;
  height: auto;
  object-fit: contain;
}
.category-panel-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.25rem;
  border-top: 1px solid #e7e5e4;
  background: #ffffff;
}
.category-panel-card__label {
  font-weight: 700;
  font-size: 1.125rem;
  color: #0a0a0a;
  letter-spacing: -0.01em;
  line-height: 1.25;
}
.category-panel-card__arrow {
  flex-shrink: 0;
  display: flex;
  font-size: 1.35rem;
  color: #737373;
  transition: color 0.2s ease, transform 0.2s ease;
}

.aim-features {
  background-image: url("../images/aim-banner.png");
  background-size: cover;
  background-position: center;
  position: relative;
  padding: clamp(4.5rem, 12vw, 8rem) 0;
  overflow: hidden;
}
.aim-features::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(10, 10, 10, 0.96) 0%, rgba(20, 20, 20, 0.94) 40%, rgba(20, 15, 5, 0.92) 100%);
  z-index: 0;
}
.aim-features .container {
  position: relative;
  z-index: 1;
}

.aim-card {
  height: 100%;
  padding: 2.5rem 1.5rem;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aim-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(245, 197, 24, 0.4);
  transform: translateY(-10px);
  box-shadow: 0 30px 60px -12px rgba(0, 0, 0, 0.5);
}
.aim-card:hover .aim-card__icon {
  background: #f5c518;
  color: #0a0a0a;
  transform: scale(1.1) rotate(8deg);
  box-shadow: 0 0 25px rgba(245, 197, 24, 0.4);
}
.aim-card:hover .aim-card__title {
  color: #f5c518;
}
.aim-card__icon {
  width: 72px;
  height: 72px;
  background: rgba(245, 197, 24, 0.12);
  color: #f5c518;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.25rem;
  margin-bottom: 1.5rem;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(245, 197, 24, 0.1);
}
.aim-card__title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -0.01em;
  transition: color 0.3s ease;
}
.aim-card__text {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(245, 245, 244, 0.65);
  margin: 0;
  max-width: 18rem;
}

.about-modern__header {
  margin-bottom: 2.5rem;
}
.about-modern__desc {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #404040;
}

.main-img-wrap {
  position: relative;
  z-index: 1;
}
.main-img-wrap .main-img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
  display: block;
}

.experience-badge {
  position: absolute;
  background: #0a0a0a;
  color: #ffffff;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 6px solid #ffffff;
  z-index: 2;
}
.experience-badge--float {
  left: -1.5rem;
  bottom: 2rem;
}
@media (max-width: 991px) {
  .experience-badge--float {
    left: 1rem;
    bottom: -1rem;
    padding: 0.75rem 1rem;
  }
}
.experience-badge__year {
  font-size: clamp(1.5rem, 5vw, 2.25rem);
  font-weight: 800;
  color: #f5c518;
  line-height: 1;
}
.experience-badge__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 1.3;
  color: #a3a3a3;
}

.highlight-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.highlight-item--card {
  background: #fafaf9;
  padding: 1.25rem;
  border-radius: 16px;
  border: 1px solid #e7e5e4;
  transition: all 0.3s ease;
  height: 100%;
}
@media (max-width: 575px) {
  .highlight-item--card {
    padding: 1rem;
  }
}
.highlight-item--card:hover {
  background: #ffffff;
  border-color: #f5c518;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px);
}
.highlight-item__icon {
  width: 52px;
  height: 52px;
  background: #ffffff;
  color: #f5c518;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.65rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
  border: 1px solid #e7e5e4;
}
.highlight-item__title {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  color: #0a0a0a;
  margin-bottom: 2px;
}
.highlight-item__text {
  font-size: 0.875rem;
  color: #737373;
  margin: 0;
}

.brand-strip__head {
  margin-bottom: 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .brand-strip__head {
    text-align: left;
  }
}

.brand-strip__title {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 800;
  color: #0a0a0a;
}

.testimonials-section .section-block__desc {
  color: #404040;
  font-size: 1rem;
  line-height: 1.6;
}

.testimonial-card {
  height: 100%;
  min-height: 400px;
  background: #ffffff;
  padding: 2rem 1.5rem 2rem;
  border-radius: 24px;
  border: 1px solid #e7e5e4;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.14);
  border-color: #f5c518;
}
.testimonial-card__quote {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  font-size: 3rem;
  color: rgba(245, 197, 24, 0.16);
  line-height: 1;
  z-index: 0;
  opacity: 0.8;
}
.testimonial-card__rating {
  display: flex;
  gap: 4px;
  margin-bottom: 1.25rem;
  position: relative;
  z-index: 1;
}
.testimonial-card__rating i {
  color: #f5c518;
  font-size: 1.15rem;
}
.testimonial-card__text {
  font-size: 1rem;
  line-height: 1.7;
  color: #0a0a0a;
  font-style: italic;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1;
  flex: 1;
  max-height: 160px;
  overflow-y: hidden;
  padding-right: 5px;
}
.testimonial-card__text:hover {
  overflow-y: auto;
}
.testimonial-card__text::-webkit-scrollbar {
  width: 4px;
}
.testimonial-card__text::-webkit-scrollbar-track {
  background: transparent;
}
.testimonial-card__text::-webkit-scrollbar-thumb {
  background: rgba(10, 10, 10, 0.1);
  border-radius: 10px;
}
.testimonial-card__footer {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e7e5e4;
}
.testimonial-card__avatar {
  width: 48px;
  height: 48px;
  background: #f5c518;
  color: #0a0a0a;
  font-weight: 800;
  font-size: 0.875rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(245, 197, 24, 0.25);
}
.testimonial-card__meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.testimonial-card__name {
  font-size: 1rem;
  font-weight: 800;
  color: #0a0a0a;
  margin: 0;
}
.testimonial-card__date {
  font-size: 0.75rem;
  color: #737373;
  font-weight: 500;
}

.form-group label {
  font-weight: 600;
  font-size: 1rem;
  line-height: 100%;
  color: #0a0a0a;
  margin-bottom: 0.5rem;
}
.form-group input {
  border: 1px solid #e7e5e4;
  border-radius: 6px;
  padding: 0.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-group input::placeholder {
  color: #a8a29e;
}
.form-group input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.16);
  border-color: #f5c518;
}
.form-group textarea {
  border: 1px solid #e7e5e4;
  border-radius: 6px;
  padding: 0.75rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.form-group textarea::placeholder {
  color: #a8a29e;
}
.form-group textarea:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(245, 197, 24, 0.16);
  border-color: #f5c518;
}

.contact-hero {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.contact-hero h1 {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.help-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 2rem 1.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border: 1px solid rgba(10, 10, 10, 0.05);
}
.help-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
  border-color: #f5c518;
}
.help-card__icon {
  width: 60px;
  height: 60px;
  background: rgba(245, 197, 24, 0.1);
  color: #f5c518;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s ease;
}
.help-card:hover .help-card__icon {
  background: #f5c518;
  color: #0a0a0a;
  transform: rotate(-5deg) scale(1.1);
}
.help-card__title {
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #0a0a0a;
}
.help-card__text {
  font-size: 0.875rem;
  color: #737373;
  margin-bottom: 1rem;
}
.help-card__person {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.help-card__person .name {
  font-weight: 700;
  color: #0a0a0a;
  font-size: 1rem;
}
.help-card__person .role {
  font-size: 0.75rem;
  color: #404040;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.help-card__person .label {
  font-size: 0.75rem;
  font-weight: 800;
  color: #b45309;
  text-transform: uppercase;
}
.help-card__divider {
  height: 1px;
  background: #e7e5e4;
  margin: 1.5rem 0;
}
.help-card__subtitle {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #0a0a0a;
  margin-bottom: 0.75rem;
}
.help-card .contact-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #404040;
  text-decoration: none;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}
.help-card .contact-link i {
  color: #f5c518;
  font-size: 1.1rem;
}
.help-card .contact-link:hover {
  color: #0a0a0a;
  transform: translateX(5px);
}

.contact-form-wrap .form-control {
  border-radius: 12px;
  border: 1px solid rgba(10, 10, 10, 0.1);
  padding: 1rem 1.2rem;
  background: #fcfcfc;
}
.contact-form-wrap .form-control:focus {
  border-color: #f5c518;
  box-shadow: 0 0 0 4px rgba(245, 197, 24, 0.1);
  background: #ffffff;
}
.contact-form-wrap .form-floating label {
  padding-left: 1.2rem;
  color: #404040;
}

.contact-features {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact-features li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 1rem;
}
.contact-features li i {
  color: #f5c518;
}

.contact-map-wrap {
  position: relative;
}
.contact-map-wrap iframe {
  filter: grayscale(0.2) contrast(1.1);
  transition: all 0.5s ease;
}
.contact-map-wrap:hover iframe {
  filter: grayscale(0);
}

@media (max-width: 992px) {
  .mt-n5 {
    margin-top: -2rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
