/* 
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
*/

@font-face {
    font-family: 'Mont SemiBold';
    src: url('https://tlm.ehnmedia.ae/wp-content/uploads/2024/03/Mont-SemiBold.ttf') format('truetype');
    /* Add other formats if needed */
    font-weight: 700;
    font-style: normal;
}



/* Add your custom styles here */

/* Aruba Page - Form Section Background */
.arubaformbanner{linear-gradient(-216deg,rgba(246,103,1,1) 0%,rgba(172,61,68,1) 35%,rgba(153,50,84,1) 46%,rgba(136,40,100,1) 60%,rgba(123,33,111,1) 72%,rgba(92,15,139,1) 100%) !important;}

.product-categories {display: flex; flex-wrap: wrap; justify-content: center;}
.category-item {flex: 0 0 calc(14.28% - 20px); /* Adjust the width as needed */ margin: 10px; text-align: center;}
.category-item h3 {margin-bottom: 10px;}
.category-item span { display: block; position: relative; overflow: hidden;}
.category-item span img { width: 100%; height: auto; transition: transform 0.3s ease-in-out;}
.category-item span:hover img {transform: scale(1.1); /* Adjust the scale factor as needed */}
.category-item .category-item-6{border-right: none;}