@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

* {
  box-sizing: border-box;
}

body {
  font-family: 'Inter', sans-serif;
  color: #172331;
  background: #eef8f5;
}

.navbar {
  border-bottom: 1px solid #cfe7df;
}

.navbar-brand small {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #172331;
}

.logo-icon {
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-icon i {
  color: #4bb0ef;
  font-size: 30px;
}

.nav-link {
  font-weight: 700;
  color: #182232;
}

.nav-link.active,
.nav-link:hover {
  color: #0d8d55 !important;
}

.call-btn {
  background: #108c55;
  color: white;
  text-decoration: none;
  padding: 12px 28px;
  border-radius: 40px;
  font-weight: 800;
}

.call-btn:hover {
  background: #0d7c4a;
  color: white;
}

.call-btn i {
  font-size: 14px;
}

.hero {
  background: linear-gradient(110deg, #f7fbfa 0%, #eef8f5 100%);
}

h1 {
  font-size: clamp(38px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -2px;
  color: #172331;
}

.lead-text {
  font-size: clamp(20px, 2vw, 25px);
  line-height: 1.45;
  color: #52647a;
  max-width: 780px;
}

.zip-card {
  background: #172331;
  color: white;
  border-radius: 16px;
  padding: 26px 28px;
  max-width: 840px;
}

.zip-card h3 {
  font-size: 26px;
  font-weight: 800;
}

.zip-card p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.input-wrap {
  background: white;
  border-radius: 35px 0 0 35px;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  gap: 14px;
}

.input-wrap i {
  color: #108c55;
  font-size: 20px;
}

.input-wrap input {
  border: 0;
  outline: 0;
  width: 100%;
  font-size: 17px;
  color: #172331;
}

.zip-card button {
  height: 60px;
  width: 100%;
  border: 1px solid white;
  background: #108c55;
  color: white;
  font-size: 17px;
  font-weight: 800;
  border-radius: 0 35px 35px 0;
}

.zip-card button:hover {
  background: #0d7c4a;
}

.note {
  border-left: 3px solid #108c55;
  padding-left: 16px;
  color: #52647a;
  font-size: 16px;
  line-height: 1.5;
}

.outline-btn {
  display: inline-block;
  border: 1px solid #108c55;
  color: #108c55;
  text-decoration: none;
  padding: 8px 18px;
  border-radius: 25px;
  font-weight: 800;
}

.outline-btn:hover {
  background: #108c55;
  color: white;
}

.image-card img {
  border-radius: 18px;
  width: 100%;
  min-height: 360px;
  object-fit: cover;
}

.image-badge {
  background: white;    
  color: #172331;
  padding: 16px 22px;
  border-radius: 10px;
  font-weight: 800;
  width: fit-content;
  margin-top: -78px;
  margin-left: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.1);
}

.image-badge i {
  color: #108c55;
}

.info-box {
  border: 1px solid #addbd0;
  background: rgba(255,255,255,.35);
  color: #52647a;
  padding: 20px;
  margin-top: 70px;
  border-radius: 16px;
  line-height: 1.5;
}

.our-process-section{
    background:#f4faf7;
}

.section-label{
    display:inline-block;
    padding:8px 18px;
    background:#e6f5ee;
    color:#0d8b55;
    border-radius:30px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    margin-bottom:15px;
}

.section-lead{
    max-width:800px;
    color:#5f6f7e;
    font-size:18px;
    line-height:1.7;
}

.step-card{
    background:#fff;
    border-radius:20px;
    padding:30px 25px;
    border:1px solid #dcebe5;
    transition:.3s;
}

.step-card:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.08);
}

.step-num{
    width:35px;
    height:35px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#0d8b55;
    color:#fff;
    border-radius:50%;
    font-weight:700;
    margin-bottom:20px;
}

.step-icon{
    width:70px;
    height:70px;
    margin: auto;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#e8f6ef;
    border-radius:50%;
}

.step-icon i{
    font-size:28px;
    color:#0d8b55;
}

.step-card h3{
    font-size:20px;
    font-weight:700;
    color:#172331;
    margin-top:20px;
    margin-bottom:15px;
}

.step-card p{
    color:#667788;
    line-height:1.7;
    margin:0;
}

.our-process-note{
    text-align:center;
    color:#778899;
    margin-top:30px;
    font-size:14px;
}

