
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* :root {
  --primary-orange: #FF5F15;
  --secondary-orange: #FFA802;
  --gradient-primary: linear-gradient(135deg, #FF5F15 0%, #FFA802 100%);
  --gradient-light: linear-gradient(135deg, #fff5f0 0%, #fff9f0 100%);
  --text-dark: #2c3e50;
  --text-light: #6c757d;
  --shadow-light: 0 10px 40px rgba(255, 95, 21, 0.1);
  --shadow-hover: 0 20px 60px rgba(255, 95, 21, 0.2);
} */


:root {
  --primary-orange: #FF5F15;
  --secondary-orange: #FFA802;
  --gradient-primary: linear-gradient(135deg, #FF5F15 0%, #FFA802 100%);
  --bg-dark: #0d163e;
  --text-light: #ffffff;
  --shadow-primary: 0 20px 40px rgba(255, 95, 21, 0.2);
  --shadow-hover: 0 25px 50px rgba(255, 95, 21, 0.3);
  --border-orange: rgba(255, 95, 21, 0.3);
  --transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: 'DM Sans', sans-serif;
  /* background-color: #000000; */
  background-color: #0d163e !important;
  color: rgb(0, 0, 0);
  line-height: 1.6;
  overflow-x: hidden;
}



.container-fluid {
  max-width: 1850px !important;
}

body {
  margin: 0;
  /* font-family: var(--bs-body-font-family); */
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: #0d163e;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}




a {
  text-decoration: none;
  color: rgb(0, 0, 0);
}

img {
  max-width: 100%;
  height: auto;
}

.hero {
  /* background-image: url('../assets/backhero.png'); */
  background-size: cover;
  background-position: center;
  padding: 200px 0;
  /* or adjust height */
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-toggle {
  display: none;
  font-size: 1.8rem;
  color: white;
  cursor: pointer;
}

.safety-section {
  /* padding: 3rem 2rem; */
  padding: 0rem 2rem;

  color: white;
  text-align: center;
}

.safety-section h2 {
  color: #ffa500;
  font-size: clamp(24px, 5vw, 34px);
  /* margin-bottom: 15px; */
}



@media (min-width: 576px) and (max-width: 780px) {
  .col-sm-3 {
    flex: 0 0 auto !important;
    width: 50% !important;
    /* 2 cards ek row me */
  }

        .hero-btn-primary,
      .hero-btn-secondary {
        width: 100%;
        justify-content: center;
        padding: 14px 25px;
        font-size: 14px;
      }
}


@media (min-width: 200px) and (max-width:575) {
  .col-sm-3 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }
}

.safety-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px 350px;
  max-width: 1000px;
  margin: 0 auto;
}

.safety-card {
  padding: 1.5rem;
  border-radius: 12px;
  text-align: left;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}

.safety-card img {
  width: clamp(80px, 15vw, 120px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.safety-card h3 {
  /* color: #ff6600; */
  font-size: clamp(18px, 3.5vw, 26px);
  margin-bottom: 0.5rem;
  text-align: center !important;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.safety-card p {
  color: #fff;
  font-size: clamp(14px, 2.5vw, 20px);
  text-align: left;
}

.policy-section {
  color: white;
  padding: 3rem 2rem;
  /* padding-top: 0px !important; */
}

.policy-container {
  max-width: 1000px;
  margin: auto;
}

.policy-container h3 {
  color: orange;
  /* margin-top: 2rem; */
  margin-bottom: 0.5rem;
  font-size: clamp(16px, 2.5vw, 20px);
}

.policy-container p,
.policy-container ul {
  color: #ccc;
  font-size: clamp(14px, 2vw, 18px);
  margin-bottom: 1rem;
}

.policy-container ul {
  padding-left: 1.2rem;
}

.policy-container ul li {
  margin-bottom: 0.5rem;
}

.payment-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #2b2b2b;
  border-radius: 20px;
  padding: 2rem;
  margin: 40px 0px;
  color: white;
  position: relative;
  overflow: hidden;
  flex-wrap: wrap;
}

.payment-section::before {
  content: "";
  position: absolute;
  right: 90px;
  width: 300px;
  height: 300px;
  background-color: orange;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  border-radius: 50% 50% 50% 50%;
  z-index: 0;
}

.content {
  flex: 1;
  z-index: 1;
  max-width: 500px;
}

.content h2 {
  color: #fca311;
  font-size: clamp(20px, 3vw, 24px);
  margin-bottom: 1rem;
}

.learn-btn {
  background-color: #f75e2e;
  color: white;
  padding: 0.6rem 1.2rem;
  border: none;
  border-radius: 20px;
  cursor: pointer;
  font-size: clamp(14px, 2vw, 16px);
}

.image-container {
  flex: 1;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container img {
  max-width: 100%;
  height: auto;
  max-height: 200px;
}

/* Optimized animations for better performance */
.typewriter {
  overflow: hidden;
  border-right: 2px solid #fded0d;
  font-family: monospace;
  animation: typing 2s steps(16) infinite alternate, blink 1s step-end infinite;
  will-change: width, border-color;
}

@keyframes typing {
  from {
    width: 0;
  }

  to {
    width: 16ch;
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}

/* Optimized slide animations with hardware acceleration */
.slide-in-right {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: transform, opacity;
}

.slide-in-right.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.slide-in-left {
  opacity: 0;
  transform: translate3d(-100px, 0, 0);
  transition: opacity 0.3s ease, transform 0.3s ease;
  will-change: transform, opacity;
}

@media (max-width: 768px) {
  .navbar {
    flex-direction: row;
    align-items: flex-start;
  }

      .hero-btn-primary,
      .hero-btn-secondary {
        padding: 15px 28px;
        font-size: 15px;
      }

  .nav-links {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }

  .logo {
    display: flex;
    align-items: center;
    margin-left: 0px;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text,
  .hero-image {
    flex: 1 1 100%;
    padding: 0;
  }

  .hero-text h1 {
    font-size: 50px;
    color: #ffa500;
    margin-bottom: 5px;
  }

  .navbar {
    flex-wrap: wrap;
  }

  .menu-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
    margin-top: 1rem;
    padding: 1rem;
  }

  .nav-links li {
    margin-bottom: 1rem;
  }

  .nav-links.active {
    display: flex;
  }

  .hero-content {
    flex-direction: column;
    text-align: center;
  }

  .hero-text,
  .hero-image {
    flex: 1 1 100%;
    padding: 0;
    text-align: left;
  }

  .hero-text h1 {
    font-size: 2rem;
  }

  .safety-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .safety-card {
    padding: 1.2rem;
  }

  .safety-section h2 {
    font-size: 1.5rem;
  }

  .highlight-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }

  .highlight-text,
  .highlight-image {
    flex: 1 1 100%;
  }

  .highlight-text h4 {
    font-size: 1rem;
  }

  .policy-container h3 {
    font-size: 1.05rem;
  }

  .consult-btn {
    position: static;
    margin: 2rem auto 0;
  }

  .payment-section {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
    margin: 0;
  }

  .payment-section::before {
    width: 100%;
    height: 50%;
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 50% 50% 0 0;
  }

  .content h2 {
    font-size: 1.2rem;
  }

  .learn-btn {
    font-size: 0.9rem;
    padding: 0.5rem 1rem;
  }

  .image-container {
    margin-top: 1.5rem;
  }
}

/* Simplified background animation for better performance */
.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 25% 25%, rgba(255, 95, 21, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(255, 168, 2, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(59, 130, 246, 0.05) 0%, transparent 30%);
  background-size: 200px 200px, 300px 300px, 150px 150px;
}

/* Optimized hexagonal pattern animation */
.hex-newsletter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,
      rgba(255, 255, 255, 0.1) 25%,
      transparent 25%,
      transparent 75%,
      rgba(255, 255, 255, 0.1) 75%);
  background-size: 30px 30px;
  animation: hexPattern 12s linear infinite;
  will-change: transform;
}

@keyframes hexPattern {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(30px, 30px, 0);
  }
}

/* Optimized flag wave animation */
.flag-icon {
  width: 24px;
  height: auto;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  animation: wave 4s ease-in-out infinite;
  will-change: transform;
}

@keyframes wave {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-5deg);
  }

  75% {
    transform: rotate(5deg);
  }
}

/* Optimized glow effect with reduced complexity */
.light-glow {
  position: relative;
}



.light-glow:hover::after {
  opacity: 0.3;
}



/* Optimized float animation */
.floating-element {
  position: absolute;
  background: radial-gradient(circle, rgba(255, 95, 21, 0.6), rgba(255, 168, 2, 0.4));
  border-radius: 50%;
  pointer-events: none;
  animation: float 8s ease-in-out infinite;
  will-change: transform;
}

@keyframes float {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -15px, 0);
  }
}

