/* ================= HERO ================= */
.fs-hero {
  padding: 140px 0 120px;
  background: linear-gradient(
      rgba(31, 79, 216, 0.85),
      rgba(31, 79, 216, 0.85)
    ),
    url("../assets/img/img/bgbanner.png") center center / cover no-repeat;
  color: #ffffff;
}

.fs-hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.fs-hero p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 30px;
}

.fs-hero-cta .btn {
  margin: 10px;
  padding: 14px 36px;
  border-radius: 50px;
}

/* ================= TRUST BAR ================= */
.fs-trust {
  background: #f8fafc;
  padding: 25px 0;
  font-weight: 600;
  color: #1e293b;
}

/* ================= CARDS ================= */
.fs-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}

.fs-card h3 {
  color: var(--heading-color);
  margin-bottom: 15px;
}

/* ================= FEATURES ================= */
.fs-features .row > div {
  padding: 20px;
  font-weight: 600;
}

/* ================= ORDER MANAGEMENT ================= */
.fs-orders h2 {
  margin-bottom: 15px;
}

.fs-orders p {
  max-width: 700px;
  margin: 0 auto;
}

/* ================= CTA ================= */
.fs-cta {
  background: linear-gradient(90deg, #1f4fd8, #00c389);
  color: #ffffff;
  padding: 80px 0;
}

.fs-cta h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.fs-cta .btn {
  margin-top: 20px;
  padding: 14px 40px;
  border-radius: 50px;
}
/* ================= HEADER ================= */
.fs-header {
  background: #ffffff;
  padding: 12px 0;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.06);
}

.fs-logo img {
  height: 38px;
  margin-right: 10px;
}

.fs-logo span {
  font-size: 20px;
  font-weight: 700;
  color: var(--heading-color);
}

.fs-nav a {
  margin-left: 22px;
  font-weight: 500;
  color: var(--default-color);
}

.fs-nav a:hover {
  color: var(--accent-color);
}

.fs-nav .btn {
  margin-left: 30px;
  padding: 6px 18px;
  border-radius: 20px;
}
/* ================= HERO BANNER ================= */
.fs-hero-banner {
  min-height: 85vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(
      rgba(31, 79, 216, 0.88),
      rgba(31, 79, 216, 0.88)
    ),
    url("assets/img/img/bgbanner1.png") center center / cover no-repeat;
  color: #ffffff;
}

.fs-hero-banner h1 {
  font-size: 52px;
  font-weight: 700;
  margin-bottom: 20px;
}

.fs-hero-banner p {
  font-size: 18px;
  max-width: 820px;
  margin: 0 auto 35px;
}

.fs-hero-cta .btn {
  margin: 10px;
  padding: 14px 40px;
  border-radius: 50px;
}
/* ================= MOBILE NAV ================= */
.fs-mobile-toggle {
  font-size: 28px;
  cursor: pointer;
  display: none;
}

