/* Rudra Exporter - Enterprise WordPress Migration Design System (Bootstrap 5 Enhanced) */

:root {
  --primary-blue: #0284c7;
  --dark-heading: #111827;
  --text-body: #4b5563;
  --bg-light-grey: #f8fafc;
  --border-color: #e5e7eb;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: var(--text-body);
  line-height: 1.6;
}

/* Header & Sticky Nav */
.navbar-brand-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 800;
  font-size: 1.35rem;
  color: #000000;
  text-decoration: none;
  letter-spacing: -0.02em;
}

.nav-link {
  color: #000000 !important;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 0.5rem 1rem !important;
  text-transform: capitalize;
}

/* Section Heading Typography System */
.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.section-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  color: #4b5563;
  line-height: 1.65;
  max-width: 820px;
}

/* Hero Banner Section */
.hero-section {
  position: relative;
  background: linear-gradient(rgba(15, 23, 42, 0.75), rgba(15, 23, 42, 0.75)), url('/images/hero-bg-factory.webp') center/cover no-repeat;
  color: #ffffff;
  padding: 8rem 0 7rem 0;
  text-align: center;
}

.hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin-bottom: 1rem;
}

.hero-subtitle {
  font-size: 1.15rem;
  color: #e2e8f0;
  max-width: 850px;
  margin: 0 auto 2.5rem auto;
  font-weight: 400;
}

.btn-pill-white {
  background-color: #ffffff;
  color: #000000;
  border-radius: 50px;
  padding: 0.75rem 2.25rem;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
}

.btn-pill-white:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn-pill-dark {
  background-color: #111827;
  color: #ffffff;
  border-radius: 50px;
  padding: 0.75rem 2.25rem;
  font-weight: 700;
  font-size: 0.95rem;
  border: 2px solid #ffffff;
  transition: all 0.2s ease;
}

.btn-pill-dark:hover {
  background-color: #ffffff;
  color: #111827;
}

/* About 4-Image Grid */
.about-image-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.about-image-grid img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.btn-black-square {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: #ffffff !important;
  padding: 0.95rem 2.5rem;
  border-radius: 8px;
  font-weight: 700;
  border: 1px solid #1e293b;
  font-size: 1.05rem;
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.25);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  cursor: pointer;
}

.btn-black-square:hover {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%);
  color: #ffffff !important;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 24px -6px rgba(2, 132, 199, 0.5);
  border-color: #0284c7;
}

.btn-black-square:active {
  transform: translateY(0) scale(0.98);
}

/* Outer Card Container Hover System */
.product-collection-card,
.industry-card,
.why-choose-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

/* Image inside cards - stay contained on card hover */
.product-collection-card img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.product-collection-card:hover img {
  transform: none !important;
  filter: none !important;
}

/* Outer Card Container Hover Effect - Dark Vibrant Blue Border & Deep Shadow Accent */
.product-collection-card:hover,
.industry-card:hover {
  transform: translateY(-6px);
  background-color: #ffffff;
  border-color: #0284c7 !important;
  box-shadow: 0 22px 45px -5px rgba(15, 23, 42, 0.42), 0 10px 22px -4px rgba(2, 132, 199, 0.3) !important;
}

/* Bento Grid Feature Card Styling - Clear Borders for All Cards */
.why-choose-card {
  background: #ffffff;
  border: 1.5px solid #cbd5e1;
  border-radius: 16px;
  padding: 1.85rem 1.5rem;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}

.why-choose-card:hover {
  transform: translateY(-5px);
  border-color: #0f172a;
  box-shadow: 0 16px 32px rgba(15, 23, 42, 0.12);
}

.featured-bento-card {
  border: 2px solid #0284c7 !important;
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%) !important;
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.18) !important;
}

.featured-bento-card:hover {
  transform: translateY(-5px);
  border-color: #0369a1 !important;
  box-shadow: 0 18px 36px rgba(2, 132, 199, 0.28) !important;
}

.dark-border-bento-card {
  border: 2px solid #0f172a !important;
  background: #ffffff !important;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12) !important;
}

