/* ===============================
   GLOBAL
================================ */
* {
  font-family: 'Montserrat', sans-serif;
}

/* ===============================
   BRANDING
================================ */
.brand-name {
  font-weight: 800;
  font-size: 1.3rem;
  color: #2F3A40;
  letter-spacing: 0.05em;
}

.brand-tagline {
  font-weight: 500;
  font-size: 0.65rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: #5A6A70;
}

/* ===============================
   NAV LINKS
================================ */
.nav-link {
  font-weight: 500;
  font-size: 0.9rem;
  color: #2F3A40 !important;
}

.nav-link:hover {
  color: #F05A28 !important;
}

/* ===============================
   CTA BUTTON
================================ */
.btn-cta {
  background-color: #F05A28;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.5rem 1.4rem;
  border-radius: 0.375rem;
}

.btn-cta:hover {
  background-color: #e14f21;
  color: #FFFFFF;
}
/* ===============================
   HERO SECTION
================================ */
.hero-section {
  min-height: 90vh;
  overflow: hidden;
}

/* Background Video */
.hero-video {
  object-fit: cover;
  z-index: 1;
}

/* Dark Overlay for contrast */
.hero-overlay {
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

/* Content Layer */
.hero-content {
  z-index: 3;
}

/* ===============================
   HERO CARD
================================ */
.hero-card {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 1.5rem 1.5rem;
  border-radius: 1rem;
  max-width: 900px;
}

/* ===============================
   HERO TEXT
================================ */
.hero-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800; /* ExtraBold */
  font-size: 50px;
  letter-spacing: 0.12em;
  color: #2F3A40;
}

.hero-tagline {
  margin-top: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: #2F3A40;
}

/* ===============================
   HERO BUTTONS
================================ */
.btn-hero-primary {
  background-color: #F05A28;
  color: #FFFFFF;
  font-weight: 700;
  padding: 0.8rem 2.2rem;
  border-radius: 0.375rem;
}

.btn-hero-primary:hover {
  background-color: #e14f21;
  color: #FFFFFF;
}

.btn-hero-secondary {
  border: 2px solid #F05A28;
  color: #F05A28;
  font-weight: 700;
  padding: 0.8rem 2.2rem;
  border-radius: 0.375rem;
}

.btn-hero-secondary:hover {
  background-color: #F05A28;
  color: #FFFFFF;
}
/* ===============================
   ABOUT SECTION
================================ */
.about-section {
  background-color: #FFFFFF;
}

/* Title */
.about-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 2.2rem;
  color: #2F3A40;
  letter-spacing: 0.05em;
}

/* Subtitle */
.about-subtitle {
  margin-top: 0.75rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  color: #5A6A70;
}

/* Text */
.about-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 0.95rem;
  color: #2F3A40;
  line-height: 1.7;
}

/* About Cards */
.about-card {
  background-color: #F9FAFB;
  padding: 1.8rem 1.6rem;
  border-radius: 0.75rem;
  height: 100%;
}

.about-card h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #2F3A40;
}

.about-card p {
  margin-top: 0.5rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  color: #5A6A70;
}

/* About Button */
.btn-about {
  background-color: #F05A28;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.7rem 2rem;
  border-radius: 0.375rem;
}

.btn-about:hover {
  background-color: #e14f21;
  color: #FFFFFF;
}
/* ===============================
   ABOUT ICONS
================================ */
.about-icon {
  font-size: 2rem;
  color: #F05A28;
  margin-bottom: 0.75rem;
  display: inline-block;
}
html {
  scroll-behavior: smooth;
}

#about {
  scroll-margin-top: 90px; /* adjust if navbar height changes */
}
/* Sticky navbar offset fix */
section {
  scroll-margin-top: 90px; /* match navbar height */
}
header.sticky-top {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 1030; /* Bootstrap navbar layer */
}
/* ===============================
   GLOBAL PRODUCT SECTION
================================ */
.products-section {
  font-family: "Montserrat", sans-serif;
  background-color: #ffffff;
}

/* ===============================
   SECTION HEADERS
================================ */
.products-section h2 {
  color: #2f3a40;
}

