body{
font-family: Arial, Helvetica, sans-serif;
}
.navbar{
position: sticky;
top: 0;
z-index: 999;
background: white;
box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.hero-section{
background: lab(26.1542% 15.7545 -51.5504);
padding: 100px 0;
color: white;
}
.logo{
    color: lab(26.1542% 15.7545 -51.5504);
    font-size: 25px;
    word-wrap: break-word;   /* old */
  overflow-wrap: break-word;
}

.hero-title{
font-size: 56px;
font-weight: 700;
line-height: 1.2;
margin-bottom: 20px;
}

.hero-subtitle{
font-size: 20px;
opacity: 0.9;
margin-bottom: 40px;
}

.hero-buttons{
display: flex;
justify-content: center;
gap: 20px;
flex-wrap: wrap;
margin-bottom: 30px;
}

.hero-btn{
padding: 16px 28px;
font-size: 18px;
font-weight: 600;
border-radius: 12px;
}

.btn-orange{
background: #ff6a00;
color: white;
}

.btn-orange:hover{
background: #e65f00;
color: white;
}

.hero-bottom-text{
opacity: 0.85;
font-size: 16px;
}
.partners-section{
background:#f8fafc;
padding:80px 0;
}

.partners-title{
font-size:38px;
font-weight:700;
color:#1e3a8a;
margin-bottom:10px;
}

.partners-subtitle{
color:#64748b;
margin-bottom:50px;
}

.partner-card{
padding:40px;
border-radius:14px;
transition:0.3s;
height:100%;
}

.partner-card h3{
font-size:24px;
font-weight:700;
color:#1e3a8a;
margin-bottom:10px;
}

.partner-card p{
color:#64748b;
margin-top:25px;
margin-bottom:25px;
}

.partner-card:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transform:translateY(-3px);
}

/* Blue Card */
.blue-card{
background:#eff6ff;
border:2px solid #bfdbfe;
}

/* Orange Card */
.orange-card{
background:#fff7ed;
border:2px solid #fed7aa;
}

.partner-phone{
font-weight:700;
font-size:18px;
text-decoration:none;
display:inline-flex;
align-items:center;
gap:10px;
}

.blue-text{
color:#1e3a8a;
}

.orange-text{
color:#ea580c;
}

.partner-phone:hover{
text-decoration:underline;
}
.how-section{
padding:80px 0;
background:white;
}

.how-title{
font-size:36px;
font-weight:700;
color:#1e3a8a;
margin-bottom:10px;
}

.how-subtitle{
color:#64748b;
margin-bottom:50px;
}

.how-card{
padding:40px 30px;
border-radius:14px;
border:1px solid #e5e7eb;
transition:0.3s;
height:100%;
}

.how-card:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transform:translateY(-4px);
}

.how-card h3{
font-size:20px;
font-weight:700;
color:#1e3a8a;
margin-bottom:10px;
}

.how-card p{
color:#64748b;
}

.how-icon{
width:65px;
height:65px;
background:#1e3a8a;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin-bottom: 30px;
font-size:26px;
}
.topics-section{
background:#f8fafc;
padding:80px 0;
}

.topics-title{
font-size:36px;
font-weight:700;
color:#1e3a8a;
margin-bottom:10px;
}

.topics-subtitle{
color:#64748b;
margin-bottom:50px;
}

.topic-card{
padding:25px;
border-radius:14px;
border:1px solid #e5e7eb;
transition:0.3s;
height:100%;
cursor:pointer;
background:white;
}

.topic-card:hover{
box-shadow:0 10px 25px rgba(0,0,0,0.08);
border-color:#bfdbfe;
}

.topic-icon{
font-size:32px;
margin-bottom:10px;
}

.topic-card h3{
font-size:18px;
font-weight:700;
color:#1e3a8a;
margin-bottom:30px;
margin-top:30px;
}

.topic-card p{
font-size:14px;
color:#64748b;
margin-bottom:30px;
margin-top:30px;
}

.topic-link{
display:flex;
align-items:center;
font-weight:600;
color:#1e3a8a;
transition:0.3s;
}

.topic-link i{
margin-left:8px;
transition:0.3s;
}

.topic-card:hover .topic-link i{
transform:translateX(5px);
}


.state-section{
background:#f8fafc;
padding:80px 0;
}

.state-title{
font-size:36px;
font-weight:700;
color:#1e3a8a;
margin-bottom:10px;
}

.state-subtitle{
color:#64748b;
margin-bottom:30px;
}

.state-card{
background:white;
border:1px solid #e5e7eb;
border-radius:14px;
padding:30px;
box-shadow:0 4px 12px rgba(0,0,0,0.05);
}

.state-label{
font-weight:600;
font-size: 20px;
color:#1e3a8a;
margin-bottom:30px;
margin-top:20px;
display:block;
}

.state-select{
    height:50px;
font-size:16px;
border-radius:8px;
}

.state-select:focus{
box-shadow:0 0 0 0.2rem rgba(30,58,138,0.15);
border-color:#1e3a8a;
}

.footer-section{
background:#1e3a8a;
color:white;
padding:80px 0 40px;
}

.footer-logo{
    font-size:22px;
font-weight:700;
word-wrap: break-word;   /* old */
  overflow-wrap: break-word;
margin-bottom:15px;
}

.footer-section h4{
font-size:20px;
font-weight:700;
margin-bottom:15px;
}

.footer-section p{
color:#c7d2fe;
font-size:16px;
}

.footer-links,
.footer-contact{
list-style:none;
padding:0;
margin:0;
}

.footer-links li{
margin-bottom:8px;
}

.footer-links a{
color:#c7d2fe;
text-decoration:none;
transition:0.3s;
font-size:16px;
}

.footer-links a:hover{
color:white;
}

.footer-contact li{
    display:flex;
align-items:center;
gap:8px;
margin-bottom:10px;
}

.footer-contact a{
color:#c7d2fe;
text-decoration:none;
font-size:16px;
}

.footer-contact a:hover{
    color:white;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.15);
margin-top:40px;
padding-top:20px;
}

.footer-bottom p{
    margin:0;
    font-size:16px;
}

.footer-bottom-links a{
    color:#c7d2fe;
    margin-left:20px;
    text-decoration:none;
    font-size:16px;
}

.footer-bottom-links a:hover{
    color:white;
}
.education-section {
  background-color: #f8f9fa;
}

.education-title {
  font-size: 2rem;
  font-weight: 700;
  color:#1e3a8a;
  margin-bottom: 0.5rem;
}

.education-subtitle {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  color: #555;
}

.edu-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.edu-card h3 {
  font-size: 1.25rem;
  color:#1e3a8a ;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.edu-card span {
  display: block;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 20px;
}

.edu-card p {
  font-size: 1rem;
  color: #333;
}

.nav-link-b{
    color: #1e3a8a;
}
.nav-pills .nav-link-b.active {
  background-color: #1e3a8a;
  color: #fff;
}


@media (max-width:768px){
    .state-title{
        font-size:26px;
    }
    .education-title{
    font-size:28px;
    }
    .topics-title{
    font-size:28px;
    }
    .how-title{
    font-size:28px;
    }
    .partners-title{
    font-size:28px;
    }

.hero-title{
font-size: 34px;
}

.hero-subtitle{
font-size: 16px;
}

.hero-section{
padding: 70px 0;
}

.footer-bottom{
text-align:center;
}
.footer-bottom-links{
margin-top:10px;
}
.footer-bottom-links a{
margin:0 10px;
}

}
