.family-events {
    background: #fff;
}

.family-events .top-label {
    display: inline-block;
    background: #ffe6ec;
    color: #ff2f5b;
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.family-events h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.family-events .subtitle {
    font-size: 18px;
    color: #777;
    max-width: 730px;
    margin: 0 auto 55px;
}

.events-row {
    row-gap: 35px;
}

/* Card */
.event-card {
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.event-card .image {
    position: relative;
    height: 200px;
}

.event-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px 5px 0 0;
}

.event-card .icon {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
}

.icon.pink { background: #ff4d6d; }
.icon.red {background: var(--btn-color);}
.icon.orange {background: var(--btn-color);}
.icon.blue { background: #3b82f6; }
.icon.green { background: #22c55e; }
.icon.purple { background: #8b5cf6; }

.event-card h4 {
    font-size: 17px;
    font-weight: 600;
    margin: 18px 18px 8px;
    color: var(--black-color);
}

.event-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 18px 20px;
}
/* ================-------------------------------============================= */

.everything-needed {
    background: #faf7ff;
    padding: 80px 0;
}


.everything-needed .top-label {
    display: inline-block;
    background: var(--btn-color);
    color: var(--white-color);
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.everything-needed h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 12px;
}

.everything-needed .subtitle {
    font-size: 18px;
    color: #777;
    max-width: 700px;
    margin: 0 auto 55px;
}

.amenities-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
}


.amenities-row > div {
    width: 100%;
    max-width: 100%;
}

.amenity-card {
    background: #fff;
    border-radius: 14px;
    padding: 25px 18px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
}

.amenity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1);
}

.amenity-card .icon {
    width: 46px;
    height: 46px;
    background: var(--btn-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.amenity-card .icon i {
    color: var(--white-color);
    font-size: 18px;
}


.amenity-card h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
}

.amenity-card p {
    font-size: 12px;
    color: #666;
    line-height: 1.5;
    margin: 0;
}



/* ================-------------------------------============================= */
.how-it-works {
    padding: 80px 20px;
    text-align: center;
    background: #fff;
}

.how-it-works .container {
    max-width: 1200px;
    margin: auto;
}

.how-it-works .badge {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    border-radius: 20px;
    background: #eaf2ff;
    color: var(--btn-color);
    margin-bottom: 12px;
}

.how-it-works h2 {
    font-size: 36px;
    margin-bottom: 10px;
    font-weight: 700;
}

.how-it-works .subtitle {
    max-width: 650px;
    margin: 0 auto 50px;
    color: #6b7280;
    font-size: 15px;
}

.steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
}

.step {
    padding: 10px;
}

.icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    color: #fff;
    font-size: 30px;
}

.icon.pink {
    background: var(--btn-color);
}

.icon.purple {
    background: var(--btn-color);
}

.icon.blue {
    background: var(--btn-color);
}

.icon.green {
    background: var(--btn-color);
}

.step h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.step p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
}

/* ======-------------------------------------============================================== */
.happy-couples {
    background: #ffffff;
}

.happy-couples h2 {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 10px;
}

.happy-couples .subtitle {
    font-size: 15px;
    color: #777;
    margin-bottom: 50px;
}

.happy-couples .testimonial-row {
    row-gap: 30px;
}

.happy-couples .testimonial-card {
    background: #fff;
    border-radius: 14px;
    padding: 30px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
}

.happy-couples .profile {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.happy-couples .profile img {
    width: 48px !important;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 12px;
}

.happy-couples .profile h4 {
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.happy-couples .profile span {
    font-size: 12px;
    color: #888;
}

.happy-couples .rating {
    margin-bottom: 15px;
}

.happy-couples .rating i {
    color: #ffc107;
    font-size: 14px;
    margin-right: 2px;
}

.happy-couples .review {
    font-size: 14px;
    color: #555;
    line-height: 1.7;
}

/* ======-------------------------------------============================================== */

.memory-cta {padding: 0px 0px;}

.memory-cta .cta-box {
    position: relative;
    background: var(--btn-color);
    border-radius: 14px;
    padding: 50px 30px;
    text-align: center;
    overflow: hidden;
}

.memory-cta .cta-box::before,
.memory-cta .cta-box::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
}

.memory-cta .cta-box::before {
    top: -60px;
    left: -60px;
}

.memory-cta .cta-box::after {
    bottom: -60px;
    right: -60px;
}

.memory-cta h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
}

.memory-cta p {
    color: rgba(255,255,255,0.9);
    font-size: 15px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

/* ======-------------------------------------============================================== */
.contact-message {
    background: #f9f9ff;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

/* ===== Headings ===== */
.contact-message h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 24px;
}

/* ===== Left Form Card ===== */
.contact-message .message-form {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px 32px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

.contact-message label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #334155;
    margin-bottom: 6px;
}

.contact-message input,
.contact-message textarea {
    width: 100%;
    border: none;
    background: #f3f4f6;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 13px;
    color: #0f172a;
    outline: none;
    margin-bottom: 18px;
}

.contact-message textarea {
    height: 120px;
    resize: none;
}

/* ===== Submit Button ===== */
.contact-message button {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 14px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: var(--btn-color);
    cursor: pointer;
}

.contact-message button:hover {
    opacity: 0.95;
}

/* ===== Right Info Card ===== */
.contact-message .touch-info {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px 32px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.08);
}

/* ===== Contact Items ===== */
.contact-message .touch-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 26px;
}

.contact-message .touch-item:last-child {
    margin-bottom: 0;
}

/* Icon Circle */
.contact-message .touch-item .icons {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--btn-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--white-color);
}

.contact-message .touch-item .icon i {
    font-size: 15px;
    color: #8b5cf6;
}

/* Text Block */
.contact-message .touch-item .text {
    margin-left: 16px;
}

.contact-message .touch-item strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 4px;
}

.contact-message .touch-item p {
    font-size: 13px;
    color: #334155;
    line-height: 1.4;
    margin-bottom: 2px;
}

.contact-message .touch-item small {
    font-size: 12px;
    color: #64748b;
}


