:root {
  --primary-color: #ffc300;
  --secondary-color: #1a1a1a;
  --text-color: #e0e0e0;
  --dark-bg: #0a0a0a;
  --card-bg: rgba(255, 255, 255, 0.05);
  --header-blur-bg: rgba(18, 18, 18, 0.8);
  --btn-hover-bg: #ffc300;
  --btn-hover-text: #121212;
  --glass-blur: blur(15px);
  --light-text: #aaaaaa;
  --border-color: rgba(212, 175, 55, 0.2);
  --border-radius: 8px;
  --box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Verdana", Geneva, Tahoma, sans-serif;
  outline: none !important;
  box-shadow: none !important;
  border: none;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  -webkit-tap-highlight-color: transparent; 
  background-color: var(--dark-bg);
  color: var(--text-color);
  line-height: 1.6;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Header Styles */
header {
  background: var(--header-blur-bg);
  backdrop-filter: var(--glass-blur);
  -webkit-backdrop-filter: var(--glass-blur);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}

.header-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 20px;
}

.logo {
  font-size: 36px;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 1px;
  white-space: nowrap;
}

.logo span {
  color: var(--text-color);
}

/* Offer Bar */
.offer-bar {
  flex: 1;
  overflow: hidden;
  background: transparent;
  padding: 0 20px;
  margin-left: 20px;
  border: none;
  box-shadow: none;
}

.offer-item {
  color: var(--primary-color);
  font-weight: 600;
}

.offer-track {
  display: inline-block;
  white-space: nowrap;
  animation: scroll 10s linear infinite;
  padding-left: 100%;
}

.offer-item {
  display: inline-flex;
  align-items: center;
  margin-right: 30px;
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
}

/* Hero Section */
.hero {
  background: var(--dark-bg);
  padding: 20rem 0 8rem;
}

.hero h1 {
  font-size: 5rem;
  color: var(--text-color);
  line-height: 1.2;
  margin-bottom: 2.5rem;
  font-weight: 700;
  text-align: left;
}

.hero h1 span {
  color: var(--primary-color);
  position: relative;
}

.hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  text-align: left;
}

.hero-content {
  flex: 1 1 50%;
  padding-right: 2rem;
}

.hero p {
  font-size: 2rem;
  color: var(--light-text);
  margin-bottom: 4rem;
  max-width: 600px;
  text-align: left;
  line-height: 1.7;
}

.hero-buttons {
  display: flex;
  gap: 2rem;
  margin-bottom: 5rem;
}

.hero-stats {
  display: flex;
  gap: 4rem;
  margin-top: 3rem;
}

.stat-item {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 3.5rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 1.6rem;
  color: var(--light-text);
}

.hero-image {
  position: relative;
  flex: 1 1 45rem;
  text-align: center;
}

.hero-image-container {
  position: relative;
  display: inline-block;
}

.hero-image img {
  width: 100%;
  max-width: 500px;
  position: relative;
  z-index: 2;
  animation: float 6s ease-in-out infinite;
  filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.6));
}

.hero-image-container {
  width: 100%;
  height: 400px;
  max-width: 500px;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
}

.hero-image-container:hover {
  box-shadow: 0 15px 40px rgba(212, 175, 55, 0.2);
  border-color: rgba(212, 175, 55, 0.4);
}

/* Canvas styling for Three.js renderer */
.hero-image-container canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
  cursor: grab;
}

.hero-image-container canvas:active {
  cursor: grabbing;
}

/* Model Viewer Styles */
.model-viewer-container {
  width: 100%;
  height: 600px;
  max-width: 1000px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 0 0 5%;
}

.model-viewer-container canvas {
  display: block;
  width: 105% !important;
  height: 105% !important;
  object-fit: contain;
  cursor: grab;
  margin: -2.5% 0 -2.5% -5%;
  background: transparent !important;
}

.model-viewer-container canvas:active {
  cursor: grabbing;
}

.model-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  z-index: 10;
  gap: 2rem;
}

/* Product Detail Section */
.product-detail {
  padding: 13.5rem 0;
}

.product-container {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
  margin-top: 10rem;
}

