:root {
    --navy: #2a5f9f;
    --navy-dark: #1a3f6f;
    --navy-light: #3a7ac5;
    --orange: #f37021;
    --orange-light: #ff8c3a;
    --white: #ffffff;
    --off-white: #f5f8ff;
    --light-gray: #eef2f9;
    --text-dark: #1a2d4a;
    --text-mid: #4a6080;
     --navy: #2a5f9f;
  --navy-dark: #1a3f6f;
  --navy-light: #3a7ac5;
  --orange: #f37021;
  --orange-light: #ff8c3a;
  --white: #ffffff;
  --off-white: #f5f8ff;
  --light-gray: #eef2f9;
  --text-dark: #1a2d4a;
  --text-mid: #4a6080;

  }

  * {
    box-sizing: border-box;
  }

  body {
    font-family: 'DM Sans', sans-serif;
    color: var(--text-dark);
    background: var(--white);
    overflow-x: hidden;

  }
:root {
  --navy: #2a5f9f;
  --navy-dark: #1a3f6f;
  --navy-light: #3a7ac5;
  --orange: #f37021;
  --orange-light: #ff8c3a;
  --white: #ffffff;
  --off-white: #f5f8ff;
  --light-gray: #eef2f9;
  --text-dark: #1a2d4a;
  --text-mid: #4a6080;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


  h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
  }

  /* ── TOP BAR ── */
  .udyam-top-bar {
    background: var(--navy-dark);
    color: #cde;
    font-size: 12px;
    padding: 5px 0;
    border-bottom: 1px solid #f370213d;
  }

  .udyam-top-bar a {
    color: #aad0ff;
    text-decoration: none;
    margin: 0 10px;
  }

  .udyam-top-bar a:hover {
    color: var(--orange-light);
  }

  /* ── NAVBAR ── */
  .udyam-main-navbar {
    background: var(--white) !important;
    position: sticky;
    top: 0;
    z-index: 1050;
  }

  .udyam-navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .udyam-brand-logo {
    width: 52px;
    height: 52px;
    background: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: var(--navy);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }

  .udyam-brand-text {
    line-height: 1.15;
  }

  .udyam-brand-text .udyam-name {
    font-family: 'Playfair Display', serif;
    color: var(--white);
    font-size: 18px;
    font-weight: 700;
  }

  .udyam-brand-text .udyam-sub {
    color: #aac8f0;
    font-size: 11px;
    letter-spacing: 0.05em;
  }

  .udyam-main-navbar .udyam-nav-link {
    color: #cde;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 14px !important;
    transition: all 0.2s;
  }

  .udyam-main-navbar .udyam-nav-link:hover,
  .udyam-main-navbar .udyam-nav-link.active {
    color: #1a3f6f !important;
    background: rgb(26 64 111 / 12%);
  }

  .udyam-nav-cta {
    background: #1a3f6f !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    padding: 8px 20px !important;
    font-weight: 600 !important;
  }

  .udyam-nav-cta:hover {
    background: var(--orange-light) !important;
  }

  /* ── TICKER ── */
  .udyam-ticker-wrap {
    background: var(--navy-dark);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid #216bf33d;
    overflow: hidden;
    display: flex;
    color: white;
    font-size: 13px;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 10;
  }

  .udyam-ticker-label {
    background: var(--orange);
    color: var(--white);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.08em;
    padding: 8px 18px;
    white-space: nowrap;
    text-transform: uppercase;
    flex-shrink: 0;
    
    position: relative;
    z-index: 2;
  }

  .udyam-ticker-track {
    display: flex;
    animation: udyam-ticker-scroll 50s linear infinite;
    white-space: nowrap;
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  .udyam-ticker-track:hover {
    animation-play-state: paused;
  }

  .udyam-ticker-item {
    color: #fff;
    font-size: 13px;
    padding: 8px 40px 8px 0;
  }

  .udyam-ticker-item span {
    color: var(--orange-light);
    font-weight: 600;
  }

  .udyam-ticker-item i {
    margin-right: 6px;
    color: var(--orange);
  }

  @keyframes udyam-ticker-scroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  /* ── SERVICE NAVBAR ── */
  .udyam-service-navbar {
    background: #e5e5e5;
    border-bottom: 1px solid #1a3f6f6b;
    position: sticky;
    top: 72px;
    z-index: 1040;
    box-shadow: 0 4px 20px rgba(26, 63, 111, 0.35);
  }

  .udyam-service-navbar .container {
    display: flex;
    align-items: center;
    overflow-x: auto;
    scrollbar-width: none;
    justify-content: center;
    -ms-overflow-style: none;
  }

  .udyam-service-navbar .container::-webkit-scrollbar {
    /* display: none; */
  }

  .udyam-snav-item {
    display: flex;
    align-items: center;
    gap: 7px;
    color: var(--navy-dark);
    font-size: 13px;
    font-weight: 600;
    padding: 13px 16px;
    white-space: nowrap;
    cursor: pointer;
    border-bottom: 3px solid transparent;
    margin-bottom: -3px;
    transition: all 0.2s;
    text-decoration: none;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    letter-spacing: 0.01em;
    position: relative;
  }

  .udyam-snav-item i {
    font-size: 13px;
    color: var(--navy-dark);
    transition: all 0.2s;
  }

  .udyam-snav-item:hover {
    color: var(--navy-dark);
    background: rgba(255, 255, 255, 0.07);
    border-bottom-color: var(--orange-light);
  }

  .udyam-snav-item:hover i {
    color: var(--orange-light);
  }

  .udyam-snav-item.active {
    color: var(--navy-dark);
    background: rgba(85, 165, 255, 0.12);
    border-bottom-color: var(--navy-light);
  }

  .udyam-snav-item.active i {
    color: var(--navy);
  }

  .udyam-snav-divider {
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
  }

  /* ── FORM PANELS ── */
  .udyam-form-panel {
    background: linear-gradient(180deg, #fcfeff 0%, #f5f8ff 100%);
    border-bottom: 2px solid #d0dcea;
    animation: udyam-slideDown 0.25s ease;
  }

  .udyam-form-panel.open {
    display: block;
  }

  @keyframes udyam-slideDown {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .udyam-form-panel-inner {
    padding: 32px 0 28px;
  }

  .udyam-form-panel-title {
    font-family: 'Playfair Display', serif;
    color: var(--navy-dark);
    font-size: 22px;
    margin-bottom: 4px;
  }

  .udyam-form-panel-sub {
    color: var(--text-mid);
    font-size: 13px;
    margin-bottom: 22px;
  }

  .udyam-fp-card {
    background: var(--white);
    box-shadow: 0 8px 40px rgba(26, 63, 111, 0.14);
    border-top: 3px solid var(--navy);
    padding: 28px 28px 24px;
  }

  .udyam-form-label {
    font-size: 13px;
    font-weight: 600;
    color: var(--navy-dark);
    margin-bottom: 5px;
  }

  .udyam-form-control,
  .udyam-form-select {
    border: 1.5px solid #d0dcea;
    border-radius: 0px !important;
    font-size: 14px;
    padding: 10px 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
  }

  .udyam-form-control:focus,
  .udyam-form-select:focus {
    border-color: var(--navy);
    box-shadow: 0 0 0 3px rgba(42, 95, 159, 0.12);
    border-radius: 0px !important;
  }

  .udyam-input-group {
    border-radius: 0px !important;
  }

  .udyam-btn-submit {
    background: linear-gradient(135deg, #1a3f6f 0%, #2a5f9f 100%);
    color: var(--white);
    border: none;
    padding: 13px 28px;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    transition: all 0.3s;
    letter-spacing: 0.02em;
    box-shadow: 0 4px 18px rgb(42 95 159 / 16%);
  }

  /*.udyam-btn-submit:hover {*/
  /*  transform: translateY(-2px);*/
  /*  box-shadow: 0 8px 28px rgba(33, 124, 243, 0.233);*/
  /*}*/
  
  .udyam-btn-submit:hover {
  background: linear-gradient(135deg, #8b0000 0%, #c0392b 100%);
  /*box-shadow: 0 8px 28px rgba(192, 57, 43, 0.4);*/
  transform: translateY(-2px);
  color: #fff;
}

  /* ── STATIC PANELS ── */
  .udyam-static-panel-content {
    padding: 8px 20px;
  }

  .udyam-static-panel-content h4 {
    font-family: 'Playfair Display', serif;
    color: var(--navy-dark);
    font-size: 20px;
    margin-bottom: 12px;
  }

  .udyam-static-panel-content p {
    color: var(--text-mid);
    font-size: 14px;
    line-height: 1.75;
  }

  .udyam-static-panel-content ul {
    color: var(--text-mid);
    font-size: 14px;
    line-height: 2;
    padding-left: 20px;
  }

  .udyam-policy-col h5 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 10px;
  }

  .udyam-policy-col p,
  .udyam-policy-col li {
    font-size: 13px;
    color: var(--text-mid);
    line-height: 1.8;
  }

  /* ── HERO ── */
  .udyam-hero {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, #1a5f9f 100%);
    position: relative;
    overflow: hidden;
    padding: 60px 0 50px;
  }

  .udyam-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }

  .udyam-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(243, 112, 33, 0.15);
    border: 1px solid rgba(243, 112, 33, 0.4);
    color: var(--orange-light);
    border-radius: 20px;
    padding: 5px 16px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-bottom: 16px;
    text-transform: uppercase;
  }

  .udyam-hero h1 {
    color: var(--white);
    font-size: clamp(28px, 4vw, 46px);
    line-height: 1.2;
    margin-bottom: 14px;
  }

  .udyam-hero p {
    color: #aac8f0;
    font-size: 15px;
    max-width: 580px;
    margin-bottom: 24px;
  }

  .udyam-hero-stats {
    display: flex;
    gap: 48px;
    margin-top: 32px;
    flex-wrap: wrap;
  }

  .udyam-stat-box {
    text-align: center;
  }

  .udyam-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 28px;
    color: var(--white);
    font-weight: 700;
  }

  .udyam-stat-lbl {
    font-size: 11px;
    color: #8aaccc;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  /* ── SECTION ELEMENTS ── */
  .udyam-section-badge {
    display: inline-block;
    background: rgba(42, 95, 159, 0.08);
    border-left: 3px solid var(--navy);
    color: var(--navy);
    padding: 4px 14px;
    border-radius: 0 6px 6px 0;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 10px;
  }

  .udyam-section-title {
    font-size: clamp(24px, 3vw, 36px);
    color: var(--navy-dark);
    margin-bottom: 6px;
  }

  .udyam-section-sub {
    color: var(--text-mid);
    font-size: 15px;
    max-width: 580px;
  }

  .udyam-section-divider {
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #1a3f6f, #2a5f9f);
    border-radius: 2px;
    margin: 10px 0 13px;
  }

  .udyam-section-dividerr {
    width: 60px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    margin: 10px 0 13px;
  }

  /* ── SERVICE CARDS ── */
  .udyam-service-card {
    background: var(--white);
    border: 1.5px solid #e0e8f5;
    padding: 28px 22px;
    text-align: center;
    transition: all 0.3s;
    height: 100%;
    position: relative;
    overflow: hidden;
  }

  .udyam-service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--navy), var(--orange));
    transform: scaleX(0);
    transition: transform 0.3s;
  }

  .udyam-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(42, 95, 159, 0.15);
    border-color: var(--navy-light);
  }

  .udyam-service-card:hover::before {
    transform: scaleX(1);
  }

  .udyam-service-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, rgba(42, 95, 159, 0.1), rgba(42, 95, 159, 0.05));
    color: var(--navy);
    transition: all 0.3s;
  }

  .udyam-service-card:hover .udyam-service-icon {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    color: var(--white);
  }

  .udyam-service-card h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 8px;
  }

  .udyam-service-card p {
    font-size: 13px;
    color: var(--text-mid);
    margin: 0;
  }

  .udyam-service-price {
    display: inline-block;
    background: var(--orange);
    color: var(--white);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: 12px;
    font-weight: 700;
    margin-top: 12px;
  }

  /* ── PROCESS ── */
  .udyam-process-section {
    background:#ffff;
  }

  .udyam-process-step {
    text-align: center;
    padding: 20px;
    position: relative;
  }

  .udyam-step-num {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    color: var(--white);
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    box-shadow: 0 4px 16px rgba(42, 95, 159, 0.3);
  }

  .udyam-step-arrow {
    position: absolute;
    right: -10px;
    top: 38px;
    font-size: 20px;
    color: var(--navy);
  }

  /* ── BLOG CARDS ── */
  .udyam-blog-card {
    overflow: hidden;
    border: 1.5px solid #e0e8f5;
    transition: all 0.3s;
    height: 100%;
    background: var(--white);
  }

  .udyam-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(42, 95, 159, 0.14);
  }

  .udyam-blog-img {
    height: 180px;
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
  }

  .udyam-blog-img .udyam-blog-icon {
    font-size: 60px;
    color: rgba(255, 255, 255, 0.15);
    position: absolute;
    right: -10px;
    bottom: -10px;
  }

  .udyam-blog-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--white);
  color: var(--navy);
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;         
}

  .udyam-blog-body {
    padding: 20px;
  }

  .udyam-blog-meta {
    font-size: 12px;
    color: #8aaccc;
    margin-bottom: 8px;
  }

  .udyam-blog-body h6 {
    font-size: 15px;
    font-weight: 700;
    color: var(--navy-dark);
    margin-bottom: 8px;
    line-height: 1.4;
  }

  .udyam-blog-body p {
    font-size: 13px;
    color: var(--text-mid);
    margin-bottom: 12px;
  }

  .udyam-read-more {
    color: var(--navy);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }

  .udyam-read-more:hover {
    color: var(--orange);
  }

  /* ── DARK BG / TESTIMONIALS ── */
  .udyam-dark-bg {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
    padding: 5rem 5%;
    position: relative;
    overflow: hidden;
  }

  .udyam-dark-bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(0deg, #00000000, #0000001f 3px, rgb(55 138 221 / 0%) 3px, rgba(55, 138, 221, .015) 4px);
    pointer-events: none;
    z-index: 0;
  }

  .udyam-dark-bg .udyam-module-glow {
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgb(55 138 221 / 41%), #dfdfdf00 70%);
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: udyam-moduleGlowPulse 5s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
  }

  @keyframes udyam-moduleGlowPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
  }

  .udyam-testimonial-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 18px;
    height: 100%;
    backdrop-filter: blur(8px);
  }

  .udyam-testimonial-card p {
    color: #cde;
    font-size: 14px;
    line-height: 1.7;
  }

  .udyam-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 16px;
  }

  .udyam-author-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: var(--navy);
    font-weight: 700;
  }

  .udyam-author-name {
    color: var(--white);
    font-weight: 700;
    font-size: 14px;
  }

  .udyam-author-loc {
    color: #8aaccc;
    font-size: 12px;
  }

  .udyam-stars {
    color: var(--white);
    font-size: 12px;
  }

  /* ── ABOUT ── */
  .udyam-about-img {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.15);
    font-size: 100px;
    position: relative;
    overflow: hidden;
  }

  .udyam-about-badge {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #f3f3f3;
    color: #2e66a8;
    border-radius: 12px;
    padding: 12px 18px;
    text-align: center;
  }

  .udyam-about-badge strong {
    display: block;
    font-size: 26px;
    font-family: 'Playfair Display', serif;
  }

  .udyam-about-badge span {
    font-size: 12px;
  }

  .udyam-feature-item {
    display: flex;
    gap: 14px;
    margin-bottom: 18px;
  }

  .udyam-feature-icon {
    width: 35px;
    height: 35px;
    background: rgba(42, 95, 159, 0.1);
    color: var(--navy);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
  }

  .udyam-feature-text strong {
    display: block;
    font-size: 14px;
    color: var(--navy-dark);
    margin-bottom: 2px;
  }

  .udyam-feature-text span {
    font-size: 13px;
    color: var(--text-mid);
  }

  /* ── CONTACT ── */
  .udyam-contact-section {
    background: var(--off-white);
  }

  .udyam-contact-info-box {
    background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%);
    padding: 32px;
    color: var(--white);
    height: 100%;
  }

  .udyam-contact-item {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
  }

  .udyam-contact-icon {
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
  }

  .udyam-contact-detail strong {
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 2px;
  }

  .udyam-contact-detail span {
    font-size: 14px;
    color: var(--white);
  }

  .udyam-contact-form-card {
    background: var(--white);
    padding: 32px;
    box-shadow: 0 8px 40px rgba(42, 95, 159, 0.1);
  }

  /* ── ADMIN MODAL ── */
  #udyamAdminModal .modal-header {
    background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  }

  #udyamAdminModal .modal-header .modal-title {
    color: var(--white);
    font-family: 'Playfair Display', serif;
  }

  .udyam-admin-sidebar {
    background: var(--navy-dark);
    min-height: 500px;
    border-radius: 10px;
  }

  .udyam-admin-nav-item {
    padding: 12px 18px;
    color: #aac8f0;
    cursor: pointer;
    border-radius: 8px;
    margin: 2px 6px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    transition: all 0.2s;
  }

  .udyam-admin-nav-item:hover,
  .udyam-admin-nav-item.active {
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
  }

  .udyam-admin-nav-item i {
    width: 18px;
    color: var(--orange-light);
  }

  .udyam-admin-stat {
    background: var(--white);
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 2px 12px rgba(42, 95, 159, 0.1);
    border-left: 4px solid var(--navy);
  }

  .udyam-admin-stat.udyam-orange {
    border-left-color: var(--orange);
  }

  .udyam-admin-stat.udyam-green {
    border-left-color: #28a745;
  }

  .udyam-admin-stat.udyam-red {
    border-left-color: #dc3545;
  }

  .udyam-admin-stat .udyam-num {
    font-size: 28px;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
    color: var(--navy-dark);
  }

  .udyam-admin-stat .udyam-lbl {
    font-size: 12px;
    color: var(--text-mid);
    font-weight: 600;
    text-transform: uppercase;
  }

  .udyam-admin-panel-section {
    /* display: none; */
  }

  .udyam-admin-panel-section.active {
    display: block;
  }

  .udyam-badge-paid {
    background: #d4edda;
    color: #155724;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
  }

  .udyam-badge-unpaid {
    background: #f8d7da;
    color: #721c24;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
  }

  .udyam-badge-pending {
    background: #fff3cd;
    color: #856404;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 700;
  }

  /* ── FOOTER ── */
  .udyam-footer {
    background: var(--navy-dark);
    color: #8aaccc;
  }

  .udyam-footer-brand .udyam-name {
    font-family: 'Playfair Display', serif;
    color: var(--white);
    font-size: 20px;
  }

  .udyam-footer-brand p {
    font-size: 13px;
    max-width: 280px;
  }

  .udyam-footer h6 {
    color: var(--white);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .udyam-footer a {
    color: #8aaccc;
    text-decoration: none;
    font-size: 13px;
    display: block;
    margin-bottom: 8px;
    transition: color 0.2s;
  }

  .udyam-footer a:hover {
    color: var(--orange-light);
  }

  .udyam-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 16px 0;
    text-align: center;
    font-size: 12px;
  }

  .udyam-footer-social a {
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    transition: all 0.2s;
  }

  .udyam-footer-social a:hover {
    background: var(--orange);
    color: var(--white);
  }

  /* ── FLOATING CTA ── */
  .udyam-floating-cta {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    background: var(--white);
    color: var(--navy);
    border-radius: 50px;
    padding: 8px 20px;
    border: 2px solid var(--navy);
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    gap: 8px;
    animation: 2.5s infinite;
  }

  .udyam-floating-cta:hover {
    transform: scale(1.05);
    color: var(--navy);
  }

  @keyframes udyam-pulse-cta {
    0%, 100% { box-shadow: 0 8px 28px rgba(33, 177, 243, 0.322); }
    50% { box-shadow: 0 8px 40px rgba(33, 159, 243, 0.589); }
  }

  /* ── TOAST ── */
  #udyam-toast-container {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 9999;
  }

  .udyam-toast-msg {
    background: #ffff;
    color: var(--navy);
    border-radius: 10px;
    padding: 14px 20px;
    margin-bottom: 10px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
    font-size: 14px;
    border-left: 4px solid var(--orange);
    animation: udyam-slideInRight 0.3s ease;
  }

  @keyframes udyam-slideInRight {
    from { transform: translateX(100px); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  }

  /* ── CHATBOT ── */
  #udyam-chatbot-btn {
    position: fixed;
    bottom: 90px;
    right: 24px;
    z-index: 1100;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0f9b0f, #38ef7d);
    color: var(--white);
    border: none;
    box-shadow: 0 6px 24px rgba(42, 95, 159, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s;
    animation: udyam-chatbot-pulse 3s infinite;
  }

  #udyam-chatbot-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 10px 32px rgba(42, 95, 159, 0.6);
  }

  @keyframes udyam-chatbot-pulse {
    0%, 100% { box-shadow: 0 6px 24px rgba(42, 95, 159, 0.45); }
    50% { box-shadow: 0 6px 36px rgba(42, 95, 159, 0.7); }
  }

  .udyam-chatbot-badge {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    background: var(--orange);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 2px solid white;
  }

  #udyam-chatbot-window {
    position: fixed;
    bottom: 160px;
    right: 24px;
    width: 370px;
    max-height: 560px;
    background: var(--white);
    border-radius: 18px;
    box-shadow: 0 24px 80px rgba(26, 63, 111, 0.28);
    z-index: 1100;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: scale(0.8) translateY(30px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-family: 'DM Sans', sans-serif;
  }

  #udyam-chatbot-window.open {
    transform: scale(1) translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .udyam-chatbot-header {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
  }

  .udyam-chatbot-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), var(--orange-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: white;
    flex-shrink: 0;
  }

  .udyam-chatbot-header-info .udyam-chatbot-name {
    color: var(--white);
    font-weight: 700;
    font-size: 15px;
    font-family: 'Playfair Display', serif;
  }

  .udyam-chatbot-header-info .udyam-chatbot-status {
    color: #aac8f0;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .udyam-chatbot-header-info .udyam-chatbot-status::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #4ade80;
    animation: udyam-status-blink 2s infinite;
  }

  @keyframes udyam-status-blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
  }

  .udyam-chatbot-close-btn {
    margin-left: auto;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.2s;
    flex-shrink: 0;
  }

  .udyam-chatbot-close-btn:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .udyam-chatbot-messages {
    flex: 1;
    overflow-y: auto;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #f8faff;
    scroll-behavior: smooth;
  }

  .udyam-chatbot-messages::-webkit-scrollbar { width: 4px; }
  .udyam-chatbot-messages::-webkit-scrollbar-track { background: transparent; }
  .udyam-chatbot-messages::-webkit-scrollbar-thumb { background: #c0d0e8; border-radius: 4px; }

  .udyam-chat-msg {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    max-width: 90%;
  }

  .udyam-chat-msg.udyam-bot {
    align-self: flex-start;
  }

  .udyam-chat-msg.udyam-user {
    align-self: flex-end;
    flex-direction: row-reverse;
  }

  .udyam-chat-bubble {
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 13px;
    line-height: 1.5;
    max-width: 100%;
  }

  .udyam-chat-msg.udyam-bot .udyam-chat-bubble {
    background: var(--white);
    color: var(--text-dark);
    border-radius: 4px 16px 16px 16px;
    box-shadow: 0 2px 10px rgba(42, 95, 159, 0.08);
    border: 1px solid #e0e8f5;
  }

  .udyam-chat-msg.udyam-user .udyam-chat-bubble {
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    color: var(--white);
    border-radius: 16px 4px 16px 16px;
  }

  .udyam-chat-msg-avatar {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--orange), var(--orange-light));
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: white;
    flex-shrink: 0;
  }

  .udyam-chat-msg.udyam-user .udyam-chat-msg-avatar {
    background: linear-gradient(135deg, var(--navy-light), var(--navy));
  }

  .udyam-chatbot-quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 0 16px 10px;
    background: #f8faff;
  }

  .udyam-quick-reply-btn {
    background: var(--white);
    border: 1.5px solid #c0d4f0;
    color: var(--navy);
    border-radius: 20px;
    padding: 5px 12px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
    font-family: 'DM Sans', sans-serif;
  }

  .udyam-quick-reply-btn:hover {
    background: var(--navy);
    color: white;
    border-color: var(--navy);
  }

  .udyam-chatbot-input-area {
    padding: 12px 16px;
    background: var(--white);
    border-top: 1px solid #e0e8f5;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-shrink: 0;
  }

  #udyam-chatbot-input {
    flex: 1;
    border: 1.5px solid #d0dcea;
    border-radius: 22px;
    padding: 9px 16px;
    font-size: 13px;
    outline: none;
    font-family: 'DM Sans', sans-serif;
    color: var(--text-dark);
    transition: border-color 0.2s;
  }

  #udyam-chatbot-input:focus {
    border-color: var(--navy);
  }

  #udyam-chatbot-send-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #18a230, #2cd25f);
    border: none;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    flex-shrink: 0;
  }

  #udyam-chatbot-send-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 14px rgba(243, 112, 33, 0.4);
  }

  .udyam-typing-indicator {
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 10px 14px;
    background: var(--white);
    border-radius: 4px 16px 16px 16px;
    box-shadow: 0 2px 10px rgba(42, 95, 159, 0.08);
    border: 1px solid #e0e8f5;
    width: fit-content;
  }

  .udyam-typing-dot {
    width: 7px;
    height: 7px;
    background: #aac8f0;
    border-radius: 50%;
    animation: udyam-typing-bounce 1.4s infinite;
  }

  .udyam-typing-dot:nth-child(2) { animation-delay: 0.2s; }
  .udyam-typing-dot:nth-child(3) { animation-delay: 0.4s; }

  @keyframes udyam-typing-bounce {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-6px); background: var(--navy-light); }
  }

  .udyam-chat-bubble a {
    color: var(--orange);
    font-weight: 600;
    text-decoration: none;
  }

  .udyam-chat-bubble a:hover {
    text-decoration: underline;
  }

  /* ── SECTION BAR ── */
  .udyam-section-bar {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2a5f9f;
    background: rgb(42 95 159 / 11%);
    border-left: 3px solid #2a5f9f;
    padding: 6px 12px;
    margin: 22px 0 14px;
  }

  /* ── TC CARD ── */
  .udyam-fp-tc-card {
    background: var(--white);
    box-shadow: 0 4px 28px rgba(42, 95, 159, .1);
    overflow: hidden;
  }

  .udyam-fp-tc-hero {
    background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-light) 100%);
    padding: 40px 36px 44px;
    position: relative;
    overflow: hidden;
  }

  .udyam-fp-tc-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at 80% 10%, rgba(243, 112, 33, .22) 0%, transparent 60%);
    pointer-events: none;
  }

  .udyam-fp-tc-hero-inner {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }

  .udyam-fp-tc-icon-wrap {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    flex-shrink: 0;
    backdrop-filter: blur(6px);
  }

  .udyam-fp-tc-hero-text h4 {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.55rem;
    font-weight: 900;
    color: #fff;
    margin: 0 0 4px;
  }

  .udyam-fp-tc-hero-text h4 span {
    color: var(--orange-light);
  }

  .udyam-fp-tc-hero-text p {
    font-size: 13px;
    color: rgba(255, 255, 255, .65);
    margin: 0;
  }

  .udyam-fp-tc-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 20px;
    position: relative;
    z-index: 1;
  }

  .udyam-fp-tc-badge {
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 20px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .85);
    backdrop-filter: blur(4px);
  }

  .udyam-fp-tc-wave {
    display: block;
    background: var(--navy);
    line-height: 0;
  }

  .udyam-fp-tc-wave svg {
    display: block;
    width: 100%;
  }

  .udyam-fp-tc-imp {
    background: #fff8f3;
    padding: 20px 28px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
  }

  .udyam-fp-tc-imp-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .udyam-fp-tc-imp-item i {
    font-size: 18px;
    color: var(--orange);
    margin-top: 2px;
    flex-shrink: 0;
  }

  .udyam-fp-tc-imp-item strong {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-dark);
  }

  .udyam-fp-tc-imp-item span {
    font-size: 11.5px;
    color: var(--text-mid);
    line-height: 1.5;
  }

  .udyam-fp-tc-section-label {
    padding: 22px 28px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .udyam-fp-tc-section-label::after {
    content: '';
    flex: 1;
    height: 1px;
    background: var(--light-gray);
  }

  .udyam-fp-tc-section-label span {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--navy);
    white-space: nowrap;
  }

  .udyam-fp-tc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 14px;
    padding: 0 28px 24px;
  }

  .udyam-fp-tc-tile {
    border: 1.5px solid var(--light-gray);
    padding: 16px;
    background: var(--off-white);
    transition: all .22s;
    cursor: default;
  }

  .udyam-fp-tc-tile:hover {
    border-color: var(--navy-light);
    background: #fff;
    box-shadow: 0 4px 18px rgba(42, 95, 159, .1);
    transform: translateY(-2px);
  }

  .udyam-fp-tc-tile-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }

  .udyam-fp-tc-tile-icon {
    width: 25px;
    height: 25px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
  }

  .udyam-fp-tc-tile h6 {
    font-size: 13px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
    line-height: 1.3;
  }

  .udyam-fp-tc-tile p {
    font-size: 12px;
    line-height: 1.6;
    color: var(--text-mid);
    margin: 0;
  }

  .udyam-fp-tc-footer {
    background: var(--light-gray);
    border-top: 1px solid #dde5f0;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
  }

  .udyam-fp-tc-footer p {
    font-size: 12.5px;
    color: var(--text-mid);
    margin: 0;
  }

  .udyam-fp-tc-footer p strong {
    color: var(--text-dark);
  }

  .udyam-btn-view-all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, var(--navy), var(--navy-light));
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 13.5px;
    font-weight: 700;
    letter-spacing: .3px;
    box-shadow: 0 4px 14px rgba(42, 95, 159, .3);
    transition: all .22s;
    white-space: nowrap;
  }

  .udyam-btn-view-all:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(42, 95, 159, .4);
    background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  }

  .udyam-btn-view-all i {
    font-size: 12px;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 768px) {
    .udyam-hero { padding: 40px 0 30px; }
    .udyam-step-arrow {
       /* display: none; */
       }
    .udyam-service-navbar { top: 62px; }
    .udyam-snav-item { 
        padding: 8px 8px;
        font-size: 12px;
        margin-top: 8px;
        }
  }

  @media (max-width: 480px) {
    #udyam-chatbot-window {
      width: calc(100vw - 24px);
      right: 12px;
      bottom: 150px;
    }
  }


  
