:root {
  --dark: #111315;
  --dark-2: #182228;
  --accent: #dc2626;
  --accent-2: #f87171;
  --stone: #8f7f7b;
  --surface: #f6f4ef;
  --white: #ffffff;
  --text: #212529;
  --muted: #697279;
  --border: rgba(17, 19, 21, .08);
  --shadow: 0 18px 45px rgba(16, 24, 40, .12);
  --radius: 24px;
  --radius-sm: 16px;
  --transition: all .35s ease;
}

* {
  box-sizing: border-box
}

html {
  scroll-padding-top: 94px
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  display: block
}

a {
  text-decoration: none
}

p {
  line-height: 1.75;
  color: #495057
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed", sans-serif;
  letter-spacing: .01em;
  color: #101214;
  margin-bottom: 0;
}

h1,
h2 {
  line-height: 1.02
}

.section-padding {
  padding: 110px 0
}

.section-intro {
  max-width: 760px;
  margin-bottom: 54px;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(220, 38, 38, .10);
  color: var(--accent);
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .12em;
  margin-bottom: 18px;
}

.section-intro h2,
.about-section h2,
.contact-section h2,
.quality-panel h2 {
  font-size: clamp(2.15rem, 4vw, 3.5rem);
}

.section-text {
  font-size: 1.02rem;
  color: var(--muted);
}

.btn-brand {
  background: linear-gradient(135deg, var(--accent), #b91c1c);
  border: none;
  color: var(--white);
  border-radius: 999px;
  padding: .92rem 1.5rem;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(220, 38, 38, .26);
}

.btn-brand:hover {
  color: var(--white);
  transform: translateY(-2px)
}

.btn-pill {
  border-radius: 999px;
  padding: .95rem 1.4rem;
  font-weight: 700;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 34px;
  color: #3f4850;
  font-weight: 500;
}

.check-list li::before {
  content: "\f26e";
  font-family: "bootstrap-icons";
  position: absolute;
  inset: 0 auto auto 0;
  color: var(--accent);
  font-size: 1.15rem;
}

.topbar {
  background: var(--dark);
  color: #dce4ea;
  font-size: .92rem;
  position: relative;
  z-index: 1031;
}

.topbar-wrap {
  min-height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 24px;
  padding: 10px 0;
}

.topbar a,
.topbar span {
  color: #dce4ea;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* .topbar i {
  color: var(--accent-2)
} */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1030;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(180%) blur(18px);
  box-shadow: 0 1px 0 rgba(17, 19, 21, .06);
}

.navbar {
  padding: 15px 0;
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.navbar-brand img {
  width: 58px;
  height: auto;
  flex: 0 0 auto;
}

.navbar-brand span {
  display: grid;
  line-height: 1;
}

.navbar-brand strong {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  color: #111315;
}

.navbar-brand small {
  color: #626d75;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  font-size: .7rem;
}

.navbar-nav .nav-link {
  color: #263238;
  font-weight: 700;
  text-transform: uppercase;
  font-size: .84rem;
  letter-spacing: .08em;
  padding: .85rem 1rem !important;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: var(--accent)
}

.navbar-toggler {
  border: none;
  padding: 0;
}

.navbar-toggler:focus {
  box-shadow: none
}

.site-header.is-scrolled {
  box-shadow: 0 14px 30px rgba(17, 19, 21, .08);
}

.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%2817, 19, 21, 0.95%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hero-section {
  position: relative;
  background: var(--dark);
}

.hero-slide {
  min-height: calc(100vh - 135px);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.hero-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(7, 10, 12, .88) 0%, rgba(134, 134, 134, 0.72) 42%, rgba(7, 10, 12, .2) 100%);
}

.hero-slide::after {
  content: "";
  position: absolute;
  inset: auto auto 0 -8%;
  width: 460px;
  height: 460px;
  background: radial-gradient(circle, rgba(220, 38, 38, .28), transparent 65%);
  filter: blur(10px);
}

.slide-one {
  background: url("../img/Banner/Weathered\ manhole\ cover\ on\ cobblestones.png") center center/cover no-repeat;
}

.slide-two {
  background:
    linear-gradient(90deg, rgba(12, 16, 19, .9), rgba(130, 130, 131, 0.58)),
    url("../img/Banner/Molten\ metal\ pouring\ into\ molds.png") center center/cover no-repeat;
}

