html, body {
    overflow-x: clip !important;
    max-width: 100% !important;
}

.ekit-template-content-header .top-header li::marker {
    color: transparent !important;
}

.ekit-template-content-header .top-header ul {
    display: flex !important;
    align-items: center;
}

.ekit-template-content-header .top-header .elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end !important;
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    align-items: var(--icon-vertical-align, center);
    display: flex;
    font-size: inherit;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

/* 1. Header Background & Top Bar */
.fullheader {
    background-image: url('../images/make-us-best.png') !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100% !important;
}

/* 2. Right-side Floating Enquiry Tab & Slide-out Drawer */
div#wpcs_tab_1712 {
    border: 1px solid #7f7f7f;
    border-bottom: none;
    cursor: pointer;
    width: 170px;
    height: 34px;
    overflow: hidden;
    background: #0c0000;
    color: #ffffff;
    padding: 2px 0px 2px 0px;
    position: fixed;
    top: 200px;
    right: -68px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 9999999;
    font-size: 18px;
    letter-spacing: 1px;
    font-family: 'Beiruti', sans-serif;
    font-weight: 600;
    line-height: 28px;
    transition: opacity 0.3s ease;
}

div#wpcs_content_main_1712 {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    overflow-y: auto;
    width: 480px;
    max-width: 90vw;
    height: 100vh;
    background: #ffffff;
    color: #1a1a1a;
    top: 0px;
    right: -500px;
    padding: 0px;
    margin: 0px;
    z-index: 99999999;
    transition: right 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.25s ease, visibility 0.35s ease;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
}

div#wpcs_content_main_1712.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    right: 0px;
}

div#wpcs_close_slider_1712 {
    top: 15px;
    right: 15px;
    position: absolute;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: #009845;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50%;
    z-index: 10;
    transition: background-color 0.2s ease, transform 0.2s ease;
    line-height: 1;
}

div#wpcs_close_slider_1712:hover {
    background: #007a37;
    transform: rotate(90deg);
}

div#wpcs_content_inner_1712 {
    padding: 40px 30px 30px;
    background: #fdfdfd;
    min-height: 100%;
    box-sizing: border-box;
}

.wpcs-drawer-title {
    font-family: 'Beiruti', sans-serif;
    font-size: 30px;
    font-weight: 700;
    color: #009845;
    margin: 0 0 8px 0;
    text-align: center;
}

.wpcs-drawer-subtitle {
    font-family: 'Beiruti', sans-serif;
    font-size: 16px;
    color: #666;
    margin: 0 0 25px 0;
    text-align: center;
}

.wpcs-form .s-one {
    margin-bottom: 15px;
}

.wpcs-form .d-one {
    margin-bottom: 20px;
}

.wpcs-input,
.wpcs-textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-family: 'Beiruti', sans-serif;
    font-size: 16px;
    color: #111;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.wpcs-input:focus,
.wpcs-textarea:focus {
    outline: none;
    border-color: #009845;
    box-shadow: 0 0 0 3px rgba(0, 152, 69, 0.15);
}

.wpcs-submit-btn {
    width: 100%;
    background: #009845;
    color: #ffffff;
    font-family: 'Beiruti', sans-serif;
    font-size: 20px;
    font-weight: 700;
    border: none;
    padding: 14px 20px;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

.wpcs-submit-btn:hover {
    background: #007a37;
}

.wpcs-submit-btn:active {
    transform: scale(0.99);
}

div#wpcs_overlay_1712 {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    transition: opacity 0.3s ease;
}

@media only screen and (max-width: 768px) {
    div#wpcs_tab_1712 {
        display: none;
    }
}

/* 3. Full-width Footer Background & Layout */
.ekit-template-content-footer,
.elementor-305,
.elementor-305 .elementor-element.elementor-element-dab971b {
    width: 100% !important;
    max-width: 100% !important;
}

/* 4. Footer Column 1 Social Icons Single Line */
.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-social-icons-wrapper {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
    gap: 8px !important;
}

.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-grid-item {
    flex: 0 0 auto !important;
}

/* 5. Typography Enforcement */
.elementskit-navbar-nav>li>a,
.elementor-heading-title,
.footer-desc,
.elementor-icon-list-item,
.elementor-icon-list-item a {
    font-family: 'Beiruti', sans-serif !important;
}

/* 6. Mobile Responsiveness */
.footer-contact-wrap {
    display: none !important;
}