/* ── TAB NAV ── */
.policy-tabs {
  display: flex;
  background: var(--navy-dark);
  border-bottom: 3px solid var(--orange);
}

.policy-tab {
  flex: 1;
  padding: 16px 20px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  background: transparent;
  transition: all .2s;
  font-family: 'DM Sans', sans-serif;
  letter-spacing: 0.3px;
}

.policy-tab i {
  margin-right: 8px;
}

.policy-tab.active {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 3px solid var(--orange);
  margin-bottom: -3px;
}

.policy-tab:hover:not(.active) {
  color: rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.04);
}

/* ── PANELS ── */
.policy-panel {
  /* display: none; */
}

.policy-panel.active {
  display: block;
}

/* ══════════════════════════════════
       PANEL 1 — DATA SECURITY
    ══════════════════════════════════ */
.tc-header {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-light) 100%);
  padding: 35px 20px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.tc-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 70% 0%, rgba(243, 112, 33, .18) 0%, transparent 65%);
}

.tc-header h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--white);
  position: relative;
  z-index: 1;
}

.tc-header h1 span {
  color: var(--orange-light);
}

.tc-header p {
  font-size: 14px;
  color: rgba(255, 255, 255, .65);
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.tc-header .badge-row {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 22px;
  position: relative;
  z-index: 1;
}

.tc-badge {
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .2);
  color: #fff;
  font-size: 12px;
  padding: 5px 14px;
  backdrop-filter: blur(4px);
  border-radius: 3px;
}