.slide-three {
  background:
    linear-gradient(90deg, rgba(12, 16, 19, .88), rgba(12, 16, 19, .56)),
    url("../img/Banner/b3.jpg") center center/cover no-repeat;
}

.slide-four {
  background:
    linear-gradient(90deg, rgba(12, 16, 19, .88), rgba(12, 16, 19, .56)),
    url("../img/Banner/b4.jpg") center center/cover no-repeat;
}

.slide-five {
  background:
    linear-gradient(90deg, rgba(12, 16, 19, .88), rgba(12, 16, 19, .56)),
    url("../img/Banner/b5.jpg") center center/cover no-repeat;
}

.slide-six {
  background:
    linear-gradient(90deg, rgba(12, 16, 19, .88), rgba(12, 16, 19, .56)),
    url("../img/Banner/b6.jpg") center center/cover no-repeat;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  color: var(--white);
  padding: 100px 0 120px;
}

.hero-content .eyebrow {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .08);
  border-radius: 999px;
  padding: 10px 15px;
  color: #fee2e2;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .78rem;
  font-weight: 700;
  margin-bottom: 18px;
}

.hero-content h1,
.hero-content h2 {
  color: var(--white);
  font-size: clamp(2.8rem, 6vw, 5.3rem);
  text-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.hero-content p {
  color: #e9eef2;
  font-size: 1.1rem;
  max-width: 640px;
  margin: 18px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-actions .btn {
  min-width: 190px;
}

.hero-actions .btn-outline-light {
  border-radius: 999px;
  padding: .92rem 1.4rem;
  font-weight: 700;
}

.carousel-indicators {
  bottom: 112px;
  z-index: 3;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 0;
  margin: 0 6px;
}

.carousel-control-prev,
.carousel-control-next {
  width: 8%;
  z-index: 3;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .15);
  background-size: 55%;
}

.hero-stats {
  position: relative;
  margin-top: -70px;
  z-index: 5;
}

.stats-grid {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.stat-card {
  padding: 34px 28px;
  text-align: center;
  border-right: 1px solid var(--border);
}

.stat-card:last-child {
  border-right: none
}

.stat-card strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 3rem;
  color: var(--accent);
  line-height: 1;
}

.stat-card span {
  display: block;
  margin-top: 8px;
  font-weight: 700;
  color: #4f5860;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
}

.about-section {
  background: linear-gradient(180deg, #fff8df 0%, #ffefb7 100%)
}

.about-points {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.point-box {
  background: #fffdf6;
  border: 1px solid rgba(187, 148, 24, .18);
  border-radius: 20px;
  padding: 20px 22px;
  box-shadow: 0 10px 30px rgba(156, 121, 14, .08);
}

.point-box h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #3f2d00;
}

.point-box p {
  margin: 0;
  color: #634c12;
}

.about-media {
  position: relative;
  min-height: 650px;
}

.media-card {
  position: absolute;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: var(--shadow);
  background: #fff;
}

.media-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-main {
  inset: 0 110px 70px 0;
}

.media-overlay {
  width: 220px;
  height: 280px;
  bottom: 0;
  left: 40px;
  border: 8px solid #fff7d8;
}

.media-side {
  top: 54px;
  right: 0;
  width: 270px;
  height: 350px;
}

.selection-section {
  background:
    linear-gradient(180deg, #fff8df 0%, #ffeaa1 100%);
}

.selection-card {
  position: relative;
  height: 100%;
  background: #fffdf6;
  border: 1px solid rgba(187, 148, 24, .18);
  border-radius: 22px;
  padding: 28px 26px 24px;
  box-shadow: 0 12px 34px rgba(156, 121, 14, .08);
  transition: var(--transition);
}

.selection-card:hover {
  transform: translateY(-6px);
  border-color: rgba(220, 38, 38, .32);
  box-shadow: 0 16px 36px rgba(156, 121, 14, .12);
}

.selection-code {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--accent), #991b1b);
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: .06em;
  margin-bottom: 18px;
}

.selection-card h3 {
  font-size: 1.7rem;
  margin-bottom: 8px;
  color: #3f2d00;
}

.selection-card p {
  margin: 0;
  color: #6b5208;
}

.selection-visual {
  margin-top: 52px;
  background: #fffdf6;
  border: 1px solid rgba(187, 148, 24, .18);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 45px rgba(156, 121, 14, .10);
}

.selection-copy h3 {
  font-size: 2.3rem;
  margin-bottom: 12px;
  color: #3f2d00;
}

.selection-copy p,
.selection-copy .check-list li {
  color: #634c12;
}

.products-section {
  background:
    linear-gradient(180deg, #ffe48a 0%, #f5c842 100%);
}

.clients-section {
  background:
    linear-gradient(180deg, #f5c842 0%, #ffe48a 100%);
}

.products-section .section-tag {
  background: rgba(255, 255, 255, .35);
  color: var(--accent);
}

.products-section .section-intro h2,
.products-section .section-intro .section-text {
  color: #4f3900;
}

.products-section .section-text {
  color: #6b5208
}

.product-card {
  height: 100%;
  background: #fffdf8;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(151, 116, 0, .18);
  border: 1px solid rgba(187, 148, 24, .18);
  transition: var(--transition);
}

.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(151, 116, 0, .22);
}

.product-thumb {
  position: relative;
  overflow: hidden;
  height: auto;
  background: #ffeeb8;
}

.product-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}

.product-card:hover .product-thumb img {
  transform: scale(1.06)
}

.product-body {
  padding: 24px 22px 24px;
}

.product-body h3 {
  font-size: 1.7rem;
  margin-bottom: 10px;
}

.product-body p {
  margin: 0
}

.quality-section {
  background: linear-gradient(180deg, #fff7d6 0%, #ffe8a0 100%);
}

.quality-panel {
  background: #fffdf6;
  border-radius: 28px;
  padding: 36px;
  box-shadow: 0 18px 45px rgba(156, 121, 14, .10);
  border: 1px solid rgba(187, 148, 24, .18);
}

.quality-panel h2 {
  color: #3f2d00;
}

.quality-panel p,
.quality-panel .check-list li {
  color: #634c12;
}

.quality-media img {
  width: 100%;
  border: 8px solid #fff7d8;
}

.gallery-section {
  background: #fff8df;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-item {
  appearance: none;
  border: none;
  background: none;
  padding: 0;
  text-align: left;
  cursor: pointer;
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 14px 36px rgba(156, 121, 14, .12);
  transition: var(--transition);
}

.gallery-item:hover {
  transform: translateY(-4px);
}

.gallery-item img {
  width: 100%;
  aspect-ratio: 1/1.1;
  object-fit: cover;
}

.gallery-item span {
  position: absolute;
  inset: auto 16px 16px 16px;
  background: rgba(63, 45, 0, .82);
  color: #fff;
  padding: 10px 14px;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.contact-section {
  background:
    linear-gradient(135deg, #13181c 0%, #1b242a 55%, #202b31 100%);
}

.contact-box {
  background:
    linear-gradient(135deg, rgba(220, 38, 38, .96), rgba(153, 27, 27, .96)),
    url("../img/branding_right.jpg") center center/cover no-repeat;
  border-radius: 32px;
  padding: 48px;
  box-shadow: 0 20px 48px rgba(17, 19, 21, .24);
}

.contact-box h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  margin-bottom: 16px;
}

.contact-box p {
  color: #fef2f2
}

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 24px;
}

.contact-actions .btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-card {
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 24px;
  padding: 28px 24px;
  backdrop-filter: blur(10px);
}

.contact-row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.contact-row+.contact-row {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .16);
}

.contact-row i {
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  background: rgba(93, 67, 0, .18);
  color: #fff;
  font-size: 1.15rem;
}

.contact-row strong {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}

.contact-row p {
  margin: 0;
  color: #fef2f2;
  line-height: 1.55;
}

.site-footer {
  background: #0e1214;
  padding: 80px 0 28px;
  color: #d4dde3;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #fff;
}

.footer-brand img {
  width: 62px;
  flex: 0 0 auto;
}

.footer-brand strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.7rem;
  line-height: 1;
}

.footer-brand span {
  display: block;
  color: #a6b0b7;
  margin-top: 8px;
  font-size: .84rem;
}

.footer-copy {
  margin-top: 18px;
  max-width: 380px;
  color: #b7c0c7;
}

.site-footer h3 {
  color: #fff;
  font-size: 1.5rem;
  margin-bottom: 16px;
}

.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.footer-links a,
.footer-contact,
.footer-contact a {
  color: #c1cad0;
}

.footer-links a:hover,
.footer-contact a:hover {
  color: #fff
}

.footer-contact li {
  display: flex;
  gap: 10px;
}

.footer-contact i {
  color: var(--accent-2);
  margin-top: 2px
}

.footer-bottom {
  margin-top: 42px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #94a1aa;
  font-size: .92rem;
}

.gallery-modal .modal-content {
  background: #0d1113;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 24px;
}

.gallery-modal .modal-body {
  padding: 24px;
}

.gallery-modal h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 18px;
}