@media (max-width: 767px) {
    .custom-products-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-contact-info {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #1d1d1d;
        padding: 15px 0;
    }

    .footer-contact-wrap {
        display: block !important;
    }

    .footer-contact-info {
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 99;
    }

    .contact-info-col {
        width: 33.33%;
        text-align: center;
    }

    .contact-info-col:first-child i {
        color: red;
    }

    .contact-info-col i {
        font-size: 20px;
        margin-bottom: 8px;
        color: #fff;
    }

    #myModal {
        padding-top: 70px;
        z-index: 9999;
    }

    .modal {
        display: none;
        position: fixed;
        z-index: 1;
        padding-top: 100px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: #000;
        background-color: rgba(0, 0, 0, .4);
    }

    .modal-content {
        z-index: 99999999 !important;
        background-color: #fefefe;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
    }

    #Footer a {
        color: #fff !important;
    }

    .contact-info-col:nth-child(2) i {
        color: #099b2b !important;
    }
}

.home .elementor-element-e791d50,
.page-id-596 .elementor-element-e791d50,
.page-id-1340 .elementor-element-e791d50,
.page-id-679 .elementor-element-e791d50 {
    display: none;
}

.elementor-8 .elementor-element.elementor-element-e791d50:not(.elementor-motion-effects-element-type-background),
.elementor-8 .elementor-element.elementor-element-e791d50>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #009845 !important;
}

.elementor-8 .elementor-element.elementor-element-1638408 .elementor-heading-title {
    color: #FFFFFF !important;
}

/* =========================================
   MOBILE BOTTOM CTA & ENQUIRY MODAL
========================================= */

.mobile-bottom-cta {
    display: none;
}

.mobile-enquiry-modal {
    display: none;
}

@media (max-width: 767px) {

    /* Hide desktop floating menu on mobile */
    .float-menu,
    #float-menu,
    .floating-menu,
    .float-menu-3,
    div[data-float-menu] {
        display: none !important;
    }

    /* Avoid CTA overlapping content */
    body {
        padding-bottom: 70px !important;
    }

    .mobile-bottom-cta {
        position: fixed !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100% !important;
        height: 70px !important;
        background: #1d1d1d !important;
        display: flex !important;
        z-index: 9999999 !important;
        box-shadow: 0 -3px 12px rgba(0, 0, 0, 0.25) !important;
        margin: 0 !important;
        padding: 0 !important;
        pointer-events: auto !important;
    }

    .mobile-cta-item {
        width: 33.333333% !important;
        height: 70px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-decoration: none !important;
        background: #1d1d1d !important;
        border-right: 1px solid rgba(255, 255, 255, 0.15) !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        transition: background 0.3s ease !important;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
    }

    .mobile-cta-item:last-child {
        border-right: none !important;
    }

    .mobile-cta-item i {
        font-size: 21px !important;
        line-height: 1 !important;
        margin-bottom: 7px !important;
        font-style: normal !important;
        pointer-events: none !important;
    }

    .mobile-cta-item:nth-child(1) i {
        color: #ff0000 !important;
    }

    .mobile-cta-item:nth-child(2) i {
        color: #25D366 !important;
    }

    .mobile-cta-item:nth-child(3) i {
        color: #ffffff !important;
    }

    .mobile-cta-item span {
        display: block !important;
        font-size: 14px !important;
        line-height: 1 !important;
        font-weight: 500 !important;
        color: #ffffff !important;
        text-decoration: none !important;
        pointer-events: none !important;
    }

    .mobile-cta-item:hover,
    .mobile-cta-item:active {
        background: #292929 !important;
    }

    /* Modal Popup */
    .mobile-enquiry-modal {
        position: fixed !important;
        left: 0 !important;
        top: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.7) !important;
        z-index: 100000000 !important;
        display: none;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px !important;
        box-sizing: border-box !important;
        pointer-events: auto !important;
    }

    .mobile-enquiry-modal.is-open,
    .mobile-enquiry-modal.active {
        display: flex !important;
    }

    .mobile-enquiry-content {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        max-width: 500px !important;
        max-height: 90vh !important;
        background: #ffffff !important;
        padding: 30px 25px 25px !important;
        border-radius: 8px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch;
        box-sizing: border-box !important;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3) !important;
        pointer-events: auto !important;
    }

    .mobile-enquiry-close {
        position: absolute !important;
        top: 7px !important;
        right: 15px !important;
        font-size: 32px !important;
        line-height: 1 !important;
        color: #333333 !important;
        cursor: pointer !important;
        z-index: 10 !important;
    }

    .mobile-enquiry-content .side-wrapper {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .mobile-enquiry-content .dsd-wrapper {
        display: flex;
        gap: 10px;
    }

    .mobile-enquiry-content .dsd-wrapper .s-one {
        flex: 1;
    }

    .mobile-enquiry-content input[type="text"],
    .mobile-enquiry-content input[type="email"],
    .mobile-enquiry-content input[type="tel"],
    .mobile-enquiry-content textarea {
        width: 100% !important;
        padding: 10px 14px !important;
        border: 1px solid #dcdcdc !important;
        border-radius: 4px !important;
        font-size: 14px !important;
        font-family: inherit !important;
        box-sizing: border-box !important;
    }

    .mobile-enquiry-content input[type="submit"] {
        background: #009845 !important;
        color: #fff !important;
        border: none !important;
        padding: 12px 28px !important;
        font-size: 16px !important;
        font-weight: 600 !important;
        border-radius: 4px !important;
        cursor: pointer !important;
        width: 100% !important;
        transition: background 0.3s !important;
    }

    .mobile-enquiry-content input[type="submit"]:hover {
        background: #007a37 !important;
    }
}

