/*
 Theme Name:   Equipkit Child
 Theme URI:    https://www.templatemonster.com/authors/softivus/taxipro
 Description:  Equipkit Child Theme
 Author:       Softivus
 Author URI:   https://www.templatemonster.com/authors/softivus/
 Template:     equipkit
 Text Domain: equipkit-child
 Requires at least: 4.9
 Tested up to: 6.5
 Requires PHP: 7.0
 Version: 1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

/*all*/
body:not(.home) .hero5-banner-content {
    height: 400px;
    padding: 0!important;
    display: flex;
    align-items: center;
    justify-content: center;
}
body:not(.home) .hero5-banner-content .title_style{
    font-size: 48px!important;
    width: 100%;
    text-align: center;
}
/*lang*/

html[lang="uk"] body:not(.elementor-editor-active) #ru-lang {
    display: none !important;
}

html[lang="ru-RU"] body:not(.elementor-editor-active) #uk-lang {
    display: none !important;
}

html[lang="uk"] body:not(.elementor-editor-active) .ru-lang {
    display: none !important;
}

html[lang="ru-RU"] body:not(.elementor-editor-active) .uk-lang {
    display: none !important;
}


.subcategory-grid {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.subcategory-card {
    display: block;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    position: relative;
}

.subcategory-card:hover {
    transform: translateY(-5px);
}

.subcategory-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.subcategory-title {
    padding: 18px 45px 18px 18px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    position: relative;
}

.subcategory-arrow {
    position: absolute;
    right: 5px;
    bottom: 15px;
    background: #EF3C0F;
    color: #fff;
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .subcategory-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}


.grid.grid-cols-1 {
    height: auto !important;
}

/*contact form*/

.woocommerce-Tabs-panel--ovabrw_reqest_booking,
.tabs.wc-tabs {
    display: none !important;
}

.wpcf7-form {
    background: #2a2a2a;
    padding: 25px;
    border-radius: 10px;
    max-width: 700px;
    margin: 40px auto;
    color: #f1f1f1;
}

.wpcf7-form label {
    display: block;
    font-size: 13px;
    margin-bottom: 6px;
    color: #d0d0d0;
}

.wpcf7-form input,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 14px;
    background: #3a3a3a;
    border: 1px solid #4a4a4a;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    transition: all .2s ease;
    height: 48px;
}

.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none;
    border-color: #7a7a7a;
    background: #404040;
}

.form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 18px;
}

.form-field {
    flex: 1;
}

.form-field.full {
    flex: 100%;
}

.form-submit {
    margin-top: 10px;
}

.wpcf7-form input[type="submit"] {
    background: #4a4a4a;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    transition: all .2s ease;
    width: fit-content;
}

.wpcf7-form input[type="submit"]:hover {
    background: #5a5a5a;
}

.wpcf7-response-output {
    margin-top: 15px;
    color: #ffffff;
}

.form-col.full {
    width: 100%;
}

form.wpcf7-form .form-row textarea {
    width: 100%;
    padding: 12px 14px !important;
    background: #3a3a3a !important;
    background-color: #3a3a3a !important;
    border: 1px solid #4a4a4a !important;
    border-radius: 6px !important;
    color: #ffffff !important;
    font-size: 14px !important;
    transition: all .2s ease;
    min-height: 120px;
    resize: vertical !important;
    line-height: 1.5;
}

.wpcf7-form textarea::placeholder {
    color: #a0a0a0;
}

.wpcf7-form textarea:focus {
    outline: none;
    border-color: #7a7a7a;
    background: #404040;
}

.form-col:has(.form-contact-list) {
    width: 100%;
}

.form-contact-list p {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
}

.form-contact-list br {
    display: none;
}

.form-contact-item {
    display: flex;
    flex-direction: column;
    color: #fff;
}

.form-col--slim {
    flex-direction: column;
}

.form-col--slim .form-contact-list p {
    flex-direction: column;
}


