/* ════════════════════════════════
   Hero Carousel Section
════════════════════════════════ */

.lighting-hero {
  height: 80vh;
}

/* IMAGE */

.lighting-hero-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.08);
  transition: transform 6s linear;
}

/* zoom animation */

.lightingHeroSwiper .swiper-slide-active .lighting-hero-img {
  transform: scale(1);
}

/* overlay */

.lighting-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(0, 0, 0, 0.35),
      rgba(0, 0, 0, 0.15),
      rgba(0, 0, 0, 0.45));
}

/* NAVIGATION */

.lightingHeroSwiper .swiper-button-prev,
.lightingHeroSwiper .swiper-button-next {
  color: white;
  width: 44px;
  height: 44px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  backdrop-filter: blur(6px);
}

.lightingHeroSwiper .swiper-button-prev::after,
.lightingHeroSwiper .swiper-button-next::after {
  font-size: 18px;
}

/* DOTS */

.lightingHeroSwiper .swiper-pagination {
  bottom: 25px !important;
}

.lightingHeroSwiper .swiper-pagination-bullet {
  background: white;
  opacity: 0.6;
  width: 10px;
  height: 10px;
}

.lightingHeroSwiper .swiper-pagination-bullet-active {
  background: var(--secondary-blue);
  opacity: 1;
  transform: scale(1.2);
}

/* LAPTOP */

@media (max-width: 1200px) {
  .lighting-hero {
    height: 70vh;
  }
}

/* TABLET */

@media (max-width: 992px) {
  .lighting-hero {
    height: 65vh;
  }
}

/* MOBILE */

@media (max-width: 768px) {
  .lighting-hero {
    height: 45vh;
  }

  .lightingHeroSwiper .swiper-button-prev,
  .lightingHeroSwiper .swiper-button-next {
    display: none;
  }

  .lightingHeroSwiper .swiper-pagination {
    bottom: 15px !important;
  }
}

/* SMALL MOBILE */

@media (max-width: 480px) {
  .lighting-hero {
    height: 35vh;
  }

  .lightingHeroSwiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
}






/* ==========================================================
   Signature Lighting Showcase (NEW)
   ========================================================== */
/* The wrapper that hides the overflow */
.carousel {
  width: 100%;
  white-space: nowrap;
}

/* The moving track */
.carousel-track {
  display: flex;
  width: max-content;
  /* Ensures items stay in one long horizontal line */
}

/* Row 1: Left to Right */
.animate-ltr {
  animation: scroll-left-to-right 140s linear infinite;
}

/* Row 2: Right to Left */
.animate-rtl {
  animation: scroll-right-to-left 140s linear infinite;
}

@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-50%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes scroll-right-to-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Hover effect to slow down or pause */
.carousel-track:hover {
  animation-play-state: paused;
}

/* Ensure images have a set width so the track is predictable */
.sig-item {
  width: 300px;
  height: 200px;
}

/* ════════════════════════════════
   About Section
════════════════════════════════ */

/* image */

.about-image img {
  height: 550px;
  object-fit: cover;
  box-shadow: 0px 0px 20px var(--secondary-blue);
}

/* text */

.about-text {
  line-height: 1.7;
}

/* features */

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

.hidden {
  display: none;
}

/* responsive */

@media (max-width: 991px) {
  .about-image img {
    height: auto;
  }

  .feature-item {
    font-size: 17px;
  }


  .mobile-h2 {
    display: block;
  }
}


/* -------------------------
   Intelligent Lighting System / adjust
   ---------------------------*/

.smart-features li {
  font-size: 0.95rem;
  align-items: start;
  display: grid;
  grid-template-columns: 0.2fr 1.5fr 1.7fr;
  justify-content: start;
}

.smart-features li::before {
  margin-top: 3px;
  flex-shrink: 0;
}


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

.smart-features li::before {
  content: "✓";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  background: rgba(0, 229, 255, 0.1);
  border: 1px solid var(--secondary-blue);
  color: var(--secondary-blue);
  border-radius: 50%;
  font-size: 0.8rem;
}

