/*
Theme Name: Shera Accessories
Theme URI: http://localhost:8080/sheraaccessories
Author: Shera Accessories
Description: Custom WordPress theme for Shera Accessories based on HTML template.
Version: 1.0
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
Text Domain: shera
*/
:root {
  --gold: #C98A2A;
  --dark-navy: #1C2333;
  --dark-hero: #111;
  --cream: #F5EFE6;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #222;
  overflow-x: hidden;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ TOP BAR ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.topbar {
  background: #0f0f0f;
  color: #fff;
  font-size: 12px;
  padding: 10px 0;
  position: relative;
  overflow: hidden;
  z-index: 1010;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.topbar-info {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 2;
  padding-right: 180px;
  /* Leave room for diagonal pattern on right */
  margin-left: auto;
}

.topbar::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 430px;
  background: repeating-linear-gradient(45deg,
      #ae7829,
      #ae7829 8px,
      #e9c48b 8px,
      #e9c48b 16px);
  clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
  z-index: 1;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ NAVBAR ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.navbar {
  background: #0d0d0d;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  position: sticky;
  top: 0;
  z-index: 1000;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.navbar-brand .brand-logo {
  height: 48px;
  width: auto;
  display: block;
}

.nav-link {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 18px !important;
  transition: color .2s;
}

.nav-link:hover {
  color: #fff !important;
}

.nav-link.active {
  color: #fff !important;
}

.btn-touch {
  background: #FCE4C3 !important;
  color: #111 !important;
  border-radius: 6px !important;
  padding: 10px 24px !important;
  font-size: 14px;
  font-weight: 600;
  transition: all .25s ease !important;
  border: none !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.btn-touch:hover {
  background: #f7d3a3 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(252, 228, 195, 0.25);
}

.about-image img {
  width: 100%;
}


/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ HERO SLIDER ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.hero-slider {
  position: relative;
  overflow: hidden;
  height: 80vh;
  /* background: #181818; */
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .8s ease;
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.hero-slide::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(17, 17, 17, 0.95) 35%, rgba(17, 17, 17, 0.6) 55%, transparent 100%);
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}


.hero-text-content {
  max-width: 660px;
}

.hero-text-content h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 46px;
  font-weight: 500;
  color: #fff;
  line-height: 1.25;
  margin-bottom: 35px;
  letter-spacing: -0.5px;
}

.btn-discover {
  background: #CE813B;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 14px 34px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background .2s, transform .15s;
  display: inline-block;
  text-decoration: none;
  padding: 20px 40px;
  font-size: 17px;
}

.btn-discover:hover {
  background: #b56e2e;
  transform: translateY(-2px);
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ BOTTOM SPLIT BAR ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.hero-bottom-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* height: 60px; */
  z-index: 10;
  display: flex;
}

.hero-bottom-left {
  width: 45%;
  background: #181818;
  position: relative;
}

.hero-bottom-right {
  width: 55%;
  background: #F5EFE6;
  position: relative;
}

.hero-bottom-controls {
  position: absolute;
  left: 0;
  top: -440px;
  height: 60px;
  display: flex;
  /* transform: translateX(-50%); */
  z-index: 11;
  /* border-top: 1px solid rgba(255, 255, 255, 0.05); */
  justify-content: space-between;
  width: 100%;
  z-index: 999999999 !important;
  right: 0;
  margin: 0 auto;
}

.hero-bottom-controls .hero-btn {
  width: 60px;
  height: 60px;
  background: #181818;
  border: none;
  border-right: 1px solid #282828;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.hero-bottom-controls .hero-btn:last-child {
  border-right: none;
}

.hero-bottom-controls .hero-btn:hover {
  background: #CE813B;
  color: #fff;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ SECTION LABEL ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.sec-label {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.sec-label::before {
  content: '';
  width: 28px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
  flex-shrink: 0;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ ABOUT ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.about-sec {
  background: var(--cream);
  padding: 88px 0;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 220px 110px 110px;
  gap: 8px;
}

.about-main {
  grid-column: 1;
  grid-row: 1 / 4;
}

.about-main img,
.about-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  display: block;
}

.about-sm img {
  height: 100%;
}

.about-text h2 {
  font-size: 30px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ PRODUCTS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.products-sec {
  position: relative;
  padding: 72px 0 64px;
}

.products-sec:before {
  background: var(--dark-navy);
  height: 300px;
  padding: 72px 0 64px;
  content: "";
  top: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.products-sec h2 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 8px;
}

.products-sec .sub {
  text-align: center;
  color: #f1f1f1;
  font-size: 17px;
  margin-bottom: 44px;
}

.prod-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px 14px 16px;
  text-align: center;
  transition: transform .25s, box-shadow .25s;
  height: 100%;
  border: 1px solid #1c233340;
}

.prod-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, .2);
}

.prod-card img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 12px;
}

