/* Reset */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #f8f9fa;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.main-content {
  padding-top: 71px;
}

/* Navbar */
.navbar {
  background-color: #1a1a2e;
  padding: .2rem 2rem;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}

.navbar.scrolled {
  background-color: #14142b;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.35);
}

.brand-logo {
  height: 55px;
  width: auto;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.navbar .nav-link {
  color: #eaeaea;
  font-weight: 500;
  margin: 0 1rem;
  position: relative;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.navbar .nav-link:hover {
  background-color: rgba(212, 175, 55, 0.1);
  color: #d4af37;
  text-shadow: 0 0 6px #f9d976;
}

.navbar .nav-link.active {
  color: #d4af37 !important;
  font-weight: 600;
}

/* Hero */
.hero-slider {
  overflow: hidden;
  height: 85vh;
}

.hero-slider .carousel,
.hero-slider .carousel-inner,
.hero-slider .carousel-item {
  height: 100%;
}

.hero-image-wrapper {
  position: relative;
  height: 100%;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3));
}

.custom-caption {
  bottom: 50%;
  left: 8%;
  z-index: 2;
}

.hero-heading {
  font-size: 3.2rem;
  font-weight: 700;
  color: #f8d024;
}

.hero-subheading {
  font-size: 1.25rem;
  color: #ffffffcc;
}

/* Sections */
.section-light {
  background-color: #f9f9fb;
}

.section-dark {
  background: #1a1a2e;
  padding: 5rem 2rem;
}

.about-section {
  padding: 5rem 0;
  background-color: #f9f9fb;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a2e;
}

.section-description {
  font-size: 1.1rem;
  color: #555;
}

/* Cards */
.card img {
  height: 250px;
  object-fit: cover;
}

.card-title {
  font-weight: 600;
  color: #1a1a2e;
}

.card-text {
  color: #444;
}

/* Product Cards */
.product-card {
  position: relative;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  width: 280px;
  height: 350px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

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

.product-card img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  flex-shrink: 0;
  background: #f8f9fa;
}

.product-info {
  text-align: center;
  padding: 1rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-info h5 {
  font-size: 0.95rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-info p {
  margin-bottom: 0;
  font-size: 0.85rem;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 20, 43, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.4s ease;
}

.product-card:hover .overlay {
  opacity: 1;
}

/* Buttons */
.btn-golden {
  background-color: #d4af37;
  color: #fff;
  border-radius: 6px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border: none;
}

.btn-golden:hover {
  background-color: #c59d2f;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-category {
  border: 2px solid #d4af37;
  background: transparent;
  color: #d4af37;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.6rem 1.4rem;
  transition: all 0.3s ease;
}

.btn-category:hover,
.btn-category.active {
  background-color: #d4af37;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);
}

/* Footer */
.footer {
  font-family: 'Poppins', sans-serif;
  background-color: #1a1a2e;
  border-top: 2px solid rgba(212, 175, 55, 0.15);
}

.footer-logo {
  height: 60px;
  width: auto;
  filter: brightness(0.95);
  transition: filter 0.3s ease;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  color: #f8d024;
  margin-bottom: 1rem;
}

.footer-tagline {
  color: #bdbdbd;
  line-height: 1.6;
  max-width: 260px;
}

.footer-link {
  color: #ddd;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
  position: relative;
  transition: color 0.3s;
  font-weight: 400;
}

.footer-link:hover {
  color: #f8d024;
}

.social-icon {
  color: #ffffff;
  font-size: 1.25rem;
  transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
  color: #f8d024;
  transform: scale(1.1);
}

.text-golden {
  color: #f8d024;
}

.text-light-50 {
  color: rgba(255, 255, 255, 0.7);
}

/* Form Styles */
.custom-input {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.custom-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.custom-input:focus {
  border-color: #d4af37;
  box-shadow: 0 0 0 0.2rem rgba(212, 175, 55, 0.25);
  outline: none;
  background-color: rgba(255, 255, 255, 0.05);
}

/* Info Cards */
.info-card {
  background-color: #fff;
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.info-card i {
  font-size: 2rem;
  color: #d4af37;
}

/* Animation Styles */
.animate-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.animate-hover:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.fade-in {
  opacity: 0;
  animation: fadeIn 0.8s ease-in-out forwards;
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  animation: zoomIn 0.8s ease-out forwards;
}

.slide-left {
  opacity: 0;
  transform: translateX(-50px);
  animation: slideLeft 0.8s ease-out forwards;
}

.slide-right {
  opacity: 0;
  transform: translateX(50px);
  animation: slideRight 0.8s ease-out forwards;
}

.slide-up {
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.8s ease-out forwards;
}

/* Keyframe Animations */
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes zoomIn {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideRight {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Page transition */
body {
  transition: opacity 0.5s ease-in-out;
}

/* Enhanced hover effects */
.card, .product-card, .info-card {
  transition: all 0.3s ease;
}

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

/* Button animations */
.btn {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.btn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn:hover::before {
  width: 300px;
  height: 300px;
}

/* Stagger animation delays */
.stagger-1 { animation-delay: 0.1s; }
.stagger-2 { animation-delay: 0.2s; }
.stagger-3 { animation-delay: 0.3s; }
.stagger-4 { animation-delay: 0.4s; }
.stagger-5 { animation-delay: 0.5s; }
.stagger-6 { animation-delay: 0.6s; }

/* Tab System */
.nav-pills .nav-link {
  border: 2px solid #d4af37;
  background: transparent;
  color: #d4af37;
  font-weight: 600;
  border-radius: 50px;
  padding: 0.6rem 1.4rem;
  margin: 0 0.3rem;
  transition: all 0.3s ease;
}

.nav-pills .nav-link:hover,
.nav-pills .nav-link.active {
  background-color: #d4af37;
  color: #fff;
  border-color: #d4af37;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(212, 175, 55, 0.4);
}

.tab-content {
  min-height: 400px;
}

.tab-pane {
  animation: fadeIn 0.5s ease-in-out;
}

/* Responsive */
@media (max-width: 768px) {
  .hero-heading {
    font-size: 2rem;
  }
  .hero-subheading {
    font-size: 1rem;
  }
  .custom-caption {
    bottom: 12%;
    left: 5%;
    right: 5%;
  }
  .section-title {
    font-size: 1.8rem;
  }
  .navbar {
    padding: 1rem;
  }
  .brand-logo {
    height: 48px;
  }
  
  /* Reduce animation intensity on mobile */
  .animate-hover:hover {
    transform: scale(1.02);
  }
  
  .card:hover, .product-card:hover, .info-card:hover {
    transform: translateY(-2px);
  }
}