.smart-image-wrap img {
  border: var(--border-subtle);
  box-shadow: 0 0 20px var(--secondary-blue);
}

.glow-tech {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center,
      rgba(0, 229, 255, 0.2) 0%,
      transparent 70%);
  z-index: -1;
}


/* ════════════════════════════════
   Why Choose Us Expertise
════════════════════════════════ */

.reason-card {
  background: var(--surface-color);
  border: 1px solid var(--primary-blue);
  transition: var(--transition);
  cursor: pointer;
}

.reason-card:hover {
  transform: translateY(-5px);
  border-color: var(--secondary-blue);
}

.reason-icon {
  font-size: 2.5rem;
  display: inline-block;
  transition: var(--transition);
}

.reason-card:hover .reason-icon {
  color: var(--secondary-blue);
}



/* ════════════════════════════════
   application sepecific carousel 3 application
════════════════════════════════ */

/* Application Section Styling */
#application_car {
  background-color: #000;
  color: #fff;
}

.carousel-accent-line {
  height: 2px;
  flex-grow: 1;
  display: block;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  background-color: var(--primary-blue);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--primary-blue);
}

/* Slide Card & Labels */
.slide-card {
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: transform 0.3s ease;
}

.slide-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 60%);
  opacity: 1;
}

.slide-label {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 2;
}

/* Swiper Navigation & Pagination */
.swiper-controls-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 10px;
}

.swiper-nav-btn {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.swiper-nav-btn:hover {
  background: var(--primary-blue);
  border-color: var(--primary-blue);
}

.inline-pagination.swiper-pagination-bullets {
  width: auto !important;
  position: static;
}

/* ── Carousels wrapper ── */
.carousels-wrapper {
  z-index: 1;
  max-width: 1280px;
}

/* ── Heading row ── */

.carousel-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  flex-shrink: 0;
}

.carousel-heading-text h2 {
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.1;
}

.carousel-heading-text p {
  color: var(--text-muted);
  font-size: 13px;
  margin-top: 2px;
}

.carousel-accent-line {
  flex: 1;
  height: 1px;
  display: block;
}

/* ── Swiper ── */

#application_car .swiper {
  width: 100%;
  padding-top: 40px;
}

.swiper-slide {
  height: auto;
  width: 100%;
}

/* ── Slide card ── */
.slide-card {
  cursor: pointer;
}

.slide-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  filter: brightness(0.78);

  transition:
    transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1),
    filter 0.4s ease;
}

.slide-card:hover img {
  transform: scale(1.06);
  filter: brightness(0.65);
  box-shadow: 0px 0px 20px var(--secondary-blue);
}

.slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(3, 5, 10, 0.65) 0%, transparent 60%);
  transition: background 0.4s ease;
}

.slide-card:hover .slide-overlay {
  background: linear-gradient(to top, rgba(3, 5, 10, 0.45) 0%, transparent 65%);
}

.slide-label {
  position: absolute;
  bottom: 12px;
  left: 14px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9);
  font-family: var(--font-main);
}

/* ── Controls row ── */
.swiper-controls-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 14px;
}

.swiper-nav-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(10, 14, 25, 0.7);
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: var(--transition);
  backdrop-filter: blur(10px);
}

.swiper-nav-btn svg {
  display: block;
}

.swiper-nav-btn:hover {
  background: rgba(18, 25, 45, 0.9);
}

.swiper-nav-btn.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
}

/* ── Inline pagination ── */
.inline-pagination {
  flex: 1;
  display: flex !important;
  align-items: center;
  gap: 6px;
  position: static !important;
  bottom: auto !important;
}

.inline-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: all 0.35s ease;
  margin: 0 !important;
  cursor: pointer;
}

.inline-pagination.gold .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--secondary-blue);
  box-shadow: 0 0 6px var(--secondary-blue);
}

