body {
    font-family: 'Montserrat', sans-serif;
}

input,
textarea,
select {
    /*font-family: 'Montserrat', sans-serif;*/
}

small {
    font-size: smaller;
}

/* .homepage #header-wrapper {
    padding: 6em 0;
} */

.logo {
    background: url("../logo/White on Transparent.png") no-repeat center;
    background-image: url("../logo/White.svg");
    background-size: contain;
    width: 100%;
    height: 150px;
    margin: auto;
    text-decoration: none;
}

.logo a {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.examinex-logo {
    background: url("../examinex-logo/Original on Transparent.png") no-repeat center;
    background-image: url("../examinex-logo/Original.svg");
    background-size: contain;
    width: 100%;
    height: 150px;
    margin: auto;
    text-decoration: none;
}

.hide-text {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5 {
    color: #252a37 !important;
}

.simple-page h1,
.simple-page h2,
.simple-page h3,
.simple-page h4,
.simple-page h5 {
    margin-bottom: 0.5em;
}

p {
    color: #52575c !important;
}

#hero>p {
    color: white !important;
    letter-spacing: 0.6em;
}

article header {
    margin-bottom: 0;
    text-align: center;
}

header>p {
    color: #e57f7f !important;
    margin: 0;
}

.color1 {
    color: #e3cf5b !important;
}

.color2 {
    color: #e3e3e3 !important;
}

/* 58% */
.color3 {
    color: #fffed6 !important;
}

.color4 {
    color: #252a37 !important;
}

.bgcolor1 {
    background-color: #e3cf5b !important;
}

.bgcolor2 {
    background-color: #e3e3e3 !important;
}

.bgcolor3 {
    background-color: #fffed6 !important;
}

.bgcolor4 {
    background-color: #252a37 !important;
}

.azure-search img {
    max-width: 600px;
    margin: auto;
}

.stripe,
.stripe:hover {
    border: none;
}

/* .wrapper {
    padding: 4em 0 4em 0;
} */

.payment-form {
    /* text-align: center; */
}

.payment-form .purchase {
    background: #f08c89;
    border-color: rgba(255, 255, 255, 0);
    color: #fff;
}

.payment-form .purchase:hover {
    border-color: #f08c89;
    background-color: rgba(255, 255, 255, 0.15);
    color: #f08c89;
}

.field-validation-error {
    color: #f35858;
}

.payment-opts {
    /* display: flex;
    justify-content: center; */
    width: 100%;
    /* flex-wrap: wrap; */
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    margin-bottom: 40px;
}

.payment-opts small {
    font-size: smaller;
    display: block;
    display: flex;
    justify-content: center;
}

.payment-opt:hover {
    /* border: 2px solid #252a37; */
}

.payment-opt {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    padding: 1.5rem;
    width: 100%;
    max-width: 430px;
    border-radius: .5rem;
    background-color: #fff;
    text-align: center;
    margin: 1rem 1rem;
    /* cursor: pointer; */
    border: 2px solid #fff;
    min-height: 273px;

    display: flex;
    flex-direction: column;
}

.payment-opt.active {
    background-color: #fffed6;
    border: 2px solid #252a37;
}

.payment-opt ul {
    text-align: left;
}

.payment-opt .button {
    margin-top: auto;
}

.purchase .payment-opt {
    border: 2px solid #252a37;
}

.purchase .payment-opt .button {
    display: none;
}

.payment-opt.active p {}

.payment-opt h5 {
    font-size: 1.8em;
}

.payment-opt-1 {}

.payment-opt-2 {}

span.tooltip {
    line-height: 20px;
}

#content table tbody tr td:nth-child(2) {
    color: red;
}

.tier-title {
    font-size: 1.2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #a2a7ac;
}

.tier-price {
    margin: 20px 0px;
    height: 60px;
}

.checkbox-list-item {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: -1em;
}

#copyright {
    margin-top: 0;
}

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

#example-container {
    display: block;
    padding: 2em 0em;
}

/* Benefit Cards */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5em;
    margin: 2em 0;
}

.benefit-card {
    background: #f9fbfe;
    padding: 1.5em;
    border-radius: 8px;
    border-left: 4px solid #e57f7f;
}

.benefit-card h4 {
    margin-top: 0;
    color: #252a37;
}

.benefit-card ul {
    margin-bottom: 0;
    padding-left: 1.2em;
    font-size: 0.9em;
}

/* Problem List */
.problem-list {
    list-style: none;
    padding-left: 0;
}


/* Sidebar Enhancements */
#sidebar section {
    background: linear-gradient(135deg, #f9fbfe 0%, #ffffff 100%);
    padding: 1.5em;
    margin-bottom: 1.5em;
    border-radius: 8px;
    border-left: 4px solid #e57f7f;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#sidebar section:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

#sidebar section header h3 {
    color: #e57f7f;
    margin-bottom: 0.5em;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

#sidebar section header h3::before {
    content: "▶";
    font-size: 0.8em;
    color: #e57f7f;
}

#sidebar section ul {
    margin: 1em 0;
    list-style: none;
    padding-left: 0;
}

#sidebar section ul li {
    padding: 0.3em 0;
    position: relative;
    padding-left: 1.5em;
}

#sidebar section ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #e57f7f;
    font-weight: bold;
}

#sidebar section .actions {
    margin-top: 1em;
}

#sidebar section .actions li {
    padding-left: 0;
}

#sidebar section .actions li::before {
    content: none;
}

#sidebar section .button {
    background: #e57f7f;
    border: 2px solid #e57f7f;
    color: #ffffff;
    transition: all 0.3s ease;
}

#sidebar section .button:hover {
    background: #ffffff;
    color: #e57f7f;
    border-color: #e57f7f;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(229, 127, 127, 0.2);
}
@media screen and (max-width: 736px) {
    .payment-opt {
        margin: 1rem 2rem;
        min-height: 200px;
    }
}