.newsletter-email-group a {
  color: #fff !important;
  text-decoration: none !important;
}
.newsletter-email-group a {
  color: #fff !important;
}
@media (max-width: 600px) {
  .faq-answer {
    white-space: normal !important;
    word-break: break-word;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 1rem;
    line-height: 1.6;
    max-width: 100vw;
    box-sizing: border-box;
  }
}
@media (max-width: 600px) {
  .newsletter-email-group {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .newsletter-email-group i {
    font-size: 18px;
  }
  .newsletter-email-group a {
    font-size: 16px;
    color: inherit;
    text-decoration: none;
  }
}
@media (max-width: 600px) {
  .footer .container {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .footer-content,
  .footer-logo,
  .footer-copyright,
  .social-links {
    align-items: flex-start !important;
    text-align: left !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 600px) {
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 24px;
  }
  .footer-logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 8px;
  }
  .footer-logo img {
    margin-bottom: 8px;
  }
  .footer-copyright {
    font-size: 12px;
    text-align: left;
  }
  .social-links {
    display: flex;
    flex-direction: row;
    gap: 16px;
    margin-top: 0;
    margin-bottom: 8px;
    justify-content: flex-start;
  }
  .social-links a {
    background: #4a2411;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f8f5f2;
    font-size: 12px;
  }
}
.app-buttons .btn {
  /* min-width: 160px; */
  padding: 18px 24px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.app-text-box p {
  text-align: left;
}
.view-details .view-more-text,
.view-details .view-less-text {
  position: relative;
  display: inline-block;
}
.view-details .view-more-text::after,
.view-details .view-less-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #fbb034 0%, #ffdd00 100%);
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.view-details:hover .view-more-text::after {
  width: 100%;
}
.view-details:hover .view-less-text::after {
  width: 100%;
}
/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

/* Font Face Declarations */
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("https://fonts.gstatic.com/s/inter/v12/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hiA.woff2")
    format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/* Global Font Settings */
* {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, sans-serif;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fafafa;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/* Font Weight Utility Classes */
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-black {
  font-weight: 900;
}

/* Font Style Utility Classes */
.font-italic {
  font-style: italic;
}
.font-normal-style {
  font-style: normal;
}

/* Typography Utility Classes */
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

/* Header */
.header {
  background: #f8f8f8;
  padding: 1rem 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  border-top: 1px solid #2c1810;
  border-bottom: 3px solid #2c1810;
}

.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.logo {
  display: flex;
  align-items: center;
}

.logo-image {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.nav {
  position: relative;
  display: flex;
  gap: 2rem;
  margin-left: auto;
  margin-right: 2rem;
}

.nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5%;
  transition: color 0.3s;
  vertical-align: middle;
  position: relative;
}

.nav a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e09200;
  transition: width 0.3s ease-in-out;
}

.nav a:hover {
  color: #333;
}

.nav a:hover::after {
  width: 100%;
}

.header-cta {
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}

.header-cta .btn-app-store,
.header-cta .btn-google-play {
  background: #e09200 !important;
  color: #331500 !important;
  border: none;
  border-radius: 100px;
  padding: 18px 24px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.header-cta .btn-app-store::before,
.header-cta .btn-google-play::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  background: #2c1810;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.header-cta .btn-app-store:hover,
.header-cta .btn-google-play:hover {
  color: #d4a574 !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.header-cta .btn-app-store:hover::before,
.header-cta .btn-google-play:hover::before {
  width: 400px;
  height: 400px;
}

.header-cta .btn-app-store i,
.header-cta .btn-google-play i {
  font-size: 1.1rem;
  color: #331500 !important;
  transition: color 0.3s ease-in-out;
}

.header-cta .btn-app-store:hover i,
.header-cta .btn-google-play:hover i {
  color: #d4a574 !important;
}

.mobile-menu-toggle {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: none;
  backdrop-filter: blur(5px);
}

.mobile-menu-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile-menu-content {
  background: #ffffff;
  width: 90%;
  max-width: 400px;
  height: 90vh;
  border-radius: 20px;
  padding: 2rem;
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.mobile-menu-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  position: relative;
}

.mobile-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.mobile-logo img {
  height: 60px;
  width: auto;
  object-fit: contain;
}

.mobile-menu-close {
  background: none;
  color: #333;
  border: 2px solid #333;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 1.2rem;
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 36px;
  height: 36px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background: #333;
  color: white;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
  flex: 1;
  justify-content: center;
}

.mobile-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.5%;
  transition: color 0.3s;
  padding: 0.5rem 0;
}

.mobile-nav a:hover {
  color: #e09200;
}

.mobile-cta {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  width: 100%;
}

.mobile-cta .btn {
  width: 100%;
  max-width: 250px;
  justify-content: center;
  border-radius: 25px;
  gap: 8px;
  padding: 16px 24px;
  font-weight: 600;
  font-size: 16px;
}

.mobile-cta .btn-app-store {
  background: #e09200;
  color: #331500;
  border: none;
}

.mobile-cta .btn-google-play {
  background: #e09200;
  color: #331500;
  border: none;
}

.mobile-cta .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(224, 146, 0, 0.3);
}

/* Buttons */
.btn {
  padding: 12px 24px;
  border: none;
  border-radius: 100px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  background: linear-gradient(135deg, #ff6b35, #f7931e);
  color: white;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.3);
}

/* Hero Section */
.hero {
  padding: 160px 0 80px;
  background: linear-gradient(135deg, #fafafa 0%, #f5f5f5 100%);
}

.hero .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.hero-content h1 {
  font-size: 72px;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #331500;
  line-height: 1;
}

.hero-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #9d8f85;
  margin-bottom: 1.5rem;
  text-align: left;
}

.hero-tagline {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #9d8f85;
  margin-bottom: 2rem;
}

.hero-cta {
  display: flex;
  gap: 1rem;
}

.hero-cta .btn {
  background: transparent;
  color: #d4a574;
  border: 2px solid #d1ac92;
  border-radius: 100px;
  padding: 18px 24px;
  font-weight: 600;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.hero-cta .btn::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  background: #2c1810;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.hero-cta .btn:hover {
  color: #331500;
  transform: translateY(-2px);
  background: #d49b4d;
}

.hero-cta .btn:hover::before {
  width: 400px;
  height: 400px;
  background: #d49b4d;
}

.hero-cta .btn i {
  font-size: 1.1rem;
  color: #331500;
  transition: color 0.3s ease-in-out;
}

.hero-cta .btn:hover i {
  color: #331500 !important;
}

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

/* Our Brand Section */
.our-brand {
  padding: 80px 0;
  text-align: center;
}

.our-brand h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #333;
}

.brand-video {
  max-width: 1200px;
  max-height: 480px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.brand-video video {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Introducing Section */
.introducing {
  padding: 80px 0;
  background: #fff;
}

.introducing-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.introducing-image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.introducing-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #333;
}

.introducing-text p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

/* Read More Button Styles */
.btn-read-more {
  background: transparent;
  color: #333;
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
  line-height: 1;
}

.btn-read-more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 0;
  background: #e09200;
  transition: width 0.35s ease;
}

.btn-read-more:hover {
  color: #666;
  transform: translateY(-1px);
}

.btn-read-more:hover::after {
  width: 100%;
}

.btn-read-more img.read-more-icon,
.btn-read-more img.read-less-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  line-height: 1;
}

