/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.header-phone li.elementor-icon-list-item a {
    padding-top: 7px;
    padding-bottom: 7px;
}
.header-menu .current-menu-item a {
    text-decoration: underline !important;
    color: #e69a20 !important;
}
@media (max-width: 1399px){
    .header-menu .elementskit-navbar-nav > li > a {
        padding-left: 35px !important;
    }
}
@media (max-width: 1199px){
    .header-menu .elementskit-navbar-nav > li > a {
        padding-left: 25px !important;
        font-size: 15px !important;
    }
}
.product--slider .elementor-widget-elementskit-image-box img {
    width: 100%;
}
.product--slider .slick-slide {
    padding: 0 10px;
}
.product--slider {
    padding-left: 0;
    padding-right: 0;
}
.slick-arrow {
    height: 45px !important;
    width: 45px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px !important;
    color: transparent !important;
    padding: 0 !important;
    background-color: #ededed !important;
}
.slick-arrow::before{
    content: "" !important;
    background-position: center;
    position: absolute;
    z-index: 999;
    height: 20px;
    width: 20px;
    background-size: 11px;
    background-repeat: no-repeat;
}
.slick-next::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.slick-prev::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492 492' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
.slick-next {
    right: -55px !important;
}
.slick-prev {
    left: -55px !important;
}