@media (max-width: 991px) {
  .fs-mobile-toggle {
    display: block;
  }

  .fs-nav {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #ffffff;
    display: none;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  }

  .fs-nav a {
    margin: 10px 0;
  }

  .fs-nav.active {
    display: flex;
  }
}
/* ================= DEMO FORM ================= */
.fs-demo-form {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.fs-demo-form input,
.fs-demo-form select {
  width: 100%;
  padding: 12px 14px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #e5e7eb;
}

.fs-demo-form input:focus,
.fs-demo-form select:focus {
  border-color: var(--primary-blue);
  outline: none;
}
/* ================= DEMO MODAL ================= */
.fs-demo-modal {
  border-radius: 14px;
}

.fs-demo-modal .modal-header {
  background: linear-gradient(90deg, #1f4fd8, #00c389);
  color: #ffffff;
  border-radius: 14px 14px 0 0;
}

.fs-demo-modal .modal-title {
  font-weight: 600;
}

.fs-demo-modal .form-control {
  padding: 12px;
  border-radius: 8px;
}
/* ================= HERO ================= */
.fs-hero-banner {
  min-height: 85vh;
  display: flex;
  align-items: center;
  background:
    linear-gradient(rgba(31,79,216,.88), rgba(31,79,216,.88)),
    url("../assets/img/img/banner1.png") center/cover no-repeat;
  color: #fff;
}

.fs-hero-banner h1 {
  font-size: 50px;
  font-weight: 700;
}

.fs-hero-banner p {
  font-size: 18px;
  max-width: 820px;
  margin: 20px auto 35px;
}

.fs-hero-cta .btn {
  margin: 8px;
  padding: 14px 40px;
  border-radius: 50px;
}

/* ================= FEATURES ================= */
.fs-feature-card {
  background: #fff;
  padding: 30px;
  margin: 15px 0;
  border-radius: 12px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ================= LIST ================= */
.fs-list {
  list-style: none;
  padding-left: 0;
}

.fs-list li {
  padding-left: 25px;
  margin-bottom: 10px;
  position: relative;
}

.fs-list li:before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00c389;
}

/* ================= IMAGE PLACEHOLDER ================= */
.fs-image-box {
  height: 260px;
  background: #f1f5f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #64748b;
}

.fs-feature-card i {
  font-size: 42px;
  color: var(--primary-blue);
  margin-bottom: 15px;
  display: block;
}

.fs-feature-card h5 {
  font-weight: 600;
}
.fs-banner-preview {
  max-width: 1000px;
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
}
.fs-screen {
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}
@media (max-width: 768px) {
  .fs-banner-preview {
    margin-top: 30px;
  }
}
/* ================= TESTIMONIALS ================= */
.fs-testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: 100%;
}

.fs-testimonial-card p {
  font-style: italic;
  color: #334155;
}

.fs-testimonial-card h6 {
  margin-top: 15px;
  font-weight: 600;
  color: var(--primary-blue);
}
/* ================= TESTIMONIALS ================= */
.fs-testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  height: 100%;
}

.fs-testimonial-card p {
  font-style: italic;
  color: #334155;
}

.fs-testimonial-card h6 {
  margin-top: 15px;
  font-weight: 600;
  color: var(--primary-blue);
}

/* ================= FOOTER ================= */
.fs-footer {
  background: #0f172a;
  color: #cbd5e1;
  padding: 60px 0 20px;
  font-size: 14px;
}

.fs-footer h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}

.fs-footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fs-footer ul li {
  margin-bottom: 10px;
}

.fs-footer ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.fs-footer ul li a:hover {
  color: #22c55e;
}

.fs-footer-brand img {
  height: 40px;
  margin-bottom: 15px;
}

.fs-footer-brand p {
  line-height: 1.6;
}

.fs-footer-social a {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #ffffff;
  margin-right: 10px;
  transition: 0.3s;
}

.fs-footer-social a:hover {
  background: #22c55e;
  color: #ffffff;
}

.fs-footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #94a3b8;
}
/* ===== Drive Business Section ===== */
.fs-drive-business {
  padding: 70px 0;
  background: #f8fafc;
}

.fs-drive-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  display: block;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

.fs-drive-card i {
  font-size: 40px;
  color: #2563eb;
  margin-bottom: 15px;
}

.fs-drive-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0f172a;
}

.fs-drive-card p {
  font-size: 14px;
  color: #64748b;
}

.fs-drive-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.fs-drive-card:hover i {
  color: #22c55e;
}
/* ===== Product Panel ===== */
.fs-product-panel {
  padding: 80px 0;
}

.fs-product-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  height: 100%;
  border-left: 5px solid #2563eb;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s;
}

.fs-product-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.fs-product-card ul {
  padding-left: 18px;
  margin: 0;
}

.fs-product-card ul li {
  font-size: 14px;
  color: #475569;
  margin-bottom: 8px;
}

.fs-product-card:hover {
  border-left-color: #22c55e;
  transform: translateY(-4px);
}
/* ===== FAQ SECTION ===== */
.fs-faq-section {
  padding: 80px 0;
  background: #f8fafc;
}

