/* =====================================================
   Foxin Warranty Page – Scoped Styles
   DO NOT use outside .fx-warranty-page
   ===================================================== */

/* =========================================
   HARD RESET – WARRANTY PAGE ONLY
   ========================================= */

    
/* 
.fx-warranty-page,
.fx-warranty-page * {
  box-sizing: border-box;
} */

.fx-warranty-page h1,
.fx-warranty-page h2,
.fx-warranty-page h3,
.fx-warranty-page p {
  all: unset;
  display: block;
}

.fx-warranty-page section {
  all: unset;
  display: block;
}
/* =========================================
   HEADER – CENTERED LOGO
   ========================================= */

.fx-header {
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #f0f0f0;
}

.fx-header-inner {
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fx-header-logo {
  height: 55px;
  width: auto;
}

/* Mobile */
@media (max-width: 768px) {
  .fx-header-inner {
    height: 64px;
  }

  .fx-header-logo {
    height: 45px;
  }
}


/* =========================
   Hero Section
========================= */
/* =========================================
   HERO – FINAL CALIBRATED VERSION
   ========================================= */
.fx-hero {
  position: relative;
  height: 400px;
  display: flex;                 /* 🔑 KEY */
  align-items: center;           /* vertical center */
  justify-content: flex-start;
  background-color: #0b0f14;
  overflow: hidden;
}

/* Image */
.fx-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;             /* banner image = cover */
  z-index: 1;
}

.product_category {
  background-color: #2f80ed;
}

@media (max-width: 768px) {
  .fx-hero {
    background-size: cover; /* mobile can crop safely */
    background-position: center;
    height: 300px !important;
    
  }

  .fx-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 40%,
    rgba(0, 0, 0, 0.671) 70%,
    rgba(0, 0, 0, 0.432) 100%
  );
}

/* Image */
.fx-hero-img {
  position:absolute;
  object-fit: cover;   

}

.fx-hero-inner p {
 display: none;
}

.fx-hero-meta {
 display: none;
}
}


.fx-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.fx-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 620px;
  margin-left: 8%;
  /* padding-top: 50px; */
}

/* .fx-hero-inner {
  top: 50%;
  transform: translateY(-50%);
} */


/* Typography */
.fx-hero-inner h1 {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 14px;
}

.fx-hero-inner p {
  font-size: 17px;
  line-height: 1.6;
  color: #eaeaea;
  margin-bottom: 10px;
}

.fx-hero-meta {
  font-size: 14px;
  color: #cccccc;
}

/* Tablet */
@media (max-width: 991px) {
  .fx-hero {
    height: 520px;
    background-position: center;
  }

  .fx-hero-inner {
    margin-left: 6%;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .fx-hero {
    height: 460px;
  }

  .fx-hero-inner {
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }

  .fx-hero-inner h1 {
    font-size: 30px;
  }

  .fx-hero-inner p {
    font-size: 15px;
  }
}

/* =========================================
   WHY REGISTERING MATTERS
   ========================================= */
   .fx-why {
  position: relative;
  z-index: 1;
  margin-top: 0;
}


.fx-why {
  background-color: #ffffff;
  padding: 30px 0;
}

.fx-why-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}

/* Section title */
.fx-section-title {
  font-size: 30px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 30px;
}

/* Grid */
.fx-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* Card */
.fx-why-card {
  padding: 32px 26px;
  border-radius: 12px;
  background-color: #fafafade;
  transition: all 0.3s ease;
}

.fx-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 10px rgba(163, 163, 163, 0.08);
}

/* Icon */
.fx-why-icon {
  font-size: 40px;
  margin-bottom: 16px;
}
.fx-why-icon {

    height: 120px;
    width: 120px;
}
/* Card text */
.fx-why-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 10px;
}

.fx-why-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
}

/* Tablet */
@media (max-width: 991px) {
  .fx-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 640px) {
  .fx-why {
    padding: 30px 0;
  }

  .fx-section-title {
    font-size: 24px;
    margin-bottom: 35px;
  }

  .fx-why-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
/* =========================================
   TRANSITION CTA
   ========================================= */

.fx-cta {
  text-align: center;
  padding: 0px 20px 0px;
  background-color: #ffffff;
}

.fx-cta h2 {
  font-size: 28px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 12px;
}

.fx-cta p {
  font-size: 15px;
  color: #555555;
}
/* =========================================
   FORM CONTAINER
   ========================================= */

.fx-form-section {
  background-color: #ffffff;
  padding: 40px 20px 80px;
}

.fx-form-card {
  max-width: 820px;
  margin: 0 auto;
  padding: 40px 36px;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* Let existing inputs breathe */
.fx-form-card input,
.fx-form-card select,
.fx-form-card textarea {
  width: 100%;
}

/* Mobile */
@media (max-width: 768px) {
  .fx-form-card {
    padding: 30px 20px;
  }
}
/* =========================================
   PREMIUM FORM – FOXIN WARRANTY
   ========================================= */

.fx-premium-form {
  width: 100%;
}

/* Grid spacing cleanup */
.fx-premium-form .row {
  row-gap: 22px;
}

/* Labels */
.fx-premium-form label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}

/* Inputs, Select, Textarea */
.fx-premium-form .form-control,
.fx-premium-form select,
.fx-premium-form textarea {
  width: 100%;
  height: 48px;
  padding: 12px 14px;
  background-color: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  font-size: 14px;
  color: #222;
  box-shadow: none;
  transition: all 0.2s ease;
}

/* Textarea height */
.fx-premium-form textarea {
  height: auto;
  resize: none;
}

/* Focus state */
.fx-premium-form .form-control:focus,
.fx-premium-form select:focus,
.fx-premium-form textarea:focus {
  outline: none;
  border-color: #2f80ed;
  box-shadow: 0 8px 4px rgba(0, 0, 0, 0.08);
}


/* Placeholder */
.fx-premium-form ::placeholder {
  color: #9b9b9b;
  font-size: 13px;
}

/* Custom select fix */
.fx-premium-form .custom_select select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 10px;
}

/* File upload */
.fx-premium-form input[type="file"] {
  font-size: 13px;
  color: #ccc;
}

/* Submit button */
.fx-premium-form button[type="submit"] {
  width: 100%;
  margin-top: 20px;
  height: 52px;
  border-radius: 10px;
  background: linear-gradient(135deg, #2f80ed, #1c5fd4);
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Hover */
.fx-premium-form button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(47, 128, 237, 0.22);
}

/* Remove Bootstrap blue outline */
.fx-premium-form .btn:focus {
  box-shadow: none;
}

/* Mobile */
@media (max-width: 768px) {
  .fx-premium-form .row {
    row-gap: 16px;
  }

  .fx-premium-form button[type="submit"] {
    height: 48px;
  }
}
.fx-form-card {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

/* =========================================
   FOOTER – MINIMAL & TRUST-LED
   ========================================= */

.fx-footer {
  background-color: #0f0f0f;
  padding: 40px 20px;
  color: #bdbdbd;
  font-size: 13px;
}

.fx-footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.fx-footer-top {
  margin-bottom: 12px;
}

.fx-footer-top a {
  color: #2f80ed;
  margin-left: 6px;
  text-decoration: none;
}

.fx-footer-top a:hover {
  text-decoration: underline;
}

.fx-footer-bottom span {
  display: block;
  margin-top: 4px;
}

/* Mobile */
@media (max-width: 640px) {
  .fx-footer {
    padding: 30px 16px;
  }
}
