/* Banner Section New (Swiper) */
.banner-section {
    position: relative;

    background: radial-gradient(circle at 70% 30%, #203a5d 0%, #0a192f 100%); /* Radial gradient from image */
    /*padding-top: 100px;*/
    overflow: hidden;
}

.banner-section .container {
    max-width: 1700px;
}

.banner-slide {

    display: flex;
    align-items: center;
    background-size: cover;
}

.bannerSwiper {
    display: flex;
    align-items: center
}

.banner-img-box img {
    padding-top: 100px;
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5));
}

.banner-right {
    padding-left: 3rem
}

/*.banner-right span{display: block}*/
.banner-text-box {
    padding-top: 50px
}

.banner-text-box h1 {
    font-size: 2.8rem;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.banner-text-box h3 {
    font-weight: 400;
    font-size: 1.6rem;
    opacity: 0.9;
}

.banner-text-box p {
    max-width: 680px;
    font-size: 1.1rem;
    line-height: 1.8;
}

/* Decorative wave at the bottom */
.banner-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('images/app-bg.jpg') no-repeat bottom center;
    /* Using app-bg as a texture placeholder if it looks like waves */
    background-size: cover;
    opacity: 0.3;
    pointer-events: none;
    z-index: 5;
}

.pro-detail-box {}

.pro-detail-box h2 {
    font-size: 2rem;
    font-weight: 700
}

.pro-detail-box p {
    font-size: 1.4rem;
    color: #555;
    margin-top: .8rem
}

/* Swiper Pagination Style */
.banner-section .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.5;
}

.banner-section .swiper-pagination-bullet-active {
    background: #82b342;
    opacity: 1;
}

.phone-banner {
    display: none
}

/* Feature Section New (Black Card with Swiper) */
.feature-section {
    padding: 80px 0 20px;
    background-color: #fff;
}

.feature-swiper-container {
    padding: 0 80px;
    /* Space for arrows */
}

.feature-card-new {
    background: #0f1115;
    /* Black background from image */
    border-radius: 20px;
    overflow: hidden;
    color: #fff;
}

.feature-info-new {
    padding: 60px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-info-new h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.feature-info-new p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.8;
}

.feature-img-new {
    position: relative;
    overflow: hidden;
}

.feature-img-new img {
    width: 100%;
    aspect-ratio: 715/480;
    object-fit: cover;
    border-radius: 20px;
}

/* Custom Navigation Arrows */
.feature-prev,
.feature-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #82b342;
    /* Green border */
    color: #82b342;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.feature-prev {
    left: 0;
}

.feature-next {
    right: 0;
}

.feature-prev:hover,
.feature-next:hover {
    background: #82b342;
    color: #fff;
}

.feature-prev i,
.feature-next i {
    font-size: 20px;
}



/* Specs Table */
.specs-section {
    padding: 50px 0;
}

.specs-title {
    text-align: center;
    margin-bottom: 50px;
}

.specs-title h2 {
    font-weight: 700;
    font-size: 2rem;
}

.specs-table-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 30px;

}

.table-responsive {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
.table-responsive img{display:block;margin:20px auto;max-width: 100%;height: auto}

.table-responsive table {
    padding: .5rem;
    border-radius: 0;
    overflow: hidden;
}

.table-responsive table {
    width: 100%;
    border-collapse: collapse;
}

.table-responsive table  th {
    background: #f8f9fa;
    padding: 15px;
    font-weight: 600;
    text-align: center;
    border-top: 2px solid #dee2e6;
    border-bottom: 2px solid #dee2e6;
}

.table-responsive table  td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.table-responsive table  tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

/* Global Wisdom Section */
.wisdom-section {
    padding: 80px 0;
    background: #f0f2f5;
}

.wisdom-card {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    display: flex;
    gap: 40px;
    align-items: center;
}

.wisdom-diagram {
    flex: 1;
}

.wisdom-diagram img {
    width: 100%;
}

.wisdom-info {
    flex: 1;
}

.wisdom-logos {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    align-items: center;
}

.wisdom-logos img {
    height: 30px;
    opacity: 0.7;
}

/* Application Example Section New */
.app-example-section {
    padding: 80px 0;
}

.app-swiper-container {
    padding: 0 80px;
    /* Space for arrows */
}

.app-example-card-new {
    border-radius: 15px;
    overflow: hidden;
    background: #002365;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.app-example-card-new:hover {
    transform: translateY(-10px);
}

.app-example-card-new .img-box {

    overflow: hidden;
}

.app-example-card-new .img-box img {
    width: 100%;
    aspect-ratio: 4/2.4;
    object-fit: cover;
}

.app-example-card-new .info-bar {
    background: #001f5c;
    /* Dark blue from image */
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
}

.app-example-section .swiper-slide {
    height: auto !important;
    display: flex
}

/* App Swiper Arrows (Same style as feature section) */
.app-prev,
.app-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 1px solid #82b342;
    color: #82b342;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s ease;
}

.app-prev {
    left: 0;
}

.app-next {
    right: 0;
}

.app-prev:hover,
.app-next:hover {
    background: #82b342;
    color: #fff;
}

/* Contact Form Section New */
.contact-form-section {
    padding: 80px 0;
    background: #fff;
}