@media (max-width: 480px) {

    .mobile-bottom-cta,
    .mobile-cta-item {
        height: 65px !important;
    }

    .mobile-cta-item i {
        font-size: 19px !important;
        margin-bottom: 6px !important;
    }

    .mobile-cta-item span {
        font-size: 13px !important;
    }
}

/* =========================================
   HAMBURGER BUTTON & OFFCANVAS MENU
========================================= */

@media (max-width: 1024px) {
    button.elementskit-menu-hamburger {
        display: block !important;
        background-color: transparent !important;
        border: 1px solid #dcdcdc !important;
        border-radius: 4px !important;
        width: 45px !important;
        height: 38px !important;
        padding: 7px 8px !important;
        cursor: pointer !important;
        float: right !important;
    }

    button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
        background-color: rgba(0, 0, 0, 0.6) !important;
        height: 2px !important;
        width: 100% !important;
        display: block !important;
        margin-bottom: 4px !important;
        border-radius: 1px !important;
    }

    button.elementskit-menu-hamburger .elementskit-menu-hamburger-icon:last-child {
        margin-bottom: 0 !important;
    }

    /* Offcanvas drawer container */
    .elementskit-menu-container.elementskit-menu-offcanvas-elements {
        position: fixed !important;
        top: 0 !important;
        left: -100vw !important;
        width: 100% !important;
        max-width: 350px !important;
        height: 100% !important;
        background: #f7f7f7 !important;
        z-index: 9999999 !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
        transition: left 0.4s cubic-bezier(0.6, 0.1, 0.68, 0.53) !important;
        display: flex !important;
        flex-direction: column-reverse !important;
        justify-content: flex-end !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    }

    .elementskit-menu-container.elementskit-menu-offcanvas-elements.active {
        left: 0 !important;
    }

    /* Close Button inside identity panel */
    .elementskit-nav-identity-panel {
        display: flex !important;
        justify-content: flex-end !important;
        padding: 15px 20px 10px !important;
        width: 100% !important;
        position: relative !important;
        z-index: 100 !important;
        box-sizing: border-box !important;
    }

    button.elementskit-menu-close {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 40px !important;
        height: 40px !important;
        border: 1px solid #dcdcdc !important;
        border-radius: 4px !important;
        background: #ffffff !important;
        color: #333333 !important;
        font-size: 20px !important;
        font-weight: 700 !important;
        cursor: pointer !important;
        pointer-events: auto !important;
        touch-action: manipulation !important;
        transition: background 0.2s ease, color 0.2s ease !important;
    }

    button.elementskit-menu-close:hover,
    button.elementskit-menu-close:active {
        background: #f0f0f0 !important;
        color: #000000 !important;
    }

    /* Offcanvas Nav links */
    .elementskit-navbar-nav-default .elementskit-navbar-nav {
        display: flex !important;
        flex-direction: column !important;
        flex-wrap: nowrap !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        height: auto !important;
        min-height: auto !important;
        padding: 0 20px 20px !important;
        margin: 0 !important;
        list-style: none !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .elementskit-navbar-nav-default .elementskit-navbar-nav>li {
        width: 100% !important;
        max-width: 100% !important;
        flex: 0 0 auto !important;
        display: block !important;
        float: none !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
        box-sizing: border-box !important;
    }

    .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        height: auto !important;
        padding: 14px 0 !important;
        font-family: 'Beiruti', sans-serif !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        color: #222222 !important;
        text-decoration: none !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Pill-shaped dropdown indicator ( ⌵ ) */
    .elementskit-submenu-indicator {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        border: 1px solid #666 !important;
        border-radius: 20px !important;
        padding: 3px 14px !important;
        margin-left: auto !important;
        cursor: pointer !important;
        font-size: 11px !important;
        color: #444 !important;
        transition: transform 0.25s ease !important;
    }

    .elementskit-dropdown-has.open>a .elementskit-submenu-indicator {
        transform: rotate(180deg) !important;
    }

    /* Dropdown submenu collapse/expand - Wilson Drugs Brand Green */
    .elementskit-dropdown.elementskit-submenu-panel {
        display: none !important;
        position: static !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        background: #009845 !important;
        background-color: #009845 !important;
        background-image: none !important;
        border: none !important;
        box-shadow: none !important;
        transform: none !important;
        box-sizing: border-box !important;
    }

    .elementskit-dropdown-has.open>.elementskit-dropdown.elementskit-submenu-panel {
        display: block !important;
        position: static !important;
        max-height: 2500px !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        background: #009845 !important;
        background-color: #009845 !important;
    }

    .elementskit-dropdown.elementskit-submenu-panel>li {
        width: 100% !important;
        border: none !important;
        background: #009845 !important;
        background-color: #009845 !important;
        display: block !important;
        float: none !important;
        padding: 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }

    .elementskit-dropdown.elementskit-submenu-panel>li>a {
        display: block !important;
        padding: 13px 20px !important;
        font-family: inherit !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        color: #ffffff !important;
        background: #009845 !important;
        background-color: #009845 !important;
        text-decoration: none !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15) !important;
        width: 100% !important;
        box-sizing: border-box !important;
        transition: background-color 0.2s ease, padding-left 0.2s ease !important;
    }

    .elementskit-dropdown.elementskit-submenu-panel>li:last-child>a {
        border-bottom: none !important;
    }

    .elementskit-dropdown.elementskit-submenu-panel>li>a:hover,
    .elementskit-dropdown.elementskit-submenu-panel>li>a:active {
        background-color: #007a37 !important;
        color: #ffffff !important;
        padding-left: 26px !important;
    }

    /* Backdrop overlay */
    .elementskit-menu-overlay {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: -100vw !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(0, 0, 0, 0.5) !important;
        z-index: 9999998 !important;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease !important;
    }

    .elementskit-menu-overlay.active {
        left: 0 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

/* ==========================================================================
   Header Top Bar Vertical Alignment & Social Icons Centering
   ========================================================================== */
.top-header .elementor-container {
    display: flex !important;
    align-items: center !important;
}

.top-header .elementor-widget-wrap {
    display: flex !important;
    align-items: center !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b ul.elementor-icon-list-items {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-item a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 30px !important;
    height: 30px !important;
    background-color: #009845 !important;
    border-radius: 50% !important;
    line-height: 1 !important;
    padding: 0 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-icon svg {
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    stroke: #ffffff !important;
    fill: none !important;
    color: #ffffff !important;
    margin: 0 auto !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-icon svg.e-font-icon-svg {
    fill: #ffffff !important;
    stroke: none !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-icon i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 1 !important;
    margin: 0 auto !important;
}

/* Map pin link (last item) - green pin icon */
.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-item:last-child .elementor-icon-list-icon {
    background-color: transparent !important;
    width: auto !important;
    height: auto !important;
}

.elementor-8 .elementor-element.elementor-element-984b68b .elementor-icon-list-item:last-child .elementor-icon-list-icon svg {
    width: 22px !important;
    height: 22px !important;
    fill: #009845 !important;
    stroke: none !important;
}

/* ==========================================================================
   Footer Social Icons (Larger White Circle with Green Icon)
   ========================================================================== */
.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-social-icons-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 6px !important;
    margin-top: 15px !important;
}

.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-grid-item {
    flex: 0 0 auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-social-icon {
    background-color: #FFFFFF !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 35px !important;
    height: 35px !important;
    color: #319A45 !important;
    line-height: 1 !important;
    padding: 0 !important;
    transition: all 0.3s ease !important;
}

.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-social-icon:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-social-icon svg {
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: #319A45 !important;
    color: #319A45 !important;
    margin: 0 auto !important;
}

.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-social-icon svg.e-font-icon-svg {
    fill: #319A45 !important;
    stroke: none !important;
}

.elementor-305 .elementor-element.elementor-element-98984a4 .elementor-social-icon i {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #319A45 !important;
    font-size: 16px !important;
    line-height: 1 !important;
}



/* Generic Image Box Flex Layouts for Elementor Widgets */
.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
    display: flex !important;
    flex-direction: row !important;
    text-align: start !important;
    align-items: flex-start !important;
}

.elementor-widget-image-box.elementor-position-left .elementor-image-box-img {
    flex-shrink: 0 !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
    display: inline-block !important;
}

.elementor-widget-image-box.elementor-position-left .elementor-image-box-img img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
}

.elementor-widget-image-box.elementor-position-left .elementor-image-box-content {
    flex-grow: 1 !important;
    width: 100% !important;
    text-align: left !important;
}

/* Feature Highlights Exact Original Styling */
.elementor-element-1b1b74d {
    margin-top: 50px !important;
    margin-bottom: 0px !important;
}

.elementor-element-1b1b74d .elementor-image-box-wrapper .elementor-image-box-img {
    width: 73px !important;
    flex-shrink: 0 !important;
    margin-right: 15px !important;
    margin-bottom: 0 !important;
}

.elementor-element-1b1b74d .elementor-image-box-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: #009845 !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.elementor-element-1b1b74d .elementor-image-box-description {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
}

.elementor-element-1b1b74d .elementor-button {
    background-color: #009845 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    border-radius: 40px !important;
    padding: 13px 30px 12px 30px !important;
    font-family: "Beiruti", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: background 0.3s ease !important;
}

.elementor-element-1b1b74d .elementor-button:hover {
    background-color: #007a37 !important;
}

.elementor-element-1b1b74d .elementor-widget-button > .elementor-widget-container {
    margin: 0px 0px 0px 88px !important;
}

@media (max-width: 767px) {
    .elementor-element-1b1b74d .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
    }
    .elementor-element-1b1b74d .elementor-image-box-wrapper .elementor-image-box-img {
        margin: 0 auto 15px auto !important;
    }
    .elementor-element-1b1b74d .elementor-image-box-content {
        text-align: center !important;
    }
    .elementor-element-1b1b74d .elementor-widget-button > .elementor-widget-container {
        margin: 0 auto !important;
        text-align: center !important;
    }
}