.dark-border-bento-card:hover {
  transform: translateY(-5px);
  border-color: #0284c7 !important;
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.2) !important;
}

.product-collection-img-box {
  background: #f8fafc;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-bottom: 1px solid #f1f5f9;
  overflow: hidden;
}

.product-collection-img-box img {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
}

.link-more-collection {
  color: #111827;
  font-weight: 700;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.link-more-collection:hover {
  color: var(--primary-blue);
}

/* Industries & Feature Cards */
.industry-card {
  padding: 2rem 1.5rem;
  text-align: center;
}

.industry-card-v3 {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  padding: 2.25rem 2rem 2.25rem 2rem !important;
  box-shadow: 0 8px 30px rgba(15, 23, 42, 0.04) !important;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 225px !important;
  height: 100% !important;
  text-align: left !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

.industry-card-v3:hover {
  transform: translateY(-6px) !important;
  border-color: #0284c7 !important;
  box-shadow: 0 22px 45px -5px rgba(15, 23, 42, 0.35), 0 10px 24px -4px rgba(2, 132, 199, 0.28) !important;
}

.ind-v3-header {
  display: flex !important;
  align-items: center !important;
  gap: 1.25rem !important;
  margin-bottom: 1.25rem !important;
  z-index: 2 !important;
  position: relative !important;
  min-height: 58px !important;
}

.ind-v3-icon {
  width: 58px !important;
  height: 58px !important;
  min-width: 58px !important;
  border-radius: 50% !important;
  background-color: #ebf5ff !important;
  color: #0284c7 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.55rem !important;
  transition: all 0.3s ease !important;
}

.industry-card-v3:hover .ind-v3-icon {
  background-color: #0284c7 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 18px rgba(2, 132, 199, 0.42) !important;
}

.ind-v3-title {
  font-size: 1.2rem !important;
  font-weight: 800 !important;
  color: #0f172a !important;
  margin: 0 !important;
  line-height: 1.2 !important;
}

.ind-v3-line {
  width: 28px !important;
  height: 3px !important;
  background-color: #2563eb !important;
  border-radius: 2px !important;
  margin-top: 6px !important;
}

.ind-v3-desc {
  font-size: 0.88rem !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  z-index: 2 !important;
  position: relative !important;
  max-width: 62% !important;
  flex-grow: 1 !important;
}

.ind-card-vector {
  position: absolute !important;
  right: 0px !important;
  bottom: 0px !important;
  width: 145px !important;
  height: 120px !important;
  pointer-events: none !important;
  z-index: 1 !important;
  opacity: 0.95 !important;
  transition: transform 0.4s ease !important;
}

.industry-card-v3:hover .ind-card-vector {
  transform: scale(1.05) translate(-2px, -2px) !important;
}

.industry-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--dark-heading);
  margin-bottom: 0.5rem;
}

.why-choose-card {
  padding: 1.75rem 1.5rem;
}

.why-choose-card h4 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark-heading);
  margin-bottom: 0.5rem;
}

/* Floating WhatsApp Widget */
.whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background-color: #25d366;
  color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.2s ease;
}

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

/* Responsive adjustments */
@media (max-width: 768px) {
  .hero-title { font-size: 2.25rem; }
  .about-image-grid { grid-template-columns: 1fr 1fr; }
}

/* WordPress Style Grand Animated Hero Banner System */
.hero-banner-container {
  position: relative;
  min-height: 640px;
  padding: 8.5rem 1.5rem 8rem 1.5rem;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-bg-animated-layer {
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: -30px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  animation: heroKenBurns 28s ease-in-out infinite alternate;
  z-index: 1;
}

.hero-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.72) 0%, rgba(15, 23, 42, 0.82) 100%);
  z-index: 2;
}

@keyframes heroKenBurns {
  0% { transform: scale(1) translate(0, 0); }
  50% { transform: scale(1.09) translate(-1.5%, -1.2%); }
  100% { transform: scale(1) translate(0, 0); }
}

