

/* Hero Section */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-slide {
  min-height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.slide-1 {
  background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.slide-2 {
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.slide-3 {
  background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.hero-content {
  padding: 40px 0;
}

.hero-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 1.2;
}

.hero-description {
  font-size: 1.2rem;
  color: var(--text-color);
  margin-bottom: 35px;
  line-height: 1.7;
}

.hero-buttons {
  margin-bottom: 40px;
}

.hero-stats {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
}

.stat-item strong {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.stat-item span {
  font-size: 0.9rem;
  color: var(--text-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hero-image {
  text-align: center;
  position: relative;
}

.hero-image::before {
  content: '';
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background: var(--accent-color);
  border-radius: 20px;
  opacity: 0.1;
  z-index: -1;
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
  width: 60px;
  height: 60px;
  background-color: rgb(3 59 95);
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}

.carousel-control-prev {
  left: 20px;
}

.carousel-control-next {
  right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  background-color: var(--primary-color);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 24px;
  height: 24px;
}

.carousel-indicators {
  bottom: 30px;
}

.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: var(--primary-color);
  opacity: 0.5;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: var(--accent-color);
}

/* Services Overview Section */
.services-overview {
  background-color: var(--secondary-color);
}

.services-overview .service-card {
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.services-overview .service-card:hover {
  border-color: #02426a;
  background-color: #f8fafc;
}

.services-overview .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--primary-color), #3b82f6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
}

/* Featured Products Section */
.featured-products .product-card {
  height: 100%;
  transition: all 0.3s ease;
}

.featured-products .product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.featured-products .product-card .card-img-top {
  height: 200px;
  object-fit: cover;
  border-bottom: 3px solid var(--accent-color);
}

.featured-products .product-card .card-body {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 200px);
}

.featured-products .product-card .card-title {
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px;
  font-size: 0.95rem;
}

.featured-products .product-card .price {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-color);
  margin-bottom: 5px;
}

.featured-products .product-card .min-order {
  font-size: 0.8rem;
  color: #6b7280;
  margin-bottom: 15px;
}

.featured-products .btn-get-product {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
}

/* Why Choose Us Section */
.why-choose-us {
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
}

.feature-item {
  padding: 30px 20px;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  height: 100%;
  transition: all 0.3s ease;
}

.feature-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--accent-color), #fb923c);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
}

.feature-item h5 {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
}

.feature-item p {
  color: var(--text-color);
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* Statistics Section */
.statistics-section {
  background: linear-gradient(135deg, var(--primary-color), #1e40af);
  position: relative;
  overflow: hidden;
}

.statistics-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="50" cy="50" r="2" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  animation: grain 20s linear infinite;
}

@keyframes grain {
  0%, 100% { transform: translate(0, 0); }
  10% { transform: translate(-5%, -5%); }
  20% { transform: translate(-10%, 5%); }
  30% { transform: translate(5%, -10%); }
  40% { transform: translate(-5%, 15%); }
  50% { transform: translate(-10%, 5%); }
  60% { transform: translate(15%, 0); }
  70% { transform: translate(0, 10%); }
  80% { transform: translate(-15%, 0); }
  90% { transform: translate(10%, 5%); }
}

.statistics-section .stat-item {
  position: relative;
  z-index: 2;
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #ffffff, var(--accent-color));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.statistics-section p {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  opacity: 0.9;
}

/* Call to Action Section */
.cta-section {
  background: linear-gradient(135deg, #fef3c7 0%, #fed7aa 100%);
}

.cta-content {
  max-width: 800px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.cta-content .lead {
  font-size: 1.2rem;
  color: var(--text-color);
  margin-bottom: 35px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive Design */
@media (max-width: 992px) {
  .hero-title {
    font-size: 2.8rem;
  }
  
  .hero-stats {
    justify-content: center;
    gap: 30px;
  }
  
  .stat-number {
    font-size: 2.8rem;
  }
}

@media (max-width: 768px) {
  .hero-slide {
    min-height: 70vh;
  }
  
  .hero-title {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  
  .hero-description {
    font-size: 1.1rem;
    margin-bottom: 25px;
  }
  
  .hero-buttons {
    margin-bottom: 30px;
  }
  
  .hero-buttons .btn {
    margin-bottom: 10px;
    width: 100%;
  }
  
  .hero-stats {
    gap: 20px;
  }
  
  .stat-item strong {
    font-size: 1.5rem;
  }
  
  .stat-item span {
    font-size: 0.8rem;
  }
  
  .carousel-control-prev,
  .carousel-control-next {
    width: 50px;
    height: 50px;
  }
  
  .carousel-control-prev {
    left: 10px;
  }
  
  .carousel-control-next {
    right: 10px;
  }
  
  .feature-item {
    padding: 25px 15px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
  
  .cta-content h2 {
    font-size: 2rem;
  }
  
  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
  
  .cta-buttons .btn {
    width: 100%;
    max-width: 300px;
  }
}

@media (max-width: 576px) {
  .hero-title {
    font-size: 1.8rem;
  }
  
  .hero-description {
    font-size: 1rem;
  }
  
  .services-overview .icon {
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
  }
  
  .featured-products .product-card .card-img-top {
    height: 150px;
  }
  
  .stat-number {
    font-size: 2rem;
  }
  
  .whatsapp-float-btn {
    bottom: 15px;
    right: 15px;
  }
  
  .whatsapp-float-btn a {
    width: 50px;
    height: 50px;
    padding: 0;
  }
  
  .whatsapp-float-btn .fa-2x {
    font-size: 1.5em;
  }
}
.quick-contact-card.text-center {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    height: 180px;
    font-size: 20px;
}
.quick-contact-card.text-center h6 {
    color: #023b5f;
}
section.page-title.bg-primary.text-white.py-5 {
    background: linear-gradient(135deg, #023555 0%, #034f7f 100%);
}
.product-badge a {
    color: #fff;
    text-decoration: none;
}