/* contact-section style start */
.hero-form .forminator-icon-chevron-down::before {
    content: "" !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 32 32' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M29.604 10.528 17.531 23.356a2.102 2.102 0 0 1-3.062 0L2.396 10.528c-.907-.964-.224-2.546 1.1-2.546h25.008c1.324 0 2.007 1.582 1.1 2.546z' fill='%23909090' opacity='1' data-original='%23909090'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: 10px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    height: 10px;
    width: 10px;
}
.contact-section .forminator-input,
.contact-section .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"],
.contact-section textarea{
    padding-left: 30px !important;
    padding-right: 20px !important;
    background: transparent !important;
    border: 1px solid #d3d3d3 !important;
    border-radius: 30px !important;
    height: 50px !important;
    resize: none !important;
}
.contact-section textarea{
    padding-top: 20px !important;
}
.contact-section .forminator-button-submit {
    padding: 13px 41px 14px!important;
    background: #22303d !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}
.contact-section .forminator-button-submit:hover,
.contact-section .forminator-button-submit:focus{
    background: var( --e-global-color-secondary ) !important;
    box-shadow: none !important;
    color: #000000 !important;
}
.contact-section .forminator-design--default .forminator-error-message {
    padding: 5px 40px !important;
    border-radius: 30px !important;
}
.contact-section .forminator-label,
.contact-section .select2-selection__arrow,
.contact-section .forminator-description{
    display: none !important;
}
.contact-section .forminator-row {
    margin-bottom: 19px !important;
}
.contact-section ::placeholder,
.contact-section .select2-selection__placeholder,
.contact-section .select2-selection__placeholder:hover,
.contact-section .select2-selection__placeholder:focus,
.contact-section .forminator-design--default .forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered{
    padding:0px !important;
    color: rgb(0 0 0 / 70%) !important;
}
.contact-section .forminator-response-message.forminator-success {
    border-radius: 30px !important;
    box-shadow: none !important;
}

@media (max-width: 1399px){
    .product--slider .e-con-inner {
        padding-left: 55px;
        padding-right: 55px;
    }
}
@media (min-width: 1025px) and (max-width: 1199px){
    .map-icon .elementor-icon-list-text span span {
        display: none;
    }
    .map-icon .elementor-icon-list-text span{
        display: flex;
        flex-direction: column;
    }
}

.banner-section .contact-section .select2-selection__arrow {
    display: flex !important;
}

.ekit-template-content-footer  .map-icon .elementor-icon-list-item,
.ekit-template-content-footer  .map-icon .elementor-icon-list-item a{
    gap: 0;
}
.ekit-template-content-footer .map-icon .elementor-icon-list-icon {
    background: transparent;
    min-width: 40px;
    height: 30px;
    justify-content: left;
}
.footer-section>.elementor-container {
    border-bottom: 1px solid #434F5A;
}
.logo-section img {
    width: 180px !important;
    height: 64px !important;
    object-fit: cover;
}

.product--slider .logo-section .slick-slide .ekit-equal-height-disable .elementor-widget-container {
    padding: 29px 0px;
}
.product--slider .logo-section .slick-slide {
    padding: 0;
    /* width: 325px !important; */
}
.img-car .elementor-image-carousel .swiper-slide {
    padding-left: 82.5px;
    padding-right: 82.5px;
    border-right: 1px solid #d9d9d9;
    height: 117px;
    display: flex;
    align-items: center;
}
.img-car {
    position: relative;
}
.img-car::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.img-car::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 1px;
    background-color: #ffffff;
    right: unset;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
}
.img-car .elementor-swiper-button svg{
    display: none;
}
.img-car .elementor-swiper-button {
    height: 45px;
    width: 45px;
    background-color: #ededed;
    border-radius: 50%;
    content: "" !important;
    background-position: center;
    background-size: 11px;
    background-repeat: no-repeat;
    z-index: 99 !important;
}
.img-car .elementor-swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492 492' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    left: -40px !important;
}
.img-car .elementor-swiper-button-next {
    right: -40px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1440px){
    .img-car {
        padding-left: 40px;
        padding-right: 40px;
    }
    .img-car .elementor-swiper-button-prev {
        left: 0px !important;
    }
    .img-car .elementor-swiper-button-next {
        right: 0px !important;
    }
    .img-car::before {
        right: 40px;
    }
}
@media (max-width: 1024px){
    .img-car .elementor-image-carousel .swiper-slide {
        padding-left: 32.5px;
        padding-right: 32.5px;
    }
}
@media (max-width: 767px){
    .img-car .elementor-image-carousel .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;
        border-right: none !important;
        justify-content: center;
        height: unset;
    }
}
.map-icon ul.elementor-icon-list-items li:nth-child(2) span {
    color: #525e6a;
}
.map-icon ul.elementor-icon-list-items li a:hover{
    color: #EDC27D;
}
.header-menu button.elementskit-menu-hamburger span.elementskit-menu-hamburger-icon {
    background-color: #ffffff !important;
    height: 2px;
}
.header-menu button.elementskit-menu-close {
    color: transparent !important;
    font-size: 0px !important;
    height: 40px;
    width: 40px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M5 17.586a1 1 0 1 0 1.415 1.415L12 13.414 17.586 19A1 1 0 0 0 19 17.586L13.414 12 19 6.414A1 1 0 0 0 17.585 5L12 10.586 6.414 5A1 1 0 0 0 5 6.414L10.586 12z' clip-rule='evenodd' opacity='1' data-original='%23ffffff' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.prod-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1.5;
}
.prod-gallery figcaption {
    background-color: #22303d;
    color: #ffffff !important;
    font-family: "Roboto", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    padding: 10px 10px;
    margin: -25px 20px 0 20px;
}
.prod-gallery figure {
    display: flex;
    flex-direction: column;
}
.prod-gallery .elementor-swiper-button {
    height: 45px;
    width: 45px;
    background-color: #ededed;
    border-radius: 50%;
    content: "" !important;
    background-position: center;
    background-size: 11px;
    background-repeat: no-repeat;
    z-index: 99 !important;
    color: transparent !important;
    font-size: 0px !important;
}
.prod-gallery .elementor-swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492 492' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M198.608 246.104 382.664 62.04c5.068-5.056 7.856-11.816 7.856-19.024 0-7.212-2.788-13.968-7.856-19.032l-16.128-16.12C361.476 2.792 354.712 0 347.504 0s-13.964 2.792-19.028 7.864L109.328 227.008c-5.084 5.08-7.868 11.868-7.848 19.084-.02 7.248 2.76 14.028 7.848 19.112l218.944 218.932c5.064 5.072 11.82 7.864 19.032 7.864 7.208 0 13.964-2.792 19.032-7.864l16.124-16.12c10.492-10.492 10.492-27.572 0-38.06L198.608 246.104z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    left: -65px !important;
}
.prod-gallery .elementor-swiper-button-next {
    right: -65px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 492.004 492.004' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M382.678 226.804 163.73 7.86C158.666 2.792 151.906 0 144.698 0s-13.968 2.792-19.032 7.86l-16.124 16.12c-10.492 10.504-10.492 27.576 0 38.064L293.398 245.9l-184.06 184.06c-5.064 5.068-7.86 11.824-7.86 19.028 0 7.212 2.796 13.968 7.86 19.04l16.124 16.116c5.068 5.068 11.824 7.86 19.032 7.86s13.968-2.792 19.032-7.86L382.678 265c5.076-5.084 7.864-11.872 7.848-19.088.016-7.244-2.772-14.028-7.848-19.108z' fill='%23000000' opacity='1' data-original='%23000000'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}
