/* Header css */

/* Footer css */

.kg-get-your-free-quote-section .get-your-quote-form .form-field p {
    margin: 0 0 28px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.kg-get-your-free-quote-section .get-your-quote-form .form-field p label {
    font-size: 14px;
    letter-spacing: 0;
    color: #090A0B;
    font-weight: 500;
    line-height: 19px;
}

.kg-get-your-free-quote-section .get-your-quote-form .form-field p br {
    display: none;
}

.kg-get-your-free-quote-section .get-your-quote-form .form-field p span.wpcf7-form-control-wrap input,
.kg-get-your-free-quote-section .get-your-quote-form .form-field p span.wpcf7-form-control-wrap textarea {
    padding: 14px 20px;
    width: 100%;
    border-radius: 12px;
    border: 1px solid rgb(116 120 124 / 20%);
    outline: none;
    color: #090A0B;
    font-size: 14px;
    line-height: 20px;
}

.kg-get-your-free-quote-section .get-your-quote-form .form-field p span.wpcf7-form-control-wrap input::placeholder,
.kg-get-your-free-quote-section .get-your-quote-form .form-field p span.wpcf7-form-control-wrap textarea::placeholder {
    color: rgb(116 120 124 / 50%);
}

.kg-get-your-free-quote-section .get-your-quote-form .form-field.form-field-col-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.kg-get-your-free-quote-section .get-your-quote-form .form-field p span.wpcf7-form-control-wrap textarea {
    height: 94px;
    resize: none;
}

.kg-get-your-free-quote-section .get-your-quote-form .submit-button p {
    margin: 0;
    position: relative;
    width: fit-content;
}

.kg-get-your-free-quote-section .get-your-quote-form .form-field p span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    font-size: 13px;
    padding-left: 8px;
}

.kg-icon-list-word .elementor-icon-list-item .elementor-icon-list-text {
    word-break: break-all;
}

.kg-get-your-free-quote-section .get-your-quote-form .wpcf7-submit,
.kg-get-your-free-quote-section .get-your-quote-form .wpcf7-submit:hover {
    transition: all 0.3s ease;
}

@media screen and (max-width: 680px) {
    .kg-get-your-free-quote-section .get-your-quote-form .form-field.form-field-col-2 {
        display: block;
    }
}
/* product section*/
.kg-popular-products {
    padding: 120px 0;
}
.kg-popular-products .kg-container {
    max-width: 1680px;
    margin: 0 auto;
    padding: 0 20px;
}
.kg-popular-products .kg-popular-products__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 68px;
}
.kg-popular-products .kg-popular-products__head .kg-popular-products__title {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: -2%;
    margin: 0;
    color: #1A1A1A;
}
.kg-popular-products .kg-popular-products__head .kg-popular-products__nav {
    display: flex;
    align-items: center;
    gap: 12px;
}
.kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__prev,
.kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__next {
    width: 44px;
    height: 44px;
    border: 1px solid #1A1A1A80;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s ease;
}
.kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__prev:hover,
.kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__next:hover {
    background: #1A1A1A;
    color: #fff;
    border-color: #1A1A1A;
}
.kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__prev:hover svg path,
.kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__next:hover svg path {
    fill: #fff;
    fill-opacity: 1;
}
.kg-popular-products .kg-popular-products__slider {
    overflow: hidden;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide {
    width: calc(25% - 22.5px);
    height: auto;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card {
    height: 100%;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card  .kg-product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FAFAFA;
    aspect-ratio: 1 / 1.2;
    overflow: hidden;
    margin-bottom: 25px;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card  .kg-product-card__image img {
    max-width: 100%;
    max-height: 80%;
    object-fit: contain;
    transition: transform .4s ease;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card:hover .kg-product-card__image img {
    transform: scale(1.05) rotate(3deg);
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__category {
    font-family: Poppins;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0%;
    display: block;
    margin-bottom: 4px;
    text-transform: uppercase;
    color: #575757;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title {
    font-family: Poppins;
    font-weight: 500;
    margin: 0 0 8px;
    font-size: 16px;
    letter-spacing: 0%;
    color: #000000;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title a {
    font-family: Poppins;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0%;
    color: #000000;
    text-decoration: none;
}
.kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__price {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: -2%;
    color: #000000;
    display: block;
}

@media (max-width: 1399px) {
    .kg-popular-products {
        padding: 80px 0;
    }
    .kg-popular-products .kg-popular-products__head {
        margin-bottom: 50px;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__title {
        font-size: 36px;
        line-height: 1.3;
    }
}

@media (max-width: 1199px) {
    .kg-popular-products {
        padding: 70px 0;
    }
    .kg-popular-products .kg-popular-products__head {
        margin-bottom: 40px;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__title {
        font-size: 32px;
        line-height: 1.3;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__image {
        margin-bottom: 20px;
    }
}

@media (max-width: 991px) {
    .kg-popular-products .kg-popular-products__head {
        margin-bottom: 35px;
        gap: 20px;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__title {
        font-size: 28px;
        line-height: 1.3;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__prev,
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__next {
        width: 40px;
        height: 40px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__category {
        font-size: 11px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title,
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title a {
        font-size: 15px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__price {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .kg-popular-products {
        padding: 60px 0;
    }
    .kg-popular-products .kg-container {
        padding: 0 16px;
    }
    .kg-popular-products .kg-popular-products__head {
        margin-bottom: 30px;
        align-items: center;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__title {
        font-size: 24px;
        line-height: 1.3;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav {
        gap: 8px;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__prev,
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__next {
        width: 36px;
        height: 36px;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__prev svg,
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__next svg {
        width: 16px;
        height: 16px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__image {
        margin-bottom: 16px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__category {
        font-size: 10px;
        margin-bottom: 3px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title,
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title a {
        font-size: 14px;
        line-height: 1.4;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__price {
        font-size: 18px;
    }
}

@media (max-width: 575px) {
    .kg-popular-products {
        padding: 50px 0;
    }
    .kg-popular-products .kg-popular-products__head {
        margin-bottom: 24px;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__title {
        font-size: 22px;
    }
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__prev,
    .kg-popular-products .kg-popular-products__head .kg-popular-products__nav .kg-popular-products__next {
        width: 34px;
        height: 34px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title,
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__title a {
        font-size: 13px;
    }
    .kg-popular-products .kg-popular-products__slider .swiper-wrapper .swiper-slide .kg-product-card .kg-product-card__content .kg-product-card__price {
        font-size: 16px;
    }
}