/* CSS Document */

:root {
    accent-color: var(--style-main);
}

/* Images as Background Images */

.octane-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.octane-background img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.octane-content {
    position: relative;
    height: 100%;
}

.octane-position {
    position: relative;
}

/* other */

.page-template-main-page-template .site-inner>.wrap {
    max-width: 100%;
    width: 100%;
}

/* hero */

.hero-video, .hero-video p {
    position: absolute;
    left: 0;
    top: 0;
    user-select: none;
    pointer-events: none;
    height: 100%;
    width: 100%
}

.hero .wp-video, .hero video {
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
    pointer-events: none
}

.hero .mejs-container, .hero .mejs-container .mejs-controls,.hero .mejs-embed, .hero .mejs-embed body {
    background: transparent!important
}

.mejs-controls {
    display: none!important
}

.hero .mejs-container,.hero .wp-video-shortcode video,video.wp-video-shortcode {
    object-fit: cover;
    width: 100%!important;
    height: 100%!important
}

.hero-content {
    position: relative;
    background: rgba(0,0,0,.5);
    border-bottom: 10px solid var(--style-main);
    padding-block: 400px;
    width: 100%;
}

.hero-content .wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.hero-title {
    color: var(--white);
    font-weight: 900;
    font-size: 3.6rem;
    text-align: center;
    margin-bottom: 10px;
}

.hero-subtitle {
    color: var(--white);
    font-size: 2.7rem;
    text-align: center;
    font-weight: 800;
}

/* hero cards */

.hero-cards {
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 150px;
}

.hero-cards-flex {
    display: flex;
    gap: 30px;
    margin-top: -150px;
    position: relative;
}

.hero-card {
    width: 50%;
    display: flex;
    border: 5px solid var(--style-tri);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    background: var(--style-sec);
    align-items: flex-end;
}

.hero-card::before, .hero-card::after {
    content: none;
}

.hero-card:nth-of-type(even) {
    flex-direction: row-reverse;
}

.hero-card:nth-of-type(even) img {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    padding-left: 10px;
}

.hero-card img {
    width: 60%;
    max-height: 420px;
    object-fit: contain;
    object-position: bottom;
    margin-top: -60px;
    pointer-events:none;
}

.hero-card-text {
    padding: 20px;
    flex-grow: 1;
}

.hero-card-text li {
    text-align: left;
}

.hero-card:nth-of-type(odd) .hero-card-text {
    padding-left: 0px;
    text-align: right;
}

.hero-card:nth-of-type(even) .hero-card-text {
    padding-right: 0px;
}

.hero-card-title {
    text-transform: uppercase;
    font-weight: bold;
    color: var(--style-tri);
    font-size: 1.6rem;
}

.hero-card-text ul {
    padding-left: 20px;
    margin-bottom: 30px;
}

.hero-card-text li {
    font-size: 1.1rem;
    color: var(--style-quad);
    list-style-type: disc;
}

.smile-link {
    font-size: .9rem;
    padding: 15px 40px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    width: fit-content;
    text-align: center;
}

.smile-link:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow);
}

.soft-blue-link {
    background: var(--style-tri);
    color: var(--white);
}

.soft-blue-link:hover {
    color: var(--white);
    background: var(--style-tri);
}

.hero-card .smile-link {
    width: 100%;
}


/* regular hero */

.sub-header {
    background: var(--style-main);
}

.hero-content-regular {
    padding-block: 225px;
    background: rgba(255,255,255,.3);
}

.hero-content-regular .hero-title {
    text-transform: uppercase;
    color: var(--style-main);
}

.hero-content-regular {
    border-bottom: 5px solid var(--style-main);
}

.breadcrumbs {
    background: var(--style-main);
    padding-block: 5px;
}

.rank-math-breadcrumb p {
    color: var(--white);
    font-size: .9rem;
}

.rank-math-breadcrumb a {
    color: var(--white);
    font-size: .9rem;
}

.rank-math-breadcrumb a:hover {
    color: var(--white);
    text-decoration: underline;
}

@media(max-width: 1920px) {
    .hero-content {
        padding-block: 300px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 2rem;
    }

    /* hero cards */

    .hero-card-text {
        align-self: flex-start;
    }

    .hero-card-title {
        font-size: 1.3rem;
    }

    .hero-card li {
        font-size: 1rem;
    }

    .hero-content-regular {
        padding-block: 200px;
    }
    
}

