/* CSS Document */

/* Styles */

.sub-header .entry-title {
    display: none;
}

.sub-header {
    position: relative;
    background: none;
    height: 0px;
    padding: 0px;
}

.sub-header .wrap {
    position: relative;
}

.rank-math-breadcrumb {
    position: absolute;
    top: 0px;
    right: 0px;
    background: var(--style-main);
    padding: 5px 20px;
    border-radius: 0 0 10px 10px;
    z-index: 50;
    box-shadow: 0px 0px 6px #00000029;
}

.sub-header .wrap {
    justify-content: flex-end;
}

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

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

.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 {
    display: block;
    font-family: var(--main-font);
    text-transform: uppercase;
    font-weight: 900;
    color: var(--style-sec);
    font-size: 36px;
    line-height: 38px;
}   

/* change to match site */
.link {
    transition: all 0.4s linear;
    display: block;
    width: fit-content;
    background: var(--style-main);
    color: var(--style-sec);
    text-transform: uppercase;
    font-size: 20px;
    padding: 5px 30px;
    margin-top: 28px;
}  

    .link:hover {
        background-color: var(--style-tri);
        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 .octane-content {
    background: transparent linear-gradient(0deg, black 0%, #59626A00 100%) 0% 0% no-repeat padding-box;
}

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

.hero-title {
    display: block;
    font-family: var(--main-font);
    font-weight: 900;
    color: var(--style-tri);
    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;
    border-radius: 15px;
    border: 5px solid white;
    box-shadow: 0px 0px 10px #00000029;
}

.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 p:last-child {
        margin: 0;
    }

/* Buckets */

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

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

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

.bucket-items li {
    flex: 0 0 23.4%;
}

.bucket-items img {
    margin: 0 auto 20px;
}

.bucket-title {
    color: var(--style-sec);
    font-size: 30px;
}

.bucket-items p {
    color: var(--style-sec);
    font-size: 18px;
    line-height: 24px;
}

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


/* SERVICES */

.window-subtitle {
    font-weight: bold;
    font-size: 28px;
    color: var(--style-sec);
    text-wrap: balance;
}

.window-title {
    font-size: 32px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--style-sec);
    text-wrap: balance;
}

.divider {
    width: 200px;
    border: 0px;
    height: 4px;
    background: #071520;
    border-radius: 15px;
}

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

#services {
    padding: 100px 0px;
    background: var(--style-tri);
}

.services {
    display: flex;
    gap: 10px;
    max-width: 1000px;
    margin: auto;
    margin-top: 50px;
}

#services .window-subtitle, #services .window-title {
    text-align: center;
}

#services .window-title {
    font-size: 48px;
}

.service {
    position: relative;
    border-radius: 15px;
    transition: .3s;
    transform-origin: bottom;
    cursor: pointer;
    width: 33.3%;

    perspective: 150rem;
  -moz-perspective: 150rem;
}

.service:hover {
    transform: translatey(-30px);
}

.service:hover + .service,
.service:has(+ .service:hover) {
  transform: translatey(-10px) ;
}

.service-title-section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(112, 112, 112, .9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-title {
    color: white;
    font-weight: bold;
    text-align: center;
    font-size: 24px;
}

.service-content {
    background: var(--style-main);
    color: white;
    padding: 20px;
    height: 100%;
    position: relative;
    transform: rotateY(180deg);
    border-radius: 15px;
    transition: .5s;
    pointer-events: none;
}

.service-content, .service-front {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.service-content p {
    line-height: 20px;
    font-size: 16px;
    text-align: center;
    margin: 0px;
}

.active .service-content {
    transform: rotateY(0);
}

.service-front {
    position: absolute;
    background: black;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    transition: .5s;
}

.active .service-front {
    transform: rotatey(-180deg)
}





/* CTA */

.window-link {
    background: var(--style-main);
    z-index: 50;
    padding: 10px 20px;
    border-radius: 15px;
    font-size: 18px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    transition: .3s;
    display: block;
    width: fit-content;
    position: relative;
    overflow: hidden;
    text-align: center;
    border: 3px solid white;
}

.window-link::before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    background: black;
    z-index: -1;
    transition: .3s;
}

.window-link:hover {
    transform: scale(1.05);
    color: white;
}

.window-link:hover::before {
    top: 0%;
}

#cta {
    position: relative;
}

.cta-background {
    width: 60%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

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

.cta-content {
    padding: 100px 20px;
    background: transparent linear-gradient(90deg, #071520 45%, #59626A00 100%) 0% 0% no-repeat padding-box;
    display: flex;
    flex-direction:column;
    justify-content: center;
    align-items: center;
}

.cta-title {
    color: white;
    font-weight: 900;
    font-size: 55px;
}

.cta-content p {
    color: white;
    font-size: 30px;
}



/* end */

#end {
    position: relative;
}

.end-gradient {
    position: relative;
    padding: 300px 30px;
    background: transparent linear-gradient(180deg, #344651DE 0%, #0A0E10 100%) 0% 0% no-repeat padding-box;
}

.end-subtitle {
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

.end-title {
    font-size: 80px;
    color: white;
    text-align: center;
    font-weight: 900;
    line-height: 85px;
}

.end-content {
    max-width: 1200px;
    margin: auto;
}

.end-content .window-link {
    margin: auto;
}


/* packages */

.pad {
    padding: 50px 0px;
}

#packages {
    background: var(--style-tri);
}

#packages p {
    font-weight: bold;
}

#packages p, #packages .window-title {
    text-align: center;
}

