/*
Theme Name: DWM
Author: YA-V4
Description: dwm theme
Version:  1.0
*/





body {
    font-family: 'Ruda';
    color: #568A35 !important;
}

h1 {
    font-weight: 900 !important;
    font-size: 53px !important;
    line-height: 1.25em !important;
}

h2 {
    font-weight: 900 !important;
    font-size: 36px !important;
    line-height: 1.25em !important;
}

h3 {
    font-weight: 800 !important;
    font-size: 24px !important;
    line-height: 1.25em !important;
}

p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5em;
}

@media only screen and (max-width: 990px) {
    h1 {
        font-weight: 900 !important;
        font-size: 32px !important;
        line-height: 1.25em !important;
    }

    h2 {
        font-weight: 900 !important;
        font-size: 28px !important;
        line-height: 1.25em !important;
    }

    h3 {
        font-weight: 800 !important;
        font-size: 20px !important;
        line-height: 1.25em !important;
    }

    p {
        font-weight: 400;
        font-size: 16px;
        line-height: 1.5em;
    }
}

select {
    background-color: transparent;
    border: none;
    color: #F8F8F2;
    font-weight: 700;
    padding-right: 30px;
    appearance: none;
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('data:image/svg+xml,<svg width="14" height="9" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.33337 1.58333L7.16671 7.41667L13 1.58333" stroke="%23F8F8F2" stroke-width="1.4" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat right 10px center;
    background-size: 12px;
}

.mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    display: none;
    flex-direction: column;
    justify-content: flex-start;
}
.lang-switcher {
    margin-bottom: 32px;
}
.mobile-menu-header{
    padding: 24px;
    background-image: linear-gradient(to left, #D84322, #C96D33, #568A35, #0E5D1D);
}
.mob-search {
    margin: 40px 24px;
}

.mobile-menu-bkg {
    background-color: #ABB690;
}

@media screen and (max-width: 990px) {
    .header{
        padding: 24px !important;
    }
}
.header {
    padding: 24px 7.6%;
    background-image: linear-gradient(to left, #D84322, #C96D33, #568A35, #0E5D1D);
    row-gap: 16px;
}
.navbar button{
    padding: 0;
}
.navbar-toggler {
    border: none !important;
    outline: none !important;
    /* removes focus outline */
    box-shadow: none !important;
}

.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
}

.navbar-icon, .btn, .close-btn{
    border-radius: 16px;
    padding: 12px;
    background-color: #D84322;
    border: none;
}

.w-fit {
    width: fit-content !important;
}

.nav-menu {
    gap: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-menu a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}
@media screen and (min-width: 990px) {
    .nav-item a{
        color: #F8F8F2 !important;
    }
}
.nav-item a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #0E5D1D;
}

.search {
    position: relative;
}

.search input {
    width: 100%;
    background-color: #F8F8F2;
    padding: 14px 24px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 24px;
    border: none;
}

.search input::placeholder {
    color: #7F9CA6;
}

.search svg {
    position: absolute;
    top: 18px;
    right: 24px;
}

.logo img {
    height: 51px;
}

.red-text {
    color: #D84322;
}

.hero {
    margin-top: 32px;
}

.hero-block {
    gap: 40px;
}

@media screen and (max-width: 992px) {
    .hero-img {
        border-radius: 0;
    }

    #left {
        padding-right: 24px;
    }

    #right {
        padding-left: 24px;
    }

    .feedback {
        padding: 24px !important;
        overflow: hidden;
    }

    .swiper-button-next img,
    .swiper-button-prev img {
        display: none;
    }
    .prod-post-prev, .prod-post-next{
        display: flex !important;
        position: absolute;
        top: 55%;
        z-index: 5;
    }
}

.hero-img {
    width: 100%;
}

#left {
    border-radius: 0 50px 50px 0;
}

#right {
    border-radius: 50px 0 0 50px;
}

@media only screen and (max-width: 990px) {
    .hero-text {
        padding: 24px !important;
    }
}

