.elementor-kit-6{--e-global-color-primary:#374353;--e-global-color-secondary:#191C20;--e-global-color-text:#111214;--e-global-color-accent:#3168B0;--e-global-color-1adfb7c:#000000;--e-global-color-c80278e:#FFFFFF;--e-global-color-0c0df1b:#81A0CA;--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.5em;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:1.5em;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-weight:500;--e-global-typography-accent-line-height:1.5em;font-family:"Noto Sans Arabic", Sans-serif;line-height:1.5em;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:10px;}.elementor-kit-6 h1{font-size:34px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h3{font-size:30px;}.elementor-kit-6 h4{font-size:28px;}.elementor-kit-6 h5{font-size:26px;}.elementor-kit-6 h6{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;--container-default-padding-top:10px;--container-default-padding-right:10px;--container-default-padding-bottom:10px;--container-default-padding-left:10px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1399px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}}@media(max-width:1199px){.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:30px;}.elementor-kit-6 h3{font-size:28px;}.elementor-kit-6 h4{font-size:26px;}.elementor-kit-6 h5{font-size:24px;}.elementor-kit-6 h6{font-size:22px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}}@media(max-width:991px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:960px;}.e-con{--container-max-width:960px;}}@media(max-width:767px){.elementor-kit-6 h1{font-size:30px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:26px;}.elementor-kit-6 h4{font-size:24px;}.elementor-kit-6 h5{font-size:22px;}.elementor-kit-6 h6{font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:540px;}.e-con{--container-max-width:540px;}}@media(max-width:575px){.elementor-kit-6 h1{font-size:28px;}.elementor-kit-6 h2{font-size:26px;}.elementor-kit-6 h3{font-size:24px;}.elementor-kit-6 h4{font-size:22px;}.elementor-kit-6 h5{font-size:20px;}.elementor-kit-6 h6{font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100%;}.e-con{--container-max-width:100%;}}/* Start custom CSS */.ratio43 img {
    aspect-ratio: 4/3;
    object-fit: cover;
}
.ratio11 img {
    aspect-ratio: 1/1;
    object-fit: cover;
}
.ratio425 img {
    aspect-ratio: 4/2.5;
    object-fit: cover;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    flex-grow: 1;
}
.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    row-gap: 15px!important;
}
.requestQutePopup {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.requestQutePopup .grecaptcha-badge {
    display: none;
}
.requestQuoteBtn a {
    cursor: pointer;
}
.requestQuteClose .elementor-icon {
    cursor: pointer;
    
}
.requestQuteClose .elementor-icon svg {
    transition: all 0.3s;
    
}
.product-categories-archive {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
    margin-inline: -7.5px;
}

.product-category-box {
    display: flex;
    flex-direction: column;
    width: 20%;
    flex-grow: 1;
    max-width: 300px;
    margin-inline: auto;
    padding: 7.5px;
}
.product-category-box a {
    text-decoration: none;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    display: block;
    height: 100%;
    padding: 30px;
    transition: all 0.3s;
}
.product-category-box a:hover {
    transform: translateY(-5px);
    background-color: rgb(0 0 0 / 0.05);
}
.category-content h3 {
    font-size: 18px;
    text-align: center;
    color: var(--e-global-color-primary);
}
.category-image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}
.category-image img {
    width: 200px;
    margin: auto;
    max-width: 90%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    border: 1px dashed var(--e-global-color-0c0df1b);
    transition: all 0.3s;
}
.category-image img:hover, .category-image svg:hover {
    transform: scale(1.05);
}
.category-image svg {
    width: 200px;
    padding: 30px;
    border: 1px dashed var(--e-global-color-0c0df1b);
    border-radius: 50%;
    margin: auto;
    max-width: 90%;
    transition: all 0.3s;
}
@media (max-width: 1199px) {
    .product-category-box {
        width: 25%;
    }
}
@media (max-width: 991px) {
    .product-category-box {
        width: 33%;
    }
}
@media (max-width: 767px) {
    .product-category-box {
        width: 50%;
    }
}
@media (max-width: 575px) {
    .mobile11 img {
        aspect-ratio: 1/1!important;
    }
    .product-category-box {
        width: 50%
    }
    .category-content {
        padding: 12px;
    }
    .category-content p {
        font-size: 13px;
    }
}/* End custom CSS */