  /* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  direction: rtl;
  line-height: 1.6;
  color: #333;
  background: #EEEEEE;
}

.features-content-wrapper {
  direction: rtl;
}

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

/* Top Bar */
.top-bar {
  background: #f8f9fa;
  padding: 10px 0;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
}

.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-bar-left,
.top-bar-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.top-link {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}

.top-link:hover {
  color: #1d322d;
}

.lang-selector {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 4px;
  background: white;
  cursor: pointer;
}

.search-box {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 25px;
  padding: 5px 15px;
  gap: 10px;
}

.search-input {
  border: none;
  outline: none;
  padding: 5px;
  width: 200px;
  font-size: 14px;
}

.search-btn {
  background: none;
  border: none;
  cursor: pointer;
  color: #666;
  font-size: 16px;
}

.cart-icon {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
}

.cart-icon i {
  font-size: 20px;
}

/* Main Header */
.main-header {
  background: white;
}

/* Header Top Section with Gradient Background */
.header-top-section {
  padding: 20px 0;
  position: relative;
}

.header-top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}

/* Header Left Side */
.header-left {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
}

.phone-number {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #1d322d;
  font-size: 15px;
  font-weight: 500;
}

.phone-number i {
  width: 28px;
  height: 28px;
  background: #1d322d;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  flex-shrink: 0;
}

.phone-number span {
  white-space: nowrap;
}

.language-dropdown-wrapper {
  position: relative;
}

.language-form {
  display: inline-block;
  position: relative;
}

.language-dropdown-btn-wrapper {
  position: relative;
  display: inline-block;
}

.language-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  background: white;
  border: 2px solid #1d322d;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #333;
  transition: all 0.3s;
  white-space: nowrap;
  flex-direction: row;
  position: relative;
  pointer-events: none;
  width: 100%;
}

.language-dropdown-btn:hover {
  background: #f8f9fa;
  border-color: #1d322d;
}

.language-dropdown-btn i {
  font-size: 10px;
  color: #1d322d;
  order: 1;
}

.language-dropdown-btn .lang-code {
  order: 2;
  font-weight: 600;
}

.flag-icon {
  font-size: 18px;
  line-height: 1;
  order: 3;
}

.panel-icons {
  display: flex;
  align-items: center;
  gap: 8px;
}

.panel-icon {
  width: 28px;
  height: 28px;
  background: #1d322d;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
  flex-shrink: 0;
}

.panel-icon i {
  font-size: 13px;
  align-items: center;
  margin-right: 1px;
  margin-top: 2px;
  justify-content: center;
}

.panel-icon:hover {
  background: #1d322d;
  transform: scale(1.05);
}

.panel-icon i:hover {
  transform: none;
}

/* Cart icon in header */
.cart-panel-icon {
  background: #fff;
  color: #1d322d;
  border: 1px solid #1d322d;
}

.cart-panel-icon:hover {
  background: #1d322d;
  color: #fff;
}

/* Header Center - Site Title */
.header-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

.site-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  width: 100%;
  max-width: 600px;
}

.decorative-swirl {
  opacity: 0.7;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swirl-left svg,
.swirl-right svg {
  width: 50px;
  height: 50px;
  display: block;
}

.site-title {
  font-size: 24px;
  font-weight: bold;
  color: #1d322d;
  text-align: center;
  padding: 10px 20px;
  width: 17cm;
  min-width: 200px;
  max-width: 100%;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.5px;
  display: inline-block;
  min-height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Header Right Side - Logo */
.header-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
}

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

.logo-text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
  line-height: 1.2;
}

.logo-text-fa {
  font-size: 13px;
  font-weight: 600;
  color: #1d322d;
}

.logo-text-en {
  font-size: 11px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.5px;
}

/* Navigation Menu Bar */
.main-nav {
  background: #e9ecef;
  width: 90%;
  margin: auto auto;
  padding: 12px 0;
  border-radius: 25px;
  margin-top: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

.nav-header-mobile {
  display: none;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  margin-bottom: 10px;
}

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

.logo-mobile img {
  height: 40px;
  width: auto;
}

.mobile-menu-toggle {
  display: none;
  background: transparent;
  color: #333;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s;
  flex-shrink: 0;
}

.mobile-menu-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
}

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

.nav-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  padding: 0 10px;
}

.nav-link {
  color: #333;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  border-radius: 6px;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.active {
  color: #fff;
  background: #1d322d68;
}

.nav-link i {
  font-size: 10px;
  transition: transform 0.3s;
  opacity: 0.7;
}

.nav-link:hover i {
  transform: rotate(180deg);
  opacity: 1;
}

/* Dropdown Menu Styles for Navigation */
.nav-dropdown {
  position: relative;
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.nav-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  min-width: 250px;
  max-width: 400px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-top: -10px;
  z-index: 1000;
  animation: fadeIn 0.3s;
  scrollbar-width: thin;
  scrollbar-color: #1d322d #f0f0f0;
}

.nav-dropdown .dropdown-menu::-webkit-scrollbar {
  width: 6px;
}

.nav-dropdown .dropdown-menu::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.nav-dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #1d322d;
  border-radius: 3px;
}

.nav-dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #1d322d;
}

.nav-dropdown .dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  position: relative;
}

.nav-dropdown .dropdown-item:hover {
  background: #f8f9fa;
  color: #1d322d;
  padding-right: 25px;
}

.nav-dropdown .dropdown-item-has-children {
  position: relative;
}

.nav-dropdown .dropdown-item-has-children:hover > .dropdown-submenu {
  display: block;
}

.nav-dropdown .dropdown-item-has-children:hover > .dropdown-products {
  display: block;
}

/* When hovering over the dropdown item link, show products dropdown */
.nav-dropdown .dropdown-item-has-children:hover .dropdown-products {
  display: block;
}

/* Ensure submenu appears correctly positioned */
.nav-dropdown .dropdown-item-has-children > .dropdown-submenu {
  top: 0;
  margin-top: 0;
}

.nav-dropdown .dropdown-item-has-children > .dropdown-products {
  top: 0;
  margin-top: 0;
}

.nav-dropdown
  .dropdown-submenu
  .dropdown-item-has-children
  > .dropdown-products {
  top: 0;
  margin-top: 0;
}

