/* ==============================================================================
Theme Name: Phlox Pro Child
Theme URI: http://phlox.pro/go/
Author: averta
Author URI: http://www.phlox.pro
Description: Phlox Pro Child Theme
Template: phlox-pro
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column,two-columns, three-columns, left-sidebar, right-sidebar
Text Domain: phlox-pro-child
================================================================================= */

/* 1. Register the Regular Font using the EXACT name the theme is looking for */
@font-face {
    font-family: 'the sans arabic regular';
    src: url('https://ideacrafttechnology.site/wp-content/uploads/2026/06/Bahij_TheSansArabic-Plain.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* 2. Register the Bold Font using the EXACT name the theme is looking for */
@font-face {
    font-family: 'the sans arabic bold';
    src: url('https://ideacrafttechnology.site/wp-content/uploads/2026/06/Bahij_TheSansArabic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 3. Register your original name as an alias just in case Elementor drops it anywhere */
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('https://ideacrafttechnology.site/wp-content/uploads/2026/06/Bahij_TheSansArabic-Plain.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Bahij TheSansArabic';
    src: url('https://ideacrafttechnology.site/wp-content/uploads/2026/06/Bahij_TheSansArabic-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* 4. Match the theme's exact selectors to force override the layout */
body, p, a, li, input, select, textarea, div {
    font-family: 'the sans arabic regular', 'Bahij TheSansArabic', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .elementor-heading-title, .elementor-heading-title * {
    font-family: 'the sans arabic bold', 'Bahij TheSansArabic', sans-serif !important;
}

/* Header Backgrounds */

#h-header-s.elementor-sticky--effects, #h-header-s.elementor-sticky--active, #h-header-s.elementor-sticky, header.aux-sticky #h-header-s { background-color: #8F1539 !important; }

#h-header-p.elementor-sticky--effects, #h-header-p.elementor-sticky--active, #h-header-p.elementor-sticky, header.aux-sticky #h-header-p { background-color: #FFFFFF !important; }

#h-header-s, #h-header-p { transition: background-color 0.4s ease-in-out; }



/* Sticky Burger Menu (Nuclear Override for ALL 3 lines) */

html body .elementor-sticky--effects .aux-burger .mid-line, html body .elementor-sticky--active .aux-burger .mid-line, html body .elementor-sticky .aux-burger .mid-line, html body .aux-sticky .aux-burger .mid-line,

html body .elementor-sticky--effects .aux-burger .mid-line::before, html body .elementor-sticky--active .aux-burger .mid-line::before, html body .elementor-sticky .aux-burger .mid-line::before, html body .aux-sticky .aux-burger .mid-line::before,

html body .elementor-sticky--effects .aux-burger .mid-line::after, html body .elementor-sticky--active .aux-burger .mid-line::after, html body .elementor-sticky .aux-burger .mid-line::after, html body .aux-sticky .aux-burger .mid-line::after,

html body .elementor-sticky--effects .aux-burger::before, html body .elementor-sticky--active .aux-burger::before, html body .elementor-sticky .aux-burger::before, html body .aux-sticky .aux-burger::before,

html body .elementor-sticky--effects .aux-burger::after, html body .elementor-sticky--active .aux-burger::after, html body .elementor-sticky .aux-burger::after, html body .aux-sticky .aux-burger::after {

    background: #333333 !important;

    background-color: #333333 !important;

    border-color: #333333 !important;

}

html body .elementor-sticky--effects .aux-burger, html body .elementor-sticky--active .aux-burger, html body .elementor-sticky .aux-burger, html body .aux-sticky .aux-burger {

    --aux-burger-color: #333333 !important;

    color: #333333 !important;

}



/* Mobile Close "X" */

html body .aux-fs-popup .aux-panel-close .aux-close::before, html body .aux-fs-popup .aux-panel-close .aux-close::after, html body .aux-close.aux-cross-symbol::before, html body .aux-close.aux-cross-symbol::after {

    background: #333333 !important;

    background-color: #333333 !important;

    border-color: #333333 !important;

}



/* Submenu Indicators (Default: White) */

html body .site-header-section .aux-master-menu .aux-submenu-indicator, 

html body .aux-elementor-header-menu .aux-master-menu .aux-submenu-indicator {

    filter: brightness(0) invert(1) !important; /* Forces pure white */

    color: #FFFFFF !important; 

    fill: #FFFFFF !important;

}



/* Submenu Indicators (Sticky & Mobile Overlay: Soft Dark) */

html body .elementor-sticky--effects .site-header-section .aux-master-menu .aux-submenu-indicator, 

html body .elementor-sticky--active .site-header-section .aux-master-menu .aux-submenu-indicator, 

html body .elementor-sticky .site-header-section .aux-master-menu .aux-submenu-indicator, 

html body header.aux-sticky .site-header-section .aux-master-menu .aux-submenu-indicator,

html body .elementor-sticky--effects .aux-elementor-header-menu .aux-master-menu .aux-submenu-indicator, 

html body .elementor-sticky--active .aux-elementor-header-menu .aux-master-menu .aux-submenu-indicator, 

html body .elementor-sticky .aux-elementor-header-menu .aux-master-menu .aux-submenu-indicator, 

html body header.aux-sticky .aux-elementor-header-menu .aux-master-menu .aux-submenu-indicator,

html body .aux-fs-popup .aux-master-menu .aux-submenu-indicator { /* Fixes the mobile menu overlay */

    filter: brightness(0.2) invert(0) !important; /* Forces #333333 dark gray */

    color: #333333 !important; 

    fill: #333333 !important;

}



/* Desktop Menu Text */

html body #h-header-p.elementor-sticky--effects li, html body #h-header-p.elementor-sticky--active li, html body header.aux-sticky #h-header-p li { color: #333333 !important; }

html body #h-header-p.elementor-sticky--effects .aux-master-menu .aux-item-content .aux-menu-label, html body #h-header-p.elementor-sticky--active .aux-master-menu .aux-item-content .aux-menu-label, html body header.aux-sticky #h-header-p .aux-master-menu .aux-item-content .aux-menu-label { color: #333333 !important; }



/* Active & Hover States (Burgundy) — TOP LEVEL ONLY */
html body #h-header-p.elementor-sticky--effects .aux-master-menu > .aux-menu-item > .aux-item-content:hover .aux-menu-label,
html body #h-header-p.elementor-sticky--active .aux-master-menu > .aux-menu-item > .aux-item-content:hover .aux-menu-label,
html body header.aux-sticky #h-header-p .aux-master-menu > .aux-menu-item > .aux-item-content:hover .aux-menu-label,
html body #h-header-p.elementor-sticky--effects .aux-master-menu > .current-menu-item > .aux-item-content .aux-menu-label,
html body #h-header-p.elementor-sticky--active .aux-master-menu > .current-menu-item > .aux-item-content .aux-menu-label,
html body header.aux-sticky #h-header-p .aux-master-menu > .current-menu-item > .aux-item-content .aux-menu-label {
    color: #8F1539 !important;
}

/* Menu Separators & RTL Support */

html[dir="rtl"] .aux-master-menu.aux-with-splitter > .aux-menu-item > .aux-item-content::after { left: auto !important; right: 0.7rem !important; }

html body .site-header-section .aux-master-menu.aux-with-splitter > .aux-menu-item > .aux-item-content::after, html body .aux-elementor-header-menu .aux-master-menu.aux-with-splitter > .aux-menu-item > .aux-item-content::after { 

    background-color: #333333 !important; 

}


.aux-sidebar {
	display:none !important;
}

.aux-container {
    padding: 0px !important;
}
@media (min-width: 1025px) {
    
    .bdt-slideshow-content-wrapper {
        /* This calculates the exact start of your 'boxed' container */
        margin-left: calc((100vw - 1140px) / 2) !important;
        margin-right: 0 !important;
        max-width: 1140px; /* Optional: keeps the text from stretching too far */
    }

    /* Support for Arabic (RTL) */
    html[dir="rtl"] .bdt-slideshow-content-wrapper {
        margin-right: calc((100vw - 1140px) / 2) !important;
        margin-left: 0 !important;
    }
}

.tribe-events-c-subscribe-dropdown__container {
	display:none !important;
}

.page-title-section .page-header > .aux-container > *:last-child {
margin-bottom:0px!important;
}

.aux-content-top-margin .aux-primary {
    padding-top: 0px !important;
}

.page-title-section a {
	color: white !important;
}

.comment-respond {
	display:none !important;
}

/* 1. SHARED HEADER LAYOUT (For both List and Detail) */
.page-header.aux-wrapper.aux-top, 
#custom-event-hero {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                      url('https://ideacrafttechnology.site/wp-content/uploads/2026/04/Hadara-General-Banner-scaled.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 100px 0 75px 0 !important;
    min-height: 350px !important;
    border: none !important;
    width: 100% !important;
}

/* 2. SHARED TEXT STYLING (Desktop) */
.page-header.aux-top h1.page-title,
.custom-event-title {
    font-size: 34px !important;
    color: #ffffff !important;
    padding: 0 120px !important; /* Original Desktop Padding */
    text-transform: uppercase;
    font-weight: 600 !important;
    margin: 30px 0 10px 0 !important;
    text-align: center !important;
}

/* 3. MOBILE OPTIMIZATION (Screens under 767px) */
@media (max-width: 767px) {
    .page-header.aux-top h1.page-title,
    .custom-event-title {
        font-size: 16px !important;     
        padding: 0 40px !important;     
        margin: 15px 0 10px 0 !important;
        line-height: 1.4 !important;
    }
    
    #custom-event-hero, 
    .page-header.aux-wrapper.aux-top {
        padding: 60px 0 40px 0 !important;
        min-height: 250px !important;
    }
}


/* @font-face {
  font-family: 'Madani Arabic';
  src: url('https://ghanimlawfirm.qa/wp-content/uploads/2025/05/alfont_com_Madani-Arabic-Regular-1.ttf') format('truetype');
} */

/* html:lang(ar) .elementor-headline-dynamic-text {
	 font-family: 'Madani Arabic' !important;
}

html:lang(ar) .mobile-navigation ul > li.menu-item > a, .mobile-navigation-categories ul > li.menu-item > a {
	font-family: 'Madani Arabic' !important;
} */


/* html:lang(ar) p,
html:lang(ar) a,
html:lang(ar) h1,
html:lang(ar) h2,
html:lang(ar) h3,
html:lang(ar) h4,
html:lang(ar) h5,
html:lang(ar) h6,
html:lang(ar) ul,
html:lang(ar) li,
html:lang(ar) div,
html:lang(ar) span,
html:lang(ar) input, 
html:lang(ar) select, 
html:lang(ar) textarea{
font-family: 'Madani Arabic', sans-serif; 
	text-align:right !important;
} */

/* Temporary */
.bdt-timeline-date {
	display: none !important;
}

.not-found { 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-bottom: 30px;
}

html:lang(ar) .bdt-button-icon-align-right {
	transform: scalex(-1);
	margin-right: 8px !important;
	margin-left: 0px !important;
}


/* 1. Base Font (Regular) */
body, p, a, li,  input, select, textarea, div {
    font-family: 'the sans arabic regular', sans-serif !important;
}

/* 2. Main Headings (Bold) */
h1, h2, .elementor-heading-title {
    font-family: 'the sans arabic bold', sans-serif !important;
}

/* 3. Sub-headings (SemiBold) */
h3, h4, h5, h6 {
    font-family: 'the sans arabic bold', sans-serif !important;
}

.current {
	color: white !important;
}
html:lang(ar) .tribe-events-c-nav svg {
	transform: scalex(-1) !important;
	margin: 0 10px !important;
}
.tribe-events-c-top-bar__nav-list {
	display: none !important;
}

.tribe-events-c-search__button {
	border-radius:0px !important;
}

 .entry-media  {
display: none !important;
}

.bdt-panel-slide-item .bdt-transition-fade {
    opacity: 1 !important;
    visibility: visible !important;
}

/* 1. THE DROPDOWN CONTAINER */
#master-menu-elementor-6d33d18 .sub-menu.aux-submenu {
    background: #ffffff !important;
    border-top: 3px solid #8a1538 !important; /* Hadara Maroon Accent */
    box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.12) !important;
    padding: 12px 0 !important;
    min-width: 210px !important;
    margin-top: 15px !important; /* Space between main link and menu */
}

/* 2. DROPDOWN ITEMS */
#master-menu-elementor-6d33d18 .sub-menu li a {
    padding: 12px 25px !important;
    color: #444444 !important;
    display: flex !important;
    align-items: center;
    transition: all 0.25s ease-in-out !important;
    border: none !important; /* Remove any default borders */
    position: relative;
}

/* 3. HOVER EFFECT */
#master-menu-elementor-6d33d18 .sub-menu li a:hover {
    background-color: #fcfcfc !important;
    color: #8a1538 !important; /* Brand Maroon */
    padding-left: 32px !important; /* Subtle slide effect */
}

/* 4. HOVER INDICATOR (Vertical Line) */
#master-menu-elementor-6d33d18 .sub-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0%;
    background: #8a1538;
    transition: all 0.2s ease;
}