@media (max-width: 1450px){
    .prod-gallery{
        padding-left: 65px;
        padding-right: 65px;
    }
    .prod-gallery .elementor-swiper-button-prev {
        left: 0px !important;
    }
    .prod-gallery .elementor-swiper-button-next {
        right: 0px !important;
    }
}

.custom-ul ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 20px;
}
.custom-ul ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23ff0000' fill-rule='evenodd' d='M16.68 6.266a1 1 0 0 1 .054 1.414l-9.007 9.723a1.83 1.83 0 0 1-2.704 0l-3.757-4.055a1 1 0 0 1 1.468-1.36l3.641 3.932 8.891-9.6a1 1 0 0 1 1.414-.054zm5 0a1 1 0 0 1 .054 1.414l-9.006 9.723a1 1 0 0 1-1.468-1.36l9.007-9.723a1 1 0 0 1 1.413-.054z' clip-rule='evenodd' opacity='1' data-original='%23ff0000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
}
.custom-ul ul li ul li {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z' fill='%23ff0000' opacity='1' data-original='%23ff0000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 13px;
    background-position: left;
    padding-left: 20px;
}
.terrif-boxes ul {
    list-style: none;
}
.terrif-boxes ul li {
    padding-left: 30px;
    margin-bottom: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath fill='%23ff0000' fill-rule='evenodd' d='M16.68 6.266a1 1 0 0 1 .054 1.414l-9.007 9.723a1.83 1.83 0 0 1-2.704 0l-3.757-4.055a1 1 0 0 1 1.468-1.36l3.641 3.932 8.891-9.6a1 1 0 0 1 1.414-.054zm5 0a1 1 0 0 1 .054 1.414l-9.006 9.723a1 1 0 0 1-1.468-1.36l9.007-9.723a1 1 0 0 1 1.413-.054z' clip-rule='evenodd' opacity='1' data-original='%23ff0000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 20px;
    background-repeat: no-repeat;
}
.terrif-boxes ul li ul li {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' width='512' height='512' x='0' y='0' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg%3E%3Cpath d='M504.502 75.496c-9.997-9.998-26.205-9.998-36.204 0L161.594 382.203 43.702 264.311c-9.997-9.998-26.205-9.997-36.204 0-9.998 9.997-9.998 26.205 0 36.203l135.994 135.992c9.994 9.997 26.214 9.99 36.204 0L504.502 111.7c9.998-9.997 9.997-26.206 0-36.204z' fill='%2323ff0000' opacity='1' data-original='%23ff0000' class=''%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 13px;
    background-position: left;
    padding-left: 20px;
}
.terrif-flex {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
}
.terrif-flex .terrif-boxes {
    width: calc(50% - 10px);
}
.terrif-boxes .ekit-wid-con,
.terrif-boxes .ekit-wid-con .elementskit-info-image-box,
.terrif-boxes .elementskit-box-body {
    height: 100%;
}
.footer-icon .e-fab-facebook-f {
    max-width: 13px !important;
}

.error404 main#content, .error404 main#content h1 {
    padding: 80px 20px;
    max-width: 1280px;
}
.error404 main#content h1{
    padding: 0;
}
@media (max-width: 767px){
    .prod-gallery figcaption {
        font-size: 16px;
    }
    .prod-gallery .elementor-swiper-button {
        height: 35px;
        width: 35px;
        background-size: 8px;
    }
    .prod-gallery {
        padding-left: 55px;
        padding-right: 55px;
    }
    .terrif-flex .terrif-boxes {
        width: 100%;
    }
    .error404 main#content, .error404 main#content h1 {
        padding: 20px 20px;
        max-width: 100%;
    }
    .error404 main#content h1 {
        padding: 0 !important;
    }
}