/* Added performance optimizations */
.partner-card {
  will-change: transform, opacity;
  backface-visibility: hidden;
}

/* Reduced animation complexity for better performance */
.fade-in {
  opacity: 0;
  transform: translate3d(0, 20px, 0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  will-change: transform, opacity;
}

.fade-in.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/* ============================================
   PRIVACY POLICY HERO SECTION - COMPLETE CSS
   Consistent with about3.html and services.html
   ============================================ */


     /* Hero Actions */
    .hero-actions {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      animation: slideInLeft 1.2s ease-out 0.9s both;
    }


      .hero-btn-secondary {
      background: transparent;
      color: white;
      border: 2px solid rgba(255, 255, 255, 0.3);
      padding: 16px 35px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      transition: var(--transition);
      backdrop-filter: blur(10px);
      cursor: pointer;
    }

    .hero-btn-secondary:hover {
      background: rgba(255, 255, 255, 0.1);
      border-color: var(--primary-orange);
      color: var(--primary-orange);
      transform: translateY(-3px);
      text-decoration: none;
    }

        .hero-btn-primary {
      background: var(--gradient-primary);
      color: white;
      border: none;
      padding: 18px 35px;
      border-radius: 50px;
      font-weight: 600;
      font-size: 16px;
      display: inline-flex;
      align-items: center;
      gap: 12px;
      text-decoration: none;
      transition: var(--transition);
      box-shadow: var(--shadow-primary);
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }

    .hero-btn-primary::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
      transition: left 0.5s;
    }

    .hero-btn-primary:hover {
      transform: translateY(-3px);
      box-shadow: var(--shadow-hover);
      color: white;
      text-decoration: none;
    }

    .hero-btn-primary:hover::before {
      left: 100%;
    }