.inline-pagination.cyan .swiper-pagination-bullet-active {
  width: 20px;
  background: var(--primary-blue);
  box-shadow: 0 0 6px var(--primary-blue);
}

/* ── Responsive ── */
@media (max-width: 600px) {
  .hero-section {
    padding: 44px 16px 60px;
  }

  .swiper-slide {
    height: 170px;
  }

  .carousel-accent-line {
    display: none;
  }

  .slide-card img {
    height: 170px;
  }
}


/* ════════════════════════════════
   CLIENTS SECTION 2 mrguee with clint logo
════════════════════════════════ */

.clients-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.clients-divider {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 72px;
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      var(--primary-blue),
      var(--secondary-blue),
      transparent);
  position: relative;
  z-index: 1;
}

.clients-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 52px;
  position: relative;
  z-index: 1;
}

.clients-overline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.c-line {
  width: 28px;
  height: 1px;
  background: var(--primary-blue);
  display: block;
}

.c-overline-text {
  color: var(--primary-blue);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.clients-heading {
  color: #ffffff;
  font-size: clamp(26px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.5px;
  margin-bottom: 14px;
}

.clients-heading-gradient {
  background: linear-gradient(90deg,
      var(--primary-blue),
      var(--secondary-blue));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.clients-sub {
  color: #a0aabf;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.7;
}

/* Stats */
.clients-stats {
  gap: 0;
  background: rgba(10, 14, 25, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 28px 40px;
  max-width: 800px;
  backdrop-filter: blur(16px);
  z-index: 1;
  row-gap: 24px;
}

.stat-item {
  gap: 4px;
  min-width: 100px;
}

.stat-number {
  color: #ffffff;
  font-size: clamp(28px, 3.5vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
}

.stat-plus {
  color: var(--secondary-blue);
  font-size: 0.65em;
  vertical-align: super;
}

.stat-label {
  color: var(--secondary-blue);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: center;
}

.stat-divider {
  width: 1px;
  height: 44px;
  background: rgba(255, 255, 255, 0.08);
  flex-shrink: 0;
  margin: 0 8px;
}

/* Marquee */
.marquee-track {
  position: relative;
  overflow: hidden;
  margin-bottom: 14px;
  z-index: 1;
}

.marquee-fade {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

.marquee-fade-left {
  left: 0;
  background: linear-gradient(90deg, #03050a, transparent);
}

.marquee-fade-right {
  right: 0;
  background: linear-gradient(-90deg, #03050a, transparent);
}

.marquee-inner {
  display: flex;
  gap: 14px;
  width: max-content;
  padding: 4px 0;
}

.marquee-left {
  animation: scrollLeft 28s linear infinite;
}

.marquee-right {
  animation: scrollRight 32s linear infinite;
}

.marquee-track:hover .marquee-left,
.marquee-track:hover .marquee-right {
  animation-play-state: paused;
}

@keyframes scrollLeft {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes scrollRight {
  from {
    transform: translateX(-50%);
  }

  to {
    transform: translateX(0);
  }
}

/* Logo card */
.logo-item {
  flex-shrink: 0;
}

.logo-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(10, 14, 25, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 14px 24px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  min-width: 100px;
}

.logo-card:hover {
  background: rgba(18, 25, 45, 0.85);
  border-color: rgba(212, 175, 55, 0.25);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.08);
}

.logo-card--cyan:hover {
  border-color: rgba(0, 229, 255, 0.25);
  box-shadow: 0 8px 24px rgba(0, 229, 255, 0.08);
}

.logo-icon {
  font-size: 18px;
  color: #d4af37;
  line-height: 1;
  flex-shrink: 0;
}

.logo-card--cyan .logo-icon {
  color: #00e5ff;
}

.logo-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  font-family: var(--font-main);
}

/* Bottom CTA */
.clients-cta-row {
  gap: 24px;
  z-index: 1;
}

.clients-cta-text {
  font-size: 14px;
}

.clients-cta-btn {
  background: transparent;
  color: var(--primary-blue);
  border: 1px solid var(--primary-blue);
  border-radius: 50px;
  padding: 11px 28px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  font-family: var(--font-main);
}

.clients-cta-btn:hover {
  background: var(--secondary-blue);
  color: #000;
  border-color: var(--primary-blue);
  box-shadow: 0 0 20px var(--primary-blue);
}

/* Responsive */
@media (max-width: 768px) {
  .clients-section {
    padding: 60px 16px 72px;
  }

  .clients-stats {
    padding: 24px 20px;
  }

  .stat-divider {
    height: 32px;
    margin: 0 4px;
  }
}

@media (max-width: 500px) {
  .clients-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 24px;
  }

  .stat-divider {
    display: none;
  }

  .marquee-fade {
    width: 60px;
  }
}


/* ════════════════════════════════
   Testimonials
════════════════════════════════ */
.testi-card {
  background: var(--surface-color);
  border: var(--border-subtle);
}

.stars {
  color: gold;
  margin-bottom: 1rem;
  font-size: 1.3rem;
}

.testi-text {
  font-style: italic;
  color: var(--text-muted);
  margin-bottom: 2rem;
  line-height: 1.8;
  height: 120px;
}

.client-avt {
  width: 50px;
  height: 50px;
}


/* ════════════════════════════════
   meshtek section
════════════════════════════════ */
/* meshtek section minimal css */

.meshtek-image img {
  border-radius: 25px;
  box-shadow: 0 0 20px var(--secondary-blue);
}

/* ════════════════════════════════
   award tech section
════════════════════════════════ */

.award-gallery img {
  border-radius: 25px;
  box-shadow: 0 0 20px var(--secondary-blue);
}

.award-logo img {
  height: 120px;
  opacity: 0.85;
}



/* Ensure filtered items disappear smoothly */
.gallery-item.hide {
  display: none !important;
}

/* Optional: Make images look consistent */
.gallery-card img {
  transition: transform 0.3s ease;
}

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


/**************************************
 ════════════════════════════════
   showcase of blueroot app in product page & blueroot app page start
════════════════════════════════
*********************************/

.app-showcase {
  /* padding:120px 20px; */
  background: var(--bg-dark);
}

.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
}

.app-content h2 {
  font-size: 48px;
  line-height: 1.2;
  color: var(--text-main);
  margin-bottom: 25px;
  text-align: left;
}

.app-content p {
  color: #fff;
  margin-bottom: 18px;
  line-height: 1.7;
  max-width: 520px;
}

.app-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 14px 30px;
  background: var(--primary-blue);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: var(--transition);
}

.app-btn:hover {
  box-shadow: 0 0 25px var(--secondary-blue);
  transform: translateY(-3px);
}

.app-image img {
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}

/* Responsive */

@media (max-width: 900px) {
  .app-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .app-content h2 {
    font-size: 36px;
  }
}

/**************************************
 ════════════════════════════════
   showcase of blueroot app in product page & blueroot app page end
════════════════════════════════
*********************************/


/* =============================
Our large range of products CARD STYLE prl
============================= */

.product-card-box {
  background: var(--bg-dark);
  border-radius: 12px;
  overflow: hidden;
  transition: 0.35s;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 100%;
  transition: var(--transition);
  cursor: pointer;
}

.product-card-box:hover {
  border: 1px solid var(--primary-blue);
}

.product-card-box:hover .product-card-title {
  color: var(--primary-blue);
}

/* image */

.product-card-box img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* content */

.product-card-content {
  padding: 22px;
}

.product-card-title {
  font-size: 20px;
  color: var(--text-main);
  margin-bottom: 10px;
}

.product-card-desc {
  font-size: 14px;
  height: 60px;
  color: var(--text-muted);
  margin-bottom: 18px;
}

/* button */

.product-card-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
  transition: 0.3s;
}

.product-card-btn:hover {
  gap: 12px;
  color: var(--secondary-blue);
}

/* swiper spacing */

.products-swiper-container {
  padding-bottom: 40px;
}

/* responsive */

@media (max-width: 768px) {
  .products-heading h2 {
    font-size: 30px;
  }
}



/**********************************
 ════════════════════════════════
   why bluehopper products stands out both page blueroot app page & application product page permanent roofline lighting  start
════════════════════════════════
*********************************/

.features-section {
  /* padding:120px 20px; */
  background: var(--bg-dark);
  text-align: center;
}

.features-title {
  color: var(--text-main);
  font-size: 32px;
  margin-bottom: 70px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 80px;
}

.features-section .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 50px 0 40px;
  border: 1px solid var(--primary-blue);
  border-radius: 10px;
}

.features-section .feature-item:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 20px var(--secondary-blue);
}

.features-section .feature-item i {
  font-size: 50px;
  color: var(--primary-blue);
}

.features-section .feature-item p {
  color: var(--text-main);
  font-size: 18px;
}

/* responsive */

@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/**********************************
 ════════════════════════════════
   why bluehopper products stands out both page blueroot app page & application product page permanent roofline lighting  end
════════════════════════════════
*********************************/






/* **********************
===========
car dealership page start
============
************************** */

/* car feature section */

/* CARD */
.car-feature-card {
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 10px var(--primary-blue);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.4s ease;
  height: 100%;
  backdrop-filter: blur(8px);
}

/* ICON */
.car-feature-icon {
  font-size: 40px;
  margin-bottom: 20px;
  transition: 0.4s;
}

/* COLORS */
.icon-blue {
  color: #22d3ee;
}

.icon-orange {
  color: #f97316;
}

.icon-pink {
  color: #e879f9;
}

.icon-green {
  color: #84cc16;
}

.icon-indigo {
  color: #6366f1;
}

/* TEXT */
.feature-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.feature-desc {
  font-size: 14px;
  color: #cbd5f5;
}

/* HOVER EFFECT */
.car-feature-card:hover {
  transform: translateY(-10px) scale(1.02);
  border-color: var(--primary-blue);
  box-shadow: 0 0 20px var(--primary-blue);
}

.car-feature-card:hover .car-feature-icon {
  transform: scale(1.2);
}

/* ------- campaign section */

/* CARD */
.campaign-card {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
}

/* IMAGE */
.campaign-card img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transition: 0.5s;
}