.btn-read-more .read-more-text,
.btn-read-more .read-less-text {
  line-height: 1;
  display: inline-block;
}

.intro-text-full {
  margin-bottom: 1rem;
}

.intro-text-preview {
  margin-bottom: 1rem;
}

/* Read More Button Styles */
.btn-read-more {
  background: transparent;
  color: #333;
  border: none;
  padding: 0;
  font-weight: 500;
  font-size: 1rem;
  cursor: pointer;
  transition: color 0.3s ease, transform 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 2rem;
  text-decoration: none;
  line-height: 1;
}

.btn-read-more:hover {
  color: #666;
  transform: translateY(-1px);
}

.btn-read-more img.read-more-icon,
.btn-read-more img.read-less-icon {
  width: 28px;
  height: 28px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  line-height: 1;
}

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

.stat {
  text-align: center;
}

.stat h3 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #331500;
  margin-bottom: 0.5rem;
}

.stat p {
  color: #666;
  font-weight: 500;
}

/* Why Choose Section */
.why-choose {
  padding: 80px 0;
  background: #f8f8f8;
}

.why-choose h2 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #333;
}

.why-choose-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.charcoal-image {
  text-align: center;
}

.charcoal-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

/* Mobile-specific image for Why Choose section */
@media (max-width: 768px) {
  .why-choose {
    background: #fff;
    padding: 60px 0 40px 0;
  }

  .why-choose h2 {
    display: none;
  }

  .charcoal-image img {
    content: url("../../assets/images/WhychooseusSection.png");
    width: 100%;
    height: auto;
    border-radius: 20px;
  }

  .why-choose-content {
    padding: 0 15px;
  }
}

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

  .why-choose h2 {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .why-choose-content {
    padding: 0 10px;
  }

  .charcoal-image img {
    border-radius: 15px;
  }
}