.contact-form-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
    /* Remove padding from card to let form control spacing handle it */
}

.contact-form-strict .form-control {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 20px;
    font-size: .95rem;
    color: #333;
    background-color: #fcfcfc;
}

.contact-form-strict .form-control::placeholder {
    color: #999;
}

.captcha-box {
    flex-shrink: 0;
    width: 120px;
    height: 48px;
    background: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.captcha-img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2rem;
    font-weight: bold;
    color: #666;
    background: linear-gradient(45deg, #e0e0e0 25%, transparent 25%),
        linear-gradient(-45deg, #e0e0e0 25%, transparent 25%);
    background-size: 10px 10px;
    letter-spacing: 5px;
    font-style: italic;
}

.btn-submit-new {
    background: #82b342;
    /* The green from image */
    color: #fff;
    border: none;
    padding: 12px 60px;
    border-radius: 12px;
    font-size: 1.1rem;
    font-weight: 500;
    transition: background 0.3s ease;
}

.btn-submit-new:hover {
    background: #719d36;
    color: #fff;
}

@media (max-width: 1600px) {
    .pro-banner h1 {
        font-size: 2.8rem;
    }

    .pro-banner h3 {
        font-size: 1.8rem;
    }

    .banner-text-box p {
        font-size: 1.1rem
    }

}

@media (max-width: 1024px) {
    .banner-section {
        position: relative;
        background: radial-gradient(circle at 70% 30%, #203a5d 0%, #0a192f 100%);
        /* Radial gradient from image */
        overflow: hidden;
    }

    .banner-img-box img {
        padding-top: 100px;
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5));
    }

    .banner-right {
        padding-left: 1.5rem
    }

    /*.banner-right span{display: block}*/
    .banner-text-box {
        padding-top: 50px
    }

    .banner-text-box h1 {
        font-size: 2rem;
        margin-bottom: 20px;
        letter-spacing: 1px;
    }

    .banner-text-box h3 {
        font-weight: 400;
        font-size: 1.5rem;
        opacity: 0.9;
    }

    .banner-text-box p {
        max-width: 80%;
        font-size: .95rem;
        line-height: 1.8;
    }

    .feature-info-new {
        padding: 60px 20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

/* Responsive */
@media (max-width: 991px) {
    .banner-section {
        position: relative;
        background: radial-gradient(circle at 70% 30%, #203a5d 0%, #0a192f 100%);
        /* Radial gradient from image */
        overflow: hidden;
    }

    .phone-banner {
        background: radial-gradient(circle at 70% 30%, #203a5d 0%, #0a192f 100%);
        display: block;
        width: 100%;
        padding-top: 4rem
    }

    .phone-banner img {
        width: 100%
    }

    .phone-banner-text {
        width: 90%;
        margin: 0 auto;
        color: #fff
    }

    .phone-banner h1 {
        font-size: 1.5rem;
        font-weight: 700
    }

    .phone-banner p {
        font-size: 1rem
    }



    .banner-img-box img {
        padding-top: 4rem;
        max-width: 100%;
        height: auto;
        filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.5));
    }

    .banner-section {
        height: auto;
        padding-bottom: 10px;
    }

    .banner-text-box {
        text-align: center;
        padding: 30px 0;
    }

    .banner-text-box h1 {
        font-size: 1.8rem;
    }

    .banner-text-box h3 {
        font-size: 1.1rem;
    }

    .banner-text-box p {
        font-size: .95rem;
        line-height: 1.5;
        margin: 0 auto;
        display: none;
    }

    .banner-right {
        padding-left: 0
    }

    /*pro-head*/
    .feature-section {
        padding: 2rem 0 1rem
    }

    .specs-section {
        padding: 1rem 0
    }

    .pro-detail-box {}

    .pro-detail-box h2 {
        font-size: 1.2rem;
        font-weight: 700
    }

    .pro-detail-box p {
        font-size: 1rem;
        color: #555;
        margin-top: 0
    }

    .feature-swiper-container {
        padding: 0 40px;
    }

    .feature-card-new {
        height: auto;
    }

    .feature-info-new {
        padding: 30px 10px 0 10px;
        text-align: center;
    }

    .feature-info-new h2 {
        font-size: 1.5rem;
        margin-bottom: .8rem;
    }

    .feature-info-new p {
        font-size: .95rem;
        line-height: 1.6;
        opacity: 0.8;
    }

    .feature-img-new {
        height: auto;
    }

    .specs-title {
        margin-bottom: 0
    }
    .table-responsive table{margin:10px auto 1rem}
    .table-responsive table th {
        padding: 1rem .5rem
    }
    .table-responsive table td{padding:10px 5px;font-size: .9rem}


    .specs-table-wrapper {
        padding: 0
    }

    .specs-table td {
        padding: 10px 3px
    }

    .app-swiper-container {
        padding: 0 40px;
    }

    .app-prev,
    .app-next {
        width: 40px;
        height: 40px;
    }

    .app-example-card-new .info-bar {
        font-size: .95rem
    }

    .wisdom-card {
        flex-direction: column;
    }

    .app-example-section {
        padding: 1rem 0
    }

    .contact-form-section {
        padding: 2rem 0
    }

    .contact-form-strict .form-control {
        padding: 5px 10px;
        font-size: .9rem
    }
}