@media(max-width: 1350px) {
    .hero-cards-flex {
        flex-direction: column;
        align-items: center;
    }

    .hero-card {
        width: 100%;
        max-width: 700px;
    }

    .hero-card:nth-of-type(odd) .hero-card-text {
        text-align: left;
    }
}

@media(max-width: 1250px) {
    .hero-content {
        padding-block: 200px;
    }

    .hero-title {
        text-wrap: balance;
        font-size: 2.5rem;
    }

    .hero-subtitle {
        font-size: 1.5rem;
        text-wrap: balance;
    }
    
}

@media(max-width: 1024px) {
    .hero-content-regular {
        padding-block: 180px;
    }
}

@media(max-width: 768px) {
    .hero-content {
        padding-block: 125px;
    }
    
    .hero-title {
        font-size: 1.5rem;
    }

    .hero-subtitle {
        font-size: 1rem;
    }

    .hero-content-regular {
        padding-block: 100px;
    }

    /* hero-cards */

    .hero-cards {
        padding-bottom: 40px;
    }

    .hero-cards-flex {
        margin-top: -50px;
    }

    .hero-card {
        flex-direction: column!important;
    }

    .hero-card img {
        width: 100%;
        max-height: 250px;
        border-bottom: 5px solid var(--style-tri);
    }

    .hero-card-text {
        width: 100%;
        padding: 20px!important;
    }

    .hero-card-text li {
        text-align: left;
        font-size: .9rem;
    }

    .hero-card-title {
        font-size: 1.1rem;
        text-align: center;
    }
}





/* expert */

.expert {
    border-block: 10px solid var(--style-main);
    background: var(--style-sec);
}

.expert:has(+ .cta), .expert:has(+ .reviews) { 
    border-bottom: 0px;
}

.pad {
    padding-block: 100px;
}

.expert-flex {
    border: 4px solid var(--style-main);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    background: white;
    display: flex;
    gap: 30px;
    padding: 15px;
}

    .expert-flex::before, .expert-flex::after {
        content: none;
    }

.expert-content {
    width: 55%;
}

.expert-image {
    width: 45%;
    object-fit: cover;
    border-radius: 15px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.expert-image img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: top;
}

.expert-title {
    font-size: 1.8rem;
    color: var(--style-main);
    font-weight: bold;
    text-wrap: balance;
}

.expert-quote {
    font-size: 1.1rem;
    color: var(--style-quad);
    font-style: italic;
    font-weight: 500;
}

.ex-sig, .ex-sig image {
    height: 100px;
    width: 365px;
    margin-left: auto;
    display: block;
}

.expert hr {
    border-top: 2px solid var(--style-main);
    margin-block: 30px;
}

.members-intro {
    font-size: 1.1rem;
    color: var(--style-main);
}

.members {
    display: flex;
    align-items: center;
    gap: 10px;
}

.member-icon {
    aspect-ratio: 10 / 3;
    max-width: 200px;
    width: 100%;
    height: auto;
    position: relative;
}

.member-icon image {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.expert-info-flex {
    display: flex;
    gap: 30px;
}

.expert-info {
    width: 50%;
}

.expert-info-title {
    font-weight: 500;
    color: var(--style-main);
    font-size: 1.1rem;
}

.expert-info p {
    font-size: .9rem;
    color: var(--style-quad);
    line-height: 1.3;
}

.expert-link {
    font-weight: bold;
    color: var(--style-main);
}

.expert-link::after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    margin-left: 10px;
}

.expert-link:hover {
    color: var(--style-tri);
}

@media(max-width: 1250px) {
    .expert-flex {
        flex-direction: column;
    }

    .expert-image {
        width: 100%;
        height: auto;
    }

    .expert-image img {
        position: relative;
        aspect-ratio: 1 / 1;
        border-radius: 15px;
        width: fit-content;
        margin-inline: auto;
        max-height: 300px;
        display: block;
    }

    .expert-content {
        width: 100%;
    }
}

@media(max-width: 1024px) {
    .pad {
        padding-block: 70px;
    }

    .expert-title {
        font-size: 1.5rem;
    }
}

