/*
 * Shred Maxx - Industrial Shredder Manufacturer in India
 * High-End Custom Design System & Monochrome Theme (Aligning with Black Logo)
 */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap');

:root {
  --primary: #000000;
  /* Pure Black */
  --primary-rgb: 0, 0, 0;
  --accent: #18181B;
  /* Carbon Black Zinc 900 */
  --accent-hover: #000000;
  /* Pure Black */
  --accent-rgb: 24, 24, 27;
  --success: #3F3F46;
  /* Deep Slate Zinc 700 */
  --success-rgb: 63, 63, 70;
  --secondary: #52525B;
  /* Zinc 600 */
  --bg-light: #F9FAFB;
  /* Crisp Warm White Zinc 50 */
  --card-bg: #FFFFFF;
  --border-color: #E4E4E7;
  /* Zinc 200 */
  --text-main: #09090B;
  /* Dark Zinc 950 */
  --text-muted: #71717A;
  /* Muted Zinc 500 */

  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Inter', sans-serif;

  --transition-smooth: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-fast: all 0.2s ease-out;

  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px -2px rgba(0, 0, 0, 0.01);
  --shadow-md: 0 10px 15px -3px rgba(0, 0, 0, 0.03), 0 4px 6px -2px rgba(0, 0, 0, 0.01);
  --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
  --shadow-premium: 0 30px 60px -15px rgba(0, 0, 0, 0.06), 0 0 1px 1px rgba(0, 0, 0, 0.02);
}

/* Global Reset & Typography */
body {
  font-family: var(--font-body);
  color: var(--text-main);
  background-color: var(--bg-light);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  color: var(--primary);
  font-weight: 800;
  letter-spacing: -0.03em;
}

p {
  line-height: 1.7;
  color: var(--text-muted);
}

/* Navigation Style */
.navbar-custom {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  padding: 1.2rem 0;
  transition: var(--transition-smooth);
}

.navbar-custom.scrolled {
  padding: 0.7rem 0;
  box-shadow: var(--shadow-md);
  background: rgba(255, 255, 255, 0.95);
}

.navbar-brand-custom {
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.45rem;
  letter-spacing: -0.5px;
  color: var(--primary) !important;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

/* Custom SVG Brand Icon alignment to look like their logo */
.brand-icon-svg {
  transition: var(--transition-smooth);
}

.navbar-brand-custom:hover .brand-icon-svg {
  transform: rotate(30deg);
}

.nav-link-custom {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--secondary) !important;
  padding: 0.5rem 1rem !important;
  position: relative;
  transition: var(--transition-fast);
}

.nav-link-custom:hover,
.nav-link-custom.active {
  color: var(--primary) !important;
}

.nav-link-custom::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: var(--primary);
  transition: var(--transition-smooth);
  transform: translateX(-50%);
}

.nav-link-custom:hover::after,
.nav-link-custom.active::after {
  width: 60%;
}

/* Buttons - Ultra Premium High Contrast */
.btn-premium {
  font-family: var(--font-heading);
  font-weight: 700;
  padding: 0.8rem 1.8rem;
  border-radius: 4px;
  /* Crisp mechanical angles */
  transition: var(--transition-smooth);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.btn-premium-primary {
  background-color: var(--primary);
  color: #ffffff !important;
  border: 1px solid var(--primary);
}

.btn-premium-primary:hover {
  background-color: #27272A;
  border-color: #27272A;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.25);
}

.btn-premium-accent {
  background-color: var(--primary);
  color: #ffffff !important;
  border: 1px solid var(--primary);
}

.btn-premium-accent:hover {
  background-color: #18181B;
  border-color: #18181B;
  transform: translateY(-2px);
  box-shadow: 0 12px 20px -10px rgba(0, 0, 0, 0.25);
}

.btn-premium-secondary {
  background-color: transparent;
  color: var(--primary) !important;
  border: 2px solid var(--primary);
}

.btn-premium-secondary:hover {
  background-color: var(--primary);
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* =========================
   PREMIUM HERO SECTION
========================= */

.hero-section {
  position: relative;
  padding: 7rem 0 6rem;
  overflow: hidden;
  background:
    linear-gradient(rgba(5, 5, 8, 0.88), rgba(5, 5, 8, 0.92)),
    url('../images/banner-bg.webp') center center/cover no-repeat;
  color: #fff;
  isolation: isolate;
}

/* Optional animated overlay */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right,
      rgba(255, 255, 255, 0.06),
      transparent 30%),
    radial-gradient(circle at bottom left,
      rgba(255, 255, 255, 0.04),
      transparent 35%);
  z-index: -1;
}

