:root {
  --black: #000;
  --light-black: #333333;
  --white: #fff;
  --light-blue: #486fa4;
  /* --dark-blue: var(--dark-blue); */
  --dark-blue: #0e2e67;
  --sky-blue: #0c7cde;
  --orange: #f16f1d;
  --brown: #522b25;
  --gray: #adaba2;
  --green: #7a8c22;
  --rhythm: #89779d;
  --fluorescent-blue: #29f1fd;
}


  :root {
      /* ── Brand exact colours from logo / screenshot ── */
      --sb-navy:      #1b3a6b;   /* dark navy blue — logo bg, nav text, footer bg */
      --sb-navy-dark: #132d55;   /* deeper navy for footer */
      --sb-orange:    #f47c20;   /* orange CTA — exact SearchBerg orange */
      --sb-orange-h:  #d96510;   /* hover state */
      --sb-blue-btn:  #1a73e8;   /* secondary "blue" button seen on page */
      --sb-text:      #2d3748;
      --sb-text-mid:  #4a5568;
      --sb-text-lt:   #718096;
      --sb-border:    #e2e8f0;
      --sb-bg:        #f7f8fc;
      --white:        #ffffff;
      /* checker widget */
      --co:           #ff6b00;
    }
html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  margin: 0%;
}

section p {
  font-family: "Inter", sans-serif;
  line-height: 26px;
  color: var(--light-black);
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  margin: 0px;
}

ul {
  margin: 0px !important;
  padding-left: 0px !important;
}

li {
  list-style: none;
}