.package-cards {
    display: flex;
    justify-content: center;
    gap: 5px;
}

.package-card {
     background: white;
     width: 25%;
     padding: 15px;

     display: flex;
     flex-direction: column;
     align-items: center;
    box-shadow: 0px 0px 6px #00000029;
}

.package-title {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
}

.package-card ul {
    flex-grow: 1;
    margin-bottom: 20px;
    width: 100%;
}

.package-card li {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.package-card li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--style-main);
}














/* Responsive Design */





@media (max-width: 1650px) {
  
  .content .wrap {
    max-width: 1400px;
  } 
    
/* Tabs */
    
    .tab-buttons {
        width: 30%;
    }
    
    .tab-info {
        width: 67%;
    }  

    /* end */

    .end-title {
        font-size: 60px;
        line-height: 60px;
    }
}

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

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

/* Hero */
    
    .hero-title {
        font-size: 66px;
    }
}
 
@media (max-width: 1350px) {

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

/* Hero */
    
    .hero-title {
        font-size: 62px;
    }
    
    .hero-link {
        font-size: 23px;
    }  
    
/* Buckets */
    
    .bucket-items li {
        flex: 0 0 32%;
    }   

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

    /* services */

    .services {
        flex-wrap: wrap;
    }

    .service {
        flex-grow: 1;
        width: calc(33.3% - 10px);
    }

    .service:hover + .service,
    .service:has(+ .service:hover) {
      transform: initial;
    }
}

@media (max-width: 1250px) {

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

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


    /* packages */

    .package-cards {
        flex-wrap: wrap;
    }

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

@media (max-width: 1150px) {

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

/* Hero */
    
    .hero-title {
        font-size: 54px;
    }
    
    .hero-link {
        padding: 0 20px;
    }     
    
/* 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%;
    }
}

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

    .sub-header {
        position: relative;
        background: var(--style-main);
        height: auto;
        padding: 5px;
    }

    .sub-header .wrap {
        justify-content: center;
    }

    .rank-math-breadcrumb {
        position: relative;
        right: initial;
        font-size: 14px;
        padding: 0px;
        box-shadow: none;
    }

    .rank-math-breadcrumb p {
        font-size: 14px;
    }

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

    .hero-flex {
        padding: 75px 0px;
    }
    
/* Image and Text */
    
    .it-image {
        width: 100%;
        float: none !important; 
        padding: 0 !important;
        margin: 0 0 30px;
    }
    
        .image-right {
            order: 0;
        }

/* CTA */

    .cta-flex {
        justify-content: space-between;
    }
    
/* 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%;
    }      

    /* cta */

    cta-title {
        font-size: 40px;
    }

    .cta-content {
        background: transparent linear-gradient(0deg, #071520 50%, #59626A00 100%) 0% 0% no-repeat padding-box;
    }

    .cta-content p {
        font-size: 25px;
    }

    .cta-background {
        width: 100%;
        height: 50%;
    }

    /* end */

    .end-content {
        max-width: 700px;
    }

    .end-gradient {
        padding: 150px 0px;
    }

    .end-subtitle {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .end-title {
        font-size: 40px;
        line-height: 45px;
    }
}

@media(max-width: 850px) {
    .service {
        width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {

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

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

    .hero-flex {
        padding: 50px 0px;
    }
    
/* Image and Text */
    
    .it-image img {
        height: 450px;
    }
    
    .it-text {
        text-align: center;
    }

/* CTA */
    
    .cta-flex {
        flex-direction: column;
    }
    
    .cta-left {
        margin: 0 0 15px;
    }
    
    .cta-title {
        font-size: 36px;
        line-height: 38px;
    }
    
    .cta-link {
        font-size: 25px;
    }    

/* 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%;
    }   

    /* services */

    .window-subtitle {
        font-size: 20px;
        text-align: center;
    }

    .window-title, #services .window-title {
        text-align: center;
        font-size: 25px;
    }

    #services {
        padding: 40px 0px;
    }

    /* cta */

     .window-link {
        margin: auto;
    }

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

    #cta p {
        text-align: center;
        font-size: 16px;
    }

    .window-link {
        font-size: 16px;
    }
}

@media (max-width: 660px) {

/* Image and Text */
    
    .it-image img {
        height: 400px;
    }          

    /* services */

    .service {
        width: 100%;
    }

    .service:hover {
        transform: none;
    }

    .service-content p {
        font-size: 14px;
        line-height: 20px;
    }

    .service-content .service-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .service-content br {
        display: none;
    }

    /* cta */

    .cta-title {
        font-size: 30px;
    }

}

@media (max-width: 550px) {

.title {
    font-size: 32px;
}

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

/* Textarea */

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

/* 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;
    }  

    /* end */

    .end-subtitle {
        font-size: 16px;
    }

    .end-title {
        font-size: 30px;
        line-height: 35px;
    }
}

@media (max-width: 450px) {

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

/* Hero */
    
    .hero-title {
        font-size: 42px;
    }
    
/* Image and Text */
    
    .it-image img {
        height: 350px;
    }
}

@media (max-width: 350px) {

.link {
    width: 100%;
}

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

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