body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #FFFFFF;

}

.container {
    width: 90%;
    max-width: 1400px;
    margin: 40px auto;
    display: flex;
    gap: 40px;
}

/* LEFT CONTENT */
.left {
    width: 65%;
}

.amount-css {
    padding-top: 75px;
}

.big-banner img {
    width: 100%;
    border-radius: 12px;
    position: relative;
}

.big-testimonial img {
    width: 100%;
    position: relative;
    top: 0px !important;
    border-radius: 12px;
}

.content-block {
    background: #fff;
    padding: 16px 0;
    border-bottom: 1px solid #ddd;
}

/* RIGHT SIDE FORM */
.right {
    width: 35%;
}

.list_style {
    list-style-type: disc;
    line-height: 27.2px;

}

.section_style {
    padding: 0;
    font-size: 1.125rem;
    font-family: "Montserrat";
}


.form-heading {
    background: linear-gradient(135deg, #031a33, #062b4d, #0a3a66);
    color: #ffffff;
    padding: 15px 20px;
    font-size: 22px;
    font-weight: 700;
    border-radius: 6px 6px 0 0;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}


/* STICKY BOX */
.sticky-box {
    position: sticky;
    top: 157px;
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
}

/* FORM ELEMENTS */
.input {
    width: 100%;
    padding: 5px 0px 5px 12px;
    margin-top: 3px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.form-contrl {
    padding: 5px 0px 5px 12px;
}

.label {
    display: block;
    margin-top: 12px;
}

.mode-group {
    display: flex;
    gap: 20px;
    /* space between buttons */
    margin-top: 10px;
}

.mode-group label {
    display: flex;
    align-items: center;
    gap: 5px;
}

.phone-row {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}

.phone-row select,
.phone-row input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.verify-btn {
    padding: 10px 14px;
    border: none;
    background: #e5e7eb;
    border-radius: 6px;
}

.product-box {
    margin-top: 20px;
    padding: 15px;
    border-radius: 10px;
    background: #eef5ff;
    display: flex;
    gap: 12px;
}

.product-box img {
    border-radius: 10px;
}

.price {
    display: block;
    margin: 8px 0;
    font-weight: bold;
}

.total-row {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px;
}

.download-btn {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    background: linear-gradient(135deg, #031a33, #062b4d, #0a3a66);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.tiny-text {
    font-size: 12px;
    margin-top: 15px;
    color: #666;
}

.mobile-icon {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.section-box {
    margin-top: 25px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
}

.section-title {
    font-size: 22px;
    font-weight: 800;
    display: flex;
    align-items: center;
    gap: 8px;
}

.check-icon {
    font-size: 23px;
}

.section-desc {
    margin-top: 10px;
    font-size: 16px;
    color: #444;
}

.chapter-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 18px;
}

.chapter-list {
    margin-top: 10px;
    padding-left: 20px;
}

.chapter-list li {
    margin-bottom: 6px;
    font-size: 15px;
}

/* TESTIMONIALS */
.testimonials-section {
    margin-top: 24px;
}

.testimonials-heading {
    font-size: 16px;
    color: #4b5563;
    margin-bottom: 20px;
    font-weight: 600;
}

.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
}

.testimonial-card img {
    /* width: 100%; */
    /* height: auto; */
    display: block;
    border-radius: 12px;
}


.stars {
    color: #fbbf24;
    font-size: 18px;
    margin-bottom: 10px;
}

.testimonial-text {
    font-size: 15px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

.author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    color: #374151;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.view-more {
    margin-top: 20px;
    text-align: center;
}

.view-more a {
    font-size: 15px;
    color: #1d4ed8;
    text-decoration: underline;
}

/* MENTOR SECTION */
.mentor-section {
    margin-top: 16px;
}

.mentor-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 17px;
}

.mentor-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.mentor-image-box {
    width: 300px;
    border: 1px solid #e5e7eb;
    padding: 10px;
    border-radius: 10px;
}

.mentor-image {
    width: 100%;
    border-radius: 10px;
}

.mentor-content {
    max-width: 700px;
}

.mentor-name {
    font-size: 22px;
    font-weight: 700;
    color: #0b63c5;
}

.mentor-position {
    margin-top: 5px;
    font-size: 15px;
    color: #555;
    font-weight: 500;
}

.mentor-description {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.telegram-link {
    margin-top: 18px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #0b63c5;
    font-weight: 600;
    font-size: 15px;
}

.mobile-link {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #062b4d;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    text-decoration: none;
    padding-top: 16px;
}

.phone-icon {
    width: 18px;
    height: 18px;
    display: block;
    object-fit: contain;
}


.telegram-icon {
    width: 22px;
    height: 22px;
}

p {
    font-size: 1.125rem;
    font-weight: 500;
    font-family: "Montserrat";
    line-height: 1.8rem;
}

.clp-bo-image {
    height: 120px;

}

/* RESPONSIVE */

@media (min-width: 768px) {
    .big-banner img {
        top: 62px;
    }
}

/* Mobile: no top padding */
@media (max-width: 767px) {
    .big-banner img {
        top: 0 !important;
    }
}

@media (max-width: 900px) {
    .container {
        flex-direction: column;
    }

    .left,
    .right {
        width: 100%;
    }
}

/* Responsive */
@media (max-width: 900px) {
    .mentor-wrapper {
        flex-direction: column;
    }

    .mentor-image-box {
        width: 100%;
        max-width: 300px;
    }
}


/* Responsive */
@media (max-width: 800px) {
    .testimonial-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .container {
        flex-direction: column;
    }

    @media (max-width: 767px) {
        .amount-css {
            padding-top: 20px !important;

        }
    }

    /* Left section first (banner + content + testimonials) */
    .left {
        order: 1;
        width: 100%;
    }

    /* Right section after testimonials (form) */
    .right {
        order: 2;
        width: 100%;
    }

    /* Disable sticky on mobile */
    .sticky-box {
        position: static !important;
        top: auto !important;
    }


}