@media(max-width: 768px) {
    .pad {
        padding-block: 40px;
    }

    .expert-title {
        font-size: 1.2rem;
        text-align: center;
    }

    .expert-quote {
        font-size: .9rem;
    }

    .ex-sig {
        width: 100%; 
        height: auto; 
        max-width: 300px; 
        aspect-ratio: 7 / 3; 
        margin-inline: auto;
    }

    .ex-sig image {
        object-fit: contain;
        height: 100%;
        width: 100%;
    }

    .members {
        justify-content: center;
    }

    .expert-info-flex {
        flex-direction: column;
        gap: 0px;
    }

    .expert-info {
        width: 100%;
    }
}




/* location */

.location {
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.location-flex {
    display: flex;
    gap: 30px;
}

.location-flex::before, .location-flex::after {
    content: none;
}

.smile-title {
    color: var(--style-tri);
    font-weight: bold;
    font-size: 1.8rem;
}

.loc-left {
    width: 40%;
}

.loc-right {
    width: 60%;
}

.loc-right p, .loc-right iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    margin: 0px;
    box-shadow: var(--shadow);
    border: 0px;
}

.loc-left p {
    font-size: .9rem;
    color: var(--style-quad);
    line-height: 1.3;
}

.loc-hours {
    padding: 20px 40px;
    background: var(--style-sec);
    border-radius: var(--radius);
    border: 5px solid var(--style-tri);
    box-shadow: var(--shadow);
}

.loc-hours tr, .loc-hours tbody {
    border: 0px;
}

.loc-hours .hours-table {
    margin-top: 0px;
    margin-bottom: 20px;
}

.loc-hours a {
    color: var(--style-tri);
    text-decoration: underline;
    text-align: right;
    margin-left: auto;
    width: fit-content;
    display: block;
}

.loc-hours p:last-of-type {
    margin: 0px;
}

@media(max-width: 1250px) {
    .location-flex {
        flex-direction: column;
    }

    .loc-left, .loc-right {
        width: 100%;
    }

    .loc-right {
        aspect-ratio: 16 / 9;
    }
}

@media(max-width: 1024px) {
    .smile-title {
        font-size: 1.4rem;
    }
}

@media(max-width: 768px) {
    .loc-hours .day, .loc-hours .time {
        font-size: .9rem;
    }
}

@media(max-width: 550px) {
    .loc-hours {
        padding: 20px;
    }
    
    .loc-hours tr {
        display: flex;
        flex-direction: column;
        text: left;
    }

    .loc-hours .day, .loc-hours .time {
        text-align: center;
    }

    .loc-hours a {
        text-align: center;
        margin-inline: auto;
    }
}


/* cta */

.cta {
    background: var(--style-main);
    border-block: 5px solid var(--style-tri);
    position: relative;
}

.cta:has(+ .services) {
    border-bottom: 0px;
}

.cta.pad {
    padding-block: 50px;
}


.cta img {
    position: absolute;
    height: 150%;
    width: auto;
    object-fit: contain;
    left: -50px;
    bottom: 0px;
}

.cta-link {
    background: var(--white);
    font-size: 1.8rem;
    text-align: center;
    margin-inline: auto;
    display: block;
    width: fit-content;
    padding: 20px 40px;
    border-radius: var(--radius);
    border: 5px solid var(--style-tri);
    text-transform: uppercase;
    font-weight: bold;
    color: var(--style-main);
    position: relative;
    box-shadow: var(--shadow);
    text-wrap: balance;
}

.cta-link:hover {
    color: var(--style-main);
    transform: scale(1.05);
}

@media(max-width: 1250px) {
    .cta-link {
        font-size: 1.3rem;
    }

    .cta img {
        height: 120%;
    }
    
}

@media(max-width: 768px) {
    .cta-link {
        font-size: .9rem;
        line-height: 1.3;
        padding: 10px 20px;
        border: 3px solid var(--style-tri);
    }

    .cta img {
        position: relative;
        left: initial;
        bottom: initial;
        max-width: 200px;
        margin-top: 0px;
    }
    
}


/* family / patient safety */