/* Products Section */
.products {
  padding: 80px 0;
  background: #fff;
}

.products h2 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000;
}

.products > .container > p {
  text-align: left;
  font-size: 1.1rem;
  color: #a6a6a6;
  margin-bottom: 3rem;
  max-width: 600px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.product-card {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  position: relative;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #272829;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.cart-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.cart-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.cart-icon i {
  color: #333;
  font-size: 1.1rem;
}

.product-card > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 1rem;
}

.product-card h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}

.price {
  font-size: 1.3rem;
  font-weight: 700;
  color: #ff6b35;
  margin-bottom: 1rem;
}

.view-details {
  color: #333;
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
}

.view-details:hover {
  color: #666;
}

.view-details i {
  border: 1px solid #333;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/* Ensure SVG arrow icons used in product toggles are sized correctly */
.product-card .view-details img.view-more-icon,
.product-card .view-details img.view-less-icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  object-fit: contain;
}

/* Product details spacing */
.product-card .product-details {
  margin-top: 1rem;
  color: #6b6b6b;
}

/* Testimonial Section */
.testimonial-section {
  background: #f5f7fa;
  padding: 80px 0;
}

.section-header {
  text-align: left;
  margin-bottom: 60px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.section-title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 16px;
}

.section-subtitle {
  font-size: 1.2rem;
  color: #7f8c8d;
  font-weight: 300;
}

.testimonial-container {
  position: relative;
  overflow: hidden;
  background: transparent;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.testimonial-track {
  display: flex;
  transition: transform 0.6s ease;
  gap: 40px;
}

.testimonial-card {
  width: calc(33.333% - 27px);
  flex-shrink: 0;
  background: white;
  border-radius: 16px;
  padding: 30px;
  position: relative;
  transition: all 0.3s ease;
}

.testimonial-card:nth-child(2) {
  transform: scale(1.1);
  z-index: 2;
}

.client-image {
  width: 100%;
  height: 250px;
  border-radius: 16px;
  object-fit: cover;
  margin-bottom: 20px;
}

.stars {
  display: flex;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 20px;
}

.star {
  color: #ffd700;
  font-size: 20px;
}

.testimonial-text {
  font-size: 16px;
  line-height: 1.6;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: left;
}

.client-info {
  margin-top: 20px;
  text-align: left;
}

.client-name {
  font-weight: 700;
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 5px;
}

.client-title {
  color: #7f8c8d;
  font-size: 14px;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #ffa500;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  color: white;
  transition: all 0.3s ease;
  z-index: 10;
}

.nav-button:hover {
  background: #ff8c00;
}

.prev-button {
  left: 10px;
}

.next-button {
  right: 10px;
}

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

  .testimonial-container {
    padding: 40px 20px;
    overflow: visible;
  }

  .testimonial-track {
    display: block;
    transform: none !important;
    gap: 0;
  }

  .testimonial-card {
    width: 100%;
    margin-bottom: 30px;
    transform: none !important;
    position: relative;
  }

  .testimonial-card:nth-child(2) {
    transform: none !important;
    z-index: 1;
  }

  .nav-button {
    display: none;
  }
}