/* Make sure dropdown-products is visible when hovering over category */
.nav-dropdown .dropdown-item-has-children:hover > .dropdown-products {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Fix for category products dropdown - ensure it shows on hover when hovering over the category item */
.nav-dropdown
  .dropdown-item-has-children
  .dropdown-item:hover
  ~ .dropdown-products,
.nav-dropdown .dropdown-item-has-children:hover > .dropdown-products {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Ensure dropdown-products shows when hovering over the parent container */
.nav-dropdown .dropdown-item-has-children:hover .dropdown-products {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.nav-dropdown
  .dropdown-submenu
  .dropdown-item-has-children:hover
  > .dropdown-products {
  display: block;
}

.nav-dropdown .dropdown-submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background: white;
  min-width: 250px;
  max-width: 320px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-right: 5px;
  z-index: 1001;
  scrollbar-width: thin;
  scrollbar-color: #1d322d #f0f0f0;
}

.nav-dropdown .dropdown-submenu::-webkit-scrollbar {
  width: 6px;
}

.nav-dropdown .dropdown-submenu::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.nav-dropdown .dropdown-submenu::-webkit-scrollbar-thumb {
  background: #1d322d;
  border-radius: 3px;
}

.nav-dropdown .dropdown-submenu::-webkit-scrollbar-thumb:hover {
  background: #1d322d;
}

.nav-dropdown .dropdown-submenu .dropdown-item-has-children {
  position: relative;
}

.nav-dropdown
  .dropdown-submenu
  .dropdown-item-has-children:hover
  > .dropdown-products {
  display: block;
}

.nav-dropdown .dropdown-products {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background: white;
  min-width: 280px;
  max-width: 380px;
  max-height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-right: 5px;
  z-index: 1002;
  scrollbar-width: thin;
  scrollbar-color: #1d322d #f0f0f0;
}

.nav-dropdown .dropdown-products::-webkit-scrollbar {
  width: 6px;
}

.nav-dropdown .dropdown-products::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.nav-dropdown .dropdown-products::-webkit-scrollbar-thumb {
  background: #1d322d;
  border-radius: 3px;
}

.nav-dropdown .dropdown-products::-webkit-scrollbar-thumb:hover {
  background: #1d322d;
}

.nav-dropdown .dropdown-product-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  gap: 10px;
  border-bottom: 1px solid #f0f0f0;
}

.nav-dropdown .dropdown-product-item:last-child {
  border-bottom: none;
}

.nav-dropdown .dropdown-product-item:hover {
  background: #f8f9fa;
  color: #1d322d;
}

.nav-dropdown .dropdown-product-item img {
  flex-shrink: 0;
}

.nav-dropdown .dropdown-product-item span {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nav-dropdown .dropdown-item-has-children .dropdown-item .bi-chevron-left {
  float: left;
  font-size: 12px;
  margin-top: 3px;
  transition: transform 0.3s;
}

.nav-dropdown
  .dropdown-item-has-children.active
  .dropdown-item
  .bi-chevron-left {
  transform: rotate(-90deg);
}

.nav-dropdown .dropdown-toggle .bi-chevron-down {
  font-size: 12px;
  transition: transform 0.3s;
}

.nav-dropdown:hover .dropdown-toggle .bi-chevron-down {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-top: 10px;
  z-index: 1000;
  animation: fadeIn 0.3s;
}

.dropdown-item {
  display: block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
  position: relative;
}

.dropdown-item:hover {
  background: #f0fdf4;
  color: #1d322d;
  padding-right: 25px;
}

.dropdown-item-has-children {
  position: relative;
}

.dropdown-item-has-children:hover .dropdown-submenu {
  display: block;
}

.dropdown-item-has-children:hover .dropdown-products {
  display: block;
}

.dropdown-submenu {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-right: 5px;
  z-index: 1001;
}

.dropdown-products {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  background: white;
  min-width: 250px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 10px 0;
  margin-right: 5px;
  z-index: 1001;
}

.dropdown-product-item {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 14px;
}

.dropdown-product-item:hover {
  background: #f8f9fa;
  color: #1d322d;
}

.dropdown-item-has-children .dropdown-item .bi-chevron-left {
  float: left;
  font-size: 12px;
  margin-top: 3px;
}

.dropdown-toggle .bi-chevron-down {
  font-size: 12px;
  transition: transform 0.3s;
}

.nav-dropdown:hover .dropdown-toggle .bi-chevron-down {
  transform: rotate(180deg);
}

/* Hero Section */
.hero-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  min-height: 400px;
  margin: 20px auto;
  width: 90%;
  max-width: 1500px;
  border-radius: 30px;
  background: #1d322d;
  box-shadow: 0 10px 40px rgba(29, 50, 45, 0.3);
  padding: 0 60px;
  box-sizing: border-box;
}

.hero-slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateZ(0); /* GPU acceleration for parallax */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.hero-image {
  flex: 0 0 45%;
  background-color: #1d322d;
  border-radius: 15px;
  overflow: hidden;
  order: 2;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-content {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 600px;
  background-color: #1d322d;
  order: 1;
}

.hero-content h1 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.5;
}

.hero-content h2 {
  color: rgba(255,255,255,0.95);
  font-size: 1.2rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
}

.hero-content p {
  color: rgba(255,255,255,0.9);
  font-size: 1.2rem;
  margin: 0;
  line-height: 1.5;
}

.hero-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #1D312D;
  color: #333;
  padding: 12px 20px;
  width: 200px;
  height: 60px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(255, 214, 107, 0.3);
  transition: all 0.3s ease;
  margin-top: 20px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

.hero-cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 214, 107, 0.4);
  color: #333;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-section {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
    align-items: center;
    min-height: auto;
  }

  .hero-image,
  .hero-content {
    flex: 0 0 auto;
    width: 100%;
    text-align: center;
  }

  .hero-content{
    margin-top: -1rem;
    border-radius: 15px;
    margin-bottom: 2rem;
  }

  .hero-image {
    border-radius: 15px;
    margin: -3rem;
    padding: 0;
  }

  .hero-image img {
    max-height: 300px; /* Smaller image height at 768px */
    object-fit: contain; /* Maintain aspect ratio */
  }

  .hero-content h1 {
    font-size: 1.3rem;
  }

  .hero-content h2 {
    font-size: 1rem;
  }

  .hero-content p {
    font-size: 0.9rem;
  }

  .hero-cta-btn {
    padding: 12px 20px;
    font-size: 0.9rem;
    align-self: center;
  }
}

