/* ===============================
   WHY CHOOSE US SECTION
================================= */

.why-choose {
  padding: 100px 0;
  background: #ffffff;
  width: 100%;
  position: relative;
}

.why-container {
  margin: 0 auto;
  padding: 0 20px;
}

/* ===============================
   HEADING
================================= */

.why-choose-one__content {
  text-align: center;
  margin-bottom: 70px;
}

.sec-title__tagline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.sec-title__tagline .line {
  width: 40px;
  height: 2px;
  background: #ff5a1f;
}

.sec-title__tagline h4 {
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 16px;
}

.sec-title__title {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
  margin-top: 20px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* .sec-title__title span {
  color: #ff5a1f;
} */

/* ===============================
   GRID
================================= */

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

/* ===============================
   CARD
================================= */

.why-card {
  background: rgba(201, 194, 194, 0.756);
  padding: 45px 35px;
  border-radius: 20px;
  transition: all 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(6px);
}

.why-card:hover {
  transform: translateY(-10px);
  border-color: #ff5a1f;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

/* ===============================
   ICON
================================= */

.why-icon {
  width: 70px;
  height: 70px;
  background: #f4b400;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: 0.3s ease;
}

.why-card:hover .why-icon {
  transform: rotate(8deg) scale(1.1);
}

/* IMAGE ICON */
.why-icon img {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

/* ===============================
   TEXT
================================= */

.why-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: 600;
  color: #060606;
}

.why-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #9f9f9f;
}

/* ===============================
   RESPONSIVE
================================= */

/* Tablet */
@media (max-width: 991px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sec-title__title {
    font-size: 36px;
  }

  .why-card {
    padding: 35px 25px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .why-choose {
    padding: 80px 0;
  }

  .why-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .sec-title__title {
    font-size: 28px;
  }

  .why-card {
    text-align: center;
    padding: 30px 20px;
  }

  .why-icon {
    margin: 0 auto 20px auto;
  }

  .why-card h3 {
    font-size: 18px;
  }

  .why-card p {
    font-size: 14px;
  }
}
/* ===============================
 companyoverview
================================= */

.ate-modern {
  background: #1c1f5a;
  padding: 100px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
}

/* Header */
.modern-header {
  text-align: center;
  max-width: 850px;
  margin: auto;
  margin-bottom: 80px;
}

.badge {
  background: rgba(253, 85, 35, 0.15);
  color: #fd5523;
  padding: 6px 20px;
  border-radius: 50px;
  font-weight: 600;
}

.modern-header h2 {
  font-size: 42px;
  margin: 20px 0;
}

.modern-header p {
  color: #d0d0ff;
}

/* Timeline */
.modern-timeline {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.timeline-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  padding: 40px;
  border-radius: 20px;
  width: 300px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.timeline-card:hover {
  transform: translateY(-10px);
  border-color: #fd5523;
}

.timeline-card .year {
  color: #fd5523;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Founder */
.modern-founder {
  text-align: center;
}

.founder-box {
  max-width: 700px;
  margin: auto;
  padding: 50px;
  border-radius: 25px;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.02)
  );
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-box h3 {
  color: #fd5523;
  margin-bottom: 20px;
}

.founder-box p {
  font-style: italic;
  color: #ddd;
}

.founder-name {
  margin-top: 25px;
  font-weight: 600;
}

/* =========================
   PREMIUM COUNTER SECTION
/* SECTION */
/* =========================================
   STATS SECTION
========================================= */

.stats-section {
  background: #ffffff;
  padding: 70px 20px;
}

/* =========================================
   GRID
========================================= */

.stats-wrapper {
  max-width: 1400px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* =========================================
   CARD
========================================= */

.stat-box {
  background: #ffffff;

  border-radius: 24px;

  padding: 28px 25px;

  display: flex;
  align-items: center;
  gap: 18px;

  transition: 0.3s ease;

  /* SHADOW */
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(0, 0, 0, 0.03);

  min-height: 120px;
}

/* HOVER */

.stat-box:hover {
  transform: translateY(-6px);

  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.09),
    0 6px 15px rgba(255, 90, 31, 0.08);
}

/* =========================================
   ICON
========================================= */

.stat-icon {
  font-size: 44px;
  color: #2e3192;

  flex-shrink: 0;
}

.stat-box:hover .stat-icon {
  color: #2e3192;
}
/* =========================================
   CONTENT
========================================= */

.stat-content {
  display: flex;
  flex-direction: column;
}

/* NUMBER */

.stat-number {
  font-size: 38px;
  font-weight: 700;
  color: #000000;

  margin: 0;
  line-height: 1;
}

/* TEXT */

.stat-text {
  font-size: 15px;
  color: #7c7c7c;

  margin-top: 10px;
  line-height: 1.5;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {
  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {
  .stats-wrapper {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .stat-box {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .stat-icon {
    font-size: 38px;
  }

  .stat-number {
    font-size: 32px;
  }

  .stat-text {
    font-size: 14px;
  }
}

/* =========================
  core value
========================= */
/* =========================================
   CORE VALUES SECTION
========================================= */

.core-values-final {
  padding: 100px 0;
  background: #ffffff;
  color: #000000;
  font-family: "Inter", sans-serif;
}

/* =========================================
   HEADER
========================================= */

.values-header {
  text-align: center;
  margin-bottom: 70px;
}

.badge {
  background: rgba(46, 49, 146, 0.08);
  color: #2e3192;

  padding: 8px 22px;

  border-radius: 50px;
  font-weight: 600;
  font-size: 14px;
}

.values-header h2 {
  font-size: 42px;
  margin-top: 20px;
  font-weight: 700;
  color: #111111;
}

/* =========================================
   GRID
========================================= */

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 30px;
}

/* =========================================
   CARD
========================================= */

.value-card {
  background: #ffffff;

  padding: 40px 30px;

  border-radius: 24px;

  transition: 0.35s ease;

  border: 1px solid #f1f1f1;

  /* SHADOW */
  box-shadow:
    0 10px 25px rgba(0, 0, 0, 0.06),
    0 4px 10px rgba(0, 0, 0, 0.03);
}

/* HOVER */

.value-card:hover {
  transform: translateY(-8px);

  border-color: #2e3192;

  box-shadow:
    0 18px 35px rgba(0, 0, 0, 0.09),
    0 6px 15px rgba(46, 49, 146, 0.08);
}

/* =========================================
   ICON BOX
========================================= */

.icon-box {
  width: 68px;
  height: 68px;

  background: rgba(46, 49, 146, 0.08);

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 18px;

  margin-bottom: 24px;

  transition: 0.3s ease;

  font-size: 0;
}

/* SVG */

.icon-box svg {
  width: 30px;
  height: 30px;
}

/* SVG COLOR */

.icon-box svg path {
  stroke: #2e3192;
}

/* HOVER */

.value-card:hover .icon-box {
  transform: rotate(6deg) scale(1.05);

  background: rgba(46, 49, 146, 0.12);
}

/* =========================================
   TEXT
========================================= */

.value-card h4 {
  font-size: 22px;
  font-weight: 700;

  margin-bottom: 14px;

  color: #111111;
}

.value-card p {
  color: #6d6d6d;
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

/* =========================================
   ANIMATION
========================================= */

.animate {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s ease;
}

.animate.hidden {
  opacity: 0;
  transform: translateY(50px);
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 992px) {
  .values-grid {
    gap: 25px;
  }

  .value-card {
    padding: 35px 25px;
  }

  .values-header h2 {
    font-size: 36px;
  }
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 576px) {
  .core-values-final {
    padding: 70px 0;
  }

  .values-header {
    margin-bottom: 50px;
  }

  .values-header h2 {
    font-size: 30px;
  }

  .value-card {
    padding: 30px 22px;
    border-radius: 20px;
  }

  .icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
  }

  .icon-box svg {
    width: 26px;
    height: 26px;
  }

  .value-card h4 {
    font-size: 19px;
  }

  .value-card p {
    font-size: 14px;
  }
}
/* ===============================
   GLOBAL
================================ */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", sans-serif;
  background: #1c1f5a;
  /* color: #ffffff; */
}

/* ===============================
   SECTION
================================ */

.services-section {
  padding: 120px 40px;
}

.services-container {
  max-width: 1300px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 50px;
}

/* ===============================
   CARD STYLE (Screenshot Look)
================================ */

.service-card {
  background: #252a6a;
  padding: 45px 35px;
  border-radius: 25px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
  transition: 0.4s ease;
  position: relative;
}

/* Hover Effect */
.service-card:hover {
  transform: translateY(-10px);
  border: 1px solid rgba(255, 90, 31, 0.4);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.45);
}

/* ===============================
   ICON
================================ */

.service-icon {
  width: 60px;
  height: 60px;
  background: rgba(255, 90, 31, 0.15);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: 0.4s ease;
}

/* SVG */
.service-icon svg {
  width: 30px;
  height: 30px;
  stroke: #ff5a1f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: 0.4s ease;
}

/* Icon hover */
.service-card:hover .service-icon {
  background: #ff5a1f;
}

.service-card:hover .service-icon svg {
  stroke: #ffffff;
}

/* ===============================
   TEXT
================================ */

.service-card h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #ffffff;
}

.service-card p {
  font-size: 14px;
  line-height: 1.8;
  color: #d6d6e6;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 768px) {
  .services-section {
    padding: 80px 20px;
  }
}

/* ===============================
   ABOUT DESCRIPTION SECTION
================================ */

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* SECTION */
.ultra-section {
  position: relative;
  /* min-height: 100vh; */
  background: #050816;
  color: #fff;
  overflow: hidden;
}

/* GRID BACKGROUND (AI STYLE) */
.grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 40px 40px;
  z-index: 1;
}

/* MOVING GRADIENT LINES */
.gradient-lines {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, #ff5a1f33, transparent);
  animation: moveLines 6s linear infinite;
  z-index: 2;
}

@keyframes moveLines {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

/* CONTAINER */
.ultra-container {
  position: relative;
  z-index: 3;
  max-width: 1200px;
  margin: auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* TEXT */
.ultra-text {
  max-width: 600px;
}

.tag {
  color: #ff5a1f;
  letter-spacing: 2px;
  font-size: 50px;
}

.ultra-text h1 {
  font-size: 35px;
  margin: 20px 0;
}

.ultra-text h1 span {
  color: #ff5a1f;
}

.ultra-text p {
  color: #aaa;
}

/* NEON GLASS CARD */
.ultra-card {
  backdrop-filter: blur(20px);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 20px;
  width: 550px;

  box-shadow: 0 0 30px rgba(255, 90, 31, 0.2);
}

/* STATS */
.stats {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.stats h2 {
  color: #ff5a1f;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .ultra-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .ultra-text h1 {
    font-size: 36px;
  }
}

/* CTA BUTTONS */
.cta-buttons {
  margin-top: 30px;
  display: flex;
  gap: 15px;
}

.btn-primary {
  background: linear-gradient(135deg, #ff5a1f, #ff7a3c);
  padding: 12px 25px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(255, 90, 31, 0.4);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 12px 25px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* MINI FEATURES */
.mini-features {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  font-size: 14px;
  color: #ccc;
}

/* FLOATING GLOW ORBS */
.ultra-section::before,
.ultra-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 200px;
  background: radial-gradient(circle, #ff5a1f55, transparent);
  filter: blur(80px);
  z-index: 0;
}

.ultra-section::before {
  top: 10%;
  left: 5%;
}

.ultra-section::after {
  bottom: 10%;
  right: 5%;
}

/* CARD HOVER GLOW */
.ultra-card:hover {
  box-shadow: 0 0 60px rgba(255, 90, 31, 0.5);
  transform: translateY(-5px);
}

/* RESPONSIVE FIX */
@media (max-width: 900px) {
  .cta-buttons {
    justify-content: center;
  }

  .mini-features {
    justify-content: center;
    flex-wrap: wrap;
  }
}

/* =========================
   TRACK BOX - FINAL UI
========================= */
.track-box {
  display: flex;
  align-items: center;
  gap: 0px;
  padding: 5px 14px;
  border-radius: 14px;

  /* Glass Effect */
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  /* Border Setup */
  border: 2px solid transparent;
  background-clip: padding-box;

  position: relative;
  transition: all 0.3s ease;
}

/* 🔥 Gradient Border Layer */
.track-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 2px;

  background: linear-gradient(135deg, #e31e24, #f4b400);

  -webkit-mask:
    linear-gradient(#892323 0 0) content-box,
    linear-gradient(#7a0000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;

  pointer-events: none;
}

/* Hover Effect */
.track-box:hover {
  box-shadow: 0 0 20px rgba(253, 85, 35, 0.35);
}

/* Focus Effect */
.track-box:focus-within {
  box-shadow: 0 0 0 2px rgba(253, 85, 35, 0.3);
}

/* =========================
   ICON
========================= */
.track-icon {
  display: flex;
  align-items: center;
}

/* =========================
   INPUT
========================= */
.track-box input {
  border: none;
  outline: none;
  background: transparent;

  color: #720000;
  font-size: 15px;
  width: 180px;
}

/* 🔥 UPDATED PLACEHOLDER COLOR */
.track-box input::placeholder {
  color: #fd5523; /* ← yaha change kiya */
}

/* 🔥 CROSS BROWSER SUPPORT */
.track-box input::-webkit-input-placeholder {
  color: #fd5523;
}
.track-box input:-ms-input-placeholder {
  color: #fd5523;
}

/* =========================
   BUTTON
========================= */
.track-box button {
  display: flex;
  align-items: center;
  gap: 5px;

  background: #f4b400;
  color: #ffffff;

  border: none;
  padding: 5px 15px;
  border-radius: 10px;

  cursor: pointer;
  font-size: 10px;
  font-weight: 500;

  transition: all 0.3s ease;
}

/* Button Hover */
.track-box button:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 14px rgba(219, 14, 14, 0.3);
}

/* Button Click */
.track-box button:active {
  transform: scale(0.95);
}

/* =========================
   SAFETY (CLICK FIX)
========================= */
.main-header-one__bottom-right {
  position: relative;
  z-index: 10;
}

.track-box {
  z-index: 10;
}

.track-box button {
  z-index: 11;
  pointer-events: auto;
}

/* =========================
   RESPONSIVE
========================= */

/* Tablet */
@media (max-width: 992px) {
  .track-box input {
    width: 140px;
  }
}

/* Mobile Hide */
@media (max-width: 768px) {
  .track-box {
    display: none;
  }
}

/* ===============================
   loder
================================= */

.netflix-loader {
  position: fixed;
  inset: 0;
  background: #5153a0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 999999;
}

/* FLASH EFFECT */
.flash {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgb(194, 144, 58) 0%, transparent 70%);
  opacity: 0;
  animation: flashAnim 0.8s ease forwards;
}

@keyframes flashAnim {
  0% {
    opacity: 1;
    transform: scale(0.5);
  }
  100% {
    opacity: 0;
    transform: scale(3);
  }
}

/* CONTENT */
.content12 {
  text-align: center;
  z-index: 2;
}

/* LOGO */
.logo {
  width: 250px;
  margin-bottom: 25px;
  opacity: 0;
  transform: scale(0.5);
  animation: logoReveal 1.5s ease forwards;
  animation-delay: 0.5s;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.4));
}

@keyframes logoReveal {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* TEXT */
.text {
  font-size: 35px;
  letter-spacing: 6px;
  color: #fff;
  opacity: 0;
  animation: textFade 1.5s ease forwards;
  animation-delay: 1.2s;

  text-shadow:
    0 0 10px rgba(255, 255, 255, 0.6),
    0 0 25px rgba(46, 49, 146, 0.5),
    0 0 40px rgba(244, 194, 13, 0.5);
}

@keyframes textFade {
  from {
    opacity: 0;
    letter-spacing: 12px;
  }
  to {
    opacity: 1;
    letter-spacing: 6px;
  }
}

/* EXIT */
.netflix-loader.hide {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s ease;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .logo {
    width: 70px;
  }
  .text {
    font-size: 18px;
  }
}
/* ===============================
   ABOUT US SECTION*/

.about-pro {
  position: relative;
  padding: 100px 20px;
  background: #ffffff;
  overflow: hidden;
  font-family: "Inter", sans-serif;
}

/* BACKGROUND SHAPES */
.bg-shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px);
  z-index: 0;
}

.shape1 {
  width: 300px;
  height: 300px;
  background: rgba(46, 49, 146, 0.2);
  top: -80px;
  left: -80px;
}

.shape2 {
  width: 300px;
  height: 300px;
  background: rgba(244, 194, 13, 0.2);
  bottom: -80px;
  right: -80px;
}

/* GRID */
.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}

/* IMAGE */
.img-box {
  position: relative;
}

.img-box img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.img-box:hover img {
  transform: scale(1.05);
}

/* FLOAT CARD */
.floating-card {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.floating-card h3 {
  color: #2e3192;
}

/* TEXT */
.tag {
  color: #2e3192;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}

.text-box h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.desc {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* FEATURES */
.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 30px;
}

.feature {
  background: #f9fafc;
  padding: 10px 15px;
  border-radius: 8px;
  transition: 0.3s;
}

.feature:hover {
  background: #2e3192;
  color: #fff;
}

/* BUTTON */
.btn {
  padding: 12px 30px;
  background: #2e3192;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.3s;
}

.btn:hover {
  background: #f4c20d;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .text-box h2 {
    font-size: 28px;
  }
}

/* =========================
   NEXT LEVEL PREMIUM SECTION
========================= */

.lux-know-section {
  position: relative;

  padding: 120px 20px;

  background: linear-gradient(135deg, #f8fafc, #eef2ff);

  overflow: hidden;
}

/* SHAPES */

.lux-shape {
  position: absolute;

  border-radius: 50%;

  filter: blur(120px);

  z-index: 0;
}

.shape1 {
  width: 350px;
  height: 350px;

  background: rgba(46, 49, 146, 0.18);

  top: -100px;
  left: -100px;
}

.shape2 {
  width: 350px;
  height: 350px;

  background: rgba(244, 180, 0, 0.18);

  bottom: -100px;
  right: -100px;
}

/* HEADER */

.lux-header {
  position: relative;

  z-index: 2;

  text-align: center;

  margin-bottom: 80px;
}

.lux-tag {
  display: inline-block;

  padding: 12px 28px;

  border-radius: 50px;

  background: rgba(46, 49, 146, 0.08);

  color: #2e3192;

  font-size: 13px;

  font-weight: 700;

  letter-spacing: 3px;

  margin-bottom: 25px;
}

.lux-header h2 {
  font-size: clamp(38px, 6vw, 68px);

  font-weight: 900;

  line-height: 1.1;

  color: #111;

  margin-bottom: 20px;
}

.lux-header h2 span {
  color: #2e3192;
}

.lux-header p {
  max-width: 700px;

  margin: auto;

  font-size: 18px;

  color: #555;

  line-height: 1.8;
}

/* GRID */

.lux-grid {
  position: relative;

  z-index: 2;

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 20px;
}

/* CARD */

.lux-card {
  position: relative;

  padding: 28px 22px;

  border-radius: 22px;

  overflow: hidden;

  background: rgba(255, 255, 255, 0.75);

  backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.25);

  transition: 0.5s ease;

  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06);
}

.lux-card:hover {
  transform: translateY(-15px);

  background: #2e3192;
}

/* NUMBER */

.lux-number {
  position: absolute;

  font-size: 48px;

  top: 12px;
  right: 18px;

  font-weight: 900;

  color: rgba(46, 49, 146, 0.08);
}

/* ICON */

.lux-icon {
  width: 60px;
  height: 60px;

  border-radius: 18px;

  margin-bottom: 20px;

  display: flex;

  align-items: center;
  justify-content: center;

  background: linear-gradient(135deg, #2e3192, #5961ff);

  box-shadow: 0 15px 30px rgba(46, 49, 146, 0.25);
}

.lux-icon i {
  font-size: 24px;

  color: #fff;
}

/* TEXT */

.lux-card h3 {
  font-size: 19px;

  margin-bottom: 10px;

  font-weight: 800;

  color: #111;

  transition: 0.4s ease;
}

.lux-card p {
  font-size: 14px;

  line-height: 1.7;

  color: #555;

  transition: 0.4s ease;
}

/* HOVER */

.lux-card:hover h3,
.lux-card:hover p {
  color: #fff;
}

/* RESPONSIVE */

@media (max-width: 1200px) {
  .lux-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .lux-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lux-grid {
    grid-template-columns: 1fr;
  }
}
