:root{
  --accent:#1a49e9;
  --bg:#ffffff;
  --border:#cfe8f6;
  --button-width:420px;
  --container-max:1320px;
  --container-pad:16px;
  --controls-max:520px;
  --footer-bg:#0e1420;
  --footer-border:rgba(255,255,255,.08);
  --footer-link-hover:#ffffff;
  --footer-link:#b8c0cc;
  --footer-muted:#a9b3c2;
  --footer-text:#e6e8ec;
  --muted:#1f2937;
  --nav-h-mobile:56px;
  --nav-h:64px;
  --rail-width:720px;
  --text:#111827;
}

/* ===== NAVBAR ===== */
#topnav .container{margin:0 auto;max-width:1200px;padding:16px 24px}
#topnav nav{align-items:center;display:flex;gap:12px;position:relative}
#topnav .logo{display:block;height:36px;width:auto}
#topnav .menu-icon{cursor:pointer;display:none;margin-left:auto;order:3;padding:6px 4px}
#topnav .menu{align-items:center;display:flex;gap:28px;list-style:none;margin:0 auto;order:2;padding:0}
#topnav .menu li a{border-bottom:2px solid transparent;display:inline-block;font-weight:600;letter-spacing:.1px;padding:6px 2px;text-decoration:none;transition:color .2s,border-color .2s}
@media (max-width:980px){
  #topnav .menu-icon{display:block}
  #topnav .menu{
    align-items:stretch;background:var(--bg);border:1px solid var(--border);border-top:0;
    box-shadow:0 12px 24px rgba(15,23,42,.08);
    display:none;flex-direction:column;gap:0;left:0;margin:8px 0 0 0;padding:8px 16px;position:absolute;right:0;top:100%;z-index:3100;
  }
  #topnav .menu.open{display:flex}
  #topnav .menu li{border-bottom:1px solid var(--border)}
  #topnav .menu li:last-child{border-bottom:0}
  #topnav .menu li a{border-bottom:0;padding:12px 4px}
  #topnav .menu-icon.active .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
  #topnav .menu-icon.active .bar:nth-child(2){opacity:0}
  #topnav .menu-icon.active .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
}
@media (min-width:981px){
  #topnav .menu{margin:0 0 0 auto}
}
body:not(.home) #topnav{
  background:var(--bg);
  box-shadow:0 1px 0 rgba(0,0,0,.06);
  position:static;
  left:auto; right:auto; top:auto;
  z-index:3000;
}
body:not(.home) #topnav .menu-icon .bar{background:var(--text)}
body:not(.home) #topnav .menu li a{color:var(--muted)}
body:not(.home) #topnav .menu li a:hover{color:#1a49e9;border-bottom-color:#1a49e9}
body:not(.home) #topnav .menu li a.active{color:#1a49e9!important}
@media (max-width:980px){
  body:not(.home) #topnav .menu li a{color:var(--muted)}
  body:not(.home) #topnav .menu li a:hover,
  body:not(.home) #topnav .menu li a.active{color:#1a49e9!important}
}
body.home #topnav{
  background:transparent;
  box-shadow:none;
  position:absolute;
  left:0; right:0; top:0;
  z-index:3000;
}
body.home #topnav .menu-icon .bar{background:#fff;border-radius:1px;height:2px;margin:5px 0;transition:transform .2s,opacity .2s;width:22px}
body.home #topnav .menu li a{color:#fff}
body.home #topnav .menu li:first-child a{color:#fff}
body.home #topnav .menu li a:hover{color:#fff;border-bottom-color:#fff}
body.home #topnav .menu li a.active{color:#fff!important}
@media (max-width:980px){
  body.home #topnav .menu li a{color:#111!important}
  body.home #topnav .menu li a:hover{color:#111!important}
  body.home #topnav .menu li a.active{color:#111!important}
}

