/* =========================
   HERO V2 (EXACT RIGHT GRID + 2 IMAGES)
========================= */

.hero-section-v2 {
  position: relative;
  overflow: hidden;
  background: #1f3570;
  color: #fff;
  padding: 100px 0 50px 100px;
}

/* soft glow behind right visuals */
.hero-section-v2::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    650px 420px at 72% 52%,
    rgba(88, 120, 255, 0.28),
    transparent 62%
  );
  pointer-events: none;
}

.hero-wrap-v2 {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 60px;
}

/* LEFT */
.hero-left-v2 h1 {
  font-family: "Hedvig Letters Serif", Georgia, serif;
  font-size: 54px;
  line-height: 1.1;
  font-weight: 350;
  margin: 0 0 18px;
}

.hero-left-v2 p {
  font-family: "Inter", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(219, 227, 255, 0.95);
  margin: 0 0 24px;
  max-width: 520px;
}

/* CTA pill */
.hero-cta-v2 {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #ffffff;
  color: #1f3570;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 14px;
}

.hero-cta-v2 .arrow {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #1f3570;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

/* RIGHT container */
.hero-right-v2 {
  position: relative;
  min-height: 420px;
}

/* ✅ Grid overlay ONLY on right side */
.hero-grid-overlay {
  position: absolute;
  top: -60px;
  right: 20px;
  width: 520px;
  height: 520px;
  opacity: 0.22;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255,255,255,0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.18) 1px, transparent 1px);
  background-size: 40px 40px;
  border-radius: 24px;
  z-index: 0;
}

/* rings behind dashboard */
.hero-rings-v2 {
  position: absolute;
  left: -120px;
  top: 50%;
  width: 360px;
  height: 360px;
  transform: translateY(-50%);
  border-radius: 999px;
  border: 3px solid rgba(72, 184, 255, 0.24);
  z-index: 1;
}

.hero-rings-v2::before {
  content: "";
  position: absolute;
  inset: 36px;
  border-radius: 999px;
  border: 3px solid rgba(72, 184, 255, 0.18);
}

.hero-rings-v2::after {
  content: "";
  position: absolute;
  inset: -28px;
  border-radius: 999px;
  border: 3px solid rgba(72, 184, 255, 0.12);
}

/* dashboard image */
.hero-dashboard-v2 {
  position: absolute;
  left: -180px;
  top: 50%;
  transform: translateY(-50%);
  width: 520px;
  max-width: 100%;
  z-index: 2;
  filter: drop-shadow(0 18px 40px rgba(0,0,0,0.35));
}

/* Right stack (card) */
.hero-card-stack-v2 {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 250px;
  z-index: 3;
}

/* purple flower */
.hero-decor-v2.flower {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: radial-gradient(circle at 30% 30%, #bdb4ff, #5a4cff);
  opacity: 0.95;
  transform: rotate(15deg);
  z-index: 10;
}

/* top card */
.hero-card-top-v2 {
  width: 100%;
  display: block;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

/* connector line */
.hero-connector-v2 {
  width: 2px;
  height: 24px;
  background: rgba(255,255,255,0.30);
  margin: 10px auto;
  border-radius: 99px;
}

/* list card */
.hero-list-v2 {
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 18px;
  padding: 14px;
  backdrop-filter: blur(10px);
}

.hero-item-v2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 12px;
  padding: 10px 12px;
  font-family: "Inter", system-ui, sans-serif;
  font-size: 12px;
  margin-bottom: 10px;
}

.hero-item-v2:last-child { margin-bottom: 0; }

.hero-item-v2 .ic {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.35);
  flex-shrink: 0;
}

.hero-item-v2 .tick {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 56, 162, 0.95);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  flex-shrink: 0;
}

/* =========================
   DECOR SHAPES (match screenshot)
========================= */

.hero-decor-v2 {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.7;
}

/* top-left star */
.hero-decor-v2.star {
  left: 24px;
  top: 30px;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255,255,255,0.10);
  box-shadow: inset 0 0 0 2px rgba(140, 170, 255, 0.35);
  transform: rotate(12deg);
}

/* top-center dots */
.hero-decor-v2.dots {
  left: 52%;
  top: 26px;
  width: 36px;
  height: 36px;
  transform: translateX(-50%);
  background-image: radial-gradient(rgba(255,255,255,0.18) 2px, transparent 3px);
  background-size: 10px 10px;
  border-radius: 10px;
  opacity: 0.4;
}