a,
a:hover,
button,
button:hover,
i,
h1,
h2,
h3,
h4,
h5,
h6,
li {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

i {
  transition: unset;
}

:focus {
  outline: 0px !important;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--dark-blue);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

/* BOOTSTRAP CSS START  */

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

@media (min-width: 1920px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

/* BOOTSTRAP CSS END  */

/* GLOBAL CSS START HERE  */

.section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}

.dark-blue {
  background-color: var(--dark-blue);
}

.sky-blue {
  background: var(--sky-blue);
}

.orange {
  background-color: var(--orange);
}

.brown {
  background-color: var(--brown);
}

.gray {
  background-color: var(--gray);
}

.green {
  background-color: var(--green);
}

.rhythm {
  background-color: var(--rhythm);
}

.fluorescent-blue {
  background-color: var(--fluorescent-blue);
}

.clr-orange {
  color: var(--orange);
}

.clr-blue {
  color: var(--dark-blue);
}

.row.footer-icon-row {
  margin-bottom: 0 !important;
}

.head {
  position: relative;
  margin: 0 0 2rem;
  padding: 0 0 1.5rem;
}

@media (min-width: 1200px) {
  .head-center {
    max-width: 70%;
    margin: 0 auto 3rem;
  }

  .head-50 {
    width: 50%;
  }

  .head-60 {
    width: 60%;
  }

  .head-70 {
    width: 70%;
  }

  .head-80 {
    width: 80%;
  }
}

.head h2 {
  color: var(--dark-blue);
  /* margin: 0 0 .5rem; */
}

.head h2,
.head h2 span {
  position: relative;
  font-size: 3.125rem;
  font-weight: 800;
  line-height: 1;
}

p.tagline {
    position: relative;
    font-size: 22px !important;
    font-weight: 800 !important;
    line-height: 1;
    text-transform: uppercase;
    color: #f16f1d !important;
}

.head h2 span {
  color: var(--orange);
}

.head:before {
  position: absolute;
  content: "";
  background-color: #c0c0c0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: unset;
}

.head.head-center:before {
  margin: auto;
}

.head p {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 500;
  margin: 1.5rem 0 0;
}

.head p a {
  text-decoration: underline !important;
  color: var(--orange);
}

.head p:last-child {
  margin-bottom: 0;
}

.head:after {
  position: absolute;
  content: "";
  background: var(--orange);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  right: 0;
  bottom: -3px;
  z-index: 9;
}

@media (min-width: 1200px) {
  .width-50 {
    max-width: 50%;
  }

  .width-60 {
    max-width: 60%;
  }

  .width-70 {
    max-width: 70%;
  }

  .width-75 {
    max-width: 75%;
  }

  .width-80 {
    max-width: 80%;
  }

  .width-85 {
    max-width: 85%;
  }

  .width-90 {
    max-width: 90%;
  }

  .width-95 {
    max-width: 95%;
  }
}

.m-auto {
  margin: auto;
}

.div-CTA {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 1rem;
  margin: 3rem 0 0;
}

.div-main-cta {
  font-family: "Inter", sans-serif;
  color: var(--white);
  font-size: 1rem;
  font-weight: 500;
  border: 2px solid transparent;
  padding: 1rem 2.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  grid-gap: 0.5rem;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-orange {
  background: var(--orange);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(241 111 29 / 40%);
}

.div-main-cta.btn-orange:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-sky {
  background: var(--sky-blue);
  color: var(--white);
  box-shadow: 0 10px 30px rgb(12 124 222 / 50%);
}
.div-main-cta.btn-sky:hover {
  background: var(--dark-blue);
  box-shadow: unset;
}
.div-main-cta.btn-blue {
  background: var(--dark-blue);
  color: var(--white);
  box-shadow: 2px 2px 20px rgb(14 46 103 / 40%);
}

.div-main-cta.btn-blue:hover {
  background: var(--sky-blue);
  box-shadow: unset;
}

.div-main-cta.btn-transparent.btn-border-blue {
  border-color: var(--dark-blue);
  color: var(--dark-blue);
}

.div-main-cta i {
  width: 25px;
  height: 25px;
  background: var(--dark-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  transition: all 0.3s ease-in-out;
}

.div-main-cta.btn-transparent.btn-border-blue:hover {
  background: var(--dark-blue);
  color: var(--white);
}

.div-main-cta.btn-transparent.btn-border-blue:hover i {
  background: var(--white);
  color: var(--dark-blue);
}
section.diamond {
  padding-top: 5rem;
  margin-top: 3.75rem;
  overflow: visible;
  border-top: 1px solid #b9b9b9;
}

img.diamond {
  position: absolute;
  top: -55px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9;
}

@media screen and (min-width: 991px) {
  .desktop {
    display: block;
  }

  .mobile {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .desktop {
    display: none;
  }

  .mobile {
    display: block;
  }
}

/* GLOBAL CSS END HERE  */

/* SECTION ONE CSS START HERE */

.homeBanner.s1 {
  position: relative;
    background: linear-gradient(135deg, #1b3a6b 0%, #0e2449 100%);
  padding: 0rem 0 290px;
  overflow: hidden;
}
.logo {
    padding: 0px 0 50px;
}

.hero-badge span {
    color: #ffb870;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.s1 .div-CTA {
  justify-content: flex-start;
  margin: 2rem 0 0;
}
.s1 h1 {
  font-size: 4.125rem;
  font-weight: 800;
  color: white;
  line-height: 1;
  margin: 0 0 1.5rem;
}

.s1 h1 span {
  color: var(--orange);
}

.s1 p {
  color: white;
      width: 90%;
}

.w-100 {
    width: 100% !important;
    max-width: 100%;
}
@media (min-width: 1366px) {
  .s1 .div-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

/* SECTION ONE CSS END HERE */

.topbar {
    display: none;
}
.navigationbar {
    display: none;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(244, 124, 32, .18);
    border: 1px solid rgba(244, 124, 32, .4);
    border-radius: 30px;
    padding: 7px 22px;
    margin-bottom: 24px;
    position: relative;
}
   .hero-stats { display: flex; justify-content: start; gap: 46px; flex-wrap: wrap; position: relative; }
    .hero-stats strong { display: block; font-size: 28px; font-weight: 700; color: var(--sb-orange); }
    .hero-stats span { font-size: 12px; color: #a8c0dc; font-weight: 500; }

    .hero::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(244, 124, 32, .07);
    pointer-events: none;
}


/* =============================================================
       CHECKER WIDGET
    ============================================================= */
.ck {
    border-radius: 20px;
    border: 1px solid #cfcfcf;
}
    .ck-pbar-wrap { background: var(--co); padding: 10px 22px; text-align: center; }
    .ck-pbar-wrap p { color: #fff; font-size: 13px; font-weight: 700; }
    .ck-pbar-wrap a { color: #fff; text-decoration: none; }
    .ck-head {background: linear-gradient(135deg,#1b3a6b 0%,#0e2449 100%);padding: 20px;text-align: center;position: relative;overflow: hidden;border-radius: 20px 20px 0 0;}
    .ck-head::before { content:''; position:absolute; top:-28px;right:-28px; width:100px;height:100px; border-radius:50%; background:rgba(255,107,0,.10); }
    .ck-logo-row { display: flex; align-items: center; justify-content: center; margin-bottom: 12px; }
    .ck-logo-row img { height: 38px; width: auto; }
    .ck-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(255,107,0,.18); border: 1px solid rgba(255,107,0,.4); border-radius: 20px; padding: 5px 14px; margin-bottom: 12px; }
    .ck-badge span { color: #ffb870; font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
    .ck-head h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin-bottom: 8px; }
    .ck-head h3 em { color: var(--co); font-style: normal; }
    .ck-head p {color: white;font-size: 20px;line-height: 1.5;font-weight: 700;margin: 0;}

    .ck-pb { background: #e8eef5; height: 6px; }
    .ck-pf { height: 6px; background: linear-gradient(90deg,var(--co),#ff9040); transition: width .5s cubic-bezier(.4,0,.2,1); width: 0%; }
    .ck-pi { background: #f7f9fc; padding: 8px 22px; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #e8eef5; }
    .ck-pi span { font-size: 10px; color: #5a7a99; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; }
    .ck-sl { color: #1a2a4a !important; font-weight: 700 !important; }
    .ck-body { padding: 22px 24px 8px; }
    .ck-q { font-size: 20px; font-weight: 700; color: #1a2a4a; margin-bottom: 5px; line-height: 1.35; }
    .ck-s { font-size: 16px; color: #7a9bb5; margin-bottom: 16px; line-height: 1.5; }
    .ck-opts { display: flex; flex-direction: column; gap: 8px; }
    .ck-opt { display: flex; align-items: center; gap: 11px; padding: 11px 14px; border: 2px solid #dde7f0; border-radius: 10px; cursor: pointer; transition: all .2s; background: #fff; }
    .ck-opt:hover { border-color: var(--co); background: #fff8f4; }
    .ck-opt.sel { border-color: var(--co); background: #fff3eb; }
    .ck-oi { width: 36px; height: 36px; border-radius: 8px; background: #f0f4f8; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 17px; transition: background .2s; }
    .ck-opt.sel .ck-oi { background: var(--co); }
    .ck-ot { flex: 1; }
    .ck-ol { font-size: 18px; font-weight: 700; color: #1a2a4a; }
    .ck-od { font-size: 15px; color: #7a9bb5; margin-top: 1px; }
    .ck-oc { width: 18px; height: 18px; border-radius: 50%; border: 2px solid #dde7f0; flex-shrink: 0; display: flex; align-items: center; justify-content: center; transition: all .2s; }
    .ck-opt.sel .ck-oc { background: var(--co); border-color: var(--co); }
    .ck-opt.sel .ck-oc::after { content: '✓'; color: #fff; font-size: 10px; font-weight: 700; }

    .ck-ig { margin-bottom: 11px; }
    .ck-ig label { font-size: 14px; font-weight: 700; color: #1a2a4a; display: block; margin-bottom: 4px; text-transform: uppercase; letter-spacing: .5px; }
    .ck-ig input { width: 100%; padding: 10px 13px; border: 2px solid #dde7f0; border-radius: 7px; font-family: 'Poppins', sans-serif; font-size: 14px; color: #1a2a4a; outline: none; transition: border-color .2s; background: #fff; }
    .ck-ig input:focus { border-color: var(--co); }
    .ck-ig input::placeholder { color: #b0c4d8; }
    .ck-r2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }

    .ck-btn { width: 100%; padding: 13px 20px; background: var(--co); border: none; border-radius: 7px; font-family: 'Poppins', sans-serif; font-size: 16px; font-weight: 700; color: #fff; cursor: pointer; transition: all .2s; margin-top: 18px; letter-spacing: .2px; display: block; }
    .ck-btn:hover { background: #e55e00; transform: translateY(-1px); }
    .ck-btn:disabled { background: #ccc; cursor: not-allowed; transform: none; }
    .ck-ghost { background: transparent; color: var(--co); border: 2px solid var(--co); margin-top: 8px; }
    .ck-ghost:hover { background: #fff3eb; transform: none; }

    .ck-tr { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 10px 18px 12px; background: #f7f9fc; border-top: 1px solid #e8eef5; flex-wrap: wrap; margin-top: 20px; }
    .ck-ti { display: flex; align-items: center; gap: 5px; font-size: 10px; color: #5a7a99; font-weight: 600; }
    .ck-td { width: 6px; height: 6px; border-radius: 50%; background: var(--co); }
    .ck-ft { background: linear-gradient(135deg,#1b3a6b 0%,#0e2449 100%); padding: 12px 22px; text-align: center; }
    .ck-ft p { color: #a8c0dc; font-size: 11px; }
    .ck-ft a { color: #ffb870; text-decoration: none; font-weight: 600; }

    /* result */
    .ck-res { text-align: center; padding: 4px 0 12px; }
    .ck-ring { width: 108px; height: 108px; margin: 0 auto 14px; position: relative; }
    .ck-ring svg { transform: rotate(-90deg); }
    .ck-rn { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-size: 25px; font-weight: 900; color: #1a2a4a; }
    .ck-rn small { font-size: 13px; }
    .ck-rt { font-size: 17px; font-weight: 800; color: #1a2a4a; margin-bottom: 9px; line-height: 1.3; }
    .ck-rt em { color: var(--co); font-style: normal; }
    .ck-rm { font-size: 14px; color: #5a7a99; line-height: 1.65; margin-bottom: 16px; }
    .ck-cl { text-align: left; background: #f7f9fc; border-radius: 9px; padding: 13px 16px; margin-bottom: 16px; }
    .ck-clt { font-size: 18px; font-weight: 700; color: #5a7a99; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 9px; }
    .ck-cli { display: flex; align-items: flex-start; gap: 9px; padding: 6px 0; font-size: 14px; color: #1a2a4a; border-bottom: 1px solid #e8eef5; line-height: 1.4; }
    .ck-cli:last-child { border-bottom: none; }
    .ck-ci { width: 17px; height: 17px; border-radius: 50%; flex-shrink: 0; display: flex; align-items: center; justify-content: center; font-size: 9px; font-weight: 700; margin-top: 1px; }
    .ck-ci.yes { background: #e6f4ea; color: #2d8a4e; }
    .ck-ci.no  { background: #fce8e6; color: #c5221f; }
    .ck-ci.warn{ background: #fef7e0; color: #b45309; }
    .ck-dv { height: 1px; background: #e8eef5; margin: 14px 0; }
    .ck-tag { display: inline-block; background: #fff3eb; color: #cc5500; border: 1px solid #ffd4b0; border-radius: 6px; padding: 3px 11px; font-size: 10px; font-weight: 700; margin-bottom: 13px; letter-spacing: .5px; text-transform: uppercase; }

.tool-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

  #gbp-checker-wrap {
    max-width: 90%;
    margin: 36px auto 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: none;
    border: 1px solid #e9e9e9;
  }
  .gbp-header {
    background: linear-gradient(135deg,#1a2a4a 0%,#0d1f3c 100%);
    padding: 28px 32px 22px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }
  .gbp-header-circle {
    position: absolute;
    top: -35px;
    right: -35px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255,107,0,0.10);
  }
  .gbp-header p {
  color: #ffffff;
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
  }
  .gbp-progress-track {
    background: #e8eef5;
    height: 7px;
  }
  #gbp-prog {
    height: 7px;
    background: linear-gradient(90deg,#ff6b00,#ff8c3a);
    transition: width 0.5s ease;
    width: 0%;
  }
  .gbp-step-bar {
    background: #f7f9fc;
    padding: 9px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e8eef5;
  }
  #gbp-step-label {
    font-size: 11px;
    color: #1a2a4a;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  #gbp-pct-label {
    font-size: 11px;
    color: #5a7a99;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }
  #gbp-main-body {
    padding: 28px 32px 10px;
  }
  .gbp-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 14px 24px 16px;
    background: #f7f9fc;
    border-top: 1px solid #e8eef5;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .gbp-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #5a7a99;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
  }
  .gbp-trust-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff6b00;
    flex-shrink: 0;
  }
  .gbp-footer {
    background: linear-gradient(135deg,#1a2a4a 0%,#0d1f3c 100%);
    padding: 14px 24px;
    text-align: center;
  }
  .gbp-footer p {
    color: #a8bcd4;
    font-size: 12px;
    margin: 0;
  }
  .gbp-footer a {
    color: #ff8c3a;
    text-decoration: none;
    font-weight: 600;
  }
  .gbp-question {
    font-size: 17px;
    font-weight: 700;
    color: #1a2a4a;
    margin-bottom: 6px;
  }
  .gbp-sub {
    font-size: 13px;
    color: #5a7a99;
    margin-bottom: 18px;
  }
  .gbp-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  .gbp-opt {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 2px solid #e8eef5;
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    background: #fff;
  }
  .gbp-opt:hover { border-color: #ff6b00; background: #fff8f5; }
  .gbp-opt.selected { border-color: #ff6b00; background: #fff4ee; }
  .gbp-opt-icon { font-size: 22px; }
  .gbp-opt-text { flex: 1; }
  .gbp-opt-label { font-size: 14px; font-weight: 700; color: #1a2a4a; }
  .gbp-opt-desc { font-size: 12px; color: #5a7a99; margin-top: 2px; }
  .gbp-opt-check {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #d0dce8;
    flex-shrink: 0;
  }
  .gbp-opt.selected .gbp-opt-check {
    background: #ff6b00;
    border-color: #ff6b00;
  }
  .gbp-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(90deg,#ff6b00,#ff8c3a);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
  }
  .gbp-btn:hover { opacity: 0.92; }
    section.s2 .container {
    padding: 50px;
    border-radius: 20px;
    box-shadow: 2px 2px 20px #00000026;
    background: white;
    margin-top: -260px;
    z-index: 9999;
    position: relative;
    width: 67%;
}

footer {
    background: rgb(14 46 103);
    background-image: none;
}
.head .hero-badge span {
    color: #845545;
}
.head .hero-badge {
    background: #fef1e9;
    border-color: #623316 !important;
    border-radius: 8px;
}

.ic-box {
    background: #fff;
    border: 1px solid var(--sb-border);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: box-shadow .2s, transform .2s;
    height: 100%;
}

.ic-box h3 {
    font-size: 18px;
    font-weight: 700;
    color: var(--sb-navy);
    margin-bottom: 10px;
}

.ic-box p {
    font-size: 16px;
    color: var(--sb-text-mid);
    line-height: 1.72;
}

.snum {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--sb-orange);
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    margin: 0 auto 16px;
}
.ic-box:hover {
    box-shadow: 0 8px 32px rgb(244 124 32 / 30%);
    transform: translateY(-4px);
    border: 1px solid var(--sb-orange);
}

.why {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(375px,1fr));
    gap: 25px;
    margin-top: 50px;
}

.wcard {
    background: #fff;
    border-radius: 12px;
    padding: 28px 24px;
    border-left: 4px solid var(--sb-orange);
    box-shadow: 0 3px 18px rgba(27,58,107,.06);
}

.wcard-ico {
    font-size: 30px;
    margin-bottom: 14px;
}

.wcard h3 {
       font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}

.wcard p {
    font-size: 16px;
    color: var(--sb-text-mid);
    line-height: 1.2;
}

section.section.s4 {
    background: #f6f8fc;
}


    .elig { display: grid; grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); gap: 24px; margin-top: 50px; }
    .ecard { background: #fff; border-radius: 12px; padding: 28px 24px; border: 1px solid var(--sb-border); transition: box-shadow .2s; }
    .ecard:hover { box-shadow: 0 8px 28px rgba(27,58,107,.08); }
    .ecard .eico { font-size: 34px; margin-bottom: 14px; }
    .ecard h3 { font-size: 20px; font-weight: 700; color: #000; margin-bottom: 10px; }
    .ecard p { font-size: 16px; color: var(--sb-text-mid); line-height: 1.2; }
 .estatus {display: inline-block;margin-top: 14px;padding: 4px 12px;border-radius: 20px;font-size: 12px;font-weight: 500;}
    .estatus.yes  { background: #e6f4ea; color: #2d8a4e; }
    .estatus.warn { background: #fef7e0; color: #b45309; }
    .estatus.no   { background: #fce8e6; color: #c5221f; }


div#accordian {
  max-width: 920px;
  margin: auto;
}

.accordion__item {
  background: #004ba5;
  padding: 1.5rem 2rem;
  border-radius: 50px;
  cursor: pointer;
}

.accordion__item:not(:last-child) {
  margin: 0 0 1rem;
}
.accordion__item .accordion__item__header h4 {
  font-size: 1.5rem;
  font-weight: bold;
  color: rgba(255 255 255 / 70%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion__item__content {
  margin: 1rem 0 0;
}
.accordion__item .accordion__item__content p {
  color: var(--white);
}

.accordion__item .accordion__item__content p:last-child {
  margin: 0;
}

.accordion__item.active .accordion__item__header i::before {
  content: "\f068";
}

.accordion__item.active .accordion__item__header h4 {
  color: var(--white);
}

.accordion__item.active {
  border-radius: 1rem;
}

section.section.s6 {
    background: var(--sb-bg);
}

.cta-sec.blue {
    position: relative;
    background: linear-gradient(135deg, #1b3a6b 0%, #0e2449 100%);
    padding: 70px;
    text-align: center;
    color: white;
    overflow: hidden;
}

.cta-sec.blue:after {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(244, 124, 32, .07);
    pointer-events: none;
}
.white{
  color:White !important;
}
    .cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; position: relative; }
    .btn-ora { display: inline-flex; align-items: center; gap: 7px; padding: 14px 30px; background: var(--sb-orange); color: #fff; font-size: 14px; font-weight: 700; border-radius: 6px; text-decoration: none; transition: all .2s; }
    .btn-ora:hover { background: var(--sb-orange-h); transform: translateY(-2px); }
    .btn-wht { display: inline-flex; align-items: center; gap: 7px; padding: 14px 30px; background: transparent; color: #fff; font-size: 14px; font-weight: 700; border-radius: 6px; border: 2px solid rgba(255,255,255,.3); text-decoration: none; transition: all .2s; }
    .btn-wht:hover { background: rgba(255,255,255,.1); }

    .ck-res {
    display: flex;
    align-items: center;
    grid-gap: 20px;
}

.ck-res .left-side {
    width: 40%;
}

.ck-res .right {
    width: 60%;
}


    footer {
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
}

    .cta-btns a:hover {
    color: white;
}
    /* ===== GBP ELIGIBILITY CHECKER STYLES ===== */
    #gbp-main-body .gbp-question {
        font-family: 'Poppins', sans-serif;
        font-size: 16px;
        font-weight: 700;
        color: #1a2a4a;
        margin-bottom: 6px;
        line-height: 1.35;
    }
    #gbp-main-body .gbp-sub {
        font-size: 12px;
        color: #7a9bb5;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    #gbp-main-body .gbp-options {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    #gbp-main-body .gbp-opt {
        display: flex;
        align-items: center;
        gap: 14px;
        padding: 14px 18px;
        border: 2px solid #dde7f0;
        border-radius: 10px;
        cursor: pointer;
        transition: all 0.2s;
        background: #fff;
    }
    #gbp-main-body .gbp-opt:hover { border-color: #ff6b00; background: #fff8f4; }
    #gbp-main-body .gbp-opt.selected { border-color: #ff6b00; background: #fff3eb; }
    #gbp-main-body .gbp-opt-icon {
        width: 40px; height: 40px;
        border-radius: 8px;
        background: #f0f4f8;
        display: flex; align-items: center; justify-content: center;
        flex-shrink: 0;
        font-size: 19px;
        transition: background 0.2s;
    }
    #gbp-main-body .gbp-opt.selected .gbp-opt-icon { background: #ff6b00; }
    #gbp-main-body .gbp-opt-text { flex: 1; }
    #gbp-main-body .gbp-opt-label {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 600;
        color: #1a2a4a;
    }
    #gbp-main-body .gbp-opt-desc { font-size: 11px; color: #7a9bb5; margin-top: 2px; }
    #gbp-main-body .gbp-opt-check {
        width: 20px; height: 20px;
        border-radius: 50%;
        border: 2px solid #dde7f0;
        flex-shrink: 0;
        display: flex; align-items: center; justify-content: center;
        transition: all 0.2s;
    }
    #gbp-main-body .gbp-opt.selected .gbp-opt-check { background: #ff6b00; border-color: #ff6b00; }
    #gbp-main-body .gbp-opt.selected .gbp-opt-check::after { content: '✓'; color: #fff; font-size: 11px; font-weight: 700; }
    #gbp-main-body .gbp-input-group { margin-bottom: 14px; }
    #gbp-main-body .gbp-input-group label {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: #1a2a4a;
        display: block;
        margin-bottom: 6px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }
    #gbp-main-body .gbp-input-group input {
        width: 100%;
        padding: 12px 16px;
        border: 2px solid #dde7f0;
        border-radius: 8px;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #1a2a4a;
        outline: none;
        transition: border-color 0.2s;
        background: #fff;
    }
    #gbp-main-body .gbp-input-group input:focus { border-color: #ff6b00; }
    #gbp-main-body .gbp-input-group input::placeholder { color: #b0c4d8; }
    #gbp-main-body .gbp-input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
    #gbp-main-body .gbp-btn {
        width: 100%;
        padding: 15px 24px;
        background: #ff6b00;
        border: none;
        border-radius: 8px;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        cursor: pointer;
        transition: all 0.2s;
        margin-top: 22px;
        letter-spacing: 0.3px;
        display: block;
        text-align: center;
        text-decoration: none;
    }
    #gbp-main-body .gbp-btn:hover { background: #e55e00; transform: translateY(-1px); color: #fff; }
    #gbp-main-body .gbp-btn:disabled { background: #ccc; cursor: not-allowed; transform: none; }
    #gbp-main-body .gbp-btn-ghost {
        background: transparent;
        color: #ff6b00;
        border: 2px solid #ff6b00;
        margin-top: 10px;
    }
    #gbp-main-body .gbp-btn-ghost:hover { background: #fff3eb; transform: none; }
    #gbp-main-body .gbp-tag {
        display: inline-block;
        background: #fff3eb;
        color: #cc5500;
        border: 1px solid #ffd4b0;
        border-radius: 6px;
        padding: 4px 12px;
        font-size: 11px;
        font-weight: 700;
        font-family: 'Poppins', sans-serif;
        margin-bottom: 16px;
        letter-spacing: 0.5px;
        text-transform: uppercase;
    }
    #gbp-main-body .gbp-checklist {
        text-align: left;
        background: #f7f9fc;
        border-radius: 10px;
        padding: 16px 20px;
        margin-bottom: 20px;
    }
    #gbp-main-body .gbp-checklist-title {
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-weight: 700;
        color: #5a7a99;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin-bottom: 10px;
    }
    #gbp-main-body .gbp-checklist-item {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 7px 0;
        font-size: 13px;
        color: #1a2a4a;
        border-bottom: 1px solid #e8eef5;
        line-height: 1.4;
    }
    #gbp-main-body .gbp-checklist-item:last-child { border-bottom: none; }
    #gbp-main-body .gbp-check-icon {
        width: 18px; height: 18px;
        border-radius: 50%;
        flex-shrink: 0;
        display: flex; align-items: center; justify-content: center;
        font-size: 10px; font-weight: 700;
        margin-top: 1px;
    }
    #gbp-main-body .gbp-check-icon.yes { background: #e6f4ea; color: #2d8a4e; }
    #gbp-main-body .gbp-check-icon.no  { background: #fce8e6; color: #c5221f; }
    #gbp-main-body .gbp-check-icon.warn{ background: #fef7e0; color: #b45309; }
    #gbp-main-body .gbp-score-ring { width: 120px; height: 120px; margin: 0 auto 18px; position: relative; }
    #gbp-main-body .gbp-score-ring svg { transform: rotate(-90deg); }
    #gbp-main-body .gbp-score-num {
        position: absolute; top: 50%; left: 50%;
        transform: translate(-50%,-50%);
        font-family: 'Poppins', sans-serif;
        font-size: 28px; font-weight: 800; color: #1a2a4a;
    }
    @media (max-width: 480px) {
        #gbp-main-body .gbp-input-row { grid-template-columns: 1fr; }
        #gbp-checker-wrap { margin: 24px 0 0; }
    }
@media (max-width: 991px) {

  .accordion__item .accordion__item__header h4 {
    font-size: 1rem;}

    .cta-sec.blue {
    padding: 50px 20px;
}

.s3 .col {
    width: 100%;
    flex: 100%;
}
.s3 .col .ic-box {
    padding: 15px;
}

.tool-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tool-img {
    width: 40%;
}

#gbp-main-body .gbp-btn {
    padding: 15px;
    font-size: 12px;
  }

  #gbp-main-body .gbp-opt{
    padding: 8px;
  }

  .hero::before{
    display:none;
  }
  .homeBanner.s1 {
        text-align: center;
    }
    .hero-stats {
    justify-content: center;
}
.s1 p{
  width: 100%;
}
.logo {
    padding: 0px 0 30px;
}

section.s2 .container {
    padding: 30px;
           margin-top: 20px;
    width: 90%;
}

#gbp-main-body {
    padding: 15px;
}
#gbp-checker-wrap {
    max-width: 100%;}
  .row {
    grid-row-gap: 1rem;
  }

  .div-img {
    text-align: center;
  }

  .s4 .s-box {
    min-height: auto;
    padding: 1rem 2rem;
  }

  .s4 .s-box .arrow {
    display: none;
  }

  .s4 .row-content h4 {
    font-size: calc(1.275rem + 0.3vw);
  }

  .s5 .s-box {
    min-height: auto;
  }

  .s6 .benefits-item {
    text-align: center;
  }
  .s14 {
    text-align: center;
  }

  .s14 .div-text .div-CTA {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .section {
    padding: 2rem 0;
  }
  .homeBanner.s1 {
    padding: 2rem 0;
  }
  .s1 h1 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .div-CTA {
    flex-direction: column;
  }

  .div-main-cta {
    width: 100%;
    font-size: 0.875rem;
    padding: 0.85rem 1rem;
  }

  img.diamond {
    display: none;
  }

  section.diamond {
    padding-top: 2rem;
    margin: 0;
  }

  .head h2,
  .head h2 span {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .s2 .div-text {
    text-align: center;
  }

  .s2 .div-text .head:before {
    width: 70%;
    margin: auto;
  }

  .s2 .div-text .head:after {
    right: unset;
  }

  .s3 .head h2 {
    font-size: 1.5rem;
  }

  .s4 .s-box {
    margin: 0;
    padding: 1rem;
  }

  .s6 .benefits-item h3 {
    font-size: 1.25rem;
  }

  .s6 .benefits-items {
    margin: 3rem 0 0;
  }

  .s8 .heading h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .s9 .div-text h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .features-sb thead tr th:nth-child(1) {
    min-width: 180px;
  }

  .features-sb thead tr th:nth-child(2),
  .features-sb thead tr th:nth-child(3),
  .features-sb thead tr th:nth-child(4) {
    min-width: 300px;
  }

  .features-sb tbody tr td i {
    width: 40px;
    height: 40px;
    font-size: 1.5rem;
  }

  .s11 .head h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .head-content h6 {
    font-size: 1rem;
    letter-spacing: 2px;
  }

  .s12 .s-box {
    padding: 2rem 1rem;
  }

  .s14 .div-text h2 {
    font-size: 1.5rem;
    line-height: 1.2;
  }

  .faq-box-wrap .faq-box > span {
    display: none;
  }
}