.main-image {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 3rem;
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
  background-color: var(--card-bg);
  backdrop-filter: var(--glass-blur);
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-image img {
  width: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease;
}

.main-image:hover img {
  transform: scale(1.03);
}

.product-info {
  flex: 1;
}

.product-title {
  font-size: 3.5rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.product-title span {
  color: var(--primary-color);
}

.product-subtitle {
  font-size: 1.8rem;
  color: var(--light-text);
  margin-bottom: 3rem;
}

.product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  margin-bottom: 3rem;
  width: 100%;
}

.price-display {
  display: flex;
  align-items: baseline;
  gap: 1rem;
  width: 100%;
}

.discounted-price {
  font-size: 3rem;
  color: var(--primary-color);
  font-weight: 600;
}

.original-price {
  font-size: 2rem;
  color: var(--light-text);
  text-decoration: line-through;
}

.price-actions {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.price-actions .btn {
  min-width: 120px;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  white-space: nowrap;
}

.price-actions .btn .fa-whatsapp {
  font-size: 1.8rem;
}

.price-actions .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.product-meta {
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.6rem;
  color: var(--light-text);
}

.meta-item i {
  color: var(--primary-color);
}

.product-description {
  margin-bottom: 4rem;
}

.description-title span {
  color: var(--primary-color);
}

.description-title {
  font-size: 2rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}

.description-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 5rem;
  height: 2px;
  background-color: var(--primary-color);
}

.description-content {
  font-size: 1.6rem;
  color: var(--light-text);
  line-height: 1.8;
}

.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.custom-list li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: var(--text-color);
}

.custom-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 1.2rem;
  color: var(--primary-color);
}

.btn {
  display: inline-block;
  padding: 1.5rem 3rem;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: var(--border-radius);
  font-size: 1.6rem;
  font-weight: 600;
  transition: var(--transition);
  border: none;
  cursor: pointer;
}

.btn:hover {
  color: var(--btn-hover-text);
  transform: translateY(-3px);
  box-shadow: var(--box-shadow);
}

.btn-outline {
  background-color: transparent;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.btn-outline:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
}

/* Mobile: Disable transform on hover */
@media (max-width: 768px) {
  .btn:hover {
    transform: none;
  }
}

/* Products Section */
.products-section {
  padding: 12.5rem 0 4rem;
  background-color: var(--dark-bg);
}

.section-title {
  font-size: 3.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--text-color);
  color: var(--primary-color);
  text-shadow: 0 2px 5px rgba(212, 175, 55, 0.3);
}

.section-title span {
  color: #ffffff; /* White color for ₹99/- */
}

.section-subtitle {
  font-size: 1.8rem;
  text-align: center;
  color: var(--light-text);
  max-width: 700px;
  margin: 0 auto 5rem;
}

.products {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 3rem;
  padding: 0;
}

.product-card {
  background-color: var(--card-bg);
  border-radius: 5px;
  overflow: hidden;
  box-shadow: var(--box-shadow);
  transition: var(--transition);
  position: relative;
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border-color);
}

.product-card:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 0.3rem 1rem;
  border-radius: 3px;
  font-size: 1.2rem;
  font-weight: 700;
  z-index: 2;
}

.product-img {
  height: auto;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  padding: 1.5rem;
}