.prod-card p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
  /* border-top: 1px solid #1c23333b; */
  /* border-bottom: 1px solid #ffffff26; */
  padding: 7px 0;
}

.btn-view {
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 20px 40px;
  font-size: 17px;
  font-weight: 500;
  cursor: pointer;
  display: block;
  margin: 40px auto 0;
  transition: background .2s;
  max-width: 223px;
  text-decoration: none;
}

.btn-view:hover {
  background: #a8711e;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ TESTIMONIAL ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.testi-sec {
  background: #fff;
  padding: 84px 0 70px;
  border-top: 1px solid #ccc;
}

.testi-wrap {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}

.testi-slide {
  display: none;
  animation: fadeIn .5s ease;
}

.testi-slide.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.testi-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.testi-arr {
  width: 38px;
  height: 38px;
  border: 1.5px solid #ddd;
  background: transparent;
  border-radius: 50%;
  color: #777;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all .2s;
}

.testi-arr:hover {
  background: var(--gold);
  color: #fff;
  border-color: var(--gold);
}

.testi-avatar {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--gold);
}

.testi-text {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 18px;
  padding: 0 24px;
}

.testi-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--gold);
}

.testi-role {
  font-size: 12px;
  color: #aaa;
  margin-top: 3px;
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ WORK PROGRESS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
.work-sec {
  background: #f1f7ff;
  padding: 72px 0;
}

.work-sec .sec-label {
  justify-content: center;
}

.work-sec h2 {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 52px;
  color: #1a1a1a;
}

.step-card {
  text-align: center;
  padding: 0 12px;
}

.step-icon {
  width: 124px;
  height: 124px;
  border: 1.5px solid #7cadf5;
  border-radius: 50%;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #fff;
  transition: border-color .3s, box-shadow .3s;
}

.step-card:hover .step-icon {
  border-color: var(--gold);
  box-shadow: 0 0 0 6px rgba(201, 138, 42, .08);
}

.step-icon i {
  font-size: 28px;
  color: #444;
  transition: color .3s;
}

.step-card:hover .step-icon i {
  color: var(--gold);
}

.step-num {
  position: absolute;
  bottom: 0;
  right: 14px;
  width: 24px;
  height: 24px;
  background: #3b4761;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-card h5 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.step-card p {
  font-size: 12.5px;
  color: #888;
  line-height: 1.7;
}

/* Ã¢â€â‚¬Ã¢â€â‚¬ FOOTER Ã¢â€â‚¬Ã¢â€â‚¬ */
footer {
  background: #172337;
  /* Dark navy blue background from screenshot */
  color: #cbd5e0;
  padding: 80px 0 30px;
  font-family: 'Poppins', sans-serif;
}

footer h6 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}

.foot-logo {
  filter: brightness(0) invert(1);
  /* Ensure the logo is solid white */
  display: block;
}

.foot-text {
  font-size: 14px;
  color: #a0aec0;
  line-height: 1.6;
  max-width: 250px;
  margin-top: 15px;
}

.foot-col {
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  padding-left: 45px;
}

@media (max-width: 768px) {
  .foot-col {
    border-left: none;
    padding-left: 28px !important;
    margin-top: 30px;
  }
  .foot-text {
    padding-left: 13px; /* 15px col padding + 13px = 28px total left spacing */
  }
}


footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 12px;
}

footer ul li a {
  color: #a0aec0;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.2s;
}

footer ul li a:hover {
  color: #fff;
}

.foot-hours p {
  font-size: 14px;
  color: #a0aec0;
  line-height: 1.6;
  margin-bottom: 15px;
}