.products-section p {
  color: #5a6a70;
}

.category-title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  color: #2f3a40;
  border-left: 5px solid #f05a28;
  padding-left: 12px;
}

/* ===============================
   SEARCH & FILTER
================================ */
#productSearch,
#categoryFilter {
  border-radius: 8px;
  border: 1px solid #d9dee2;
  padding: 12px 14px;
  font-size: 14px;
}

/* ===============================
   CATEGORY TABS
================================ */
.category-tabs {
  gap: 8px;
  flex-wrap: wrap;
}

.category-tabs .nav-link {
  font-size: 13px;
  padding: 8px 16px;
  border-radius: 20px;
  background-color: #f2f4f5;
  color: #2f3a40;
  border: none;
  transition: all 0.2s ease;
}

.category-tabs .nav-link:hover {
  background-color: #f05a28;
  color: #ffffff;
}

.category-tabs .nav-link.active {
  background-color: #f05a28;
  color: #ffffff;
}

/* ===============================
   PRODUCT CARD
================================ */
.product-card {
  background-color: #ffffff;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.08);
}

/* ===============================
   PRODUCT IMAGE
================================ */
.product-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  background-color: #f2f4f5;
}

/* ===============================
   PRODUCT BODY
================================ */
.product-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.product-body h6 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 6px;
  color: #2f3a40;
}

.product-body p {
  font-size: 12.5px;
  color: #5a6a70;
  margin-bottom: 12px;
  flex-grow: 1;
}

/* ===============================
   PRICE + BUTTON
================================ */
.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.price {
  font-weight: 700;
  font-size: 14px;
  color: #f05a28;
}

/* ORDER BUTTON */
.btn-order {
  background-color: #f05a28;
  color: #ffffff;
  border-radius: 8px;
  font-size: 12px;
  padding: 6px 12px;
  border: none;
  transition: background-color 0.2s ease;
}

.btn-order:hover {
  background-color: #d94f22;
}

/* ===============================
   QUANTITY INPUT
================================ */
.qty-input {
  font-size: 13px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #d9dee2;
}



/* ===============================
   MOBILE ADJUSTMENTS
================================ */
@media (max-width: 768px) {
  .order-summary-floating {
    width: 92%;
    left: 4%;
    right: auto;
    top: auto;
    bottom: 20px;
    transform: none;
  }

  .product-image {
    height: 150px;
  }
}
/* ===============================
   CONTACT SECTION
================================ */
.contact-section {
  background: #f8f9fb;
}

/* ===============================
   FORM CARD
================================ */
.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.contact-form h4 {
  font-weight: 700;
  color: #2F3A40;
}

.contact-form .form-label {
  font-weight: 600;
  color: #2F3A40;
}

.contact-form .form-control {
  border-radius: 10px;
  border: 1px solid #dde3e8;
  padding: 12px 14px;
  font-size: 0.95rem;
}

.contact-form .form-control:focus {
  border-color: #F05A28;
  box-shadow: 0 0 0 0.15rem rgba(240, 90, 40, 0.25);
}

.contact-form input[type="file"] {
  background: #fafafa;
}

.contact-form .btn-primary {
  background: #F05A28;
  border: none;
  padding: 14px;
  font-weight: 700;
  border-radius: 12px;
  transition: all 0.3s ease;
}

.contact-form .btn-primary:hover {
  background: #d94f22;
  transform: translateY(-2px);
}

/* ===============================
   MAP & INFO CARD
================================ */
.contact-info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 25px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  height: 100%;
}

