/* 
   Local Stylesheet for Backend Page 
   Generated by Refactoring Inline CSS 
*/

/* =========================================
   FORM STYLES (DO NOT MODIFY)
   ========================================= */

.question {
    transition: 100ms all;
    border: 1px solid #ddd;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    margin: 1rem 0;
    cursor: pointer;
    width: 100%;
}

input[type=radio].question__option {
    display: none;
}

.question>label {
    font-weight: bold;
}

.question:has(> input[type=radio]:checked) {
    border-color: rgba(52, 152, 219, 0.5);
    background: rgba(52, 152, 219, 0.25);
}

.question:hover {
    border-color: rgba(52, 152, 219, 0.5);
    background: rgb(116, 185, 255, 0.15);
}

.question .option {
    font-weight: bold;
}

.question .option::after {
    content: ")";
    font-weight: bold;
}

.question-card {
    color: var(--color-primary);
    border-radius: 20px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 15px;
    padding: var(--inner-gap);
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.contains-phone-field {
    overflow: unset;
}

.contains-phone-field .iti {
    display: block;
}

.form-container label,
.form-container input,
.form-container a {
    font-weight: 600 !important;
}

.form-container {
    max-height: 500px;
    padding: 20px 15px !important;
}

@media (max-width: 600px) {
    .form-container {
        min-height: 575px;
    }
}

.container-custom-form-web {
    padding: 20px 12px !important;
    position: absolute;
    transform: translateY(-50%) translateX(-35%) scale(0.8);
    max-width: 450px;
    width: 100%;
    max-height: 500px;
    left: 0% !important;
}

@media (min-width: 1200px) {
    .container-custom-form-web {
        transform: translateY(-50%) translateX(-10%) scale(0.8);
        max-width: 450px;
        left: 0% !important;
    }
}

@media (min-width: 1400px) {
    .container-custom-form-web {
        transform: translateY(-50%) translateX(-20%) scale(0.80);
        max-width: 470px;
        left: 1% !important;
    }
}

@media (min-width: 1600px) {
    .container-custom-form-web {
        transform: translateY(-50%) translateX(-25%) scale(0.9);
        max-width: 490px;
        left: 2% !important;
    }
}

@media (min-width: 1800px) {
    .container-custom-form-web {
        transform: translateY(-50%) translateX(-20%) scale(0.95);
        max-width: 510px;
        left: 3% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .container-custom-form-web {
        transform: scale(0.5) !important;
        transform-origin: top left;
        margin-top: -100px;
        margin-left: -10px;
        left: 0% !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container-custom-form-web {
        transform: scale(0.6) !important;
        transform-origin: top left;
        margin-top: -110px;
        margin-left: -35px;
        left: 0% !important;
    }
}

.iti {
    display: block !important;
}

/* =========================================
   PAGE SPECIFIC STYLES
   ========================================= */

.circle-items-wrapper img {
    aspect-ratio: 250/276;
}

.banner-container {
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-width: 100vw;
    width: 100%;
    height: auto;
    max-width: 1600px;
    position: relative;
    overflow: hidden;
}

.banner-container img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    aspect-ratio: 1600/445;
}

@media only screen and (max-width: 600px) {
    .banner-container,
    .banner-container img {
        aspect-ratio: 1600/900;
    }
}

.banner-wrapper {
    width: 100%;
}

.hero-image {
    position: relative;
}

.hero-image .container {
    margin-left: 0.5%;
    margin-right: 0.5%;
}

.section-title.section-title-light {
    color: aliceblue;
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 2em;
}

.section-title.section-title-light::after {
    height: 0;
}

/* SM Cards */
.sm-card-wrapper {
    background-color: rgb(224, 234, 250);
    border-radius: 8px;
    padding: 10px;
}

.sm-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.sm-cards-container.work-steps.slider-light .work-steps__step {
    min-height: 100px !important;
    width: auto !important;
    margin-bottom: 30px !important;
    box-shadow: 0 0 18px -8px rgba(0, 0, 0, .6) !important;
}

.sm-cards-container .work-steps__step .step-header {
    text-align: center;
    margin: 0;
    width: 100%;
    border-radius: 0;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    overflow: hidden !important;
    font-weight: bold;
    font-size: 16px !important;
    background-color: #272F4E !important;
}

.sm-cards-container.work-steps .step-bottom {
    margin-top: auto;
}

.sm-cards-container ul.ul-circle {
    list-style-type: disc !important;
    margin-bottom: 45px;
}

.sm-btn-bottom {
    width: 100%;
    padding: 0 7px;
    margin-top: 35px;
    margin-bottom: 30px;
}

.sm-cards-container.work-steps .work-steps__step .step-bottom .price-discount {
    color: gray;
    font-weight: 300;
    text-decoration: line-through;
}

/* Buttons */
.btn-c {
    background-color: rgb(39, 47, 78) !important;
    border: 1px solid rgb(39, 47, 78);
    color: #fff !important;
    display: flex;
    font-size: 12px;
    border-radius: 5px;
    transition: all .15s;
}

.btn-c:hover {
    background-color: rgb(40, 56, 118) !important;
    border: 1px solid rgb(36, 47, 91);
    color: #fff;
}

.btn-c.btn-c-primary {
    background-color: rgb(209, 42, 46) !important;
    border: 1px solid #DE1318;
}

.btn-c.btn-c-primary:hover {
    background-color: rgb(209, 42, 46) !important;
    border: 1px solid #DE1318;
}

.btn.btn-c.btn-c-left {
    margin-right: 20px;
}

/* Accordion */
.accordion.accordion-flush {
    border-radius: 20px;
}

.schedule-accordion-item {
    display: flex;
    flex-direction: column;
}

.schedule-accordion-item span {
    font-size: 20px;
    font-weight: 300;
    color: gray;
}

.schedule-accordion-item span b {
    font-weight: bold;
    color: gray;
}

.schedule-accordion-item a.btn.btn-c.btn-c-primary.goto-form {
    float: right;
}

/* Utilities */
.w-50-m-100 {
    width: 50%;
}

.dark-blue {
    color: #202844;
}

.price-and-button .price {
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    color: var(--slider-color-info);
}

.syllabus span {
    font-size: 20px;
    font-weight: bolder;
}

.ad-container {
    margin-bottom: 1em;
}

.responsive-iframe-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block-light.darker-block-light {
    margin-bottom: 40px;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.schedule-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
    gap: 40px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.schedule-item {
    max-width: unset;
    min-width: 0;
}

.equal-height {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #e9f1ff;
    border-radius: 12px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

@media (min-width: 768px) {
    .sm-cards-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 990px) {
    .sm-cards-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .sm-cards-container .work-steps__step {
        margin-bottom: 60px !important;
    }
}

@media (min-width: 1200px) {
    .sm-cards-container {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 767px) {
    .sm-cards-container.work-steps.slider-light .work-steps__step {
        margin-top: 0;
    }

    .sm-cards-container.work-steps .work-steps__step .step-header {
        text-align: center;
        font-size: 12px !important;
        height: 40px;
        line-height: 16px;
    }

    .sm-cards-container.work-steps .work-steps__step .step-bottom .price {
        font-size: 20px !important;
    }

    .sm-cards-container.work-steps .work-steps__step .step-bottom .price-info {
        max-width: 90%;
        font-size: 11px;
    }

    .sm-cards-container ul.ul-circle {
        list-style-type: disc !important;
        margin-bottom: 25px;
    }

    .sm-cards-container ul.ul-circle li {
        margin-top: 8px;
        margin-left: 0px !important;
        font-size: 11px;
    }

    .sm-cards-container.work-steps .btn.btn-c {
        padding: 3px 2px;
    }

    .btn.btn-c.btn-c-left {
        margin-right: 5px;
    }

    .sm-btn-bottom {
        padding: 0 7px;
        margin-top: 25px;
        margin-bottom: 15px;
    }

    .sm-cards-container .work-steps__step {
        margin-left: 3px !important;
        margin-right: 3px !important;
    }

    .w-50-m-100 {
        width: 100% !important;
    }

    .w-50-m-100>span {
        font-size: 12px !important;
        font-weight: 300;
        color: gray;
    }

    .syllabus span {
        font-size: 14px;
    }

    a.btn.btn-c.btn-c-primary.goto-form {
        font-size: 12px;
    }

    .schedule-accordion-item span {
        font-size: 12px !important;
    }

    .schedule-accordion-item span b {
        font-size: 14px;
    }

    .ad-container {
        margin-bottom: 0;
    }
}
