﻿.zero-fee-banner {
    width: 100%;
    max-width: 1140px;
    height: 650px;
    background-image: linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) ), url("../../images/ZeroFee.png");
    background-size: cover;
    background-position: center;
    padding: 60px;
    margin: 0 auto;
}

.zero-fee-content {
    max-width: 700px;
    margin: auto;
    color: #fff;
}

.zero-fee-content .layout-one-title {
    font-size: 100px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    text-shadow: 4px 6px #2161A2;
}

.zero-fee-content .layout-one-subtitle {
    font-size: 36px;
    margin: 40px 0 60px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1px;
    text-shadow: 3px 3px #2161A2;
}

.zero-fee-content .layout-one-desc {
    font-size: 16px;
    line-height: 1.5;
    font-style: italic;
    text-align: justify;
    margin-bottom: 40px;
}

.zero-fee-content .highlight {
    color: #48d17c;
    font-weight: 600;
}

.zero-fee-content .btn-group {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.zero-fee-content .btn {
   padding: 10px 60px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.5;
    cursor: pointer;
    border: none;
}

.zero-fee-content .btn-green {
    background: #1AAF74;
    color: white;
}

.zero-fee-content .btn-white {
    background: white;
    color: #1AAF74;
}

/* Slide 2 */
.slide-two-zero-fee-content {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.slide-two-title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slide-two-title {
    font-size: 86px;
    font-weight: 900;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    line-height: 1.1;
    letter-spacing: 2px;
    text-shadow: 4px 6px #2161A2;
}

.slide-two-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0 0 30px 0;
    line-height: 1.3;
    text-shadow: 2px 2px #2161A2;
}

.slide-two-desc {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.5;
}

.slide-two-highlight {
    font-weight: 700;
    color: #1AAF74;
    font-style: italic;
}

.slide-two-desc-note {
    display: block;
    font-size: 12px;
    color: #fff;
    margin-top: 15px;
    font-style: italic;
}

.slide-two-box-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.slide-two-info-box {
    background: rgba(52, 73, 94, 0.5);
    border-radius: 4px;
    padding: 20px;
    border: 4px solid rgba(70, 70, 70, 0.3);
}

.slide-two-info-box h3 {
        font-size: 18px;
        font-weight: 700;
        color: #FFFFFF;
        margin: 0 0 20px 0;
        text-transform: uppercase;
    }

    .slide-two-info-box ul {
        list-style: none;
        padding: 0;
        margin: 0 0 25px 0;
    }

        .slide-two-info-box ul li {
            font-size: 14px;
            color: #FFFFFF;
            line-height: 1.6;
            margin-bottom: 12px;
            padding-left: 20px;
            position: relative;
        }

            .slide-two-info-box ul li::before {
                content: '•';
                position: absolute;
                left: 0;
                color: #1AAF74;
                font-weight: bold;
                font-size: 18px;
            }

.slide-two-btn {
    width: 100%;
    padding: 14px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
}

.slide-two-btn-green {
    background: #1AAF74;
    color: #FFFFFF;
}

.slide-two-btn-white {
    background: #FFFFFF;
    color: #1AAF74;
}

/*Slide 3*/
.slide-three-package-title {
    font-size: 24px;
    font-weight: 700;
    color: #1AAF74;
    font-style: italic;
    line-height: 1.5;
}

.slide-three-package-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-three-package-list li {
  font-size: 16px;
  color: #FFFFFF;
  font-style: italic;
  line-height: 1.8;
  padding-left: 24px;
}

.slide-three-package-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 
    0 0 6px rgba(52, 152, 219, 0.5),
    0 0 12px rgba(52, 152, 219, 0.3);
}

/*Slide 4*/
.content-section {
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 1140px;
    margin: auto;
}

.zero-fee-divider {
    border-top: 3px solid #1B538D;
    width: 50%;
    margin: 20px auto;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1B538D;
    text-align: center;
}

.slide-four-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    justify-content: center;
    max-width: 1100px;
    margin: auto;
}
.slide-four-card.banner_one {
    background-image: linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) ), url('../../images/zerofee_banner_one.png');
}
.slide-four-card.banner_two {
    background-image: linear-gradient( rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55) ), url('../../images/zerofee_banner_two.png');
}
.slide-four-card {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    border-radius: 8px;
    background-color: rgba(27, 83, 141, 0.8);
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.slide-four-card-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

.slide-four-card-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: justify;
    line-height: 1.5;
}

.service-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 16px;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1100px;
}