.wave-divider {
  display: block;
  margin-top: -2px;
  background: var(--navy);
  line-height: 0;
}

.wave-divider svg {
  display: block;
  width: 100%;
}

/* FP Card (Data Security panel) */
.fp-panel-wrap {
  max-width: 1000px;
  margin: 40px auto;
  padding: 0 20px 40px;
}

.fp-tc-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(42, 95, 159, .1);
}

.fp-card {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 30px 32px;
}

.fp-card h4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--white);
  margin-bottom: 8px;
}

.fp-card h4 span {
  color: var(--orange-light);
}

.fp-card p {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.fp-tc-imp {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0;
  border-bottom: 1px solid var(--light-gray);
}

.fp-tc-imp-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 20px 24px;
  border-right: 1px solid var(--light-gray);
  transition: background .2s;
}

.fp-tc-imp-item:last-child {
  border-right: none;
}

.fp-tc-imp-item:hover {
  background: var(--off-white);
}

.fp-tc-imp-item i {
  font-size: 20px;
  color: var(--orange);
  margin-top: 2px;
  flex-shrink: 0;
}

.fp-tc-imp-item strong {
  display: block;
  font-size: 13px;
  color: var(--text-dark);
  margin-bottom: 3px;
}

.fp-tc-imp-item span {
  font-size: 12px;
  color: var(--text-mid);
  line-height: 1.5;
}

