html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", sans-serif;
  background: #000;
  color: #fff;

}
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/* ================= HEADER ================= */
.main-header {
  background: #000;
}

.navbar {
  padding: 14px 0;
}

.logo-img {
  height: 70px;
}

.navbar-nav .nav-link {
  color: #fff;
  margin: 0 12px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  color: #e6005c;
}

/* ================= HERO ================= */
.hero-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

/* ================= ANIMATION ================= */
.hero-left,
.hero-right {
  opacity: 0;
}

.hero-left {
  animation: heroLeftIn 1.2s ease forwards;
}

.hero-right {
  animation: heroRightIn 1.2s ease forwards;
  animation-delay: 0.2s;
}

@keyframes heroLeftIn {
  from { opacity: 0; transform: translateX(-80px); }
  to { opacity: 1; transform: translateX(0); }
}

@keyframes heroRightIn {
  from { opacity: 0; transform: translateX(80px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ================= LEFT FIX ================= */
.hero-text {
  padding-left: 62px;
}

/* BADGE */
.neon-badge {
display: inline-block;
  padding: 8px 22px;
  font-size: 13px;
  font-weight: 600; 
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #ff4d88;         
  background: #0b0b0b;     
  border-radius: 999px;
  position: relative;
   box-shadow:
    0 0 6px rgba(230, 0, 92, 0.6),
    0 0 14px rgba(230, 0, 92, 0.6),
    0 0 32px rgba(230, 0, 92, 0.55),
    inset 0 0 8px rgba(230, 0, 92, 0.25);
}

/* TEXT */
.hero-text h1 {
  font-size: 58px;
  font-weight: 700;
  margin-top: 20px;
}

.hero-text p {
  color: #ccc;
  max-width: 480px;
  margin-top: 12px;
}

/* BUTTON */
.btn-outline {
  border: 1px solid #e6005c;
  color: #fff;
  padding: 10px 28px;
  margin-top: 16px;
  border-radius:0px;
}

.btn-outline:hover {
  background: #cc0051;
}

/* STATS */
.hero-stats {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}

.hero-stats > div {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
}

.hero-stats h3 {
  margin: 0;
  font-size: 22px;
  color: #e6005c;
}

/* VIDEO */
.video-box {
  max-width: 520px;
  margin: auto;
  cursor: pointer;
  background: #111;
  box-shadow: 10px 10px #93073f;
}
/* ================= MODAL ================= */
.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.video-modal video {
  width: 100%;
  max-height: 480px;
  border-radius: 10px;
}

.close-btn {
  position: absolute;
  top: -35px;
  right: 0;
  font-size: 28px;
  cursor: pointer;
}

.video-thumb {
  width: 100%;
}

/* PLAY BUTTON */
.play-btn {
  position: absolute;
  inset: 50%;
  width: 72px;
  height: 72px;
  background: #e6005c;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.play-btn::after {
  content: "";
  position: absolute;
  left: 55%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .hero-section { padding: 30px 0; }

  .hero-text {
    padding-left: 0;
    text-align: center;
  }
  .hero-section{
      padding:80px 0px;
  }

  .hero-text h1 {
    font-size: 30px;
  }

  .hero-stats {
    flex-direction: column;
    padding-left:20px;
    padding-right:10px;
    margin-bottom:30px;
  }
}


/* ================= ANIMATED BLOBS ================= */
.blob-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.blob {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.55;
  animation: blobMove 18s infinite alternate ease-in-out;
}

.blob-1 {
  background: radial-gradient(circle, #e6005c, transparent 60%);
  top: 20%;
  left: -10%;
}

.blob-2 {
  background: radial-gradient(circle, #7a0033, transparent 60%);
  bottom: -20%;
  right: -10%;
  animation-delay: 6s;
}

@keyframes blobMove {
  0% { transform: translate(0,0) scale(1); }
  50% { transform: translate(120px,-80px) scale(1.2); }
  100% { transform: translate(-80px,100px) scale(1); }
}



/* card-SECTION */
.why-axa {
  padding: 70px 0;
  background: #fff;
  text-align: center;
}

.title {
  font-size: 48px;
  font-weight: 700;
  color: #000;
}

.subtitle {
  color: #555;
  margin-bottom: 50px;
}
/* ================= WHY CHOOSE KEAA ================= */
.why-axa {
  padding: 70px 0;
  background: #fff;
}

.why-axa .title {
  font-size: 38px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.why-axa .subtitle {
  color: #555;
  margin: 12px 0 50px;
  text-align: center;
}

/* ================= GRID ================= */
.axa-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

/* ================= GROUP ================= */

.axa-group {
  grid-column: span 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* entry direction */
.axa-group.left-group {
  transform: translateX(-120px);
}

.axa-group.right-group {
  transform: translateX(120px);
}

/* when visible */
.axa-group.show {
  opacity: 1;
  transform: translateX(0);
}

/* ================= CARD ================= */
.axa-card {
  background: #fff;
  padding: 26px 24px;
  text-align: left;

  border: 1px solid #eee;
  border-left: 4px solid #e6005c;

  transition: box-shadow 0.3s ease;
}

.axa-card:hover {
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
}

/* ================= ICON ================= */
.axa-card .icon-wrap {
  width: 34px;
  height: 34px;
  margin-bottom: 22px;
  color: #e6005c;
}

.axa-card .icon-wrap svg {
  width: 100%;
  height: 100%;
  stroke-width: 2.2;
}

/* ================= TEXT ================= */
.axa-card h4 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #000;
}

.axa-card p {
  font-size: 13.5px;
  color: #555;
  line-height: 1.6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .axa-cards {
    grid-template-columns: 1fr;
  }

  .axa-group {
    grid-column: span 1;
    grid-template-columns: 1fr;
    transform: translateY(60px);
  }
}


/* product-SECTION */
.product-section {
  background: #000;
  padding: 70px 0;
  color: #fff;
}

/* ================= CONTAINER ================= */
.product-container {
  max-width: 1050px;   
  margin: 0 auto;      
  padding: 0 24px;     
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;           
  align-items: center;
}

/* ================= IMAGE ================= */
.product-image-wrap {
  position: relative;
  padding-left: 20px; }

.product-img {
  width: 100%;
  max-width: 440px;   
  display: block;
  box-shadow: 10px 10px #ab0246;;
}
/* ================= CONTENT ================= */
.product-content h2 {
  font-size: 38px;
  margin-bottom: 6px;
  font-weight: 700;
}

.sub-title {
  color: #aaa;
  margin-bottom: 14px;
}

.rating {
  color: #e6005c;
  margin-bottom: 16px;
}

.price {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 18px;
}

/* FEATURES */
.features {
  list-style: none;
  padding: 0;
  margin-bottom: 26px;
}

.features li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
  color: #ddd;
}

.features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #e6005c;
}


/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .product-container {
    grid-template-columns: 1fr;
    gap: 32px;
    text-align: left;
  }

  .product-image-wrap {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }

  .product-img {
    max-width: 100%;
  }

  .features li {
    text-align: left;
  }
}
/* ================= PRODUCT SCROLL ANIMATION ================= */
.product-animate {
  opacity: 0;
  transition: all 0.9s ease;
  will-change: transform, opacity;
}

.product-animate.from-left {
  transform: translateX(-80px);
}

.product-animate.from-right {
  transform: translateX(80px);
}

.product-animate.show {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile me soft animation */
@media (max-width: 768px) {
  .product-animate.from-left,
  .product-animate.from-right {
    transform: translateY(40px);
  }
}

/* ================= TRUSTED SECTION ================= */
.trusted-section {
  position: relative;
  background: #000;
  padding: 30px 20px;
  color: #fff;
  overflow: hidden;
}

/* ================= CONTAINER ================= */
.trusted-container {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
  text-align: center;
}

.trusted-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.trusted-subtitle {
  color: #aaa;
  margin-bottom: 60px;
}

/* ================= CARDS GRID (IMPORTANT) ================= */
.trusted-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* ================= CARD ================= */
.trusted-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 4px solid #e6005c;
  padding: 28px 26px;
  text-align: left;
  border-radius: 10px;

  /* animation base */
  opacity: 0;
  transition: transform 0.7s ease, opacity 0.7s ease;
}

/* LEFT GROUP (1st & 3rd) */
.trusted-card.left-group {
  transform: translateX(-80px);
}

/* RIGHT GROUP (2nd & 4th) */
.trusted-card.right-group {
  transform: translateX(80px);
}

/* SHOW STATE */
.trusted-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* ICON */
.icon-wrap {
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
  color: #e6005c;
}

.icon-wrap svg {
  width: 100%;
  height: 100%;
  stroke-width: 2.2;
}

.trusted-card h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

.trusted-card p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/* ================= BLOB BACKGROUND ================= */
.blob-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.blob {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.45;
}

.blob-1 {
  background: radial-gradient(circle, #e6005c, transparent 60%);
  top: 10%;
  left: -15%;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .trusted-cards {
    grid-template-columns: 1fr;
  }

  .trusted-title {
    font-size: 32px;
  }

  .trusted-subtitle {
    margin-bottom: 40px;
  }

  /*  animation  of on mobile */
  .trusted-card.left-group,
  .trusted-card.right-group {
    transform: translateY(40px);
  }
}

/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  background: #000;
  padding: 100px 20px;
  color: #fff;
}

.testimonial-container {
  max-width: 1100px;
  margin: auto;
  text-align: center;
}

.testimonial-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonial-subtitle {
  color: #aaa;
  margin-bottom: 60px;
}

/* ================= GRID ================= */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* ================= CARD BASE ================= */
.testimonial-card {
  background: #fff;
  color: #000;
  padding: 30px 28px;
  text-align: left;
  border: 2px solid #ff0000;

  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

/* LEFT COLUMN (1st & 3rd card) */
.testimonial-card:nth-child(odd) {
  transform: translateX(-120px);
}

/* RIGHT COLUMN (2nd & 4th card) */
.testimonial-card:nth-child(even) {
  transform: translateX(120px);
}

/* SHOW */
.testimonial-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* STARS */
.stars {
  color: #ff0000;
  font-size: 16px;
  margin-bottom: 18px;
}

/* REVIEW */
.review {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 28px;
}

/* AUTHOR */
.author strong {
  display: block;
  font-size: 14px;
  font-weight: 600;
}

.author span {
  font-size: 12px;
  color: #555;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 900px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    transform: translateY(60px);
  }

  .testimonial-card.show {
    transform: translateY(0);
  }

  .testimonial-title {
    font-size: 32px;
  }
}


/* ================= CONTACT SECTION ================= */

.contact-section {
  background: #000;
  padding: 80px 20px;
  display: flex;
  justify-content: center;
}

/* WRAPPER */
.contact-wrapper {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: stretch;
}

/* ================= LEFT CARD ================= */

.contact-card.neo-left {
  background: linear-gradient(135deg, #0b0b0b, #111);
  border-radius: 22px;
  padding: 34px 32px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 80px rgba(255,255,255,0.04);
  display: flex;
  flex-direction: column;
}

/* BADGE */
.neo-badge {
  display: inline-block;
  padding: 6px 16px;
  font-size: 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  width: fit-content;
  margin-bottom: 18px;
}

/* LEFT TEXT */
.neo-left h3 {
  font-size: 32px;
  margin-bottom: 10px;
}

.neo-desc {
  font-size: 14px;
  color: #bbb;
  max-width: 260px;
  margin-bottom: 28px;
}

/* INFO LIST */
.neo-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* INFO CARD */
.neo-info-card {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.25s ease;
}
.neo-info-card:hover { background: rgba(255,255,255,0.08); }
/* ICON */
.neo-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

/* TEXT */
.neo-text {
  flex: 1;
  min-width: 0;
}

.neo-text small {
  display: block;
  font-size: 11px;
  color: #aaa;
}

.neo-text strong {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  word-break: break-word;
}

/* CLICKABLE ARROW (SAFE) */
.neo-arrow {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  flex-shrink: 0;
  transition: 0.25s ease;
}

.neo-arrow:hover {
  background: rgba(255,255,255,0.18);
  transform: translateY(-1px);
}


/* ================= RIGHT FORM ================= */

.form-card.neo-form {
  background: linear-gradient(135deg, #0c0c0c, #121212);
  border-radius: 22px;
  padding: 36px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: inset 0 0 80px rgba(255,255,255,0.05);
}

/* FORM TEXT */
.form-title {
  font-size: 30px;
  margin-bottom: 8px;
}

.form-subtitle {
  font-size: 14px;
  color: #bbb;
  margin-bottom: 28px;
}

/* FORM */
.glass-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.glass-form input,
.glass-form textarea {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  padding: 14px 16px;
  color: #fff;
  font-size: 14px;
  outline: none;
}

.glass-form textarea {
  min-height: 120px;
  resize: none;
}

.glass-form input::placeholder,
.glass-form textarea::placeholder {
  color: #aaa;
}

.glass-form input:focus,
.glass-form textarea:focus {
  border-color: #e6005c;
  background: rgba(255,255,255,0.08);
}

/* ===== BUTTON LOADER ===== */
.form-btn {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background:#e6005c;
  color:#fff;
  padding:10px 30px;
  border-radius:50px;
  border:1px solid #e6005c;
}

.form-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* Loader spinner */
.btn-loader {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255,255,255,0.4);
  border-top-color: #fff;
  border-radius: 50%;
  display: none;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ================= SOCIAL ICONS ================= */

.social-icons {
  margin-top: 28px;
  display: flex;
  gap: 22px;
}

.icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  outline: 2px solid #fff;
  outline-offset: 0;
  transition: all 0.25s ease;
  text-decoration: none;
}

.icon i {
  color: #fff;
  font-size: 22px;
}

.icon:hover {
  outline-offset: 4px;
  animation: shake 0.25s;
}

.facebook:hover {
  background: #1877f2;
  outline-color: #1877f2;
}

.instagram:hover {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  outline-color: #fd5949;
}

.youtube:hover {
  background: #ff0000;
  outline-color: #ff0000;
}
/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contact-card.neo-left,
  .form-card.neo-form {
    padding: 28px 22px;
  }

  .neo-left h3,
  .form-title {
    font-size: 24px;
  }

  .neo-desc,
  .form-subtitle {
    font-size: 13px;
  }
  .contact-section {

  padding: 20px 30px;

}
}
 
/* ================= USAGE SECTION ================= */

.usage-section {
  background: #ffffff;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

.usage-title {
  color: #000;
  font-size: 38px;
  margin-bottom: 50px;
  font-weight: 700;
}

/* ================= GRID ================= */

.usage-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* ================= CARD ================= */

.usage-card {
  position: relative;
  overflow: hidden;
  background: #111;
  cursor: pointer;

  /* animation base */
  opacity: 0;
  transition: all 0.9s ease;
}

/* LEFT GROUP */
.usage-card.left-group {
  transform: translateX(-120px);
}

/* RIGHT GROUP */
.usage-card.right-group {
  transform: translateX(120px);
}

/* SHOW */
.usage-card.show {
  opacity: 1;
  transform: translateX(0);
}

/* IMAGE */
.usage-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

/* HOVER */
.usage-card:hover {
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.9);
  transform: translateY(-4px);
}

/* ================= RESPONSIVE ================= */

@media (max-width: 1024px) {
  .usage-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .usage-grid {
    grid-template-columns: 1fr;
  }
.usage-section {
  padding: 40px 20px;
 
}
  .usage-title {
    font-size: 26px;
  }

  .usage-card {
    transform: translateY(60px);
  }

  .usage-card.show {
    transform: translateY(0);
  }
}

.simple-footer {
  background: #000;
  padding: 70px 20px 40px;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-inner {
  max-width: 900px;
  margin: auto;
}

/* LOGO */
.footer-logo img {
  height: 68px;
  margin-bottom: 18px;
}

/* ABOUT TEXT */
.footer-text {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 1.7;
  max-width: 620px;
  margin: 0 auto 26px;
}

/* COPYRIGHT */
.footer-copy {
  color: #666;
  font-size: 13px;
}

/* RESPONSIVE */
@media (max-width: 600px) {
  .footer-text {
    font-size: 13px;
  }

  .footer-logo img {
    height: 40px;
  }
}
/* ================= CTA IMAGE SECTION ================= */

.cta-section {
  width: 100%;
  overflow: hidden;
  background: #000;
  margin-bottom: 50px;
}

.cta-link {
  display: block;
}

/* ================= CTA ANIMATION ================= */

.cta-image {
  transform: scale(1.15);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  will-change: transform, opacity;
   width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  cursor: pointer;
}
/* When visible */
.cta-image.cta-show {
  transform: scale(1);
  opacity: 1;
}

/* Desktop */
@media (min-width: 1200px) {
  .cta-image {
    max-height: 500px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .cta-image {
    max-height: 280px;
  }
  .cta-section{margin-top:-40px;}
}
/* ================= THANK YOU MODAL ================= */
.thankyou-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.thankyou-modal.show {
  display: flex;
}

/* BOX */
.thankyou-box {
  background: #111;
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  max-width: 380px;
  width: 90%;
  position: relative;
  animation: popIn 0.35s ease;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
}

/* CHECK ICON */
.check-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #e6005c;
  color: #fff;
  font-size: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

/* TEXT */
.thankyou-box h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.thankyou-box p {
  font-size: 14px;
  color: #ccc;
  line-height: 1.6;
}

/* BUTTON */
.thank-btn {
  margin-top: 22px;
  padding: 10px 26px;
  background: #e6005c;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

/* CLOSE */
.close-modal {
  position: absolute;
  top: 12px;
  right: 14px;
  font-size: 22px;
  cursor: pointer;
  color: #aaa;
}

/* ANIMATION */
@keyframes popIn {
  from {
    opacity: 0;
    transform: scale(0.85);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}



/* ================= FORCE VISIBILITY FIX ================= */
/* Agar JS fail bhi ho jaye to content kabhi hide na ho */

.axa-group,
.trusted-card,
.testimonial-card,
.usage-card,
.product-animate {
  opacity: 1 !important;
  transform: none !important;
}

/* Contact section visibility fix */
.contact-left,
.contact-right {
  opacity: 1 !important;
  transform: none !important;
}
