.content {
    width: 100%;
}

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

.sidebar-primary {
    display: none;
}

.pad {
    padding: 150px 0px;
}

/* 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%;
    pointer-events: none;
}

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

.octane-position {
    position: relative;
}

.all-link {
    padding: 10px 30px;
    background: var(--style-main);
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    transition: .3s;
    display: block;
    width: fit-content;
}


.all-link:hover {
    box-shadow: var(--shadow);
    color: #fff;
    transform: translatey(-10px);
}

.white-link {
    background: #fff;
    color: var(--style-main);
    margin-inline: auto;
    display: block;
    width: fit-content;
}

.white-link:hover {
    color: var(--style-main);
    box-shadow: 0px 3px 6px #ffffff82;
}

.all-title {
    font-weight: 900;
    font-size: 48px;
    line-height: 50px;
    text-wrap: balance;
    color: var(--style-sec)
}


/* hero */

#hero {
    position: relative;
    background: linear-gradient(90deg, rgba(3,54,30,1) 0%, rgba(5,104,57,1) 50%);
}

#hero .octane-background {
    width: 80%;
    right: 0px;
    left: initial;
}

.mobile-hero-bg {
    display: none;
}

.hero-text {
    padding: 150px 0px;
}

.hero-title {
    color: #fff;
    font-weight: bold;
    font-size: 45px;
    line-height: 45px;
    max-width: 700px;
}

.hero-text ul {
    margin-bottom: 20px;
}

.hero-text li {
    color: #fff;
    list-style-position: inside;
}

.hero-text li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    margin-right: 10px;
}

#hero .all-link {
    margin: initial;
}


/* services */

#services {
    position: relative;
    overflow:hidden;
    background-image: url('/wp-content/uploads/2024/06/background-gears-new.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}


.titles-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

#services .all-title {
    margin: 0px;
}

.services {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.services img {
    height: 75px;
    margin-bottom: 20px;
}

.service-card {
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid #A5A5A5;
    padding: 20px;
    width: 25%;
    position: relative;
    transition: box-shadow .3s;
}

.active-card {
    box-shadow: var(--shadow);
}

.service-text {
    font-size: 16px;
    line-height: 25px;
}

.service-title {
    font-weight: bold;
    color: var(--style-sec);
}

.active-card .service-text {
    display: block;
}

.service-card i {
    font-size: 40px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--style-sec);
}

.service-card a {
    font-weight: bold;
    color: var(--style-main);
}

.fa-square-minus {
    display:none;
}

.active-card .fa-square-minus {
    display:block;
}

.active-card .fa-square-plus {
    display: none;
}


/* why */


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

.why-flex {
    display: flex;
    flex-direction: row-reverse;
    gap: 100px;
}

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

.why-left, .why-right {
    width: 50%;
}

.why-left {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    position: relative;
}

.why-left img {
    width: 48%;
    border-radius: var(--radius);
    box-shadow: 0px 3px 6px #00000029;
    aspect-ratio: 5 / 6;
    height: auto;
    display: block;
    object-fit: cover;
}

.why-left img:last-of-type {
    margin-top: auto;
}

.why-right li, .why-right p {
    font-weight: 500;
}

.why-right li::before {
    content: "\f14a";
    font-family: "Font Awesome 6 Free";
    color: var(--style-main);
    margin-right: 10px;
}

.why-right ul {
    margin-bottom: 20px;
}


/* benefits */

#benefits {
    background-image: url('/wp-content/uploads/2024/06/Background.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}

.news-video {
    aspect-ratio: 16 / 9;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 30px;
}

.news-video iframe {
    border: 0px;
    border-radius: 10px;
	height: 100%;
}

#benefits .all-title {
    text-align: center;
}