/* OVERLAY */
.campaign-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent 60%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px;
  transition: 0.4s;
}

.campaign-desc {
  display: none;
  transition: 0.4s;
}

/* HOVER EFFECT */
.campaign-card:hover img {
  transform: scale(1.1);
}

.campaign-card:hover .campaign-desc {
  display: block;
}

.campaign-card:hover .campaign-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.95), rgba(0, 0, 0, 0.2));
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .campaign-card img {
    height: 280px;
  }
}

/* ----- certification section */

.cert-card {
  transition: all 0.3s ease;
  /* border: 1px solid var(--primary-blue); */
  box-shadow: 0 0 10px var(--primary-blue);
  padding: 50px 0 20px;
  border-radius: 10px;
}

.cert-icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  border-radius: 50%;
  background: var(--primary-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 42px;
  transition: all 0.3s ease;
}

/* Hover Effect */
.cert-card:hover .cert-icon {
  transform: translateY(-8px) scale(1.05);
}

/* Responsive spacing tweak */
@media (max-width: 576px) {
  .cert-icon {
    width: 120px;
    height: 120px;
    font-size: 32px;
  }
}

/* **********************
===========
car dealership page end
============
************************** */

/* **********************
===========
restaurant page start
============
************************** */

/* ------ hero section */
.badge-feature {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--primary-blue);
  padding: 8px 14px 12px;
  border-radius: 50px;
  font-size: 13px;
  margin: 5px;
}

.badge-feature i {
  color: #fff;
}


/* **********************
===========
restaurant page end
============
************************** */