/* Main Hero Section */
.data-policy-section {
  position: relative;
  min-height: 75vh;
  display: flex;
  padding: clamp(80px, 15vw, 100px) 0 clamp(60px, 12vw, 70px);
  align-items: center;
  overflow: hidden;
  margin-top: 5rem;
  /* border-bottom: 4px solid var(--primary-orange);
  border-radius: 0 0 30px 30px; */
  background: linear-gradient(135deg, #0a0f2c 0%, #1a1f3a 50%, #0a0f2c 100%);
}

/* Animated Shield Background */
.privacy-shield-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  z-index: 1;
  overflow: hidden;
}

.shield-pattern {
  position: absolute;
  width: 200px;
  height: 200px;
  border: 2px solid #FF5F15;
  border-radius: 50% 50% 0 0;
  animation: shieldFloat 6s ease-in-out infinite;
}

.shield-pattern:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}

.shield-pattern:nth-child(2) {
  top: 50%;
  right: 15%;
  animation-delay: 2s;
}

.shield-pattern:nth-child(3) {
  bottom: 15%;
  left: 50%;
  animation-delay: 4s;
}

@keyframes shieldFloat {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.3;
  }
  50% {
    transform: translateY(-30px) rotate(10deg);
    opacity: 0.6;
  }
}

