/* ===== TESTIMONIALS INTRO SECTION ===== */
.testimonials-intro-section {
    padding: 88px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.testimonials-intro-title {
    margin: 0 0 30px 0;
    background: linear-gradient(45deg,
        #25408E 0%,
        #25408E 30%,
        #21ADE4 40%,
        #CE9336 50%,
        #CE9336 100%);
    background-size: 200% 200%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: testimonials-intro-gradient-sweep 4s ease-in-out infinite alternate;
}

@keyframes testimonials-intro-gradient-sweep {
    0% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

.testimonials-intro-description {
    max-width: 1100px;
    margin: 0 auto;
    color: #242021;
    padding: 0 !important;
}

/* Tablet */
@media (max-width: 768px) {
    .testimonials-intro-section {
        padding: 40px 15px;
    }
}

/* ===== CTA SECTION ===== */
.cta-section {
    position: relative;
    width: 100%;
    /*margin-left: calc(50% - 50vw);*/
    margin-top: 0;
    margin-bottom: 0;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 20px;
    background-image: url('https://travelnursesinc.com/wp-content/uploads/2025/09/Rectangle-25-scaled.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cta-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
    margin: 0 auto;
}

.cta-heading {
    font-family: "Figtree";
    color: white;
    font-size: 64px;
    font-weight: 900;
    margin: 0 0 30px 0;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-button {
    display: inline-block;
    background: #fff;
    color: #25408E;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-family: "Figtree";
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.cta-button:hover,
.cta-button:focus {
    color: #fff;
    background: #21ade4;
    border: 2px solid #21ade4;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    -webkit-mask-image: linear-gradient(-75deg, rgba(0, 0, 0, .6) 30%, #000 50%, rgba(0, 0, 0, .6) 70%);
    -webkit-mask-size: 200%;
    -webkit-animation: cta-shine 2s infinite;
    animation: cta-shine 2s infinite;
}

@keyframes cta-shine {
    from {
        -webkit-mask-position: 150%;
    }
    to {
        -webkit-mask-position: -50%;
    }
}

.cta-mobile-break {
    display: none;
}

/* Tablet */
@media (max-width: 768px) {
    .cta-section {
        min-height: 250px;
        padding: 60px 20px;
    }
    
    .cta-heading {
        font-size: 40px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 480px) {
    .cta-section {
        min-height: 200px;
        padding: 50px 15px;
    }
    
    .cta-heading {
        font-size: 32px;
        line-height: 1 !important;
    }
    
    .cta-mobile-break {
        display: block;
    }
    
    .cta-button {
        padding: 12px 25px;
    }
}

/* ===== WHAT DO YOU THINK STYLE ===== */
.what-you-think-sec{
    background: #3553a5;
    padding: 70px 0px;
}
.what-you-think-sec h4 {
    font-family: "Figtree Black" !important;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    width: 100%;
    display: block;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
}
.all-reviews-block {
    padding: 70px 0px;
    font-family: "Figtree Regular";
    background: #f5f5f5;
}
.all-reviews-block .container{
    padding: 10px;
    background: #fff;
}

/* Target Visual Composer wrapper elements */
        .wpb_raw_code {
            padding: 0 !important;
            margin: 0 !important;
        }

        
        /* ===== DESIGN STYLE GUIDE (GLOBAL) ===== */
        h1 {
            font-family: "Figtree";
            font-size: 64px;  
            font-weight: 900;
            line-height: 110%;
            color: #242021;
        }
        
        h2 {
            font-family: "Figtree";
            font-size: 36px;  
            font-weight: 900;
            line-height: 120%;
            color: #242021;
        }
        
        h3 {
            font-family: "Figtree";
            font-size: 24px;  
            font-weight: 900;
            line-height: 130%;
            color: #242021;
        }
        
        h4 {
            font-family: "Figtree";
            font-size: 20px;
            font-weight: 900;
            line-height: 130%;
            color: #242021;
        }
        
        h5, h6 {
            font-family: "Figtree";
            font-size: 18px;
            font-weight: 900;
            line-height: 130%;
            color: #242021;
        }
        
        p {
            font-family: "Figtree";
            font-size: 16px;  
            font-weight: 400; 
            line-height: 160%;
            color: #242021;
            max-width: 680px;
        }
        
        a {
            font-family: "Figtree";
            font-size: 16px;  
            font-weight: 900;
            line-height: 160%;
            color: #CE9336;
        }
        
        a:hover {
            color: #25408E;
            text-decoration: underline;
        }
        
        a:active {
            color: #25408E;
        }
        
        a:visited {
            color: #CE9336;
        }
        section {
            padding: 88px 0px 0px;
        }
                
        button {
            font-family: "Figtree";
            font-size: 18px;
            font-weight: 900;
            line-height: 130%;
            border-radius: 14px;
            text-transform: uppercase;
            cursor: pointer;
        }
        
        @media (max-width: 767px) {
            h1 {
                font-size: 46px;  
                line-height: 110%;
            }
            h2 {
                font-size: 28px;  
                line-height: 120%;
            }
            h3 {
                font-size: 21px; 
                line-height: 130%;
            }
            p {
                font-size: 15px;
                line-height: 160%;
            }
            a {
                font-size: 15px;
            }
            button {
                font-size: 16px;
            }
            section {
                padding: 40px 0px 0px;
            }
        }