.product-info h3 {
  font-size: 1.8rem;
  color: var(--text-color);
  margin-bottom: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.current-price {
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
}

.original-price {
  font-size: 1.4rem;
  color: var(--light-text);
  text-decoration: line-through;
}

.product-actions {
  display: flex;
  gap: 1rem;
}

.details-btn {
  background: rgba(212, 175, 55, 0.1);
  color: var(--primary-color);
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-size: 1.4rem;
  flex: 1;
  border-radius: 3px;
  text-align: center;
  transition: var(--transition);
  border: 1px solid var(--border-color);
}

.details-btn:hover {
  background: rgba(212, 175, 55, 0.3);
}

.buy-now-btn {
  background: var(--primary-color);
  color: var(--secondary-color);
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  font-size: 1.4rem;
  flex: 1;
  text-align: center;
  transition: var(--transition);
  font-weight: 600;
}

.buy-now-btn:hover {
  background: #ffd700;
}

/* Footer */
.footer {
  background: rgba(17, 17, 17, 0.6);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #eee;
  padding: 2rem 0;
  font-family: "Segoe UI", sans-serif;
  font-size: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer .container p {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

/* Animation for offer bar */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* Responsive Design */
@media (max-width: 992px) {
  .product-container {
    flex-direction: column;
    gap: 3rem;
    margin: 0;
  }

  .product-info {
    padding-top: 1rem;
    width: 100%;
  }

  .product-detail {
    padding: 7rem 0 0;
  }

  .products-section {
    padding: 12.5rem 0 4rem;
  }

  .section-title {
    font-size: 3rem;
  }

  #products {
    scroll-margin-top: 100px;
  }

  #groups {
    scroll-margin-top: 300px;
  }

  #tools {
    scroll-margin-top: 60px;
  }

  #course {
    scroll-margin-top: 250px;
  }

  #faq {
    scroll-margin-top: 60px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 55%;
  }

  .product-title {
    font-size: 2.8rem;
  }

  .product-subtitle {
    font-size: 1.6rem;
  }

  .product-price {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
  }

  .price-display {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    order: 1;
  }

  .price-actions {
    flex-direction: row;
    order: 2;
    width: auto;
    gap: 1rem;
  }

  .product-container .btn {
    width: auto;
    padding: 1.2rem 2rem;
    font-size: 1.4rem;
  }

  .offer-bar {
    margin-left: 10px;
    padding: 6px 10px;
    border-radius: 30px;
    min-width: 150px;
    overflow: hidden;
  }

  .offer-item {
    font-size: 18px;
    margin-right: 20px;
  }

  .logo {
    font-size: 24px;
  }

  .cta-section {
    padding: 5rem 1rem;
  }

  .cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }

  .cta-content p {
    font-size: 1.6rem;
    margin-bottom: 2.5rem;
  }

  .cta-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
  }

  .cta-buttons .btn {
    width: 100%;
    min-width: 0;
    padding: 1.2rem 0.5rem;
    font-size: 1.4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .discounted-price {
    font-size: 2.5rem;
  }

  .original-price {
    font-size: 1.8rem;
  }

  .cta-divider:first-child .divider-line {
    max-width: 200px;
  }

  .cta-divider:last-child .divider-line {
    max-width: 125px;
  }

  .divider-icon {
    margin: 0 1rem;
    font-size: 1.5rem;
  }

  .proof-cta-content h3 {
    font-size: 2rem;
  }

  .proof-cta-content p {
    font-size: 1.4rem;
  }

  .proof-cta .cta-button {
    padding: 1.5rem;
    font-size: 1.6rem;
    width: 60%;
  }
}

@media (max-width: 576px) {
  .product-title {
    font-size: 2.6rem;
  }

  .product-price {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  .price-display {
    width: 100%;
    justify-content: flex-start;
  }

  .offer-bar {
    min-width: 120px;
    padding: 5px 8px;
  }

  .offer-item {
    font-size: 16px;
    margin-right: 15px;
  }

  .logo {
    font-size: 20px;
  }

  .button-container {
    flex-direction: column;
    gap: 1.5rem;
    justify-content: center;
    flex-wrap: nowrap;
  }

  .cta-button {
    width: 50%;
    font-size: 1.6rem;
    padding: 1.4rem 2rem;
    max-width: none;
  }

  .proof-cta-content h3 {
    font-size: 1.8rem;
  }

  .section-title {
    font-size: 2.6rem;
  }
}

@media (min-width: 993px) {
  .product-container {
    display: none;
  }

  .product-detail {
    display: none;
  }
}

/* Tools Section */
.dual-tools-section {
  padding: 6rem 0;
}

.dual-tools-card {
  background-color: var(--dark-bg);
  border-radius: var(--border-radius);
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: var(--box-shadow);
}

.dual-tools-card h3 {
  font-size: 2.4rem;
  color: var(--primary-color);
  margin-bottom: 1rem;
}

.tools-subtitle {
  font-size: 1.6rem;
  color: var(--light-text);
  margin-bottom: 4rem;
}

.tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 3rem;
}

.tool-card {
  background-color: var(--card-bg);
  border-radius: var(--border-radius);
  padding: 3rem 2.5rem;
  border: 1px solid var(--border-color);

  transition: transform 0.3s ease;
}

.tool-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2rem;
  color: var(--dark-bg);
  /* Icon color */
  font-size: 2.5rem;
}

.tool-card h4 {
  font-size: 2rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
}

