@font-face {
    font-family: gandhi_serif;
    src: url(../fonts/GandhiSerif-Bold-webfont.woff) format("woff");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: gandhi_serif;
    src: url(../fonts/GandhiSerif-BoldItalic-webfont.woff) format("woff");
    font-weight: 700;
    font-style: italic
}
@font-face {
    font-family: gandhi_serifr;
    src: url(../fonts/GandhiSerif-Italic-webfont.woff) format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: gandhi_serif;
    src: url(../fonts/GandhiSerif-Regular-webfont.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    background-color: #F4F5F5;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    margin: 0;
}

a {
    color: #FF8300;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

p {
    line-height: 1.7em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.p--left-margin p {
    margin: 20px;
}

img {
    width: 100%;
    height: auto;
}

button, .button {
    font-family: "Open Sans", sans-serif;
    color: #FFFFFF;
    display: block;
    box-sizing: border-box;
    width: fit-content;
    block-size: fit-content;
    background-color: #FF8300;
    border: 2px solid #FF8300;
    padding: 10px;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 10px;
}
button:hover, .button:hover {
    color: #000000;
    background-color: #FFFFFF;
    border: 2px solid #FF8300;
    text-decoration: none;
}

.button--centered {
    margin-left: auto;
    margin-right: auto;
}

h1 {
    font-family: "gandhi_serif", serif;
    font-weight: 700;
    text-align: center;
    font-size: 2.2em;
    margin-top: 16px;
    margin-bottom: 16px;
}

h2, h3 {
    font-family: "gandhi_serif", serif;
    font-weight: 700;
    text-align: center;
    font-size: 2em;
    margin-top: 16px;
    margin-bottom: 16px;
}

.left-align {
    text-align: left;
}

input, textarea {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    display: block;
    background-color: #FFFFFF;
    border: 2px solid #C4C8C9;
    margin-bottom: 10px;
    padding: 10px;
    flex-grow: 1;
    
}

form {
    display: flex;
    flex-direction: column;
}
label {
    display:block;
    position:absolute;
    top: -10000px;
    left: -10000px;
}

textarea {
    resize: none;
}

li {
    margin-bottom: 10px;
    list-style: none;
    background-image: url('../images/checkmark.png');
    background-repeat: no-repeat;
    line-height: 30px;
    padding-left: 30px;
    background-position-y: 2px;
}

section {
    padding-top: 10px;
    padding-bottom: 20px;
}
hr {
    border: 1px solid #252F38;
    margin-left: 20px;
    margin-right: 20px;
}
.header {
    height: 100px;
    background-color: #252F38;
    border-bottom: 10px solid #FF8300;
}

.header__image {
    float:left;
    padding-left: 20px;
    padding-top: 20px;
}
.header__phone {
    float:right;
    padding-top: 20px;
    padding-right: 20px;
}

.header__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1.5em;
}

.header__text--white {
    color: #FFFFFF;
}

.header__text--orange {
    color: #FF8300;
}

section, .content {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.wrapper--dark {
    background-color: #252F38;
    color: #FFFFFF;
}

.wrapper--light {
    background-color: #FFFFFF;
}

.two-column {
    display: flex;
    flex-direction: row;
}

.two-column--centered {
    justify-content: center;
    align-items: center;
}

.two-column__column--even {
    width: 50%;
    padding-left: 10px;
    padding-right:10px;
}

.two-column__column--wide {
    width: 60%;
    padding-left:10px;
    padding-right: 10px;
}
.two-column__column--short {
    width: 40%;
}

.one-column {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom:10px;
}
.one-column__large-text {
    font-size: 2em;
    text-align: center;
    margin-bottom: 35px;
    margin-top: 10px;
}

.form {
    background-color: #E0E5E6;
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-bottom: 20px;
}

.countdown__box { 
    text-align: center;
    font-size: 1.5em;
    line-height: 1em;
}

.countdown__number {
    background-color: #C4C8C9;
    min-width: 1em;
    border-radius: 12px;
    padding:10px;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    font-size: 3em;
    line-height: 1em;
    margin-bottom: 10px;
}

.starting-soon {
    font-weight: 800;
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
}

.google-rating {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.anniversary {
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.mobile-cta {
    display: none;
    margin-bottom: 20px;
}
.desktop-cta {
    display:block;
}
.roadblock {
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: url("../images/triangle-bg.svg");
    background-position: right;
    background-repeat: no-repeat;
}

.course-details {
    background-color: #E0E5E6;
    border-radius: 10px;
    color: #000000;
    padding: 10px;
    margin-bottom: 20px;
}

.course-details table {
    border-collapse: collapse;
    width: 100%;
    font-size: 1.3em;
}

.course-details td {
    padding: 10px;
}

.course-details tr {
    border-bottom: 1px solid #a2a6a7;
}

.course-details__title {
    font-weight: bold;
}

.course-details__text {
    font-size: 1em;
    padding: 10px;
}

.testimonial {
    margin-top: 30px;
}

.testimonial__quote {
    line-height: 1.7em;
    background-image: url("../images/quote.webp");
    background-size: 75px;
    padding-left: 85px;
    background-repeat: no-repeat;
}

.testimonial__name {
    font-size: 2.5em;
    line-height: 1em;
    padding-left: 85px;
    font-weight: 600;
    margin-top: 20px;
}

.testimonial__name img {
    width: 250px;
    position: relative;
    margin-left: 20px;
    display: inline-block;
    top: 7px;
}

.testimonial__image {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
}

.faq {
    background-color: #252F38;
    color: #ffffff;
    margin-bottom: 10px;
    padding: 15px;
    background-image: url("../images/plus-light.png");
    background-position: right 10px top 15px;
    background-size: 25px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.faq:has(> div.faq__answer--active) {
    background-image: url("../images/minus-light.png");
}

.faq__question {
    font-weight: 600;
    font-size: 1.3em;
    padding-right: 20px;
}

.faq__answer {
    display: none;
    margin-top: 10px;
    margin-left: 25px;
}

.faq__answer--active {
    display: block;
}
.mobile-hidden {
    display: block;
}
.desktop-hidden {
    display: none;
}

.show {
    display: block !important;
}

.hide {
    display: none;
}

.loader {
    display: none;
    width: 48px;
    height: 48px;
    border:10px solid #FFF;
    border-radius: 50%;
    position: relative;
    transform:rotate(45deg);
    box-sizing: border-box;
}
.loader::before {
    content: "";
    position: absolute;
    box-sizing: border-box;
    inset:-10px;
    border-radius: 50%;
    border:10px solid #FF8300;
    animation: prixClipFix 2s infinite linear;
}

.term-list, .course-list {
    display: flex;
    flex-wrap: wrap;
}

.term-list__title, .course-list__title {
    font-size: 1.5em;
    font-weight: bold;
}

.term-list__date {
    font-size: 1.2em;
}

.term-list__term {
    width:calc(100% / 3 - 20px);
    text-align: center;
}

.course-list__course {
    width: calc(100% / 2 - 40px);
    text-align: center;
    margin: 10px;
    background-color: #fff;
    color: #000;
    padding: 10px;
}

.term-list__term div, .course-list__course div {
    margin-bottom: 10px;
}

.term-list__term .button, .course-list__course .button {
    display: inline-block;
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    25%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
    75%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
    100% {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
}
      

@media only screen and (max-width: 1130px) {
    .testimonial__name img {
        position: relative;
        margin-left: 0px;
        display: block;
        top: 0px;
        padding-top: 10px;
        left: -10px;
    }
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 1.7em;
    }
    h2, h3 {
        font-size: 1.5em;
    }
    button {
        font-size: 1.2em;
    }
    .header {
        height: 100px;
    }
    .header__image {
        float: none;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 10px;
    }
    .header__phone {
        float: none;
        padding: 0;
        text-align: center;
    }
    .header__text {
        display: inline-block;
    }
    .two-column {
        flex-direction: column;
        margin-left: 10px;
        margin-right: 10px;
    }
    .two-column__column--even, .two-column__column--short, .two-column__column--wide {
        width: 100%;
        padding: 0;
    }
    .countdown {
        gap: 10px;
    }
    .countdown__box {
        font-size: 1em;
    }
    .google-rating {
        max-width: 275px;
        margin-top: 10px;
        margin-bottom: 0px;

    }
    .anniversary {
        max-width: 200px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .course-details table {
        font-size: 1em;
    }
    .mobile-cta {
        display: block;
    }
    .desktop-cta {
        display: none;
    }
    ul {
        padding-left: 20px;
    }
    .mobile-top {
        order: -1;
    }
    .mobile-hidden {
        display: none;
    }
    .desktop-hidden {
        display: block;
    }
    .faq__question {
        font-size: 1em;
    }
    .one-column__large-text {
        font-size: 1.5em;
    }
    .testimonial__quote {
        background-size: 50px;
        padding-left: 55px;
        margin-top: 10px;
    }
    .testimonial__name {
        padding-left: 55px;
        font-size: 2em;
    }
    .testimonial__name img {
        width: 210px;
    }
    .term-list__term, .course-list__course {
        width:100%;
        text-align: center;
    }
}

.embed-container { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
} 

.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}