/* CSS Document */

/* Styles */

.sub-header {
    /* display: none; */
}

.site-inner .wrap {
    max-width: 100%;
}

.content .wrap {
    max-width: 1650px;
}

.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;
}

/* change to match site */
.title,
.genuine-title {
    display: block;
    font-family: var(--bold-font);
    text-transform: uppercase;
    font-size: 40px;
    line-height: 53px;
    margin: 0 0 18px;
}   

    .green {
        color: var(--style-sec);
    }

    .black {
        color: var(--style-main);
    }

    .white {
        color: #fff;
    }

    .genuine-med {
        font-family: var(--med-font);
    }

/* change to match site */
.link,
.genuine-link {
    display: block;
    width: fit-content;
    font-family: var(--link-font);
    background: var(--style-sec);
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    padding: 8px 34px;
}  

    .link:hover,
    .genuine-link:hover {
        background: var(--style-tri);
        color: #fff;
    }

.line-link {
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-family: var(--link-font);
    border: 2px solid var(--style-sec);
    border-radius: 10px;
    color: var(--style-sec);
    font-size: 16px;
    padding: 3px 23px;
}

    .white-line {
        border-color: #fff;
        color: #fff;
    }

    .line-link:hover {
        background: var(--style-sec);
        color: #fff;
    }

    .white-line:hover {
        border-color: var(--style-sec);
    }

.it-text ol,
.it-text ul,
.text-area ol,
.text-area ul {
  margin-bottom: 28px;
}

.it-text ol > li,
.text-area ol > li {
  list-style-type: decimal;
  list-style-position: inside;
}

.it-text ul > li,
.text-area ul > li {
  list-style-type: disc;
  list-style-position: inside;
}

.it-text ol ol,
.it-text ul ul,
.text-area ol ol,
.text-area ul ul {
  margin-bottom: 0;
}

/* Hero */