.gallery-modal img {
  width: 100%;
  border-radius: 18px;
}

.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  background: rgba(255, 255, 255, .08);
  border-radius: 50%;
  opacity: 1;
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #b91c1c);
  color: #fff;
  box-shadow: 0 16px 30px rgba(220, 38, 38, .28);
  z-index: 1040;
}

.back-to-top:hover {
  color: #fff
}

@media (max-width: 1399.98px) {
  .gallery-grid {
    grid-template-columns: repeat(3, 1fr)
  }
}

@media (max-width: 1199.98px) {
  .hero-slide {
    min-height: 820px
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr)
  }

  .stat-card:nth-child(2) {
    border-right: none
  }

  .stat-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--border)
  }

  .gallery-grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 991.98px) {
  html {
    scroll-padding-top: 82px
  }

  .section-padding {
    padding: 88px 0
  }

  .topbar-wrap {
    justify-content: flex-start
  }

  .navbar-collapse {
    margin-top: 14px;
    background: #fff7dd;
    border-radius: 18px;
    padding: 12px;
    box-shadow: var(--shadow);
  }

  .navbar-nav .nav-link {
    padding: .8rem 1rem !important;
  }

  .hero-slide {
    min-height: 720px;
  }

  .carousel-indicators {
    bottom: 94px
  }

  .hero-content {
    max-width: 100%;
    padding: 70px 0 130px;
  }

  .hero-content p {
    font-size: 1rem
  }

  .about-media {
    min-height: 540px;
  }

  .media-main {
    inset: 0 70px 55px 0;
  }

  .media-overlay {
    width: 180px;
    height: 230px;
  }

  .media-side {
    width: 220px;
    height: 280px;
  }

  .contact-box {
    padding: 34px 26px
  }
}