.fs-faq-accordion .accordion-item {
  border: none;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.05);
}

.fs-faq-accordion .accordion-button {
  font-weight: 600;
  font-size: 16px;
  color: #0f172a;
  border-radius: 12px;
}

.fs-faq-accordion .accordion-button:not(.collapsed) {
  background: #2563eb;
  color: #ffffff;
}

.fs-faq-accordion .accordion-body {
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
}
.hero-banner {
  background-image: url("../img/img/bgbanner1.png");
  background-size: cover;          /* Fill full area */
  background-position: center;     /* Center image */
  background-repeat: no-repeat;    /* No repeat */
  min-height: 520px;               /* Banner height */
  display: flex;
  align-items: center;
  position: relative;
}

/* Optional overlay for readability */
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
.hero-banner {
  background-image: url("../img/img/bgbanner1.png");
  background-size: cover;          /* Fill full area */
  background-position: center;     /* Center image */
  background-repeat: no-repeat;    /* No repeat */
  min-height: 520px;               /* Banner height */
  display: flex;
  align-items: center;
  position: relative;
}

/* Optional overlay for readability */
.hero-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.banner-content {
  position: relative;
  z-index: 2;
  color: #fff;
}
body {
  background-image: url("../img/img/bgbanner1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.section-bg {
  background: url("../img/img/bgbanner.png") center / cover no-repeat;
  padding: 80px 0;
}
:root {
  --banner-image: url("../img/img/bgbanner.png");
}

.hero-banner {
  background-image: var(--banner-image);
}

.seo-hero {
  position: relative;
  min-height: 85vh;
  background: url("../img/img/bgbanner.png") center/cover no-repeat;
  display: flex;
  align-items: center;
}
.seo-hero .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(27, 39, 202, 0.85) 0%,
    rgba(27, 39, 202, 0.65) 35%,
    rgba(2, 209, 140, 0.25) 65%,
    rgba(2, 209, 140, 0.05) 100%
  );
}

.seo-hero .container {
  position: relative;
  z-index: 2;
}

.seo-hero h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-subtext {
  font-size: 18px;
  line-height: 1.7;
  max-width: 620px;
}
.fs-btn-primary {
  background: #1e7cff;
  border-radius: 30px;
  padding: 12px 28px;
}

.fs-btn-secondary {
  background: #1b8a5a;
  border-radius: 30px;
  padding: 12px 28px;
}
.fs-field-visit {
  background: linear-gradient(
    135deg,
    #f4f8ff 0%,
    #eef9f4 100%
  );
  padding: 80px 0;
}

.fs-field-visit h2 {
  font-weight: 700;
}

.fs-field-visit .fs-highlight {
  color: #1e7cff;
  font-weight: 600;
}

.fs-visit-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 25px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: transform 0.3s ease;
}

.fs-visit-card:hover {
  transform: translateY(-6px);
}
.fs-cta-strip .btn {
  background: #ffffff;
  color: #1b27ca;
  font-weight: 600;
  padding: 14px 34px;
  border-radius: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.fs-cta-strip .btn:hover {
  background: #f1f5ff;
  transform: translateY(-2px);
}
.fs-cta-strip {
  background: linear-gradient(
    135deg,
    #0a1a3a 0%,
    #102f5e 100%
  );
  color: #ffffff;
}
.fs-cta-strip::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(
    90deg,
    #02d18c,
    #1e7cff
  );
}
.fs-cta-strip h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fs-cta-strip p {
  font-size: 18px;
  opacity: 0.95;
}
.fs-cta-strip .btn {
  background: #ffffff;
  color: #1b27ca;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 30px;
  border: none;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
  transition: all 0.3s ease;
}