.tool-card p {
  font-size: 1.5rem;
  color: var(--light-text);
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.btn-tool {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-size: 1.5rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 0.3s ease;
}

.btn-tool:hover {
  background-color: var(--btn-hover-bg);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

/* Responsive */
@media (max-width: 768px) {
  .dual-tools-card {
    padding: 4rem 2rem;
  }

  .dual-tools-section {
    padding: 0;
  }

  .tools-grid {
    grid-template-columns: 1fr;
  }

  .tool-card {
    padding: 2.5rem 2rem;
  }
}

/* Hire Designer Section Styles */
.course-section {
  padding: 6rem 0 2rem;
  background-color: var(--dark-bg);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
}

.course-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.course-title {
  font-size: 3.5rem;
  color: var(--text-color);
  margin-bottom: 2rem;
}

.course-title span {
  color: var(--primary-color);
}

.course-description {
  font-size: 2rem;
  color: var(--light-text);
  margin-bottom: 4rem;
  line-height: 1.6;
  padding: 0 5rem;
}

.course-button-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 4rem;
}

.course-button {
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  z-index: 2;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-radius: var(--border-radius);
  display: inline-flex;
  align-items: center;
  gap: 1rem;
}

.course-button-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(212, 175, 55, 0.3);
  border-radius: var(--border-radius);
  filter: blur(10px);
  z-index: 1;
}

.course-button:hover {
  transform: translateY(-3px);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .course-section {
    padding: 4rem 0;
    padding-bottom: 0;
  }

  .course-title {
    font-size: 2.4rem;
  }

  .course-title {
    font-size: 2.8rem;
  }

  .course-description {
    font-size: 1.6rem;
    padding: 0;
  }

  .course-button {
    padding: 1.2rem 3rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .course-section {
    padding: 4rem 0;
    padding-bottom: 0;
  }

  .course-title {
    font-size: 2.4rem;
  }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: var(--secondary-color);
  padding: 1.2rem;
  border-radius: 50%;
  box-shadow: var(--box-shadow);
  z-index: 1000;
  transition: var(--transition);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--border-color);
}

.whatsapp-float img {
  width: 3rem;
  height: 3rem;
  display: block;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Mobile Menu Button */
.menu-toggle {
  display: none;
  background: transparent;
  border: none;
  color: var(--primary-color);
  font-size: 2.4rem;
  cursor: pointer;
  margin-left: auto;
  z-index: 1001;
}

/* Navigation Menu */
.nav-menu {
  display: flex;
  margin-left: auto;
  gap: 2rem;
}

.nav-menu a {
  color: var(--text-color);
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5rem 0;
  /* Changed from 1rem to 0 to make underline precise */
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
  position: relative;
  /* Added for pseudo-element positioning */
}

.nav-menu a:hover {
  color: var(--primary-color);
  background: transparent;
  /* Removed the background hover */
}

/* New underline effect */
.nav-menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: width 0.3s ease;
}

.nav-menu a:hover::after {
  width: 100%;
}

/* Mobile Menu Styles */
@media (max-width: 992px) {
  .menu-toggle {
    display: block;
  }

  .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: var(--header-blur-bg);
    backdrop-filter: var(--glass-blur);
    flex-direction: column;
    padding: 8rem 2rem 2rem;
    transition: right 0.3s ease;
    z-index: 1000;
    border-left: 1px solid var(--border-color);
  }

  .nav-menu.active {
    right: 0;
  }

  .nav-menu a {
    padding: 1.5rem;
    border-bottom: 1px solid var(--border-color);
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }

  .menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }

  .proof-cta-container {
    padding-bottom: 7rem;
  }
}

.menu-toggle {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.menu-toggle:active,
.menu-toggle:hover,
.menu-toggle:focus {
  background-color: transparent;
  box-shadow: none;
}

/* Active navigation link style */
.nav-menu a.active-nav {
  color: var(--primary-color);
}

.nav-menu a.active-nav::after {
  width: 100%;
  background-color: var(--primary-color);
}

.product-info h3 span {
  color: var(--primary-color);
}

/* Mobile Menu Styles - Tablet and below */
@media (max-width: 992px) {
  .hero-content h1 {
    font-size: 4rem;
  }

  .hero-content p {
    font-size: 1.5rem;
  }

  .hero .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 5rem;
  }

  .hero {
    padding: 10rem 0 0;
  }

  .hero-content {
    padding: 0 1rem;
  }
}

/* Small Tablets and Large Mobiles */
@media (max-width: 768px) {
  .hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    width: 100%;
  }

  .hero-buttons .btn,
  .hero-buttons .btn-outline {
    flex: 1;
    text-align: center;
    padding: 1.2rem 0.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 8px;
  }

  .hero-stats {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 2rem;
    margin-top: 2rem;
  }

  .stat-item {
    flex: 1;
    text-align: center;
  }

  .stat-number {
    font-size: 3rem;
  }

  .stat-label {
    font-size: 1.5rem;
  }
}