.foot-hours strong {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.foot-contacts-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.foot-contact-item {
  display: flex;
  align-items: center;
  /* Vertically align phone and email */
  gap: 15px;
}

.foot-contact-item.align-start {
  align-items: flex-start;
  /* Address should align start */
}

.foot-contact-icon {
  color: #52B6FF;
  /* Bright sky blue from screenshot */
  font-size: 22px;
  min-width: 24px;
  text-align: center;
  line-height: 1;
}

.foot-contact-text {
  font-size: 15px;
  color: #cbd5e0;
  line-height: 1.5;
}

.foot-divider {
  border-color: rgba(255, 255, 255, 0.08);
  margin: 60px 0 25px;
}

.foot-copy {
  text-align: center;
  font-size: 13px;
  color: #718096;
}

@media (max-width: 991px) {
  .foot-col {
    border-left: none;
    padding-left: 12px;
    margin-top: 30px;
  }
}

/* ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ UTILS ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬ ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ */
@media (max-width: 767px) {
  .hero-slider {
    height: 450px;
  }

  .hero-slide::before {
    background: rgba(17, 17, 17, 0.85);
    /* Solid dark overlay on mobile */
  }

  .hero-bottom-bar {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: transparent;
  }

  .hero-bottom-left,
  .hero-bottom-right {
    display: none;
  }

  .hero-bottom-controls {
    position: static;
    transform: none;
    border: none;
  }

  .hero-bottom-controls .hero-btn {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.15);
  }

  .hero-bottom-controls .hero-btn:first-child {
    margin-right: 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .about-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 160px 80px 80px;
  }
}









.page-hero {
  background: #0d0d0d;
  min-height: 280px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(174, 120, 41, 0.18) 0%, transparent 60%);
  z-index: 1;
}

.page-hero .page-hero-inner {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.2;
}

.page-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.page-hero .breadcrumb-item a {
  color: var(--gold);
  text-decoration: none;
}

.page-hero .breadcrumb-item.active {
  color: #aaa;
}

.page-hero .breadcrumb-item+.breadcrumb-item::before {
  color: #666;
}

/* ── ABOUT INTRO SECTION ── */
.about-intro {
  padding: 100px 0 80px;
  background: #fff;
}

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

.about-intro-image img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.about-intro-image .badge-years {
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--gold);
  color: #fff;
  border-radius: 10px;
  padding: 18px 24px;
  text-align: center;
  font-weight: 700;
  box-shadow: 0 8px 32px rgba(174, 120, 41, 0.35);
}

.about-intro-image .badge-years .num {
  font-size: 40px;
  line-height: 1;
  display: block;
}

.about-intro-image .badge-years .label {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0.9;
}

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

.about-intro-content .sec-label {
  margin-bottom: 16px;
}

.about-intro-content h2 {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin-bottom: 22px;
}

.about-intro-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.85;
  margin-bottom: 16px;
}

.about-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 28px 0 36px;
}

.about-feature-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.about-feature-item i {
  color: var(--gold);
  font-size: 16px;
  min-width: 18px;
}

/* ── STATS STRIP ── */
.stats-strip {
  background: #172337;
  padding: 60px 0;
}

.stat-item {
  text-align: center;
  padding: 20px;
}

@media (min-width: 768px) {
  .stats-strip [class*="col-"]:not(:last-child) .stat-item {
    border-right: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.stat-item .stat-num {
  font-size: 52px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}

.stat-item .stat-label {
  font-size: 14px;
  color: #a0aec0;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ── WHY CHOOSE US ── */
.why-sec {
  background: #f1f7ff;
  padding: 90px 0;
}

.why-sec .sec-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}

.why-sec .sec-sub {
  font-size: 15px;
  color: #777;
  max-width: 560px;
  line-height: 1.75;
  margin-bottom: 55px;
}

.why-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  height: 100%;
  border: 1px solid #e8edf5;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(28, 35, 51, 0.1);
  border-color: rgba(201, 138, 42, 0.3);
}

.why-card-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #fef3e2, #fde8c0);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.why-card-icon i {
  font-size: 26px;
  color: var(--gold);
}

.why-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 12px;
}

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

/* ── MISSION VISION ── */
.mission-sec {
  padding: 90px 0;
  background: #fff;
}

.mission-card {
  background: #172337;
  border-radius: 14px;
  padding: 48px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.mission-cards-row > div:nth-child(3n+2) .mission-card {
  background: #1a2d45;
}

.mission-cards-row > div:nth-child(3n+3) .mission-card {
  background: #162031;
}

.mission-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(174, 120, 41, 0.12);
  z-index: 0;
}

.mission-card>* {
  position: relative;
  z-index: 1;
}