/* Grid Texture */
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(circle at center, black, transparent 85%);
  -webkit-mask-image: radial-gradient(circle at center, black, transparent 85%);
  opacity: .7;
}

/* Premium Glow Effects */
.hero-glow-1,
.hero-glow-2 {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-glow-1 {
  top: -10%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: rgba(255, 255, 255, 0.08);
}

.hero-glow-2 {
  bottom: -15%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.04);
}

/* Badge */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0.75rem 1.4rem;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(14px);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: 50px;
  margin-bottom: 2rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

/* Heading */
.hero-title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero-title span {
  display: block;
  color: #d4d4d8;
  position: relative;
  font-style: italic;
}

/* Gradient text effect */
.hero-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 180px;
  height: 10px;
  background: linear-gradient(90deg, #ffffff, #71717a);
  opacity: 0.25;
  border-radius: 50px;
}

/* Description */
.hero-desc {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #b4b4bc;
  max-width: 650px;
  margin-bottom: 2.8rem;
}

/* Buttons */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.btn-premium {
  padding: 1rem 1.8rem !important;
  border-radius: 3px;
  font-weight: 700;
  transition: 0.4s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  letter-spacing: .02em;
}

.btn-hero-primary {
  background: #fff;
  color: #000 !important;
  border: 1px solid #fff;
  box-shadow: 0 20px 40px rgba(255, 255, 255, 0.12);
}

.btn-hero-primary:hover {
  transform: translateY(-5px);
  box-shadow: 0 30px 50px rgba(255, 255, 255, 0.18);
  color: #fff !important;
  background-color: #09090B;
}

.btn-hero-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff !important;
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
}

.btn-hero-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
  border-color: #fff;
  transform: translateY(-5px);
}

/* IMAGE SIDE */
.hero-image-container {
  position: relative;
  z-index: 5;
}

.hero-image-wrapper {
  position: relative;
  padding: 1rem;
  border-radius: 30px;
  background:
    linear-gradient(145deg,
      rgba(255, 255, 255, 0.08),
      rgba(255, 255, 255, 0.02));
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 40px 80px rgba(0, 0, 0, 0.7),
    inset 0 1px 1px rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hero-image-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg,
      transparent,
      rgba(255, 255, 255, 0.08),
      transparent);
  transform: translateX(-100%);
  transition: 1s;
}

.hero-image-wrapper:hover::before {
  transform: translateX(100%);
}

.hero-image-wrapper img {
  border-radius: 20px;
  width: 100%;
  transition: 0.5s ease;
}

.hero-image-wrapper:hover img {
  transform: scale(1.03);
}

/* Floating Badges */
.floating-badge {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  background: rgba(12, 12, 14, 0.8);
  backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.5);
  z-index: 20;
  transition: 0.4s ease;
}

.floating-badge:hover {
  transform: translateY(-8px);
}

.floating-badge-1 {
  left: 25px;
  bottom: 40px;
}

.floating-badge-2 {
  right: 25px;
  top: 40px;
}

.floating-badge-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffffff, #9ca3af);
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.floating-badge-icon.eco {
  background: linear-gradient(135deg, #22c55e, #15803d);
  color: #fff;
}

.floating-badge-text span {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 800;
  color: #fff;
}

.floating-badge-text p {
  margin: 0;
  color: #b4b4bc;
  font-size: 0.75rem;
}

/* Responsive */
@media(max-width:991px) {

  .hero-section {
    text-align: center;
    padding: 6rem 0 4rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image-container {
    margin-top: 3rem;
  }

  .floating-badge-1 {
    left: 0;
  }

  .floating-badge-2 {
    right: 0;
  }
}

@media(max-width:767px) {

  .hero-title {
    font-size: 2.8rem;
  }

  .hero-desc {
    font-size: 1rem;
  }

  .floating-badge {
    position: relative;
    margin-top: 1rem;
  }

  .floating-badge-1,
  .floating-badge-2 {
    inset: auto;
  }
}

/* Sections Global */
.section-padding {
  padding: 70px 0;
}

.bg-white-card {
  background-color: #ffffff;
}

.section-tag {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary);
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 0.25rem;
}

.section-tag.eco {
  border-bottom-color: #52525B;
}

.section-title {
  font-size: 44px;
  font-weight: 850;
  line-height: 1.15;
  margin-bottom: 1.5rem;
  letter-spacing: -0.04em;
}

.section-desc {
  max-width: 700px;
  margin: 0 auto 3.5rem auto;
  font-size: 1.05rem;
  line-height: 1.8;
}

/* Material Processing Grid */
.material-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 2.25rem;
  transition: var(--transition-smooth);
  height: 100%;

}