.family {
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.center-title {
    text-align: center;
}

.dif-flex {
    display: flex;
    gap: 40px;
    margin-block: 70px;
}

.dif-item {
    flex-grow: 1;
    width: 20%;
    position: relative;
}

.dif-item::before {
    content: '';
    display: inline;
    width: 2px;
    height: 80%;
    left: 0px;
    top: 50%;
    transform: translate(-20px, -50%);
    margin-inline: auto;
    background: var(--style-quad);
    position: absolute;
}

.dif-item:first-of-type::before {
    display:none;
    content: none;
}

.dif-title {
    color: var(--style-tri);
    font-weight: 500;
    font-size: 1.1rem;
}

.dif-item p {
    font-size: .9rem;
    color: var(--style-quad);
    line-height: 1.3;
}

.dif-link {
    color: var(--style-tri);
    font-weight: 500;
}

.dif-link:hover {
    color: var(--style-main);
}

.dif-link::after {
    content: "\f178";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    margin-left: 10px;
    color: var(--style-quad);
}

/* patient */

.patient-flex {
    display: flex;
    background: var(--style-sec);
    border-radius: var(--radius);
    border: 5px solid var(--style-tri);
    align-items: center;
    gap: 50px;
}

.patient-text {
    flex-grow: 1;
    padding: 40px;
}

.patient-text p {
    font-size: .9rem;
    color: var(--style-quad);
    line-height: 1.3;
}

.patient-flex img {
    align-self: flex-end;
    max-width: 370px;
    margin-top: -70px;
    padding-right: 30px;
}

.patient-list {
    max-width: 300px;
    width: 100%;
}

.patient-list li {
    font-size: 1.1rem;
    color: var(--style-quad);
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.patient-list li::before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/check-badge.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

@media(max-width: 1350px) {
    .patient-list li {
        font-size: .9rem;
    }
}

@media(max-width: 1250px) {
    .patient-flex {
        gap: 0px;
    }
}

@media(max-width: 1024px) {

    .dif-flex {
        flex-wrap: wrap;
    }

    .dif-item {
        width: 40%;
    }

    .dif-item::before {
        content:none;
    }


    /* patient safety */
    .patient-flex {
        flex-direction: column;
    }

    .patient-flex .smile-title {
        text-align: center;
    }

    .patient-flex .smile-link {
        margin-inline: auto;
    }

    .patient-flex img {
        align-self: center;
        max-width: 250px;
        margin-top: 0px;
        padding-right: 0px;
    }
}

@media(max-width: 768px) {
    .dif-flex {
        margin-block: 20px;
        gap: 20px;
    }
    
    .dif-item {
        width: 100%;
    }

    .dif-item:nth-of-type(even) {
        background: var(--style-sec);
        padding: 20px;
    }

    .dif-title {
        font-weight: 900;
    }
}

@media(max-width: 550px) {
    .patient-list {
        padding-inline: 20px;
    }

    .patient-text {
        padding: 20px;
    }

    .patient-flex img {
        max-width: 150px;
    }
}




/* contact */

.contact {
    background: var(--style-sec);
    border-block: 10px solid var(--style-main);
    position: relative;
}

.contact .smile-title {
    color: var(--style-main);
}

.contact-flex {
    display: flex;
    gap: 50px;
}

.contact-flex::before, .contact-flex::after {
    content: none;
}

/* contact content */

.contact-content, .contact-form {
    width: 50%;
}

.contact-content p {
    font-size: .9rem;
    color: var(--style-quad);
}

.contact-links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.outline-link {
    border: 4px solid var(--style-main);
    background: var(--white);
}

.outline-link:hover {
    color: var(--style-main);
}

.contact-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* contact form */

.contact-form {
    padding: 40px;
    border-radius: var(--radius);
    border: 5px solid var(--style-main);
    box-shadow: var(--shadow);
    background-color: var(--white);
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-form p {
    font-size: .9rem;
    line-height: 1.2;
}

.contact-form input:not([type="submit"]), .contact-form textarea {
    background: transparent;
    border: 0px;
    border-bottom: 3px solid var(--style-main);
}

.contact-form textarea {
    height: 40px!important;
}

.contact-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 0;
}

.contact-form .gform_required_legend {
    text-align: center;
    font-size: .8rem;
}

.contact img {
    position: absolute;
    bottom: 0px;
    left: 45%;
    transform: translatex(-50%);
    max-width: 320px;
    pointer-events: none;
}

@media(max-width: 1650px) {
    .contact img {
        left: 40%;
        max-width:250px; 
    }
}

@media(max-width: 1250px) {
    .contact-flex {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .contact-content, .contact-form {
        width: 100%;
    }

    .contact img {
        max-width: 100%;
        width: auto;
        max-height: 300px;
        left: 70%;
    }

    .contact .smile-title {
        text-align: center;
    }

    .contact-links {
        justify-content: center;
    }

    
}

@media(max-width: 768px) {
    .contact-form {
        padding: 20px;
    }
}

@media(max-width: 550px) {
    .contact img {
        max-height: 200px;
    }
}






/* specials */

.specials {
    border-block: 10px solid var(--style-tri);
    background: linear-gradient(90deg, rgba(114,160,196,1) 0%, rgba(255,255,255,1) 100%);
}

.specials-content {
    width: 50%;
    margin-left: auto;
}

.specials img {
    position: absolute;
    height: 105%;
    width: auto;
    object-fit: contain;
    object-position: bottom;
    bottom: 0;
    left: 20%;
    pointer-events: none;
}

.specials .smile-title:first-of-type {
    margin-bottom: 10px;
}

.gray-title {
    color: var(--style-quad);
}

.specials p {
    font-size: .9rem;
    color: var(--style-quad);
    max-width: 500px;
}

.specials-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.special-card {
    background: var(--white);
    padding: 20px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 3px solid var(--style-tri);
    max-width: 264px;

    display: flex;
    flex-direction: column;
}

.special-card-title {
    text-align: center;
    font-size: 1.1rem;
    color: var(--style-quad);
    font-weight: 500;
    flex-grow: 1;
    margin: 0px;
}

.special-discount {
    text-align: center;
    font-weight: bold;
    color: var(--style-quad);
    font-size: 1.8rem;
    text-transform: uppercase;
}

.special-disclaimer p {
    line-height: 1.3;
    margin: 0px;
}

@media(max-width: 2200px) {
    .specials img {
        left: 10%;
    }
}

@media(max-width: 1750px) {
    .specials img {
        left: 5%;
    }
}

@media(max-width: 1550px) {
    .specials-content {
        width: 100%;
    }

    .specials img {
        display: none;
    }

    .specials .smile-title {
        text-align: center;
    }

    .specials p {
        text-align: center;
        margin-inline: auto;
    }

    .specials-cards {
        justify-content: center;
    }
}







/* two faq */

.two-faq-flex {
    display: flex;
}

.faq-half {
    width: 50%;
}

.faq-half:first-of-type {
    background: #689ac1;
}

.faq-half:last-of-type {
    background: var(--style-sec);
}

.faq-pad {
    padding-inline: 40px;
}

.faq-content {
    max-width: 600px;
}

.faq-half:first-of-type .faq-content {
    margin-left: auto;
}

.faq-content .smile-link {
    margin-inline: auto;
    margin-top: 20px;
}

@media(max-width: 1024px) {
    .two-faq-flex {
        flex-direction: column;
    }

    .faq-half {
        width: 100%;
    }

    .faq-half .faq-content {
        margin-inline: auto;
    }
}



/* reviews */

.light-bg {
    background-color: var(--white);
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.dark-bg {
    background-color: var(--style-main);
}

.reviews.dark-bg {
    border-block: 10px solid var(--style-tri);
}

.reviews:has(+ .expert), .reviews:has(+ .contact) {
    border-bottom: 0px;
}

.dark-bg .smile-title {
    color: var(--white);
}

.reviews .smile-title {
    text-transform: uppercase;
}

.reviews .wpcp-slide-image {
    height: 100%;
    aspect-ratio: 4 / 3;
}

.reviews .wpcp-slide-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.reviews .wpcpro-wrapper .wpcp-carousel-section.wpcp-image-carousel .wpcp-single-item .wpcp-all-captions {
    padding: 10px; 
}

.reviews .wpcp-image-caption {
    font-weight: bold;
    color: var(--style-main);
}

.reviews.videos .wpcp-single-item {
    aspect-ratio: 16 / 9;
    width: 100%!important;
    /* min-height: 300px; */
}

.reviews.videos .iframe {
    aspect-ratio: 16 / 9;
    width: 100%!important;
}


/* blog */

.blog {
    border-block: 10px solid var(--style-main);
    background: var(--style-sec);
}

.blog .smile-title {
    text-align: center;
    text-transform: uppercase;
    color: var(--style-main);
}

.blog-posts {
    display: flex;
    gap: 100px;
    margin-top: 40px;
}

.blog-post {
    width: 30%;
    flex-grow: 1;
    position: relative;
}

.blog-post::before {
    content: '';
    display: inline;
    width: 2px;
    height: 80%;
    left: 0px;
    top: 50%;
    transform: translate(-50px, -50%);
    margin-inline: auto;
    background: var(--style-quad);
    position: absolute;
}

.blog-post:first-of-type::before {
    display:none;
    content: none;
}

.blog-post-title {
    font-size: 1.1rem;
    color: var(--style-main);
    font-weight: 500;
}

.blog-excerpt {
    color: var(--styhle-quad);
    font-size: .9rem;
    line-height: 1.3;
}

@media(max-width: 1024px) {
    .blog-posts {
        flex-direction: column;
        gap: 50px;
    }

    .blog-post {
        width: 100%;
        max-width: 500px;
        margin-inline: auto;
    }

    .blog-post::before {
        content: '';
        display: block;
        width: 70%;
        height: 2px;
        left: 50%;
        top: 0%;
        transform: translate(-50%, -25px);
    }
    
}


/* text area */

.beige-bg {
    background-color: var(--style-sec);
}

.text-area .smile-title {
    text-transform: capitalize;
}

.ta-pad {
    padding-block: 50px;
}

.text-area p {
    font-size: 1rem;
    color: var(--style-quad);
}

.text-area ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.text-area li {
    list-style-type: disc;
    font-size: 1rem;
}

.text-area input:not([type="submit"]), .text-area textarea {
    background: transparent;
    border: 0px;
    border-bottom: 3px solid var(--style-main);
}

.contact-form textarea {
    height: 40px!important;
}

@media(max-width: 768px) {
    .text-area p, .text-area li {
        font-size: .9rem;
        line-height: 1.3;
    }

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



/* ita */

.ita-flex {
    display: flex;
    gap: 50px;
}

.ita-flex::before, .ita-flex::after {
    content: none;
}

.ita-left .ita-flex {
    flex-direction: row-reverse;
}

.ita-content, .ita-image {
    width: 50%;
    position: relative;
}

.ita-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ita-image img {
    border-radius: var(--radius);
    border: 5px solid var(--style-tri);
    box-shadow: var(--shadow);
    min-height: 200px;
    max-height: 500px;
}

.image-contain img {
    object-fit: contain;
    border: 0px;
    background-color: transparent!important;
    box-shadow: none;
    border-radius: 0px;
}

.image-cover img {
    object-fit: cover;
}

.ita-image p {
    aspect-ratio: 16 / 9;
    width: 100%;
    display: block;
}

.ita-image video, .ita-image iframe {
    width: 100%!important;
    height: 100%;
    width: fit-content;
    border-radius: var(--radius);
    border: 5px solid var(--style-tri);
    box-shadow: var(--shadow);
}

.ita-image iframe {
    border: 0px;
}

.ita p {
    font-size: 1rem;
    color: var(--style-quad);
}

.ita ul {
    padding-left: 30px;
    margin-bottom: 20px;
}

.ita li {
    list-style-type: disc;
    font-size: 1rem;
}

@media(max-width: 1024px) {
    .mobile-down .ita-flex {
        flex-direction: column;
    }

    .mobile-up .ita-flex {
        flex-direction: column-reverse;
    }

    .ita-flex {
        gap: 20px;
    }

    .ita-content, .ita-image {
        width: 100%;
    }

    .ita-image img {
        width: auto;
    }
}

@media(max-width: 768px) {
    .ita p, .ita li {
        font-size: .9rem;
        line-height: 1.3;
    }

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



/* ita with links */

.ita-links {
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.ita-links-flex {
    display: flex;
    gap: 50px;
    align-items: stretch;
}

.ita-links-flex::before, .ita-links-flex::after {
    content: none;
}

.ita-links-image {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: fit-content;
    position: relative;
    max-width: 60%;
    margin-block: auto;
}

.ita-links-image p {
    margin: 0px;
    aspect-ratio: 16 / 9;
    width: 100%;
}

.ita-links-image video {
    height: fit-content;
    border-radius: var(--radius);
    border: 0px;
}

.ita-links-image iframe {
    width: 100%;
    height: 100%;
    border-radius: var(--radius);
    border: 0px;
}

.ita-links-links {
    flex-grow: 1;
    display: flex;
}

.ita-links-flex-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
}

.ita-link {
    background: var(--style-sec);
    border: 5px solid var(--style-tri);
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: var(--radius);
    padding: 20px;
    font-size: 1.3rem;
    color: var(--style-tri);
    line-height: 1;
    flex-grow: 1;
}

.ita-link-svg {
    min-width: fit-content;
}

.ita-link:hover {
    color: var(--style-tri);
    transform: scale(1.05);
    box-shadow: var(--shadow);
}

@media(max-width: 1250px) {
    .ita-link {
        font-size: 1rem;
    }
}

@media(max-width: 768px) {
    .ita-links-flex {
        flex-direction: column;
        gap: 30px;
    }

    .ita-links-image {
        max-width: 100%;
    }

    .ita-link {
        text-align: left;
        padding: 10px;
        gap: 10px;
    }

    .ita-link-svg, .ita-link-svg image {
        width: 40px;
        height: 40px;
    }
}


/* services cards */

.services {
    background: var(--style-sec);
    border-block: 10px solid var(--style-main);
}

.services:has(+ .cta), .services:has(+.dark-bg) { 
    border-block-end: 0;
}

.services .smile-title {
    color: var(--style-main);
}

.services-cards {
    display: flex;
    gap: 40px;
    justify-content: center;
    margin-top: 30px;
    flex-wrap: wrap;
}

.service-card {
    background: var(--white);
    padding: 25px;
    border: 5px solid var(--style-main);
    border-radius: var(--radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 30%;
    flex-grow: 1;
}

.service-title {
    text-align: center;
    font-weight: bold;
    color: var(--style-main);
    margin: 0px;
    font-size: 1.8rem;
}

.service-card p {
    font-size: .9rem;
    color: var(--style-quad);
    margin: 0;
    flex-grow: 1;
}

.service-link {
    background: var(--style-main);
    color: var(--white);
    padding: 10px 30px;
    border-radius: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}

.service-link:hover {
    transform: scale(1.05);
    box-shadow: var(--shadow);
    color: var(--white);
}

@media(max-width: 1550px) {
    .services-cards {
        gap: 20px;
    }

    .service-card {
        padding: 20px;
    }

    .service-title {
        font-size: 1.5rem;
    }
}

@media(max-width: 1250px) {
    .services-cards {
        flex-wrap: wrap;
    }

    .service-card {
        width: 100%;
        max-width: 400px;
    }
}

@media(max-width: 1024px) {
    .service-card {
        max-width: 100%;
    }

    .service-icon, .service-icon image {
        width: 80px;
        height: 60px;
    }

    .service-title {
        font-size: 1.3rem;
    }

    .service-link {
        font-size: .9rem;
    }
    
}

@media(max-width: 768px) {
    .services-cards {
        gap: 10px;
    }
    
    .service-card {
        padding: 10px;
        gap: 10px;
    }

    .service-card p {
        font-size: .8rem;
        line-height: 1.3;
    }
}



/* candidate */

.candidate {
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.can-content {
    background: var(--style-sec);
    padding: 30px;
    border-radius: var(--radius);
    border: 5px solid var(--style-tri);
}

.can-content p {
    font-size: .9rem;
    color: var(--style-quad);
    line-height: 1.4;
    margin: 0px;
}

.can-info {
    display: flex;
    margin-block: 50px;
}

.can-info-col {
    width: 33.3%;
    text-align: center;
    padding-inline: 60px;
    border-right: 2px solid var(--style-quad);
}

.can-info-col:last-of-type {
    border: 0px;
}

.can-title {
    color: var(--style-tri);
    font-weight: bold;
    font-size: 1.3rem;
}

@media(max-width: 1250px) {
    .can-icon {
        height: 80px;
        width: 80px;
    }
    
    .can-info {
        flex-direction: column;
        margin: 0px;
    }

    .can-info-col {
        width: 100%;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        padding: 50px 0;
        border-right: 0px;
        border-bottom: 2px solid var(--style-quad);
    }

    .can-info-col p {
        width: 100%;
    }

    .can-title {
        margin: 0px;
    }
}

@media(max-width: 768px) {
    .can-content {
        padding: 30px 15px;
    }

    .can-info-col {
        padding-block: 30px;
        flex-direction: column;
        text-align: center;
    }

    .can-icon {
        height: 50px;
        width: 50px;
    }
    
}





/* process */

.process {
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.proc-flex {
    background: var(--style-sec);
    padding: 30px;
    border: 5px solid var(--style-tri);
    border-radius: var(--radius);
    position: relative;

    display: flex;
    gap: 30px;
    align-items: center;
}

.proc-text {
    max-width: 520px;
}

.proc-text p {
    font-size: .9rem;
    color: var(--style-quad);
}

/* proc items */

.proc-items {
    flex-grow: 1;
}

.proc-item {
    position: relative;
    cursor: pointer;
    width: 100%;
    max-width: 500px;
}

.proc-item-title {
    color: var(--style-quad);
    font-size: 1.1rem;
    font-weight: 500;
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0px;
    text-wrap: pretty;
    width: 100%;
}

.proc-item-title::before {
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: var(--style-tri);
    font-size: 2rem;
}

.active-item .proc-item-title::before {
    content: "\f0d7";
}

.proc-item-text {
    position: absolute;
    background: var(--white);
    padding: 10px;
    font-size: .9rem;
    color: var(--style-quad);
    border-radius: 15px;
    border: 3px solid var(--style-tri);
    top: 100%;
    left: 0px;
    pointer-events: none;
    opacity: 0;
    transform: translatey(20px);
    transition: .4s;
    z-index: 5;
    box-shadow: var(--shadow);
}

.proc-item-text p {
    margin: 0px;
}

.active-item .proc-item-text {
    opacity: 1;
    transform: translatey(0px);
    pointer-events: all;
}

.proc-flex img {
    position: absolute;
    max-width: 330px;
    bottom: 0px;
    right: 2%;
}


@media(max-width: 1550px) {
    .proc-flex img {
        display: none;
    }

    .proc-text, .proc-items {
        width: 50%;
        max-width: 100%;
    }
    
}

@media(max-width: 1024px) {
    .proc-flex {
        flex-direction: column;
    }

    .proc-text, .proc-items {
        width: 100%;
    }
}

@media(max-width: 768px) {
    .proc-flex {
        padding: 30px 15px;
    }

    .proc-item {
        margin-bottom: 20px;
    }

    .proc-item:last-of-type {
        margin: 0px;
    }
    
    .proc-item-title {
        text-align: left;
        font-size: 1rem;
    }
}


/* icon links */

.icon-links {
    background-image: url('/wp-content/themes/high-octane-3.3.0/assets/img/icons/smiles-texture.svg');
    background-repeat: no-repeat;
    background-size: cover;
}

.icon-links-flex {
  display: flex;
  gap: 30px;
}

.icon-link {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 10px;

  background: var(--style-sec);
  padding: 40px;
  border-radius: var(--radius);
  border: 5px solid var(--style-tri);
  flex-grow: 1;
  width: calc(100% / 6);

  color: var(--style-tri);
  font-weight: bold;
  line-height: 1.3;
}

.icon-link:hover {
  color: var(--style-tri);
  transform: scale(1.05);
  box-shadow: var(--shadow);
}

@media(max-width: 1550px) {
    .icon-links-flex {
        flex-wrap: wrap;
    }

    .icon-link {
        width: 30%;
    }
}

@media(max-width: 1024px) {
    .icon-links-flex {
        gap: 15px;
    }

    .icon-link {
        padding: 20px;
    }
}

@media(max-width: 768px) {
    .icon-link {
        font-size: .9rem;
    }
    
    .icon-link svg {
        width: 50px;
        height: 50px;
    }
}

@media(max-width: 550px) {
    .icon-links-flex {
        gap: 10px;
    }
    
    .icon-link {
        width: 45%;
        padding: 15px;
    }
}









/* faq and image */

.faq-and-image {
    display: flex;
}

.faq-and-image::before, .faq-and-image::after {
    content: none;
}

.faq-image, .faq-and-content {
    width: 50%;
}

.faq-image {
    position: relative;
}

.faq-image img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.faq-right {
    flex-direction: row-reverse;
}

.faq-right .faq-content {
    margin-left: auto;
}

.faq-and-content {
    background: var(--style-sec);
    padding: 100px;
}

.faq-and-content .smile-title {
    color: var(--style-main);
    text-transform: uppercase;
}

@media(max-width: 1250px) {
    .faq-and-image {
        flex-direction: column!important;
    }

    .faq-image {
        aspect-ratio: 16 / 9;
        width: 100%;
    }

    .faq-and-content {
        width: 100%;
    }

    .faq-and-content .faq-content {
        margin-inline: auto;
    }
}

@media(max-width: 768px) {
    .faq-and-content {
        padding: 40px 20px;
    }
}



/* provider logos */

.provider-logos {
    background: var(--style-main);
    border-block: 5px solid var(--style-tri);
}

.prov-logos-flex {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.prov-logos-flex img {
    aspect-ratio: 5 / 3;
    object-fit: contain;
    width: 10%;
    flex-grow: 1;
}

@media(max-width: 1024px) {
    .prov-logos-flex img {
        width: 30%;
    }
}