#master-menu-elementor-6d33d18 .sub-menu li a:hover::before {
    width: 4px;
    height: 60%;
}

.aux-next-prev-posts {
	padding: 0px 10vw !important;
}

html:lang(ar) .aux-next-prev-posts {
	display: flex !important;
}

html:lang(ar)  .aux-next-prev-posts .np-prev-section {
    float: right;
    text-align: right;
}

html:lang(ar)  .aux-next-prev-posts .np-prev-section .np-arrow {
    margin-left: 25px;
    float: right;
    transform: scale(-1);
}

html:lang(ar) .aux-next-prev-posts .np-next-section {
    float: left;
    text-align: left;
    padding-right: 1em;
}

html:lang(ar) .aux-next-prev-posts .np-next-section .np-arrow {
    margin-right: 25px;
    float: left;
    transform: scale(-1);
}

html:lang(ar) .wpcf7-form {
	direction: rtl !important
}

html:lang(ar) .tribe-events-header {
	direction: rtl !important;
}

html:lang(ar) .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control-icon-svg {
    left: 0px !important;
    right: 0px !important;
}

html:lang(ar) .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-search__input-control:last-child {
    margin-right: 20px !important;
}

.tribe-events .tribe-events-c-events-bar .tribe-common-form-control-text__input {
    outline: none !important;
}

