@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&family=Teachers:ital,wght@0,400..800;1,400..800&display=swap");

.program-content {
    position: relative;
    background-image: url("../../../images/marketing-background.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 651px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
}
.hidden {
    display: none !important;
}

/* Overlay for background color */
.program-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(61, 52, 139, 0.99); /* dark purple with opacity */
    z-index: 1;
}

/* Ensures all content is above the overlay */
.program-content > * {
    position: relative;
    z-index: 2;
    color: white; /* or your text color */
}

.program-content-title h1 {
    width: 1128px;
    height: 198px;
    font-family: "Teachers";
    font-size: 82px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-top:167px;
    line-height: 99px;
    letter-spacing: 0;
}
.span-type-1 {
    color: #3d348b;
    background-color: #ffffff;
    padding: 2px 10px;
    margin-left: 10px;
}

.program-content-description {
    margin-top: 32px;
    width: 873px;
    height: 56px;
}

.program-content-description p {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
}
.marketing-content-button-container {
    display: flex;
    gap: 20px;
    margin-top: 44px;
}
.program-content-button-1 {
    font-family: "Quicksand";
    width: 328px;
    height: 54px;
    border-radius: 16px;
    border: 1.5px solid #FF930A;
    background-color: #FFAA3E;
    color: white;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
}

.program-content-button-1:hover{
    cursor: pointer;
    background-color: #413894;
    border: 1.5px solid #FFFFFF;
    color: #ffffff;
}

.program-content-button-2 {
    font-family: "Quicksand";
    width: 328px;
    height: 54px;
    border-radius: 16px;
    background-color: #3d348b;
    color: #FFAA3E;
    border: 1.5px solid #FFAA3E;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0;
    text-align: center;
}

.program-content-button-2:hover{
    background-color: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    color: #413894;
}

.flexible-payment-plans-container-mobile{
    display: none;
}
.payment-plans-container-mobile{
    display: none;
}
.parent-card-1 {
    width: 248px;
    /* height: 297px !important; */
    height: auto;
    border-radius: 32px;
    background-color: #F1F0F9;
    border: 2px dashed #413894;
    transform: rotate(-2deg);
    padding: 10.34px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.parent-card-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23.82px;
    color: #1E1E1E;
    margin-top: 13.23px;
    /* width: 155px; */
    text-align: center;
}



.flexible-payment-plans-container{
    width: 954px;
    height: 75px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 150px;
}
.flexible-heading{
    font-size: 60px;
    font-weight: 700;
    line-height: 75px;
    color: #3D348B;
    text-align: center;
}

.payment-plans-container-desktop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding: 16px;
    width: 1360px;
    height: 426px;
    background-color: #F8F8FC;
    border: 2px solid #3D348B;
    border-radius: 32px;
    margin: 40px auto;

}
.payment-plan-item-1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1328px;
    height: 74px;
    background-color: #413894;
    border-radius: 16px;
    color: #FFFFFF;
    padding: 25px 64px;
}

.payment-plan-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1328px;
    height: 64px;
    background-color: #FFFFFF;
    border: 2px solid #E4E2F3;
    border-radius: 16px;
    color: #1E1E1E;
    padding: 25px 64px;
    /* padding-right: 99px; */
}
.a1{
        display: flex;
        width: 117px;
        justify-content: center;
        align-items: center;
}
#price{
    justify-content: flex-end;
    width: 90px;
}


.payment-plan-item-heading-1{
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    padding-right: 44px;
}

.payment-plan-item-heading{
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}

.banner-container{
    margin: 0 auto 120px auto;
    width: 1360px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}
.banner-item{
    width: 317px;
    height: 56px;
    background-color:#FFFBF5;
    border: 2px solid #FFF2E0;
    border-radius: 20px;
    color: #FFAA3E;
    display: flex;
    align-items: center;
    /* cursor: pointer; */
    gap: 16px;
    padding: 0 32px 0 20px;

}
#banner-item-2{
    background-color:#F8F8FC ;
    border: 2px solid #EAEAF6;
    color: #413894;


}
.banner-item-p{
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
}
.gird-icon{
    width: 24px;
    height: 24px;
}