.mission-card .card-icon {
  width: 56px;
  height: 56px;
  background: rgba(201, 138, 42, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.mission-card .card-icon i {
  font-size: 22px;
  color: var(--gold);
}

.mission-card h4 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.mission-card p {
  font-size: 14.5px;
  color: #a0aec0;
  line-height: 1.85;
  margin: 0;
}

/* ── TEAM SECTION ── */
.team-sec {
  background: var(--cream);
  padding: 90px 0;
}

.team-sec .sec-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}

.team-sec .sec-sub {
  font-size: 15px;
  color: #777;
  max-width: 500px;
  line-height: 1.75;
  margin-bottom: 55px;
}

.team-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  text-align: center;
  transition: transform 0.25s, box-shadow 0.25s;
}

.team-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.team-card .team-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.team-card .team-info {
  padding: 22px 20px 28px;
}

.team-card .team-name {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 5px;
}

.team-card .team-role {
  font-size: 13px;
  color: var(--gold);
  font-weight: 500;
  letter-spacing: 0.5px;
}

.team-card .team-social {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 16px;
}

.team-card .team-social a {
  width: 34px;
  height: 34px;
  border: 1.5px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  font-size: 13px;
  text-decoration: none;
  transition: all 0.2s;
}

.team-card .team-social a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
}

/* ── CTA BANNER ── */
.cta-banner {
  background: #172337;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.cta-banner::before {
  content: '';
  position: absolute;
  top: -60px;
  left: -60px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(174, 120, 41, 0.08);
}

.cta-banner::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: rgba(174, 120, 41, 0.06);
}

.cta-banner>.container {
  position: relative;
  z-index: 2;
}

.cta-banner h2 {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.25;
}

.cta-banner p {
  font-size: 15px;
  color: #a0aec0;
  max-width: 500px;
  margin: 0 auto 36px;
  line-height: 1.75;
}

.cta-banner .btn-cta {
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 16px 44px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  text-decoration: none;
  display: inline-block;
  margin-right: 14px;
}

.cta-banner .btn-cta:hover {
  background: #a8711e;
  transform: translateY(-2px);
}

.cta-banner .btn-cta-outline {
  background: transparent;
  color: #fff;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 6px;
  padding: 15px 44px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
  display: inline-block;
}

.cta-banner .btn-cta-outline:hover {
  border-color: var(--gold);
  color: var(--gold);
}

@media (max-width: 991px) {
  .about-intro-content {
    padding-left: 0;
    margin-top: 40px;
  }

  .page-hero h1 {
    font-size: 36px;
  }

  /* Border layout handled globally and in responsive overrides */
}

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

  .about-intro-image img {
    height: 300px;
  }

  .why-sec,
  .mission-sec,
  .team-sec {
    padding: 60px 0;
  }

  .page-hero {
    min-height: 200px;
  }

  .page-hero h1 {
    font-size: 28px;
  }

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

  .cta-banner h2 {
    font-size: 28px;
  }

  .cta-banner .btn-cta,
  .cta-banner .btn-cta-outline {
    display: block;
    margin: 0 auto 14px;
    max-width: 240px;
  }
}

/* ── GET IN TOUCH MODAL STYLES ── */
.modal-header-touch {
  background: var(--dark-navy);
  color: #fff;
  border-bottom: none;
  padding: 24px 30px;
}

.modal-body-touch {
  padding: 30px;
  background: #fff;
}

.touch-field-group {
  margin-bottom: 20px;
}

.touch-label {
  font-size: 13.5px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: block;
}

.touch-input {
  background: #f8f9fb;
  border: 1.5px solid #e1e4eb;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s;
  width: 100%;
}

.touch-input:focus {
  background: #fff;
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 138, 42, 0.1);
  outline: none;
}

.btn-submit-touch {
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Poppins', sans-serif;
}

.btn-submit-touch:hover {
  background: #a8711e;
  transform: translateY(-1px);
}