.fp-tc-section-label {
  padding: 14px 24px 10px;
  border-bottom: 1px solid var(--light-gray);
}

.fp-tc-section-label span {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-mid);
}

.fp-tc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 0;
}

.fp-tc-tile {
  padding: 22px 24px;
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  transition: background .2s;
}

.fp-tc-tile:hover {
  background: var(--off-white);
}

.fp-tc-tile-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.fp-tc-tile-icon {
  width: 34px;
  height: 34px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  flex-shrink: 0;
}

.fp-tc-tile-head h6 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text-dark);
}

.fp-tc-tile p {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.65;
}

.fp-tc-footer {
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid var(--light-gray);
  background: var(--off-white);
}

.fp-tc-footer p {
  font-size: 13px;
  color: var(--text-mid);
}

.fp-tc-footer p a {
  color: var(--navy);
  font-weight: 600;
  text-decoration: none;
}

.fp-tc-footer p a:hover {
  text-decoration: underline;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--navy);
  color: #fff;
  text-decoration: none;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 5px;
  transition: background .2s;
}

.btn-view-all:hover {
  background: var(--navy-dark);
}

/* ══════════════════════════════════
       PANEL 2 — GRIEVANCE REDRESSAL
    ══════════════════════════════════ */
.tc-body {
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px 20px 40px;
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: start;
}

