.hero-magazine-section {
    padding:60px 0 120px;
    position: relative;
    overflow: hidden;
    background-image: url(../../../assets/images/banner-bg-2.webp);
    background-repeat: no-repeat;
    background-position: right;
        background-size: 38%;
}
.main-bg {
    background-image: url(../../../assets/images/main-bg-2.webp);
    background-repeat: no-repeat;
    background-position: top left;
}
.hero-title::after {
    content: "";
    position: absolute;
    bottom: -16px;
    background-image: url(../../../assets/images/underline.webp);
    height: 20px;
    width: 100%;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.hero-title span {
    color: #410284;
        z-index: 9;
    position: relative;
}
.hero-label {
    letter-spacing: 1px;
    display: inline-block;
    background: #fecf1842;
    color: var(--primary-color);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    text-transform: uppercase;
    margin-bottom: 25px;
    border-left: 4px solid var(--secondary-color);
}

.hero-title {
    color: var(--primary-color);
    font-size: 72px;
    font-weight: 900;
    line-height: 0.95;
    margin-bottom: 40px;
    position: relative;
    width: fit-content;
    margin: 20px 0 40px;
}

.hero-description {
    color: var(--dark-gray);
    font-size: 20px;
    line-height: 1.6;
    max-width: 500px;
    margin-bottom: 40px;
}
.hero-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #5a2ca0;
    color: #fff;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 14px;
    font-weight: 700;
    transition: .3s ease;
}

.hero-btn:hover {
    background: #4a2290;
    color: #fff;
}

/* Right Side */

.hero-image-wrapper {
    position: relative;
}

.purple-circle {
    position: absolute;
    top: 120px;
    right: 20px;
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: #dcc7ef;
    z-index: 1;
}

.magazine-image-card {
    border: 6px solid #f5f5f5;
    border-radius: 35px;
    box-shadow:
        -30px 30px 0 rgba(255,255,255,.08),
        0 25px 40px rgba(0,0,0,.4);
    z-index: 2;
    overflow: hidden;
}

.placeholder-text {
    font-size: 28px;
    font-weight: 700;
    color: #555;
    text-align: center;
}

.pricing-eligibility-section {
    padding: 100px 0;
    background: linear-gradient(
        90deg,
        #f4f2f2 0%,
        #f4f2f2 70%,
        #f8f4e6 100%
    );
    border-radius: 80px;
}

/* =========================
   LEFT CARD
========================= */

.pricing-card {
    background: #f5f3f3;
    border-radius: 40px;
    padding: 40px;
    height: 100%;
    border: 1px solid #ddd;
    border-top: 8px solid #f6cc08;
    box-shadow: 0 12px 30px rgba(0,0,0,.08);
}

.pricing-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 50px;
}

.pricing-icon {
    width: 65px;
    height: 65px;
    border-radius: 14px;
    background: #f3e5b9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5a2ca0;
    font-size: 26px;
}

.pricing-header h3 {
    color: #5a2ca0;
    font-size: 28px;
    font-weight: 800;
    margin: 0;
}

.pricing-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #ddd;
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-item span {
    font-size: 20px;
    color: #222;
}

.pricing-item small {
    color: #666;
}

.pricing-item strong {
    color: #5a2ca0;
    font-size: 24px;
    font-weight: 800;
}

/* =========================
   RIGHT CARD
========================= */

.support-card {
    background:var(--primary-color);
    color: #fff;
    border-radius: 40px;
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(95,45,168,.3);
    background-image: url('../../../assets/images/Community-support-bg.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
}

.support-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 25px;
}