/* bottom-left asterisk */
.hero-decor-v2.asterisk {
  left: 44%;
  bottom: 54px;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: rgba(255,255,255,0.06);
  opacity: 0.35;
}

/* =========================
   MOBILE RESPONSIVE
========================= */

@media (max-width: 1100px) {
  .hero-wrap-v2 {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .hero-left-v2 h1 {
    font-size: 44px;
  }

  .hero-right-v2 {
    min-height: 520px;
  }

  .hero-dashboard-v2 {
    left: 50%;
    transform: translate(-50%, -58%);
    width: min(640px, 92%);
  }

  .hero-card-stack-v2 {
    right: 50%;
    top: 58%;
    transform: translate(50%, 0);
    width: min(360px, 92%);
  }

  .hero-rings-v2 {
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .hero-grid-overlay {
    right: 50%;
    transform: translateX(50%);
    width: 520px;
    height: 520px;
  }
}

@media (max-width: 520px) {
  .hero-section-v2 {
    padding: 52px 0;
  }

  .hero-left-v2 h1 {
    font-size: 34px;
  }

  .hero-left-v2 p {
    font-size: 13px;
  }

  .hero-right-v2 {
    min-height: 520px;
  }

  .hero-grid-overlay {
    width: 420px;
    height: 420px;
  }
}

/* =========================
   STATS SECTION
========================= */
.stats-section {
  background: #ffffff;
  padding: 0px 200px 50px;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  gap: 0px;
}

/* EACH STAT */
.stat-item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #1f3570;
  margin-bottom: 6px;
}

.stat-item p {
  font-size: 18px;
  color: #6b7280;
  font-weight: 500;
}
/* =========================
   TRUSTED BY SECTION (ORIGINAL DESIGN + HOVER)
========================= */

.trusted-section {
  background: #ffffff;
  padding: 50px 100px;
  position: relative;
}

/* GRID */
.trusted-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 0px;
}

/* LEFT CONTENT */
.trusted-content h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 24px;
}

.trusted-content p {
  font-size: 20px;
  line-height: 1.7;
  color: #475569;
  max-width: 420px;
  margin-bottom: 34px;
}

/* BUTTON */
.trusted-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 22px;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  text-decoration: none;
  background: #ffffff;
}

/* RIGHT LOGO GRID */
.trusted-logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;              /* ✅ matches your original spacing */
}

/* LOGO CARD (original) */
.logo-card {
  background: #ffffff;
  border-radius: 22px;    /* ✅ rounded like screenshot */
  padding: 34px;
  height: 70px;          /* ✅ fixed height like screenshot */
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  position: relative;
  overflow: hidden;
}

/* default logo style */
.logo-card img {
  max-width: 150px;
  max-height: 300px;
  opacity: 0.95;
}

/* =========================
   EXACT HOVER EFFECT (only for logo-hover-card)
========================= */

/* hover background */
.logo-hover-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #dff0ff; /* light blue */
  opacity: 0;
  transition: opacity 0.35s ease;
  z-index: 1;
}

/* logo animation */
.logo-hover-card .logo-img {
  position: relative;
  z-index: 2;
  transition: all 0.35s ease;
}

/* hover text hidden */
.logo-hover-text {
  position: absolute;
  left: 18px;
  right: 18px;
  top: 85px; /* ✅ text appears under small logo */
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.35s ease, transform 0.35s ease;
  z-index: 3;
  pointer-events: none;
}

.logo-hover-text p {
  margin: 0;
  font-size: 7px;
  line-height: 1.35;
  color: #0f172a;
  max-width: 240px;
}

/* on hover */
.logo-hover-card:hover::before {
  opacity: 1;
}

.logo-hover-card:hover .logo-img {
  position: absolute;
  top: 2px;
  left: 18px;
  max-width: 75px;
  max-height: 75px;
}

.logo-hover-card:hover .logo-hover-text {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 1100px) {
  .trusted-section {
    padding: 50px 24px;
  }
  .trusted-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .trusted-content p {
    font-size: 18px;
  }
  .trusted-logos {
    gap: 14px;
  }
}

@media (max-width: 640px) {
  .trusted-content h2 {
    font-size: 30px;
  }
  .logo-card {
    height: 140px;
    padding: 26px;
  }
}


/* =========================
   SERVICES SECTION
========================= */
.services-section {
  position: relative;
  padding: 50px 200px;
  background: #ffffff;
  overflow: hidden;
}

/* SOFT CURVED BACKGROUND */
.services-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    120% 60% at 50% 100%,
    #f5f7ff 0%,
    #ffffff 60%
  );
  z-index: 0;
}

