/* Page Hero Section */
.page-hero {
    background-color: #143642;
    padding: 3rem 0;
    text-align: center;
}

.page-hero-content h1 {
    color: #fff;
    font-family: 'Libre Baskerville', serif;
    font-size: 2.5rem;
    margin: 0;
}

/* Main Hero Section */
.hero-section {
    position: relative;
    background-color: #f7f3e9;
    margin-bottom: 0 !important;
    max-height: 700px;
    /* overflow: hidden; */
}

.hero-image-col {
    /* display: flex; */
    /* align-items: center;
    justify-content: center; */
    /* padding: 0; */
}

.hero-image-col img {
    width: 100%;
    height: 70%;
    /* max-height: 70%; */
    object-fit: cover;
    margin: 0;
    padding: 0;
}

.hero-content-col {
    display: flex;
    flex-direction: column;
    align-items: normal;
    /* justify-content: center; */
    margin-top : 5%;
    padding: 3rem 4rem;
}

.hero-title {
    font-size: 2.5rem;
    color: #183847;
    font-family: 'Georgia', serif;
    font-style: italic;
    line-height: 1.1;
    margin-bottom: 2rem;
    /* text-align: left; */
}

.hero-description {
    font-size: 1rem;
    line-height: 1.7;
    color: #183847;
    font-style: italic;
    justify-content: center;
    align-content: center;
}

.hero-description p {
    margin-bottom: 1.5rem;
    justify-content: center;
    align-content: center;
}

.highlight {
    color: #183847;
    font-weight: bold;
}

/* Mobile contact buttons */
/* .mobile-contact-buttons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
    z-index: 1000;
}

.mobile-contact-btn {
    width: 50px;
    height: 50px;
    background-color: #183847;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mobile-contact-btn:hover {
    background-color: #0aafc8;
    color: white;
} */

/* Journey Section */
.journey-section {
    padding: 4rem 0;
    background-color: #f7f3e9;
}

.section-title {
    font-family: 'Libre Baskerville', serif;
    font-size: 2.25rem;
    color: #143642;
    text-align: center;
    margin-bottom: 2.5rem;
}

.year-box {
    background-color: #143642;
    color: white;
    padding: 10px;
    font-weight: bold;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    border-color: var(--dark-beige);
    border-width:1px 1px 5px 5px;
    margin-bottom: 80%;
}

.timeline-content {
    background-color: #143642;
    color: white;
    padding: 20px;
    border-radius: 0;
    border: 5px solid  var(--dark-beige);
}

.timeline-content p {
    line-height: 1.6;
    margin: 0;
}

.facilities-list {
    list-style-type: none;
    padding-left: 15px;
    margin-bottom: 20px;
}

.facilities-list li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
}

.facilities-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0aafc8;
}

.conclusion {
    text-align: center;
    margin-top: 3rem;
    line-height: 1.6;
    font-style: italic;
}

/* Specialized Care Section */
.specialized-care-section {
    background-color: #f7f3e9;
}

.care-image img {
    /* object-fit: cover; */
    width: 100%;
    height: 95%;
    object-fit: cover;
    margin: 0;
    padding: 0;

}

.care-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.care-intro {
    /* margin-bottom: 20px; */
    font-size: 16px;
    line-height: 1.6;
    color: #143642;
}

.care-list {
    list-style-type: none;
    margin-bottom: 20px;
    padding-left: 15px;
}

.care-list li {
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
    color: #143642;
    margin-bottom: 10px;
}

.care-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0aafc8;
}

.care-conclusion {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #143642;
}

.community-title {
    margin-top: 20px;
}

.community-text {
    font-size: 16px;
    line-height: 1.6;
    color: #143642;
}

/* VMV Section */
.vmv-section {
    background-color: #143642;
}

.vmv-column {
    background-color: #f7f3e9;
    padding: 40px 30px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 75%;
}

.vmv-icon-container {
    background-color: #143642;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    /* margin-bottom: 20px; */
}

.vmv-icon {
/*     
    display: flex;
    align-items: center;
    justify-content: center; */
}

.vmv-icon img {
    margin-top: 25%;
    margin-left: 120%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.vmv-title {
    font-family: 'Georgia', serif;
    font-size: 2rem;
    color: #143642;
    margin-bottom: 20px;
}

.vmv-text {
    font-size: 16px;
    line-height: 1.6;
    color: #143642;
    text-align: left;
}

/* Founders Section */
.founders-section {
    background-color: #f9f5f0;
}
.section-title{
 align-items: center;
 font-weight: 800;
 font-style: bold;
}
.founders-section .container {
    margin-left: 12%;
}
.founder-image-left img{
    height: auto;
    width: 70%;
    object-fit: cover;
}
.founder-image-right img{
    height: auto;
    width: 70%;
    object-fit: cover;
    /* margin-left:-18% */
    /* margin-right: 86px; */
}
.founder-content-right{
    padding-right: 15%;
}
.founder-content-left{
    padding-right: 15%;
}
.founder-name {
    color: #0e3b43;
    font-family: 'Libre Baskerville', serif;
    font-size: 1.8rem;
    margin-bottom: 20px;
}

.founder-bio p {
    color: #4a4a4a;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
    line-height: 1.6;
    /* margin-right: 20%; */
}

/* Responsive adjustments */
/* @media (max-width: 1199.98px) {
    .hero-content-col {
        padding: 2rem;
    }
    
    .hero-title {
        font-size: 2.2rem;
    }
    
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 991.98px) {
    .hero-title {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }
    
    .founder-image img {
        max-width: 100%;
        margin-left: 0;
    }
} */

@media (max-width: 767.98px) {
    .page-hero-content h1 {
        font-size: 2rem;
    }
    
    .hero-content-col {
        padding: 2rem 1.5rem;
    }
    
    .hero-description p {
        text-align: center!important;
    }
    
    .year-box {
        width: 60px;
        height: 60px;
    }
    
    .timeline-content {
        margin-top: 15px;
    }
    
    .vmv-column {
        padding: 30px 20px;
    }
    
    .vmv-icon-container {
        width: 80px;
        height: 80px;
    }
    
    .vmv-icon img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 575.98px) {
    .page-hero {
        padding: 2rem 0;
    }
    
    .hero-title {
        font-size: 1.8rem;
        text-align: center;
    }
    
    .section-title {
        font-size: 1.8rem;
    }
    
    .founder-name {
        font-size: 1.5rem;
    }
}