﻿.header0 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
}
.pricingTable10 {
    text-align: center;
    display: flex;
    flex-direction: column;
    background-color: white;
    margin: 5px 7px 20px 7px;
    align-items: center;
    border-radius: 0.6rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
    .pricingTable10:hover {
        transform: translateY(-6px);
        box-shadow: 0 8px 20px rgba(0,0,0,0.20);
    }

    .pricingTable10 .pricingTable-header {
        padding: 20px 25px;
        background: #0039a6; /*  #4d4d4d; */
        position: relative;
        transition: all .3s ease 0s;
        border-radius: 0.6rem 0.6rem 0 0;
        height: 20rem;
        width: 100%;
        transition: background 0.25s ease;
        display: flex;
        flex-direction: column;
        justify-content: space-between; /* pushes h3 to top, span to bottom */
        align-items: center;
    }

    .pricingTable10:hover .pricingTable-header {
        background: #4B9CD3;
    }

    .pricingTable10 .pricingTable-header:after, .pricingTable10 .pricingTable-header:before {
        content: "";
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #d9d9d8;
        position: absolute;
        bottom: 12px
    }

    .pricingTable10 .heading {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        text-transform: none;
        letter-spacing: 0.5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .pricingTable10 .price-value {
        display: inline-block;
        position: relative;
        font-size: 55px;
        font-weight: 700;
        color: #09b1c5;
        transition: all .3s ease 0s;
    }

    .pricingTable10:hover .price-value {
        color: #fff
    }

    .pricingTable10 .usd {
        font-size: 30px;
        font-weight: 700;
        position: absolute;
        top: 6px;
        left: -19px
    }
    .pricingTable10 .nis {
        font-size: 30px;
        font-weight: 700;
        position: relative;
        bottom: 0px;
        right: 15px
    }

    .pricingTable10 .pricing-content {
        padding-top: 50px;
        position: relative;
        margin-bottom: 10px;
        width: 100%;
    }
        .pricingTable10 .pricing-content ul li {
            font-size: 17px;
            font-weight: 400;
            padding: 10px 0;
            border-bottom: 1px solid #e3e3e3;
        }

        .pricingTable10 .pricing-content:after, .pricingTable10 .pricing-content:before {
            content: "";
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid #7c7c7c;
            position: absolute;
            top: 12px
        }

        .pricingTable10 .pricing-content ul {
            padding: 0 0px;
            margin: 0;
            list-style: none;
            text-align: center;
        }

            .pricingTable10 .pricing-content ul:after, .pricingTable10 .pricing-content ul:before {
                content: "";
                width: 8px;
                height: 46px;
                border-radius: 3px;
                background: linear-gradient(to bottom,#818282 50%,#727373 50%);
                position: absolute;
                top: -22px;
                z-index: 1;
                box-shadow: 0 0 5px #707070;
                transition: all .3s ease 0s
            }


    .pricingTable10 .pricing-content ul li {
        font-size: 18px;
        font-weight: 400;
        padding: 7px;
        border-bottom: 1px solid #d9d9d8
    }

    .pricingTable10 .pricing-content ul li:last-child {
        border-bottom: none
    }

    .pricingTable10 .read {
        font-size: 16px;
        color: #fff;
        text-transform: uppercase;
        background: #133eaf;
        padding: 8px 20px;
        margin: 30px 0;
        letter-spacing: 0.7px;
        transition: all .3s ease 0s;
        margin-top: auto;
        margin-bottom: 10px;
        border-radius: 0.4rem;
    }

    .pricingTable10 .read:hover {
        text-decoration: none;
     }

    .pricing-text {color: black;}

.promo-btn-wrapper {
    text-align: right;
    margin-bottom: 1.4rem;
    margin-top: 0.8rem;
}

.promo-btn {
    background-color: #133eaf;
    color: white;
    border-radius: 0.3rem;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: background 0.25s;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

    .promo-btn:hover {
        background-color: #0a2abb;
        color: white;
        text-decoration: none;
    }
.select_course {
    position: relative;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
}

#course:focus {
    outline: none !important;
}

#course {
    border: none;
    letter-spacing: 0.8px;
    font-size: 25px;
    background-color: transparent;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

    #course > option {
        background: #e8e8e8;
        color: darkslategray;
    }

.card-std-up {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#part-1 {
    background: #fff; /* card background */
    border-radius: 12px; /* rounded corners */
    padding: 1.8rem; /* spacing like card-std */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1); /* soft card shadow */
    border: 1px solid #e6e6e6; /* same border style */
    font-size: 18px; /* slightly larger text */
    line-height: 1.6; /* readable spacing */
    color: black;
}

#tutoring {
    display: flex;
    gap: 20px;
}
    #tutoring .pricingTable10 {
        flex: 1 1 0;
    }

.wrap-top {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    justify-content: space-between;
    top: 1rem;
    width: 100%;
}

.btnCurrency {
    width: 100px;
    height: 30px;
    float: right;
    margin-top: 5px;
    background-color: #8a8a8a;
    border-radius: 0.4rem;
    color: white;
    border-color: transparent;
    cursor: pointer;
    transition: all 0.3s linear;
    font-size: 1.5rem;
    letter-spacing: 0.08rem;
}

    .btnCurrency:hover {
        background-color: #4d4d4d;
    }

.section-2 {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 1.5rem; 
    gap: 2rem;
}

    .section-2 #part-1 {
        flex: 0 0 48%;
    }

    .section-2 #tutoring {
        display: flex; 
        align-items: start; 
        gap: 0rem; 
        width: 100%;
        flex: 0 0 52%;
    }

.pricingTable10:before,
.pricingTable10:after,
.pricingTable10 .pricingTable-header:before,
.pricingTable10 .pricingTable-header:after,
.pricingTable10 .pricing-content:before,
.pricingTable10 .pricing-content:after,
.pricingTable10 .pricing-content ul:before,
.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:after,
.pricingTable10 .pricing-content ul:before {
    content: "" !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    position: static !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media screen and (max-width: 1000px) {
    .card-std-up {
        grid-template-columns: repeat(2, 1fr);
    }
    .section-2 {
        flex-direction: column;
    }

        .section-2 #part-1,
        .section-2 #tutoring {
            flex: 0 0 100%;
            width: 100%;
        }

    #tutoring {
        display: block;
    }
}
@media screen and (max-width: 700px) {

    /* Make the upper text part take full width */
    #part-1 {
        width: 100%;
        display: block;
    }

    /* Stack vertically */
    #tutoring {
        flex-direction: column;
    }

        /* Force each pricingTable10 card to take full width */
        #tutoring .pricingTable10 {
            flex: 1 1 100% !important;
            max-width: 100% !important;
            width: 100% !important;
        }
}