@media (max-width: 768px) {
    .form-row:has(.form-contact-list) {
        flex-direction: column;
    }

    .form-row {
        flex-direction: column;
    }
}

@media (max-width: 500px) {
    .form-contact-list p {
        flex-direction: column;
    }
}


.advantages-title {
    margin-top: 100px;
    margin-bottom: 70px;
    font-size: 32px;
    text-align: center;
}

.advantages-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 37px 26px;
    margin-bottom: 50px;
}

.advantages-item {
    padding: 30px;
    border: 1px solid #D0D0D2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 382px;
    flex: 0 0 382px;
}

.advantages-icon {
    display: block;
    margin: 0 auto 30px;
}

.advantages-content {
    width: 100%;
}

.advantages-content h3 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
    margin-bottom: 20px;
}

.advantages-content p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
}

.advantages-cities {
    text-align: center;
    margin: 60px auto;
}

.advantages-cities-title {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
}

.advantages-cities-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px 25px;
    padding: 0;
    margin: 0;
    list-style: none;
}

@media (max-width: 1024px) {
    .advantages-cities-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .advantages-cities-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .advantages-cities-list {
        grid-template-columns: 1fr;
    }
}

.advantages-cities-item {
    text-align: left;
    display: flex;
    align-items: center;

    background-color: #ffffff;
    padding: 12px;

    border-radius: 10px;
    box-shadow: 2px 5px 5px 2px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    gap: 12px;
}

.advantages-cities-ico {
    width: 20px;
}

.advantages-cities-name {
    font-size: 16px;
    font-weight: 500;
    text-wrap: nowrap;
}

/*form header*/
.hero_form_section {
    background-color: #333;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 50px;
}

.hero_form_section .wpcf7-form {

}

.header-form {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    gap: 40px;
    padding-top: 100px;
    padding-bottom: 100px;
}

.header-form-left {
    width: 65%;
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.header-form-right {
    flex: 1;
}

.header-form-title {
    font-family: Inter sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 1.2em;
    text-shadow: 5px 0px 12px rgba(0, 0, 0, 0.46);
    color: #ffffff;
    margin-bottom: 50px;
    text-align: left;

}

.header-form-subtitle {
    font-family: Inter sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: none;
    color: #ffffff;
    text-align: left;
}

.header-form-block {
    background-color: #2A2A2A;
    /*padding: 15px 23px;*/
    border: 1px solid white;
    border-radius: 15px;
}

.header-form input {
    color: #fff;
}

.header-form label {
    margin-top: 10px;
    text-align: left;
}

.header-form .modal-right__title {
    margin-bottom: 20px;
}

/*product page*/
.ovabrw-product-sticky {
    display: none;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger span[aria-hidden=true] {
    clip-path: unset;
    height: 100%;
    width: 100%;
    transform: translate(-48%, -44%);
    left: 50%;
    top: 50%;
}

/*breadcrumbs*/
.themephi-breadcrumbs .breadcrumbs-title span.current-item {
    color: #fff;
}
.themephi-breadcrumbs.porfolio-details {
    z-index: 1!important;
}
.themephi-breadcrumbs .breadcrumbs-title span a.home span:hover {
    color: var(--primaryColor);;
}

@media (max-width: 768px) {
    .header-form {
        flex-direction: column;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header-form-left {
        width: 100%;
    }

    .header-form-title {
        font-size: 30px;
    }
}

/*category page*/

.category-bottom-content {
    margin-top: 100px;
}

.woocommerce-ordering {
    display: none;
}

@media (min-width: 768px) {
    /*elementor post grid*/
    .blog--style6 .blog-gird-item {
        height: fit-content !important;
    }

    .blog--style6 .col-lg-4 {
        position: sticky !important;
    }
}

/*header*/
.menu-area.separator_yes:after {
    display: none;
}

.grid-portfolio .grid {
     height: auto !important;
}

