/*--------------------------------------------------------------
# Why Choose Us Section (Sanskar)
--------------------------------------------------------------*/
.why-sanskar {
  --why-bg-1: #fff7ea;
  --why-bg-2: #ffefd8;
  --why-ink: #271a0d;
  --why-muted: rgba(39, 26, 13, 0.74);
  --why-accent-1: #ff7a0a;
  --why-accent-2: #ffb33c;
  --why-accent-3: #ffd46b;
  --why-border: rgba(255, 162, 56, 0.34);
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background:
    radial-gradient(circle at 10% 18%, rgba(255, 202, 130, 0.28) 0%, rgba(255, 202, 130, 0) 44%),
    radial-gradient(circle at 85% 82%, rgba(255, 146, 36, 0.2) 0%, rgba(255, 146, 36, 0) 46%),
    linear-gradient(180deg, var(--why-bg-1) 0%, var(--why-bg-2) 100%);
}

.why-sanskar .container::before,
.why-sanskar .container::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

.why-sanskar .container::before {
  width: 140px;
  height: 140px;
  top: 108px;
  right: 4%;
  border-radius: 26px;
  border: 1px solid rgba(255, 166, 62, 0.22);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    radial-gradient(circle at 30% 30%, rgba(255, 185, 92, 0.2), transparent 62%);
  transform: rotate(16deg);
}

.why-sanskar .container::after {
  left: 2%;
  bottom: 26px;
  width: 120px;
  height: 120px;
  opacity: 0.34;
  background-image: radial-gradient(circle, #f7ae49 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.why-sanskar::before,
.why-sanskar::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  z-index: 0;
}

.why-sanskar::before {
  width: 270px;
  height: 270px;
  left: -100px;
  top: 34px;
  background: radial-gradient(circle, rgba(255, 166, 62, 0.28) 0%, rgba(255, 166, 62, 0) 72%);
  animation: whyAmbientFloat 10s ease-in-out infinite;
}

.why-sanskar::after {
  width: 330px;
  height: 330px;
  right: -120px;
  bottom: -30px;
  background: radial-gradient(circle, rgba(255, 132, 22, 0.22) 0%, rgba(255, 132, 22, 0) 72%);
  animation: whyAmbientFloat 11s ease-in-out infinite reverse;
}

.why-sanskar .container {
  position: relative;
  z-index: 1;
}

.why-sanskar .why-header {
  max-width: 640px;
  margin: 0 0 24px;
  text-align: left;
  position: relative;
  z-index: 1;
}

.why-sanskar .why-header-center {
  max-width: none;
  margin: 0 0 34px;
  text-align: center;
}

.why-sanskar .why-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 999px;
  color: #bb5f00;
  border: 1px solid rgba(255, 144, 40, 0.34);
  background: linear-gradient(180deg, rgba(255, 251, 244, 0.98), rgba(255, 241, 214, 0.95));
  box-shadow: 0 18px 34px rgba(72, 35, 2, 0.08);
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.why-sanskar .why-tag::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 82%);
  transform: translateX(-120%);
  animation: whyTagShine 5.5s ease-in-out infinite;
}

.why-sanskar .why-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.why-sanskar .why-visual-stage {
  position: relative;
  min-height: 640px;
  display: grid;
  place-items: center;
  z-index: 1;
}

.why-sanskar .why-shape {
  position: absolute;
  pointer-events: none;
}

.why-sanskar .why-shape-ring {
  width: 360px;
  height: 360px;
  top: 22px;
  left: 18px;
  border-radius: 38px;
  border: 1px solid rgba(255, 183, 84, 0.28);
  transform: rotate(-10deg);
}

.why-sanskar .why-shape-dots {
  width: 128px;
  height: 128px;
  right: 16px;
  top: 56px;
  opacity: 0.38;
  background-image: radial-gradient(circle, #f1a53d 2px, transparent 2.5px);
  background-size: 18px 18px;
}

.why-sanskar .why-shape-wash {
  width: 280px;
  height: 280px;
  left: 0;
  bottom: 40px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 168, 68, 0.24) 0%, rgba(255, 168, 68, 0) 70%);
  animation: whyAmbientFloat 8s ease-in-out infinite;
}

.why-sanskar .why-main-visual {
  position: relative;
  margin: 0;
  width: min(100%, 380px);
  aspect-ratio: 0.92;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(72, 35, 2, 0.16);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 247, 233, 0.96) 100%);
}

.why-sanskar .why-main-visual-primary {
  z-index: 2;
}

.why-sanskar .why-main-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 18, 8, 0.02) 22%, rgba(30, 18, 8, 0.48) 100%);
  z-index: 1;
  pointer-events: none;
}

.why-sanskar .why-main-visual img,
.why-sanskar .why-float-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-sanskar .why-float-card {
  position: absolute;
  margin: 0;
  width: 220px;
  height: 250px;
  border-radius: 28px;
  overflow: hidden;
  background: #fff7eb;
  box-shadow: 0 22px 44px rgba(72, 35, 2, 0.14);
  border: 1px solid rgba(255, 183, 84, 0.28);
  animation: whyCardFloat 7s ease-in-out infinite;
}