@media(max-width:768px) {
  .tc-body {
    grid-template-columns: 1fr;
  }
}

.toc {
  position: sticky;
  top: 24px;
  background: var(--white);
  box-shadow: 0 4px 24px rgba(42, 95, 159, .1);
  padding: 24px;
  border-top: 4px solid var(--orange);
}

@media(max-width:768px) {
  .toc {
    /* display: none; */
  }
}

.toc h6 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--orange);
  font-weight: 700;
  margin-bottom: 16px;
}

.toc a {
  display: block;
  font-size: 13px;
  color: var(--text-mid);
  text-decoration: none;
  padding: 6px 8px;
  transition: all .2s;
  font-weight: 500;
}

.toc a:hover {
  background: var(--light-gray);
  color: var(--navy);
}

.toc a.active {
  background: rgba(243, 112, 33, .1);
  color: var(--orange);
}

.tc-content {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.tc-section {
  background: var(--white);
  box-shadow: 0 2px 16px rgba(42, 95, 159, .07);
  overflow: hidden;
  transition: box-shadow .2s;
}

.tc-section:hover {
  box-shadow: 0 6px 30px rgba(42, 95, 159, .13);
}

.tc-section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 24px;
  background: #eeeeeee0;
  border-bottom: 1px solid #e8eef8;
}