html:lang(ar)  .elementor-element-c328548 {
	direction: ltr !important;
}

/* 1. Golden Background (White Text) */
#mobile_number a[href^="tel"], 
#mobile_number .elementor-icon-box-description a {
    color: #FFFFFF !important; /* Explicitly set white */
	-webkit-text-fill-color: #FFFFFF !important; /* Force for Safari/iOS */
    text-decoration: none !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}

/* 2. White Background (Black/Dark Text) */
#mobile_number_bk a[href^="tel"], 
#mobile_number_bk .elementor-icon-box-description a { /* Fixed the ID here */
    color: #171B26 !important;
	-webkit-text-fill-color: #171B26 !important; /* Force for Safari/iOS */
    text-decoration: none !important;
    font-family: inherit !important;
    font-weight: inherit !important;
}

.aux-submenu-indicator {
    filter: none !important;
}

[dir="rtl"] .tribe-events-sub-nav a:after,
[dir="rtl"] .tribe-events-sub-nav a:before {
    transform: scaleX(-1);
}

html:lang(ar) .tribe-events-c-top-bar__datepicker-button-icon-svg {
    margin: 0 10px !important;
}

[dir="rtl"]  .tribe-common.tribe-common--breakpoint-medium button.tribe-events-c-top-bar__datepicker-button {
    padding: 0 20px !important;
}