.hero-text {
    padding: 24px 110px 24px 0;
    gap: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cta-grey a {
    color: #84887E;
    background-color: transparent;
    border: solid 2px #84887E;
    font-weight: 700;
    font-size: 18px;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}

.cta a,
.send button {
    font-weight: 700;
    font-size: 18px;
    color: #F8F8F2 !important;
    text-decoration: none;
    padding: 16px 32px;
    background-color: #D84322;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    border: solid 2px #D84322;
}

.cta a:hover {
    border: solid 2px #0E5D1D;
    background-color: #0E5D1D;
}

#know-more:hover,
send button:hover {
    color: #0E5D1D !important;
    background-color: #F8F8F2 !important;
    border: solid 2px #0E5D1D;
    border-radius: 24px;
}

.about-company {
    padding-left: 110px;
}

@media only screen and (max-width: 990px) {
    .about-company {
        margin-top: 60px;
    }
}

.more {
    color: #ABB690;
    text-decoration: none;
    display: flex;
    gap: 6px;
    font-weight: 700;
    font-size: 18px;
    align-items: center;
}

.numbers {
    margin: 110px 104px 110px 120px;
    padding-top: 46px;
    padding-bottom: 87px;
    border: none;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (max-width: 990px) {
    .numbers {
        margin: 24px !important;
    }

    .number-block {
        width: 100%;
    }
}

.number-block {
    background-color: #F8F8F2;
    border: solid 2px #CED3C3;
    padding: 16px;
    border-radius: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .number-text {
        font-size: 28px !important;
    }
}

.number-text {
    font-size: 56px;
    font-weight: 900;
    line-height: 1.25em;
}

.our-products {
    text-align: center;
    margin-bottom: 120px;
}

.our-products-text {
    color: #7F9CA6;
    text-align: center;
    margin-bottom: 40px;
}

.product-card {
    max-height: 380px;
    background-color: #F8F8F2;
    border: solid 2px #CED3C3;
    padding: 32px !important;
    border-radius: 24px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}

.product-card:hover {
    background-color: #568A35;
    color: #F8F8F2;
}

.product-card:hover svg path {
    stroke: #F8F8F2;
    /* Колір обводки на ховері */
}

.product-card:hover * {
    color: #F8F8F2;
    /* Застосовуємо колір до всіх елементів усередині */
}

.product-card img {
    max-width: 110px;
    min-height: 110px;
    border-radius: 20px;
}

.product-card p {
    font-size: 15px;
    overflow: hidden;
}


.feedback {
    margin-bottom: 120px;
}

.feedback-card {
    color: #84887E;
    background-color: #F8F8F2;
    border: solid 2px #CED3C3;
    padding: 32px !important;
    border-radius: 24px;
    text-align: left;
    gap: 24px;
    justify-content: space-between;
}

.swiper-slide {
    display: flex !important;
    flex-direction: column;
    height: auto !important;
}

.feedback-stars {
    gap: 12px;
}

.feedback-name {
    font-weight: 700;
    margin: 0;
}

.faqs {
    margin-bottom: 120px;
    margin-left: 214px;
    margin-right: 214px;
}

.faqs-accordion svg {
    height: 24px;
    width: 24px;
}

.faqs-accordion {
    width: 100%;
    background-color: transparent;
    border: none;
    text-align: left;
    color: #568A35;
    padding: 32px 0 0 0;
    display: flex;
    justify-content: space-between;
}

.panel {
    border-bottom: solid 2px #84887E;
    padding-bottom: 16px;
    display: none;
}

.close {
    display: none;
}

.close .open {
    width: 24px;
}

.footer {
    position: relative;
}

.footer-info {
    background-image: linear-gradient(to left, #D84322, #C96D33, #568A35, #0E5D1D);
    padding: 64px 110px;
    gap: 32px;
}

.footer-text {
    color: #F8F8F2;
}

.footer-copyright {
    padding: 16px 110px;
    background-color: #ABB690;
    color: #0E5D1D;
    row-gap: 16px;
    justify-content: space-between;
}

.footer-copyright p {
    margin: 0;
}

.footer-copyright a {
    color: #0E5D1D;
}

.jump-to-top{
    position: fixed;
    bottom: 40px;
    right: 40px;
}
@media screen and (max-width: 992px) {
    .footer-info {
        text-align: center;
    }
}


.footer-form {
    display: flex;
    flex-direction: column;
    background-color: #F8F8F2;
    border-radius: 32px;
    padding: 48px;
    row-gap: 24px;
    position: absolute;
    top: 80px;
    left: 60%;
}
.footer-form-mob{
    display: flex;
    flex-direction: column;
    background-color: #F8F8F2;
    border-radius: 32px;
    padding: 48px;
    row-gap: 24px;
    
}
.footer-form-mob-bckg{
    padding: 24px;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer-form input, .footer-form-mob input {
    width: 100%;
    background-color: #F8F8F2;
    padding: 14px 24px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 24px;
    border: solid 2px #ABB690;
}

#comment {
    height: 110px;
}

#comment::placeholder {
    position: absolute;
    left: 16px;
    top: 16px;
}

/* .custom-checkbox {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #999980;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.checkmark {
    width: 25px;
    height: 25px;
    border: 2px solid #ABB690;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    transition: all 0.3s ease;
}

.custom-checkbox input:checked+.checkmark {
    background-color: #ABB690;
    border-color: #ABB690;
}

.custom-checkbox input:checked+.checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
} */
/* Hide default checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
}

/* Wrapper label layout */
.custom-checkbox {
    display: flex;
    align-items: center;
}

/* Custom checkbox box */
.checkmark {
    width: 25px;
    height: 25px;
    border: 2px solid #ABB690;
    border-radius: 8px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
    transition: all 0.3s ease;
}

/* When checkbox is checked, change background */
.custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #ABB690;
    border-color: #ABB690;
}

/* Show white checkmark */
.custom-checkbox input[type="checkbox"]:checked + .checkmark::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 3px;
    width: 8px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Align checkbox text */
.checkbox-text {
    font-size: 16px;
    line-height: 25px;
}


/*about page styles*/
@media screen and (max-width: 992px) {
    .about-us {
        padding: 24px !important;
    }

    .about-company-text {
        padding: 24px !important;
    }

    #right-text {
        margin: 0 !important;
    }
}

