/* Benefits Page Banner Styles */

/* Benefits Page Banner Text Color */
.benefits-page .banner-section .banner-carousel .content-box .upper-text,
.benefits-page .banner-section .banner-carousel .content-box h2,
.benefits-page .banner-section .banner-carousel .content-box p{
  color: #b36b56 !important;
}

.benefits-page .banner-section .banner-carousel .content-box p strong{
  color: #b36b56 !important;
}

/* Hide navigation arrows on benefits page banner */
.benefits-page .banner-section .banner-carousel .owl-nav{
  display: none !important;
}

/* Benefits Section Styles */

.benefits-section {
    position: relative;
    background-color: #ffffff;
}

.benefits-section .intro-text-wrapper {
    position: relative;
    max-width: 1100px;
    margin: 0 auto 80px;
}

.benefits-section .intro-text {
    position: relative;
    background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%);
    border-left: 4px solid var(--theme-color);
    border-radius: 12px;
    padding: 40px 50px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    text-align: left;
}

.benefits-section .intro-text p {
    font-size: 17px;
    line-height: 1.9;
    color: #2c2c2c;
    margin-bottom: 25px;
    font-weight: 400;
}

.benefits-section .intro-text p:last-child {
    margin-bottom: 0;
}

.benefits-section .intro-text p:first-child {
    font-weight: 500;
    color: #1a1a1a;
}

/* Responsive Design for Intro Text */
@media only screen and (max-width: 991px) {
    .benefits-section .intro-text-wrapper {
        max-width: 100%;
    }
    
    .benefits-section .intro-text {
        padding: 35px 40px;
    }
    
    .benefits-section .intro-text p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 22px;
    }
}

@media only screen and (max-width: 767px) {
    .benefits-section .intro-text-wrapper {
        margin-bottom: 60px;
    }
    
    .benefits-section .intro-text {
        padding: 30px 25px;
        border-left-width: 3px;
        border-radius: 10px;
    }
    
    .benefits-section .intro-text p {
        font-size: 15px;
        line-height: 1.75;
        margin-bottom: 20px;
    }
    
    .benefits-section .intro-text p:first-child {
        font-weight: 500;
    }
}

@media only screen and (max-width: 575px) {
    .benefits-section .intro-text {
        padding: 25px 20px;
    }
    
    .benefits-section .intro-text p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 18px;
    }
}

.benefits-block {
    margin-bottom: 30px;
}

.benefits-block-one {
    position: relative;
    height: 100%;
}

.benefits-block-one .inner-box {
    position: relative;
    background: #ffffff;
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.benefits-block-one .inner-box:hover {
    border-color: var(--theme-color);
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(197, 99, 72, 0.15);
}

.benefits-block-one .icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    background: linear-gradient(135deg, var(--theme-color) 0%, #b36b56 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.benefits-block-one .inner-box:hover .icon-box {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 5px 20px rgba(197, 99, 72, 0.3);
}

.benefits-block-one .icon-box i {
    font-size: 36px;
    color: #ffffff;
    line-height: 1;
}

.benefits-block-one h3 {
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: var(--title-font);
}

.benefits-block-one .inner-box:hover h3 {
    color: var(--theme-color);
}

.benefits-block-one p {
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    color: #666666;
    margin: 0;
    flex-grow: 1;
}

/* Responsive Design */
@media only screen and (max-width: 1199px) {
    .benefits-block-one .inner-box {
        padding: 35px 25px;
    }
    
    .benefits-block-one .icon-box {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }
    
    .benefits-block-one .icon-box i {
        font-size: 32px;
    }
    
    .benefits-block-one h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .benefits-section .intro-text {
        margin-bottom: 50px;
    }
    
    .benefits-section .intro-text p {
        font-size: 15px;
    }
    
    .benefits-block {
        margin-bottom: 25px;
    }
    
    .benefits-block-one .inner-box {
        padding: 30px 20px;
    }
    
    .benefits-block-one h3 {
        font-size: 19px;
    }
    
    .benefits-block-one p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .benefits-section {
        padding: 100px 0;
    }
    
    .benefits-section .sec-title {
        margin-bottom: 40px;
    }
    
    .benefits-section .intro-text {
        margin-bottom: 40px;
        text-align: left;
    }
    
    .benefits-section .intro-text p {
        font-size: 14px;
        line-height: 1.7;
    }
    
    .benefits-block {
        margin-bottom: 20px;
    }
    
    .benefits-block-one .inner-box {
        padding: 25px 20px;
        border-radius: 10px;
    }
    
    .benefits-block-one .icon-box {
        width: 65px;
        height: 65px;
        margin-bottom: 18px;
    }
    
    .benefits-block-one .icon-box i {
        font-size: 28px;
    }
    
    .benefits-block-one h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .benefits-block-one p {
        font-size: 14px;
        line-height: 1.6;
    }
}

@media only screen and (max-width: 575px) {
    .benefits-section {
        padding: 80px 0;
    }
    
    .benefits-block-one .inner-box {
        padding: 25px 18px;
    }
    
    .benefits-block-one .icon-box {
        width: 60px;
        height: 60px;
    }
    
    .benefits-block-one .icon-box i {
        font-size: 26px;
    }
    
    .benefits-block-one h3 {
        font-size: 17px;
    }
}

