
.header-custom {
    text-align: center;
    margin-bottom: 30px;
}
.badge-custom {
    background-color: #3498db;
    color: white;
    padding: 6px 12px;
    border-radius: 8px;
    font-size: 12px;
    display: inline-block;
}
.title-custom {
    font-size: 28px;
    margin: 15px 0 10px;
    font-weight: bold;
    color: #333;
    text-align: left;
}
.highlight-custom {
    color: #2E4A8D ;
}
.subtext-custom {
    font-size: 14px;
    color: #777;
}
.content-custom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.left-section-custom,
.right-section-custom {
    flex: 1;
}

.left-heading {
    font-size: 20px;
    color: #555;
}

.math-custom {
    color: #BF0092;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.physique-custom {
    font-weight: bold;
    background: linear-gradient(90deg, #2E4A8D 24.14%, #BF0092 30%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Poppins Black";
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 170%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.physique-custom2 {

    font-family: Poppins;
    font-size: 8px;
    font-style: normal;

    text-transform: capitalize;
    background: var(--Linear, linear-gradient(90deg, #AC3394 0%, #0067AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}
.left-subheading {
    font-size: 18px;
    color: #7d10a8;
    margin: 10px 0;
}

.left-paragraph {
    color: #555;
    font-size: 14px;
    margin-top: 10px;
}

.feature-list {
    list-style: none;
}

.feature-item {
    margin-top: 20px;
    color: #121127;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.feature-item i {
    color: #d63078;
    font-size: 13px;
    margin-right: 10px;
}

.mail-prof-custom {
    margin-top: 1px;
    font-size: 20px;
    color: #333;
    margin-left: 40%;
    text-align: justify;
    line-height: 1.5;
}

.button-container-custom {
    text-align: center;
    padding-bottom: 50px;
}

.btn-custom {
    background: linear-gradient(270deg, #2E4A8D 0%, #AB077F 100%);
    color: white;
    padding: 7px 50px;
    margin-left: 200px;
    margin-bottom: 40px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, background 0.3s ease;
}
.txt-custom {
    background: var(--Linear, linear-gradient(90deg, #AC3394 0%, #0067AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px; /* Increased the top margin */
    margin-left: 57%;
    border-radius: 25px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

}

@media (max-width: 768px) {
    .content-custom {
        flex-direction: column;
        gap: 15px;
    }

    .title-custom {
        font-size: 24px;
    }

    .btn-custom {
        padding: 10px 18px;
    }
}

.gradient-custom {
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    background: linear-gradient(90deg, #AB077F 0%, #403D8D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.para-custom {
    text-align: left;
    color: rgba(18, 17, 39, 0.56);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.divider {
    height: 1.6px;
    background-color: #ddd;
    border: none;
    margin: 10px 0;
}

.footer-paragraph {
    font-weight: bold;
    font-family: Lalezar;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 115.2px */
    text-transform: uppercase;
    background: var(--Linear, linear-gradient(90deg, #AC3394 0%, #0067AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.container-custom {
    margin-top:600px ;
    max-width: 1100px;
    margin: 10px auto;
    padding: 10px;
    background: #F5EEF352;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.background-div {
    background-image: url('https://cdn.1for1learning.com/assets/img/back-div.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 1000px; }
@media (max-width: 768px) {
    .background-div {
        background-image: none;
        margin-bottom: 1050px;
    }
}
.content-custom {
    display: flex;
    justify-content: space-between;
    margin: 20px;
}

.left-section-custom,
.right-section-custom {
    flex: 1;
    margin-right: 20px;
}

h2, h3, p {
    margin-bottom: 20px;
}

.feature-list {
    list-style-type: none;
    padding: 0;
}

.feature-item {

    align-items: center;
    margin-bottom: 10px;
}

.feature-item i {
    margin-right: 10px;
}

.divider {
    margin-top: 5px;
    border: 1px solid #ddd;
}

@media (max-width: 768px) {
    .content-custom {
        flex-direction: column;
        align-items: center;
    }
    .mail-prof-custom {
        margin-left: 0%;
    }
    .left-section-custom,
    .right-section-custom {
        flex: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .left-section-custom h2 {
        font-size: 20px;
        text-align: center;
    }

    .left-section-custom h3 {
        font-size: 18px;
        text-align: center;
    }

    .left-section-custom p {
        font-size: 14px;
        text-align: center;
    }

    .feature-list {
        width: 100%;
    }

    .feature-item {
        font-size: 20px;
        text-align: center;
    }

    .feature-item i {
        margin-right: 5px;
    }

    .feature-item svg {
        width: 18px;
        height: 10px;
    }
}

@media (max-width: 480px) {
    .left-section-custom h2 {
        font-size: 18px;
    }

    .left-section-custom h3 {
        font-size: 16px;
    }

    .left-section-custom p {
        font-size: 12px;
    }

    .feature-item {
        font-size: 12px;
    }

    .feature-item i {
        margin-right: 5px;
    }
}
@media (max-width: 768px) {
    .btn-custom {
        margin: 0;
        padding: 10px 26px;
        font-size: 16px;
        border-radius: 20px;
        display: inline-block;
        white-space: nowrap;
    }
}

}

@media (max-width: 480px) {
    .btn-custom {
        margin-left: 0;
        margin-top: 15px;
        padding: 8px 16px;
        font-size: 14px;
        border-radius: 15px;
    }
}
@media (max-width: 768px) {
    .txt-custom {
        font-size: 12px;
        margin-top: 15px;
        margin-left: 0%;
        display: inline-block;
    }
}
.container-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.btn-section {
    margin-top: 20px;
margin-right: 120px;
}
.small-text
{
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    background: var(--Linear, linear-gradient(90deg, #AC3394 0%, #0067AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-paragraph-custom {
    display: inline;
    font-family: 'Lobster';
    font-size: 54px;
    background: linear-gradient(90deg, #AC3394 50%, #0067AF 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
padding-bottom: 50px;
}


 .container-pack-card {
     display: grid;
     grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
     gap: 0px; /* Add spacing between cards */
     max-width: 100%;
     margin: 0 auto;
     padding: 20px;
 }

.pack-card {
    background: white;
    border-radius: 15px;
    text-align: center;
    padding: 20px;
    position: relative; /* Needed for positioning */
}

.pack-title {
    margin-top: 15px;
    text-align: center;
    font-family: Alexandria;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
    background: var(--new-gradiant, linear-gradient(119deg, #AC3394 0%, #0067AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pack-subtitle {
    color: #2E4A8D;
    text-align: center;
    font-family: Alexandria;
    font-size: 16px;
    font-weight: 700;
    line-height: 36px;
}

.price-tag {
    font-size: 1.5rem;
    color: #2ecc71;
    font-weight: bold;
    margin: 1.5rem 0;
}

.highlight {
    color: #e74c3c;
    font-weight: bold;
    margin: 1rem 0;
}

.details {
    font-size: 0.9rem;
    color: #666;
    margin-top: 1rem;
}

.arabic-text {
    font-size: 1.4rem;
    margin: 1rem 0;
}

.img, .pack-card img {
    width: 400px !important;
    height: auto;
    margin-top: 100px;
}

/* Move the middle image 120px higher */
.middle-pack {
    top: -120px; /* Move it up by 120px */
}

.p-pack {
    margin-top: 40px;
    text-align: center;
    font-family: Alexandria;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
    background: var(--new-gradiant, linear-gradient(119deg, #AC3394 0%, #0067AF 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom:120px;
}
/* Media Query for Mobile Devices */
@media screen and (max-width: 768px) {
    .container-pack-card {
        grid-template-columns: 1fr;
        padding: 10px;
    }

    .img, .pack-card img {
        width: 100% !important; /* Make the images take full width */
        height: auto;
        margin-top: 20px;
    }

    /* Increase font sizes on mobile */
    .pack-title {
        font-size: 28px; /* Bigger title */
    }

    .pack-subtitle {
        font-size: 18px; /* Bigger subtitle */
    }

    .p-pack {
        font-size: 36px; /* Bigger heading */
        margin-bottom: 0px;

        .details {
            font-size: 14px; /* Make details more readable */
        }

        .pack-card {
            padding: 15px;
        }

        /* Remove the elevation effect on mobile */
        .middle-pack {
            top: 0;
        }
    }


