/* ============================================
   TESTIMONIALS PAGE SPECIFIC STYLES
   ============================================ */

/* Testimonials Hero Section - Uses contact-hero-banner style from common.css */

/* Testimonials Page Section */
.testimonials-page-section {
    padding: 60px 0;
    background: #FFF;
}

@media (min-width: 768px) {
    .testimonials-page-section {
        padding: 80px 0;
    }
}

/* Single column layout – testimonial card 100% width from 1024px down to 320px */
@media (min-width: 320px) and (max-width: 1024px) {
    .testimonials-page-section .row {
        flex-direction: column;
    }

    .testimonials-page-section .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

    .testimonials-page-section .testimonial-page-card {
        width: 100%;
        box-sizing: border-box;
    }
}

/* Testimonial Page Card */
.testimonial-page-card {
    background: #F8F8F8;
    border-radius: 12px;
    padding: 30px;
    height: 100%;
    position: relative;
    border-left: 8px solid #038DB5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    overflow: hidden;
}

.testimonial-page-card:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .testimonial-page-card {
        padding: 40px;
        border-left-width: 10px;
    }
}

.testimonial-page-header {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
    position: relative;
}

@media (max-width: 767px) {
    .testimonial-page-header {
        flex-direction: column;
    }
}

.testimonial-page-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(3, 141, 181, 0.2);
    background: #FFF;
    padding: 2px;
}

@media (min-width: 768px) {
    .testimonial-page-image {
        width: 100px;
        height: 100px;
    }
}

.testimonial-page-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-page-info {
    flex: 1;
}

.testimonial-page-name {
    font-size: 20px;
    font-weight: 700;
    color: #25374B;
    margin: 0 0 8px 0;
    line-height: 1.3;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-name {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

.testimonial-page-role {
    font-size: 14px;
    color: #25374B;
    margin: 0 0 6px 0;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-role {
        font-size: 15px;
        margin-bottom: 8px;
    }
}

.testimonial-page-location {
    font-size: 13px;
    color: #25374B;
    margin: 0 0 12px 0;
    font-weight: 400;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-location {
        font-size: 14px;
        margin-bottom: 14px;
    }
}

.testimonial-page-rating {
    display: flex;
    gap: 4px;
}

.testimonial-page-rating i {
    color: #038DB5;
    font-size: 16px;
}

@media (min-width: 768px) {
    .testimonial-page-rating i {
        font-size: 18px;
    }
}

.testimonial-quote-open {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #E1F8FF;
    font-size: 120px;
    line-height: 1;
    z-index: 1;
    opacity: 0.4;
    font-family: "Be Vietnam Pro", sans-serif;
    font-weight: 300;
    pointer-events: none;
}

@media (min-width: 768px) {
    .testimonial-quote-open {
        font-size: 150px;
        right: 30px;
        top: 15px;
    }
}

.testimonial-quote-open i {
    color: #E1F8FF;
    opacity: 0.6;
}

.testimonial-page-text {
    position: relative;
    z-index: 2;
    margin-top: 20px;
    padding-top: 0;
}

.testimonial-page-text p {
    font-size: 15px;
    color: #25374B;
    font-weight: 400;
    line-height: 1.7;
    margin: 0;
    text-align: left;
    font-family: "Be Vietnam Pro", sans-serif;
}

@media (min-width: 768px) {
    .testimonial-page-text p {
        font-size: 16px;
        line-height: 1.8;
        margin-top: 24px;
    }
}

.testimonial-quote-close {
    display: none;
}

/* Testimonials CTA Section */
.testimonials-cta-section {
    position: relative;
    padding: 48px;
    overflow: hidden;
    min-height: 331px;
    display: flex;
    align-items: center;
}

.testimonials-cta-background {
    position: absolute;
    inset: 0;
    background-image: url('../images/call_to_action_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(3px);
    z-index: 1;
}

.testimonials-cta-overlay {
    position: absolute;
    inset: 0;
    background: rgba(37, 55, 75, 0.75);
    z-index: 2;
}

.testimonials-cta-section .container {
    position: relative;
    z-index: 3;
}

.testimonials-cta-title {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.testimonials-cta-subtitle {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 30px;
}

.cta123 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.testimonials-cta-link {
    display: inline-block;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.testimonials-cta-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .testimonials-cta-link {
        font-size: 18px;
    }
}

.testimonials-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 6px;
    border: 2px solid #038DB5;
    background: transparent;
    color: #FFF;
    transition: all 0.3s ease;
    text-transform: uppercase;
    min-width: 180px;
}

.testimonials-cta-btn i {
    font-size: 16px;
}

@media (min-width: 768px) {
    .testimonials-cta-btn {
        padding: 16px 40px;
        font-size: 18px;
        min-width: 200px;
    }
    
    .testimonials-cta-btn i {
        font-size: 18px;
    }
}

.testimonials-cta-btn:hover {
    background: rgba(3, 141, 181, 0.2);
    border-color: #038DB5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(3, 141, 181, 0.3);
}

/* Bottom CTA Section (Executive Style) */
.executive-bottom-cta-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

@media (min-width: 768px) {
    .executive-bottom-cta-section {
        padding: 60px 0;
    }
}

.executive-bottom-cta-background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.executive-bottom-cta-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.executive-bottom-cta-overlay {
    position: absolute;
    inset: 0;
}

.executive-bottom-cta-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFF;
}

.executive-bottom-cta-title {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .executive-bottom-cta-title {
        font-size: 40px;
        margin-bottom: 20px;
    }
}

.executive-bottom-cta-subtitle {
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 16px;
}

@media (min-width: 768px) {
    .executive-bottom-cta-subtitle {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.executive-bottom-cta-text {
    color: rgba(255, 255, 255, 0.9);
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 32px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.executive-bottom-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background-color: transparent;
    color: #FFF;
    font-family: "Be Vietnam Pro", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.executive-bottom-cta-btn:hover {
    background-color: #FFF;
    color: #038DB5;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.2);
}

.executive-bottom-cta-btn .cta-icon {
    width: 20px;
    height: 20px;
}