/* HEADER */
.services-header {
  text-align: center;
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}

.section-label {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #5b6ee1;
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

.services-header h2 {
  font-size: 36px;
  line-height: 1.25;
  font-weight: 400;
  color: #0f172a;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  position: relative;
  z-index: 2;
}

/* CARD */
.service-card {
  background: #efefef;
  border-radius: 16px;
  padding: 48px 26px 32px;
  text-align: center;
  box-shadow: 0 14px 40px rgba(15, 23, 42, 0.06);
  position: relative;
}

/* ICON */
.service-icon {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon img {
  width: 30px;
  height: 30px;
}

/* TEXT */
.service-card h4 {
  font-size: 16px;
  font-weight: 500;
  color: #0f172a;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 14px;
  color: #64748b;
  margin-bottom: 18px;
}

/* READ MORE */
.read-more {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  font-weight: 500;
  color: #1f3570;
  border: 1px solid #1f3570;
  border-radius: 999px;
  text-decoration: none;
}

/* FOOTER */
.services-footer {
  text-align: center;
  margin-top: 70px;
  position: relative;
  z-index: 2;
}

.view-all-btn {
  padding: 12px 28px;
  border-radius: 999px;
  border: 1px solid #1f3570;
  color: #1f3570;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
/* =========================
   PRODUCT SECTION
========================= */
.product-section {
  background: #2f2f2f;
  padding: 20px 0px 0px 0px;
  color: #ffffff;
}

/* HEADER */
.product-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-label.dark {
  color: #cbd5f5;
}

.product-header h2 {
  font-size: 36px;
  line-height: 1.3;
  font-weight: 500;
}

/* SLIDER */
.product-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* BUTTONS */
.slider-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #1f3570;
  font-size: 25px;
  cursor: pointer;
  z-index: 3;
}

.slider-btn.left {
  position: absolute;
  left: 0;
}

.slider-btn.right {
  position: absolute;
  right: 0;
}

/* SLIDES */
.slides-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  max-width: 980px;
}

/* SLIDE CARD */
.product-slide {
  width: 300px;
  height: 450px;
  background: #1f1f1f;
  border-radius: 18px;
  padding: 24px;
  text-align: left;
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.product-slide img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 18px;
}

.product-slide h4 {
  font-size: 25px;
  margin-bottom: 10px;
}

.product-slide p {
  font-size: 16px;
  line-height: 1.6;
  color: #cbd5e1;
}

/* ACTIVE */
.product-slide.active {
  opacity: 1;
  transform: scale(1);
  background: #1b1b1b;
}
.why-choose {
  padding: 24px 24px;
  text-align: center;
}

.wc-title {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 60px;
  font-family: "Playfair Display", serif;
}

.wc-wrap {
  max-width: 1200px;
  margin: auto;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(135deg, #ffe6f2, #f6ecff);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wc-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px 26px;
  text-align: left;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
}

.wc-card h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  margin-bottom: 18px;
}

.wc-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 14px;
}

.wc-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.wc-card li {
  margin-bottom: 16px;
}

.wc-card strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.wc-card p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

/* Mobile */
@media (max-width: 900px) {
  .wc-wrap {
    grid-template-columns: 1fr;
  }

  .wc-title {
    font-size: 30px;
  }
}

/* =========================
   FAQ SECTION (below WHY)
========================= */

.faq-section {
  background: #ffffff;
  padding:10px 16px 120px;
}

.faq-wrap {
  max-width: 980px;
  margin: 0 auto;
}

.faq-top {
  text-align: center;
  margin-bottom: 28px;
}

.faq-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #0f172a;
}

.faq-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #1f2a5a;
}

.faq-title {
  margin: 16px 0 0;
  font-family: var(--font-heading, "Hedvig Letters Serif", Georgia, serif);
  font-weight: 500;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.12;
  color: #0b1220;
}

/* LIST */
.faq-list {
  margin: 26px auto 0;
  max-width: 620px;
  border-top: 1px solid #eef2f6;
}

.faq-item {
  border-bottom: 1px solid #eef2f6;
}

.faq-question {
  width: 100%;
  background: transparent;
  border: 0;
  padding: 16px 0;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;

  text-align: left;
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
}