.material-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.material-card:hover::before {
  transform: scaleX(1);
}

.material-icon {
  width: 50px;
  height: 50px;
  background-color: var(--bg-light);
  color: var(--primary);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 10px;
  border: 1px solid var(--border-color);
  transition: var(--transition-smooth);
}

.material-card:hover .material-icon {
  background-color: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
  transform: scale(1.05) rotate(10deg);
}

.material-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.material-card p {
  margin: 0;
  font-size: 0.9rem;
}

/* Products Section */
.product-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  overflow: hidden;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-premium);
  border-color: var(--primary);
}

.product-img-wrapper {
  position: relative;
  background-color: var(--bg-light);
  overflow: hidden;
  padding-top: 60%;
  border-bottom: 1px solid var(--border-color);
}

.product-img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-smooth);
}

.product-card:hover .product-img-wrapper img {
  transform: scale(1.04);
}

.product-badge {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background-color: var(--primary);
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.4rem 0.9rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.product-body {
  padding: 2.5rem;
  /* display: flex; */
  flex-direction: column;
  flex-grow: 1;
}

.product-title {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.product-desc {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1.75rem;
  flex-grow: 1;
}

.product-features-title {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: var(--primary);
  margin-bottom: 0.85rem;
}

.product-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem 0;
}

.product-features li {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.product-features li i {
  color: var(--primary);
  font-size: 0.9rem;
}

.product-footer {
  border-top: 1px solid var(--border-color);
  padding: 1.5rem 2.5rem;
  background-color: var(--bg-light);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-footer-link {
  color: var(--primary);
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  text-transform: uppercase;
  transition: var(--transition-fast);
}

.product-footer-link:hover {
  color: var(--secondary);
}

/* Why Choose Us Section */
.why-card {
  background: var(--card-bg);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 2.5rem;
  transition: var(--transition-smooth);
  height: 100%;
}

.why-card:hover {
  background: #ffffff;
  transform: translateY(-5px);
  box-shadow: var(--shadow-lg);
  border-color: var(--primary);
}

.why-icon-box {
  width: 44px;
  height: 44px;
  background-color: var(--bg-light);
  color: var(--primary);
  border: 1px solid var(--border-color);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 1.5rem;
  transition: var(--transition-smooth);
}

.why-card:hover .why-icon-box {
  background-color: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.why-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}

.why-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Configurator & Interactive Material Matcher */
.configurator-card {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid var(--border-color);
  box-shadow: var(--shadow-premium);
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
}

.configurator-card::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.02) 0%, transparent 70%);
  pointer-events: none;
}

.material-selector-btn {
  background: var(--bg-light);
  border: 1px solid var(--border-color);
  padding: 1.1rem 1.4rem;
  border-radius: 2px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  cursor: pointer;
  transition: var(--transition-smooth);
  width: 100%;
}

.material-selector-btn:hover,
.material-selector-btn.active {
  background-color: var(--primary);
  border-color: var(--primary);
  color: #ffffff;
  transform: translateY(-2px);
}

.material-selector-btn i {
  font-size: 1.15rem;
  transition: var(--transition-smooth);
}

.material-selector-btn.active i {
  color: #ffffff !important;
  transform: scale(1.15);
}

.recommendation-result {
  background-color: var(--bg-light);
  border-radius: 2px;
  border: 1px solid var(--border-color);
  padding: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: var(--transition-smooth);
}