.hero-content-inner {
  position: relative;
  z-index: 10;
  max-width: 980px;
  margin: 0 auto;
}

.hero-main-title {
  font-size: 3.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 1.25rem;
  text-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
}

.hero-main-subtitle {
  font-size: 1.15rem;
  color: #f1f5f9;
  font-weight: 500;
  max-width: 820px;
  margin: 0 auto 2.25rem auto;
  line-height: 1.6;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.btn-wp-hero-white {
  background-color: #ffffff;
  color: #0f172a;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid #ffffff;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  transition: all 0.2s ease-in-out;
}

.btn-wp-hero-white:hover {
  background-color: #f8fafc;
  color: #0284c7;
  transform: translateY(-2px);
}

.btn-wp-hero-glass {
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8px);
  color: #ffffff;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 700;
  font-size: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.2s ease-in-out;
}

.btn-wp-hero-glass:hover {
  background-color: #ffffff;
  color: #0f172a;
  transform: translateY(-2px);
}

/* Floating Earth & Pin Animation Overlay */
.hero-globe-wrapper {
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 480px;
  height: 480px;
  z-index: 2;
  pointer-events: none;
  opacity: 0.88;
}

.floating-earth-globe {
  position: relative;
  width: 100%;
  height: 100%;
  animation: earthFloat 7s ease-in-out infinite alternate;
}

.earth-globe-svg {
  width: 100%;
  height: 100%;
  animation: earthRotate 40s linear infinite;
}

@keyframes earthFloat {
  0% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-12px) rotate(2deg); }
  100% { transform: translateY(6px) rotate(-2deg); }
}

@keyframes earthRotate {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Map Pin Marker Animations */
.pin-marker {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 5;
}

.pin-1 { top: 22%; left: 35%; animation: pinPulse 2.5s ease-in-out infinite; }
.pin-2 { top: 40%; left: 65%; animation: pinPulse 3.1s ease-in-out infinite 0.5s; }
.pin-3 { top: 68%; left: 45%; animation: pinPulse 2.8s ease-in-out infinite 1s; }

.pin-badge {
  background: #ef4444;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.5);
  margin-bottom: 2px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.pin-drop {
  width: 12px;
  height: 12px;
  background: #ef4444;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  box-shadow: 0 2px 6px rgba(0,0,0,0.3);
}

@keyframes pinPulse {
  0%, 100% { transform: scale(1) translateY(0); }
  50% { transform: scale(1.12) translateY(-4px); }
}

@media (max-width: 992px) {
  .hero-main-title { font-size: 2.4rem; }
  .hero-globe-wrapper { width: 320px; height: 320px; right: -80px; bottom: -80px; opacity: 0.5; }
}

/* ==========================================================================
   GLASSWARE RANGE CARD STYLING (Redesigned matching reference UI)
   ========================================================================== */
.glassware-range-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.04);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.glassware-range-card:hover {
  transform: translateY(-6px);
  border-color: #0284c7;
  box-shadow: 0 24px 44px -8px rgba(15, 23, 42, 0.3), 0 10px 22px -4px rgba(2, 132, 199, 0.25);
}

.glassware-range-card:hover .range-icon-circle {
  background-color: #0284c7;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.4);
}

.glassware-range-card .range-content-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  z-index: 2;
}

.glassware-range-card .range-header-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.85rem;
}

.glassware-range-card .range-icon-circle {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background-color: #eff6ff;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(2, 132, 199, 0.15);
}

.glassware-range-card .range-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  line-height: 1.2;
}

.glassware-range-card .range-desc {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.glassware-range-card .range-link-btn {
  color: #0284c7;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s ease, transform 0.2s ease;
}

.glassware-range-card .range-link-btn:hover {
  color: #0369a1;
  transform: translateX(4px);
}

.glassware-range-card .range-image-col {
  width: 135px;
  height: 145px;
  min-width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.glassware-range-card .range-image-col img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.08));
  transition: transform 0.4s ease;
}