.process-btn{
    background:#0d8b55;
    color:#fff;
    padding:12px 30px;
    border-radius:50px;
    font-weight:700;
}

.process-btn:hover{
    background:#087245;
    color:#fff;
}

.process-outline-btn{
    border:2px solid #0d8b55;
    color:#0d8b55;
    padding:12px 30px;
    border-radius:50px;
    font-weight:700;
}

.process-outline-btn:hover{
    background:#0d8b55;
    color:#fff;
}

.home-about-section{
    background:#f5fbf8;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.home-about-title{
    font-size:48px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
    margin-bottom:20px;
}

.home-about-text{
    color:#667788;
    line-height:1.8;
    font-size:17px;
}

.home-about-frame{
    background:#dff2ea;
    border-radius:30px;
    overflow:hidden;
}

.home-about-img{
    width:100%;
    display:block;
}

.home-about-badge{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#fff;
    padding:14px 22px;
    border-radius:50px;
    margin-top:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    font-weight:600;
    color:#172331;
}

.home-about-badge i{
    color:#0d8b55;
    font-size:20px;
}

.home-about-list{
    margin-bottom:25px;
}

.home-about-list li{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:14px;
    color:#172331;
    font-weight:500;
}

.home-about-list i{
    color:#0d8b55;
    font-size:18px;
    margin-top:3px;
}

.home-about-note{
    background:#ffffff;
    border-left:4px solid #0d8b55;
    padding:18px;
    border-radius:12px;
    color:#667788;
    box-shadow:0 5px 15px rgba(0,0,0,.04);
}

.about-btn{
    background:#0d8b55;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-weight:700;
}

.about-btn:hover{
    background:#087245;
    color:#fff;
}

.about-outline-btn{
    border:2px solid #0d8b55;
    color:#0d8b55;
    padding:12px 28px;
    border-radius:50px;
    font-weight:700;
}

.about-outline-btn:hover{
    background:#0d8b55;
    color:#fff;
}

.service-category-section{
    background:#f4faf7;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:16px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
}

.section-lead{
    max-width:760px;
    color:#667788;
    font-size:18px;
    line-height:1.7;
}

.service-card{
    background:#ffffff;
    border:1px solid #dbeee6;
    border-radius:24px;
    padding:32px 28px;
    box-shadow:0 8px 24px rgba(13,139,85,.06);
    transition:.3s;
}

.service-card:hover{
    transform:translateY(-6px);
    box-shadow:0 18px 40px rgba(13,139,85,.14);
    border-color:#b7e1cf;
}

.service-icon{
    width:72px;
    height:72px;
    border-radius:22px;
    background:#e8f6ef;
    color:#0d8b55;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
}

.service-icon i{
    font-size:30px;
}

.service-card h3{
    font-size:22px;
    font-weight:800;
    color:#172331;
    margin-bottom:14px;
}

.service-card p{
    color:#667788;
    font-size:15px;
    line-height:1.75;
    margin-bottom:0;
}

.btn-contact-now{
    display:inline-flex;
    align-items:center;
    gap:10px;
    background:#0d8b55;
    color:#fff;
    border-radius:50px;
    padding:14px 34px;
    font-weight:800;
    border:2px solid #0d8b55;
}

.btn-contact-now:hover{
    background:#087245;
    border-color:#087245;
    color:#fff;
}

.btn-contact-icon{
    width:32px;
    height:32px;
    border-radius:50%;
    background:rgba(255,255,255,.18);
    display:flex;
    align-items:center;
    justify-content:center;
}

.section-cta-note{
    max-width:850px;
    margin:18px auto 0;
    color:#667788;
    font-size:14px;
    line-height:1.7;
}

.connection-types-section{
    background:#ffffff;
}