.fs-cta-strip .btn:hover {
  background: #f4f8ff;
  transform: translateY(-2px);
}
.fs-visit-planning {
  margin: 90px 0;        /* space between sections */
  padding: 80px 0;       /* inner spacing */
  position: relative;
}
.fs-visit-planning {
  background: linear-gradient(
    135deg,
    rgba(27, 39, 202, 0.08),   /* Blue (logo) */
    rgba(2, 209, 140, 0.08)    /* Green (logo) */
  );
}
.fs-visit-planning::before,
.fs-visit-planning::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 4px;
  background: linear-gradient(
    90deg,
    #1b27ca,
    #02d18c
  );
  border-radius: 10px;
}



.fs-visit-planning::before {
  top: 25px;
}

.fs-visit-planning::after {
  bottom: 25px;
}


body {
    background: #F3F3F3;
    color: #333;
    border: none;
    font-weight: 400;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100% !important;
    height: 100%;
}
.fs-core-modules {
  background: #ffffff;
}

.fs-module-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-top: 4px solid #1b27ca;
  transition: all 0.3s ease;
}

.fs-module-card.highlight {
  border-top-color: #02d18c;
}

.fs-module-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.fs-module-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fs-module-card ul {
  padding-left: 18px;
  margin-bottom: 15px;
}

.fs-module-card ul li {
  margin-bottom: 8px;
  font-size: 15px;
}

.fs-card-link {
  font-weight: 600;
  color: #1b27ca;
  text-decoration: none;
}

.fs-card-link:hover {
  text-decoration: underline;
}
.fs-why-choose {
  margin: 100px 0;        /* space above & below section */
  padding: 90px 0;
  background: #f9fbff;    /* soft neutral background */
}

.fs-why-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 10px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-left: 4px solid #1b27ca;
  transition: all 0.3s ease;
}

.fs-why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.fs-why-card h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.fs-why-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #555;
}
.fs-what-is {
  margin: 100px 0;          /* space from other sections */
  padding: 15px 0;
  background: #ffffff;
}

.fs-what-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 18px;
  text-align: center;
}

.fs-what-card {
  background: #f9fbff;
  border-radius: 14px;
  padding: 26px;
  height: 100%;
  border-left: 4px solid #02d18c;
}

.fs-what-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fs-what-card p {
  font-size: 15.5px;
  line-height: 1.6;
  color: #555;
}
.fs-product-hero {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    #eaf2ff 0%,
    #f4f9ff 35%,
    #f3fbf7 60%,
    #e6f7ef 100%
  );
  overflow: hidden;
}

.fs-product-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(27,39,202,0.12), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(2,209,140,0.12), transparent 40%);
  pointer-events: none;
}

.fs-product-hero .container {
  position: relative;
  z-index: 2;
}

.fs-product-hero h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

.fs-product-hero h1 span {
  color: #1b27ca;
}

.fs-product-hero p {
  font-size: 18px;
  max-width: 640px;
  line-height: 1.7;
}
.fs-product-hero::after {
  content: "";
  position: absolute;
  top: 90px;
  right: 90px;
  width: 160px;
  height: 160px;
  background-image: radial-gradient(
    rgba(27,39,202,0.3) 1.5px,
    transparent 1.5px
  );
  background-size: 14px 14px;
  opacity: 0.25;
}
.fs-partner-workflow {
  padding: 90px 0;
  background: #f9fbff;
}

.fs-workflow-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-top: 4px solid #1b27ca;
}

.fs-workflow-card .step {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #02d18c;
  margin-bottom: 12px;
}

.fs-workflow-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.fs-partner-success {
  padding: 90px 0;
}

.fs-success-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  border-left: 4px solid #02d18c;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.fs-partner-brochure {
  padding: 80px 0;
  background: linear-gradient(
    135deg,
    rgba(27,39,202,0.08),
    rgba(2,209,140,0.08)
  );
}
.fs-partner-hero {
  position: relative;
  min-height: 70vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    #eaf2ff 0%,
    #f4f9ff 35%,
    #f3fbf7 60%,
    #e6f7ef 100%
  );
  text-align: center;
  overflow: hidden;
}