/* Hero Container */
.hero-content-wrapper {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1850px;
  margin: 0 auto;
  padding: 0 max(40px, 3vw);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  width: 100%;
  min-height: 56.5vh;
}

/* Left Content */
.content {
  position: relative;
  z-index: 3;
  margin-top: 0;
  max-width: 700px;
  width: 100%;
}

/* Privacy Badge */
.privacy-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: rgba(255, 95, 21, 0.1) !important;
  border: 2px solid rgba(255, 95, 21, 0.3) !important;
  color: var(--secondary-orange) !important;
  padding: 12px 24px !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  margin-bottom: 30px !important;
  backdrop-filter: blur(10px) !important;
  animation: slideInLeft 1s ease-out !important;
}

.privacy-badge:hover {
  background: rgba(255, 95, 21, 0.2);
  border-color: var(--primary-orange);
  transform: translateY(-3px);
  box-shadow: var(--shadow-primary);
}

.privacy-badge i {
  font-size: 16px !important;
  animation: pulse 2s infinite !important;
}

/* Main Title */
.privacy-main-title {
  font-size: clamp(2.5rem, 6vw, 4rem);
  font-weight: 750;
  line-height: 1.1;
  color: white;
  margin-bottom: 25px;
  animation: slideInLeft 1.2s ease-out 0.3s both;
}

.highlight-word {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  display: inline-block;
}

.highlight-word::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--gradient-primary);
  border-radius: 2px;
  animation: expandLine 1.5s ease-out 1.5s both;
}

@keyframes expandLine {
  0% { width: 0; }
  100% { width: 100%; }
}

/* Subtitle */
.privacy-subtitle {
  font-size: clamp(1.1rem, 2.5vw, 1.4rem) !important;
  color: rgba(255, 255, 255, 0.85) !important;
  line-height: 1.6 !important;
  margin-bottom: 35px !important;
  animation: slideInLeft 1.2s ease-out 0.6s both !important;
}

/* Right Visual */
.data-policy-section .image-col {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  animation: slideInRight 1.2s ease-out 0.6s both;
  height: 100%;
  max-height: calc(100vh - 200px);
  width: 100%;
  max-width: 700px;
  justify-self: end;
}

.privacy-illustration {
  position: relative;
  width: 100%;
  max-width: 550px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Data Protection Visual */
.data-protection-visual {
  position: relative;
  width: 100%;
  height: 100%;
}

/* Glow Rings */
.glow-rings {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.glow-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 95, 21, 0.2);
  animation: expandRing 4s ease-out infinite;
}

.glow-ring:nth-child(1) {
  width: 200px;
  height: 200px;
  animation-delay: 0s;
}

.glow-ring:nth-child(2) {
  width: 280px;
  height: 280px;
  animation-delay: 1.3s;
}

.glow-ring:nth-child(3) {
  width: 300px;
  height: 300px;
  animation-delay: 2.6s;
}

@keyframes expandRing {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.8);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.2);
  }
}

/* Security Waves */
.security-waves {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(255, 168, 2, 0.1);
  animation: waveExpand 3s ease-out infinite;
}

.wave:nth-child(1) {
  width: 150px;
  height: 150px;
  animation-delay: 0s;
}

.wave:nth-child(2) {
  width: 220px;
  height: 220px;
  animation-delay: 1s;
}

.wave:nth-child(3) {
  width: 290px;
  height: 290px;
  animation-delay: 2s;
}

@keyframes waveExpand {
  0% {
    opacity: 0.8;
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.4);
  }
}

/* Data Particles */
.data-particles {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
}

.particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #FFA802;
  border-radius: 50%;
  opacity: 0;
  animation: particleFloat 4s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(255, 168, 2, 0.8);
}

.particle:nth-child(1) {
  top: 20%;
  left: 30%;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  top: 40%;
  left: 70%;
  animation-delay: 0.5s;
}

.particle:nth-child(3) {
  top: 60%;
  left: 20%;
  animation-delay: 1s;
}