@media (max-width: 767.98px) {
  .section-padding {
    padding: 74px 0
  }

  .topbar {
    font-size: .84rem;
  }

  .navbar-brand strong {
    font-size: 1.48rem
  }

  .navbar-brand small {
    font-size: .64rem
  }

  .hero-slide {
    min-height: 650px;
    background-position: center center !important;
  }

  .hero-slide::before {
    background: linear-gradient(180deg, rgba(7, 10, 12, .76) 0%, rgba(7, 10, 12, .86) 72%, rgba(7, 10, 12, .92) 100%);
  }

  .hero-content {
    padding: 48px 0 120px;
  }

  .hero-content h1,
  .hero-content h2 {
    font-size: clamp(2.2rem, 10vw, 3.45rem);
  }

  .hero-actions .btn {
    min-width: auto;
    width: 100%;
  }

  .hero-stats {
    margin-top: -54px;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .stat-card {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }

  .stat-card:last-child {
    border-bottom: none
  }

  .about-media {
    min-height: auto;
    display: grid;
    gap: 18px;
  }

  .media-card {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .media-card img {
    height: auto;
    object-fit: contain;
  }

  .selection-visual {
    padding: 18px;
  }

  .selection-copy h3 {
    font-size: 1.9rem;
  }

  .gallery-grid {
    grid-template-columns: 1fr
  }

  .gallery-item img {
    aspect-ratio: 16/11;
  }

  .contact-actions .btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .container {
    padding-inline: 18px
  }

  .topbar-wrap {
    gap: 8px 16px;
  }

  .navbar-brand {
    gap: 10px;
    max-width: 84%;
  }

  .navbar-brand img {
    width: 50px
  }

  .hero-content .eyebrow {
    font-size: .7rem;
    letter-spacing: .11em;
  }

  .section-tag {
    font-size: .74rem;
    letter-spacing: .10em;
  }

  .selection-code {
    width: 64px;
    height: 64px;
    font-size: 1.6rem;
  }

  .quality-panel,
  .contact-card {
    padding: 22px;
  }
}

/* new-css-added */

.products-section {
  overflow: hidden;
}

.product-slider-wrap {
  position: relative;
  padding: 0 52px;
}

.product-slider-viewport {
  overflow: hidden;
}

.product-slider-track {
  display: flex;
  transition: transform 0.45s ease;
  will-change: transform;
  touch-action: pan-y;
  margin: 0 -12px;
}

.product-slide {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 12px;
  box-sizing: border-box;
}

.product-card {
  height: 100%;
}

.product-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff7dd;
  color: #5a4300;
  box-shadow: 0 10px 25px rgba(151, 116, 0, 0.18);
  z-index: 3;
  transition: all 0.25s ease;
  border: 1px solid rgba(187, 148, 24, .18);
}

.product-slider-btn:hover {
  background: var(--accent);
  color: #ffffff;
}

.product-slider-btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.product-slider-prev {
  left: 0;
}

.product-slider-next {
  right: 0;
}

.product-slider-dots {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.product-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 999px;
  background: rgba(90, 67, 0, 0.18);
  padding: 0;
  transition: all 0.25s ease;
}

.product-dot.active {
  width: 32px;
  background: #6b5208;
}

@media (max-width: 1199.98px) {
  .product-slide {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media (max-width: 991.98px) {
  .product-slider-wrap {
    padding: 0 44px;
  }
}

@media (max-width: 767.98px) {
  .product-slide {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575.98px) {
  .product-slider-wrap {
    padding: 0 36px;
  }

  .product-slide {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .product-slider-btn {
    width: 36px;
    height: 36px;
  }
}


/* scroll reveal animations */
.reveal {
  opacity: 0;
  transition: opacity 0.85s ease, transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.reveal-left {
  transform: translate3d(-72px, 0, 0);
}

.reveal-right {
  transform: translate3d(72px, 0, 0);
}

.reveal-up {
  transform: translate3d(0, 58px, 0);
}

.reveal-scale {
  transform: translate3d(0, 42px, 0) scale(0.96);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.reveal-delay-1 {
  transition-delay: 0.08s;
}

.reveal-delay-2 {
  transition-delay: 0.16s;
}

.reveal-delay-3 {
  transition-delay: 0.24s;
}

.reveal-delay-4 {
  transition-delay: 0.32s;
}

.reveal-delay-5 {
  transition-delay: 0.40s;
}

.reveal-delay-6 {
  transition-delay: 0.48s;
}

.hero-content {
  animation: heroFloat 6.5s ease-in-out infinite;
}

@keyframes heroFloat {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 767.98px) {

  .reveal-left,
  .reveal-right,
  .reveal-up,
  .reveal-scale {
    transform: translate3d(0, 36px, 0);
  }

  .hero-content {
    animation-duration: 5.5s;
  }
}

@media (prefers-reduced-motion: reduce) {

  .reveal,
  .hero-content {
    transition: none !important;
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}


.topbar {
  background: var(--dark);
  color: #dce4ea;
  font-size: .92rem;
  position: relative;
  z-index: 1031;
}

.topbar-wrap {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  padding: 10px 0;
}

.topbar-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 24px;
}

.topbar-left a,
.topbar-left span {
  color: #dce4ea;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.topbar-left i {
  color: var(--accent-2);
}

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

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .12);
  transition: all .3s ease;
}

.social-icon svg {
  width: 18px;
  height: 18px;
  display: block;
}

.social-icon:hover {
  color: #ffffff;
  background: var(--accent);
  border-color: var(--accent);
  transform: translateY(-2px);
}

@media (max-width: 991.98px) {
  .topbar-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .topbar-left {
    width: 100%;
    gap: 8px 18px;
  }

  .topbar-right {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (max-width: 575.98px) {
  .topbar {
    font-size: .84rem;
  }

  .topbar-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}

/* footer-css-added */

.site-footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(12, 16, 19, .96), rgba(18, 26, 31, .93)),
    url("../img/Banner/1.jpg") center center / cover no-repeat;
  padding: 90px 0 28px;
  color: #d4dde3;
}

.footer-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(220, 38, 38, .22), transparent 34%),
    radial-gradient(circle at bottom left, rgba(248, 113, 113, .10), transparent 30%);
  pointer-events: none;
}

.footer-brand {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  color: #fff;
  margin-bottom: 18px;
}

.footer-brand img {
  width: 72px;
  flex: 0 0 auto;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, .22));
}

.footer-brand strong {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
  color: #fff;
}

.footer-brand span {
  display: block;
  margin-top: 8px;
  color: #b4bec6;
  font-size: .82rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.footer-copy {
  margin: 0 0 24px;
  max-width: 390px;
  color: #c6d0d7;
  line-height: 1.8;
}

.site-footer h3 {
  color: #fff;
  font-size: 1.55rem;
  margin-bottom: 20px;
  position: relative;
}

.site-footer h3::after {
  content: "";
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent), var(--accent-2));
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 12px;
}

