.services-section {
    padding: 50px 0;
}
.services-section .section-header h2 {
    font-family: 'Inter';
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #002E5F;
    line-height: 56px;
}
.services-section .section-header p {
    font-size: 16px;
    color: #002E5F;
    line-height: 24px;
    font-weight: 500;
}
.services-section .section-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 20px;
}
.cta-btn {
    align-self: flex-start;
     color: #20A68D; 
    /*color: #008000;*/
    border-radius: 30px;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.service-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
    overflow: hidden;
    max-width:386px;
}
.service-card .image-box + div{
    padding: 30px 32px;
}
.service-card .image-box {
    width: 100%;
    height: 210px;
    background: #b9c4d1; /* fallback gray */
    overflow: hidden;
}

.service-card .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card .placeholder {
    width: 100%;
    height: 100%;
    background: #90a4ae;
}

.service-card h3 a{
    font-size: 18px;
    font-weight: 600;
    margin: 0px 0 20px;
    color:#002E5F;
    display: inline-block;
}

.service-card p {
    font-size: 16px;
    color: #555;
    line-height: 20px;
    /*font-weight: 500;*/
    margin-bottom: 20px;
}


.cta-arrow {
    font-size: 18px;
    line-height: 1;
}

.bottom-section {
    margin-top: 60px;
    text-align: center;
}

.bottom-section h3 {
    font-size: 24px;
}

.bottom-section p {
    max-width: 650px;
    margin: 10px auto 0;
    font-size: 15px;
}
