@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

body {
    /* font-family: "Roboto", sans-serif !important; */
    font-family: "Poppins", sans-serif;
}
.bgimg {
    /* position: absolute;
    display: block;
    width: 100%; */
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    object-fit: cover;
    background-position: center;
    background-size: cover;
}
.bgimg .overlay {
    background-color: #000;
    position: absolute;
        display: block;
        width: 100%;
    opacity: 0.7;
    height: 100vh;
}
.bgimg .overlay img {
    opacity: 0.3;
    object-fit: cover;
}
.homecard img {
    height: 350px;
    object-fit: cover;
    margin-bottom: 20px;
}
.homecard p {
    font-size: 20px;
    font-weight: bold;
}
.homecard .card-footer {
    background: none;
}
.custom-button {
    background: #4d8314 !important;
    border: none !important;
    padding: 10px 25px !important;
}
.custom-button-outline {
    border: 1px solid #4d8314 !important;
    background: none !important;
    padding: 10px 25px !important;
    color: #000 !important;
}
.custom-nav .navbar-nav a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0px 8px;
    border-radius: 8px;
    padding: 10px 20px;
}

/* Active nav item — green fill to show current page */
.custom-nav .navbar-nav a.nav-active,
.custom-nav .navbar-nav .nav-active {
    background: #4d8314 !important;
    border-color: #4d8314 !important;
    color: #fff !important;
}

/* Compact icon-only nav button (headset) */
.custom-nav .navbar-nav a.nav-icon-link,
.custom-nav .navbar-nav .nav-icon-link {
    padding: 9px 12px !important;
    margin: 0px 4px;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Span-based nav links (SecondHeader) — same base style as anchor links */
.custom-nav-second .navbar-nav a.nav-link,
.custom-nav-second .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #4d8314;
    margin: 0px 8px !important;
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    display: inline-block;
}
.BeachContentCard h6 {
    font-weight: bold;
}
.BeachContentCard ul li {
    list-style: none;
}

.BeachContentCard ul li::before {
    content: "•";
    color: #4d8314;
    display: inline-block;
    margin: 0px 1em 0em -1em;
    font-size: 20px;
}
.custom-nav-second {
    position: fixed;
    top: 0;
    width: 100%;
    background: white;
    z-index: 99;
    background: var(--tg-white);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    box-shadow: 0 10px 15px rgb(25 25 25 / 10%);
    border-radius: 0;
    margin-bottom: 0;
}

/* Active nav item — green fill for second (white) header */
.custom-nav-second .navbar-nav a.nav-active,
.custom-nav-second .navbar-nav .nav-active {
    background: #4d8314 !important;
    border-color: #4d8314 !important;
    color: #fff !important;
}

/* Compact icon-only button (headset) — second header */
.custom-nav-second .navbar-nav a.nav-icon-link,
.custom-nav-second .navbar-nav .nav-icon-link {
    padding: 9px 12px !important;
    margin: 0px 2px;
    line-height: 1;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.heading {
    /* font-family: "Roboto", sans-serif !important; */
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 55px;
}
section.hospital ul li {
    list-style: none;
}
.f-22{
 font-size: 22px !important;
}
section.hospital ul li::before {
    content: "➢";
    color: #4d8314;
    display: inline-block;
    margin: 0px 1em 0em -30px;
    font-size: 20px;
}

.mobile-header{
    display: none !important;
}
.navbar-toggler-icon{
    background-image: url(../images/menu-icon-18.png) !important;
}
button.navbar-toggler{
    border: none;
}
button.navbar-toggler:focus{
    outline: none;
    box-shadow: none;
}
section.Empowering{
    background-color: #e7e7e7;
    padding: 100px 0px;
}
section.Benefits{
    padding: 100px 0px;
}
section.Clients{
    padding: 100px 0px;
}
section.Benefits img{
    width: 220px;
    height: 220px;
    border-radius: 100%;
}
@media only screen and (max-width:991px) {
    .mobile-header{
        display: block !important;
    }
    .mobile-header .nav-link{
        margin-top: 20px !important;
    }
    .destkop-header{
        display: none !important;
    }
}

/* Programs dropdown — styled to match nav-link buttons */
.custom-nav .navbar-nav .dropdown > a.nav-link,
.custom-nav-second .navbar-nav .dropdown > a.nav-link {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #fff;
    margin: 0px 8px;
    border-radius: 8px;
    padding: 10px 20px;
}
.custom-nav-second .navbar-nav .dropdown > a.nav-link {
    color: #000;
    border-color: #4d8314;
}
/* Active dropdown (on /programs) */
.custom-nav .navbar-nav .nav-dropdown-active > a.nav-link,
.custom-nav-second .navbar-nav .nav-dropdown-active > a.nav-link {
    background: #4d8314 !important;
    border-color: #4d8314 !important;
    color: #fff !important;
}
/* Dropdown menu items */
.custom-nav .dropdown-menu,
.custom-nav-second .dropdown-menu {
    border: 1px solid #dde8cc;
    border-radius: 8px;
    padding: 8px 0;
    min-width: 200px;
}
.custom-nav .dropdown-menu .dropdown-item,
.custom-nav-second .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 500;
    padding: 9px 20px;
    color: #1a2e0d;
}
.custom-nav .dropdown-menu .dropdown-item:hover,
.custom-nav-second .dropdown-menu .dropdown-item:hover {
    background: #f0f7e6;
    color: #4d8314;
}

/* ── Footer support strip ──────────────────────────── */
.footer-support-strip {
    background: #f0f7e6;
    border-top: 1px solid #dde8cc;
    padding: 32px 0;
}
.footer-support-text {
    font-size: 14px;
    color: #444;
    line-height: 1.7;
    margin-bottom: 16px;
}
.footer-support-btn {
    background: #4d8314;
    color: #fff;
    border: none;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    transition: background 0.2s;
    display: inline-flex;
    align-items: center;
}
.footer-support-btn:hover {
    background: #3c6710;
}

@media only screen and (max-width:767px) {
    .homecard img{
        height: auto;
    }
      section.Empowering,section.Benefits,section.Clients{
            padding: 30px 0px;
        }
}

