html {
    scroll-behavior: smooth;
}

body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

.navbar-nav .nav-link {
    color: #00649C;
    font-weight: 500;
}

section {
    scroll-margin-top: 80px;
    /* Adjust based on navbar height */
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #F5A623;
}

.brand-blue {
    color: #13689A;
}

.brand-orange {
    color: #F4A21C;
}

.bg-orange {
    background-color: #F4A21C;
    color: white;
    border-radius:0.375rem 0.375rem 0 0;
    height: 62px;
    font-size: 20px;
    line-height: 2.1;
}
.bg-blue {
    background-color: #136998;
    color: white;
    border-radius:0.375rem 0.375rem 0 0;
    height: 62px;
    font-size: 20px;
    line-height: 2.1;
}
.section-title {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.hero {
    background: linear-gradient(rgba(20, 103, 151, 0.31), rgba(0, 0, 0, 0.15)), url(../imgs/public-health.svg);
    background-size: contain;
    padding: 60px 20px !important;
    text-align: center;
    height: 65vh;
    background-repeat: no-repeat;
    background-position: center;
}

.hero h1 {
    font-weight: bold;
    font-size: 2.5rem;
}

.plans .card {
    border: 1px solid #ddd;
}
.bg-light {
    background-image: repeating-linear-gradient(284deg, transparent 0px, transparent 1px, rgb(251, 251, 251) 1px, rgb(251, 251, 251) 3px), repeating-linear-gradient(14deg, transparent 0px, transparent 1px, rgb(251, 251, 251) 1px, rgb(251, 251, 251) 3px), linear-gradient(90deg, rgb(222, 222, 222), rgb(222, 222, 222));
}
.lead {
    font-size: 34px;
    color: #2d2b2b;
    background: rgb(249 156 5 / 70%);
    border-radius: 10px;
}
.heading{
    color: #136998;
}
.border-blue {
    border-color: #13689A !important;
}

.btn-orange {
    background: #F4A21C;
    color: #fff;
}

.btn-blue {
    background: #13689A;
    color: #fff;
}
.btn-orange:hover {
    color:#ffffff;
    background-color: #eb9200;
    border-color: #eb9200;
}