.recommendation-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.recommendation-badge {
  background-color: var(--primary);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.4rem 0.9rem;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.spec-list {
  list-style: none;
  padding: 0;
  margin: 1.75rem 0 2.25rem 0;
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

.spec-list li:last-child {
  border-bottom: none;
}

.spec-label {
  color: var(--text-muted);
  font-weight: 500;
}

.spec-value {
  font-weight: 700;
  color: var(--primary);
}

/* Blade Animation Area */
.blade-animation-box {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 auto 1.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rotating-cog {
  width: 80px;
  height: 80px;
  position: absolute;
  color: var(--primary);
  opacity: 0.15;
  animation: rotateGear 12s linear infinite;
}

.rotating-cog-2 {
  width: 60px;
  height: 60px;
  position: absolute;
  color: var(--primary);
  opacity: 0.25;
  animation: rotateGearRev 8s linear infinite;
}

/* Contact Area */
.contact-info-card {
  background: var(--primary);
  color: #ffffff;
  border-radius: 4px;
  padding: 3.5rem;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow-premium);
}

.contact-info-card::after {
  content: '';
  position: absolute;
  bottom: -20%;
  right: -20%;
  width: 250px;
  height: 250px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
  pointer-events: none;
}

.contact-info-card h3 {
  color: #ffffff;
  font-size: 1.85rem;
  font-weight: 850;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.contact-info-list {
  list-style: none;
  padding: 0;
  margin: 2.5rem 0;
}

.contact-info-list li {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  margin-bottom: 1.75rem;
}

.contact-icon {
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #ffffff;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: var(--transition-smooth);
}

.contact-info-list li:hover .contact-icon {
  background: #ffffff;
  color: var(--primary);
  transform: scale(1.05);
}

.contact-text span {
  color: #ffffff;
  margin: 0 0 0.35rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.contact-text p {
  color: rgba(255, 255, 255, 0.65);
  margin: 0;
  font-size: 0.9rem;
}

.contact-form-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  padding: 3.5rem;
  box-shadow: var(--shadow-lg);
}

.form-control-premium {
  background-color: var(--bg-light);
  border: 1px solid var(--border-color);
  padding: 0.9rem 1.1rem;
  border-radius: 2px;
  font-size: 0.95rem;
  color: var(--text-main);
  transition: var(--transition-smooth);
}

.form-control-premium:focus {
  background-color: #ffffff;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.05);
  outline: none;
}

/* Footer Section */
.footer-section {
  background-color: #000000;
  color: rgba(255, 255, 255, 0.6);
  padding: 6rem 0 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-section .head {
  color: #ffffff;
  margin-bottom: 1.75rem;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;

}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 15px;
}

.footer-links li {
  margin-bottom: 0.85rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: var(--transition-fast);
  font-size: 0.9rem;
}

.footer-links a:hover {
  color: #ffffff;
  padding-left: 4px;
}

.footer-bottom {
  margin-top: 5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.85rem;
}

/* Scroll Top Button & Quick Chat */
.quick-inquiry-float {
  position: fixed;
  bottom: 2rem;
  left: 2rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.btn-float {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: var(--shadow-lg);
  transition: var(--transition-smooth);
  cursor: pointer;
  border: none;
}

.btn-float-whatsapp {
  background-color: #25D366;
}

.btn-float-whatsapp:hover {
  background-color: #128C7E;
  transform: scale(1.1) rotate(10deg);
}

.btn-float-quote {
  background-color: var(--primary);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn-float-quote:hover {
  background-color: #27272A;
  transform: scale(1.1) rotate(-10deg);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes slideUp2 {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

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

@keyframes slideUp3 {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

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

@keyframes floatImage {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes rotateGear {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateGearRev {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
  .hero-section {
    padding: 8rem 0 5rem 0;
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image-container {
    margin-top: 4rem;
  }

  .floating-badge {
    position: absolute;
    transform: scale(0.9);
  }

  .floating-badge-1 {
    left: -2%;
    bottom: -5%;
  }

  .floating-badge-2 {
    right: -2%;
    top: -5%;
  }

  .configurator-card {
    padding: 2rem 1.5rem;
  }

  .contact-info-card,
  .contact-form-card {
    padding: 2.5rem 1.5rem;
  }
}

@media (max-width: 575.98px) {
  .floating-badge {
    display: none;
  }

  .section-padding {
    padding: 4.5rem 0;
  }
}

.bottom-10 {
  bottom: -70px;
  right: 0px;
}

.bio-btn-wrapper {
  position: fixed;
  left: 24px;
  top: 60%;
  transform: translateY(-50%);
  z-index: 999
}

.bio-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #000000;
  color: #fff;
  padding: 13px 15px 13px 24px;
  border-radius: 0 0 15px 15px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #fff;
  transform: rotate(-90deg);
  transform-origin: left center
}

.bio-btn .icon {
  width: 44px;
  height: 44px;
  background: #d5060c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  transition: all 0.3s ease
}

.bio-btn:hover {
  background: #0a0a0a
}

.bio-btn:hover .icon {
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgb(255 255 255 / .4)
}

#myModal .form-group.has-feedback {
  margin-bottom: 7px
}

#chatBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  z-index: 9999
}

#myModal .modal-content {
  border-radius: 0;
  border: 1px solid #e2e8f0;
  box-shadow: 0 15px 30px rgb(0 0 0 / .08)
}

#myModal .modal-header {
  background: #fff;
  padding: 20px 30px;
  border-bottom: 2px solid var(--accent)
}

#myModal .modal-title {
  color: var(--primary-dark);
  font-family: 'Outfit', sans-serif;
  font-size: 24px;
  font-weight: 700
}

#myModal .btn-close {
  background: red;
  padding: 7px 12px 16px 12px;
  border-radius: 0;
  opacity: 1;
  color: #fff;
  font-weight: 800
}

#myModal .modal-body {
  padding: 30px
}

#myModal .form-control {
  border-radius: 0 !important;
  padding: 15px 20px !important;
  border: 1px solid #e2e8f0 !important;
  background: #f8fafc !important;
  font-size: 15px;
  color: var(--primary-dark);
  transition: all 0.3s ease
}

#myModal .form-control:focus {
  background: #fff !important;
  border-color: var(--accent) !important;
  box-shadow: 0 5px 15px rgb(255 92 0 / .05) !important;
  outline: none
}

#myModal .Submit-box {
  background: var(--accent);
  color: #fff;
  border: none;
  padding: 15px 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 0;
  width: 100%
}