.particle:nth-child(4) {
  top: 80%;
  left: 60%;
  animation-delay: 1.5s;
}

.particle:nth-child(5) {
  top: 30%;
  left: 80%;
  animation-delay: 2s;
}

.particle:nth-child(6) {
  top: 70%;
  left: 40%;
  animation-delay: 2.5s;
}

.particle:nth-child(7) {
  top: 50%;
  left: 10%;
  animation-delay: 3s;
}

.particle:nth-child(8) {
  top: 10%;
  left: 50%;
  animation-delay: 3.5s;
}

@keyframes particleFloat {
  0%, 100% {
    opacity: 0;
    transform: translateY(0) scale(0);
  }
  50% {
    opacity: 1;
    transform: translateY(-20px) scale(1);
  }
}

/* Central Lock */
.central-lock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 3px solid rgba(255, 95, 21, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow:
    0 0 30px rgba(255, 95, 21, 0.4),
    inset 0 0 20px rgba(255, 95, 21, 0.2);
  animation: lockPulse 3s ease-in-out infinite;
  z-index: 4;
  backdrop-filter: blur(10px);
}

.central-lock::before {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  opacity: 0.3;
  animation: innerPulse 3s ease-in-out infinite;
}

.central-lock img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 5px 15px rgba(255, 95, 21, 0.5));
}

@keyframes innerPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.15);
    opacity: 0.5;
  }
}

@keyframes lockPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow:
      0 0 30px rgba(255, 95, 21, 0.4),
      inset 0 0 20px rgba(255, 95, 21, 0.2);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
    box-shadow:
      0 0 50px rgba(255, 95, 21, 0.6),
      inset 0 0 30px rgba(255, 95, 21, 0.3);
  }
}

/* Orbiting Data Elements */
.data-orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
  height: 350px;
  border: 2px dashed rgba(255, 95, 21, 0.3);
  border-radius: 50%;
  animation: rotateOrbit 20s linear infinite;
  z-index: 3;
}

.data-element {
  position: absolute;
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 95, 21, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.data-element::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 95, 21, 0.1) 0%, rgba(255, 168, 2, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.data-element:hover::before {
  opacity: 1;
}

.data-element i {
  font-size: 24px;
  color: #FFA802;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  transform-origin: center;
  animation: stayUpright 20s linear infinite;
}

@keyframes stayUpright {
  from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); }
}

.data-element:hover {
  background: rgba(255, 95, 21, 0.2);
  border-color: #FF5F15;
  box-shadow:
    0 8px 30px rgba(255, 95, 21, 0.4),
    0 0 20px rgba(255, 95, 21, 0.3);
}

.data-element:hover i {
  color: #FF5F15;
}

/* Tooltip styling */
.data-element::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%) scale(0.8);
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 10px;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.data-element:hover::after {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

/* Element Positions */
.elem-1 {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.elem-2 {
  top: 25%;
  left: 95%;
  transform: translate(-50%, -50%);
}

.elem-3 {
  top: 75%;
  left: 95%;
  transform: translate(-50%, -50%);
}

.elem-4 {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}

.elem-5 {
  top: 75%;
  left: 5%;
  transform: translate(-50%, -50%);
}

.elem-6 {
  top: 25%;
  left: 5%;
  transform: translate(-50%, -50%);
}

@keyframes rotateOrbit {
  0% { transform: translate(-50%, -50%) rotate(0deg); }
  100% { transform: translate(-50%, -50%) rotate(360deg); }
}

/* Trust Badge */
.trust-badge {
  position: absolute;
  bottom: -10%;
  left: 53%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  border: 2px solid rgba(255, 95, 21, 0.3);
  border-radius: 20px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: badgeFloat 3s ease-in-out infinite;
}

@keyframes badgeFloat {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-5px);
  }
}

.trust-badge i {
  font-size: 24px;
  color: #FFA802;
  animation: badgeIconSpin 4s linear infinite;
}

@keyframes badgeIconSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.trust-badge span {
  color: white;
  font-size: 14px;
  font-weight: 600;
}