[dir="rtl"]   .tribe-events-calendar-list__month-separator h3{
	padding-left: 20px !important;
}


[dir="rtl"] .tribe-events-c-view-selector__content {
  
    right: unset !important;
    left: 0 !important;
  
}

[dir="rtl"] .tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
  	right: unset !important;
    left: calc(100% - 3px) !important;
}


.con-form-btn {
    border-radius: 0px !important;
    padding: 8px 26px !important;
    background: rgb(143, 21, 57) !important;
}

.con-input {
    border-radius: 0px !important;
}

.checkbox-text {
	font-size:14px !important;
}

html:lang(ar) .topbar-contact-details ul {
    direction: rtl !important;
}

html:lang(ar) .topbar-contact-details ul > li:first-child span{
    direction: ltr !important;
}

/* brand slider */

.bdt-ep-brand-carousel-name {
	text-align:center!important;
	padding: 0px 10px !important;
}

.tribe-events-venue-map {
	width:250% !important;
}

.tribe-events-venue-map>div, .tribe-events-venue-map>iframe {
        max-height: 311px !important;
    }
html:lang(ar)  .elementor-icon-list-icon {
	transform:scalex(-1) !important;
}

.tribe-address {
	display: none !important;
}

html:lang(ar) .tribe-events-c-nav__next-label, .tribe-events-c-nav__prev-label {
	display:flex !important;
	flex-direction: row-reverse !important;
	column-gap: 4px !important;
	cursor:  pointer !important;
}


