
/* Hero Section */

.hero-wrapper {
    background: var(--white);
    overflow: hidden;
    position: relative;
}

.hero-title {
    font-size: 40px;
    color: var(--primary-color);
    font-weight: 500;
    font-family: var(--heading-font);
}

.green-heading {
    font-size: 28px;
    color: var(--secondary-color);
    font-weight: 500;
    font-family: var(--heading-font);
}

.hero-description {
    max-width: 620px;
    font-size: 17px;
    margin-bottom: 35px;
    font-family: var(--body-font);
    font-weight: 400;
    line-height: 28px;
}

.hero-btn-group {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
}

.hero-pointer {
    position: relative;
    padding-left: 22px;
}

.hero-pointer::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2e8b77;
}

.hero-image-wrapper {
    position: relative;
    min-height: 580px;
    height: 100%;
}
.d-flex-btn{
    display: flex;
}
.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(255, 255, 255, 0.95) 0%,
            rgba(255, 255, 255, 0.7) 22%,
            rgba(255, 255, 255, 0.1) 45%,
            rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}
.recovery-card {
    position: absolute;
    left: 40px;
    bottom: 40px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    border-radius: 22px;
    padding: 28px;
    max-width: 360px;
    box-shadow: var(--shadow-md);
    z-index: 5;
}

.recovery-card h4 {
    font-size: 17px;
}

.custom-modal .modal-content {
    border: none;
    border-radius: 24px;
    padding: 10px;
}

.modal-header {
    border: none !important;
}

.custom-modal .modal-title {
    font-family: var(--heading-font);
    color: var(--primary-color);
    font-size: 34px;
}

.custom-modal .form-control {
    border-radius: 14px;
    min-height: 54px;
    border: 1px solid #d9d9d9;
    box-shadow: none;
}

.custom-modal .form-control:focus {
    border-color: var(--secondary-color);
    box-shadow: none;
}

/* TRUST / STATS SECTION */

.trust-stats-row {
    background: #071f3a;
    height: 120px;
}

.trust-stat-card {
    padding: 19px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    height: 98%;
}

.trust-line {
    width: 22px;
    height: 2px;
    background: #2fc4a7;
    display: block;
    margin-bottom: 16px;
}

.trust-title {
    font-size: 27px;
    color: #fff;
    font-weight: 500;
}

.trust-text {
    color: rgba(255, 255, 255, 0.78);
    font-size: 12px;
    line-height: 1.7;
    max-width: 240px;
    padding-top: 10px;
    font-weight: 300;
}

.trust-banner {
    position: relative;
    overflow: hidden;
}

.trust-banner-img {
    width: 100%;
    height: 125%;
    object-fit: cover;
    position: absolute;
    inset: 0;
}

.trust-stat-card span {
    font-family: var(--body-font);
}

.trust-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(4, 18, 36, 0.88) 0%,
            rgba(4, 18, 36, 0.45) 35%,
            rgba(4, 18, 36, 0.15) 100%);
    z-index: 1;
    height: 100%;
}

.trust-content {
    position: relative;
    z-index: 3;
    padding: 40px 50px;
    max-width: 650px;
}

.trust-author {
    color: rgba(255, 255, 255, 0.82);
    font-size: 16px;
}

/* Conditions + Help */

.section-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color:  #0f7bc2;
    font-weight: 600;
}

.section-title {
    font-size: 25px;
    line-height: 1.15;
    color: var(--primary-color);
    font-weight: 500;
}

.conditions-section {
    margin-top: 130px;
}

.condition-card {
    position: relative;
    padding: 10px 0px 10px 24px;
}
.condition-card:hover{
    background: #edf5f0;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.condition-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #2e8b77;
    position: absolute;
    top: 18px;
    left: 0;
}

.condition-title {
    font-size: 17px;
    color: var(--primary-color);
    margin-bottom: 8px;
    line-height: 1.35;
    font-weight: 500;
    font-family: var(--body-font);
}

.condition-text {
    font-size: 15px;
    line-height: 1.7;
}

.help-card {
    border: 1px solid #cfe1da;
    border-radius: 28px;
    padding: 38px;
    background: #f9fcfb;
}

.help-card-title {
    font-size: 22px;
    color: var(--primary-color);
    margin-bottom: 12px;
    font-weight: 500;
}

.warning-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.warning-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--text-dark);
}

.warning-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 7px;
}

.help-cta-box {
    margin-top: 25px;
    border: 1px solid #d9e7e2;
    border-radius: 16px;
    background: var(--white);
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.help-cta-title {
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 4px;
    font-weight: 600;
}

.help-cta-text {
    font-size: 14px;
    color: var(--text-light);
}

/* Our Approach */
.approach {
    background-color: #F9FCFB;
}

/* OUR DOCTORS */
.team-card {
    width: calc(25% - 18px);
}

.team-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary-color);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: background .2s;
}

.team-dot.active {
    background: var(--primary-color);
}


/* WHY ATHENA */
.athena_img {
    width: 500px;
    height: auto;
    border-radius: 20px;
}

.why-section {
    background-color: var(--primary-color);
}
.why-bg{
    width:36px;height:36px; background:rgba(74,158,142,0.2);
}

/* OUR CENTER */

li span {
    color: #444;
}

.locate-btn {
    font-size: 11px;
    background: var(--primary-color);
    color: #fff;
    backdrop-filter: blur(4px);
    border: none;
    letter-spacing: .04em;
    font-weight: 300;
}

/* Testimonial */
.star{
color:#f5aa28; font-size:1rem; letter-spacing:.1em;
}

.footer_img{
    width: 100%;
    height: 345px;
    border-radius: 20px;
}


    /* NAVBAR BASE */
.nav-item {
    position: relative;
    list-style: none;
}

.nav-link {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 10px 15px;
    display: inline-block;
}

/* DROPDOWN MENU */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-radius: 10px;
    padding: 10px 0;

    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;

    z-index: 999;
}

/* DROPDOWN ITEMS */
.dropdown-menu li {
    list-style: none;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 18px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s;
}

/* HOVER EFFECT */
.dropdown-menu li a:hover {
    background: #f5f7fa;
    color: #000;
}

/* SHOW DROPDOWN ON HOVER */
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