.benefits {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.benefit {
    background: #fff;
    border-radius: var(--radius);
    border: 1px solid #A5A5A5;
    padding: 20px;
    transition: .3s;
    width: calc((100% / 4) - 25px);
    flex-grow: 1;
}

.benefit:hover {
    box-shadow: var(--shadow);
}

.benefit img {
    height: 75px;
    margin-bottom: 20px;
}

.benefit-title {
    font-weight: bold;
    font-size: 24px;
}

.benefit p {
    font-size: 18px;
    line-height: 27px;
}

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


/* guarantee */

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

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

.g-left {
    width: 50%;
}

.g-right {
    width: 50%;
}

.g-right p {
    margin: 0px;
    font-size: 24px;
    font-weight: 500;
    color: var(--style-sec);
}


/* get started */

#get-started {
    background-image: url('/wp-content/uploads/2024/06/Background.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
}


/* faq */

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

.accordion-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.accordion-list li {
    width: calc(50% - 10px)
}









@media(max-width: 1550px) {
    #hero .octane-background {
        width: 50%;
    }
}


@media(max-width: 1250px) {
    .pad {
        padding: 120px 0px;
    }
    
    #hero .octane-background {
        width: 20%;
    }

    #hero .octane-background img {
        object-position: 45%;
    }

    /* services */
    .services {
        flex-wrap: wrap;
    }
    
    .service-card {
        width: calc(50% - 15px)
    }   

    /* why */

    .why-flex {
        gap: 30px;
    }

    .why-left {
        display:block;
        position: relative;
    }
    
    .why-left img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .why-left img:last-of-type {
        top: initial;
        bottom: 0px!important;
        right: 0%;
        left: initial;
        transform: translatey(-50%)
    }

    /* benefits */

    .benefit {
        width: calc((100% / 2) - 25px)
    }
    
}


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

    .all-title {
        font-size: 40px;
        line-height: 44px;
        text-align: center;
    }
    
    .all-link {
        margin: auto;
        display: block;
        width: fit-content;
    }

    #hero {
        background: linear-gradient(180deg, rgba(36, 31, 33, 255) 70%, rgba(5,104,57,1) 90%);
    }

    #hero .octane-background {
        display: none;
    }

    #hero .octane-background::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: linear-gradient(0deg, rgba(36, 31, 33, 255) 0%, rgba(5,104,57,0) 40%);
    }

    #hero .mobile-hero-bg {
        display: block;
        position: relative;
        width: 100%;
        height: 50%!important;
    }

    .hero-text {
        padding: 100px 0px;
        padding-top: 0px;
    }

    /* services */

    #services .all-link {
        margin: 0px!important;
    }

    /* why */

    .why-flex {
        flex-direction: column;
    }

    .why-left img {
        position: relative;
        transform: none!important;
        aspect-ratio: 1 / 1;
    }

    .why-left {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .why-right {
        width: 100%;
        padding: 0px;
    }

    /* guarantee */

    .g-flex {
        flex-direction: column;
    }

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

    .g-right p {
        font-size: 20px;
    }

    /* faq */

    .accordion-list li {
        width: 100%;
    }

}

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

    .all-title {
        font-size: 30px;
        line-height: 30px;
    }
    
    .all-link {
        font-size: 16px;
    }

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

    .hero-text {
        padding: 70px 0px;
        padding-top: 0px;
    }

    #hero .all-link {
        margin: auto;
    }

    /* services */
    #services {
        background: none;
    }

    .service-card img {
        height: 50px;
    }

    .titles-flex {
        flex-direction: column;
        gap: 10px;
    }

    .service-card {
        width: 100%;
        padding: 10px;
    }

    .services {
        gap: 10px;
    }

    .service-title {
        font-size: 25px;
    }

    /* why */

    .why-right li, .why-right p {
        text-align: left;
        font-size: 16px;
        line-height: 23px;
        font-weight: 500;
    }

    /* benefits */

    .benefit {
        width: 100%;
    }

    .benefit img {
        height: 60px;
    }

    .benefit-title {
        font-size: 20px;
    }

    .benefit p, .benfit-link {
        font-size: 16px;
        line-height: 23px;
    }

    /* guarantee */

    .g-right p {
        font-size: 16px;
        line-height: 23px;
    }
    
}

@media(max-width: 650px) {
    .why-left img:first-of-type {
        display: none;
    }

    #hero {
        background: linear-gradient(180deg, rgba(36, 31, 33, 255) 60%, rgba(5,104,57,1) 90%);
    }
}