/* Hero Section Fix - Make it fit on single screen while keeping all elements */
.banner-section {
    padding-top: 120px !important;
    padding-bottom: 80px !important;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
}

.banner-section .container {
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    position: relative;
}

/* .banner-section .banner-content {
    margin-top: 0 !important;
} */

.banner-section .banner-content .title {
    font-size: 3.5rem !important;
    margin-bottom: 20px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

.banner-section .banner-content .sub-title {
    font-size: 1.2rem !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
}

.banner-section .banner-content p {
    font-size: 1rem !important;
    line-height: 1.6 !important;
    margin-bottom: 25px !important;
    width: 61% !important;
}

/* Banner widget positioning reverted to original theme */

/* Responsive adjustments - Keep all elements but optimize spacing */
@media only screen and (max-width: 1199px) {
    .banner-section .banner-content .title {
        font-size: 3rem !important;
    }
    
    .banner-section .banner-content p {
        width: 70% !important;
    }
}

@media only screen and (max-width: 991px) {
    .banner-section {
        padding-top: 100px !important;
        padding-bottom: 60px !important;
        min-height: 90vh;
    }
    
    .banner-section .banner-content .title {
        font-size: 2.5rem !important;
    }
    
    .banner-section .banner-content p {
        width: 80% !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-section {
        padding-top: 80px !important;
        padding-bottom: 50px !important;
        min-height: 85vh;
    }
    
    .banner-section .banner-content .title {
        font-size: 2.2rem !important;
    }
    
    .banner-section .banner-content .sub-title {
        font-size: 1.1rem !important;
    }
    
    .banner-section .banner-content p {
        font-size: 0.95rem !important;
        width: 100% !important;
    }
    
    /* Mobile banner widget styles reverted to original theme */
}

@media only screen and (max-width: 575px) {
    .banner-section {
        padding-top: 70px !important;
        padding-bottom: 40px !important;
        min-height: 80vh;
    }
    
    .banner-section .banner-content .title {
        font-size: 1.8rem !important;
        margin-bottom: 15px !important;
    }
    
    .banner-section .banner-content .sub-title {
        font-size: 1rem !important;
        margin-bottom: 10px !important;
    }
    
    .banner-section .banner-content p {
        font-size: 0.9rem !important;
        margin-bottom: 20px !important;
    }
    
    /* Small mobile banner widget styles reverted to original theme */
}

/* Optimize decorative elements for better performance while keeping them visible */
@media only screen and (max-width: 1199px) {
    .banner-group-shape {
        opacity: 0.7 !important;
    }
    
    .banner-element-one,
    .banner-element-two,
    .banner-element-three,
    .banner-element-four,
    .banner-element-five {
        opacity: 0.6 !important;
    }
}

@media only screen and (max-width: 767px) {
    .banner-group-shape {
        opacity: 0.5 !important;
    }
    
    .banner-element-one,
    .banner-element-two,
    .banner-element-three,
    .banner-element-four,
    .banner-element-five {
        opacity: 0.4 !important;
    }
}

/* Ensure content is centered vertically */
.banner-section .row {
    align-items: center !important;
    min-height: 60vh;
}

/* Banner widget layout reverted to original theme */

/* Banner widget text styles reverted to original theme */

/* Button styling improvements */
.banner-section .btn--base {
    padding: 12px 30px !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    border-radius: 25px !important;
    transition: all 0.3s ease !important;
}

.banner-section .btn--base:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 5px 15px rgba(165, 38, 115, 0.3) !important;
}

/* Keep banner arrow but optimize its positioning */
.banner-section .banner-arrow {
    margin: 15px 0 !important;
}

/* Optimize decorative elements positioning - keep them visible */
.banner-section .banner-element-one,
.banner-section .banner-element-two,
.banner-section .banner-element-three,
.banner-section .banner-element-four,
.banner-section .banner-element-five {
    opacity: 0.8 !important;
    z-index: 1 !important;
}

/* Ensure proper z-index layering */
.banner-section .banner-content {
    z-index: 10 !important;
    position: relative !important;
}

/* Keep banner text visible */
.banner-section .banner-text {
    opacity: 0.9 !important;
    z-index: 2 !important;
}

/* Banner widget thumb and layout styles reverted to original theme */

/* Banner widget styles reverted to original theme styling */