.map-wrapper {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

.map-wrapper iframe {
  width: 100%;
  height: 260px;
  border: 0;
}

/* ===============================
   DETAILS
================================ */
.contact-details {
  font-size: 0.95rem;
  color: #5A6A70;
}

.contact-details strong {
  color: #2F3A40;
}

/* ===============================
   SOCIAL ICONS
================================ */
.social-links {
  display: flex;
  gap: 14px;
}

.social-links a {
  width: 42px;
  height: 42px;
  background: #2F3A40;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background: #F05A28;
  transform: translateY(-3px);
}

/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 991px) {
  .contact-form,
  .contact-info-card {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .contact-form {
    padding: 24px;
  }
}

/* ===============================
   FOOTER – PREMIUM FULL WIDTH
================================ */

.footer-section {
  background: linear-gradient(180deg, #2f3a40 0%, #222b30 100%);
  color: #ffffff;
  padding: 80px 0 35px;
  font-family: "Montserrat", sans-serif;
  width: 100%;
}

/* INNER CONTAINER (OPTIONAL CONTROL WIDTH) */
.footer-section .container {
  max-width: 1300px;
}

/* TITLES */
.footer-title {
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 14px;
  letter-spacing: 0.4px;
}

.footer-heading {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 14px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* TEXT */
.footer-text {
  font-size: 14px;
  color: #d4dadd;
  line-height: 1.7;
}

.footer-text a {
  color: #d4dadd;
  text-decoration: none;
  transition: color 0.25s ease;
}

.footer-text a:hover {
  color: #f05a28;
}

/* LINKS */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #d4dadd;
  font-size: 14px;
  text-decoration: none;
  position: relative;
  transition: all 0.25s ease;
}

.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #f05a28;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: #f05a28;
}

.footer-links a:hover::after {
  width: 100%;
}

/* BUSINESS HOURS */
.footer-hours strong {
  color: #ffffff;
  font-weight: 600;
}

/* SOCIAL ICONS */
.footer-socials {
  margin-top: 15px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-right: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-socials a:hover {
  background-color: #f05a28;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(240,90,40,0.35);
}

/* DIVIDER */
.footer-divider {
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255,255,255,0.25),
    transparent
  );
  margin: 35px 0 20px;
}

/* COPYRIGHT */
.footer-bottom {
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #c5ccd1;
}

/* DEVELOPER CREDIT */
.footer-developer {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  color: #aeb6bb;
}

.footer-developer a {
  color: #f05a28;
  text-decoration: none;
  font-weight: 600;
}

.footer-developer a:hover {
  text-decoration: underline;
}
.footer-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(180deg, #2f3a40 0%, #1f262b 100%);
}

/* ===============================
   CART BUTTON
================================ */
.cart-button {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 60px;
  height: 60px;
  background-color: #f05a28;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}

.cart-count {
  position: absolute;
  top: 6px;
  right: 6px;
  background-color: #2f3a40;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ===============================
   CART PANEL
================================ */
.cart-panel {
  position: fixed;
  top: 0;
  right: -420px;
  width: 380px;
  height: 100vh;
  background: #ffffff;
  box-shadow: -10px 0 40px rgba(0,0,0,0.15);
  transition: right 0.3s ease;
  z-index: 10000;
  display: flex;
  flex-direction: column;
}

.cart-panel.active {
  right: 0;
}

.cart-header {
  background: #2f3a40;
  color: #fff;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-header button {
  background: none;
  border: none;
  font-size: 26px;
  color: #fff;
  cursor: pointer;
}

.cart-items {
  flex: 1;
  padding: 16px;
  overflow-y: auto;
}

.cart-item {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.cart-item strong {
  font-size: 14px;
}

.cart-footer {
  padding: 16px;
  border-top: 1px solid #eee;
}

.cart-total {
  font-weight: 700;
  margin-bottom: 10px;
}
/* ===============================
   TESTIMONIALS
================================ */
.testimonials-section {
  background-color: #f9f9f9;
}

.testimonial-card {
  background: #ffffff;
  border-left: 4px solid #f05a28;
  padding: 20px;
  height: 100%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.testimonial-card p {
  font-size: 0.95rem;
  color: #5a6a70;
  margin-bottom: 12px;
}

.testimonial-card h6 {
  font-weight: 600;
  color: #2f3a40;
  margin: 0;
}
/* ===============================
   PRODUCT SQUARE IMAGES
================================ */
.product-img-wrap {
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #f5f5f5;
  overflow: hidden;
}

.product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.category-title {
  scroll-margin-top: 130px;
}