.conn-type-card{
    background:#fff;
    border:1px solid #dcece5;
    border-radius:24px;
    padding:30px 20px;
    display:block;
    text-align:center;
    height:100%;
    transition:.35s;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.conn-type-card:hover{
    transform:translateY(-8px);
    border-color:#0d8b55;
    box-shadow:0 20px 40px rgba(13,139,85,.12);
}

.conn-type-icon{
    width:85px;
    height:85px;
    margin:0 auto 20px;
    border-radius:24px;
    background:#e8f6ef;
    display:flex;
    align-items:center;
    justify-content:center;
}

.conn-type-icon i{
    color:#0d8b55;
    font-size:34px;
}

.conn-type-card h3{
    color:#172331;
    font-size:22px;
    font-weight:800;
    margin-bottom:14px;
}

.conn-type-tag{
    display:inline-block;
    background:#f1f8f5;
    color:#0d8b55;
    padding:8px 14px;
    border-radius:50px;
    font-size:13px;
    font-weight:700;
    line-height:1.4;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:15px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
}

.section-lead{
    color:#667788;
    font-size:18px;
    max-width:750px;
    line-height:1.7;
}
.internet-comparison-section{
    background:#f4faf7;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
}

.section-lead{
    max-width:950px;
    color:#667788;
    font-size:18px;
    line-height:1.7;
}

.comparison-wrap{
    background:#ffffff;
    border-radius:24px;
    border:1px solid #dbeee6;
    box-shadow:0 12px 35px rgba(13,139,85,.08);
    overflow:hidden;
}

.comparison-table{
    background:#ffffff;
    min-width:900px;
}

.comparison-table thead th{
    background:#172331;
    color:#ffffff;
    font-size:16px;
    font-weight:800;
    padding:20px;
    border:1px solid rgba(255,255,255,.12);
    white-space:nowrap;
}

.comparison-table tbody td{
    padding:20px;
    color:#667788;
    font-size:15px;
    line-height:1.65;
    border:1px solid #e4eee9;
    vertical-align:middle;
}

.comparison-table tbody td:first-child{
    color:#172331;
    font-weight:800;
    background:#eef8f4;
    white-space:nowrap;
}

.comparison-table tbody tr:hover td{
    background:#f8fcfa;
}

.comparison-table tbody tr:hover td:first-child{
    background:#e6f5ee;
}

.comparison-btn{
    background:#0d8b55;
    color:#ffffff;
    border:2px solid #0d8b55;
    padding:13px 30px;
    border-radius:50px;
    font-weight:800;
}

.comparison-btn:hover{
    background:#087245;
    border-color:#087245;
    color:#ffffff;
}

.disclaimer-box{
    background:#ffffff;
    border-left:4px solid #0d8b55;
    border-radius:14px;
    padding:18px 20px;
    color:#667788;
    font-size:14px;
    line-height:1.7;
    box-shadow:0 8px 24px rgba(0,0,0,.04);
}

.pros-cons-section{
    background:#f5fbf8;
}

.pros-panel,
.cons-panel{
    background:#ffffff;
    border-radius:28px;
    padding:35px;
    height:100%;
    box-shadow:0 10px 35px rgba(0,0,0,.05);
    border:1px solid #e3eee9;
    transition:.3s;
}

.pros-panel:hover,
.cons-panel:hover{
    transform:translateY(-6px);
}

.pros-panel{
    border-top:5px solid #0d8b55;
}

.cons-panel{
    border-top:5px solid #ff7a59;
}

.panel-head{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:30px;
}

.panel-head h3{
    font-size:28px;
    font-weight:800;
    color:#172331;
    margin:0;
}

.panel-icon{
    width:65px;
    height:65px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.success-icon{
    background:#e8f6ef;
    color:#0d8b55;
}

.danger-icon{
    background:#fff0eb;
    color:#ff7a59;
}

.panel-icon i{
    font-size:28px;
}

.proscons-list li{
    display:flex;
    gap:15px;
    margin-bottom:18px;
    line-height:1.8;
    color:#667788;
    font-size:15px;
}

.pros-panel .proscons-list li i{
    color:#0d8b55;
    margin-top:6px;
}

.cons-panel .proscons-list li i{
    color:#ff7a59;
    margin-top:6px;
}

.proscons-disclaimer{
    background:#ffffff;
    border-left:4px solid #0d8b55;
    border-radius:16px;
    padding:20px;
    color:#667788;
    font-size:14px;
    line-height:1.8;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
}

.section-lead{
    max-width:850px;
    color:#667788;
    font-size:18px;
    line-height:1.8;
}
.why-contact-section{
    background:#f5fbf8;
}

.why-contact-title{
    font-size:48px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
    margin-bottom:25px;
}

.why-contact-text{
    color:#667788;
    font-size:17px;
    line-height:1.9;
    margin-bottom:20px;
}

.why-contact-image-wrap{
    background:#ffffff;
    border-radius:30px;
    padding:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.why-contact-image{
    width:100%;
    border-radius:22px;
    display:block;
}

.experience-badge{
    margin-top:18px;
    background:#e8f6ef;
    border-radius:18px;
    padding:16px 20px;
    display:flex;
    align-items:center;
    gap:12px;
    color:#0d8b55;
    font-weight:700;
}

.experience-badge i{
    font-size:22px;
}

.why-contact-note{
    margin-top:25px;
    background:#ffffff;
    border-left:4px solid #0d8b55;
    border-radius:18px;
    padding:20px;
    display:flex;
    gap:15px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.note-icon{
    color:#0d8b55;
    font-size:22px;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:18px;
}
.map-sect{
    background:#f5fbf8;
}

.map-sect-header{
    max-width:900px;
    margin:auto;
}

.all-maps{
    background:#fff;
    border-radius:30px;
    padding:30px;
    border:1px solid #dcebe5;
    box-shadow:0 15px 40px rgba(0,0,0,.06);
}

.us-map-svg{
    width:100%;
    height:auto;
}

.map-state{
    fill:#d7e9e1;
    stroke:#ffffff;
    stroke-width:1.5;
    cursor:pointer;
    transition:.3s;
}

.map-state:hover{
    fill:#0d8b55;
}

.map-state.active{
    fill:#0d8b55;
}

#details-box{
    background:#172331;
    color:#fff;
    padding:12px 18px;
    border-radius:12px;
    text-align:center;
    font-weight:700;
    margin-bottom:20px;
    display:none;
}

#details-box.show{
    display:inline-block;
}

.map-sect-label{
    margin-bottom:15px;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
}

.section-lead{
    max-width:850px;
    color:#667788;
    font-size:18px;
    line-height:1.8;
}
.faq-section{
    background:#f4faf7;
}

.faq-accordion{
    display:grid;
    gap:16px;
}

.faq-accordion .accordion-item{
    border:1px solid #dbeee6;
    border-radius:18px;
    overflow:hidden;
    background:#ffffff;
    box-shadow:0 8px 25px rgba(0,0,0,.04);
}

.faq-accordion .accordion-button{
    background:#ffffff;
    color:#172331;
    font-size:17px;
    font-weight:800;
    padding:20px 24px;
    box-shadow:none;
}

.faq-accordion .accordion-button i{
    color:#0d8b55;
}

.faq-accordion .accordion-button:not(.collapsed){
    background:#172331;
    color:#ffffff;
}

.faq-accordion .accordion-button:not(.collapsed) i{
    color:#ffffff;
}

.faq-accordion .accordion-button:focus{
    box-shadow:none;
    border-color:transparent;
}

.faq-accordion .accordion-body{
    color:#667788;
    font-size:15px;
    line-height:1.8;
    padding:22px 24px;
    background:#ffffff;
}

.faq-link{
    color:#0d8b55;
    font-weight:800;
    text-decoration:none;
}

.faq-link:hover{
    color:#087245;
}

.section-label{
    display:inline-block;
    background:#e8f6ef;
    color:#0d8b55;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    font-weight:700;
    margin-bottom:16px;
}

.section-title{
    font-size:40px;
    font-weight:800;
    color:#172331;
    line-height:1.15;
}

.section-lead{
    max-width:820px;
    color:#667788;
    font-size:18px;
    line-height:1.7;
}

.site-footer{
    background:#172331;
    color:#cfd8e3;
}

.footer-brand{
    display:flex;
    align-items:center;
    gap:12px;
    text-decoration:none;
    color:#fff;
    margin-bottom:20px;
}

.site-logo-footer{
    width:60px;
    height:auto;
}

.brand-text{
    font-size:22px;
    font-weight:800;
    color:#fff;
}

.site-footer h6{
    color:#ffffff;
    font-weight:800;
    margin-bottom:18px;
}

.site-footer ul li{
    margin-bottom:10px;
}

.site-footer a{
    color:#cfd8e3;
    text-decoration:none;
    transition:.3s;
}

.site-footer a:hover{
    color:#0d8b55;
}

.footer-address-link{
    display:flex;
    gap:10px;
    align-items:flex-start;
}

.footer-address-link i{
    color:#0d8b55;
    margin-top:4px;
}

.site-footer .small{
    line-height:1.8;
}

.footer-disclaimer{
    border-top:1px solid rgba(255,255,255,.10);
    padding-top:24px;
    font-size:14px;
    line-height:1.8;
    color:#b8c5d1;
}

.disclaimer-short{
    color:#9fb1c4;
    font-size:14px;
}