.topbar .container {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.topbar ul {
  padding-bottom: 0;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
  margin-right: 15px;
}

.topbar ul li {
  margin: 0 10px 0 0;
  color: #fff;
}

.topbar ul li i {
  font-size: 16px;
  color: #fff;
}

/* ── NAVBAR TOGGLER VISIBILITY ── */
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  padding: 6px 10px !important;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 3px rgba(201, 138, 42, 0.25) !important;
  outline: none !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.85%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* ── STEP ICON GLOBAL STYLING ── */
.step-icon img {
  width: 52px;
  height: 52px;
  object-fit: contain;
}

/* ── RESPONSIVE OVERRIDES ── */

@media (max-width: 991px) {

  /* Topbar Diagonal Hide */
  .topbar::after {
    display: none !important;
  }

  .topbar-info {
    padding-right: 0 !important;
  }

  /* Expanded Navbar Padding & Spacing */
  .navbar-collapse {
    padding-top: 15px;
    padding-bottom: 10px;
  }

  .navbar-nav {
    text-align: center;
    width: 100%;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
    width: 100%;
  }

  .navbar-nav .nav-item.ms-2 {
    margin-left: 0 !important;
  }

  .navbar-nav .btn-touch {
    display: inline-block !important;
    margin-top: 5px;
    width: auto;
  }

  /* Hero Heading Tablet Size */
  .hero-text-content h1 {
    font-size: 36px !important;
    margin-bottom: 25px !important;
  }

  .btn-discover {
    padding: 16px 32px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 767px) {

  /* Topbar Mobile Stacking */
  .topbar .container {
    flex-direction: column-reverse !important;
    gap: 8px !important;
    text-align: center !important;
  }

  .topbar ul {
    margin-right: 0 !important;
    justify-content: center !important;
  }

  .topbar-info {
    margin-left: 0 !important;
    font-size: 11px !important;
    width: 100% !important;
    text-align: center !important;
  }

  /* Hero Heading & Button Mobile Size */
  .hero-text-content h1 {
    font-size: 26px !important;
    margin-bottom: 20px !important;
    line-height: 1.3 !important;
  }

  .btn-discover {
    padding: 12px 24px !important;
    font-size: 14px !important;
  }

  /* About Intro Badge Scaling */
  .about-intro-image .badge-years {
    bottom: 15px !important;
    left: 15px !important;
    padding: 10px 16px !important;
  }

  .about-intro-image .badge-years .num {
    font-size: 28px !important;
  }

  .about-intro-image .badge-years .label {
    font-size: 10px !important;
  }

  /* Stats Strip Borders (2 columns) */
  .stats-strip [class*="col-"] .stat-item {
    border-right: none !important;
    border-bottom: none !important;
  }

  .stats-strip [class*="col-"]:nth-child(1) .stat-item,
  .stats-strip [class*="col-"]:nth-child(2) .stat-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  }

  /* Contact Page Card Padding */
  .contact-info-card,
  .contact-form-card {
    padding: 30px 20px !important;
  }

  /* Map Height Scaling */
  .map-container iframe {
    height: 300px !important;
  }

  /* Product Page Filters wrapping adjustments */
  .filter-btn-group {
    border-radius: 12px !important;
    padding: 8px !important;
    width: 100% !important;
  }

  .filter-btn {
    font-size: 13px !important;
    padding: 8px 16px !important;
  }
}

@media (max-width: 575px) {

  /* Modal Spacing on Smallest Screens */
  .modal-header-touch {
    padding: 16px 20px !important;
  }

  .modal-body-touch {
    padding: 20px !important;
  }
}













.filter-wrapper {
  padding: 60px 0 20px;
  text-align: center;
}

.filter-btn-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  background: #f8f9fa;
  padding: 6px;
  border-radius: 30px;
  border: 1px solid #e9ecef;
}

.filter-btn {
  background: transparent;
  border: none;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 24px;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Poppins', sans-serif;
}

.filter-btn:hover {
  color: var(--gold);
}

.filter-btn.active {
  background: var(--gold);
  color: #fff !important;
  box-shadow: 0 4px 15px rgba(201, 138, 42, 0.25);
}

.products-display-sec {
  padding: 20px 0 90px;
  background: #fff;
}

.prod-card-v2 {
  background: #fff;
  border: 1px solid #e8edf5;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  position: relative;
}

.prod-card-v2:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border-color: rgba(201, 138, 42, 0.3);
}

.prod-img-box {
  background: #f8f9fb;
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
}

.prod-img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.prod-card-v2:hover .prod-img-box img {
  transform: scale(1.08);
}

.prod-badges {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  z-index: 2;
}

.prod-badge {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}

.badge-material {
  background: var(--dark-navy);
}

.badge-warranty {
  background: var(--gold);
}

