/* 
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 */
.mega-tabs-wrapper {
  display: flex;
	gap:20px;
}
body  .with_frm_style .iti {
	    width: 100%;
}
/* LEFT */
.mega-tabs-left {
  width: 25%;
}
.ekit-wid-con .elementor-icon-list-item a>img {
	height:70px;
}
.mega-tabs-left h4 {
	text-transform: uppercase;
    border-bottom: 4px solid #ffc72c;
	padding-bottom:10px;
}
.mega-tabs-nav {
	padding-left:0px;
}
.frm_checkbox label > a,.frm_checkbox label > a:hover {
	color:rgba(255,199,44);
}
.mega-tab-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
    font-weight: 500; 
    font-family: 'Gotham';
  cursor: pointer;
	border-left:4px solid transparent;
}
.wpml-ls-legacy-dropdown-click {
	width:max-content;
}
.wpml-ls-legacy-dropdown-click a {
	background:transparent;
	border:none;
	color:#fff;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown-click a:focus, .wpml-ls-legacy-dropdown-click a:hover {
	background:transparent;
	border:none;
	color:#fff;
}
#wpml-ls-submenu-click-default {
	background:transparent;
}
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
	border-top:none;
}
.wpml-popular-posts .popular-post-item{
    display:flex;
    gap:15px;
    margin-bottom:20px;
    align-items: center;
}

.wpml-popular-posts .popular-post-thumb{
    flex:0 0 90px;
}

.wpml-popular-posts .popular-post-thumb img{
    width:90px;
    height:90px;
    object-fit:cover;
    display:block;
 
}

.wpml-popular-posts .popular-post-content{
    flex:1;
}

.wpml-popular-posts .popular-post-title{
    margin:0 0 5px;
    font-size:16px;
    line-height:1.4;
}

.wpml-popular-posts .popular-post-title a {
	color:var(--e-global-color-primary);
}
body.rtl .frm_forms label,body.rtl .frm-intl-tel-input.iti__tel-input  {
	text-align:right;
}
body.rtl .frm-intl-tel-input.iti__tel-input {
padding-right:58px!Important;
}
body.rtl .with_frm_style select {
		text-align:right;
}
body.rtl .with_frm_style .vertical_radio .frm_checkbox label{
	direction:rtl;
}
body.rtl .iti__country-container {
	left:unset;right:0;
}
body.rtl article.jkit-post .jkit-post-title,body.rtl article.jkit-post .jkit-post-excerpt {
	text-align:right;
}
body.rtl .footer-icon-box .elementor-icon-box-wrapper {
	flex-direction: row;
    text-align: right;
    direction: rtl;
}
.mega-tab-title img {
  width: 35px;
  height: 35px;
  object-fit: cover;

}
input#field_zdkbi[data-frmval="+966"],input#field_zdkbi2[data-frmval="+966"]{
	border-color:transparent!important;
}
.mega-tab-title.active {
  background: #f5f5f5;
	border-left:4px solid #ffc72c;
}

/* RIGHT */
.mega-tabs-right {
  width: 75%;
}

.mega-tab-content {
  display: none;
}

.mega-tab-content.active {
  display: block;
}

/* PRODUCTS */
.mega-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.mega-product-card {
  text-decoration: none;
  color: inherit;
}

.mega-product-img img {
  width: 100%;
  height: 130px;
	object-fit:contain;
  display: block;
}
.mega-product-img  {
	    border: 1px solid  #2C2D84;
}
.mega-product-title {
  font-size: 14px;
color:#fff;
	text-align:center;
	    background-color: #2C2D84;
    padding: 6px;
}



/* Single Repeater */

.acf-repeater-list {
    display: grid;
    gap: 56px;
}

.acf-repeater-item {
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 48px;
    align-items: start;
}

.acf-repeater-title {
    margin: 0;
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    color: #05263b;
}

.acf-repeater-content {
    border-left: 4px solid #FFC72C;
    padding-left: 32px;
    color: #5f6f7a;
    font-size: 18px;
    line-height: 1.6;
}
body.rtl .acf-repeater-content {
	 border-right: 4px solid #FFC72C;
	border-left:none;
	 padding-left: 0px;
	 padding-right: 32px;
}
body.rtl .jeg-elementor-kit.jkit-accordion .card-wrapper .card-header .card-header-button .left-icon-group {
	    padding-right: 0px;
    float: right;
    padding-left: 26px;

}
body.rtl .jeg-elementor-kit.jkit-accordion .card-body  {
	padding:20px 30px 20px 0px!important;
}
.acf-repeater-content ul {
    margin: 0;
    padding-left: 22px;
}

.acf-repeater-content p:first-child,
.acf-repeater-content ul:first-child {
    margin-top: 0;
}

.acf-repeater-content p:last-child,
.acf-repeater-content ul:last-child {
    margin-bottom: 0;
}

.single-gallery img {
	height: 200px;
    object-fit: cover;
}
.grecaptcha-badge {
	position:relative;
	display:none;
	visibility:hidden;
}
.registered-mark {
	font-family:"Gotham",sans-serif;
}
body .with_frm_style .frm_inside_container.frm_label_float_top > label {
	top:-7px;
	color:#fff;
}
body.no-published-posts .blog-section {
	display:none;
}
@media (max-width: 1024px) {
	.mega-tabs-wrapper {
		flex-direction:column;
	}
	.mega-tabs-left {
		width:100%;
	}
	.mega-tabs-right,.mega-tabs-left h4,.mega-tab-title img {
		display:none;
	}
	.mega-tab-title {
		justify-content:center;
		    font-weight: 400;
    font-size: 14px;
		font-family:'Lato';
	}
	header .e-n-menu-toggle:hover, header .e-n-menu-toggle:focus{
		background:transparent;
		border:none;
	}
	.e-n-menu-dropdown-icon svg path {
		fill:#000!important;
	}
	.mega-tab-title.active {
		border-left:none;
		color:#ffc72c;
		background:transparent;
	}
		header .elementor-widget-n-menu .e-n-menu-title-text {
		font-size:18px;
	}
	.acf-repeater-content {
		font-size:16px;
	}
}
@media (max-width: 767px) {
    .acf-repeater-item {
        grid-template-columns: 1fr;
        gap: 16px;
    }
	body .with_frm_style .frm_form_fields  .frm_final_submit {
		width:100%;
	}
    .acf-repeater-title {
        font-size: 26px;
    }

    .acf-repeater-content {
        border-left: 3px solid #FFC72C;
        padding-left: 20px;
    }
	body.rtl .acf-repeater-content {
	 border-right: 3px solid #FFC72C;
	border-left:none;
	 padding-left: 0px;
	 padding-right: 20px;
}
}