.service-item {
    background: #F3F8FD;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.zero-fee-slider {
    width: 100%;
    max-width: 1140px;
    height: 650px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.zero-fee-banner {
    width: 100%;
    height: 650px;
    background-size: cover;
    background-position: center;
    padding: 60px;
    margin: 0 auto;
}

.zero-fee-slider .swiper-pagination {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 20;
}

.service-boxes {
    display: flex;
    gap: 24px;
    margin-top: 28px;
    align-items: stretch;
}

.service-item {
    flex: 1 1 0;
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 22px;
    background: #f5f8fb;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(6, 24, 48, 0.06);
    cursor: pointer;
    transition: transform .22s cubic-bezier(.2,.9,.2,1), box-shadow .22s, background .22s;
    border: 1px solid rgba(0,0,0,0.03);
    min-height: 150px;
    height: 340px;
}

    .service-item .icon-wrap {
        width: 56px;
        height: 56px;
        min-width: 56px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        transition: background .22s, color .22s;
        font-size: 20px;
        color: #1f3d72;
    }

    .service-item .service-content {
        flex: 1;
    }

    .service-item h3 {
        margin: 0 0 20px 0;
        text-align: center;
        font-size: 16px;
        line-height: 1.2;
        color: #1b538d;
        font-weight: 600;
    }

    .service-item ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .service-item ul li {
            position: relative;
            padding-left: 18px;
            margin-bottom: 10px;
            color: #4e86c1;
            font-size: 16px;
            line-height: 1.4;
        }

            .service-item ul li::before {
                content: "•";
                position: absolute;
                left: 0;
                top: 0;
                font-weight: 700;
                color: #1b538d;
            }

    .service-item.active ul li::before {
        color: #ffffff;
    }

    .service-item:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 22px rgba(6,24,48,0.12);
    }

    .service-item.active {
        background: linear-gradient(180deg, #2066af 0%, #2066af 100%);
        color: #fff;
        transform: translateY(-6px);
        box-shadow: 0 14px 40px rgba(30,108,235,0.28);
        border-color: rgba(30,108,235,0.25);
        display: flex;
        align-items: center;
        height: 340px;
    }

        .service-item.active i {
            color: #FFFFFF;
        }

        .service-item.active h3,
        .service-item.active ul li {
            color: #ffffff;
        }

    .service-item .icon-wrap i {
        font-size: 60px;
    }

@media (max-width: 900px) {
    .service-boxes {
        flex-direction: row;
    }

    .service-boxes {
        display: flex;
        gap: 15px;
        margin-top: 28px;
        align-items: stretch;
    }

    .service-item ul li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
        color: #4e86c1;
        font-size: 14px;
        line-height: 1.4;
    }

    .service-item {
        flex: 1 1 0;
        display: flex;
        gap: 25px;
        align-items: center;
        padding: 22px;
        background: #f5f8fb;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(6, 24, 48, 0.06);
        cursor: pointer;
        transition: transform .22s cubic-bezier(.2,.9,.2,1), box-shadow .22s, background .22s;
        border: 1px solid rgba(0,0,0,0.03);
        min-height: 150px;
        height: 340px;
    }

    .slide-two-title {
        font-size: 48px;
    }

    .slide-two-subtitle {
        font-size: 22px;
    }

    .slide-two-zero-fee-content {
        position: relative;
        z-index: 1;
        max-width: 1200px;
        width: 100%;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        align-items: center;
    }

    p {
        margin-bottom: 10px;
        line-height: 20px;
    }
}

@media (max-width: 480px) {
    .service-boxes {
        display: inline;
        margin-top: 28px;
    }

    .service-item.active {
        margin-bottom: 20px;
    }

    .service-item {
        margin-bottom: 20px;
    }

    .slide-four-wrapper {
        display: grid;
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .slide-four-card {
        height: 250px;
    }

    p {
        margin-bottom: 10px;
        line-height: 20px;
    }

    .zero-fee-banner {
        padding: 20px;
    }

    .slide-two-subtitle {
        margin: 0 0 10px 0;
    }

    .slide-two-title {
        margin: 0 0 10px 0;
    }

    .slide-two-title {
        font-size: 30px;
    }

    .slide-two-title-wrapper {
        gap: 10px;
    }

    .slide-two-info-box h3 {
        font-size: 14px;
    }

    .slide-two-info-box ul {
        margin: 0 0 10px 0;
    }

    .slide-two-btn {
        padding: 10px 10px;
        font-size: 12px;
    }

    .slide-two-info-box {
        padding: 10px;
    }

    .slide-three-package-list li {
        font-size: 14px;
        padding-left: 14px;
    }

        .slide-three-package-list li::before {
            font-size: 14px;
        }

    .slide-two-subtitle {
        font-size: 18px;
    }

    .slide-two-desc {
        font-size: 14px;
    }

    .slide-two-desc-note {
        font-size: 12px;
    }

    .slide-two-zero-fee-content {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .zero-fee-content .layout-one-title {
        font-size: 60px;
    }

    .zero-fee-content .layout-one-subtitle {
        font-size: 28px;
        margin: 40px 0 40px;
    }

    .zero-fee-content .layout-one-desc {
        font-size: 14px;
    }

    .service-item.active {
        height: 275px;
    }

    .service-item {
        height: 275px;
    }
}