.faq-icon {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #1f2a5a;
  color: #ffffff;
  font-size: 14px;
  line-height: 1;

  transform: rotate(0deg);
  transition: transform 0.2s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
  font-family: var(--font-body, "Inter", system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.7;
  color: #475569;
  padding: 0;
}

.faq-item.active .faq-answer {
  max-height: 240px;
  padding: 0 0 16px 0;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

@media (max-width: 640px) {
  .faq-list {
    max-width: 100%;
  }
  .faq-question {
    font-size: 14px;
  }
}



/* =========================
   TESTIMONIALS SECTION
========================= */

.testimonial-section {
  background: #ffffff;
  padding: 50px 50px;;
}

.testimonial-header {
  text-align: center;
  margin-bottom: 90px;
}

.testimonial-header h2 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 500;
  color: #0f172a;
}

/* SLIDER */
.testimonial-slider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* NAV */
.testimonial-nav {
  background: none;
  border: none;
  font-size: 32px;
  color: #1f3570;
  cursor: pointer;
}

/* TRACK */
.testimonial-track {
  display: flex;
  gap: 36px;
  align-items: center;
  justify-content: center;
  max-width: 980px;
  overflow: hidden;
}

/* CARD */
.testimonial-card {
  width: 260px;
  background: #ffffff;
  border-radius: 22px;
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.08);
  opacity: 0.4;
  transform: scale(0.9);
  transition: all 0.4s ease;
}

.testimonial-card img {
  width: 90px;
  height: 90px;
  border-radius: 18px;
  object-fit: cover;
  margin-bottom: 16px;
}

/* NAME */
.testimonial-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 12px;
}

/* TEXT */
.testimonial-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #475569;
}

/* ACTIVE */
.testimonial-card.active {
  opacity: 1;
  transform: scale(1.08);
}
/* =========================
   CTA SECTION
========================= */

.cta-section {
  background: #ffffff;
  padding: 50px 100px;
}

.cta-box {
  background: #1f3570;
  border-radius: 28px;
  padding: 20px 40px;
  text-align: center;
  color: #ffffff;
}

/* HEADING */
.cta-box h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 18px;
}

/* TEXT */
.cta-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #e5edff;
  max-width: 720px;
  margin: 0 auto 36px;
}

/* BUTTON */
.cta-btn {
  display: inline-block;
  padding: 14px 42px;
  background: #ffffff;
  color: #1f3570;
  font-size: 15px;
  font-weight: 600;
  border-radius: 999px;
  text-decoration: none;
}
.awards-final {
  position: relative;
  background: #1b1b1b;
  padding: 50px 0 50px;
  color: #fff;
  overflow: hidden;
}

/* Ribbon */
.awards-ribbon {
  position: absolute;
  top: -5px;
  left: -5px;
  width: 600px;
  opacity: 0.35;
  pointer-events: none;
}

/* Heading */
.awards-head {
  text-align: center;
  margin-bottom: 90px;
  position: relative;
  z-index: 2;
}

.awards-head h2 {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 500;
}

/* Layout */
.awards-row {
  display: grid;
  grid-template-columns: 420px 1fr;
  gap: 0px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.award-photos {
  display: flex;
  align-items: center;
  justify-content: center;   /* <-- THIS LINE */
  gap: 34px;
  width: 100%;
}

.award-photos .ph {
  border-radius: 22px;
  object-fit: cover;
}

.award-photos .small {
  width: 220px;
  height: 240px;
}

.award-photos .big {
  width: 300px;
  height: 340px;
  transform: translateY(-20px);
}

/* =========================
   CASE STUDIES
========================= */

.case-section {
  background: #ffffff;
  padding: 50px 100px;;
}

.case-head {
  text-align: center;
  margin-bottom: 80px;
}

.case-head h2 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 500;
  color: #0f172a;
}

/* GRID */
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* CARD */
.case-card {
  position: relative;
  display: block;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
}

.case-card img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

/* OVERLAY */
.case-overlay {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.case-overlay h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  padding: 0 20px;
}

/* HOVER */
.case-card:hover .case-overlay {
  opacity: 1;
}

/* =========================
   OUR PARTNERS
========================= */

.partners-section {
  background: #ffffff;
  padding: 50px 100px;
}

.partners-head {
  text-align: center;
  margin-bottom: 70px;
}

.partners-head h2 {
  font-size: 42px;
  line-height: 1.25;
  font-weight: 500;
  color: #0f172a;
}

/* DARK BOX */
.partners-box {
  background: #1c1c1c;
  border-radius: 26px;
  padding: 40px;
}

/* GRID */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

/* CARD */
.partner-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 14px;
}

.partner-card img {
  width: 100%;
  display: block;
  border-radius: 12px;
}