@media (max-width: 400px) {
  .hero-buttons .btn,
  .hero-buttons .btn-outline {
    font-size: 1.4rem;
  }
}

/* Pagination Styles */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 0 1rem;
}

.pagination a {
  display: inline-block;
  padding: 0.8rem 1.5rem;
  background-color: var(--card-bg);
  color: var(--text-color);
  border-radius: 5px;
  border: 1px solid var(--border-color);
  font-size: 1.4rem;
  min-width: 3.2rem;
  text-align: center;
  transition: var(--transition);
}

.pagination a:hover {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

.pagination .disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* Page Indicator */
.page-indicator {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: var(--text-color);
  background-color: var(--card-bg);
  padding: 0.8rem 1.5rem;
  border-radius: 5px;
  border: 1px solid var(--border-color);
}

.page-indicator .current-page {
  color: var(--primary-color);
  font-weight: 600;
}

.page-indicator .separator {
  margin: 0 0.5rem;
  color: var(--light-text);
}

/* Mobile-specific adjustments */
@media (max-width: 768px) {
  .pagination {
    gap: 1rem;
  }

  .pagination a {
    padding: 0.6rem 1rem;
    font-size: 1.6rem;
  }

  .page-indicator {
    padding: 0.6rem 1rem;
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .pagination {
    width: 100%;
  }

  .pagination a {
    text-align: center;
  }

  .page-indicator {
    flex: 0 0 auto;
  }
}

.view-all-btn i {
  color: var(--primary-color);
  margin-right: 2.5px;
}

.pagination-btn.prev i {
  color: var(--primary-color);
}

.pagination-btn.next i {
  color: var(--primary-color);
}

.pagination-btn:hover i {
  color: var(--secondary-color);
}

.view-all-btn:hover i {
  background-color: var(--primary-color);
  color: var(--secondary-color);
  border-color: var(--primary-color);
}

/* Mobile - 2 products per line */
@media (max-width: 768px) {
  .products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 2rem;
  }

  .product-card {
    min-width: 0;
  }
}

/* Very small mobile devices */
@media (max-width: 480px) {
  .products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.5rem;
  }

  .product-info {
    padding: 1rem;
    padding-top: 0.5rem;
  }

  .product-info h3 {
    font-size: 1.6rem;
  }

  .current-price {
    font-size: 1.8rem;
  }

  .product-actions {
    flex-direction: column;
    gap: 0.8rem;
  }

  .details-btn,
  .buy-now-btn {
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
  }
}

/* Extra small devices (320px etc.) */
@media (max-width: 360px) {
  .products {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1rem;
  }

  .product-info {
    padding: 1rem;
    padding-top: 0.5rem;
  }

  .product-info h3 {
    font-size: 1.4rem;
  }
}

/* Tablet */
@media (max-width: 992px) {
  .section-title {
    font-size: 3rem;
    padding: 0 1.5rem;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .section-title {
    font-size: 2.8rem;
    padding: 0 1rem;
    margin-bottom: 2.5rem;
  }
}

/* Small Mobile */
@media (max-width: 576px) {
  .section-title {
    font-size: 2.4rem;
    padding: 0 0.5rem;
  }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
  .section-title {
    font-size: 2.2rem;
    line-height: 1.3;
  }
}

/* Super Small Devices */
@media (max-width: 390px) {
  .section-title {
    font-size: 2rem;
    padding: 0 0.5rem;
  }
  
  .section-title span {
    display: inline;
  }
}

/* Very Small Devices (320px etc) */
@media (max-width: 360px) {
  .section-title {
    font-size: 1.8rem;
  }
}

/* Products Section Padding Fix */
@media (max-width: 768px) {
  .products-section {
    padding: 11.5rem 0 4rem;
  }
}

@media (max-width: 480px) {
  .products-section {
    padding: 10rem 0 4rem;
  }
}

.badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  padding: 0.5rem 1rem;
  border-radius: var(--border-radius);
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 10;
}

@media (max-width: 376px) {
  .pagination {
    gap: 1rem;
  }

  .pagination a {
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
  }

  .page-indicator {
    padding: 0.6rem 1rem;
    font-size: 1.4rem;
  }
}

@media (max-width: 351px) {
  .pagination a {
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
  }

  .page-indicator {
    padding: 0.6rem 1rem;
    font-size: 1.3rem;
  }
}

.footer-link {
    color: var(--primary-color);
}