/* Mission Section Typography & Multi-Paragraph Spacing */
.elementor-element-db8b62a .elementor-widget-text-editor p,
.elementor-element-0520fb4 p,
.elementor-element-a0ab4fb p {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
    margin-bottom: 20px !important;
}

/* Company Pillars Exact Original Styling */
.elementor-element-5aadc15 .elementor-image-box-wrapper {
    text-align: left !important;
}

.elementor-element-5aadc15 .elementor-image-box-wrapper .elementor-image-box-img {
    display: inline-block !important;
    text-align: left !important;
    margin-bottom: 15px !important;
}

.elementor-element-5aadc15 .elementor-image-box-wrapper .elementor-image-box-img img {
    display: block !important;
    margin: 0 !important;
    transition-duration: 0.3s !important;
}

.elementor-element-5aadc15 .elementor-image-box-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 30px !important;
    color: #009845 !important;
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-align: left !important;
}

.elementor-element-5aadc15 .elementor-image-box-description {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
    text-align: left !important;
    margin-bottom: 0px !important;
}

.elementor-element-5aadc15 .elementor-widget-divider {
    --divider-border-style: solid;
    --divider-color: #009845;
    --divider-border-width: 2px;
}

.elementor-element-5aadc15 .elementor-widget-divider > .elementor-widget-container {
    margin: 0 !important;
    padding: 0px 123px 0px 0px !important;
}

