/* Responsive Styles */
@media (max-width: 1400px) {
    .banner-section {
        height: calc(100vh - 65px) !important;
        min-height: auto;
    }
    .banner-swiper {
        height: 100%;
    }
    .ai-features-section {
        padding: 30px 0;
    }

    .ai-features-swiper .swiper-slide {
        padding: 0px 50px;
    }

    .ai-feature-content {
        padding: 30px 40px;
    }

    .ai-feature-title {
        font-size: 32px;
    }
    .ai-feature-image{
        height: 60%;
    }

    .ai-features-wrapper {
        width: 100%;
    }

    .ai-features-right {
        width: 100%;
        max-width: 100%;
    }

    /* .ai-feature-image {
        height: 224px;
    } */

    .ai-feature-card {
        height: 100%;
    }

    .ai-features-swiper {
        min-height: 400px;
    }

    .ai-features-pagination .swiper-pagination-bullet-active { 
        width: 24px !important;
    }

    .intro-section {
        padding: 0;
    }

    .case-section {
        padding: 90px 0 40px 0;
    }
}

@media (max-width: 1200px) {
    .banner-title {
        font-size: 48px;
    }

    .banner-subtitle {
        font-size: 20px;
    }

    .banner-inner {
        gap: 40px;
    }
    .intro-card {
        padding: 50px 0;
    }

    .intro-title {
        font-size: 42px;
    }

    .intro-content p {
        font-size: 17px;
    }

    .intro-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }

    .ai-features-left {
        flex: 0 0 300px;
        padding: 40px;
        margin-right: 16px;
    }

    .ai-features-right {
        flex: 1;
    }

    .decoration-placeholder {
        width: 80%;
        height: auto;
        aspect-ratio: 1/1;
    }
    .ai-features-wrapper{
        flex-direction: column;
    }
    .decoration-placeholder{
        border-radius: 20px;
        aspect-ratio: unset;
        height: auto;
        width: 100%;
    }
}

@media (max-width: 992px) {
    

    .banner-inner {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .banner-text {
        max-width: 100%;
    }

    .banner-title {
        font-size: 40px;
    }

    .banner-subtitle {
        font-size: 18px;
    }

    .banner-swiper{
        background-position: 77%;
    }

    .banner-swiper .swiper-pagination {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 40px !important;
    }
    .intro-card {
        padding: 40px 0;
        border-radius: 20px;
    }

    .intro-title {
        font-size: 36px;
        margin-bottom: 35px;
    }

    .intro-content {
        margin-bottom: 50px;
    }

    .intro-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .intro-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
    }

    .intro-feature-item {
        padding: 25px 18px;
    }

    .intro-feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }

    .intro-feature-title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .intro-feature-desc {
        font-size: 14px;
    }

    .ai-features-left {
        padding: 20px;
        margin-right: 0;
    }

    .ai-features-swiper .swiper-slide {
        padding: 0px 20px;
    }

    .ai-feature-content {
        padding: 35px 40px;
    }

    .ai-feature-title {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .ai-feature-desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .banner-swiper {
        min-height: 500px;
    }

    .banner-title {
        font-size: 32px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .banner-btn {
        padding: 14px 32px;
        font-size: 16px;
    }

    .banner-label {
        font-size: 14px;
    }

    .intro-card {
        padding: 30px 0;
        border-radius: 16px;
    }

    .intro-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .intro-content {
        margin-bottom: 0;
    }

    .intro-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .intro-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 20px;
    }

    .intro-feature-item {
        padding: 16px;
    }

    .intro-feature-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 8px;
    }

    .intro-feature-title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .intro-feature-desc {
        font-size: 14px;
    }

    .intro-btn {
        padding: 12px 32px;
        font-size: 15px;
    }

    .ai-features-section {
        padding: 40px 0 20px 0;
    }

    .ai-features-wrapper {
        min-height: auto;
    }

    .ai-features-right {
        flex: 1 1 100%;
    }

    .ai-features-swiper {
        min-height: auto;
        padding-bottom: 28px;
    }

    .ai-features-swiper .swiper-slide {
        padding: 0px 16px 0px 16px;
    }

    /* .ai-features-left {
        height: 300px;
    } */

    .ai-feature-content {
        padding: 25px 24px;
    }

    .ai-feature-title {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .ai-feature-desc {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .ai-feature-btn {
        padding: 8px 12px;
        font-size: 15px;
        width: 100%;
    }

    .ai-features-pagination {
        bottom: 0px !important;
    }

    .ai-feature-card{
        box-shadow: none;
    }
}