#myModal .Submit-box:hover {
  background: var(--accent);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgb(0 51 102 / .1)
}

#myModal #captchaImg {
  background: #edf2f7 !important;
  border: 1px dashed #cbd5e1 !important;
  text-align: center;
  font-weight: 700;
  color: var(--primary-dark);
  height: 52px;
  line-height: 52px
}

#myModal a img {
  background: #f1f5f9;
  padding: 10px;
  transition: 0.3s;
  width: 54px;
  height: 54px
}

#myModal a img:hover {
  background: #e2e8f0
}

#myModal .modal-footer {
  padding: 15px 30px;
  border-top: 1px solid #eee;
  background: #fafafa
}

#myModal .moClose {
  border-radius: 0;
  padding: 10px 24px;
  background: #eee;
  border: none;
  font-weight: 600;
  color: var(--agile-blue);
  transition: 0.3s
}

#myModal .moClose:hover {
  background: var(--accent);
  color: #fff
}

@media (max-width:1024px) {
  .nav-link-custom::after {
    display: none;
  }
}

@media (max-width:768px) {
  .hero-title {
    font-size: 40px;
  }

  .floating-badge-2 {
    right: 0;
    top: 0;
  }

  .floating-badge-1 {
    left: 0%;
    bottom: 0%;
  }
}

@media (max-width:576px) {
  .bio-btn {
    padding: 10px 10px 10px 15px
  }

  .bio-btn-wrapper {
    position: fixed;
    left: 22px;
    top: 58%
  }

  .g-5,
  .gy-5 {
    --bs-gutter-x: 0
  }

  .section-title {
    font-size: 38px;
  }

  .hero-image-container {
    margin-top: 0rem;
  }
}


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

@media (max-width:425px) {
  .section-title {
    font-size: 32px;
  }

  .hero-section {
    padding: 50px 0
  }
}