.elementor-element-5aadc15 .elementor-divider {
    text-align: left !important;
    padding-block-start: 15px !important;
    padding-block-end: 15px !important;
}

.elementor-element-5aadc15 .elementor-divider-separator {
    width: 27% !important;
    margin: 0 !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    display: block !important;
    border-top: 2px solid #009845 !important;
}

/* Products Section Intro */
.elementor-element-f715e31 .elementor-element-2fa4020 .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 500 !important;
    color: #515151 !important;
}

.elementor-element-f715e31 .elementor-element-b59e250 .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #009845 !important;
}

.elementor-element-f715e31 .elementor-element-444453b p {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
}

/* Products Cards Styling */
.elementor-element-3af10d0 .elementor-col-33 > .elementor-widget-wrap,
.elementor-element-8b7c4b0 .elementor-col-33 > .elementor-widget-wrap,
.elementor-element-5d66492 .elementor-col-33 > .elementor-widget-wrap,
.elementor-element-034a217 .elementor-col-33 > .elementor-widget-wrap,
.elementor-element-aa03b7c .elementor-col-33 > .elementor-widget-wrap,
.featured-product-card > .elementor-widget-wrap {
    background-color: #E4F1EA !important;
    background: #E4F1EA !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

.elementor-element-3af10d0 .elementor-col-33 > .elementor-element-populated,
.elementor-element-8b7c4b0 .elementor-col-33 > .elementor-element-populated,
.elementor-element-5d66492 .elementor-col-33 > .elementor-element-populated,
.elementor-element-034a217 .elementor-col-33 > .elementor-element-populated,
.elementor-element-aa03b7c .elementor-col-33 > .elementor-element-populated,
.featured-product-card > .elementor-element-populated {
    margin: 0px 22px 0px 0px !important;
    --e-column-margin-right: 22px !important;
    --e-column-margin-left: 0px !important;
    padding: 0px 0px 27px 0px !important;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

/* Image in product cards */
.featured-product-card .elementor-widget-image {
    text-align: center !important;
}

.featured-product-card .elementor-widget-image img {
    margin: 0 auto !important;
    display: block !important;
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
}

/* Heading in product cards */
.elementor-element-3af10d0 .elementor-widget-heading > .elementor-widget-container,
.elementor-element-8b7c4b0 .elementor-widget-heading > .elementor-widget-container,
.elementor-element-5d66492 .elementor-widget-heading > .elementor-widget-container,
.elementor-element-034a217 .elementor-widget-heading > .elementor-widget-container,
.elementor-element-aa03b7c .elementor-widget-heading > .elementor-widget-container,
.featured-product-card .elementor-widget-heading > .elementor-widget-container {
    margin: -32px 0px 0px 0px !important;
    padding: 0px 0px 0px 0px !important;
}

.elementor-element-3af10d0 .elementor-heading-title,
.elementor-element-8b7c4b0 .elementor-heading-title,
.elementor-element-5d66492 .elementor-heading-title,
.elementor-element-034a217 .elementor-heading-title,
.elementor-element-aa03b7c .elementor-heading-title,
.featured-product-card .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
    -webkit-text-stroke-color: #000 !important;
    stroke: #000 !important;
    color: #000000 !important;
    text-align: center !important;
    margin: 0 !important;
}

.featured-product-card .elementor-heading-title a {
    color: #000000 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

.featured-product-card .elementor-heading-title a:hover {
    color: #009845 !important;
}

/* Description in product cards */
.elementor-element-3af10d0 .elementor-widget-text-editor > .elementor-widget-container,
.elementor-element-8b7c4b0 .elementor-widget-text-editor > .elementor-widget-container,
.elementor-element-5d66492 .elementor-widget-text-editor > .elementor-widget-container,
.elementor-element-034a217 .elementor-widget-text-editor > .elementor-widget-container,
.elementor-element-aa03b7c .elementor-widget-text-editor > .elementor-widget-container,
.featured-product-card .elementor-widget-text-editor > .elementor-widget-container {
    margin: -22px 0px 0px 0px !important;
    padding: 0px 10px 0px 10px !important;
}

.elementor-element-3af10d0 .elementor-widget-text-editor,
.elementor-element-8b7c4b0 .elementor-widget-text-editor,
.elementor-element-5d66492 .elementor-widget-text-editor,
.elementor-element-034a217 .elementor-widget-text-editor,
.elementor-element-aa03b7c .elementor-widget-text-editor,
.featured-product-card .elementor-widget-text-editor,
.featured-product-card .elementor-widget-text-editor p {
    text-align: center !important;
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 27px !important;
    color: #515151 !important;
    margin-bottom: 0px !important;
}

/* Button in product cards */
.elementor-element-3af10d0 .elementor-widget-button:not(.products-view-all-wrapper),
.elementor-element-8b7c4b0 .elementor-widget-button:not(.products-view-all-wrapper),
.elementor-element-5d66492 .elementor-widget-button:not(.products-view-all-wrapper),
.elementor-element-034a217 .elementor-widget-button:not(.products-view-all-wrapper),
.elementor-element-aa03b7c .elementor-widget-button:not(.elementor-element-687da65):not(.products-view-all-wrapper),
.featured-product-card .elementor-widget-button {
    text-align: center !important;
    margin-top: 15px !important;
}

.elementor-element-3af10d0 .elementor-button,
.elementor-element-8b7c4b0 .elementor-button,
.elementor-element-5d66492 .elementor-button,
.elementor-element-034a217 .elementor-button,
.elementor-element-aa03b7c .elementor-button,
.featured-product-card .elementor-button {
    background-color: #009845 !important;
    fill: #FFFFFF !important;
    color: #FFFFFF !important;
    border-radius: 40px !important;
    padding: 13px 30px 12px 30px !important;
    font-family: "Beiruti", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    display: inline-block !important;
    text-decoration: none !important;
}

.elementor-element-3af10d0 .elementor-button:hover,
.elementor-element-8b7c4b0 .elementor-button:hover,
.elementor-element-5d66492 .elementor-button:hover,
.elementor-element-034a217 .elementor-button:hover,
.elementor-element-aa03b7c .elementor-button:hover,
.featured-product-card .elementor-button:hover {
    background-color: #007a37 !important;
}

/* Spacing between rows */
.elementor-element-8b7c4b0,
.elementor-element-5d66492,
.elementor-element-034a217,
.elementor-element-aa03b7c,
.products-row:not(:first-child) {
    margin-top: 21px !important;
    margin-bottom: 0px !important;
}

/* View All Products button */
.elementor-element-aa03b7c .elementor-element-687da65,
.products-view-all-wrapper {
    text-align: center !important;
    margin: 27px 0px 0px 0px !important;
}

.elementor-element-aa03b7c .elementor-element-687da65 .elementor-button,
.products-view-all-wrapper .elementor-button {
    background-color: #009845 !important;
    color: #ffffff !important;
    border-radius: 40px !important;
    padding: 13px 30px 12px 30px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
}

/* Stats Counter Section */
.elementor-element-ff2cdb8 .elementor-element-028285f .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 40px !important;
    font-weight: 700 !important;
    color: #009845 !important;
    text-align: center !important;
}

.elementor-element-ff2cdb8 .elementor-image-box-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 36px !important;
    font-weight: 700 !important;
    color: #009845 !important;
}