.tc-section-icon {
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  flex-shrink: 0;
}

.tc-section-header h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--navy-dark);
}

.tc-section-header .sec-num {
  margin-left: auto;
  font-size: 11px;
  font-weight: 700;
  color: var(--orange);
  background: rgba(243, 112, 33, .1);
  padding: 5px;
}

.tc-section-body {
  padding: 22px 24px;
}

.tc-section-body p,
.tc-section-body li {
  font-size: 14px;
  line-height: 1.75;
  color: var(--text-mid);
}

.tc-section-body ul {
  padding-left: 20px;
  margin-top: 8px;
}

.tc-section-body li {
  margin-bottom: 4px;
}

.tc-section-body strong {
  color: var(--text-dark);
}

.clause {
  border-left: 3px solid var(--light-gray);
  padding: 10px 0 10px 16px;
  margin-bottom: 12px;
  transition: border-color .2s;
}

.clause:hover {
  border-left-color: var(--orange);
}

.clause-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: .5px;
}

.highlight-box {
  background: linear-gradient(135deg, rgba(243, 112, 33, .06), rgba(42, 95, 159, .06));
  border: 1px solid rgba(243, 112, 33, .2);
  padding: 16px;
  margin-top: 12px;
}

.highlight-box p {
  font-size: 13px !important;
}

.mt-3 {
  margin-top: 12px;
}

.timeline-item {
  border-left: 3px solid var(--navy-light);
  padding: 8px 0 8px 16px;
  margin-bottom: 14px;
}

.timeline-item strong {
  display: block;
  font-size: 13px;
  color: var(--text-dark);
  margin-bottom: 4px;
}

.timeline-item p {
  font-size: 13px;
  color: var(--text-mid);
  line-height: 1.6;
}

/* ── SHARED FOOTER ── */
.tc-footer-strip {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, .6);
  text-align: center;
  padding: 20px;
  font-size: 13px;
}

.tc-footer-strip a {
  color: var(--orange-light);
  text-decoration: none;
}

:root {
  --navy: #2a5f9f;
  --navy-dark: #1a3f6f;
  --navy-light: #3a7ac5;
  --gold: #c9a84c;
  --gold-light: #f0d080;
  --gold-lt: #f5c85a;
  --cream: #f7f5f0;
  --off-white: #f5f7fa;
  --white: #ffffff;
  --text-dark: #1a1a2e;
  --text-muted: #5a6a80;
  --text: #1e2d3d;
  --muted: #6b7c93;
  --border: rgba(42, 95, 159, .15);
  --radius: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'DM Sans', sans-serif;
  background: #f7f5f09e;
  color: var(--text-dark);
  font-size: 1rem;
  line-height: 1.75;
  overflow-x: hidden;
}

