.elementor-kit-8{--e-global-color-primary:rgb(32, 79, 207);--e-global-color-secondary:rgb(242, 103, 73);--e-global-color-text:rgb(0, 0, 0);--e-global-color-accent:rgb(52, 199, 89);--e-global-color-3ab343f0:#817fff;--e-global-color-37a98965:#fcded6;--e-global-color-3a22375d:#2f2c31;--e-global-color-0ab48e5:#F6F6F6;--e-global-color-a1d738f:#666666;--e-global-color-833cb18:#FCDED6;--e-global-color-b7b63fb:#FFFFFF00;--e-global-typography-primary-font-family:"FF Shamel";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"FF Shamel";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"FF Shamel";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"FF Shamel";--e-global-typography-accent-font-weight:500;font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-8 h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:576px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Apply FFShamelFamily to body text */
body {
    font-family: 'FFShamelFamily', sans-serif;
    font-weight: 400; /* Regular */
}

/* Light weight */
.light-text {
    font-family: 'FFShamelFamily', sans-serif;
    font-weight: 300;
}

/* Medium weight */
.medium-text {
    font-family: 'FFShamelFamily', sans-serif;
    font-weight: 500;
}

/* Bold weight */
.bold-text {
    font-family: 'FFShamelFamily', sans-serif;
    font-weight: 700;
}

/* Headings styling with FFShamelFamily and specific font sizes */
h1 {
    font-family: 'FFShamelFamily', sans-serif;
    font-size: 48pt;
    font-weight: 700; /* or adjust as needed */
}

h2 {
    font-family: 'FFShamelFamily', sans-serif;
    font-size: 24pt;
    font-weight: 500;
}

h3 {
    font-family: 'FFShamelFamily', sans-serif;
    font-size: 20pt;
    font-weight: 400;
}

h4 {
    font-family: 'FFShamelFamily', sans-serif;
    font-size: 15pt;
    font-weight: 400;
}

/* Custom menu item highlight */
.custom-menu-highlight > a {
    color: var(--e-global-color-primary, #007bff); 
    text-decoration: underline;
    font-family: 'FFShamelFamily', sans-serif;
    font-weight: 500;
}

/* start CSS */
.cont-50{
	filter: blur(50px);
}

#cont-1{
	filter: blur(250px);
}

.cont-2{
	filter: blur(170px);
}

.cont-3{
	filter: blur(300px);
}

.cont-4{
	filter: blur(400px);
}

.cont-5{
	filter: blur(500px);
}

.bg-blur{
	backdrop-filter: blur(15px);
}

.hero-span{
font-weight: 700;
	color: #204FCF;
}

.card:hover{
	color:white !important;
}

ul{
	list-style: disc !important;
	padding:0;
	padding-right: 20px;
}

li{
	padding:0 !important;
	margin:0; 
}

ul.eng{
	padding-left:50px !important;
}

#hide{
	display:none;
}

.elementor-field-group {
flex-wrap: nowrap;  
}

label { 
width: 20%;
	vertical-align:middle;
}

/* Submenu */
/* ===== MEGA MENU STYLE FINAL ===== */

/* القائمة المنسدلة */
.aux-submenu.aux-megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-left: 200px; /* حسب احتياجك */
  width: 420px;
  background-color: #fff;
  border: 1px solid #d1d5db;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  padding: 25px 30px;
  display: none;
  z-index: 1000;
  border-radius: 15px;
}

/* عرضها عند التحويم */
li:hover > .aux-submenu.aux-megamenu {
  display: block;
}

/* الأعمدة داخل القائمة */
.aux-menu-columns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* كل عنصر في القائمة */
.aux-menu-column {
  list-style: none;
}

/* الرابط */
.aux-menu-column a.aux-item-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
  color: #111827;
  padding: 10px 0;
  transition: all 0.3s ease;
  border-radius: 6px;
}

/* عند التحويم */
.aux-menu-column a.aux-item-content:hover {
  background-color: #f3f4f6;
  padding-left: 5px;
}

/* العنوان */
.aux-menu-label {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
  color: #111827;
}

/* الوصف */
.aux-menu-sec-text {
  font-size: 13px;
  color: #6b7280 !important;
  line-height: 1.5;
}
.aux-menu-label,
.aux-menu-sec-text {
  display: block;
  width: 100%;
}
.Stores-b {
  display: inline-block;
  transition: transform 0.3s ease, box-shadow 0.3s ease, filter 0.3s ease;
  cursor: pointer;
}


.page-numbers {
  padding: 7px 20px 7px 20px;
  background-color: transparent; /* pas de fond individuel */
  text-decoration: none;
  color: #333;
  transition: background-color 0.3s;
}

/* Effet hover uniquement sur PC (desktop > 1024px) */
@media (min-width: 1025px) {

  /* Stores-b */
  .Stores-b:hover {
    transform: scale(1.05);
    filter: brightness(1.15) saturate(1.1);
  }

  /* Stores */
  .Stores:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 2px solid #204FCF; /* Bordure colorée au hover */
  }
  .Stores:hover img {
    transform: scale(1.08) rotateZ(0.3deg);
    filter: brightness(1.2) contrast(1.05) saturate(1.1);
  }

  /* stylish-hover */
  .stylish-hover:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background-color: #f8faff;
  }
  .stylish-hover:hover img {
    transform: scale(1.08);
  }
  .stylish-hover:hover p {
    color: #222;
  }

  /* elementor-button */
  .elementor-button:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 12px rgba(32, 79, 207, 0.3);
    cursor: pointer;
  }

  /* dark-hover */
  .dark-hover:hover {
    background-color: #2a2a2a;
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.6);
  }
  .dark-hover:hover img {
    transform: scale(1.05);
    filter: brightness(1.1);
  }
  .dark-hover:hover p,
  .dark-hover:hover .elementor-widget-text-editor {
    color: #dddddd;
  }
.hover-style-container {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.hover-style-container:hover {
  transform: translateY(-6px) scale(1.02);
  background-color: #f0f8ff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.hover-style-container img {
  transition: transform 0.3s ease;
}

.hover-style-container:hover img {
  transform: scale(1.05);
}

.hover-style-container p,
.hover-style-container h2,
.hover-style-container h3 {
  transition: color 0.3s ease;
}

.hover-style-container:hover p,
.hover-style-container:hover h2,
.hover-style-container:hover h3 {
  color: #204FCF;
}
}


/* Rendre les tableaux responsives UNIQUEMENT sur mobile */
@media screen and (max-width: 768px) {
  .wp-block-table, 
  table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1.5rem;
    font-size: 55%; /* Réduction de la taille du texte de 20% */
  }

  table th, 
  table td {
    padding: 6px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: normal;          /* autorise les retours à la ligne */
    overflow-wrap: break-word;    /* casse seulement les mots trop longs */
    word-wrap: break-word;        /* compatibilité anciens navigateurs */
  }
}
@media (max-width: 768px) {
  .parallax {
    background-attachment: scroll !important;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
font-display:swap;
	font-family: 'FF Shamel';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://estaraht.com/wp-content/uploads/2025/07/FFShamelFamily-UniqueBook.ttf') format('truetype');
}
/* End Custom Fonts CSS */