
.abt_p_vid {
    background-color: #C60;
    border: none;
    color: white;
    padding: 12px 25px;
    border-radius: 12px;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 90%;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.abt_p_vid:hover {
    color: white;
    background-color: #c9731d;
}

@media screen and (max-width: 900px) {
    .abt_p_vid {
        width: 100%;
    }
}

.pay-container {
    max-width: 940px;
    margin: 0 auto;
}

.responsive-image {
    max-width: 190px;
    height: auto;
}

.img_div {
    display: flex;
    justify-content: center;
}

.payment-details {
    display: none;
    padding: 20px;
    border-radius: 8px;
    height: 300px;
    overflow-y: auto;
}

.payment-details {

    position: relative;
    padding: 20px;
    border-radius: 8px;
    height: 298px;
    overflow-y: auto;
}

.payment-details a {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.payment-details h2 {
    margin-top: 0;
}

.payment-details p {
    margin: 10px 0;
}

.super-underline {
    position: relative;
    font-size: 16px;
    color: var(--blue);
    font-weight: bold;
}

.super-underline-mojo {
    position: relative;
    margin-top: 55px;
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    color: var(--blue);
    font-weight: bold;

}




/* Responsive styles */
@media (max-width: 768px) {
    .payment-details {
        padding: 15px;
    }
}

@media (max-width: 576px) {
    .payment-details {
        padding: 10px;
    }
}

/* start: Payment */
.payment-section {
    padding-bottom: 48px;
    padding: 10px;
}

.payment-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.payment-header {
    padding: 24px;
    background-color: var(--blue);
    border-top-left-radius: 10px;
    border-top-right-radius: 12px;
    padding-bottom: 25px;
}

.payment-header-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: var(--white);
    color: var(--blue);
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.payment-header-title {
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    line-height: 1.4;
    margin-bottom: 4px;
}

.payment-header-description {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    font-weight: 600;
}

.payment-content {
    background-color: var(--white);
    border-radius: 0 0 8px 8px;
    border: 1px solid #bcbec1;
    position: relative;
    padding: 24px;
    overflow: hidden;
}


.payment-plan {
    display: flex;
    align-items: center;
    padding: 10px;
}

.payment-plan-type {
    width: auto;
    height: 40px;
    background-color: var(--blue);
    color: var(--white);
    padding: 10px;
    font-size: 13px;
    font-weight: 600;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-right: 8px;
}

.payment-plan-info {
    width: 100%;
    margin-right: 8px;
    display: grid;
}

.payment-plan-info-name {
    font-size: 13px;
    color: var(--gray-400);
    margin-bottom: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.payment-plan-info-price {
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.payment-plan-change {
    color: var(--blue-500);
    font-size: 12px;
    font-weight: 600;
    text-underline-offset: 2px;
}

.payment-plan-change:hover {
    color: var(--blue-600);
}

.payment-summary-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 12px;
}

.payment-summary-name {
    font-size: 14px;
    color: #000000;
}

.payment-summary-price {
    font-weight: 500;
    font-size: 15px;
}

.payment-summary-divider {
    width: calc(100% - 16px);
    height: 0;
    margin: 12px auto;
    border-bottom: 1px dashed var(--gray-200);
    position: relative;
}

.payment-summary-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 100%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--gray-50);
    box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
}

.payment-summary-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: var(--gray-50);
    box-shadow: inset 0 2px 16px rgba(0, 0, 0, .05);
}

.payment-summary-total {
    padding-bottom: 16px;
}

.payment-summary-total .payment-summary-name {
    color: var(--gray-900);
}

.payment-summary-total .payment-summary-price {
    font-size: 16px;
    color: var(--blue);
    font-weight: 600;
}

.payment-right {
    min-width: 0;
    border-radius: 8px;
    border: 1px solid #bcbec1;
}

.payment-form {
    padding: 24px;
    background-color: var(--white);
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .05);
}

.payment-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}

.upi_dtls {
    text-align: center;
    margin-top: 60px;
}

.payment-method {
    display: flex;
    align-items: center;
    overflow-x: auto;
    justify-content: center;
    padding: 6px 0;
    width: 100%;
}

.payment-method input {
    display: none;
}

.payment-method-item {
    width: 30%;
    height: 80px;
    padding: 8px;
    border: 1px solid #bcbec1;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
    margin: 5px;

}

input:checked+.payment-method-item {
    border-color: var(--blue);
}

input:checked+.payment-method-item::before {
    content: '';
    position: absolute;
    top: -6px;
    right: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: var(--blue);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTEwLjAwMDcgMTUuMTcwOUwxOS4xOTMxIDUuOTc4NTJMMjAuNjA3MyA3LjM5MjczTDEwLjAwMDcgMTcuOTk5M0wzLjYzNjcyIDExLjYzNTRMNS4wNTA5MyAxMC4yMjEyTDEwLjAwMDcgMTUuMTcwOVoiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMSkiPjwvcGF0aD48L3N2Zz4=");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.payment-method-item>img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.payment-form-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 16px;
    color: var(--gray-400);
    pointer-events: none;
    transition: all .1s ease-in-out;
}

.payment-form-label-required::after {
    content: ' *';
    color: var(--red-500);
}

.payment-form-submit-button {
    background-color: var(--indigo-500);
    border-radius: 8px;
    outline: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    cursor: pointer;
    color: var(--white);
    font-weight: 600;
    padding: 16px;
    transition: all .15s ease-in-out;
}

.payment-form-submit-button:hover {
    background-color: var(--indigo-600);
}

.payment-form-submit-button>i {
    margin-right: 8px;
}

/* end: Payment */

/* start: Breakpoints */
@media screen and (max-width: 767px) {
    .payment-wrapper {
        grid-template-columns: 1fr;
    }

    .payment-content {
        padding: 16px;
    }

    .payment-content::before {
        top: 16px;
        width: calc(100% - 20px);
    }

}

.content_h4 {
    margin-top: 10px;
}

.course_slider #emphasisPicture,
.smallImg .slide_img img {
    border: 1px solid;
}

.course_row {
    align-items: center;
}

.smallImg {
    margin-top: 15px;
}

.screenshots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.image {
    max-width: 100%;
    height: auto;
    padding: 10px;
    margin-bottom: 10px;
    animation: slideBottomToTop 1s ease-in-out;
}

@media (min-width: 700px) {
    .image {
        max-width: 450px;
        box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
        height: auto;
        margin-bottom: 10px;
    }
}