.last-container{
    margin: 120px auto;
    width: 1360px;
    height: 282px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
    align-items: center;
    background: radial-gradient(35.07% 43.79% at 49.26% 67.73%, #725BB7 0%, #423995 100%);

}
.lc-heading{
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}

.lc-heading-span-page{
    color: #FFFFFF;
    background-color: #FFAA3E;
    border: 2px solid #FFA12B;

    display: inline-block;
    position: relative;
    padding: 6px 12px;
    clip-path: polygon(
        0% 0%, 2.5% 25%, 0% 50%, 2.5% 75%, 0% 100%, 100% 100%, 
        97.5% 75%, 100% 50%, 97.5% 25%, 100% 0%
    );

}
.lc-p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #ffffff;
    width: 638px;
}
#prgram-p{
    width: 803px;
}

.lc-start-button{
    width: 214px;
    height: 48px;
    border-radius: 16px;
    background-color: #FFAA3E;
    border: 1.5px solid #FF930A;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
.last-content-button-container{
    display: flex;
    gap: 18px;
}
#last-button{
    width: 119px;
    height: 48px;
}
#last-button-2{
    width: 189px;
    height: 48px;
    background-color: #FFAA3E00;
    border: 2px solid #FF930A;
}


@media screen and (max-width: 767px) {
    .hidden{
        display: none;
    }
    .span-type-1{
        display: inline !important;
        padding: 0px 10px;

    }

    .program-content-title h1 {
    width: 345px;
    height: auto;
    font-size: 42px;
    margin-top:171px;
    line-height: 52px;
}

.program-content-description {
    margin-top: 30px;
    width: 345px;
    height: 110px;
}
.program-content-description p {
    line-height: 22px;
}
.marketing-content-button-container {
    margin-top: 30px;
    width: 286px;
}
.program-content-button-1 {
    width: 286px;
}
.program-content-button-2 {
    width: 286px;
}
.flexible-payment-plans-container{
    display: none;
}
.payment-plans-container-desktop{
    display: none;
}

.parent-card-1 {
    width: 345px;
    /* height: 269px !important; */
    height: auto;
    border-radius: 24px;
    background-color: #F1F0F9;
    border: 2px dashed #413894;
    transform: rotate(0deg);
    padding: 10.34px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payment-plans-container-mobile{
    display: flex!important;
}

.flexible-payment-plans-container-mobile{
    /* display: inline; */
    display: flex;
    width: 345px;
    height: 96px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}
.flexible-heading{
    font-size: 36px;
    line-height: 48px;
}
.payment-plans-container-mobile{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    /* align-items: center; */
    gap: 24px;
    width: 345px;
    height: auto;
    margin: 40px auto;
}

.payment-plan-item-1-mobile{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 345px;
    height: 176px;
    background-color: #F8F8FC;
    border: 2px solid #413894;
    border-radius: 24px;
    padding: 24px;
}


.a1-mobile{
    display: flex;
    justify-content: space-between;
}


.payment-plan-item-heading-1-mobile{
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    color: #1E1E1E;
}
.payment-plan-item-heading-details{
    font-size: 16px;
    line-height: 16px;
    color: #413894;
    font-weight: 700;
    text-align: right;
    width: 179px;
}
.banner-container{
    margin: 0 auto 80px auto;
    width: 345px;
    height: 136px;
    gap: 24px;
    display: flex;
    flex-direction: column;
}
.banner-item{
    width: 345px;
    padding: 0 32px 0 20px;

}

.last-container{
    margin: 80px auto;
    width: 345px !important;
    height: 362px !important;
    border-radius: 24px;
}
.lc-heading{
    font-size: 28px;
    font-weight: 700;
    line-height: 41px;
}
.lc-p{
    font-size: 16px;
    line-height: 22px;
    width: 297px;
}
#prgram-p{
    width: 297px;
}
.last-content-button-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lc-start-button{
    width: 297px;
}
#last-button{
    width: 297px;
}
#last-button-2{
    width: 297px;
}
/* .lc-heading-span-page{
    display: inline !important;

} */












    
}