.footer-links li {
  margin: 0;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #c7d0d7;
  transition: all .3s ease;
}

.footer-links a i {
  font-size: .9rem;
  color: var(--accent-2);
  transition: transform .3s ease, color .3s ease;
}

.footer-links a:hover {
  color: #fff;
  transform: translateX(5px);
}

.footer-links a:hover i {
  color: var(--accent);
  transform: translateX(2px);
}

.footer-contact-card {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 22px;
  padding: 22px 20px;
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, .18);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.footer-contact-item+.footer-contact-item {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.footer-contact-item i {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(220, 38, 38, .16);
  color: var(--accent-2);
  font-size: 1rem;
}

.footer-contact-item strong {
  display: block;
  color: #fff;
  margin-bottom: 5px;
  font-size: .98rem;
}

.footer-contact-item a {
  color: #d9e1e6;
  transition: color .3s ease;
}

.footer-contact-item a:hover {
  color: #fff;
}

.footer-contact-item p {
  margin: 0;
  color: #c4ced5;
  line-height: 1.7;
}

.footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .12);
  transition: all .3s ease;
}

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

.footer-bottom {
  margin-top: 46px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .10);
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  color: #9fadb7;
  font-size: .92rem;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding: 75px 0 24px;
  }
}

@media (max-width: 767.98px) {
  .footer-brand strong {
    font-size: 1.55rem;
  }

  .footer-contact-card {
    padding: 18px 16px;
  }
}

