@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  font-family: "Jost", sans-serif !important;
}
* {
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 66px !important;
}
h2 {
  font-size: 45px !important; 
}
h3 {
  font-size: 40px !important;
}
h4 {
  font-size: 32px !important;
}
h5 {
  font-size: 28px !important;
}
h6 {
  font-size: 23px !important;
  font-family: "Jost", sans-serif !important;
}
p {
  font-size: 18px !important;
  font-family: "Jost", sans-serif !important;
}
.header{
  padding: 20px 0;
}
.navbar-expand-lg .navbar-nav{
  width: 100%;
  justify-content: center;
}
.nav-link {
  font-weight: 600 !important;
}
.nav-link.active{
  color: #58c3ff !important;
}
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        padding: 20px;
        border-radius: 4px;
        border: none;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    }
.dropdown-item {
  font-weight: 600 !important;
    padding: 5px 15px !important;
}

.header_btn {
  background:#58c3ff;
   /* color: #fff; */
    border: none;
     padding: 11px 22px;
      border-radius: 4px;
       font-size: .88rem;
        font-weight: 600;
         cursor: pointer; 
         letter-spacing: .5px;
          transition: background .2s;
        white-space: nowrap; }
    .header_btn:hover { background:#3eb4f8; }
    .header_btn a {
      color: white;
      text-decoration: none;
      font-size: 16px;
      text-transform: uppercase;
      font-weight: 700;
    }
    /*======banner section====== */
    /* ===== HERO ===== */
.home_banner {
  text-align: center; padding: 70px 60px 0;
  background: linear-gradient(180deg, #f0f8ff 0%, #fff 100%);
  position: relative;
  overflow: hidden;
}
.home_banner_tag { 
  color:#58c3ff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size:26px;
  margin-bottom: 10px;
}
.home_banner h1 { 
  font-size: 2.8rem;
  line-height: 1.2;
  color:#2c4867;
  margin-bottom: 12px;
  font-weight: 700;
}
.home_banner p.sub { 
  color: #767676;
  margin-bottom: 36px;
  font-weight: 600; }

/* Mockup screens */
.hero-screens { 
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  height: 340px;
}
.screen { 
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,.13);
  overflow: hidden; 
  background: #fff;
}
.screen.main {
  width: 540px;
  height: 300px;
  left: 50%; transform: translateX(-50%);
  top: 20px; z-index: 2;
  border: 1px solid #e2e8f0;
}
.screen.left { 
  width: 200px;
  height: 220px; left: 20px;
  top: 60px; z-index: 1;
  transform: rotate(-3deg);
  border: 1px solid #e2e8f0;
}
.screen.right { 
  width: 180px;
  height: 200px; right: 20px;
  top: 70px; z-index: 1; 
  transform: rotate(3deg);
  border: 1px solid #e2e8f0;
}
.screen-inner { 
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.screen-bar { 
  height: 28px;
  background: #f3f4f6;
  display: flex; 
  align-items: center;
  padding: 0 10px; 
  gap: 5px;border-bottom: 1px solid #e5e7eb; 
}
.dot { 
  width: 8px;
  height: 8px; 
  border-radius: 50%; 
}
.dot.r { background: #ef4444; } 
.dot.y { background: #f59e0b; } 
.dot.g { background: #10b981; }
.screen-body { flex: 1;
  padding: 14px;
  background: #fafafa; 
  display: flex; 
  flex-direction: column;
  gap: 8px; 
}
.screen-hero-img { 
  height: 90px; 
  background: linear-gradient(135deg, #1a9de0 0%, #0d6fa8 100%);
  border-radius: 6px; 
  display: flex;
  align-items: center; 
  justify-content: center; 
  color: #fff; 
  font-size: 1.1rem;
  font-weight: 700; 
}
.screen-text-block { display: flex; gap: 8px; }
.screen-img-thumb { 
  width: 60px;
  height: 60px; background: #e2e8f0; 
  border-radius: 6px;
  flex-shrink: 0; 
}
.screen-lines { 
  flex: 1;
  display: flex; 
  flex-direction: column;
  gap: 5px; justify-content: center;
}
.line { 
  height: 8px;
  border-radius: 4px; 
  background: #e2e8f0; 
}
.line.short { width: 60%; } 
.line.medium { width: 80%; }
.line.long { width: 100%; }
.screen-typing { font-size: .95rem; 
font-weight: 600; 
animation: blink .7s step-end infinite;
display: inline; }
@keyframes blink { 50% { border-color: transparent; } }
.screen-profile { 
  display: flex;
  align-items: center;
  gap: 8px; 
  margin-bottom: 8px; 
}
.avatar { width: 36px;
  height: 36px; 
  border-radius: 50%; 
  background: linear-gradient(135deg, #f5c518, #f97316); 
}
.profile-lines { 
  display: flex; 
  flex-direction: column;
  gap: 4px; }
.screen-stat { 
  background: #e8f4fd; 
  border-radius: 6px; 
  padding: 8px; 
  text-align: center; 
}
.stat-num { 
  font-size: 1.1rem; 
  font-weight: 700;
}
.stat-lbl { font-size: .65rem; }
.blobs { position: absolute;
  top: -40px; left: -40px; 
  width: 180px; height: 180px; 
  background: rgba(26,157,224,.12);
  border-radius: 50%; z-index: 0; 
}
.blobs2 { 
  position: absolute; 
  bottom: 0; right: -30px; 
  width: 140px; height: 140px;
  background: rgba(245,197,24,.15);
  border-radius: 50%; z-index: 0; 
}

/* ===== SERVICES STRIP ===== */
.services-strip {
  padding: 90px 0px;
  background: #fff;
}
.servives_main {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.service-card {
  flex: 1;
  min-width: 200px;
}
.service-icon {
  width: 36px;
  height: 36px;
  background:#1a9de0;
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex;
  align-items: center; 
  justify-content: center;
 }
.service-icon i { 
  /* width: 20px; height: 20px; */
  color: #fff; 
}
.servives_main h5{
  color: #2c4867;
}
  /* ===== STATS BAND ===== */
.stats-band { 
  background:#f9fbfd;
  padding: 90px 0;
  text-align: center;
 }
.stats-band .big-num { 
  font-size:6pc; color:#58c3ff; 
  line-height: 1; 
}
.stat_main{
  display: flex;
  justify-content: center;
  gap: 40px;
  font-weight: 800;
}
.stats-band .big-num sub { 
  font-size: 24px !important; 
  vertical-align: super;
  color: #707374;
 }

.stats-band .tagline { 
  color:#666;
  margin-top: 6px;
  font-size: 35px !important;
  line-height: 43px;
  text-align: left;
} 
/* ===== SMB SECTION ===== */
.smb {
  display: flex;
  gap: 60px;
  padding:90px 0;
  align-items: center;
}
.smb img, .smb .smb-img-wrap {
  width: 45%; 
  border-radius: 14px;
  overflow: hidden;
}
.smb-img-wrap { 
  min-height: 500px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position: center !important;
}
.smb-photo { 
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.smb-placeholder { 
  width: 100%; 
  height: 500px;
}
.smb-placeholder .p-avatar { 
  width: 80px;
  height: 80px;
  border-radius: 50%; 
  background: linear-gradient(135deg, #f5c518, #f97316);
}
.smb-placeholder .p-avatar2 { 
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: linear-gradient(135deg, #1a9de0, #0d6fa8);
  margin-left: 30px;
  margin-top: -20px;
}
.smb-text { flex: 1; }
.smb-text h2,.ecom-text h2 {
  color: #2c4867;
  font-weight: 700;
}
.smb_main_text {
  font-size: 26px !important;
  color: #365b86;
  font-weight: 600;
  line-height: 31px;
}
.smb-text a,.ecom-text a {
  color: #1a9de0;
  text-decoration: none;
  border-bottom: 2px solid #1a9de0;
  font-weight: 700;
  font-size: 16px;
}
/* ===== ECOMMERCE ===== */
.ecommerce_main{
  background:#f9fbfd;
}
.ecommerce {
  display: flex;
  gap: 60px;
  padding: 90px 0;
  align-items: center; 

}
.ecom-text { flex: 1; }
.wpcf7-form-control-wrap {
  position: unset;
  display: flex;
}
/* .cta-form{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
} */
#submit-btn{
  width: 170px;
  background-color: white;
  color: #1a9de0;
  font-weight: 600;
    font-size: 16px;
}
/* .ecom-chart { flex: 1;
  background: #fff; 
  border-radius: 16px;
  padding: 24px; 
  box-shadow: 0 4px 30px rgba(0,0,0,.08);
} */
/* .chart-label { font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.chart-badge { display: inline-block;
  background: #dcfce7;
  color: #16a34a;
  font-weight: 700;
  border-radius: 6px; 
  padding: 4px 10px;
  font-size: .85rem;
  margin-bottom: 14px;
} */
/* .chart-area { 
  position: relative;
  height: 120px;
  margin-bottom: 12px;
}
.chart-area svg { width: 100%;height: 100%; }
.chart-icon {
  font-size: 2rem;
  position: absolute;
  top: 10px;
  left: 40%;
  transform: translateX(-50%);
}
.chart-boxes { display: flex; gap: 8px; }
.chart-box {
flex: 1;
background: #f9f9f9;
border-radius: 8px;
height: 36px;
} */
    /* ===== PERFECT ECOM ===== */
.perfect_ecom{
  padding: 90px 0;
}
.perfect-ecom { 
  text-align: center;
  padding: 40px 80px;
}
.perfect-ecom h2 { 
  font-weight: 800;
  margin-bottom: 8px; 
  color: #2c4867;
}
.perfect-ecom .sub {
  margin-bottom: 40px;
}
.feature-grid { display: flex;
  gap: 0; border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  justify-content: center;
  flex-wrap: wrap;
}
.feat-item { flex: 1;
  min-width: 120px;
  text-align: center;
  padding: 24px 12px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}
.feat-icon  i{ 
  font-size: 40px;
  color: #333;
  margin-bottom: 10px;
}
.feat-item p { 
font-weight: 600;
  color: #333;
}
/* ==== nvt cards==== */
.mvp_main{
  padding: 0px 0 90px ;
}
.mvp-cards { 
  display: flex;
  gap: 16px;
  margin-top: 24px;
  flex-wrap: wrap;
}
.mvp-card {
  flex: 1;
  min-width: 140px;
  background:#e8f8ff;
  border-radius: 10px;
  padding: 20px;
}
/* ===== CTA FORM ===== */
.footer-top { 
  background: linear-gradient(135deg, #0d6fa8 0%, #1a9de0 100%);
  padding: 95px 0;
  color: #fff;
}
.footer_main_div {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
}
.footer-brand p {
    color: #e0e0e0;
}

.footer-contact h3 {
	color: #ffffff;
	margin-bottom: 20px;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 14px;
}

.contact-item .label {
	min-width: 92px;
	padding-top: 2px;
	text-transform: uppercase;
	font-weight: 700;
	color: white;
}

.contact-item a,
.contact-item span {
	color: #e0e0e0;
	text-decoration: none;
}

.contact-item a:hover { 
	color: #fff;
	text-decoration: underline; }

.footer{
	padding: 30px 0px;
	background-color: #cde7f4;
}
.footer_main{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.footer_main a{
  color: #1a9de0;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
}
.footer_main a:hover{
  color: #2c4867;
}
 /* ===== HERO BANNER ===== */
.about_banner {
  position: relative;
  min-height: 340px;
  display: flex; 
  align-items: center; 
  justify-content: center;
  overflow: hidden;
  text-align: center;
}
.about_banner_bg {
  position: absolute; 
  inset: 0;
  background: linear-gradient(135deg, #1e3a5f 0%, #0d6fa8 50%, #1a9de0 100%);
}
.about_banner_people {
  position: absolute; 
  inset: 0;
  display: flex;
  align-items: center; 
  justify-content: space-around;
  opacity: .18;
}
.about_person_silhouette {
  width: 120px; height: 260px;
  background: rgba(255,255,255,.5);
  border-radius: 60px 60px 0 0;
  position: relative;
}
.about_person_silhouette::before {
  content: ''; position: absolute;
  top: -40px; left: 50%; transform: translateX(-50%);
  width: 70px; height: 70px; border-radius: 50%;
  background: rgba(255,255,255,.6);
}
.about_banner_overlay {
  position: absolute; inset: 0;
  background: rgba(13, 60, 100, .70);
}
.about_banner_content { position: relative; z-index: 2; color: #fff; padding: 60px 20px; }
.aboutbanner_tag_line {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: .82rem;
font-weight: 600;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 14px; 
color: rgba(255,255,255,.8);
}
.aboutbanner_tag_line::before, .aboutbanner_tag_line::after {
content: ''; 
display: inline-block;
width: 30px; height: 2px; 
}
.about_stats_row { display: flex;
justify-content: center;
gap: 0;
flex-wrap: wrap;
}
.about_stat_item {
padding: 20px 40px; 
text-align: center;
border-right: 1px solid rgba(255,255,255,.15);
}
.about_stat_item:last-child { border-right: none; }
.about_stat_label { font-size: .68rem; 
font-weight: 700; 
text-transform: uppercase;
letter-spacing: 1.5px; 
color: rgba(255,255,255,.55); 
margin-bottom: 6px; 
}
.about_stat_num { 
font-size: 45px;
font-weight: 700;
color: #fff;
line-height: 1;
}
.accent{
font-size: 20px !important;
color: #7fcaf6;
}
.about_stat_sub { 
  font-size: .72rem;
   color: rgba(255,255,255,.5);
    margin-top: 4px;
   }
     /* ===== ABOUT CONTENT ===== */
.about-content { 
  max-width: 70%;
  margin: 0 auto;
  padding: 90px 0
}
.section-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px; color: grey; 
  margin-bottom: 20px;
}
.section-eyebrow::before {
  content: ''; display: inline-block; width: 30px; height: 3px;
  background: linear-gradient(90deg, rgb(233, 208, 51), #1e3a5f);
  border-radius: 2px;
}
.about-content h2 { 
  color: #1e3a5f;
  font-weight:800;
  margin-bottom: 20px;
}
.about-content .lead {
  font-weight: 500; margin-bottom: 32px;
}
/* Blockquote */
.blockquote-wrap { 
  display: flex; 
  gap: 16px; 
  align-items: 
  flex-start; 
  margin-bottom: 36px; 
}
.quote-icon { 
  flex-shrink: 0;
  width: 38px; height: 38px; 
  background: #e29e11;
  border-radius: 8px;
  display: flex; 
  align-items: center;
  justify-content: center;
  margin-top: 4px;
}
.quote-icon svg { 
  width: 18px;
  height: 18px;
  fill: #fff;
}
.about-section h4 {
  color: #1e3a5f;
  font-weight: 700;
}
.blockquote-wrap blockquote{
  font-size: 20px;
  font-style:italic ;
}
    /* ===== CLIENTS SECTION ===== */
.clients-section {
  padding: 70px 0;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
.clients-left { 
  flex: 1;
  max-width: 50%;
}

.clients-left h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #1e3a5f;
}

.testi-card { margin-bottom: 20px; }

.testi-quote-text { 
  font-style: italic;
  font-size: 15px;
  line-height: 1.75;
}
.stars { 
  color:rgb(245, 196, 61);
  font-size: 20px; 
  margin-bottom: 6px;
}
.testi-link { 
  color:#0d6fa8;
  font-size: 14px;
  text-decoration: none; 
  font-weight: 600;
  border-bottom: 1px solid #0d6fa8;
 }

.client-logos { display: flex; 
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 20px;
   }
.logo-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 700;
  /* color: var(--text); */
}
.logo-dot { 
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background:#1a9de0;
}
.logo-dot.yellow { background: rgb(244, 216, 61); }
.logo-dot.dark { background: #333; }

.clients-right {
  flex: 1;
  position: relative;
  min-height: 360px;
}
.screens-collage {
  position: relative;
  width: 100%;
  height: 360px;
}
.sc { 
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 10px 40px rgba(0,0,0,.12);
  overflow: hidden;
  border: 1px solid #e5e7eb;
  background: #fff;
}
.sc-bar { 
  height: 22px;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  padding: 0 8px; gap: 4px;
  border-bottom: 1px solid #e5e7eb;
}
.dot { width: 7px;
  height: 7px;
  border-radius: 50%;
}
.dot.r { background: #ef4444; } 
.dot.y { background: #f59e0b; } 
.dot.g { background: #10b981; }
.sc-body { padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.sc-line { height: 7px;
  border-radius: 4px;
  background: #e5e7eb;
}
.sc-img { border-radius: 5px;
  background: linear-gradient(135deg, #1a9de0, #0d6fa8);
}

.yellow-blob {
  position: absolute; bottom: 10px; right: -10px;
  width: 70px; height: 70px; border-radius: 50%;
  background: var(--yellow); z-index: 0;
}

.services_banner {
  position: relative; 
  min-height: 500px;
  display: flex; 
  align-items: center;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(135deg, #1e3a5f 0%, #0d6fa8 50%, #1a9de0 100%);
}
.servicesbanner_overlay { 
  position: absolute;
  inset: 0;
  background: rgba(13,60,100,.55);
}
.servicesbanner_content { 
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 60px 20px;
  max-width: 1080px;
  margin: 0px auto;
}
.hero-content h2 { font-weight: 700;}
.mockup_wrap_services {
  max-width: 900px;
  margin: -110px auto 0;
  position: relative;
  z-index: 10;
  padding: 0 40px;
}
.mockup_browser_services {
  background: #fff; border-radius: 10px;
  box-shadow: 0 20px 60px rgba(0,0,0,.18);
  border: 1px solid #e5e7eb;
  overflow: hidden;
}
.browser_bar_services {
  background: #f3f4f6;
  height: 36px; display: flex;
  align-items: center;
  padding: 0 14px; gap: 6px; 
  border-bottom: 1px solid #e5e7eb;
}
.b-dot { 
  width: 10px;
  height: 10px; 
  border-radius: 50%;
}
.b-dot.r { background: #ef4444; } 
.b-dot.y { background: #f59e0b; } 
.b-dot.g { background: #10b981; }
.url_bar_services{
  flex: 1; margin: 0 14px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  height: 20px; font-size: .68rem; 
  color:#666;
  display: flex; align-items:
  center; padding: 0 8px;
}
.browser_body_services { 
display: flex;
min-height: 220px;
}
.wp-sidebar {
  width: 160px;
  background: #23282d;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.wp-sidebar-logo {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255,255,255,.08);
  font-size: .75rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 6px;
}
.wp-logo-icon { 
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
}
.wp-menu-item {
  padding: 8px 16px;
  font-size: .68rem; 
  color: rgba(255,255,255,.65);
  display: flex;
  align-items: center;
  gap: 8px; 
  cursor: pointer;
}
.wp-menu-item:hover, .wp-menu-item.active { background: #0073aa; color: #fff; }
.wp-menu-item.active { background: #0073aa; }
.wp-menu-dot { 
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  flex-shrink: 0;
}
.wp-menu-item.active .wp-menu-dot { background: var(--yellow); }

/* WP main */
.wp-main { 
  flex: 1;
  padding: 16px;
  background: #f1f1f1;
}
.wp-admin-bar {
  height: 22px;
  background: #23282d;
  margin: -16px -16px 16px;
  display: flex;
  align-items: center;
  padding: 0 12px;
  gap: 14px;
}
.wab-item { 
  font-size: .6rem; 
  color: rgba(255,255,255,.6); 
}
.wp-title { 
  font-size: .85rem;
  font-weight: 700; 
  color: #23282d; 
  margin-bottom: 12px;
}
.wp-notice {
  background: #fff;
  border-left: 4px solid var(--blue);
  padding: 8px 12px; font-size: .68rem;
  color: var(--text);
  margin-bottom: 12px;
  border-radius: 0 4px 4px 0;
}
.wp-cards { 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; 
  gap: 8px; 
}
.wp-card {
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,.08);
}
.wp-card-label { 
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
  }
.wp-card-val { 
  font-size: 1.1rem; 
  font-weight: 700;
}
.wp-card-sub { 
  font-size: .58rem;
  margin-top: 2px; 
}
.wp-progress { 
  height: 3px; 
  background: #e5e7eb; 
  border-radius: 2px; 
  margin-top: 6px;
}
.wp-progress-fill { 
  height: 100%;
  border-radius: 2px;
  background: var(--blue);
}

.page-layout { 
  display: flex;
  max-width: 1080px;
  margin: 60px auto;
  padding: 0 40px;
  gap: 40px; 
}
/* ===== LEFT SIDEBAR NAV ===== */
.side-nav { width: 220px; flex-shrink: 0; }
.side-nav-list { list-style: none;
  display: flex;
  flex-direction:
  column; gap: 2px;
  padding: 0px;
  margin: 0;
}
.side-nav-item a {
  display: block;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 14px; 
  border-radius: 4px;
  transition: background .2s, color .2s;
  color: #666;
}
.side-nav-item a:hover { 
  background: #f0f9ff;
  color: #1a9de0;
}
.side-nav-item.active a {
  background:#0073aa;
  color: white;
}
/* ===== MAIN CONTENT ===== */
.main-content { 
  flex: 1;
  min-width: 0;
}

.page-section {
  display: none;
  padding: 90px 0;
  width: 80%;
  margin: 0px auto;
 }
.page-section.active { display: block; }

.section-title {
  color: #1e3a5f;
  font-weight: 600;
}
.step-card { margin-bottom: 24px; }
.step-card h4 { color: #1e3a5f;  font-weight: 600;}

hr.divider { border: none;
  border-top: 1px solid grey;
  margin: 36px 0;
}

.benefits-section { margin-bottom: 36px; }
.benefits-section h2 { color: #1e3a5f; font-weight: 600;}
.benefits-section h4 { color: #1e3a5f;}
.benefits-section p { 
  font-size: .88rem;
  line-height: 1.75;
  margin-bottom: 14px;
}
.benefits-list { 
  list-style: none;
  display: flex; 
  flex-direction: column; 
  gap: 8px;
  padding: 0;
  margin: 0px; 
}
.benefits-list li {
  display: flex;
  align-items: center; 
  gap: 10px;
  font-size: .85rem;
} 
.placeholder-badge {
  display: inline-block; 
  background:#0d6fa8; 
  color: #fff;
  padding: 6px 16px; 
  border-radius: 4px; 
  font-size: .78rem; 
  font-weight: 600; 
  margin-bottom: 24px;
}
.placeholder-list { 
  list-style: none; 
  display: flex;
  flex-direction: column; 
  gap: 10px; 
  margin-bottom: 24px; 
}
.placeholder-list li { 
  display: flex; 
  align-items: center; 
  gap: 10px; 
  font-size: .87rem; 
  color: var(--text); 
}
.check-icon {
  width: 18px; 
  height: 18px;
  border-radius: 50%;
  background:#0d6fa8;
  display: flex;
  align-items: center; 
  justify-content: center;
  flex-shrink: 0;
  color: #fff; 
  font-size: .65rem;
  font-weight: 700;
}
.benefits-label { 
  font-size: .82rem; 
  font-weight: 700; 
  margin: 20px 0 10px; 
}

.services-grid { 
  display: grid; 
  grid-template-columns: 1fr 1fr;
  gap: 20px; 
  margin: 24px 0 36px;
}
.service-card {
  border: 1px solid gray;
  border-radius: 8px; 
  padding: 22px;
  transition: box-shadow .2s, border-color .2s;
}
.service-card:hover { 
  box-shadow: 0 8px 24px rgba(26,157,224,.12);
}
.service-card-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(135deg, #1a9de0, #0d6fa8);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 12px;
  color: white;
}
/* .service-card-icon svg { 
  width: 20px; 
  height: 20px; 
  fill: #fff;
} */
.service-card h5 { 
  font-size: .95rem;
  font-weight: 700;
  /* color: var(--navy);  */
  margin-bottom: 8px;
}
.service-card p { 
  font-size: .82rem;
  /* color: var(--muted); */
  line-height: 1.7;
}

.why-section { 
  background: #e2f5ff; border-radius: 10px; 
  padding: 32px;
  margin-bottom: 36px;
}
.why-section h2 { 
  margin-bottom: 20px; 
  color: #1e3a5f;
  font-weight: 600;
}
.why-item { margin-bottom: 16px; }
.why-item strong { 
  font-size: .88rem; 
  display: block; 
  margin-bottom: 4px;
 }
.why-item p { 
  font-size: .82rem; 
  line-height: 1.7;
}

.solutions-section { margin-bottom: 36px; }

.ordered-steps { 
  list-style: none; 
  display: flex; 
  flex-direction: column;
  gap: 10px;
  margin: 12px 0 20px;
  padding: 0px;
}
.ordered-steps li {
  display: flex;
  gap: 12px; 
  align-items: flex-start; 
  font-size: .85rem; 
  /* color:gray; */
  line-height: 1.6;
}
.step-num {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #1a9de0;
  color: #fff;
  font-size: .68rem;
  font-weight: 700;
  display: flex;
  align-items: center; 
  justify-content: center; 
  margin-top: 1px;
}
/* header menu */
#menu-header-menu li {
  position: relative !important;
}

#menu-header-menu li a {
  color: #1a9de0 !important;
  text-decoration: none;
  padding: 0px 14px;
  font-weight: 700;
}


#menu-header-menu .sub-menu {
  display: none !important;
  position: absolute;
  top: 100%;
  left: 0;
  background: #1e293b;
  min-width: 180px;
  list-style: none;
  padding: 10px 0;
  border-radius: 6px;
  z-index: 9999;
}

#menu-header-menu li:hover > .sub-menu,
#menu-header-menu li:focus-within > .sub-menu {
  display: block !important;
}

#menu-header-menu .sub-menu li a {
  color: white !important;
  padding: 8px 15px;
  display: block;
}

#menu-header-menu .sub-menu li a:hover {
  background: #334155;
}
#menu-footer-menu{
  display: flex;
  gap: 20px;
  text-decoration: none;
  list-style: none;
}