.elementor-element-ff2cdb8 .elementor-image-box-description {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #515151 !important;
}

@media (max-width: 1024px) {
    .elementor-element-ff2cdb8 {
        padding: 30px 0px 30px 0px !important;
    }
    .elementor-element-ff2cdb8 .elementor-element-028285f .elementor-heading-title {
        font-size: 32px !important;
    }
    .elementor-element-ff2cdb8 .elementor-image-box-wrapper {
        text-align: center !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .elementor-element-ff2cdb8 .elementor-image-box-img {
        margin-right: 0 !important;
        margin-bottom: 12px !important;
    }
}

/* =========================================
   WIDE RANGE CATALOGS & CONTACT SECTIONS
========================================= */

/* Catalog Section Typography & Headings */
.elementor-element-b395e0e .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    line-height: 35px !important;
    color: #515151 !important;
    margin: 0 !important;
}

.elementor-element-3cd43d8 .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
    color: #009845 !important;
    margin: 0 !important;
}

.elementor-element-3df1a1e {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
    margin-bottom: 20px !important;
}

.elementor-element-3df1a1e p {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
    margin: 0 0 14.4px 0 !important;
}

/* Catalog Section Buttons */
.elementor-element-3ae9efd .spor,
#pfg1 .spor,
.spor {
    background-color: transparent !important;
    border: 1px solid #c36 !important;
    border-radius: 3px !important;
    color: #c36 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    height: 42px !important;
    padding: 8px 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-align: center !important;
    text-decoration: none !important;
    box-sizing: border-box !important;
}