.hero-text {
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 30px;
  z-index: 3;
}

.hero-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.hero-subtitle {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  line-height: 1.5;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.95);
  margin-bottom: 30px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #1d322d;
  color: white;
  padding: 18px 40px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.hero-btn:hover {
  background: #1d322d;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}


/* Hero Image Container */
.hero-image-container {
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.hero-image-container:hover img {
  transform: scale(1.05);
}

.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.3s;
  z-index: 10;
}

.slider-nav.prev {
  right: 20px;
}

.slider-nav.next {
  left: 20px;
}

.slider-nav:hover {
  background: white;
}

/* Features Section */
.features-section {
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background-color: #EEEEEE;
  margin: 0 auto;
}

.features-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.features-background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #EEEEEE;
  z-index: 1;
}

.features-content-wrapper {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  justify-items: center;
  width: 100%;
  padding: 0 20px;
}

.features-text-content {
  padding: 20px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.features-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 25px;
  text-align: center;
}

.features-intro-text {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 40px;
  text-align: justify;
}

.features-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 30px;
  justify-items: center;
  width: 100%;
}

.feature-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  text-align: right;
  width: 100%;
  max-width: 400px;
}

.feature-item-icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  background: #1d322d;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 4px 15px rgba(184, 148, 79, 0.3);
}

.feature-item-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 8px;
}

.feature-item-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #666;
  margin: 0;
}

.features-btn-container {
  text-align: center;
  margin-top: 20px;
}

.features-more-btn {
  display: block;
  background: linear-gradient(135deg, #1d322d 0%, #1d322d 100%);
  color: white;
  padding: 14px 35px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(184, 148, 79, 0.3);
  margin: 0 auto;
  width: fit-content;
}

.features-more-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(184, 148, 79, 0.4);
  color: white;
}

.features-image-content {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.features-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  overflow: visible;
  display: flex;
  align-items: center;
  justify-content: center;
}

.features-main-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
  border-radius: 25px;
}

/* Promotional Boxes Section */
.promotional-boxes-section {
  padding: 60px 0;
}

.promotional-box {
  padding: 60px 0;
  margin-bottom: 40px;
  border-radius: 30px;
  overflow: hidden;
}

.promotional-box-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.promotional-box-images {
  display: flex;
  align-items: center;
  justify-content: center;
}

.promo-image-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  width: 100%;
  max-width: 400px;
}

.promo-image-item {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  background: #b8934f86;
  padding: 8px;
}

.promo-image-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.promo-image-item:nth-child(1) {
  grid-row: span 2;
  aspect-ratio: 2/3;
}

.promo-image-item:nth-child(2) {
  aspect-ratio: 4/3;
}

.promo-image-item:nth-child(3) {
  aspect-ratio: 1/1;
}

.promo-image-item:nth-child(4) {
  grid-column: span 1;
  aspect-ratio: 3/2;
  margin-top: -60px;
}

.promo-text-card {
  background: white;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.promo-title {
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  line-height: 1.4;
}

.promo-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 25px;
  text-align: justify;
}

.promo-read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1d322d;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s;
}

.promo-read-more:hover {
  color: #1d322d;
  gap: 12px;
}

.promo-read-more i {
  font-size: 18px;
}

.promo-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 600px;
}

.promo-gallery-item {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  background: #b8934f86;
  aspect-ratio: 1/1;
  position: relative;
}

.promo-gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #1a1a1a;
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 1;
}

.promo-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.promo-gallery-item:nth-child(1) {
  grid-column: span 2;
  grid-row: span 2;
}

.promo-gallery-item:nth-child(2) {
  grid-column: span 2;
}

.promo-gallery-item:nth-child(3) {
  grid-column: span 1;
}

.promo-gallery-item:nth-child(4) {
  grid-column: span 1;
}

.promo-gallery-item:nth-child(5) {
  grid-column: span 2;
  margin-top: -145px;
}

.promo-gallery-item:nth-child(6) {
  grid-column: span 1;
}

.promo-gallery-item:nth-child(7) {
  grid-column: span 1;
}

.warranty-btn {
  background: #1d322d;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  cursor: pointer;
  font-size: 16px;
  transition: background 0.3s;
}

.warranty-btn:hover {
  background: #1d322d;
}