/* Main Animations */
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .content {
    text-align: center;
    order: 2;
    margin-top: 1rem;
    max-width: 100%;
    justify-self: center;
  }

  .image-col {
    order: 1;
    max-height: none;
    justify-self: center;
  }

  .privacy-illustration {
    max-width: 450px;
  }

  .data-orbit {
    width: 300px;
    height: 300px;
  }

  .central-lock {
    width: 100px;
    height: 100px;
  }

  .central-lock img {
    width: 60px;
    height: 60px;
  }

  .data-element {
    width: 60px;
    height: 60px;
  }

  .data-element i {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .data-policy-section {
    padding: 60px 0;
    min-height: 60vh;
  }

  .hero-content-wrapper {
    padding: 0 20px;
  }

  .hero-grid {
    gap: 20px;
    min-height: auto;
  }

  .content {
    margin-top: 0.5rem;
  }

  .privacy-badge {
    padding: 10px 20px !important;
    font-size: 12px !important;
  }

  .privacy-illustration {
    max-width: 380px;
  }

  .data-orbit {
    width: 250px;
    height: 250px;
  }

  .central-lock {
    width: 80px;
    height: 80px;
  }

  .central-lock img {
    width: 50px;
    height: 50px;
  }

  .data-element {
    width: 50px;
    height: 50px;
  }

  .data-element i {
    font-size: 18px;
  }

  .glow-ring:nth-child(1) {
    width: 150px;
    height: 150px;
  }

  .glow-ring:nth-child(2) {
    width: 200px;
    height: 200px;
  }

  .glow-ring:nth-child(3) {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 576px) {
  .data-policy-section {
    padding: 60px 0 40px;
  }

  .privacy-illustration {
    max-width: 320px;
  }

  .data-orbit {
    width: 200px;
    height: 200px;
  }

  .central-lock {
    width: 70px;
    height: 70px;
  }

  .central-lock img {
    width: 40px;
    height: 40px;
  }

  .data-element {
    width: 45px;
    height: 45px;
  }

  .data-element i {
    font-size: 16px;
  }

  .trust-badge {
    display: none;
  }
}

@media (max-width: 480px) {
  .privacy-illustration {
    max-width: 280px;
  }

  .data-orbit {
    width: 180px;
    height: 180px;
  }

  .central-lock {
    width: 60px;
    height: 60px;
  }

  .central-lock img {
    width: 35px;
    height: 35px;
  }

  .data-element {
    width: 40px;
    height: 40px;
  }

  .data-element i {
    font-size: 14px;
  }
}
/* Enhanced Policy Section Cards - FULLY RESPONSIVE */
.policy-section {
  padding: clamp(1rem, 4vw, 3rem) clamp(0.5rem, 3vw, 2rem);
  padding-top: 0px !important;
  max-width: 100%;
  overflow-x: hidden;
}

 

.policy-card {
  border-radius: clamp(15px, 3vw, 25px);
  background: #0d163e !important;
  border: 2px solid rgba(255, 168, 2, 0.15);
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  animation: fadeInUp 0.8s ease-out;
  padding: clamp(12px, 3vw, 24px);
  margin-bottom: clamp(20px, 4vw, 50px);
  display: flex;
  align-items: center;
  gap: clamp(10px, 3vw, 20px);
  flex-direction: row;
}

/* Mobile First Approach */
@media (max-width: 768px) {
  .policy-card {
    flex-direction: column;
    text-align: center;
    padding: clamp(15px, 4vw, 20px);
    gap: clamp(15px, 4vw, 25px);
  }

  .policy-card.reverse-mobile {
    flex-direction: column;
  }
}

/* Tablet Adjustments */
@media (min-width: 769px) and (max-width: 1024px) {
  .policy-card {
    gap: clamp(15px, 2.5vw, 20px);
    padding: clamp(18px, 3.5vw, 22px);
  }
}

/* Animation Effects */
.policy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 168, 2, 0.08), transparent);
  transition: left 0.6s ease;
}

