.life-intro-section {
    background: #f9fff9;
    padding: 40px 0;
}

.life-badge {
    display: inline-block;
    background: #00a23c;
    color: #fff;
    padding: 8px 22px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1px;
}

.life-title {
    font-size: 38px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 3px;
    line-height: 60px;
}

.life-title span {
    color: #272ae1;
}

.life-description {
    font-size: 15px;
    line-height: 1.8;
    color: #64748b;
    margin-bottom: 8px;
}
.life-stats {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.stat-box {
    background: #fff;
    padding: 12px 20px;
    border-radius: 15px;
    min-width: 200px;
    box-shadow: 0 10px 25px rgba(14, 165, 233, .08);
    border: 1px solid #27945c;
}
.stat-box h3 {
    color: #22c55e;
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 30px;
}

.stat-box span {
    color: #64748b;
    font-size: 15px;
}

@media(max-width:768px) {
    .life-title {
    font-size: 30px;
    line-height: 34px;
    margin-top: 6px;
}

    .life-description {
        font-size: 16px;
    }

    .stat-box {
        min-width: 160px;
    }

}

.gallery-main{
    width:100%;
    height:400px;
    object-fit:cover;
    border-radius:15px;
    opacity:1;
    transform:scale(1);
    transition:all .8s ease;
}

.gallery-main.fade-out{
    opacity:0.6;
    transform:scale(1.03);
}
.thumb-img{
    width:100%;
    height:120px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
    transition:.3s;
}

.thumb-img:hover{
    transform:scale(1.05);
}
.memories-section {
    background: #fff;
}

.section-tag {
    display: inline-block;
    background: #e0f7ef;
    color: #000000c7;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 11px;
}

.memories-section h2 {
    font-size: 30px;
    /* font-weight: 700; */
    /* color: #0f172a; */
    margin-bottom: 5px;
}

.memories-section p {
    color: #64748b;
}

.memory-card {
    background: #fff;
    border: 1px solid #899ce0;
    border-radius: 20px;
    padding: 23px 15px;
    text-align: center;
    height: 100%;
    transition: .4s;
    box-shadow: 0 5px 20px rgba(14, 165, 233, .05);
}

.memory-card:hover {
    transform: translateY(-8px);
    border-color: #0ea5e9;
}
.memory-icon {
    width: 60px;
    height: 60px;
    margin: auto;
    background: linear-gradient(135deg, #22c55e, #0ea5e9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.memory-icon i {
    color: #fff;
    font-size: 24px;
}

.memory-card h4 {
    color: #0f172a;
    margin-bottom: 8px;
    font-weight: 600;
}

.life-event-section {
    background: #fff;
}

.event-tag {
    display: inline-block;
    padding: 8px 18px;
    background: #dcfce7;
    color: #2e3f34;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 8px;
}
.event-content h2 {
    font-size: 30px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}
@media (max-width:576px) {
    .event-content h2 {
    font-size: 25px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}
}
.event-content p {
    color: #2b333f;
    line-height: 1.9;
    font-size: 15px;
}

.event-gallery img {
    width: 100%;
    border-radius: 15px;
    transition: .4s;
}

.gallery-main {
    height: 380px;
    object-fit: cover;
}

.event-gallery .col-4 img {
    height: 120px;
    object-fit: cover;
}

.event-gallery img:hover {
    transform: scale(1.03);
}

.moments-section {
    background: linear-gradient(135deg, #f0fff8, #eef8ff);
}
.moments-section h2 {
    font-size: 30px;
    margin-bottom: 5px;
}
.moment-card {
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
}

.moment-card:hover {
    transform: translateY(-8px);
}

.moment-card i {
    font-size: 35px;
    color: #22c55e;
    margin-bottom: 10px;
}
.moment-card h4 {
    font-weight: 600;
    margin-bottom: 5px;
    color: #0f172a;
}
.moment-card p {
    color: #64748b;
    line-height: 1.8;
}

.life-cta-section {
    background: #fafffb;
    color: #252222;
}

.cta-wrapper {
    max-width: 880px;
    margin: auto;
    /* box-shadow: 0px 0px 8px #12131221; */
    /* padding: 20px 0px; */
}

.cta-tag {
    display: inline-block;
    background: rgb(174 233 180 / 37%);
    padding: 8px 20px;
    border-radius: 30px;
    font-size: 14px;
    margin-bottom: 20px;
}

.cta-wrapper h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #231f1f;
}

.cta-wrapper h2 span {
    color: #393fa7;
}

.cta-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    color: rgb(15 14 14 / 90%);
    margin-bottom: 20px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.btn-enquire {
    background: #22ac56;
    color: #ffffff;
    padding: 6px 26px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
    line-height: 29px;
    height: 40px;
    margin-top: 4px;
}

.btn-enquire:hover {
    background: #f8fafc;
    color: #16a34a;
}

.btn-call {
    background: #9fff984a;
    color: #1c1d1c;
    border: 2px solid #fff;
    padding: 9px 27px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.btn-call:hover {
    background: #fff;
    color: #0ea5e9;
}

@media(max-width:768px) {

    .cta-wrapper h2 {
        font-size: 34px;
    }

    .cta-wrapper p {
        font-size: 16px;
    }

}