.fs-partner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 30%, rgba(27,39,202,0.12), transparent 40%),
    radial-gradient(circle at 85% 70%, rgba(2,209,140,0.12), transparent 40%);
  pointer-events: none;
}

.fs-partner-hero .container {
  position: relative;
  z-index: 2;
}

.fs-partner-hero h1 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
}

.fs-partner-hero p {
  font-size: 18px;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}
.fs-partner-about {
  padding: 90px 0;
}

.fs-partner-desc {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  text-align: center;
  margin-bottom: 18px;
}
.fs-partner-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 26px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-top: 4px solid #1b27ca;
  transition: all 0.3s ease;
}

.fs-partner-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

.fs-partner-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.fs-partner-benefit {
  background: #ffffff;
  border-radius: 14px;
  padding: 28px;
  height: 100%;
  border-left: 4px solid #02d18c;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.fs-partner-benefit h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.fs-list {
  max-width: 720px;
  margin: 0 auto;
}

.fs-list li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 10px;
}
#partnerForm {
  padding: 90px 0;
}

#partnerForm .form-control {
  padding: 12px 14px;
  border-radius: 8px;
}
.fs-cta-strip {
  background: linear-gradient(
    135deg,
    #1b27ca 0%,
    #1e7cff 50%,
    #02d18c 100%
  );
  padding: 70px 0;
  color: #ffffff;
  text-align: center;
}

.fs-cta-strip h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.fs-cta-strip p {
  font-size: 18px;
  opacity: 0.95;
}

.fs-cta-strip .btn {
  background: #ffffff;
  color: #1b27ca;
  font-weight: 600;
  padding: 14px 36px;
  border-radius: 30px;
  margin-top: 20px;
}
.section {
  padding: 90px 0;
}

.light-background {
  background: #f9fbff;
}
.fs-contact-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
  background: linear-gradient(
    135deg,
    #eaf2ff 0%,
    #f4f9ff 35%,
    #f3fbf7 60%,
    #e6f7ef 100%
  );
  text-align: center;
}

.fs-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(27,39,202,0.12), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(2,209,140,0.12), transparent 40%);
}

.fs-contact-hero .container {
  position: relative;
  z-index: 2;
}

.fs-contact-hero h1 {
  font-size: 42px;
  font-weight: 700;
}
.fs-contact-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  border-top: 4px solid #1b27ca;
}

.fs-contact-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#contactForm .form-control {
  padding: 12px 14px;
  border-radius: 8px;
}
.fs-cta-strip {
  background: linear-gradient(
    135deg,
    #1b27ca 0%,
    #1e7cff 50%,
    #02d18c 100%
  );
  padding: 70px 0;
  color: #ffffff;
  text-align: center;
}
#contactForm .form-control {
  padding: 12px 14px;
  border-radius: 8px;
}
.fs-contact-form-section {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    rgba(27,39,202,0.06),
    rgba(2,209,140,0.06)
  );
}

.fs-contact-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 45px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.fs-contact-card h2 {
  font-size: 28px;
  font-weight: 700;
}

.fs-muted {
  color: #666;
  font-size: 15.5px;
}

.fs-contact-card .form-control {
  padding: 13px 14px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.fs-contact-card .form-control:focus {
  border-color: #1b27ca;
  box-shadow: 0 0 0 2px rgba(27,39,202,0.15);
}


.fs-nav a {
  position: relative;
  padding: 8px 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
}

.fs-nav a.active {
  color: #1b27ca;
  font-weight: 600;
}

.fs-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 20px;
  height: 3px;
  background: linear-gradient(
    90deg,
    #1b27ca,
    #02d18c
  );
  border-radius: 10px;
  transform: translateX(-50%);
}
.fs-partner-form-section {
  padding: 100px 0;
  background: linear-gradient(
    135deg,
    rgba(27,39,202,0.06),
    rgba(2,209,140,0.06)
  );
}
#formMessage .alert {
  animation: fadeInUp 0.4s ease;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

