/*===== BENEFITS-BANNER ========*/
.benefits-hero-section {
    /*max-width: 1200px;*/
    margin: 0 auto;
    width:100%;
    padding-left: 0;
    padding-right: 0;
}

.benefits-hero-header {
    padding: 50px 20px;
    text-align: center;
}

.benefits-hero-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: benefits-hero-gradient-sweep 4s ease-in-out infinite alternate;
}

@keyframes benefits-hero-gradient-sweep {
    0% { background-position: 100% 100%; }
    100% { background-position: 0% 0%; }
}

.benefits-hero-description {
    max-width: 700px;
    margin: 0 auto;
    color: #666;
    padding: 0 !important;
}

/* Full-width image container */
.benefits-hero-image-wrapper {
    width: 100%;
    /*margin-left: calc(50% - 50vw);*/
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
}

.benefits-hero-image {
    width: 100%;
    height: 450px;
    display: block;
    margin: 0;
    object-fit: cover;
    object-position: 100% 40%;
}
.benefits-hero-bottom {
    padding: 50px 20px 0px;
    text-align: center;
}

.benefits-hero-image-wrapper, img.benefits-hero-image {
    position: relative;
}
.bannertop-text{
    position: absolute;
    right:40px;
    bottom:20px;
}
.bannertop-text span{
    color:#fff;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
    font-size: 20px;
    padding-left:5px;
}
.referral-bonus-form{
    padding-top:0px;
}
.contact-form-section.referal-from{
    width:100%;
    display: inline-block;
}
.referal-from .form-group p{
    width:100%;
    display: inline-block;
    max-width: 100%;
}
.referal-btn span.submit {
    display: inline-block;
    padding: 0;
    min-width: auto;
    height: auto;
    text-align: center;
    line-height: normal;
    font-size: 16px !important;
    border-radius: inherit;
    color: #25408f;
    position: relative;
    background: transparent;
    border: none;
}
.referal-btn span.submit input {
    display: inline-block;
    background: #25408f;
    color: #fff !important;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    font-family: "Figtree", sans-serif !important;
    border:none;
}

.referal-btn span.submit input:hover,
.referal-btn span.submit input: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%;
    }
}

@media (max-width: 768px) {

/* ===== BENEFITS-HERO ===== */
  .benefits-hero-header {
      padding: 60px 15px 40px 15px;
  }
  
  .benefits-hero-bottom {
      padding: 40px 15px 20px;
  }
  
  .benefits-hero-image {
      height: 200px;
  }
/* ===== BENEFITS-HERO ===== */

}

/* Mobile */
@media (max-width: 480px) {
  /* ===== BENEFITS-HERO ===== */
    .benefits-hero-header {
        padding: 60px 15px 30px;
    }
    
    .benefits-hero-bottom {
        padding: 30px 15px 20px;
    }
    
    .benefits-hero-image {
        height: 150px;
    }
  /* ===== BENEFITS-HERO ===== */

}

/* ===== 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 !important;
    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;
}

@keyframes toprated-awards-scroll {
    0% { 
        transform: translateX(0); 
    }
    100% { 
        transform: translateX(-50%); 
    }
}

@media (max-width: 768px) {
    /* ===== CTA SECTION STARTS ===== */
    .cta-section {
        min-height: 250px;
        padding: 60px 20px;
    }
    
    .cta-heading {
        font-size: 40px;
    }
    
    .cta-button {
        padding: 12px 30px;
        font-size: 16px;
    }
    /* ===== CTA SECTION ENDS ===== */

}

@media (max-width: 480px) {
  /* ===== TOP RATED SECTION STARTS ===== */
    .toprated-awards-item {
        margin-right: 40px;
    }
    
    .toprated-awards-logo {
        height: 50px;
    }
    /* ===== TOP RATED SECTION ENDS ===== */
     /* ===== CTA SECTION STARTS ===== */
    .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;
    }
    /* ===== CTA SECTION ENDS ===== */
}