.support-icon {
    width: 65px;
    height: 65px;
    border-radius: 14px;
    background: rgba(255,255,255,.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffcf00;
    font-size: 28px;
}

.support-header h3 {
    font-size: 30px;
    font-weight: 800;
    margin: 0;
}

.support-description {
    font-size: 18px;
    line-height: 1.8;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 40px;
    max-width: 750px;
    font-weight: 300;
}

.support-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.support-item {
    background: rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
}

.support-item i {
    color: #ffcf00;
    font-size: 22px;
}
.order-form-inner-wrp {
    position: relative;
    width: min(100%, 700px);
    margin: auto;
}

.order-form-section {
    padding: 150px 0;
    position: relative;
    overflow: hidden;
}

.form-outline-text {
    position: absolute;
    top: -76px;
    left: 20px;
    font-size: 160px;
    font-weight: 900;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #f7cc0a;
    z-index: 1;
    pointer-events: none;
}

.order-form-card {
    position: relative;
    z-index: 2;
    background: #FCF9F8;
    border-radius: 50px;
    padding: 60px 70px;
    box-shadow: 0 30px 60px rgb(0 0 0 / 21%);
    border: 1px solid #E5E2E1 !important;
}
.order-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 60px;
    background: var(--secondary-color);
    width: 100px;
    height: 8px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.form-block {
    margin-bottom: 50px;
}

.form-block h2 {
    color: var(--primary-color);
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #4f4a56;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.form-control, .form-select {
    height: 68px;
    border-radius: 18px !important;
    background: #F6F3F2 !important;
    padding: 0 24px !important;
    font-size: 18px;
    color: var(--dark-gray) !important;
    box-shadow: none !important;
    border:none !important;
}
.submit-order-btn:hover {
    background: var(--primary-color);
    color: var(--white-color);
}
textarea.form-control {
    height: auto;
    padding-top: 20px !important;
    resize: none;
}

.form-control:focus,
.form-select:focus {
    border-color: #5a2ca0;
}

.submit-order-btn {
    width: 100%;
    height: 70px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    background: var(--secondary-color);
    color: #6F5900;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 20px;
    transition: all .3s ease;
}

.submit-order-btn span {
    margin-left: 12px;
}

.submit-order-btn:hover {
    transform: translateY(-2px);
}

.confirmation-note {
    margin-top: 20px;
    text-align: center;
    color: #4A4452;
    font-size: 14px;
}
.confirmation-note i {
    color: var(--primary-color);
    margin-right: 8px;
}

.online-schedule-inner-wrp {
    text-align: center;
    width: min(100%, 600px);
    margin: 0 auto;
} 
.online-schedule-sec {
    margin: 0 0 6em;
}
.online-schedule-inner-wrp h3 {
    font-weight: 900;
    color: var(--primary-color);
    margin: 0 0 16px;
}
.online-schedule-inner-wrp p {
    font-size: 17px;
    color: var(--dark-gray);
}
@media (max-width: 1200px) {
.hero-magazine-section {
    padding: 60px 0 60px;
}
    .hero-title {
        font-size: 64px;
    }

    .hero-content {
        padding: 70px 40px;
    }
}

@media (max-width: 991px) {
.magazine-image-card img {
    object-fit: cover;
    width: 100%;
}
    .hero-content {
        min-height: auto;
        margin-bottom: 60px;
        padding: 50px 35px;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-description {
        font-size: 18px;
    }
 

    .magazine-image-card {
        position: relative;
        width: 100%;
 
    }

    .purple-circle {
        width: 250px;
        height: 250px;
        top: 80px;
        right: 20px;
    }
    
     .pricing-card,
    .support-card {
        padding: 30px;
    }

    .support-grid {
        grid-template-columns: 1fr;
    }

    .support-header h3 {
        font-size: 24px;
    }
    
    .order-form-card {
        padding: 40px;
    }

    .form-outline-text {
        font-size: 120px;
        top:-50px;
    }

    .form-block h2 {
        font-size: 34px;
    }

    .submit-order-btn {
        font-size: 24px;
        height: 75px;
    }
}

@media (max-width: 767px) {

    .hero-magazine-section {
        padding: 40px 0 80px;
    }

    .hero-content {
        border-radius: 30px;
        padding:40px 25px 0;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-description {
        font-size: 16px;
    }

    .magazine-image-card {
        border-radius: 25px;
    }

    .placeholder-text {
        font-size: 18px;
    }
    
    .pricing-eligibility-section {
        padding: 70px 0;
        border-radius: 0 0 40px 40px;
    }

    .pricing-header h3,
    .support-header h3 {
        font-size: 24px;
    }

    .pricing-item span,
    .support-item {
        font-size: 16px;
    }

    .pricing-item strong {
        font-size: 20px;
    }
    
     .order-form-section {
        padding: 120px 0;
    }

    .order-form-card {
        padding: 30px 20px;
        border-radius: 30px;
    }

    .form-outline-text {
        font-size: 110px;
        left: 10px;
    }

    .form-block h2 {
        font-size: 28px;
    }

 
    .submit-order-btn {
        height: 65px;
        font-size: 18px;
        border-radius: 18px;
    }

    .confirmation-note {
        font-size: 14px;
    }
    .hero-magazine-section {
    background-position: bottom right;
    background-size: 50%;
}
}
@media only screen and (max-width:600px){
.hero-magazine-section {
    background-size: 85%;
}
}