@charset "UTF-8";
:root{--bg:#0b1020;--txt:#0e1020;--ink:#10131f;--muted:#5b6175;--brand:#0b66ff;--brand-2:#7c3aed;--ok:#10b981;--warn:#f59e0b;--max:100%;--r:16px}
    html{scroll-behavior:smooth}
    *{box-sizing:border-box}
    html,body{height:100%}
    body{margin:0;font-family: 'Poppins', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
    button{margin:0;font-family: 'Poppins', sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;}
    a{color:var(--brand);text-decoration:none}
    a:hover{font-weight:bold}
    .nav-links a{color:#222;text-decoration:none}
    .nav-links a:hover{color:var(--brand);font-weight:bold}
    .container{max-width:var(--max);margin-inline:auto;padding:6px 10px;}
    header{position:fixed;width:100%;top:0;background:#ffffffd9;backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid #eef0f6;z-index:9999;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);}
    .nav{display:flex;align-items:center;justify-content:space-between;gap:16px}
    .brand{display:flex;align-items:center;gap:10px;font-size:20px;color: #3a4f70;}
    .brand img{width:auto;height:40px;border-radius:4px;}
    .nav a.btn{background:var(--brand);color:#fff;padding:.4rem 1rem;border-radius:5px;display:inline-block}
    .pill{display:inline-flex;gap:8px;align-items:center;font-weight:500;color:#000;background:#ebf2ff;border-radius:7px;padding:6px 10px;font-size:14px;}
    .trust{display:flex;flex-wrap:wrap;gap:16px;align-items:center;color:#60667a;font-size:14px}
    .badges{display:flex;gap:10px;flex-wrap:wrap}
    .badge{background:#fff;border:1px solid #eef0f6;border-radius:12px;padding:6px 10px;font-size:13px}
    .card{background:#fff;border:1px solid #eef0f6;border-radius:16px;padding:16px}
    .card h3{margin:.2rem 0 .4rem}
    .section{padding:20px 0; }
    .section h2{font-size:clamp(22px,3vw,32px);margin:.2rem 0 .5rem}
    .muted{color:#5b6175}
    .btn{background:#f5c542;padding:.5rem 1rem;border-radius:5px;color: #000;}
    .btn.primary{background:var(--brand);color:#fff;border-color:var(--brand)}

.nav-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hamburger {
  display: none;
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}
@media (max-width: 900px) {
  .nav-links {
    display: none;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    z-index: 1000;
  }
  .nav-links.open {
    display: flex;
  }
  .hamburger {
    display: block;
  }
}
.hero {
  background: linear-gradient(135deg, #2b5876, #4e4376);
  color: #fff;
  padding: 110px 20px 60px 20px;
  display:grid;
  grid-template-columns:1.2fr .7fr;gap:30px;
  align-items:center
}
@media (max-width: 768px) {
    .hero {
        grid-template-columns: 1fr; 
        gap: 30px; 
    }
}
.hero .container {
  max-width: 100px;
  margin: 0 auto;
}
.hero-text h1 {
  font-size: 2.7rem;
  font-weight: 700;
}
.hero-text p {
  font-size: 1rem;
  opacity: 0.95;
  color:#fff;
}
.orderform {
    background: #ffffffd9;
    backdrop-filter: saturate(180%) blur(10px);
  color: #333;
  padding: 22px;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.orderform label {
  font-size: 0.8rem;
  margin-bottom: 4px;
  display: block;
}
.orderform .form-group {
  margin-bottom: 20px;
}
.orderform input.iheight,
.orderform select.iheight {
  width: 100%;
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 7px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
  background: #fafafa;
}
.orderform input.iheight:focus,
.orderform select.iheight:focus {
  border-color: #4e4376;
  box-shadow: 0 0 6px rgba(78, 67, 118, 0.25);
  outline: none;
  background: #fff;
}
.orderform .invalid-feedback {
  color: #d9534f;
  font-size: 0.85rem;
  margin-top: 4px;
  display: block;
}
.orderform .btn.order_btn {
  width: 100%;
  background: linear-gradient(135deg, #2b5876, #4e4376);
  color: #fff;
  padding: 14px;
  border: none;
  border-radius: 5px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.orderform .btn.order_btn:hover {
  background: linear-gradient(135deg, #4e4376, #2b5876);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.orderform .btn.order_btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.trust-bar {
  padding: 80px 0;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  align-items: center;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 28px;
  background: linear-gradient(135deg, #fff8e1, #f5c542);
  border: 1px solid rgba(0,0,0,0.05);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}
.trust-item {
  padding: 16px;
  border-radius: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trust-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

@media (max-width: 768px) {
  .trust-grid {
    width: 100%;
  }
}
.section-title {
  font-size: 2.4rem;
  margin-bottom: 17px;
  color: #222;
}
.section-subtitle {
  color: #666;
  margin-bottom: 40px;
  font-size: 1.1rem;
}
.how-it-works {
  padding: 80px 20px;
  text-align: center;
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}
.s-card {
  background: #fafafa;
  border: 1px solid #f5c542;
  border-radius: 10px;
  padding: 25px 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.s-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}
.s-card a{color:#222;text-decoration:none}
.s-card a:hover{color:var(--brand);}
.icon {
  font-size: 2.5rem;
  display: block;
  margin-bottom: 15px;
}
.benefits {
  padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.benefits-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .benefits-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cta-strip {
  background: linear-gradient(135deg, #2b5876, #4e4376);
  color: #fff;
  padding: 60px 20px;
}
.cta-strip p {
  margin-bottom: 40px;
  font-size: 1.1rem;
  opacity: 0.9;
  color: white;
}
.cta-strip h2 {
  margin-bottom: 40px;
  font-size: 2.1rem;
}
.subjects {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}
.subjects-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .subjects-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 900px) {
  .subjects-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.cta-row {
  display: flex;
  gap: 25px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top:40px;
}
.btn.secondary {
  background: #f3f4f6;
  color: #374151;
}
.carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel {
  border: 1px solid #f5c542;
}
.carousel-track {
  display: flex;
  transition: transform 0.6s ease-in-out;
  width: 100%;
}
.testimonial-card {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 42px;
  background: #fff;
  margin: 0;
}
.testimonials {
  padding: 80px 20px;
  background: #f9fafb;
}
.grid-2 {
  display: grid;
  gap: 20px 40px;
  grid-template-columns: 1fr;
}
@media (min-width: 600px) {
  .grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.stars {
  color: #fbbf24;
}
.testimonial-card p {
  font-size: 1rem;
  margin-bottom: 20px;
}
.author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.95);
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  padding: 5px 12px;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 5;
}
.carousel-btn.prev { left: 1px; }
.carousel-btn.next { right: 1px; }
.text-center {text-align: center;}
.rv {padding:30px;}

.faq {padding: 60px 20px;
  background: #fff;
  text-align: center;
}
.faq-accordion {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: #f9f9f9;
  text-align: left;
  border: 1px solid #f5c542;
  border-radius: 2px;
}
.faq-question {
  width: 100%;
  padding: 10px 4px;
  text-align: left;
  font-size: 1.1rem;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background 0.2s ease;
  font-weight: 500;
}
.faq-question:hover {
  background: #fff;
}
.faq-answer {
  display: none;
  font-size: 13px;
  line-height: 1.6;
  color: #2b2b2b;
  padding: 0 4px;
}
.faq-answer p, li {margin-bottom:14px;}
.faq-item.active .faq-answer {
  display: block;
  background: #f9f9f9;
}
.tt {margin-top: 0;}
.final-cta {
    display:flex; flex-wrap:wrap; gap:24px; align-items:center; justify-content:space-between; padding:32px; border-radius:16px; background:linear-gradient(135deg, #2b5876, #4e4376); color:#fff;
}
@media (max-width: 767px) {
  .d-none-mobile {
    display: none !important;
  }
}
.cta{margin: 15px 0;}
.trust{padding: 6rem 0;}
.trust-container {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.trust-highlights {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
  text-align: left;
}
.trust-highlights li {
  font-size: 1rem;
  margin: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  color: #2d3748;
}
.trust-cta {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
    footer{background:#0c0f1a;color:#c7cee5;padding:30px 0}
    footer a{color:#c7d7ff}
    .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:24px}
    @media(max-width:900px){.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}
    @media(max-width:640px){.footer-grid{grid-template-columns:1fr}}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 14px;
  transition: color 0.2s ease, transform 0.2s ease;
}
    .social-links a:hover {
      color: #f5c542;
      transform: scale(1.1);
    }
    .ftxt{
        font-size:14px;
        padding: 20px 0;
    }
    .footer-tt{
      font-size: 16px;
      margin: 16px 0;
      font-weight: 600;
      color: #f5c542;
    }
    .site-footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .site-footer ul li {
      margin-bottom: 10px;
    }
    .site-footer a {
      color: #ddd;
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .site-footer a:hover {
      color: #f5c542;
    }
    .footer-brand img {
      margin-bottom: 12px;
    }
    .legal {
      margin-top: 30px;
      font-size: 13px;
      opacity: 0.8;
      text-align: center;
    }

.blog-featured {
  width: 100%;
  border-radius: 12px;
  margin: 0 auto 2rem;
  display: block;
}

.blog-content {
  font-family: "Poppins", sans-serif;
  line-height: 1.7;
  color: #333;
}
.blog-toc {
  position: sticky;
  top: 100px;
  align-self: start;
  background: #f5f8fc;
  border: 1px solid #f5c542;
  padding: 1rem;
  border-radius: 6px;
  font-size: 0.95rem;
}
.blog-toc h3 {
  font-weight: 600;
  margin-bottom: .75rem;
}
.blog-toc nav ul {
  list-style: none;
  padding-left: 0;
}
.blog-toc nav li {
  margin-bottom: .5rem;
  font-size: 14px;
}
.blog-toc nav a {
  text-decoration: none;
  color: #2b5876;
  font-weight: 500;
}
.blog-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 3rem;
  padding: 1.5rem;
  border-top: 1px solid #eee;
  background: #f9f9f9;
  border-radius: 12px;
}
.blog-author img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.blog-layout {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
  margin-bottom: 50px;
}
.blog-content h2 {
  font-size: 29px;
}
.blog-content h3 {
  font-size: 22px;
}
.blog-toc nav a:hover {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .blog-layout {
    grid-template-columns: 1fr;
  }
  .blog-toc {
    position: relative;
    max-height: unset;
  }
}
.related-articles {
  background: #f5f8fc;
  padding: 80px 0px;
}
.related-articles .container {
  max-width: 1200px;
  margin: 0 auto;
}
.articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
.article-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.article-link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.article-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.article-content {
  padding: 15px;
}
.article-category {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #0077cc;
  margin-bottom: 8px;
}
.article-title {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 10px;
  color: #333;
}
.article-title:hover {
  color: #0077cc;
}
.article-date {
  font-size: 13px;
  color: #616161;
}
.browse-all {
  text-align: center;
  margin-top: 30px;
}
.browse-btn {
  background: #0077cc;
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  text-decoration: none;
  transition: background 0.2s;
}
.browse-btn:hover {
  background: #005fa3;
}
.cat {color:#fff;font-size:12px;}

  .toc-heading {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 1.2rem;
    color: #1a1a1a;
    text-align: center;
  }
  .toc-steps {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
  }
  .ss-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 1rem;
    transition: transform 0.2s, box-shadow 0.2s;
  }
  .ss-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.08);
  }
  .step-title {
    font-weight: 600;
    margin-bottom: .4rem;
    color: #111827;
  }
  .ss-card p {
    margin: 0;
    font-size: 0.85rem;
    color: #555;
  }
  .toc-cta {
    text-align: center;
  }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
  font-size: 0.95rem;
}

table th {
  text-align: left;
  font-weight: bold;
  padding: 8px;
  border-bottom: 2px solid #ddd;
  background-color: #f5f5f5;
}

table td {
  padding: 8px;
  border-bottom: 1px solid #eee;
}

table tr:nth-child(even) {
  background-color: #fafafa;
}

table tr:hover {
  background-color: #f0f0f0;
}

