/* body::-webkit-scrollbar {
overflow-y:hidden;
display:none;
} */


body{
	overflow-y:auto;
}

.blog-post ul li{

    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    color: #FB931B;

}
 .blog-post h2{

    font-size: 28px;
    font-weight: 600;
    line-height: normal;
    color: #FB931B;

}


@media screen and (max-width: 767px) {
  
   .blog-post ul li
   {
       font-size: 18px;
       
    }
    .blog-post h2{

    font-size: 24px;
    

}


}


/* Arabic (RTL) Language Support */
body[lang="ar"] {
    direction: rtl;
    text-align: right;
}

/* RTL for specific elements */
html[lang="ar"] {
    direction: rtl;
    text-align: right;
}

#menu-item-23124 {
  display: none !important;
}

a[href="https://trusity.com/summer-courses-in-dubai/"] {
  display: none !important;
}
#menu-item-25602 > a.ekit-menu-nav-link {
    color: #14BCAC; /* default blue text */
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 0 8px rgba(20, 188, 172, 0.7); /* subtle glow */
    transition: transform 0.3s ease;
}

/* Slight pop effect on hover */
#menu-item-25602 > a.ekit-menu-nav-link:hover {
    transform: scale(1.05);
}

/* Hide Truverse menu item */
#menu-item-20250 {
    display: none !important;
}


#menu-item-26255 > a.ekit-menu-nav-link {
    color: #052c65; /* default blue text */
    font-weight: 600;
    text-decoration: none;
    text-shadow: 0 0 8px #0d6efd ; /* subtle glow */
    transition: transform 0.3s ease;
}

/* Slight pop effect on hover */
#menu-item-26255 > a.ekit-menu-nav-link:hover {
    transform: scale(1.05);
}

/* Fix Trusity Popup Positioning */
.elementor-element-7c2ae90 {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9999 !important;
    background: white !important;
    padding: 40px !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3) !important;
    max-width: 500px !important;
    width: 90vw !important;
    min-height: auto !important;
}

/* Add overlay background */
.elementor-element-7c2ae90:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}

/* Make close button visible */
.elementor-element-7c2ae90 .dialog-close-button {
    color: #333 !important;
    font-size: 24px !important;
    z-index: 10000 !important;
}