.elementor-element-3ae9efd .spor:hover,
#pfg1 .spor:hover,
.spor:hover {
    background-color: #c36 !important;
    color: #ffffff !important;
}

.elementor-element-3ae9efd .elementor-icon-list-items.elementor-inline-items,
#pfg1 .elementor-icon-list-items.elementor-inline-items {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -8px !important;
    padding: 0 !important;
}

.elementor-element-3ae9efd .elementor-icon-list-item.elementor-inline-item,
#pfg1 .elementor-icon-list-item.elementor-inline-item {
    margin: 0 8px !important;
    padding: 0 !important;
    display: inline-block !important;
}

/* Contact Section Styling */
@media (min-width: 768px) {
    .elementor-element-92503d1 {
        margin-top: -116px !important;
        margin-bottom: 0px !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-92503d1 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}

.elementor-element-92503d1 .elementor-element-44ec058 .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 44px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
    color: #009845 !important;
}

.elementor-element-92503d1 .elementor-element-366cff7 {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
}

.elementor-element-92503d1 .elementor-element-782c242 .elementor-icon-list-item,
.elementor-element-92503d1 .elementor-element-782c242 .elementor-icon-list-text,
.elementor-element-92503d1 .elementor-element-cf68d22 .elementor-icon-list-item,
.elementor-element-92503d1 .elementor-element-cf68d22 .elementor-icon-list-text,
.elementor-element-92503d1 .elementor-element-6100475 .elementor-icon-list-item,
.elementor-element-92503d1 .elementor-element-6100475 .elementor-icon-list-text {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    color: #003A1B !important;
}

.elementor-element-92503d1 .elementor-element-782c242 .elementor-icon-list-icon svg {
    fill: #003A1B !important;
    width: 18px !important;
    height: 18px !important;
}