.hero-flex {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.hero-title {
    display: block;
    font-family: var(--main-font);
    color: var(--style-sec);
    text-transform: uppercase;
    font-size: 70px;
    line-height: 74px;
}

.hero-link {
    transition: all 0.4s linear;
    display: block;
    width: fit-content;
    margin: 0 auto;
    background: var(--style-sec);
    color: var(--style-main);
    text-transform: uppercase;
    font-size: 24px;
    padding: 5px 30px;
}  

    .hero-link:hover {
        background-color: var(--style-main);
        color: var(--style-sec);
    }

/* Image and Text */

.image-text-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.it-image {
    width: 50%;
}

    .image-right {
        order: 1;
    }

.it-image img {
    object-fit: cover;
    width: 100%;
    height: 600px;
}

.it-text {
    width: 47%;
}

    .it-text p:last-of-type {
        margin-bottom: 0px;
    }

/* CTA */

.cta {
    background-color: var(--style-main);
    text-align: center;
    padding: 25px 0;
}

.cta-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.cta-title {
    color: var(--style-sec);
    margin-bottom: 0;
}

.cta-link {
    background: var(--style-sec);
    color: var(--style-main);
    font-size: 27px;
    margin: 0;
}

    .cta-link:hover {
        background-color: var(--style-tri);
        color: var(--style-sec);
    }

/* Textarea */

.text-area {
    padding: 50px 0;
}

.text-area h1:not(:is(.title)),
.text-area h2:not(:is(.title)),
.text-area h3:not(:is(.title)),
.text-area h4:not(:is(.title)),
.text-area h5:not(:is(.title)) {
    font-family: var(--main-font);
    color: var(--style-main);
    font-size: 27px;
}

.text-area iframe {
    float: right;
    width: 560px;
    margin-left: 13px;
}

    .text-area p:last-child {
        margin: 0;
    }

/* FAQ */

.faq {
	padding-bottom: 50px;
}

/* CTA */

.cta {
    background: var(--style-main);
    text-align: center;
    padding: 46px 0;
}

.cta .white {
    margin-right: 13px;
}

.cta-text {
    font-family: var(--med-font);
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin: 0 0 5px;
}

.cta .genuine-title {
    display: block;
    font-size: 64px;
    margin: 0 0 13px;
}

.cta-flex {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 32px;
}

.cta-link {
    display: block;
    margin: 0 auto;
    font-family: var(--link-font);
    background: var(--style-sec);
    border: 3px solid var(--style-sec);
    border-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 28px;
    width: 248px;
    padding: 10px 0;
}

    .cta-link:hover {
        background: transparent;
        color: var(--style-sec);
    }

/* Reviews */

.reviews {
    /* background: var(--style-main); */
    /* background: #eaebed; */
    text-align: center;
    padding: 60px 0;
}

.reviews .genuine-title .white {
    color: var(--style-main);
    margin-right: 13px;
}

.reviews p {
    font-size: 16px;
    line-height: 19px;
    width: 621px;
    margin: 0 auto 20px;
}

.ti-widget.ti-goog .ti-reviews-container-wrapper {
    justify-content: center;
}

/* Models */

.models {
    background: var(--style-main);
    text-align: center;
    padding: 46px 0;
}

.models .white {
    margin-right: 13px;
}

.models .wrap {
    max-width: 90%;
}

.models .wpcp-slide-image img {
    object-fit: contain;
}

.wpcp-prev-button,
.wpcp-next-button {
    display: none !important;
}

/* Service Areas */

.service-areas {
  padding: 50px 0;
}

/* Buckets */

.buckets {
    background: var(--style-main);
    text-align: center;
    padding: 50px 0;
}

    .membership .buckets {
        background: #fff;
        padding: 50px 0 0;
    }

.buckets-main-title {
    color: #fff;
    margin-bottom: 40px;
}

.bucket-items {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 35px 2%;
}

    .membership .bucket-items {
        justify-content: center;
        align-items: center;
        gap: 0 2%;
    }

.bucket-items li {
    text-align: left;
    background: #fff;
    border-radius: 10px;
    padding: 28px 20px;
    flex: 0 1 32%;
}

    .membership .bucket-items li {
        flex: 0 1 49%;
    }

    .membership .bucket-items iframe {
        width: 100%;
        height: 450px;
    }

.bucket-items img {
    object-fit: cover;
    width: 100%;
    height: 320px;
    margin: 0 auto 20px;
}

.bucket-title {
    font-family: var(--black-font);
    color: var(--style-main);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
}

.bucket-items p {
    color: var(--style-main);
    font-size: 16px;
    line-height: 19px;
}

    .bucket-items p:last-of-type {
        margin: 0;
    }

.bucket-items .link {
    background: var(--style-sec);
    color: var(--main);
    margin: 20px auto 0;
}

    .bucket-items .link:hover {
        background-color: var(--style-tri);
        color: var(--style-sec);
    }

/* Testimonials */

.testimonials {
    text-align: center;
    padding: 50px 0;
}

.testimonials .title {
    margin: 0 0 40px;
}

.testimonials p {
    margin: 0;
}

.testimonials .link {
    margin: 0 auto;
}

/* Tabs */

.tabs {
    background: var(--style-main);
    padding: 50px 0;
}

.tabs .title {
    text-align: center;
    color: var(--style-sec);
    margin: 0 0 40px;
}

.tab-flex {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.tab-buttons {
    width: 25%;
}

.tablinks {
    transition: all 0.4s linear;
    display: block;
    width: 100%;
    border-radius: 0;
    background: var(--style-sec);
    color: var(--style-main);
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 10px;
    margin: 0 0 10px !important;
}

    .tablinks:hover,
    .tablinks.active {
        background: var(--style-tri);
        color: var(--style-sec);        
    }

.tab-info {
    width: 72%;
}

.tabcontent {
    display: none;
    color: var(--style-sec);
}

    .tabcontent:first-child {
        display: block;
    }

    .tabcontent p:last-of-type {
        margin: 0;
    }

/* Plans */

.plans {
    background: var(--style-main);
    text-align: center;
    padding: 76px 0;
}

.main-text {
    font-size: 16px;
    line-height: 19px;
    width: 621px;
    margin: 0 auto;
}

    .plans .main-text {
        color: #fff;
    }

    .main-text2 {
        font-size: 24px;
        line-height: 30px;        
    }

    .main-text2 p {
        margin: 0 auto;
    }

.plan-flex {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0 30px;
    margin: 0 0 40px;
}

.plan-info {
    transition: all 0.4s linear;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 1 413px;
    min-height: 430px;
    padding: 28px 20px;
}

.plan-type {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 18px;
}

.type {
    text-align: left;
    font-family: var(--black-font);
    color: var(--style-main);
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    width: 280px;
}

.plan-type img {
    order: 1;
    width: 66px;
}

.cost {
    text-align: center;
    border-bottom: 2px solid var(--style-main);
}

.yearly,
.monthly {
    padding: 0 0 10px;
}

.cost-text {
    color: var(--style-main);
    font-size: 20px;
    line-height: 24px;
    margin-right: 21px;
}

.cost-number {
    font-family: var(--med-font);
    color: var(--style-main);
    font-size: 52px;
    line-height: 65px;
}

.benefits {
    text-align: left;
    font-size: 16px;
    line-height: 19px;
    padding: 18px 0 0;
}

.benefits p {
    margin: 0 0 10px;
}

    .benefits p:last-child {
        margin: 0;
    }

.benefits ul {
    padding-left: 25px;
    margin: 0 0 18px;
}

.benefits li {
    display: list-item;
    margin: 0 0 18px;
    padding-left: 10px;
}

    .benefits li:last-of-type {
        margin: 0;
    }

    .benefits li::marker {
        font-family: "Font Awesome 6 Free";
        content: "\f058";
        color: var(--style-sec);
        font-size: 25px;
    }

.benefits span {
    position: relative;
    top: -4px;
}

/* Responsive Design */

@media (max-width: 1850px) {
  
  .content .wrap {
    max-width: 1550px;
  }
}

@media (max-width: 1750px) {
  
  .content .wrap {
    max-width: 1500px;
  }
}

@media (max-width: 1650px) {
  
  .content .wrap {
    max-width: 1400px;
  } 

/* CTA */

    .cta-link {
        font-size: 20px;
        line-height: 24px;
    }  
    
/* Tabs */
    
    .tab-buttons {
        width: 30%;
    }
    
    .tab-info {
        width: 67%;
    }  
}

@media (max-width: 1550px) {
  
  .content .wrap {
    max-width: 1300px;
  }   
}

@media (max-width: 1440px) {
 
    .content .wrap {
        max-width: 1200px;
    }  

/* Hero */
    
    .hero-flex {
        height: 460px;
    }
    
    .hero-title {
       font-size: 66px;
    }

/* Buckets */

    .membership .bucket-items iframe {
        height: 400px;
    }
    
/* CTA */
    
    .cta-text {
        font-size: 20px;
    }
    
    .cta .genuine-title {
        font-size: 60px;
        margin: 0 0 14px;
    }

    .cta-link {
        font-size: 18px;
    } 

/* Plans */
    
    .yearly, .monthly {
        padding: 0 0 14px;
    }  

    .benefits {
        padding: 14px 0;
    }    

    .benefits ul {
        padding-left: 20px;
    }    

    .benefits li {
        margin: 0 0 14px;
    }    

        .benefits li::marker {
            font-size: 20px;
        }    
}
 
@media (max-width: 1350px) {

    .content .wrap {
        max-width: 1100px;
    }

/* Hero */
    
    .hero-flex {
        height: 420px;
    }
    
    .hero-title {
        font-size: 62px;
    }
    
    .hero-link {
        font-size: 23px;
    }  

/* CTA */

    .cta-text {
        font-size: 18px;
    }
    
    .cta .genuine-title {
        font-size: 56px;
    }
    
    .cta-flex {
        gap: 0 22px;
    }
    
    .cta-link {
        width: 208px;
    }   
    
/* Buckets */
    
    .bucket-items li {
        flex: 0 0 32%;
    }   

        .membership .bucket-items iframe {
            height: 350px;
        }    

/* Tabs */
    
    .tab-buttons {
        width: 35%;
    }
    
    .tab-info {
        width: 62%;
    } 

/* Plans */
    
    .plan-info {
        flex: 0 1 433px;
    }

    .plan-type {
        margin: 0 0 14px;
    }

    .type {
        font-size: 18px;
    }
    
    .cost-text {
        line-height: 18px;
        margin-right: 12px;
    }

    .cost-number {
        font-size: 44px;
        line-height: 57px;
    }
    
    .benefits li {
        font-size: 15px;
        line-height: 17px;
    }
    
        .benefits li:before {
            margin-right: 10px;
        }    
}

@media (max-width: 1250px) {

    .content .wrap {
        max-width: 1000px;
    }  

/* Hero */
    
    .hero-title {
        font-size: 58px;
    }

/* Text Area */

    .text-area iframe {
        width: 480px;
        height: 275px;
    }

/* Buckets */
    
        .membership .bucket-items iframe {
            height: 310px;
        }      
    
/* CTA */
    
    .cta .genuine-title {
        font-size: 52px;
    } 

/* Plans */

    .plan-flex {
        gap: 0 20px;
    }
    
    .plan-info {
        flex: 1 0 320px !important;
    }
    
    .plan-type {
        margin: 0 0 14px;
    }

    .type {
        line-height: 20px;
        width: 200px;
    }    

    .cost-number {
        font-size: 40px;
        line-height: 53px;
    }    
}

@media (max-width: 1150px) {

    .content .wrap {
        max-width: 900px;
    }   

/* Hero */
    
    .hero-flex {
        height: 380px;
    }
    
    .hero-title {
        font-size: 54px;
    }
    
    .hero-link {
        padding: 0 20px;
    }  

/* Text Area */

    .text-area iframe {
        width: 440px;
    }    
    
/* Image and Text */

    .image-text-flex {
        display: block;
    }
    
    .it-image {
        float: left;
        padding-right: 28px;
    }
    
        .image-right {
            float: right;
            padding-left: 28px;
            padding-right: 0;
        }
    
    .it-image img {
        height: 500px;
    }
    
    .it-text {
        width: 100%;
    }

/* Plans */
    
    .plan-flex {
        margin: 0 0 30px;
    }

    .plan-info {
        flex: 1 0 275px !important;
    }
    
    .yearly, .monthly {
        padding: 0 0 10px;
    }
    
    .type {
        font-size: 16px;
        width: 160px;
    }    
    
    .cost-number {
        font-size: 36px;
        line-height: 49px;
    }    
}

@media (max-width: 1024px) {
    
    .content .wrap {
        max-width: 90%;
    }     

/* Hero */
    
    .hero-title {
        font-size: 50px;
    }
    
    .hero-link {
        font-size: 18px;
        padding: 0 20px;
    }      

/* Text Area */

    .text-area iframe {
        width: 400px;
        height: 235px;
    } 

/* Buckets */
    
        .membership .bucket-items {
            gap: 10px 0;
        }
        .membership .bucket-items li {
            flex: 0 1 100%;
        }
    
        .membership .bucket-items iframe {
            height: 400px;
        }      
    
/* CTA */

    .cta-text {
        font-size: 16px;
    }
    
    .cta .genuine-title {
        font-size: 48px;
    }
    
    .cta-link {
        font-size: 16px;
        line-height: 24px;
    }  
    
/* Image and Text */
    
    .it-image {
        width: 100%;
        float: none !important; 
        padding: 0 !important;
        margin: 0 0 30px;
    }
    
        .image-right {
            order: 0;
        }
    
/* Buckets */
    
    .bucket-items {
        gap: 25px 2%;
    }
    
    .bucket-items li {
        flex: 0 0 48%;
    }

/* Tabs */

    .tab-flex {
        flex-direction: column;
        gap: 10px 0;
    }
    
    .tab-buttons {
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px 2%;
    }
    
    .tablinks {
        flex: 0 0 32%;
        margin: 0 0 0px !important;
    }
    
    .tab-info {
        width: 100%;
    }

/* Plans */

    .plans {
        padding: 56px 0;
    }
    
    .plan-flex {
        flex-wrap: wrap;
        gap: 30px 2%;
    }
    
    .plan-info {
        flex: 1 0 49% !important;
        height: 456px;
    }

    .plan-type {
        gap: 0 30px;
    }
        
    .type {
        font-size: 18px;
        width: 85%;
    }
    
    .yearly, .monthly {
        padding: 0 0 14px;
    }
    
    .cost-text {
        margin-right: 18px;
    }
    
    .benefits li {
        font-size: 16px;
        line-height: 19px;
    }
    
}

@media (max-width: 900px) {

/* Plans */

    .plan-info {
        height: 466px;
    }    
    
    .benefits li {
        font-size: 15px;
        line-height: 17px;
    }    
}

@media (max-width: 768px) {

    .content .wrap {
        max-width: 85%;
    }     

/* Hero */
    
    .hero-title {
        font-size: 46px;
    }

/* Text Area */

    .text-area iframe {
        float: none;
        width: 100%;
        height: 365px;
        margin-left: 0px;
    }

/* Buckets */

        .membership .bucket-items iframe {
            height: 350px;
        }    
    
/* CTA */
    
    .cta .genuine-title {
        font-size: 44px;
    }

    .cta-flex {
        gap: 0 14px;
    }
        
    .cta-link {
        width: 168px;
        line-height: 20px;
    }     

/* Reviews */

    .reviews p {
        width: auto;   
    }    

/* Models */
    
    .models .wrap {
        max-width: 85%;
    }  
    
/* Image and Text */
    
    .it-image img {
        height: 450px;
    }
    
    .it-text {
        text-align: center;
    }   

/* Textarea */
    
    .text-area {
        text-align: center;
    }
    
/* Buckets */
    
    .bucket-items {
        gap: 25px 0;
    }
    
    .bucket-items li {
        flex: 1 0 100%;
    } 	

/* Tabs */
    
    .tablinks {
        flex: 1 0 49%;
    }  

/* Plans */

    .main-text {
        width: auto;
    }
    
    .plan-flex {
        gap: 30px 0;
    }
    
    .plan-info {
        flex: 1 0 100% !important;
        height: auto;
        padding: 20px;
    }
    
    .plan-type {
        justify-content: center;
        gap: 0 21px;
    }

    .cost {
        text-align: center;
        margin-left: 0;
    }
    
    .benefits {
        text-align: center;
    }

    .benefits ul {
        padding-left: 0px;
    }    
    
    .benefits li {
        list-style-position: inside;
        font-size: 16px;
        padding: 0;
    }

        .benefits span {
            margin-left: 10px;
        }     
}

@media (max-width: 660px) {

/* Text Area */

    .text-area iframe {
        height: 325px;
    }

/* Buckets */

        .membership .bucket-items iframe {
            height: 300px;
        }
    
/* CTA */
    
    .cta .genuine-title {
        font-size: 40px;
    }
        
        .cta .white {
            margin-right: 10px;
        }    

/* Reviews */
    
    .reviews .genuine-title .white {
        margin-right: 10px;
    }    

/* Models */

    .models .white {
        margin-right: 10px;
    }    
    
/* Image and Text */
    
    .it-image img {
        height: 400px;
    }                             
}

@media (max-width: 550px) {

.title {
    font-size: 32px;
}

.link {
    width: 85%;
    font-size: 18px;
    padding: 5px 10px;
}

/* Textarea */

    .text-area iframe {
        height: 255px;
    }
    
    .text-area p,
    .text-area li {
        font-size: 16px;
    }

/* CTA */
    
    .cta .genuine-title {
        font-size: 36px;
        line-height: 40px;
    }
    
    .cta-flex {
        flex-direction: column;
        gap: 12px 0;
    }
    
    .cta-link {
        width: 250px;
    }
    
/* Image and Text */

    .it-text p,
    .it-text li {
        font-size: 16px;
    }

/* CTA */

    .cta {
        padding: 35px 0;
    }
    
    .cta-title {
        font-size: 32px;
        line-height: 34px;
        margin: 0;
    }

    .cta-right {
        width: 100%;
    }
    
    .cta-link {
        font-size: 20px;
    } 

/* Buckets */
    
    .bucket-items img {
        margin: 0 auto 15px;
    }
    
    .bucket-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .bucket-items p {
        font-size: 16px;
    }  

/* Testimonials */

	.testimonials .title {
	    margin: 0 0 20px;
	}	

/* Tabs */
    
    .tabs .title {
        margin: 0 0 20px;
    }
    
    .tab-buttons {
        gap: 10px 0;
    }
    
    .tablinks {
        flex: 1 0 100%;
        font-size: 18px;
    }   

/* Plans */

    .plan-type {
        flex-direction: column;
        justify-content: center;
        gap: 10px 0;
        margin: 0 0 18px;
    }

    .type {
        width: auto;
    }    

    .plan-type img {
        order: 0;
    }

    .cost-text,
    .cost-number {
        display: block;
    }

    .cost-text {
        margin: 0 auto 5px;
    }
    
    .cost-number {
        font-size: 40px;
        line-height: 53px;
    }      
}

@media (max-width: 450px) {

.title {
    font-size: 27px;
}
    
.link {
    width: 90%;
}

/* Hero */
    
    .hero-flex {
        height: 340px;
    }
    
    .hero-title {
        font-size: 42px;
    }

/* Textarea */

    .text-area iframe {
        height: 215px;
    }    

/* Buckets */

        .membership .bucket-items iframe {
            height: 220px;
        }
    
/* CTA */
    
    .cta .genuine-title {
        font-size: 32px;
        line-height: 36px;
    } 

        .cta .white {
            margin-right: 8px;
        }    

/* Reviews */
    
    .reviews .genuine-title .white {
        margin-right: 8px;
    }    

/* Models */

    .models .white {
        margin-right: 8px;
    }
    
/* Image and Text */
    
    .it-image img {
        height: 350px;
    }
}

@media (max-width: 350px) {

.link {
    width: 100%;
}

/* Hero */

    .hero-flex {
        height: 300px;
    }
    
    .hero-link {
        width: 100%;
    }  

/* Textarea */

    .text-area iframe {
        height: 175px;
    }      

/* Buckets */

        .membership .bucket-items iframe {
            height: 170px;
        }
    
/* CTA */
    
    .cta .genuine-title {
        font-size: 28px;
        line-height: 32px;
    }

    .cta-flex li {
        width: 100%;
    }
    
    .cta-link {
        width: 100%;
    }     
    
/* Image and Text */
    
    .it-image img {
        height: 300px;
    }

/* CTA */
    
    .cta-left {
        margin: 0 0 20px;
    } 

/* Plans */

    .cost-number {
        font-size: 36px;
        line-height: 49px;
    }     
}