.prod-details {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.prod-category {
  font-size: 11px;
  font-weight: 600;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.prod-title {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.4;
}

.prod-desc {
  font-size: 13.5px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
  flex-grow: 1;
}

.prod-spec-summary {
  border-top: 1px dashed #e9ecef;
  padding-top: 15px;
  margin-bottom: 20px;
}

.spec-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 6px;
}

.spec-label {
  color: #888;
  font-weight: 400;
}

.spec-value {
  color: #333;
  font-weight: 500;
}

.prod-action-row {
  display: flex;
  gap: 10px;
}

.btn-action-enquiry {
  flex: 1;
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s ease;
  font-family: 'Poppins', sans-serif;
}

.btn-action-enquiry:hover {
  background: #a8711e;
  color: #fff;
}

.btn-action-spec {
  background: #f1f3f5;
  color: #495057;
  border: none;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-action-spec:hover {
  background: #e9ecef;
  color: var(--gold);
}

/* ── SPEC MODAL STYLES ── */
.modal-spec-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.modal-spec-table th,
.modal-spec-table td {
  border: 1px solid #dee2e6;
  padding: 12px;
  font-size: 13.5px;
  text-align: center;
}

.modal-spec-table th {
  background-color: #f8f9fa;
  font-weight: 600;
  color: #333;
}

.spec-callout {
  background: #fff9db;
  border-left: 4px solid #fcc419;
  padding: 15px;
  border-radius: 4px;
  font-size: 13.5px;
  color: #665c2e;
  margin-top: 20px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.spec-callout i {
  font-size: 16px;
  margin-top: 2px;
}

/* CSS Transition for Filter grid */
.prod-grid-item {
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.prod-grid-item.hidden {
  display: none;
  opacity: 0;
  transform: scale(0.9);
}









.contact-sec {
  padding: 90px 0;
  background: #fff;
}

.contact-info-card {
  background: #172337;
  color: #fff;
  border-radius: 14px;
  padding: 45px 40px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(23, 35, 55, 0.15);
}

.contact-info-card::before {
  content: '';
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(201, 138, 42, 0.1);
  z-index: 0;
}

.contact-info-card>* {
  position: relative;
  z-index: 1;
}

.contact-info-card h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}

.contact-info-card p.subtitle {
  color: #a0aec0;
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 40px;
}

.contact-details-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 40px;
}

.contact-detail-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.contact-detail-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(201, 138, 42, 0.15);
  border: 1px solid rgba(201, 138, 42, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gold);
  font-size: 18px;
  flex-shrink: 0;
}

.contact-detail-text h6 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--gold);
}

.contact-detail-text p {
  font-size: 14px;
  color: #cbd5e0;
  margin: 0;
  line-height: 1.6;
}

.contact-detail-text a {
  color: #cbd5e0;
  text-decoration: none;
  transition: color 0.2s;
}

.contact-detail-text a:hover {
  color: #fff;
}

.contact-social-icons {
  display: flex;
  gap: 12px;
}

.contact-social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #cbd5e0;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.contact-social-icons a:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: #fff;
  transform: translateY(-3px);
}

.contact-form-card {
  background: #f8f9fb;
  border-radius: 14px;
  border: 1px solid #e8edf5;
  padding: 45px 40px;
  height: 100%;
}

.contact-form-card h3 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}

.contact-form-card p.subtitle {
  color: #666;
  font-size: 14.5px;
  line-height: 1.75;
  margin-bottom: 35px;
}

.form-group-custom {
  margin-bottom: 22px;
  position: relative;
}

.form-control-custom {
  background: #fff;
  border: 1.5px solid #dcdfe6;
  border-radius: 8px;
  padding: 14px 18px;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s;
  width: 100%;
}

.form-control-custom:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(201, 138, 42, 0.1);
  outline: none;
}

.form-control-custom::placeholder {
  color: #b0b5c1;
}

textarea.form-control-custom {
  resize: none;
}

.btn-submit-contact {
  background: var(--gold);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 36px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.btn-submit-contact:hover {
  background: #a8711e;
  transform: translateY(-1px);
}

#specModal .modal-footer .btn-submit-contact {
  width: auto;
}

/* Map section */
.map-sec {
  padding: 0 0 90px;
  background: #fff;
}

.map-container {
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  border: 1px solid #e8edf5;
}

.map-container iframe {
  width: 100%;
  height: 450px;
  border: none;
  display: block;
}