.elementor-element-92503d1 .elementor-element-856e886 .elementor-divider-separator {
    border-top: 1.9px solid #003A1B !important;
    width: 97% !important;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.elementor-element-92503d1 .elementor-element-856e886 .elementor-divider {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* Contact Form Inputs */
.elementor-element-92503d1 .side-wrapper {
    width: 100% !important;
}

.elementor-element-92503d1 .side-wrapper p {
    margin: 0 0 14px 0 !important;
}

.elementor-element-92503d1 .side-wrapper input[type="text"],
.elementor-element-92503d1 .side-wrapper input[type="email"],
.elementor-element-92503d1 .side-wrapper input[type="tel"] {
    width: 100% !important;
    height: 42px !important;
    border: 1px solid #666666 !important;
    border-radius: 3px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    background: #ffffff !important;
    color: #000000 !important;
    box-sizing: border-box !important;
}

.elementor-element-92503d1 .side-wrapper textarea {
    width: 100% !important;
    height: 55px !important;
    border: 1px solid #666666 !important;
    border-radius: 3px !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    background: #ffffff !important;
    color: #000000 !important;
    box-sizing: border-box !important;
    resize: vertical !important;
    overflow: auto !important;
}

.elementor-element-92503d1 .side-wrapper input[type="submit"] {
    background: transparent !important;
    border: 1px solid #c36 !important;
    border-radius: 3px !important;
    color: #c36 !important;
    padding: 8px 16px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: auto !important;
    min-width: 70px !important;
    text-align: center !important;
}

.elementor-element-92503d1 .side-wrapper input[type="submit"]:hover {
    background-color: #c36 !important;
    color: #ffffff !important;
}

/* Wide Range Catalogs Section (9ad5c5f) */
.elementor-element-9ad5c5f:not(.elementor-motion-effects-element-type-background),
.elementor-element-9ad5c5f > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-image: url("../images/widerange.png") !important;
    background-position: bottom right !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.elementor-element-9ad5c5f {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s !important;
    padding: 84px 0px 358px 0px !important;
}

.elementor-element-9ad5c5f .elementor-element-b395e0e .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 35px !important;
    font-weight: 500 !important;
    line-height: 35px !important;
    color: #515151 !important;
    margin: 0 !important;
}

.elementor-element-9ad5c5f .elementor-element-3cd43d8 .elementor-heading-title {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 50px !important;
    font-weight: 700 !important;
    line-height: 54px !important;
    -webkit-text-stroke-color: #000;
    stroke: #000;
    color: #009845 !important;
    margin: 0 !important;
}

.elementor-element-9ad5c5f .elementor-element-3df1a1e {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
    margin-bottom: 20px !important;
}

.elementor-element-9ad5c5f .elementor-element-3df1a1e p {
    font-family: "Beiruti", Sans-serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    color: #515151 !important;
    margin: 0 0 14.4px 0 !important;
}

.elementor-element-9ad5c5f .elementor-element-3df1a1e p:last-child {
    margin-bottom: 0 !important;
}

.elementor-element-9ad5c5f .elementor-icon-list-items {
    margin: 0 -8px !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
}

.elementor-element-9ad5c5f .elementor-icon-list-item {
    margin: 0 8px 12px 8px !important;
    padding: 0 !important;
    display: inline-block !important;
}

.elementor-element-9ad5c5f button.spor {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #c36 !important;
    background: transparent !important;
    border: 1px solid #c36 !important;
    border-radius: 3px !important;
    padding: 8px 16px !important;
    margin: 0 !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 42px !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
    text-transform: none !important;
    outline: none !important;
    white-space: nowrap !important;
}

.elementor-element-9ad5c5f button.spor:hover {
    background-color: #c36 !important;
    color: #ffffff !important;
}

@media(max-width: 1024px) {
    .elementor-element-9ad5c5f {
        padding: 35px 0px 150px 0px !important;
    }
    .elementor-element-9ad5c5f .elementor-element-3cd43d8 .elementor-heading-title {
        font-size: 36px !important;
    }
}

@media(max-width: 767px) {
    .elementor-element-9ad5c5f {
        padding: 0px 0px 0px 0px !important;
    }
    .elementor-element-9ad5c5f .elementor-element-b395e0e .elementor-heading-title {
        font-size: 26px !important;
        line-height: 1.3em !important;
    }
    .elementor-element-9ad5c5f .elementor-element-3cd43d8 .elementor-heading-title {
        font-size: 25px !important;
        line-height: 1.4em !important;
    }
    .elementor-element-9ad5c5f .elementor-icon-list-items {
        margin: 0 -4px !important;
        padding: 0 !important;
    }
    .elementor-element-9ad5c5f .elementor-icon-list-item {
        margin: 0 4px 10px 4px !important;
    }
    .elementor-element-9ad5c5f .elementor-element-3ae9efd > .elementor-widget-container {
        margin: 0px !important;
        padding: 0px 0px 10px 0px !important;
    }
    .elementor-element-92503d1 {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
}