.glassware-range-card:hover .range-image-col img {
  transform: scale(1.08);
}

@media (max-width: 767.98px) {
  .glassware-range-card {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1.25rem 1.15rem !important;
    gap: 0.85rem !important;
  }

  .glassware-range-card .range-content-col {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .glassware-range-card .range-header-row {
    margin-bottom: 0.5rem !important;
    gap: 0.65rem !important;
  }

  .glassware-range-card .range-icon-circle {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    font-size: 1.15rem !important;
  }

  .glassware-range-card .range-title {
    font-size: 1.2rem !important;
  }

  .glassware-range-card .range-desc {
    font-size: 0.82rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.5rem !important;
  }

  .glassware-range-card .range-image-col {
    width: 110px !important;
    height: 125px !important;
    min-width: 100px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0.35rem !important;
  }

  .glassware-range-card .range-image-col img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
}/* ==========================================================================
   WHY CHOOSE US SECTION STYLING (Matching Reference UI Image 2)
   ========================================================================== */
.why-choose-section-wrapper {
  background: linear-gradient(135deg, #f0f6ff 0%, #f8fafc 100%);
  position: relative;
  overflow: hidden;
}

.why-header-banner-img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.06));
}

.why-title-line {
  width: 45px;
  height: 3px;
  background-color: #0284c7;
  border-radius: 2px;
  margin-top: 8px;
  margin-bottom: 14px;
}

.why-advantage-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.why-advantage-card:hover {
  transform: translateY(-6px);
  border-color: #0284c7;
  box-shadow: 0 20px 40px -8px rgba(15, 23, 42, 0.25), 0 8px 20px -4px rgba(2, 132, 199, 0.2);
}

.why-num-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0284c7;
  letter-spacing: -0.02em;
}

.why-card-icon-circle {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 50%;
  background-color: #eff6ff;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  margin-bottom: 1.25rem;
  box-shadow: inset 0 0 0 1px rgba(2, 132, 199, 0.15);
  transition: all 0.3s ease;
}

.why-advantage-card:hover .why-card-icon-circle {
  background-color: #0284c7;
  color: #ffffff;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.4);
}

.why-card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 0.35rem;
}

.why-card-line {
  width: 32px;
  height: 2.5px;
  background-color: #0284c7;
  border-radius: 2px;
  margin-bottom: 1rem;
}