@media (max-width:1024px){
  body.home .banner-section{min-height:auto;padding-top:calc(var(--nav-h-mobile) + 32px)!important}
}
@media (max-width:640px){
  body.home .banner-section{padding-top:calc(var(--nav-h-mobile) + 56px)!important}
}
@supports (padding-top: env(safe-area-inset-top)){
  @media (max-width:1024px){
    body.home .banner-section{padding-top:calc(var(--nav-h-mobile) + env(safe-area-inset-top) + 32px)!important}
  }
  @media (max-width:640px){
    body.home .banner-section{padding-top:calc(var(--nav-h-mobile) + env(safe-area-inset-top) + 56px)!important}
  }
}



/* ===== NAVBAR SEARCHBAR ===== */
.bg-white.border-bottom.border-top{
  padding:16px 0!important; border:0!important; box-shadow:none!important;
  --searchbar-btn-w:300px;
}
#searchbar td{vertical-align:middle}
#searchbar td:last-child{padding-left:14px}
#searchbar #query,#searchbar #search{height:44px!important;border-radius:12px!important}
#searchbar #query{box-sizing:border-box!important}

/* Input styled like the pill in the mock, keeping current width/height */
#searchbar #query{
  background:#ffffff!important;
  color:#111827!important;
  border:1px solid rgba(0,0,0,.14)!important;
  border-radius:9999px!important;
  padding:0 14px 0 44px!important;
  line-height:44px!important;
  box-shadow:0 6px 16px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.6)!important;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23231F20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>")!important;
  background-repeat:no-repeat!important;
  background-position:16px 50%!important;
  background-size:18px 18px!important;
}
#searchbar #query::placeholder{color:#9CA3AF;opacity:1}
#searchbar #query::-webkit-input-placeholder{color:#9CA3AF;opacity:1}
#searchbar #query:-ms-input-placeholder{color:#9CA3AF}
#searchbar #query::-ms-input-placeholder{color:#9CA3AF}
#searchbar #query:focus{
  outline:none!important;
  border-color:rgba(0,0,0,.22)!important;
  box-shadow:0 8px 20px rgba(0,0,0,.2), 0 0 0 2px rgba(255,255,255,.25)!important;
}

/* Button (keeps same size/width as current layout) */
#searchbar #search{
  display:grid!important; grid-template-columns:24px 1fr 24px;
  align-items:center!important; justify-items:center!important; text-align:center; gap:8px!important;
  padding:0 9px!important; line-height:1!important; width:var(--searchbar-btn-w)!important;

  background:#231F20!important; color:#ffffff!important;
  border:1px solid rgba(255,255,255,.9)!important;
  border-radius:9999px!important;
  box-shadow:0 6px 16px rgba(0,0,0,.22);
  transition:background .15s ease, box-shadow .2s ease, transform .08s ease, border-color .15s ease;
}
#searchbar #search:hover{
  background:#0f141f!important;
  border-color:#ffffff!important;
  box-shadow:0 10px 22px rgba(0,0,0,.28);
  transform:translateY(-1px);
}
#searchbar #search:active{
  transform:translateY(0);
  box-shadow:0 6px 16px rgba(0,0,0,.22);
}
#searchbar #search:focus-visible{
  outline:none;
  border-color:#ffffff!important;
  box-shadow:0 0 0 2px rgba(255,255,255,.28);
}
#searchbar #search i,
#searchbar #search .btn-icon{grid-column:1;margin:0!important;width:18px;height:18px}
#searchbar #search::after{content:"";grid-column:3}

/* Responsive keeps current widths/heights */
@media (max-width:980px){
  .bg-white.border-bottom.border-top{padding:22px 0!important;margin-bottom:22px!important}
  .bg-white.border-bottom.border-top .container,#searchbar{padding-left:16px!important;padding-right:16px!important;box-sizing:border-box}
  #searchbar table{width:100%}
  #searchbar tr{display:block}
  #searchbar td{display:block;width:100%;padding:0}
  #searchbar td:last-child{padding-left:0;margin-top:12px}
  #searchbar #query,#searchbar #search{width:100%!important;max-width:100%!important;box-sizing:border-box!important}
  #searchbar #search{grid-template-columns:22px 1fr 22px}
}
@media (max-width:600px){
  .bg-white.border-bottom.border-top .container,#searchbar{padding-left:20px!important;padding-right:20px!important}
  #searchbar #search{grid-template-columns:20px 1fr 20px}
}