html:lang(ar) .upk-pagination-next, 
html:lang(ar) .upk-pagination-previous a {
    transform: scaleX(-1) !important;
    margin-right: 20px !important;
}

html:lang(ar) .upk-icon-arrow-right-7,
html:lang(ar) .auxicon-arrow-right-3 {
	transform: scaleX(-1) !important;
}

html:lang(ar) .aux-master-menu.aux-narrow.aux-fullscreen-menu .aux-submenu-indicator, .aux-fs-menu .aux-master-menu .aux-submenu-indicator {
	right: 25px !important;
	left: 0px !important;
}
@media (max-width: 767px) {
    .e-con.e-flex {
        --flex-wrap: none !important;
    }
}

/* Target Chrome, Safari, Edge, and Opera engines */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

/* Target Firefox engines */
input[type=number] {
    -moz-appearance: textfield !important;
}

.aux-top .aux-container{
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.aux-breadcrumbs {
    color: white !important;
    text-transform: uppercase;
	font-weight:normal;
	margin:0px !important
}



/* Execute the horizontal mirroring flip */
html:lang(ar) .aux-breadcrumb-sep::before {
    display: inline-block !important;
    transform: scaleX(-1) !important;
}

html:lang(ar) .datepicker-days th {
	text-align:center !important;
}

html:lang(ar) .prev, html:lang(ar) .next {
	transform:scalex(-1) !important;
}

/* Refactored Header Menu Padding Optimization */
:is(.site-header-section, .aux-elementor-header-menu) .aux-menu-depth-0:is(:first-child, :last-child) > .aux-item-content {
    padding-left: 18.375px !important;
    padding-right: 18.375px !important;
	padding: initial 18.375px !important;
}

/* Mirror the background layout graphic wrapper on Arabic views */
html:lang(ar) .bdt-slideshow-image img,
html:lang(ar) [class*="bdt-slideshow-"] .bdt-cover {
    transform: scaleX(-1) !important;
}

/* Desktop default layout settings */
.upk-category {
    display: flex;
    gap: 5px;
	
}

.upk-category a{
    margin: 0 !important;
	width:max-content !important;
	display:flex;
	align-items:center;
	
}
/* Mobile responsive override logic */
@media (max-width: 576px) {
    .upk-category {
        flex-direction: column;
    }
}

html:lang(ar) .upk-title {
	text-align:justify !important;
}

@media screen and (max-width: 768px) {
    .aux-fs-popup .aux-panel-close {
         left: unset; !important
    }
}

html:lang(ar) .aux-fs-popup .aux-panel-close {
	left: 0 !important
}

html:lang(en) .aux-fs-popup .aux-panel-close {
	right: 0 !important
}

.aux-fs-popup .aux-panel-close {
    position: absolute;
    width: 30px;
    height: 30px;
    border: solid 1px #8F1539;
    border-radius: 0px; 
    margin: 25px;
    cursor: pointer;
}



/* Mirror the high-specificity selector paths to let the maroon color win */
html body .aux-fs-popup .aux-panel-close .aux-close::before, 
html body .aux-fs-popup .aux-panel-close .aux-close::after, 
html body .aux-close.aux-cross-symbol::before, 
html body .aux-close.aux-cross-symbol::after {
    background: #8F1539 !important;
    background-color: #8F1539 !important;
    border-color: #8F1539 !important;
}

@media (max-width: 768px) {
	.aux-item-content {
	   font-size: 22px !important;
	}
}

.aux-overlay::after {
	border-radius:0px !important;
	background-color:#8F1539 !important;

}

ul {
	padding-right: 1.1em !important
}

.tribe-events-c-events-bar__search-button {
	margin-top:3px !important;
}

.aux-arrow-nav.aux-round {
	border-radius:0px !important;
}


/* ==========================================================================
   HADARA FOUNDATION - CUSTOM EVENT & PORTFOLIO HEADERS
   ========================================================================== */

/* 1. SHARED HEADER LAYOUT */
.page-header.aux-wrapper.aux-top, 
#custom-event-hero,
.single-portfolio .page-header,
.post-type-archive-portfolio .page-header {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
                      url('https://ideacrafttechnology.site/wp-content/uploads/2026/04/Hadara-General-Banner-scaled.png') !important;
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 100px 0 75px 0 !important;
    min-height: 350px !important;
    border: none !important;
    width: 100% !important;
}

/* 2. SHARED TEXT STYLING */
.page-header.aux-top h1.page-title,
.single-portfolio .page-header h1,
.custom-event-title {
    font-size: 34px !important;
    color: #ffffff !important;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin: 30px 0 10px 0 !important;
    text-align: center !important;
}

.page-header.aux-top .aux-breadcrumbs,
.single-portfolio .page-header .aux-breadcrumbs,
.custom-event-breadcrumbs {
    color: white !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400;
    text-align: center !important;
}

/* 3. LIST PAGE SPECIFIC FIXES */
.page-header.aux-top .aux-container,
.single-portfolio .page-header .aux-container {
    display: flex !important;
    flex-direction: column !important;
}
.page-header.aux-top .aux-page-title-entry { order: 1 !important; }
.page-header.aux-top .aux-breadcrumbs { order: 2 !important; display: block !important; margin-top: 10px !important; }

/* 4. DETAIL PAGE SPECIFIC: Hide original plugin elements */
.tribe-events-single-event-title, .tribe-events-back, .tribe-events-schedule {
    display: none !important; 
}

/* 1. Target the image container to enforce a strict horizontal aspect ratio */
.upk-item .upk-img-wrap {
    position: relative;
    width: 100%;
    /* Forces standard landscape proportions (change to 16/9 if preferred) */
    aspect-ratio: 3 / 2; 
    overflow: hidden;
}

/* 2. Target the image element itself to execute the cover cropping behavior */
.upk-item .upk-img-wrap img.upk-img {
    width: 100% !important;
    height: 100% !important;
    /* Crops cleanly from the center to preserve landscape balance */
    object-fit: cover !important; 
    object-position: center !important;
}

.tribe-events-calendar-month__day-cell {
	display:flex !important;
	justify-content:center !important;
	align-items:center !important;
}

.tribe-events-c-top-bar__datepicker-button-icon-svg {
	display:none !important;
}

html:lang(ar) .tribe-events-c-view-selector__list-item-icon  { 
	margin-right: unset !important;
    margin-left: 18px !important;
}

.tribe-events-c-view-selector__list-item-icon { 
height: unset !important;
}

html:lang(ar) .tribe-events .tribe-events-c-messages__message--notice .tribe-events-c-messages__message-icon-svg  {
	margin-left: 15px !important;
}

html:lang(ar) .tribe-events-view-loader {
	direction: ltr !important;
}

 .tribe-events-view-loader {
	background: #ffffff !important;
}

.tribe-events-c-top-bar__datepicker-desktop {
	cursor: auto !important;
	outline: none !important;
}

.tribe-events-calendar-latest-past__event-venue-address, .tribe-events-calendar-list__event-venue-address {
	display: none !important;
}

html:lang(ar) .tribe-events-notices li {
	text-align:right !important;
}

.swiper-pointer-events {
	width: 100% !important;
}

.tribe-events-notices {
	display: none !important;
}