.about-us {
    text-align: center;
    padding: 80px 0;
}

.about-us img {
    width: 100%;
}

.hero-about {
    border-radius: 50px;
    max-height: 500px;
    overflow: hidden;
}

.features {
    padding-top: 40px;
    padding-left: 45px;
    padding-right: 45px;
}

.features-card img {
    padding-bottom: 16px;
    max-width: 80px;
}

.features-card p {
    max-width: 300px;
}

.about-company-text {
    padding-left: 110px;
}

.about-company-text ul {
    padding-left: 20px;
}

#right-text {
    margin-right: 110px;
}

.about {
    margin-bottom: 80px;
}

.gallery img {
    border-radius: 32px;
}

#swiper-gallery {
    top: 60% !important;
}

/* Ensure arrows stay inside the container */
/* Navigation Arrows */
.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}
.prod-pagination{
    display: none;
}
@media screen and (max-width: 990px) {

    .truck-next,
    .truck-prev {
        display: none;
    }
    .prod-pagination{
        display: block !important;
        position: static;
    }
    #truck-swiper-pagination {
        position: static;
        margin: 16px 0 24px 0;
    }

    .products-head,
    .products,
    .services,
    .safe-transport,
    .safe-transport h2,
    .safe-transport h3,
    .safe-transport p {
        padding: 0 24px !important;
    }
}
.swiper-product{
    padding: 32px !important;
}
.prod-post-prev, .prod-post-next{
    display: none;
}
.prod-post-next{
    right: 0;
}
.prod-post-prev{
    left: 0;
}
.truck-next,
.truck-prev {
    position: absolute !important;
    top: 38%;
    z-index: 10;
}

#truck-swiper-pagination {
    bottom: 16px !important;
}

.truck-next {
    right: var(--swiper-navigation-sides-offset, 0px);
}

.truck-prev {
    left: var(--swiper-navigation-sides-offset, 0px);
}

.swiper-button-feed {
    top: 60% !important;
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 0px) !important;
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
}

/* Pagination */
.swiper-feed .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
}

.swiper-pagination-bullet {
    background-color: #ABB690 !important;
}

.swiper-pagination-bullet-active {
    background-color: #568A35 !important;
}

.swiper-pagination {
    bottom: -48px !important;
}

.our-team {
    margin: 120px 0;
}

/* products page styles*/


@media screen and (max-width: 992px) {
    .products-head p {
        padding: 0px !important;
        text-align: left;
    }
}

.products-head {
    margin-top: 80px;
    gap: 24px;
    margin-bottom: 50px;
    text-align: center;
}

.products {
    margin-bottom: 120px;
    gap: 24px;
}

.products-head p {
    padding: 0 100px;
}

.product h3 {
    margin-bottom: 16px;
}

.product {
    margin-bottom: 40px;
}

.product img {
    max-height: 320px;
    width: 100%;
    border-radius: 32px;
    margin-bottom: 24px;
}

.services {
    margin-bottom: 120px;
}

.truck-swiper {
    overflow: hidden;
}

.safe-transport {
    text-align: center;
    margin-bottom: 120px;
}

.safe-transport h2,
.safe-transport h3,
.safe-transport p {
    padding: 0 100px;
}

.grey-text {
    color: #84887E;
}

.cta-wrapper {
    max-width: 339px !important;
    margin-top: 100px !important;
}


/*contacts*/

.contacts {
    padding-top: 80px;
}

.contact-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 40px;
}

.contact-item img {
    max-width: 32px;
}

.map iframe {
    border-radius: 32px;
}