/* Product Grid */
.product-grid .elementor-widget-elementskit-image-box .elementor-widget-container {
    border: none !important;
}
.product-grid .elementor-widget-elementskit-image-box .elementor-widget-container .elementskit-box-header img {
    width: 100% !important;
    aspect-ratio: 1024 / 683;
    height: 450px;
    object-fit: cover;
}
.product-grid .elementor-widget-elementskit-image-box .elementor-widget-container .ekit-image-box-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-grid .elementor-widget-elementskit-image-box .elementor-widget-container .ekit-image-box-body .elementskit-info-box-title {
    margin: 0 0 0 20px  !important;
}
.product-grid .elementor-widget-elementskit-image-box .elementor-widget-container .elementskit-box-footer {
    margin: 0 !important;
}
.product-grid .elementskit-info-image-box .elementskit-btn svg {
    max-width: 26px;
    transform: rotate(270deg);
}
/* Product Grid */


/* Testimonial */
.testimonial-section .swiper-wrapper .swiper-slide {
    height: auto;
}
.testimonial-section .swiper-wrapper .swiper-slide .swiper-slide-inner,
.testimonial-section .swiper-wrapper .swiper-slide .elementskit-testimonial-inner,
.testimonial-section .swiper-wrapper .swiper-slide .elementskit-single-testimonial-slider {
    height: 100%;
}
.testimonial-section .swiper-wrapper .swiper-slide .elementskit-commentor-content {
    color: #fff !important;
}
.testimonial-section .swiper-wrapper .swiper-slide .elementskit-commentor-content p {
    margin: 0 !important;
}
.testimonial-section .swiper-wrapper .swiper-slide .elementskit-commentor-content h3 {
    margin: 0 0 20px 0 !important;
}
.testimonial-section .swiper-wrapper .swiper-slide .elementskit-single-testimonial-slider {
    position: relative;
    box-shadow: none;
}
.elementskit-watermark-icon  {
    position: absolute;
    right: 20px !important;
    top: 20px !important;
    left: inherit !important;
}

.testimonial-section .e-con-inner{
    position: relative;
}
.testimonial-section .e-con-inner:before {
    content: "\e97e";
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg) scaleX(-1); /* Safari/Chrome */
	-ms-transform: rotate(180deg) scaleX(-1); /* IE 9 */
	transform: rotate(180deg) scaleX(-1);
    color: #EDC27D59;
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 120px;
    z-index: -1;
}
.testimonial-section .e-con-inner:after {
    content: "\e97e";
    font-family: elementskit !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    transform: rotate(180deg);
    color: #EDC27D59;
    font-size: 120px;
    position: absolute;
    top: 70px;
    left: 0;
    width: 120px;
    z-index: -1;
}
@media (max-width: 767px) {
    .testimonial-section .e-con-inner:after {
        top: 15px;
    }
}
/* Testimonial */

/* About Section */
.about-image-container {
	position: relative;
}
.about-image-container .image-container,
.about-image-container .image-container .elementor-widget-container,
.about-image-container .image-container .elementor-widget-container img {
    height: 100%;
}
.about-image-container .image-container .elementor-widget-container img {
    object-fit: cover;
    object-position: center;
}
.about-img-2 {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto !important;
    height: 270px;
    width: 240px;
}
.about-img-2 img {
    height: 100%;
    object-fit: cover;
}
.about-img-2:before {
	content: '';
    height: 5px;
    width: 100%;
    background: #edc27d;
    z-index: 99;
    position: absolute;
    left: 0;
    top: 0;
}
@media (max-width: 575px) {
    .image-container .elementor-widget-container {
        padding: 0 !important;
    }
    .about-img-2 {
        position: relative;
        top: -60px;
    }
    .about-image-container  {
        padding-bottom: 0 !important;
    }
}

/* SHOP PAGE */

.shop-container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: flex-start;
}

.shop-main {
    flex: 3;
    min-width: 0;
}

.shop-sidebar {
    flex: 1;
    min-width: 250px;
}

@media (max-width: 768px) {
    .shop-container {
        flex-direction: column;
    }
}

/* Additional slider adjustments */

.elementor-image-carousel-wrapper .swiper-slide-image {
    width: 300px !important;
    height: 225px !important;
    object-fit: cover !important;
    overflow: hidden !important;
}

/* Optional: Ensure the figure container doesn't force unwanted spacing */
.elementor-image-carousel-wrapper .swiper-slide-inner {
    margin: 0;
    padding: 0;
    overflow: hidden;
}