/* ===== HERO ===== */
.banner-section .header-text{
  padding-left:max(var(--container-pad),calc((100vw - var(--container-max))/2 + var(--container-pad)));
  padding-right:max(var(--container-pad),calc((100vw - var(--container-max))/2 + var(--container-pad)));
}
.banner-section{
  background-color:#1B47FD;
  border-radius:0!important;display:flex;align-items:center;min-height:360px;overflow:hidden;padding:32px 0;position:relative;z-index:0;
}
.hero-figure{
  position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none;
  background-position:center;background-repeat:no-repeat;background-size:cover;
  image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;
}
.banner-section::before{content:""; position:absolute; inset:0; background:rgba(0, 0, 0, 0.288); z-index:1}
.banner-section .header-text{position:relative;width:100%;z-index:2}
.banner-section .container,
.item-search-tabs,
.item-search-tabs .tab-content,
.item-search-tabs .search-background{max-width:var(--rail-width);margin-left:auto;margin-right:auto}
.banner-section .container{padding-left:0;padding-right:0}
.banner-section .text-center{margin-left:auto;margin-right:auto;text-align:center!important;color:#fff}
.banner-section h1.mb-1{color:#fff!important;font-size:clamp(28px,5.2vw,48px);font-weight:800;letter-spacing:.3px;margin-bottom:24px}
.banner-section .text-center p{color:rgba(255,255,255,.92)!important;font-size:clamp(15px,2.6vw,20px);margin-bottom:36px}
.item-search-tabs .tab-content .search-background{background:transparent;border:0;box-shadow:none;padding:0}
.item-search-tabs .form.row.no-gutters{
  --pill-right-gap:4px;
  position:relative;display:flex;align-items:center;gap:8px;margin-left:auto;margin-right:auto;
  width:min(920px,100%)!important;padding:6px var(--pill-right-gap) 6px 6px;background:#fff;
  border-radius:9999px;border:1px solid rgba(0,0,0,.08);box-shadow:0 10px 28px rgba(0,0,0,.28);
}
.item-search-tabs .form.row.no-gutters::before{
  content:"";position:absolute;left:22px;top:50%;transform:translateY(-50%);width:20px;height:20px;opacity:.85;
  background:no-repeat center/20px 20px url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>");
}
.item-search-tabs .form .form-group{margin-bottom:0!important}
.item-search-tabs .form.row.no-gutters > [class*="col-"]{padding-left:0;padding-right:0;max-width:none}
.item-search-tabs .form.row.no-gutters > .form-group:first-child{flex:1 1 auto!important;width:auto!important}
.item-search-tabs .form.row.no-gutters > .form-group:last-child{flex:0 0 auto!important;width:auto!important}
#query.form-control.border{
  width:100%!important;height:50px!important;line-height:50px!important;background:transparent!important;background-image:none!important;
  border:0!important;border-radius:9999px!important;box-shadow:none!important;color:#111!important;caret-color:#111!important;
  padding:0 18px 0 60px!important;font-size:18px!important;
}
#query::placeholder{color:#6b7280!important}
#query:focus{outline:none!important;box-shadow:none!important}
.btn.btn-orange.fs-14{
  position:relative;overflow:hidden;
  background:#171717!important;color:#fff!important;border:0!important;border-radius:9999px!important;height:50px!important;padding:0 28px!important;
  font-weight:700!important;font-size:18px!important;display:inline-flex!important;align-items:center;justify-content:center;gap:10px;width:auto!important;
  box-shadow:0 6px 18px rgba(0,0,0,.35);margin-right:0!important;
  transition:transform .18s ease, box-shadow .25s ease, filter .25s ease, background .2s ease;
}
.btn.btn-orange.fs-14::before{
  content:"";position:absolute;inset:-2px;border-radius:inherit;
  border:2px solid rgba(255,255,255,.18);opacity:0;transform:scale(.96);
  transition:opacity .2s ease, transform .2s ease;
}
.btn.btn-orange.fs-14:hover{
  transform:translateY(-1px) scale(1.02);
  box-shadow:0 14px 30px rgba(0,0,0,.45);
  filter:brightness(1.03);
  background:#141414!important;
}
.btn.btn-orange.fs-14:hover::before{
  opacity:1;transform:scale(1);
}
.btn.btn-orange.fs-14:active{
  transform:translateY(0) scale(0.995);
  box-shadow:0 6px 18px rgba(0,0,0,.35);
}
.banner-section .col-xl-10.col-lg-12.col-md-12.d-block.mx-auto{margin-left:auto!important;margin-right:auto!important;max-width:var(--rail-width)}
@media (max-width:1024px){
  .banner-section{min-height:auto;padding-top:24px}
  .banner-section .header-text{padding-left:var(--container-pad);padding-right:var(--container-pad)}
  .item-search-tabs .form.row.no-gutters{width:100%!important;max-width:var(--controls-max);padding:6px var(--pill-right-gap) 6px 6px}
  #query.form-control.border,.btn.btn-orange.fs-14{width:auto!important;max-width:none;margin:0}
}
@media (max-width:640px){
  .item-search-tabs .form.row.no-gutters{
    flex-direction:column;align-items:stretch;gap:10px;background:transparent;border:0;box-shadow:none;padding:0;width:100%!important;
  }
  .item-search-tabs .form.row.no-gutters::before{display:none}
  #query.form-control.border{
    background:#fff!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 8px 22px rgba(0,0,0,.2)!important;
    padding:0 16px 0 44px!important;height:50px!important;width:100%!important;
    background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23181818' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><line x1='21' y1='21' x2='16.65' y2='16.65'/></svg>")!important;
    background-repeat:no-repeat!important;background-position:16px 50%!important;background-size:20px 20px!important;
  }
  .btn.btn-orange.fs-14{
    width:100%!important;height:50px!important;border-radius:9999px!important;margin:0!important;
  }
}
@media (max-width:640px){
  .item-search-tabs .form.row.no-gutters{gap:8px!important}
  #query.form-control.border{
    height:44px!important;line-height:44px!important;font-size:16px!important;
    padding:0 14px 0 40px!important;background-size:18px 18px!important;background-position:14px 50%!important;
  }
  .btn.btn-orange.fs-14{
    height:44px!important;font-size:16px!important;padding:0 20px!important;gap:8px!important;
    box-shadow:0 8px 22px rgba(0,0,0,.25)!important;
  }
}
@media (max-width:480px){
  #query.form-control.border{
    height:42px!important;line-height:42px!important;font-size:15px!important;
    padding:0 12px 0 38px!important;background-size:17px 17px!important;background-position:12px 50%!important;
  }
  .btn.btn-orange.fs-14{
    height:42px!important;font-size:15px!important;padding:0 18px!important;
  }
}
@media (max-width:360px){
  #query.form-control.border{
    height:38px!important;line-height:38px!important;font-size:14px!important;
    padding:0 10px 0 34px!important;background-size:16px 16px!important;background-position:10px 50%!important;
  }
  .btn.btn-orange.fs-14{
    height:38px!important;font-size:14px!important;padding:0 16px!important;
  }
}