/* ===== UI UPGRADE START ===== */

:root {
  --shadow-soft: 0 14px 34px rgba(16, 24, 40, .10);
  --shadow-lg: 0 22px 60px rgba(11, 18, 24, .18);
  --shadow-orange: 0 18px 36px rgba(220, 38, 38, .22);
  --grad-dark: linear-gradient(135deg, #101416 0%, #192126 100%);
  --grad-accent: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
}

body {
  background:
    radial-gradient(circle at top right, rgba(220, 38, 38, .04), transparent 24%),
    linear-gradient(180deg, #fffaf0 0%, #fff3cc 100%);
}

.section-padding {
  padding: 118px 0;
}

.section-intro {
  position: relative;
  margin-bottom: 58px;
}

.section-intro h2 {
  margin-bottom: 14px;
  color: #3f2d00;
}

.section-intro::after {
  content: "";
  width: 78px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f5d35e, #d8a900);
  display: block;
  margin-top: 18px;
}

.text-center.section-intro::after,
.section-intro.text-center::after,
.section-intro.mx-auto::after {
  margin-left: auto;
  margin-right: auto;
}

.section-tag {
  box-shadow: inset 0 0 0 1px rgba(220, 38, 38, .08);
  background: rgba(255, 235, 153, .35);
  color: var(--accent);
}

.topbar {
  background:
    linear-gradient(90deg, #0f1316 0%, #1a2329 100%);
  border-bottom: 1px solid rgba(255, 255, 255, .05);
}

.topbar-wrap {
  min-height: 52px;
}

.site-header {
  background: rgba(255, 250, 240, .92);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(187, 148, 24, .10);
}

.navbar {
  padding: 16px 0;
}

.navbar-brand img {
  width: 62px;
}

.navbar-nav .nav-link {
  position: relative;
  color: #4f3900;
}

.navbar-nav .nav-link::after {
  content: "";
  position: absolute;
  left: 1rem;
  right: 1rem;
  bottom: .45rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #f2cf55, var(--accent));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .3s ease;
}

.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after {
  transform: scaleX(1);
}

.navbar-brand strong {
  color: #2f2406;
}

.navbar-brand small {
  color: #7a631c;
}

.hero-stats .stats-grid {
  background: linear-gradient(180deg, #fffef9 0%, #fff6da 100%);
  border: 1px solid rgba(187, 148, 24, .14);
  box-shadow: 0 18px 45px rgba(151, 116, 0, .12);
}

.stat-card {
  border-right: 1px solid rgba(187, 148, 24, .14);
}

.stat-card span {
  color: #6b5208;
}

.quality-panel,
.point-box,
.selection-card,
.selection-visual {
  background: linear-gradient(180deg, #fffef9 0%, #fff8e6 100%);
}

.product-chip {
  position: absolute;
  left: 14px;
  bottom: 14px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 248, 230, .95);
  color: #4f3900;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .03em;
  box-shadow: 0 8px 20px rgba(151, 116, 0, .14);
}

.products-section .section-tag {
  background: rgba(255, 255, 255, .45);
  color: var(--accent);
}

.products-section .section-intro h2,
.products-section .section-intro .section-text {
  color: #4f3900;
}

.products-section .section-text {
  color: #6b5208;
}

.product-card:hover {
  border-color: rgba(220, 38, 38, .24);
  box-shadow: 0 24px 60px rgba(151, 116, 0, .22);
}

.selection-card:hover {
  box-shadow: 0 16px 36px rgba(151, 116, 0, .12);
}

.point-box:hover {
  box-shadow: 0 14px 34px rgba(151, 116, 0, .12);
}



/* ===== PROFILE DROPDOWN FINAL FIX ===== */

.profile-dropdown {
  position: relative;
}

.profile-toggle {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
}

.profile-toggle::after {
  display: none !important;
}

.profile-arrow {
  flex: 0 0 auto;
  transition: transform .25s ease;
}

.profile-dropdown-menu {
  min-width: 260px;
  padding: 10px;
  border: 1px solid rgba(187, 148, 24, 0.16);
  border-radius: 16px;
  background: #fffdf4;
  box-shadow: 0 18px 40px rgba(17, 19, 21, 0.12);
}

.profile-dropdown-menu .dropdown-item {
  display: block;
  padding: 11px 14px;
  border-radius: 10px;
  font-weight: 600;
  color: #4f3900;
  transition: all .25s ease;
}

.profile-dropdown-menu .dropdown-item:hover,
.profile-dropdown-menu .dropdown-item:focus {
  background: rgba(245, 211, 94, 0.28);
  color: var(--accent);
}

.profile-dropdown-menu .dropdown-item:active {
  background: rgba(220, 38, 38, 0.12);
  color: var(--accent);
}

/* desktop hover open */
@media (min-width: 992px) {
  .profile-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
  }

  .profile-dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    z-index: 999;
  }

  .profile-dropdown:hover .profile-dropdown-menu,
  .profile-dropdown:focus-within .profile-dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .profile-dropdown:hover .profile-arrow,
  .profile-dropdown:focus-within .profile-arrow {
    transform: rotate(180deg);
  }

  .profile-dropdown:hover>.profile-toggle,
  .profile-dropdown:focus-within>.profile-toggle {
    color: var(--accent) !important;
  }
}

/* mobile */
@media (max-width: 991.98px) {
  .profile-dropdown-menu {
    min-width: 100%;
    margin-top: 8px;
    padding: 8px;
    border-radius: 14px;
    border: 1px solid rgba(187, 148, 24, 0.16);
    background: #fff8df;
    box-shadow: none;
  }

  .profile-dropdown-menu .dropdown-item {
    padding: 10px 12px;
    font-size: .95rem;
  }

  .profile-dropdown.show .profile-arrow,
  .profile-toggle[aria-expanded="true"] .profile-arrow {
    transform: rotate(180deg);
  }
}

.dropdown-item.active,
.dropdown-item:active {
  color: #0d1113;
  text-decoration: none;
  background-color: #fbc706;
}

.footer-copy {
  text-align: justify;
}