.team-needs {
    background: #faf9ff;
}
section.team-needs .row{
    gap: 20px 0;
}

.team-needs .team-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.team-needs .team-head h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.team-needs .team-head p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
}

.team-needs .need-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    height: 100%;
}

.team-needs .icon-box {
    width: 44px;
    height: 44px;
    background: var(--btn-color);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 17px;
}

.team-needs .icon-box i {
    color: #fff;
    font-size: 18px;
}

.team-needs .need-card h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.team-needs .need-card p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
}


/* ============================================================================================ */
.exceptional-spaces {
    background: #ffffff;
}

.exceptional-spaces .spaces-head {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px;
}

.exceptional-spaces .spaces-head h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.exceptional-spaces .spaces-head p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
}

.exceptional-spaces .space-card {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: 260px;
    margin-bottom: 24px;
}

.exceptional-spaces .space-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.exceptional-spaces .space-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 18px 20px;
    background: linear-gradient(
        to top,
        rgba(0,0,0,0.65),
        rgba(0,0,0,0)
    );
}

.exceptional-spaces .space-overlay h4 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
/* ===================================================================================================== */
.corporate-retreat {
    background: #f6f7ff;
}

.corporate-retreat .retreat-content h2 {
    font-size: 32px;
    font-weight: 700;
    color: #0f172a;
    max-width: 420px;
    margin-bottom: 14px;
}

.corporate-retreat .retreat-content p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    max-width: 500px;
    margin-bottom: 28px;
}

.corporate-retreat .retreat-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.corporate-retreat .retreat-list li {
    display: flex;
    align-items: center;
    background: #ffffff;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 14px;
    color: #0f172a;
    margin-bottom: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.04);
}

.corporate-retreat .retreat-list i {
    color: var(--btn-color);
    font-size: 14px;
    margin-right: 12px;
}

.corporate-retreat .retreat-image {
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.corporate-retreat .retreat-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
/* =========================================================================================== */
.client-testimonials {
    background: #ffffff;
}

.client-testimonials .testimonial-head {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.client-testimonials .testimonial-head h2 {
    font-size: 32px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 10px;
}

.client-testimonials .testimonial-head p {
    font-size: 18px;
    color: #64748b;
    line-height: 1.6;
}

.client-testimonials .testimonial-card {
    background: #fbfbff;
    border-radius: 18px;
    padding: 32px 30px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    position: relative;
}

.client-testimonials .quote-icon {
    color: var(--btn-color);
    font-size: 26px;
    margin-bottom: 10px;
}

.client-testimonials .rating {
    margin-bottom: 14px;
}

.client-testimonials .rating i {
    color: #fbbf24;
    font-size: 14px;
    margin-right: 4px;
}

.client-testimonials .review {
    font-size: 14px;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 20px;
}

.client-testimonials .author h4 {
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 2px;
}

.client-testimonials .author span {
    display: block;
    font-size: 13px;
    color: #64748b;
}

.client-testimonials .author small {
    font-size: 12px;
    color: var(--btn-color);
}
/* ============================================================================= */

.memory-cta {padding:  0 0;}

.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-request {
    background: #ffffff;
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
}

.contact-request .contact-info h4,
.contact-request .request-form h4 {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 20px;
}

.contact-request .info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.contact-request .info-item i {
    color: var(--btn-color);
    font-size: 16px;
    margin-right: 14px;
    margin-top: 4px;
}

.contact-request .info-item strong {
    font-size: 14px;
    color: #0f172a;
}

.contact-request .info-item p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.5;
    margin-top: 4px;
}

.contact-request .quick-response {
    margin-top: 30px;
}

.contact-request .quick-response h5 {
    font-size: 14px;
    font-weight: 600;
    color: #0f172a;
    margin-bottom: 8px;
}

.contact-request .quick-response p {
    font-size: 13px;
    color: #64748b;
    line-height: 1.6;
}

.contact-request .request-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

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

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

.contact-request .request-form textarea {
    height: 110px;
    resize: none;
}

.contact-request .request-form 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-request .request-form button i {
    margin-right: 8px;
}