.why-card-desc {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.why-card-link {
  color: #0284c7;
  font-weight: 600;
  font-size: 0.88rem;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: all 0.2s ease;
}

.why-card-link:hover {
  color: #0369a1;
  transform: translateX(4px);
}

.why-featured-row-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.why-advantage-card,
.why-featured-row-card {
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
  background: #ffffff !important;
  cursor: pointer;
}

.why-advantage-card:hover,
.why-featured-row-card:hover {
  transform: translateY(-6px) !important;
  border-color: #0284c7 !important;
  box-shadow: 0 20px 40px -8px rgba(15, 23, 42, 0.15), 0 8px 18px -4px rgba(2, 132, 199, 0.2) !important;
}

.why-advantage-card:hover .bg-primary-subtle,
.why-featured-row-card:hover .bg-primary-subtle,
.why-advantage-card:hover .why-card-icon-circle,
.why-featured-row-card:hover .why-card-icon-circle {
  background-color: #0284c7 !important;
  color: #ffffff !important;
  box-shadow: 0 6px 16px rgba(2, 132, 199, 0.35) !important;
}

.why-featured-row-card img {
  transition: transform 0.4s ease !important;
}

.why-featured-row-card:hover img {
  transform: scale(1.08) !important;
}

@media (max-width: 767.98px) {
  .why-featured-row-card {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1.25rem 1.1rem !important;
    gap: 0.75rem !important;
  }

  .why-featured-row-card > div:first-of-type {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .why-featured-row-card > div:last-of-type {
    width: 105px !important;
    height: 115px !important;
    min-width: 95px !important;
    flex-shrink: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .why-featured-row-card > div:last-of-type img {
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
    display: block !important;
  }
}

/* Stats Bar */
.why-stats-bar {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 1.35rem 2rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, 0.04);
}

.stat-item-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.stat-icon-circle {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 50%;
  background-color: #eff6ff;
  color: #0284c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: inset 0 0 0 1px rgba(2, 132, 199, 0.15);
}

.stat-val {
  font-size: 1.55rem;
  font-weight: 800;
  color: #0284c7;
  line-height: 1.1;
}

.stat-lbl {
  font-size: 0.85rem;
  color: #475569;
  font-weight: 600;
}

@media (max-width: 768px) {
  .why-featured-row-card {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .why-card-img-wrap {
    width: 100%;
    height: 110px;
  }
}

/* ==========================================================================
   FAQ ACCORDION STYLING (Matching Reference UI Image)
   ========================================================================== */
.faq-card-item {
  background: #ffffff;
  border: 1.5px solid #e2e8f0;
  border-radius: 18px;
  box-shadow: 0 4px 18px rgba(15, 23, 42, 0.03);
  transition: all 0.3s ease;
}

.faq-card-item:hover {
  border-color: #cbd5e1;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

.faq-num-pill {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 50%;
  background-color: #0284c7;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
}

.faq-chevron-icon {
  transition: transform 0.3s ease;
}

.faq-toggle-btn[aria-expanded="true"] .faq-chevron-icon {
  transform: rotate(180deg);
}

.faq-answer-box {
  background-color: #f4f8fe;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
}

/* ==========================================================================
   CATALOGUE DOWNLOAD & BULK INQUIRY SECTION (Matching About Us UI)
   ========================================================================== */
.inquiry-section-bg {
  background: linear-gradient(180deg, #f0f7ff 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.inquiry-card-v2 {
  background: #ffffff !important;
  border-radius: 20px !important;
  border: 1px solid #e2e8f0 !important;
  border-top: 5px solid #0284c7 !important;
  box-shadow: 0 20px 45px -10px rgba(2, 132, 199, 0.12) !important;
  padding: 2.25rem 2.5rem !important;
}

.input-with-icon {
  position: relative !important;
  display: block !important;
}

.input-with-icon i {
  position: absolute !important;
  left: 1.15rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #94a3b8 !important;
  font-size: 1.1rem !important;
  pointer-events: none !important;
  transition: color 0.3s ease !important;
  z-index: 5 !important;
}

.input-with-icon textarea + i,
.input-with-icon .textarea-icon {
  top: 1.15rem !important;
  transform: none !important;
}

.input-with-icon .form-control {
  padding-left: 3rem !important;
  border-radius: 12px !important;
  border: 1.5px solid #cbd5e1 !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 0.95rem !important;
  transition: all 0.3s ease !important;
  background-color: #ffffff !important;
}

.input-with-icon .form-control:focus {
  border-color: #0284c7 !important;
  box-shadow: 0 0 0 4px rgba(2, 132, 199, 0.12) !important;
  background-color: #ffffff !important;
}

.input-with-icon .form-control:focus + i {
  color: #0284c7 !important;
}

.catalogue-books-display {
  display: flex !important;
  align-items: center !important;
  gap: 1.25rem !important;
  margin: 1.5rem 0 2.25rem 0 !important;
}

.catalogue-book-cover {
  background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 1.25rem 1rem !important;
  width: 155px !important;
  height: 200px !important;
  box-shadow: -8px 12px 25px rgba(2, 132, 199, 0.28) !important;
  transform: perspective(600px) rotateY(15deg) !important;
  transition: transform 0.4s ease !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  flex-shrink: 0 !important;
}

.catalogue-book-open {
  background: #ffffff !important;
  border: 1.5px solid #cbd5e1 !important;
  border-radius: 12px !important;
  padding: 1rem !important;
  width: 240px !important;
  height: 190px !important;
  box-shadow: 8px 12px 25px rgba(15, 23, 42, 0.08) !important;
  transform: perspective(600px) rotateY(-10deg) !important;
  transition: transform 0.4s ease !important;
  flex-shrink: 0 !important;
}

.catalogue-books-display:hover .catalogue-book-cover {
  transform: perspective(600px) rotateY(5deg) scale(1.03) !important;
}

.catalogue-books-display:hover .catalogue-book-open {
  transform: perspective(600px) rotateY(-3deg) scale(1.03) !important;
}

/* ==========================================================================
   MOBILE VIEW RESPONSIVE OVERRIDES (Perfect Header & Hero Alignment)
   ========================================================================== */
@media (min-width: 992px) {
  .site-logo-img {
    max-height: 52px !important;
  }
}

@media (max-width: 991.98px) {
  .site-logo-img {
    max-height: 44px !important;
  }
  
  .navbar-toggler {
    padding: 0.45rem 0.7rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .navbar-collapse {
    background-color: #ffffff !important;
    border-radius: 14px !important;
    padding: 1rem 1.25rem !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12) !important;
    margin-top: 0.75rem !important;
    border: 1px solid #e2e8f0 !important;
  }

  .navbar-nav .nav-link {
    padding: 0.65rem 0.5rem !important;
    border-bottom: 1px solid #f1f5f9;
  }

  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: none;
  }
}

/* Grand Bada Banner on Mobile View */
@media (max-width: 767.98px) {
  .hero-section,
  .hero-banner-container {
    min-height: 480px !important;
    padding: 5rem 1.5rem 4.5rem 1.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .hero-title,
  .hero-main-title {
    font-size: 2.25rem !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
    margin-bottom: 1.15rem !important;
    color: #ffffff !important;
    letter-spacing: -0.02em !important;
  }

  .hero-subtitle,
  .hero-main-subtitle {
    font-size: 1.02rem !important;
    line-height: 1.65 !important;
    color: #f1f5f9 !important;
    max-width: 95% !important;
    margin: 0 auto 2.25rem auto !important;
  }

  .hero-banner-container .text-uppercase {
    font-size: 0.82rem !important;
    letter-spacing: 0.1em !important;
  }

  .catalogue-books-display {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.45rem !important;
    margin: 1rem auto 1.5rem auto !important;
    padding: 0 0.5rem !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .catalogue-book-cover {
    width: 95px !important;
    height: 132px !important;
    padding: 0.6rem 0.45rem !important;
    transform: perspective(400px) rotateY(5deg) !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
  }

  .catalogue-book-cover div:first-child {
    font-size: 0.55rem !important;
  }

  .catalogue-book-cover .fw-extrabold {
    font-size: 0.72rem !important;
  }

  .catalogue-book-cover .display-5 {
    font-size: 1.5rem !important;
  }

  .catalogue-book-cover .small {
    font-size: 0.5rem !important;
  }

  .catalogue-book-open {
    width: 148px !important;
    height: 128px !important;
    padding: 0.45rem !important;
    transform: perspective(400px) rotateY(-5deg) !important;
    flex-shrink: 0 !important;
    border-radius: 8px !important;
  }

  .catalogue-book-open .row.g-2 {
    --bs-gutter-x: 0.2rem !important;
    --bs-gutter-y: 0.2rem !important;
  }

  .catalogue-book-open .bg-light {
    padding: 0.12rem !important;
  }

  .catalogue-book-open .bg-light i {
    font-size: 0.85rem !important;
  }

  .catalogue-book-open .bg-light div {
    font-size: 0.46rem !important;
  }

  /* Horizontal Scrollable Touch Carousel on Mobile for Products */
  .mobile-horizontal-scroll-row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 1.25rem !important;
    padding-top: 0.5rem !important;
    gap: 1rem !important;
    margin-left: -0.5rem !important;
    margin-right: -0.5rem !important;
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    scrollbar-width: none !important;
  }

  .mobile-horizontal-scroll-row::-webkit-scrollbar {
    display: none !important;
  }

  .mobile-horizontal-scroll-row > [class*="col-"] {
    flex: 0 0 84% !important;
    max-width: 84% !important;
    scroll-snap-align: center !important;
  }
}