/* Products Section */
.products-section {
  padding: 60px 20px;
  margin: 0 10px;
  width: 80%;
  margin: 0 auto;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.section-title {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}

.view-more {
  color: #1d322d;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}

.view-more:hover {
  color: #1d322d;
  transition: 0.3s;
  transform: translatex(-20px);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
  position: relative;
}

.product-card {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 0;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.product-image {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s;
  padding: 20px;
}

.product-card:hover .product-image img {
  transform: scale(1.05);
}

.discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #000;
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: bold;
  z-index: 2;
}

/* Product Details Section */
.product-details {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.product-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
  text-align: right;
  line-height: 1.4;
}

.product-pricing {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.current-price {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.original-price {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

/* Add to Cart Button */
.add-to-cart-btn-footer {
  background: #1a1a1a;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: auto;
}

.add-to-cart-btn-footer:hover {
  background: #2a2a2a;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.add-to-cart-btn-footer i {
  font-size: 18px;
}

.product-info {
  padding: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.product-name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

.product-description {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  text-align: center;
  flex: 1;
}

.product-price {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}

.product-cart-icon {
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
}

.cart-icon-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: white;
  border: 2px solid #000;
  border-radius: 8px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.cart-icon-btn:hover {
  background: #f8f9fa;
  border-color: #000;
  color: #000;
  transform: scale(1.05);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.cart-icon-btn i {
  font-size: 22px;
  font-weight: normal;
}

.product-form {
  width: 100%;
}

.add-to-cart-btn {
  width: 100%;
  background: #1D312D;
  color: #333;
  border: none;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.3s;
}

.add-to-cart-btn:hover {
  background: #1d322d;
}

.slider-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.slider-btn {
  background: #f0f0f0;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}

.slider-btn:hover {
  background: #1d322d;
  color: white;
}

/* Categories Section */
.categories-section {
  padding: 80px 0;
  background: #EEEEEE;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
  place-items: center;
}

.category-card {
  display: inline;
  border: none;
  padding: 0;
  margin: 0;
}

.category-card:hover {
  background: none !important;
  box-shadow: none !important;
}

.section-products-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: #1d322d;
  color: #333;
  padding: 12px 20px;
  width: 150px;
  height: 60px;
  border-radius: 25px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 3px 12px rgba(255, 214, 107, 0.3);
  margin-top: 15px;
  border: none;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

.title-row .section-title {
  margin: 0;
}

.title-row .products-link {
  margin: 0;
}

.products-link {
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  cursor: pointer;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.products-link:hover {
  color: #666;
  text-decoration: none;
}

.link-arrow {
  transition: transform 0.2s ease;
  font-weight: bold;
  color: inherit;
}

.products-link:hover .link-arrow {
  transform: translateX(4px);
}

.category-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.category-link:hover {
  background: none !important;
  box-shadow: none !important;
}

.category-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  position: relative;
  width: 100%;
  height: 100%;
}

.category-image:hover {
  background: none !important;
  box-shadow: none !important;
}

.category-image img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  border-radius: 10px;
  /* Removed box-shadow for no shadow effect */
  transition: transform 0.3s ease;
}

/* Removed hover effect for category images */

.category-placeholder {
  width: 240px;
  height: 240px;
}

.category-content {
  padding: 20px;
  text-align: center;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  position: relative;
  margin: 20px;
}

.category-title {
  font-size: 18px;
  font-weight: 600;
  color: #5d4037;
  margin: 0;
  line-height: 1.4;
}

.category-card.active .category-title {
  color: #fff;
}

.category-card.active .category-content {
  background: rgba(30, 255, 0, 0.35);
  border-top: 2px solid rgb(255, 255, 255);
}

.category-indicator {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}

.indicator-dot {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.category-card.active .indicator-dot {
  background: rgba(29, 50, 45, 0.8);
  border-color: rgba(29, 50, 45, 0.3);
}

/* Slider Navigation */
.slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 10;
}

.slider-nav:hover {
  background: white;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transform: translateY(-50%) scale(1.1);
}

.slider-prev {
  right: -22px;
}

.slider-next {
  left: -22px;
}

/* About Section */
.about-section {
  padding: 80px 20px;
  background: #EEEEEE;
  margin: 0 auto;
}

.about-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.about-title {
  font-size: 36px;
  color: #1d322d;
  margin-bottom: 10px;
}

.about-subtitle {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
  font-style: italic;
}

.about-description {
  font-size: 16px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.contact-btn {
  display: block;
  background: #1d322d;
  color: #fff;
  padding: 15px 30px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: bold;
  margin: 20px auto 0 auto;
  text-align: center;
  width: fit-content;
  transition: 0.3s;
}

.contact-btn:hover {
  background: #1d322d;
  transform: translateY(-5px);
  transition: 0.3s;
}

.about-video {
  position: relative;
}

.video-wrapper {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.video-wrapper img,
.video-wrapper video,
.about-main-image {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  border-radius: 10px;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #1d322d;
  transition: background 0.3s, opacity 0.3s, visibility 0.3s;
}

.play-btn:hover {
  background: white;
}

.play-btn-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.video-duration {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

/* Trusted Brands */
.trusted-brands {
  padding: 60px 0;
  background: white;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.trusted-brands .section-title {
  margin-bottom: 40px;
}

.brands-slider {
  position: relative;
  width: 100%;
  overflow: visible;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 100px;
}

.brands-track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
  will-change: transform;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  visibility: visible;
  opacity: 1;
  position: relative;
  width: 100%;
}

.brand-logo {
  flex: 0 0 auto;
  opacity: 0.6;
  transition: opacity 0.3s;
  padding: 0 20px;
  width: 200px;
  min-width: 200px;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: visible;
  position: relative;
  z-index: 1;
}

.brand-logo:hover {
  opacity: 1;
}

.brand-logo img {
  max-height: 60px;
  width: auto;
  height: auto;
  min-height: 40px;
  filter: grayscale(100%);
  transition: filter 0.3s;
  display: block;
  object-fit: contain;
  max-width: 100%;
  visibility: visible;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.brand-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.brand-logo a img {
  display: block;
  visibility: visible;
  opacity: 1;
}

.brand-logo:hover img {
  filter: grayscale(0%);
}

.brands-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: background 0.3s;
  z-index: 10;
}

.brands-nav.prev {
  right: 10px;
}

.brands-nav.next {
  left: 10px;
}

.brands-nav:hover {
  background: white;
}

/* Responsive Brands Slider */
@media (max-width: 768px) {
  .brand-logo {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    padding: 0 15px;
  }

  .brands-track {
    gap: 30px;
  }

  .brands-nav {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .brand-logo img {
    max-height: 50px;
  }
}

/* Custom Products Slider */
.custom-products-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.custom-products-track {
  display: flex;
  gap: 40px;
  transition: transform 0.5s ease;
  will-change: transform;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
}

.custom-product-item {
  flex: 0 0 auto;
  opacity: 0.6;
  transition: opacity 0.3s;
  padding: 0 20px;
  min-width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-product-item:hover {
  opacity: 1;
}

.custom-product-item img {
  max-height: 60px;
  width: auto;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.custom-product-item:hover img {
  filter: grayscale(0%);
}

/* News Section */
.news-section {
  padding: 60px 0;
  background: #f8f9fa;
}

/* Responsive News Section */
@media (min-width: 1024px) and (max-width: 1199px) {
  .news-section {
    padding: 50px 0;
  }

  .news-header {
    margin-bottom: 35px;
  }

  .news-header-images {
    gap: 18px;
    min-height: 75px;
  }

  .news-header-button {
    height: 45px;
  }

  .news-header-line {
    width: 180px;
  }

  .news-header-icon {
    height: 55px;
  }

  .news-service-card {
    min-height: 240px; /* Slightly larger cards at 1024px-1199px */
    width: 100%; /* Ensure full width, no overflow */
    max-width: 100%; /* Prevent overflow */
  }
}

@media (max-width: 768px) {
  .news-section {
    padding: 45px 0;
  }

  .news-header {
    margin-bottom: 30px;
  }

  .news-header-images {
    gap: 15px;
    min-height: 70px;
  }

  .news-header-button {
    height: 45px;
  }

  .news-header-line {
    width: 160px;
  }

  .news-header-icon {
    height: 50px;
  }

  .news-view-all-btn {
    padding: 8px 16px;
    font-size: 13px;
  }

  .news-service-card {
    min-height: 200px; /* Smaller height at 768px */
    width: 100%; /* Wider cards at 768px */
    max-width: 120%; /* Allow wider cards */
  }
}

@media (max-width: 320px) {
  .news-section {
    padding: 35px 0;
  }
  

  .news-header {
    margin-bottom: 25px;
  }

  .news-header-images {
    gap: 12px;
    min-height: 60px;
  }

  .news-header-button {
    height: 40px;
  }

  .news-header-line {
    width: 140px;
  }

  .news-header-icon {
    height: 45px;
  }

  .news-view-all-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .news-service-card {
    min-height: 220px; /* Larger cards at 320px */
    width: 100%; /* Ensure full width, no overflow */
    max-width: 100%; /* Prevent overflow */
  }
}

/* News Header */
.news-header {
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}

.news-header-images {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  min-height: 80px;
}

.news-header-button {
  height: 50px;
  width: auto;
}

.news-header-line {
  height: 3px;
  width: 200px;
  max-width: 100%;
}

.news-header-icon {
  height: 60px;
  width: auto;
}

.news-header-content {
  position: relative;
}

.news-view-all-btn {
  position: absolute;
  top: 0;
  left: 0;
  background: #1D312D;
  color: white;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  transition: all 0.3s;
}

.news-view-all-btn:hover {
  background: #1D312D;
  transform: translateY(-2px);
}

.news-view-all-btn i {
  font-size: 12px;
}

.news-main-title {
  font-size: 32px;
  color: #1D312D;
  margin: 20px 0 10px;
  font-weight: bold;
}

.news-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0;
}

/* News Content Layout */
.news-content-layout {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: stretch;
}

@media (max-width: 1024px) {
  .news-content-layout {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .news-special {
    grid-column: 1 / -1;
  }

  .news-main {
    grid-column: 1;
  }

  .news-slider {
    grid-column: 2;
  }
}

/* Special News Grid (Top) */
.news-special-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.news-special {
  position: relative;
}

.news-special-image {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.news-special-latest {
  margin-top: 20px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.news-special-latest-title {
  font-size: 14px;
  color: #1D312D;
  margin-bottom: 6px;
  font-weight: 600;
}

.news-special-latest-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-decoration: none;
  color: #333;
  font-size: 14px;
}

.news-special-latest-link:hover {
  color: #1D312D;
}

.news-special-latest-date {
  font-size: 12px;
  color: #777;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-special-latest-date i {
  color: #1D312D;
}

.news-special-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-special-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 25px;
  border-top: 3px solid #1D312D;
}

.news-special-badge {
  position: absolute;
  top: -15px;
  right: 20px;
  background: #dc3545;
  color: white;
  padding: 8px 15px;
  border-radius: 20px;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.badge-text-fa {
  font-weight: bold;
}

.badge-text-en {
  font-size: 10px;
  opacity: 0.9;
}

.news-special-title {
  font-size: 20px;
  color: #333;
  margin: 15px 0 10px;
  font-weight: bold;
  line-height: 1.4;
}

.news-special-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 14px;
  margin-bottom: 15px;
}

.news-special-date i {
  color: #1D312D;
}

.news-special-description {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.news-special-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1D312D;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}

.news-special-btn:hover {
  background: #1D312D;
  transform: translateX(-3px);
}

/* Main News (Center) */
.news-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.news-main-wrapper {
  background: #f0f0f5;
  border-radius: 16px;
  padding: 20px;
}

.news-main-card {
  position: relative;
  width: 100%;
  height: 340px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

.news-main-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.news-main-image {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
  overflow: visible;
  background: #f0f0f0;
  min-height: 200px;
}

.news-main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  min-height: 200px;
}

.news-main-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 20px;
  border-top: 3px solid #1D312D;
  flex: 1 1 auto;
  min-height: 40%;
}

.news-main-overlay .news-main-title {
  font-size: 18px;
  color: #333;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.4;
}

.news-main-date {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 13px;
  margin-bottom: 15px;
}

.news-main-date i {
  color: #1D312D;
}

.news-main-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: white;
  color: #1D312D;
  border: 2px solid #1D312D;
  padding: 8px 15px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s;
}

.news-main-btn:hover {
  background: #1D312D;
  color: white;
}

/* News Slider (Right) */
.news-slider {
  position: sticky;
  top: 20px;
  height: 600px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #1D312D #f0f0f0;
}

.news-slider::-webkit-scrollbar {
  width: 6px;
}

.news-slider::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 3px;
}

.news-slider::-webkit-scrollbar-thumb {
  background: #1D312D;
  border-radius: 3px;
}

.news-slider-track {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.news-slider-item {
  background: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.news-slider-item:hover {
  transform: translateX(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.news-slider-image {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.news-slider-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-slider-content {
  padding: 15px;
}

.news-slider-title {
  font-size: 15px;
  color: #333;
  margin: 0 0 10px;
  font-weight: bold;
  line-height: 1.4;
}

.news-slider-date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #666;
  font-size: 12px;
  margin-bottom: 12px;
}

.news-slider-date i {
  color: #1D312D;
  font-size: 14px;
}

.news-slider-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: white;
  color: #1D312D;
  border: 2px solid #1D312D;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 12px;
  transition: all 0.3s;
}

.news-slider-btn:hover {
  background: #1D312D;
  color: white;
}

/* News cards (shared with news page style) */
.news-list-main {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.news-card-page {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}

.news-card-page:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
}

.news-card-image {
  position: relative;
  width: 100%;
  padding-top: 60%;
  overflow: hidden;
}

.news-card-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-body {
  padding: 15px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.news-card-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.news-card-title a {
  color: inherit;
  text-decoration: none;
}

.news-card-title a:hover {
  color: #1D312D;
}

.news-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: #777;
}

.news-card-meta i {
  color: #1D312D;
}

.news-card-desc {
  font-size: 13px;
  color: #555;
  line-height: 1.7;
}

.news-card-footer {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.news-card-link {
  color: #1D312D;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.news-card-link i {
  font-size: 13px;
}

.news-card-tag {
  padding: 3px 8px;
  border-radius: 999px;
  background: #f1f1f1;
  color: #555;
}

@media (max-width: 992px) {
  .news-list-main {
    grid-template-columns: 1fr;
  }
}

/* ========================================
   NEWS / LATEST SERVICES SECTION
   ======================================== */

.news-services-section {
  width: 100%;
  background-color: #1D312D;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1.75px, transparent 1.75px);
  background-size: 20px 20px;
  padding: 70px 0;
  margin-bottom: 40px;
  position: relative;
}

.news-services-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.news-services-header {
  text-align: center;
  margin-bottom: 50px;
}

.news-services-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin: 0 0 10px 0;
}

.news-services-subtitle {
  color: #fff;
  font-size: 1rem;
  margin: 0;
  font-weight: 400;
}

.news-services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  gap: 28px;
  align-items: center;
}

.news-service-card {
  background: #ffffff;
  border-radius: 24px;
  overflow: hidden;
  display: flex;
  aspect-ratio: 2 / 1;
  position: relative;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

/* CENTER CARDS (Positions 2 & 5 - MOST IMPORTANT) */
.news-service-card.card-center {
  transform: scale(1.05);
  z-index: 2;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  filter: blur(0);
  opacity: 1;
}

.news-service-card.card-center:hover {
  transform: scale(1.07);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

/* SIDE CARDS (Positions 1,3,4,6 - OLD CONTENT) */
.news-service-card.card-side {
  transform: scale(0.95);
  z-index: 1;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
  filter: blur(3.5px);
  opacity: 0.65;
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

.news-service-card.card-side:hover {
  filter: blur(2px);
  opacity: 0.8;
}

.news-service-content {
  display: flex;
  width: 100%;
  height: 100%;
}

.news-service-image-wrapper {
  flex: 0 0 50%;
  position: relative;
  height: 100%;
  padding: 20px;
}

.news-service-image {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.news-service-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-service-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(29, 50, 45, 0.05);
}

.news-service-card.card-side .news-service-image-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.news-service-text {
  flex: 1;
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news-service-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #374151;
  margin: 0 0 6px 0;
  line-height: 1.3;
}

.news-service-card.card-side .news-service-title {
  font-size: 0.85rem;
  color: #6b7280;
}

.news-service-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}

.news-service-meta-item {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 0.7rem;
  color: #6b7280;
}

.news-service-meta-item i {
  color: #1D312D;
  font-size: 0.7rem;
}

.news-service-card.card-side .news-service-meta-item {
  color: #9ca3af;
}

.news-service-description {
  color: #4b5563;
  line-height: 1.4;
  margin: 0;
  font-size: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-service-card.card-side .news-service-description {
  color: #9ca3af;
  font-size: 0.7rem;
}

.news-service-btn {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: #1D312D;
  color: white;
  padding: 5px 10px;
  border-radius: 15px;
  text-decoration: none;
  font-weight: 400;
  font-size: 0.7rem;
  align-self: flex-start;
  margin-top: 6px;
  transition: background-color 200ms ease-out, transform 200ms ease-out, box-shadow 200ms ease-out;
}

.news-service-btn:hover {
  background: transparent;
  transform: translateY(-1px);
  color: #1D312D;
  border: 1px solid #1D312D;
  box-shadow: 0 2px 8px rgba(29, 50, 45, 0.2);
}

.news-service-card.card-side .news-service-btn {
  background: #9ca3af;
  font-size: 0.65rem;
  padding: 4px 9px;
}

.news-service-card.card-side .news-service-btn:hover {
  background: #6b7280;
  box-shadow: 0 2px 8px rgba(156, 163, 175, 0.2);
}

.news-service-btn i {
  font-size: 0.7rem;
}

.news-services-empty {
  text-align: center;
  padding: 2.5rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1rem;
}

.news-services-cta {
  text-align: center;
  margin-top: 50px;
}

.news-services-cta-link {
  font-size: 1.05rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  transition: color 250ms ease-out;
}

.news-services-cta-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 250ms ease-out, left 250ms ease-out;
}

.news-services-cta-link:hover {
  color: #fff;
}

.news-services-cta-link:hover::after {
  width: 100%;
  left: 0;
}

/* ========================================
   RESPONSIVE DESIGN FOR NEWS/SERVICES
   ======================================== */

@media (min-width: 1024px) {
  .news-services-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 28px;
  }

  .news-service-card.card-center {
    transform: scale(1.05);
    filter: blur(0);
    opacity: 1;
  }

  .news-service-card.card-side {
    transform: scale(0.95);
    filter: blur(3.5px);
    opacity: 0.65;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .news-services-section {
    padding: 60px 0;
  }

  .news-services-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 24px;
  }

  .news-service-card.card-center {
    transform: scale(1.05);
    filter: blur(0);
    opacity: 1;
  }

  .news-service-card.card-side {
    transform: scale(0.95);
    filter: blur(2.5px);
    opacity: 0.7;
  }
}

@media (max-width: 767px) {
  .news-services-section {
    padding: 50px 0;
  }

  .news-services-title {
    font-size: 1.75rem;
  }

  .news-services-subtitle {
    font-size: 0.95rem;
  }

  .news-services-header {
    margin-bottom: 40px;
  }

  .news-services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .news-service-card {
    aspect-ratio: 16 / 10;
    border-radius: 20px;
  }

  .news-service-card.card-center,
  .news-service-card.card-side {
    transform: scale(1);
    filter: blur(0);
    opacity: 1;
    z-index: auto;
  }

  .news-service-image {
    border-radius: 20px;
  }

  .news-service-image-wrapper {
    flex: 0 0 52%;
  }

  .news-service-text {
    padding: 16px;
  }

  .news-service-title {
    font-size: 1rem;
  }

  .news-service-meta {
    gap: 12px;
    margin-bottom: 8px;
  }

  .news-service-meta-item {
    font-size: 0.725rem;
  }

  .news-service-description {
    font-size: 0.775rem;
  }

  .news-service-btn {
    padding: 8px 16px;
    font-size: 0.725rem;
    min-height: 44px;
  }

  .news-services-cta {
    margin-top: 40px;
  }

  .news-services-cta-link {
    font-size: 1rem;
  }
}

/* WhatsApp Float Button */
.whatsapp-float {
  position: fixed;
  bottom: 30px;
  left: 30px;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: transform 0.3s;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .features-content-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .features-image-wrapper {
    max-width: 100%;
    height: 400px;
  }

  .promotional-box-content {
    gap: 30px;
  }

  .promo-gallery-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }

  .promo-gallery-item {
    margin-top: 0 !important;
  }

  .promo-gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .promo-gallery-item:nth-child(2),
  .promo-gallery-item:nth-child(3),
  .promo-gallery-item:nth-child(4),
  .promo-gallery-item:nth-child(5),
  .promo-gallery-item:nth-child(6),
  .promo-gallery-item:nth-child(7) {
    grid-column: span 1;
    margin-top: 0 !important;
  }

  .promo-image-item:nth-child(4) {
    margin-top: 0 !important;
  }

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

  .footer-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Responsive Header Styles */
@media (max-width: 1024px) {
  .header-top-content {
    flex-wrap: wrap;
  }

  .header-left {
    order: 1;
    flex: 1 1 100%;
    justify-content: center;
    margin-bottom: 15px;
  }

  .header-center {
    order: 2;
    flex: 1 1 100%;
  }

  .header-right {
    order: 3;
    flex: 1 1 100%;
    justify-content: center;
  }

  .site-title {
    font-size: 22px;
    padding: 10px 18px;
    width: 100%;
    max-width: 17cm;
    min-height: 55px;
  }

  .decorative-swirl {
    display: none;
  }
}

@media (max-width: 480px) {
  .site-title {
    font-size: 16px;
    padding: 8px 12px;
    width: 100%;
    min-height: 45px;
  }

  .header-top-section {
    padding: 12px 0;
  }

  .phone-number span {
    font-size: 12px;
  }

  .language-dropdown-btn {
    padding: 5px 8px;
    font-size: 11px;
  }

  .flag-icon {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .features-section {
    padding: 50px 0;
    min-height: auto;
  }

  .features-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .features-main-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .features-intro-text {
    font-size: 14px;
    margin-bottom: 30px;
  }

  .features-list {
    grid-template-columns: 1fr;
    gap: 25px;
    margin-bottom: 25px;
  }

  .feature-item {
    gap: 15px;
  }

  .feature-item-icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 24px;
  }

  .feature-item-content h3 {
    font-size: 18px;
  }

  .feature-item-content p {
    font-size: 14px;
  }

  .features-image-wrapper {
    height: 300px;
  }

  .features-more-btn {
    padding: 12px 28px;
    font-size: 14px;
  }

  .promotional-box {
    padding: 40px 0;
    border-radius: 20px;
    margin-bottom: 30px;
  }

  .promotional-box-content {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .promo-text-card {
    padding: 30px;
    border-radius: 15px;
  }

  .promo-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .promo-description {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .promo-image-grid {
    max-width: 100%;
  }

  .promo-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 100%;
    gap: 10px;
  }

  .promo-gallery-item {
    margin-top: 0 !important;
  }

  .promo-gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .promo-gallery-item:nth-child(2) {
    grid-column: span 1;
  }

  .promo-gallery-item:nth-child(3) {
    grid-column: span 1;
  }

  .promo-gallery-item {
    margin-top: 0 !important;
  }

  .promo-gallery-item:nth-child(1) {
    grid-column: span 2;
    grid-row: span 1;
  }

  .promo-gallery-item:nth-child(2),
  .promo-gallery-item:nth-child(3),
  .promo-gallery-item:nth-child(4),
  .promo-gallery-item:nth-child(5),
  .promo-gallery-item:nth-child(6),
  .promo-gallery-item:nth-child(7) {
    grid-column: span 1;
    margin-top: 0 !important;
  }

  .promo-image-item:nth-child(4) {
    margin-top: 0 !important;
  }

  .header-top-section {
    padding: 15px 0;
  }

  .header-top-content {
    flex-direction: column;
    gap: 15px;
  }

  .header-left {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .header-center {
    width: 100%;
    order: -1;
  }

  .header-right {
    display: none;
  }

  .phone-number {
    font-size: 14px;
  }

  .phone-number i {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }

  .language-dropdown-btn {
    padding: 6px 12px;
    font-size: 12px;
  }

  .panel-icon {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }

  .site-title {
    font-size: 18px;
    padding: 8px 15px;
    width: 100%;
    max-width: 17cm;
    min-height: 50px;
  }

  .site-title-wrapper {
    width: 100%;
    max-width: 100%;
  }

  .decorative-swirl {
    display: none;
  }

  .logo img {
    height: 50px;
  }

  .logo-text-fa {
    font-size: 12px;
  }

  .nav-header-mobile {
    display: flex;
  }

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

  .nav-menu {
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 10px;
    width: 100%;
  }

  .nav-menu.active {
    display: flex;
  }

  .nav-link {
    font-size: 14px;
    padding: 12px 15px;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
  }

  .main-nav {
    padding: 10px 0;
  }

  .nav-dropdown {
    width: 100%;
  }

  .nav-dropdown .dropdown-menu {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
    box-shadow: none;
    border: none;
    background: #f8f9fa;
    border-radius: 0;
    padding: 0;
    display: none;
  }

  .nav-dropdown.active .dropdown-menu {
    display: block;
  }

  .nav-dropdown .dropdown-item {
    padding: 12px 25px;
    border-bottom: 1px solid #e0e0e0;
  }

  .nav-dropdown .dropdown-item-has-children {
    position: relative;
  }

  .nav-dropdown .dropdown-submenu,
  .nav-dropdown .dropdown-products {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-top: 0;
    box-shadow: none;
    border: none;
    background: #f0f0f0;
    border-radius: 0;
    padding: 0;
    display: none;
  }

  .nav-dropdown .dropdown-item-has-children.active > .dropdown-submenu,
  .nav-dropdown .dropdown-item-has-children.active > .dropdown-products {
    display: block;
  }

  .nav-dropdown .dropdown-submenu .dropdown-item {
    padding-right: 35px;
  }

  .nav-dropdown .dropdown-products .dropdown-product-item {
    padding: 12px 35px;
    border-bottom: 1px solid #e0e0e0;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-content {
    flex-direction: column;
    padding: 20px;
  }

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

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

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

  .footer-icons {
    grid-template-columns: 1fr;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  /* در موبایل خبرهای وسط زیر هم نمایش داده شوند */
  .news-main {
    grid-template-columns: 1fr;
  }

  .news-special-grid {
    grid-template-columns: 1fr;
  }
}

/* Footer Banners Styles */
.footer-banners-section {
  padding: 40px 0;
  background: transparent;
}

.footer-banners-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 100%;
}

.footer-banner-item {
  width: 100%;
  overflow: hidden;
}

.footer-banner-link {
  display: block;
  width: 100%;
  text-decoration: none;
}

.footer-banner-image {
  width: 80%;
  height: auto;
  border-radius: 20px;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
  margin: 0 auto;
}


/* Responsive Styles for Footer Banners */
@media (max-width: 768px) {
  .footer-banners-section {
    padding: 30px 0;
  }

  .footer-banners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

@media (max-width: 480px) {
  .footer-banners-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Footer Styles */
.main-footer {
  background: #1a1a1a;
  color: #fff;
}

.footer-top {
  padding: 60px 0;
  border-bottom: 1px solid #333;
}

.footer-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  text-align: center;
}

.footer-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-icon-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #1d322d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 40px;
  color: white;
}

.footer-icon-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.footer-icon-item p {
  color: #ccc;
  font-size: 14px;
}

.footer-middle {
  padding: 60px 0;
  border-bottom: 1px solid #333;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  margin-bottom: 40px;
}

.footer-column h3 {
  font-size: 20px;
  margin-bottom: 20px;
  color: white;
}

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

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: background 0.3s;
  font-size: 18px;
}

.social-icon i {
  margin-top: 5px;
  margin-left: 1px;
}

.social-icon:hover {
  background: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
}

.footer-links a {
  color: #ccc;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.footer-links a:hover {
  color: #1d322d;
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

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

.footer-logo h3 {
  margin: 0;
  font-size: 18px;
}

.footer-address {
  color: #ccc;
  font-size: 14px;
  line-height: 1.8;
}

.footer-address p {
  margin-bottom: 10px;
}

.newsletter-footer {
  background: #1d322d;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.newsletter-content h3 {
  color: white;
  margin-bottom: 10px;
}

.newsletter-content p {
  color: #e0e0e0;
  margin-bottom: 20px;
  font-size: 14px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  max-width: 500px;
  margin: 0 auto;
}

.newsletter-form input {
  flex: 1;
  padding: 12px 20px;
  border: none;
  border-radius: 25px;
  font-size: 14px;
  outline: none;
}

.newsletter-form button {
  padding: 12px 30px;
  background: #1D312D;
  color: #333;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s;
}

.newsletter-form button:hover {
  background: #1d322d;
}

.footer-bottom {
  padding: 30px 0;
  background: #0f0f0f;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

/* Breadcrumbs */
.custom-breadcrumb {
  background: none;
  padding: 10px 15px;
  margin-bottom: 20px;
  text-decoration: none;
  list-style: none;
  display: flex;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #1d322d;
  list-style: none;
  margin-right: 10px;
}

.custom-breadcrumb a {
  color: #1d322d;
  text-decoration: none;
  list-style: none;
}

.custom-breadcrumb .breadcrumb-item.active {
  color: #555;
  font-weight: 500;
}

/* Cart page styles */
.cart-page {
  padding: 40px 0;
}

.cart-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  color: #2c3e50;
}

.cart-title i {
  font-size: 28px;
  color: #1d322d;
}

.cart-card,
.cart-summary-card {
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border: none;
}

.cart-summary-card .card-header {
  border-radius: 12px 12px 0 0;
}

.cart-empty {
  padding: 40px 20px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.trust-badges {
  display: flex;
  gap: 20px;
  align-items: center;
}

.trust-badges img {
  height: 50px;
  opacity: 0.8;
}

.copyright {
  color: #999;
  font-size: 12px;
  margin: 0;
}

@media (max-width: 480px) {
  .products-grid {
    grid-template-columns: 1fr;
  }

  .hero-title {
    font-size: 24px;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .footer-icons {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
  }

  /* Categories Section Responsive */
  .categories-section {
    padding: 60px 0;
  }

  .categories-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
  }

  .section-products-btn {
    width: 160px;
    height: 45px;
    padding: 12px 20px;
    font-size: 0.9rem;
  }

  .category-image {
    height: 180px;
  }

  .slider-nav {
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .slider-prev {
    right: -20px;
  }

  .slider-next {
    left: -20px;
  }

  /* News Section Responsive */
  .news-content-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .news-special,
  .news-slider {
    position: static;
    height: auto;
  }

  .news-special-image {
    height: 650px;
  }

  .news-main-card {
    height: auto;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    overflow: visible;
    margin-top: 12rem;
  }

  .news-main-image {
    flex: 0 0 auto;
    height: 250px;
    min-height: 250px;
    max-height: 300px;
    width: 100%;
    position: relative;
    overflow: visible;
    background: #f0f0f0;
  }

  .news-main-image img {
    width: 100%;
    height: 100%;
    min-height: 250px;
    max-height: 300px;
    object-fit: cover;
    object-position: center;
    display: block;
  }

  .news-main-overlay {
    position: relative;
    flex: 1 1 auto;
    background: white;
    padding: 20px;
    border-top: 3px solid #1d322d;
    min-height: auto;
  }

  .news-header-images {
    flex-direction: column;
    gap: 10px;
  }

  .news-view-all-btn {
    position: static;
    margin-bottom: 15px;
  }

  .news-main-title {
    font-size: 20px;
  }

  .news-subtitle {
    font-size: 13px;
  }
}

@media (max-width: 1024px) {
  .news-content-layout {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .news-special {
    grid-column: 1 / -1;
  }

  .news-main {
    grid-column: 1;
  }

  .news-slider {
    grid-column: 2;
  }
}
