/* Theme: Lean Theme
Version: 1.0
Author: Abdelhadi Khalil Abu Draz
*/

:root {
    --tk-blue: #00a1e1;
    --tk-dark: #1a1a1a;
    
}
h1 h2 h3 h4 h5 h6 p{
	color:block;
}


/* التنسيق العام */
body {
    margin: 0;
    padding: 0;
    font-family: 'Almarai', sans-serif;
    direction: ltr; /* الاتجاه ثابت يسار */
    text-align: left;
}

.navbar, .search-section, .navbar-nav {
    font-family: 'Almarai', sans-serif;
}


/* تحسين مظهر روابط القائمة */
.navbar-nav .nav-link {
    padding-left: 15px;
    padding-right: 15px;
    transition: color 0.3s ease;
}

.tk-header .top-bar {
    background-color: var(--tk-blue) !important;
    height: 130px;
}

/* الشعار والسلوجن */
.tk-header .slogan {
    color: #ffffff !important;
    border-left: 1px solid rgba(255, 255, 255, 0.3); /* الخط الفاصل يسار */
    padding-left: 15px;
    position: relative;
    top: 30px;
}

.tk-header .nav-link {
    color: var(--tk-blue) !important;
    font-size: 25px;
    transition: color 0.3s;
}

.tk-header .nav-link.active, 
.tk-header .nav-link:hover {
    color: var(--tk-blue) !important;
    border-bottom: 2px var(--tk-blue) solid !important;
}

.tk-header .search-section {
    color: var(--tk-blue);
    cursor: pointer;
}

/* الصور والكروت */
.card-custom {
    height: 450px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start; /* محاذاة يسار */
    text-decoration: none;
    overflow: hidden;
}

.overlay-blue {
    background-color: var(--tk-blue);
    color: white;
    padding: 5px 10px;
    margin-bottom: 20px;
    margin-left: 0; /* التصاق يسار */
    display: inline-block;
    max-width: 90%;
    transition: all 0.3s ease;
}

.card-custom:hover .overlay-blue {
    padding-left: 35px;
}

/* الفوتر */
.tk-footer {
    background: var(--tk-blue);
    font-family: 'Segoe UI', sans-serif;
}

.footer-list li a:hover {
    color: #ffffff !important;
    transform: translateX(5px); /* حركة لليمن */
    display: inline-block;
}

/* الروابط السريعة */
.ql-img-wrapper {
    aspect-ratio: 1 / 1; 
    overflow: hidden;
    background: #fdfdfd;
    border: 1px solid #eeeeee;
}

.ql-title-link {
    color: #0076bd;
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: left;
}

/* القصص */
.tk-story-card {
    border: 1px solid #eeeeee;
    background: #fff;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tk-img-wrapper {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

/* محتوى الصفحة والصور */
.entry-content img {
    max-width: 950px;
    width: 100%;
    height: auto; 
    display: block; 
    margin: 35px auto; 
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

/* الأكورديون والخدمات */
.company-intro {
    direction: ltr;
}

.accordion-button {
    text-align: left;
}
.img-fluid{
    width: 100% !important;
    height: 300px !important;
}
.lang button{
    background-color: none !important;
    color: #ffff;
}
.icons{
    background-color: #37ff00 !important;

}
.icons .i{
    color: #000000 !important;
}

/*  */