/* ── SITE HEADER ── */
.site-header {
  background: var(--navy-dark);
  padding: 14px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 3px solid var(--gold);
}

.site-header .inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--white);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.logo span {
  color: var(--gold);
}

.back-link {
  color: var(--gold-lt);
  text-decoration: none;
  font-size: .85rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .2s;
}

.back-link:hover {
  color: var(--white);
}

/* ── HERO ── */
.hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 55%, var(--navy-light) 100%);
  padding: 40px 0 40px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 80% 20%, rgba(201, 168, 76, .18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 10% 90%, rgba(58, 122, 197, .25) 0%, transparent 70%);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  color: var(--gold-light);
  font-size: .67rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 600;
  padding: 0.3rem 0.5rem;
  border-radius: 50px;
  margin-bottom: 1.4rem;
  backdrop-filter: blur(6px);
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 900;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.hero h1 span {
  color: var(--gold-light);
}

.hero p {
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
  max-width: 520px;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 2rem;
}

.hero-meta-item {
  display: flex;
  align-items: center;
  gap: .45rem;
  color: rgba(255, 255, 255, .65);
  font-size: .85rem;
}

.hero-meta-item i {
  color: var(--gold-light);
  font-size: 1rem;
}

/* ── SHIELD GRAPHIC ── */
.hero-graphic {
  display: flex;
  align-items: center;
  justify-content: center;
}

.shield-wrap {
  position: relative;
  width: 220px;
  height: 220px;
}

.shield-wrap svg {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 8px 40px rgba(0, 0, 0, .35));
}

.shield-pulse {
  position: absolute;
  inset: -18px;
  border-radius: 50%;
  border: 2px solid rgba(201, 168, 76, .3);
  animation: pulse 3s ease-in-out infinite;
}

.shield-pulse2 {
  position: absolute;
  inset: -36px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, .15);
  animation: pulse 3s ease-in-out 1s infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.06);
    opacity: .5;
  }
}

/* ── BLOG HERO ── */
.blog-hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, #1e5a9f 100%);
  padding: 30px 24px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.blog-hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.6rem;
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 12px;
}

.blog-hero p {
  color: rgba(255, 255, 255, .7);
  font-size: 1.05rem;
  max-width: 540px;
  margin: 0 auto 15px;
}

.section-badge {
  display: inline-block;
  background: rgba(232, 160, 32, .15);
  color: var(--gold-lt);
  border: 1px solid rgba(232, 160, 32, .4);
  padding: 4px 14px;
  border-radius: 20px;
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-divider {
  width: 48px;
  height: 3px;
  background: var(--gold);
  border-radius: 2px;
  margin: 0 auto;
}

/* ── BREADCRUMB BAR ── */
.breadcrumb-bar {
  background: #fff;
  border-bottom: 1px solid var(--border);
  padding: .7rem 0;
}

.breadcrumb {
  margin: 0;
  font-size: .82rem;
}

.breadcrumb-item a {
  color: var(--navy);
  text-decoration: none;
}

.breadcrumb-item a:hover {
  color: var(--navy-dark);
}

.breadcrumb-item.active {
  color: var(--text-muted);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--text-muted);
}

/* ── FILTERS BAR ── */
.filters-bar {
  background: var(--white);
  border-bottom: 1px solid var(--border);
  padding: 16px 24px;
  position: sticky;
  top: 59px;
  z-index: 90;
}

.filters-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-btn {
  border: 1.5px solid var(--border);
  background: transparent;
  color: var(--muted);
  padding: 6px 18px;
  border-radius: 20px;
  font-size: .82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all .2s;
  font-family: 'DM Sans', sans-serif;
}

.filter-btn:hover,
.filter-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.search-wrap {
  margin-left: auto;
  position: relative;
}

.search-wrap i {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--muted);
  font-size: .85rem;
}

.search-wrap input {
  border: 1.5px solid var(--border);
  border-radius: 20px;
  padding: 7px 16px 7px 34px;
  font-size: .85rem;
  font-family: 'DM Sans', sans-serif;
  color: var(--text);
  outline: none;
  width: 220px;
  transition: border-color .2s;
}

.search-wrap input:focus {
  border-color: var(--navy);
}

/* ── SIDEBAR TOC ── */
.sidebar-sticky {
  position: sticky;
  top: 24px;
}

.toc-card {
  background: #fff;
  border: 1px solid var(--border);
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(42, 95, 159, .07);
}

.toc-header {
  background: linear-gradient(135deg, var(--navy-dark), var(--navy));
  padding: 0.7rem 1rem;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: .02em;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.toc-header i {
  color: var(--gold-light);
}

.toc-list {
  list-style: none;
  padding: 1rem 0;
  margin: 0;
}

.toc-list li a {
  display: flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem 1.4rem;
  color: var(--text-dark);
  text-decoration: none;
  font-size: .84rem;
  transition: all .2s;
  border-left: 3px solid transparent;
}

.toc-list li a:hover,
.toc-list li a.active {
  color: var(--navy);
  background: rgba(42, 95, 159, .06);
  border-left-color: var(--navy);
  font-weight: 600;
}

.toc-list li a i {
  font-size: .9rem;
  color: var(--navy-light);
  min-width: 18px;
}

/* ── SECTION CARDS ── */
.section-card {
  background: #fff;
  border: 1px solid var(--border);
  padding: 1rem 1.2rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 2px 16px rgba(42, 95, 159, .05);
  transition: box-shadow .25s, transform .25s;
  position: relative;
  overflow: hidden;
}

.section-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(180deg, var(--navy-light), var(--navy-dark));
}

.section-card:hover {
  box-shadow: 0 8px 32px rgba(42, 95, 159, .12);
  transform: translateY(-2px);
}

.section-number {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, var(--navy), var(--navy-light));
  color: #fff;
  font-size: .78rem;
  font-weight: 700;
  border-radius: 50%;
  flex-shrink: 0;
}

.section-icon {
  width: 35px;
  height: 35px;
  background: rgba(42, 95, 159, .1);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--navy-dark);
  margin-bottom: 0;
}

.section-body {
  color: #3d4f63;
  font-size: .96rem;
  line-height: 1.8;
  margin-top: .9rem;
}