@media (max-width:320px) {

  .section-title {
    font-size: 28px;
  }

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

/* =========================
   SMALL BREADCRUMB
========================= */

.mini-breadcrumb{
    padding:120px 0 40px;
    background:#f8fafc;
    border-bottom:1px solid #e5e7eb;
}

.mini-breadcrumb-wrap{
    text-align:center;
}

.mini-breadcrumb h1{
    font-size:2.5rem;
    font-weight:800;
    color:#111827;
    margin-bottom:10px;
    letter-spacing:-0.04em;
}

.breadcrumb-links{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:10px;
    font-size:.95rem;
}

.breadcrumb-links a{
    color:#111827;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.breadcrumb-links a:hover{
    color:#6b7280;
}

.breadcrumb-links span,
.breadcrumb-links p{
    color:#9ca3af;
    margin:0;
}

/* =========================
   SIMPLE 404 SECTION
========================= */

.simple-error-section{
    padding:80px 0 120px;
    background:#f8fafc;
}

.simple-error-card{
    max-width:700px;
    margin:auto;
    background:#fff;
    border-radius:30px;
    padding:70px 50px;
    box-shadow:
    0 20px 50px rgba(0,0,0,.06);
    border:1px solid #eef2f7;
    position:relative;
    overflow:hidden;
}

/* Top Gradient Border */
.simple-error-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(
    90deg,
    #111827,
    #6b7280,
    #111827);
}

/* 404 */
.error-number{
    font-size:7rem;
    line-height:1;
    font-weight:900;
    color:#111827;
    margin-bottom:20px;
    letter-spacing:-0.08em;
}

.error-number span{
    color:#9ca3af;
    font-style:italic;
}

/* Title */
.simple-error-card h2{
    font-size:2.2rem;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
}

/* Text */
.simple-error-card p{
    font-size:1.05rem;
    color:#6b7280;
    line-height:1.9;
    margin-bottom:35px;
}

/* Button */
.error-home-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:15px 34px;
    border-radius:60px;
    background:#111827;
    color:#fff;
    text-decoration:none;
    font-weight:700;
    transition:.4s ease;
}

.error-home-btn:hover{
    transform:translateY(-5px);
    background:#000;
    color:#fff;
    box-shadow:0 20px 40px rgba(17,24,39,.15);
}

.thankyou-section{
    padding:90px 0 120px;
    background:
    linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.thankyou-card{
    max-width:760px;
    margin:auto;
    background:#fff;
    border-radius:32px;
    padding:70px 55px;
    position:relative;
    overflow:hidden;
    border:1px solid #eef2f7;
    box-shadow:
    0 20px 60px rgba(0,0,0,.06);
}

/* Top Gradient Line */
.thankyou-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:5px;
    background:linear-gradient(
    90deg,
    #16a34a,
    #22c55e,
    #16a34a);
}

/* Icon */
.thankyou-icon{
    width:120px;
    height:120px;
    margin:auto auto 30px;
    border-radius:30px;
    background:#f0fdf4;
    display:flex;
    align-items:center;
    justify-content:center;
}

/* Title */
.thankyou-card h2{
    font-size:3rem;
    font-weight:800;
    color:#111827;
    margin-bottom:18px;
    letter-spacing:-0.05em;
}

/* Text */
.thankyou-card p{
    font-size:1.08rem;
    line-height:2;
    color:#6b7280;
    max-width:620px;
    margin:auto auto 40px;
}

/* Buttons */
.thankyou-buttons{
    display:flex;
    justify-content:center;
    gap:18px;
    flex-wrap:wrap;
}

.thankyou-btn{
    padding:15px 34px;
    border-radius:60px;
    text-decoration:none;
    font-weight:700;
    transition:.4s ease;
    display:inline-flex;
    align-items:center;
    justify-content:center;
}

/* Primary */
.primary-btn{
    background:#111827;
    color:#fff;
}

.primary-btn:hover{
    background:#000;
    color:#fff;
    transform:translateY(-5px);
    box-shadow:0 20px 40px rgba(17,24,39,.15);
}

/* Secondary */
.secondary-btn{
    border:1px solid #d1d5db;
    color:#111827;
    background:#fff;
}

.secondary-btn:hover{
    background:#f3f4f6;
    color:#111827;
    transform:translateY(-5px);
}

/* Responsive */
@media(max-width:767px){

    .mini-breadcrumb{
        padding:100px 0 35px;
    }

    .mini-breadcrumb h1{
        font-size:2rem;
    }

    .thankyou-section{
        padding:70px 0 90px;
    }

    .thankyou-card{
        padding:50px 25px;
        border-radius:24px;
    }

    .thankyou-icon{
        width:100px;
        height:100px;
    }

    .thankyou-card h2{
        font-size:2.2rem;
    }

    .thankyou-card p{
        font-size:1rem;
        line-height:1.8;
    }

    .thankyou-buttons{
        flex-direction:column;
    }
     .mini-breadcrumb{
        padding:100px 0 35px;
    }

    .mini-breadcrumb h1{
        font-size:2rem;
    }

    .simple-error-section{
        padding:60px 0 90px;
    }

    .simple-error-card{
        padding:50px 25px;
        border-radius:22px;
    }

    .error-number{
        font-size:5rem;
    }

    .simple-error-card h2{
        font-size:1.7rem;
    }

    .simple-error-card p{
        font-size:1rem;
        line-height:1.8;
    }
}