.why-sanskar .why-float-card-top {
  right: 8px;
  top: 25px;
  z-index: 3;
}

.why-sanskar .why-float-card-bottom {
  left: 25px;
  bottom: -10px;
  z-index: 3;
  animation-duration: 8s;
}

.why-sanskar .why-float-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(30, 18, 8, 0.02) 28%, rgba(30, 18, 8, 0.5) 100%);
  z-index: 1;
}

.why-sanskar .why-float-card figcaption {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  gap: 4px;
}

.why-sanskar .why-float-card figcaption span {
  color: #ffda9c;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.why-sanskar .why-float-card figcaption strong {
  color: #fff8ef;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
}

.why-sanskar .why-content-panel {
  position: relative;
  z-index: 1;
}

.why-sanskar .why-big-card {
  position: relative;
  border-radius: 30px;
  border: 1px solid rgba(255, 181, 74, 0.24);
  background:
    radial-gradient(circle at top right, rgba(255, 208, 120, 0.16), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 246, 0.98), rgba(255, 246, 234, 0.96));
  box-shadow: 0 20px 42px rgba(72, 35, 2, 0.1);
  padding: 28px 26px;
  overflow: hidden;
}

.why-sanskar .why-big-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, #ff8b18 0%, #ffd15d 100%);
}

.why-sanskar .why-big-card-top h2 {
  margin: 10px 0 0;
  color: #5a0f1c;
  font-size: clamp(28px, 2.6vw, 40px);
  line-height: 1.16;
}

.why-sanskar .why-big-card-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 168, 71, 0.36);
  color: #b45d00;
  background: rgba(255, 249, 239, 0.92);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.why-sanskar .why-bullet-grid {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 18px;
}

.why-sanskar .why-bullet-item {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255, 193, 121, 0.26);
}

.why-sanskar .why-bullet-item i {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #fff9f0;
  background: linear-gradient(135deg, #ff8b18 0%, #ffd15d 100%);
  box-shadow: 0 12px 22px rgba(255, 136, 32, 0.18);
  font-size: 0.95rem;
}

.why-sanskar .why-bullet-item span {
  color: #5a0f1c;
  font-size: 1.02rem;
  line-height: 1.42;
  font-weight: 600;
}

@media (max-width: 1399px) {
  .why-sanskar .why-layout {
    gap: 34px;
  }

  .why-sanskar .why-visual-stage {
    min-height: 620px;
  }
}

@media (max-width: 1199px) {
  .why-sanskar {
    padding: 78px 0;
  }

  .why-sanskar .container::before,
  .why-sanskar .container::after {
    display: none;
  }

  .why-sanskar .why-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .why-sanskar .why-visual-stage {
    min-height: 580px;
    max-width: 620px;
    margin: 0 auto;
  }

  .why-sanskar .why-content-panel {
    max-width: 900px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .why-sanskar {
    padding: 62px 0;
  }

  .why-sanskar .why-tag {
    padding: 12px 20px;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
  }

  .why-sanskar .why-layout {
    gap: 22px;
  }

  .why-sanskar .why-visual-stage {
    min-height: 440px;
  }

  .why-sanskar .why-main-visual {
    width: 100%;
    max-width: 320px;
    border-radius: 26px;
  }

  .why-sanskar .why-float-card {
    width: 150px;
    height: 188px;
    border-radius: 20px;
  }

  .why-sanskar .why-float-card-top {
    right: 0;
    top: 32px;
  }

  .why-sanskar .why-float-card-bottom {
    left: 0;
    bottom: 34px;
  }

  .why-sanskar .why-float-card figcaption {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }

  .why-sanskar .why-float-card figcaption strong {
    font-size: 0.8rem;
   }

  .why-sanskar .why-big-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .why-sanskar .why-big-card-top h2 {
    font-size: clamp(24px, 7vw, 34px);
  }

  .why-sanskar .why-bullet-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .why-sanskar .why-bullet-item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 10px;
    padding: 12px 0;
  }

  .why-sanskar .why-bullet-item i {
    width: 40px;
    height: 40px;
    border-radius: 12px;
  }

  .why-sanskar .why-bullet-item span {
    font-size: 0.98rem;
  }
}

@keyframes whyAmbientFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes whyCardFloat {
  0%,
  100% {
    transform: translateY(0);
  }

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

@keyframes whyCardShine {
  from {
    left: -56%;
  }

  to {
    left: 126%;
  }
}

@keyframes whyTagShine {
  0%,
  78%,
  100% {
    transform: translateX(-120%);
  }

  88% {
    transform: translateX(120%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .why-sanskar *,
  .why-sanskar *::before,
  .why-sanskar *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
    scroll-behavior: auto !important;
  }
}