@media (max-width: 480px) {
  .testimonial-card {
    width: 100%;
    margin-bottom: 25px;
  }

  .testimonial-container {
    padding: 20px 10px;
  }

  .testimonial-track {
    gap: 0;
  }
}

/* App Download Section */
.app-download {
  color: white;
  padding: 80px 0;
}

.app-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  background: #331500;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.app-text-box {
  padding: 2rem;
}

.app-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.app-text p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  line-height: 1.6;
}

.app-buttons {
  display: flex;
  gap: 1rem;
}

.btn-app-store,
.btn-google-play {
  background: transparent;
  border: 1px solid #d1ac92;
  color: #fff;
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.btn-app-store::before,
.btn-google-play::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  background: white;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn-app-store:hover,
.btn-google-play:hover {
  color: #331500;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-app-store:hover::before,
.btn-google-play:hover::before {
  width: 400px;
  height: 400px;
}

.btn-app-store i,
.btn-google-play i {
  font-size: 1.2rem;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #d1ac92 !important;
  transition: color 0.3s ease-in-out;
}

.btn-app-store:hover i,
.btn-google-play:hover i {
  color: #331500 !important;
}

.app-image {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2rem;
  position: relative;
}

.app-image img {
  width: 100%;
  max-width: 400px;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

/* FAQ Section */
.faq {
  padding: 80px 0;
  background: #fff;
}

.faq h2 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: #333;
}

.faq-list {
  max-width: 1200px;
  margin: 0 auto;
}

.faq-item {
  background: #331500;
  color: white;
  border-radius: 8px;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 0.3s;
}

.faq-question {
  padding: 1.5rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.faq-question:hover {
  background: transparent;
}

.faq-item.active .faq-question:hover {
  background: transparent;
}

.faq-question h3 {
  font-weight: 500;
  font-size: 1.1rem;
  margin: 0;
}

.faq-arrow {
  width: 32px;
  height: 32px;
  background: transparent;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.faq-arrow i {
  color: white;
  font-size: 0.9rem;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-arrow {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer p {
  padding: 0 2rem 1.5rem 2rem;
  margin: 0;
  line-height: 1.6;
  color: #000;
}

/* Newsletter Section */
.newsletter {
  background: #fff;
  color: white;
  padding: 80px 0;
  pointer-events: auto;
}

.newsletter-card {
  background: #4b1e0a;
  border-radius: 20px;
  padding: 60px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}

.newsletter-content {
  position: relative;
  z-index: 2;
}

.newsletter-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 70% 40%,
      rgba(255, 165, 0, 0.1) 0%,
      transparent 60%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(255, 107, 53, 0.1) 0%,
      transparent 60%
    );
  opacity: 0.6;
  z-index: 1;
}

.newsletter .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.newsletter-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.newsletter-left {
  text-align: left;
}

.newsletter-icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.newsletter-icon i {
  color: #4b1e0a;
  font-size: 2rem;
}

.newsletter-left h2 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: white;
  line-height: 1.1;
}

.newsletter-left p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.newsletter-right {
  text-align: left;
}

.newsletter-subtitle {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
  font-weight: 500;
}

.newsletter-form {
  display: flex;
  gap: 15px;
  align-items: stretch;
  position: relative;
  z-index: 3;
}

.newsletter-form input {
  flex: 1;
  padding: 18px 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  font-size: 0.8rem;
  background: rgba(255, 255, 255, 0.95);
  color: #4b1e0a;
  position: relative;
  z-index: 3;
}

.newsletter-form input::placeholder {
  color: rgba(75, 30, 10, 0.6);
}

.newsletter-form input:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(255, 165, 0, 0.3);
  background: white;
}

.btn-subscribe {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  padding: 18px 32px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn-subscribe::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  background: white;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.btn-subscribe:hover {
  color: #4b1e0a;
  border-color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.btn-subscribe:hover::before {
  width: 400px;
  height: 400px;
}

@media (max-width: 768px) {
  .newsletter-content {
    grid-template-columns: 1fr;
    gap: 40px;
    text-align: left;
    vertical-align: middle;
  }
  .app-text-box h2 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -2%;
    text-align: left;
    vertical-align: middle;
  }

  .newsletter-left {
    text-align: left;
  }

  .newsletter-right {
    text-align: left;
  }

  .newsletter-left h2 {
    font-size: 2.5rem;
  }

  .newsletter-form {
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: stretch;
  }
  .newsletter-form input {
    flex: 1;
    width: auto;
    min-width: 0;
    height: 56px;
  }
  .btn-subscribe {
    width: auto;
    min-width: 80px;
    max-width: 120px;
    padding: 0 18px;
    font-size: 0.95rem;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .newsletter-card {
    padding: 40px 30px;
    margin: 0 15px;
  }
}

@media (max-width: 480px) {
  .zsiq-hw-100 {
   height: 40px !important;
   width: 300px !important;
  }

  .newsletter-card {
    padding: 30px 20px;
    border-radius: 15px;
    margin: 0 10px;
  }

  .newsletter-left h2 {
    font-size: 2rem;
  }

  .newsletter-icon {
    width: 60px;
    height: 60px;
    /* margin: 0 auto 20px; */
  }

  .newsletter-icon i {
    font-size: 1.5rem;
  }
}

/* Contact Us Section */
.contact-us {
  padding: 80px 0;
  background: #4b1e0a;
  color: white;
  position: relative;
}

.contact-us::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(
      circle at 70% 40%,
      rgba(255, 165, 0, 0.1) 0%,
      transparent 60%
    ),
    radial-gradient(
      circle at 30% 80%,
      rgba(255, 107, 53, 0.1) 0%,
      transparent 60%
    );
  opacity: 0.6;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e09200;
  box-shadow: 0 0 0 3px rgba(224, 146, 0, 0.2);
  background: rgba(255, 255, 255, 0.15);
}

.contact-us h2 {
  text-align: left;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 3rem;
  color: white;
}

.contact-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  position: relative;
  z-index: 2;
}

.contact-info {
  display: flex;
  align-items: center;
  height: 100%;
}

.contact-items {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: 100%;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.contact-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
}

.contact-icon {
  width: 60px;
  height: 60px;
  background: #331500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon i {
  font-size: 1.5rem;
  color: #d4a574;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.contact-details h3 {
  font-size: 1.2rem;
  font-weight: 600;
  color: white;
  margin: 0;
}

.contact-details p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.contact-details a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-details a:hover {
  color: #e09200;
}

.contact-form {
  background: rgba(255, 255, 255, 0.1);
  padding: 2.5rem;
  border-radius: 16px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-form h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: white;
  margin-bottom: 2rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 1rem;
  color: white;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #e09200;
  box-shadow: 0 0 0 3px rgba(224, 146, 0, 0.1);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #999;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-submit {
  background: #331500;
  color: white;
  border: none;
  border-radius: 100px;
  padding: 1rem 2rem;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  width: 100%;
}

.btn-submit:hover {
  background: #e09200;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(224, 146, 0, 0.2);
}

@media (max-width: 768px) {
  .contact-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .contact-form {
    padding: 2rem;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .contact-item {
    flex-direction: row;
    align-items: center;
    text-align: left;
  }

  .contact-icon {
    width: 50px;
    height: 50px;
  }

  .contact-icon i {
    font-size: 1.2rem;
  }
}

@media (max-width: 480px) {
  .contact-us h2 {
    font-size: 2rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .contact-item {
    gap: 1rem;
  }

  .contact-icon {
    width: 45px;
    height: 45px;
  }

  .contact-details h3 {
    font-size: 1.1rem;
  }

  .contact-details p {
    font-size: 1rem;
  }
}

/* Footer */
.footer {
  background: #fff;
  color: #2c1810;
  padding: 30px 0;
  border-radius: 20px;
  margin: 0 20px 40px 20px;
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 15px;
}

.footer-logo .logo {
  display: flex;
  align-items: center;
}

.footer-logo .logo img {
  height: 30px;
  width: auto;
}

.footer-logo p {
  color: #331500;
  font-size: 0.9rem;
  margin: 0;
}

.social-links {
  display: flex;
  gap: 20px;
}

.social-links a {
  width: 50px;
  height: 50px;
  background: #331500;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #d4a574;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.social-links a::before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 0;
  height: 0;
  background: #d4a574;
  border-radius: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  z-index: -1;
}

.social-links a:hover {
  color: #331500;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.social-links a:hover::before {
  width: 100px;
  height: 100px;
}

.social-links a i {
  font-size: 1.2rem;
  transition: color 0.3s ease;
}

/* Responsive Design */
@media (max-width: 768px) {
  * {
    max-width: 100vw;
  }

  .container {
    padding: 0 15px;
    width: 100%;
    max-width: 100vw;
  }

  .nav {
    display: none;
  }

  .header-cta {
    display: none;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .mobile-menu-content {
    width: 95%;
    height: 85vh;
    padding: 1.5rem;
  }

  .mobile-logo img {
    height: 50px;
  }

  .mobile-nav {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }

  .mobile-nav a {
    font-size: 16px;
  }

  .hero .container {
    grid-template-columns: 1fr;
    text-align: center;
    width: 100%;
    padding: 0 15px;
  }

  .hero-content h1 {
    font-size: 2rem;
    word-wrap: break-word;
  }

  .introducing-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .introducing-text {
    order: 2;
  }

  .introducing-image {
    order: 1;
  }

  .app-content {
    grid-template-columns: 1fr;
    text-align: center;
    width: 100%;
  }

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

  .stats {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
  }

  .stat h3 {
    font-size: 2rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .testimonials-carousel {
    flex-direction: column;
  }

  .testimonial-card {
    min-width: auto;
    width: 100%;
  }

  .newsletter-form {
    flex-direction: row;
    width: 100%;
  }

  .newsletter-form input {
    width: auto;
    margin-bottom: 0;
  }

  .footer-content {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }

  .brand-video {
    padding: 0 15px;
  }

  .brand-video video {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  * {
    max-width: 100vw;
  }

  .container {
    padding: 0 10px;
    width: 100%;
    max-width: 100vw;
  }

  .hero {
    padding: 100px 0 60px;
  }

  .mobile-menu-content {
    width: 98%;
    height: 90vh;
    padding: 1rem;
    border-radius: 15px;
  }

  .mobile-logo img {
    height: 45px;
  }

  .mobile-nav {
    gap: 1.2rem;
  }

  .mobile-nav a {
    font-size: 16px;
    padding: 0.3rem 0;
  }

  .mobile-cta .btn {
    padding: 14px 20px;
    font-size: 15px;
    width: 100%;
  }

  .mobile-menu-close {
    width: 32px;
    height: 32px;
    font-size: 1rem;
  }

  .hero-content h1 {
    font-family: "Inter", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -2%;
    text-align: left;
    margin-bottom: 1.5rem;
    color: #331500;
  }

  .btn {
    padding: 10px 20px;
    font-size: 0.9rem;
  }

  .hero-cta {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: auto;
  }

  .hero-cta .btn {
    width: auto;
    margin-bottom: 0;
  }

  .app-buttons {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    width: auto;
  }
  .app-buttons .btn {
    width: auto;
    margin-bottom: 0;
    padding: 18px 24px;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .newsletter-card {
    padding: 30px 20px;
    border-radius: 15px;
  }

  .newsletter-form {
    width: 100%;
  }

  .newsletter-form input {
    width: 100%;
    margin-bottom: 15px;
  }

  .btn-subscribe {
    width: 100%;
  }

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

  .stat {
    text-align: center;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
  }

  .stat h3 {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