.policy-card:hover::before {
  left: 100%;
}

.policy-card:hover {
  /* transform: translateY(-5px); */
  box-shadow: 0 15px 35px rgba(255, 95, 21, 0.2);
  border-color: rgba(255, 168, 2, 0.3);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Icon Container - RESPONSIVE */
.icon-container {
  border: 3px solid orange;
  border-radius: clamp(15px, 3vw, 25px);
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(8px, 2vw, 12px);
}

.icon-container img {
  height: clamp(80px, 15vw, 200px);
  width: auto;
  max-width: 100%;
  object-fit: contain;
}

/* Content Container - RESPONSIVE */
.content-container {
  flex: 1;
  min-width: 0;
  /* Prevents flex item from overflowing */
}

/* Typography - FULLY RESPONSIVE */
.policy-title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: clamp(18px, 4.5vw, 35px) !important;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: clamp(24px, 5.5vw, 42px) !important;
  letter-spacing: clamp(-0.5px, -0.2vw, -1.2px);
  text-align: center;
  background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: clamp(10px, 2vw, 15px);
}

.policy-text {
  text-align: justify;
  font-size: clamp(14px, 3vw, 22px) !important;
  line-height: clamp(20px, 4vw, 32px);
  margin-bottom: clamp(8px, 2vw, 15px);
}

/* Table Styles - FULLY RESPONSIVE */
.policy-table {
  width: 100%;
  font-size: clamp(14px, 3vw, 22px) !important;
  background-color: transparent;
  border-collapse: collapse;
  margin-top: clamp(8px, 2vw, 15px);
}

.policy-table td {
  padding: clamp(6px, 1.5vw, 8px) !important;
  vertical-align: top;
  /* word-break: break-word; */
}

.policy-table .star-cell {
  width: clamp(25px, 5vw, 30px);
  text-align: center;
}

.policy-table .colon-cell {
  width: clamp(15px, 3vw, 20px);
  text-align: center;
  padding: clamp(6px, 1.5vw, 8px) clamp(10px, 2vw, 20px) clamp(6px, 1.5vw, 8px) clamp(6px, 1.5vw, 8px) !important;
}

.policy-table .content-cell {
  text-align: justify;
}