/* ===== LAYOUT ===== */
.section-rail{background:transparent;margin-top:10px}
.section-rail .container{padding-top:20px;padding-bottom:10px}
.section-rail__row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.section-rail__title{margin:0;color:#111111;font-weight:800;font-size:14px;letter-spacing:.12em;text-transform:uppercase}
.section-rail__link{color:#111111;font-weight:600;font-size:14px;text-decoration:none;cursor:default;}
.section-rail__underline{height:2px;position:relative;background:#e5e7eb;border-radius:2px}
.section-rail__underline::after{content:"";position:absolute;right:0;top:0;height:2px;width:58px;background:#111111;border-radius:2px}

.section-rail .container,
.container.main{max-width:clamp(720px,96vw,1160px);margin:0 auto}

.container.main{background:transparent;border-radius:12px;padding:1px 18px 18px;margin:12px auto 28px;box-sizing:border-box}
.container.main > *:first-child{margin-top:0}

@media (max-width:768px){
  .section-rail .container{ padding-top:4px !important; }
  .home .container.main{
    padding-top:0 !important;
    margin-top:8px !important;
  }
  .home .container.main > :first-child{
    margin-top:0 !important;
    padding-top:0 !important;
  }
  .home .container.main ul,
  .home .container.main ol,
  .home .container.main .row{
    margin-top:0 !important;
    padding-top:0 !important;
  }
  .home .container.main .sublist-01{ padding-top:6px; }
}

@media (max-width:480px){
  .section-rail .container{ padding-top:2px !important; }
  .home .container.main{ margin-top:6px !important; }
}


/* ===== FOOTERS ===== */
#footer .footer-bg{color:#cbd5e1;background:#0d1421;font-size:14px}
#footer .footer-main{padding:56px 0 28px}
#footer .footer-main .row{align-items:center;display:flex;flex-wrap:wrap;gap:20px;justify-content:center}
#footer .footer-logo-col{align-items:center;display:flex;flex:0 0 160px;justify-content:center}
#footer .footer-logo{display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.25));height:auto;object-fit:contain;width:140px}
#footer .footer-main .col-lg-2.col-md-12{flex:0 1 260px;min-width:220px;text-align:center}
#footer .footer-main .col-lg-2.col-md-12 h6{color:#e2e8f0;font:700 16px/1 'Inter',system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;margin:6px 0 14px}
#footer .footer-main hr{display:none}
#footer .footer-main .col-lg-2.col-md-12 ul{list-style:none;margin:0;padding:0}
#footer .footer-main .col-lg-2.col-md-12 ul li{margin-bottom:12px}
#footer .footer-main .col-lg-2.col-md-12 ul li a{color:#cbd5e1;text-decoration:none;transition:color .15s ease}
#footer .footer-main .col-lg-2.col-md-12 ul li a:hover{color:#fff}
#footer .text-white.p-0{background:transparent}
#footer .text-white.p-0 .container{padding-bottom:24px;padding-top:22px;position:relative}
#footer .text-white.p-0 .container::before{background:rgba(148,163,184,.25);content:"";height:1px;left:0;position:absolute;right:0;top:0}
#footer .col-lg-12.col-sm-12.mt-3.mb-3.text-center{align-items:center;color:#94a3b8;display:flex;font-size:13px;justify-content:center;text-align:center}
#footer .col-lg-12.col-sm-12.mt-3.mb-3.text-center a{color:#9ca3af;margin:0 .4rem;text-decoration:none;transition:color .15s ease}
#footer .col-lg-12.col-sm-12.mt-3.mb-3.text-center a:hover{color:#fff}
@media (max-width:1024px){
  #footer .footer-logo-col{flex:0 0 140px}
  #footer .footer-logo{width:120px}
  #footer .footer-main .col-lg-2.col-md-12{flex:1 1 240px}
  #footer .footer-main .row{gap:18px}
}
@media (max-width:900px){
  #footer .footer-main{padding:44px 0 20px}
  #footer .footer-main .row{gap:20px}
  #footer .footer-logo-col{flex:1 1 100%;margin-bottom:4px}
  #footer .footer-logo{width:110px}
  #footer .footer-main .col-lg-2.col-md-12{flex:1 1 100%}
  #footer .footer-main .col-lg-2.col-md-12 ul li{margin-bottom:10px}
  #footer .text-white.p-0 .container{padding-bottom:20px;padding-top:18px}
}
#footer .footer-main .row{align-items:flex-start!important}
#footer .footer-main .col-lg-2.col-md-12{display:flex;flex-direction:column;justify-content:flex-start}
#footer .footer-main .clearfix{display:none}
#footer .footer-logo-col{align-self:center}

/* ===== CONTACT FORM ===== */
#contact-form{padding:16px}
#contact-form .contactus{
  max-width:720px;margin:16px auto;background:#fff;border-radius:16px;
  box-shadow:0 10px 20px rgba(15,23,42,.05),0 2px 6px rgba(15,23,42,.04);
  padding:24px 20px;
}
#contact-form h1{font-size:44px;line-height:1.1;margin:0 0 8px;color:#0f172a;text-align:center}
#contact-form .layout > p{margin:6px 0;color:#475569;font-size:18px}
#contact-form .contact{margin-top:12px}
#contact-form .contact p{margin:12px 0}
#contact-form input[type="email"],
#contact-form input[type="text"],
#contact-form input[name="name"],
#contact-form textarea,
#contact-form button[type="submit"]{width:100%;display:block;box-sizing:border-box}
#contact-form input[type="email"],
#contact-form input[type="text"],
#contact-form input[name="name"],
#contact-form textarea{
  border:1px solid #e5e7eb;border-radius:12px;background:#fff;color:#0f172a;font-size:16px;outline:none;transition:box-shadow .2s ease,border-color .2s ease;
}
#contact-form input[type="email"],
#contact-form input[type="text"],
#contact-form input[name="name"]{height:52px;padding:0 16px}
#contact-form textarea{min-height:140px;padding:12px 16px;resize:vertical}
#contact-form input::placeholder,#contact-form textarea::placeholder{color:#94a3b8}
#contact-form input:focus,#contact-form textarea:focus{box-shadow:0 0 0 4px rgba(59,130,246,.15)}
#contact-form button[type="submit"]{
  height:44px;padding:0 18px;border:0;border-radius:14px;font-size:16px;font-weight:500;letter-spacing:.2px;color:#fff;
  background:#111111;
  box-shadow:0 1px 0 rgba(255,255,255,.25) inset,0 6px 14px rgba(0,0,0,.18);
  cursor:pointer;transition:transform .06s ease,filter .2s ease,box-shadow .2s ease,font-weight .06s ease;text-align:center;
}
#contact-form button[type="submit"]:hover{filter:brightness(1.05);font-weight:700}
#contact-form button[type="submit"]:active{transform:translateY(1px);box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 4px 10px rgba(0,0,0,.18)}
@media (min-width:768px){
  #contact-form .contactus{padding:32px 28px}
  #contact-form h1{font-size:52px}
}

/* ===== MISC / LAYOUT ===== */
.layout{padding-top:10px}
#serp{padding-top:30px}
/* external-scripts box */
.item.item-external-scripts .border-true {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow:
    0 0 0 1px rgba(0,0,0,0.06) inset,
    0 12px 28px rgba(0,0,0,0.12),
    0 2px 8px rgba(0,0,0,0.06);
  padding: 16px;
  overflow: hidden;
  margin-bottom: 24px;   
}

/* table */
.item.item-paragraph table {
  border-collapse: collapse;
  border: 1px solid #000;      
}
.item.item-paragraph table th,
.item.item-paragraph table td {
  border: 1px solid #000;      
  padding: 4px 8px;            
}
.item.item-paragraph table th {
  background: rgb(0, 0, 0);
  color: #FFFFFF;
  font-weight: 700;
}
.item.item-paragraph table tbody tr:nth-child(even) td {
  background: #f6f6f6;
}

@media (max-width:990px){
  #serp{padding-top:80px}
  .sublist-icon{width:100px!important;height:100px!important}
  .sublist-02{width:200px!important;height:200px!important}
  .sublist-label{font-size:30px!important}
  h1{font-size:24px}
  h2{font-size:20px}
  h3{font-size:18px}
}
@media (max-width:990px){
  .layout {
    padding-top : 10px;
  }
}