/* ── CALLOUT ── */
.callout {
  background: linear-gradient(135deg, rgba(42, 95, 159, .07), rgba(58, 122, 197, .05));
  border: 1px solid rgba(42, 95, 159, .18);
  border-left: 3px solid var(--navy);
  padding: 1rem 1.3rem;
  margin-top: 1rem;
  font-size: .88rem;
  color: var(--navy-dark);
}

.callout i {
  color: var(--navy-light);
  margin-right: .4rem;
}

/* ── STATS BAR ── */
.stats-bar {
  background: #fff;
  border: 1px solid var(--border);
  padding: 0.7rem 1rem;
  margin-bottom: 1rem;
}

.stat-item {
  text-align: center;
}

.stat-value {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: var(--navy);
  font-weight: 900;
  line-height: 1;
  margin-bottom: .2rem;
}

.stat-label {
  font-size: .75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border);
  align-self: center;
}

/* ── CONTACT CARD ── */
.contact-card {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 100%);
  padding: 1rem;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(201, 168, 76, .2), transparent 70%);
  top: -80px;
  right: -80px;
  border-radius: 50%;
}

.contact-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  margin-bottom: .6rem;
}

.contact-card p {
  color: rgba(255, 255, 255, .75);
  font-size: .96rem;
}

.contact-card .btn-gold {
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: var(--navy-dark);
  font-weight: 700;
  border: none;
  padding: .5rem 1rem;
  border-radius: 50px;
  font-size: .78rem;
  transition: opacity .2s, transform .2s;
}

.contact-card .btn-gold:hover {
  opacity: .9;
  transform: scale(1.03);
}

/* ── BLOG GRID ── */
.blog-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}

.results-info {
  font-size: .85rem;
  color: var(--muted);
  margin-bottom: 28px;
}

.results-info strong {
  color: var(--text);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 40px;
}

.blog-card {
  background: var(--white);
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(26, 63, 111, .08);
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  transition: transform .25s, box-shadow .25s;
  animation: fadeUp .5s ease both;
  height: auto; 
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 36px rgba(26, 63, 111, .15);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.blog-card:nth-child(2) { animation-delay: .08s; }
.blog-card:nth-child(3) { animation-delay: .16s; }
.blog-card:nth-child(4) { animation-delay: .24s; }
.blog-card:nth-child(5) { animation-delay: .32s; }
.blog-card:nth-child(6) { animation-delay: .40s; }


.blog-img {
  height: 180px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;     
}
 
.blog-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  opacity: 0.85;
  z-index: 1;   
}

.blog-icon {
  font-size: 3rem;
  color: rgba(255, 255, 255, .25);
  position: relative;
  z-index: 2; 
}

.blog-cat {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--white);
  color: var(--navy);
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 700;
  z-index: 2;
  backdrop-filter: none;
  border: none;
}

.blog-body {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-meta {
  font-size: .75rem;
  color: var(--muted);
  margin-bottom: 10px;
}

.blog-body h6 {
  font-family: 'Playfair Display', serif;
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text);
  margin-bottom: 10px;
}

.blog-body p {
  font-size: .88rem;
  color: var(--muted);
  line-height: 1.6;
  flex: 1;
  margin-bottom: 16px;
}

.read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--navy);
  font-size: .82rem;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: .3px;
  transition: gap .2s, color .2s;
}

.read-more:hover {
  color: var(--gold);
  gap: 10px;
}

/* ── PAGINATION ── */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 56px;
}

.page-btn {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  border: 1.5px solid var(--border);
  background: var(--white);
  color: var(--text);
  font-size: .85rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
  font-family: 'DM Sans', sans-serif;
}

.page-btn:hover,
.page-btn.active {
  background: var(--navy);
  border-color: var(--navy);
  color: var(--white);
}

.page-btn.arrow {
  font-size: .7rem;
}

/* ── NO RESULTS ── */
.no-results {
  grid-column: 1 / -1;
  text-align: center;
  padding: 60px 24px;
  color: var(--muted);
}

.no-results i {
  font-size: 3rem;
  margin-bottom: 16px;
  display: block;
  opacity: .3;
}

.no-results p {
  font-size: 1rem;
}

/* ── UTILITY ── */
.sub-heading {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--navy);
  margin: 1rem 0 .4rem;
}

.list-policy {
  padding-left: 1.2rem;
  margin-bottom: 0;
}

.list-policy li {
  margin-bottom: .4rem;
}

/* ── FOOTER ── */
.page-footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, .5);
  padding: 0.5rem 0;
  font-size: .82rem;
  text-align: center;
}

.page-footer a {
  color: var(--gold-light);
  text-decoration: none;
}

.site-footer {
  background: var(--navy-dark);
  color: rgba(255, 255, 255, .55);
  text-align: center;
  padding: 24px;
  font-size: .82rem;
}

.site-footer a {
  color: var(--gold-lt);
  text-decoration: none;
}

/* ── PARTNER BADGE ── */
.partner-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(42, 95, 159, .07);
  border: 1px solid rgba(42, 95, 159, .2);
  color: var(--navy-dark);
  font-size: .88rem;
  font-weight: 600;
  padding: .5rem 1rem;
  border-radius: 6px;
  margin-top: .5rem;
}

.partner-badge i {
  color: var(--navy-light);
  font-size: 1rem;
}

/* ── SCROLL REVEAL ── */
/* Default: visible. JS adds 'visible' class on scroll — if JS fails, content still shows */
.reveal {
  opacity: 1;
  transform: none;
  transition: opacity .5s ease, transform .5s ease;
}

/* When JS is active, elements start hidden and animate in */
body.js-ready .reveal {
  opacity: 0;
  transform: translateY(22px);
}

body.js-ready .reveal.visible {
  opacity: 1;
  transform: none;
}

/* ── RESPONSIVE ── */
@media (max-width: 991.98px) {
  .hero {
    padding: 70px 0 50px;
  }

  .hero-graphic {
    margin-top: 2.5rem;
  }

  .shield-wrap {
    width: 160px;
    height: 160px;
  }

  .section-card {
    padding: 1.5rem 1.4rem;
  }
}

@media (max-width: 600px) {
  .filters-inner {
    gap: 7px;
  }

  .search-wrap {
    margin-left: 0;
    width: 100%;
  }

  .search-wrap input {
    width: 100%;
  }

  .blog-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  .section-card::before {
    display: none;
  }

  .stats-bar {
    padding: 1rem;
  }

  .contact-card {
    padding: 1.8rem 1.4rem;
  }
}