.policy-table strong {
  font-size: clamp(13px, 2.8vw, 20px);
  font-weight: 700;
  font-family: 'Source Sans Pro', sans-serif;
  background: linear-gradient(90deg, #ff5f15 0%, #ffa802 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
}

.star-icon {
  color: darkorange;
  font-size: clamp(16px, 3vw, 20px);
}

/* Special Mobile Adjustments */
@media (max-width: 480px) {
  .policy-card {
    margin-bottom: clamp(25px, 8vw, 50px);
    border-radius: 15px;
  }

  .policy-title {
    font-size: clamp(16px, 5vw, 24px) !important;
    line-height: clamp(22px, 6vw, 30px) !important;
  }

  .policy-text {
    font-size: clamp(13px, 3.5vw, 18px) !important;
    text-align: left;
  }

  .policy-table {
    font-size: clamp(13px, 3.5vw, 18px) !important;
  }

  .policy-table strong {
    font-size: clamp(12px, 3.2vw, 16px);
  }

  .icon-container {
    border-radius: 15px;
  }

  .icon-container img {
    height: clamp(60px, 20vw, 120px);
  }
}

/* Extra Large Screens */
@media (min-width: 1400px) {
  .policy-section {
    /* max-width: 1200px; */
    margin: 0 auto;
    padding-top: 4rem;
  }
}

/* Banner Section - RESPONSIVE */
.banner-wrapper {
  margin: clamp(20px, 4vw, 40px) 0 !important;
}

.banner-wrapper img {
  width: 100%;
  /* height: auto; */
  border-radius: clamp(15px, 3vw, 30px);
  object-fit: cover;
}

/* Enhanced Banner Images */
.banner-wrapper img {
  transition: all 0.4s ease;
  filter: brightness(1.05) contrast(1.1);
}

.banner-wrapper img:hover {
  transform: scale(1.02);
  filter: brightness(1.1) contrast(1.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Utility Classes */
.text-center {
  text-align: center !important;
}

/* .no-break {
  white-space: nowrap;
} */

/* Fix for long words in table cells */
/* .policy-table td {
  word-wrap: break-word;
  overflow-wrap: break-word;
} */

/* Ensure proper spacing on all devices */
.policy-section>div:last-child {
  margin-bottom: -2.5rem;
}





/* ================= Responsive ================= */



/* Mobile Tablets */





/* Scroll-triggered animations */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

/* Enhanced gradient text animations */
span[style*="background: linear-gradient"] {
  animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

a {
  color: white;
  text-decoration: none;
}

/* Animation Keyframes */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Floating Particles */
.floating-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.particle {
  position: absolute;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  animation: float-up 15s infinite linear;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.particle:nth-child(1) {
  left: 10%;
  width: 4px;
  height: 4px;
  animation-delay: 0s;
}

.particle:nth-child(2) {
  left: 20%;
  width: 6px;
  height: 6px;
  animation-delay: 2s;
}

.particle:nth-child(3) {
  left: 30%;
  width: 3px;
  height: 3px;
  animation-delay: 4s;
}

.particle:nth-child(4) {
  left: 40%;
  width: 5px;
  height: 5px;
  animation-delay: 6s;
}

.particle:nth-child(5) {
  left: 50%;
  width: 4px;
  height: 4px;
  animation-delay: 8s;
}

.particle:nth-child(6) {
  left: 60%;
  width: 7px;
  height: 7px;
  animation-delay: 10s;
}

.particle:nth-child(7) {
  left: 70%;
  width: 3px;
  height: 3px;
  animation-delay: 12s;
}

.particle:nth-child(8) {
  left: 80%;
  width: 5px;
  height: 5px;
  animation-delay: 14s;
}

.particle:nth-child(9) {
  left: 90%;
  width: 4px;
  height: 4px;
  animation-delay: 1s;
}



.data-policy-section img {
  max-width: 100%;
  height: auto;
  /* animation: slideInRight 1.2s ease-out 0.4s both, floatImage 6s ease-in-out infinite; */
  filter: drop-shadow(0 15px 35px rgba(0, 0, 0, 0.3));
  border-radius: 20px;
  transition: transform 0.3s ease;
}

.data-policy-section img:hover {
  transform: scale(1.05) rotate(2deg);
}

/* Decorative Elements */
.glow-orb {
  position: absolute;
  width: clamp(80px, 15vw, 150px);
  height: clamp(80px, 15vw, 150px);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 70%);
  border-radius: 50%;
  top: 20%;
  right: 10%;
  animation: pulse 4s ease-in-out infinite;
  z-index: 1;
}

.glow-orb:nth-child(2) {
  width: clamp(60px, 12vw, 100px);
  height: clamp(60px, 12vw, 100px);
  top: 70%;
  left: 15%;
  animation-delay: 2s;
}

/* Enhanced Banner Images */
.banner-wrapper img {
  transition: all 0.4s ease;
  filter: brightness(1.05) contrast(1.1);
  border-radius: clamp(15px, 3vw, 30px);
}

.banner-wrapper img:hover {
  transform: scale(1.02);
  filter: brightness(1.1) contrast(1.15);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Animations */
@keyframes pulseOverlay {

  0%,
  100% {
    opacity: 0.8;
    transform: scale(1);
  }

  50% {
    opacity: 1;
    transform: scale(1.02);
  }
}

@keyframes float-up {
  0% {
    transform: translateY(100vh) rotate(0deg);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  90% {
    opacity: 1;
  }

  100% {
    transform: translateY(-100px) rotate(360deg);
    opacity: 0;
  }
}

@keyframes floatImage {

  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }

  50% {
    transform: translateY(-10px) rotate(1deg);
  }
}

/* @keyframes pulse {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.8;
  }
} */
