/*
Theme Name: Everest Child
Template: everest-parent
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Ranchers&display=swap');
.btn:hover {
    color: #fff;
}
.form-section .gform_wrapper.gravity-theme .button {
    background-color: #fff;
}
.logo-col img {
    border-radius: 10px;
}
.logo img {
    border-radius: 10px;
}
h1,
h2,
h3 {
    font-family: "Ranchers", sans-serif;
    text-transform: uppercase;
}
p,
.header-row {
    font-family: "Poppins", sans-serif;
}
.acf-media.media__iframe .embed-responsive {
    height: 40vw;
    /* set whatever height you want */
    padding-bottom: 0;
    overflow: hidden;
}
.acf-media.media__iframe .embed-responsive iframe {
    width: 100%;
    height: 56.25vw;
    /* full 16:9 height relative to viewport width */
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.background-section:after {
    background: rgba(255, 255, 255, 0.85);
}
.faq-section {
    background-color: var(--color-3);
    padding: 85px 0;
}
.faq-section .faq {
    border: none;
    border-bottom: 1px solid var(--color-1);
    margin-bottom: 0;
    padding: 40px 0;
}
.faq-section .faq .toggle-heading {
    padding: 0;
    border: none;
    transition: color ease .3s;
}
.faq-section .faq .toggle-content {
    border: none;
    padding: 0;
    padding-top: 20px;
}
.faq-section .faq h3 {
    margin-bottom: 0;
}
.faq-section .faq.active .toggle-heading .icon {
    color: var(--color-3);
}
.faq-section .faq.active .toggle-heading .heading {
    color: var(--color-1);
}
.toggle-item {
    border: 2px solid var(--color-1);
    margin-bottom: 5px;
}
.toggle-item .toggle-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 30px;
    cursor: pointer;
}
.toggle-item .icon {
    transition: transform ease-in-out .4s;
    font-size: 22px;
}
.toggle-item > .toggle-content {
    display: none;
    border-top: 1px solid var(--color-1);
    padding: 5px 15px;
}
.toggle-item.active > .toggle-content {
    display: block;
}
.toggle-item .toggle-content p {
    margin: 10px 0;
}
.toggle-item .icon.active {
    transform: rotate(180deg);
}
.services {
    justify-content: center;
}
.service-section .service {
    flex: 0 1 calc(50% - 75px);
}
.page-template-page-services .faq-section {
    padding-top: 0;
}
.primary-header .header-row .cta-col p {
    margin: 0;
}
.primary-header .header-row .cta-col .btn {
    border-radius: unset;
    background-color: var(--color-3);
    text-transform: uppercase;
    color: #000;
    position: relative;
    z-index: 1;
    box-shadow: unset;
}
.tlt:after {
    position: absolute;
    top: -7.5px;
    left: -7.5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--color-2);
    z-index: 2;
    content: "";
}
.blt:after {
    position: absolute;
    bottom: -7.5px;
    left: -7.5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--color-2);
    z-index: 2;
    content: "";
}
.trt:after {
    position: absolute;
    top: -7.5px;
    right: -7.5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--color-2);
    z-index: 2;
    content: "";
}
.brt:after {
    position: absolute;
    bottom: -7.5px;
    right: -7.5px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: var(--color-2);
    z-index: 2;
    content: "";
}
.primary-header .header-row .cta-col .btn:hover,
.primary-header .header-row .cta-col .btn:focus {
    background-color: var(--color-1);
    color: #fff;
}
.feature-section {
    position: relative;
    z-index: 3;
    padding-bottom: 15px;
    background-color: var(--color-1);
    padding: 50px 0;
}
.feature-section-inner > .content h2 {
    color: var(--color-6);
}
.feature-section .features {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.feature-section .feature {
    background: linear-gradient(180deg, var(--color-2) 45%, var(--color-1) 100%);
    border-radius: 5px;
    padding: 25px;
    flex: 1 1 calc(25% - 75px);
}
.feature-section .feature a {
    color: var(--text_color_alt);
    font-weight: 400;
}
.feature-section .feature h3 {
    margin-bottom: 10px;
}
.feature-section .feature p:last-child {
    margin-bottom: 0;
}
.feature-section .feature .icon {
    font-size: 120px;
}
.feature-section .feature .image {
    margin-bottom: 20px;
}
.feature-section .feature .image img {
    max-height: 120px;
    width: auto;
}
.mobilec2a {
    display: none;
}
.fa-ticket {
    display: none;
}
.content-section .image-carousel{
    margin: 30px 0;
}
.content-section .image-carousel .owl-stage{
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1199px) {
    .feature-section.col-count-4 .features {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 991px) {
    .mobile-header .nav-base .nav-toggler .icon {
        right: -10px;
    }
    .mobile-header .mobile-nav {
        height: 50px;
        display: flex;
        align-items: center;
        z-index: 4;
        position: absolute;
        width: 100%;
    }
    .mobilec2a {
        display: block;
    }
    .mobilec2a .btn {
        border-radius: unset;
        background-color: var(--color-3);
        text-transform: uppercase;
        color: #000 !important;
        position: relative;
        z-index: 1;
        box-shadow: unset;
        font-size: 16px;
    }
    .mobilec2a .btn:hover {
        background: var(--color-2);
        color: #fff;
    }
    .tlt:after {
        position: absolute;
        top: -7.5px;
        left: -7.5px;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: var(--color-1);
        z-index: 2;
        content: "";
    }
    .blt:after {
        position: absolute;
        bottom: -7.5px;
        left: -7.5px;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: var(--color-1);
        z-index: 2;
        content: "";
    }
    .trt:after {
        position: absolute;
        top: -7.5px;
        right: -7.5px;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: var(--color-1);
        z-index: 2;
        content: "";
    }
    .brt:after {
        position: absolute;
        bottom: -7.5px;
        right: -7.5px;
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background: var(--color-1);
        z-index: 2;
        content: "";
    }
    .mobilec2a p {
        margin: 0;
    }
    .feature-section.col-count-3 .features {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media screen and (max-width: 767px) {
    .feature-section .features:nth-child(n) {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 991px) {
    .mobile-logo img {
        max-height: 100px;
        width: auto;
        border-radius: 10px;
    }
}
@media screen and (max-width: 767px) {
    .acf-media.media__iframe .embed-responsive {
        height: 54vw;
    }
    .banner-section .content {
        width: 100%;
        position: relative;
        background: var(--color-3);
    }
    .service-section .service {
        flex: 1 1 calc(50% - 75px);
    }
}