/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 12, 2025, 8:45:19 AM
    Author     : Baha.Alshurfat
*/
.dev-badge {
        display: inline-block;
        /*background-color: #c79c60;*/
        color: #c79c60;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 12px;
        margin-top: 5px;
    }
.tm-top-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.tm-top-header-inner {
    padding: 10px 0;
}
/* تنسيق للهواتف فقط */
/*@media (max-width: 768px) {
    .tm-popular-item {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;  توزيع المحتوى بشكل متوازن 
        min-height: 300px;  ارتفاع موحد 
        padding: 20px;
        box-sizing: border-box;
        border-radius: 16px;  حواف ناعمة 
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);  ظل خفيف 
        background-color: #fff;
    }

    .tm-popular-item-description {
        padding: 0 10px;
        flex-grow: 1;  يسمح بتمدّد النص ليأخذ المساحة 
    }

    .tm-popular-item img.tm-popular-item-img {
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50%;
        border: 3px solid #fff;
        margin: 0 auto 10px auto;  توسيط + هامش أسفل 
        display: block;
    }

    .order-now-container {
        text-align: center;
        margin-top: 10px;
    }
}*/


/* تنسيق البوكس } */
.tm-testimonial-box {
    background: #fff; /* لون أبيض نظيف */
    padding: 30px;
    /*border-radius: 12px;*/
    height: 100%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: none;
}

/* تنسيق الصورة داخل البوكس */
.tm-testimonial-header img.rounded-circle {
    width: 70px;
    height: 70px;
    border: 3px solid #fff;
    object-fit: cover;
}

/* النص والشخصية */
.tm-testimonial-header h4 {
    font-size: 19px;
    margin-bottom: 4px;
}
.tm-testimonial-header small {
    color: #777;
    font-size: 13px;
}

/* فقرة النص */
.tm-testimonial-box p {
    color: #333;
    font-size: 15px;
    line-height: 1.6;
    margin-top: 15px;
}
.testimonial-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    padding: 20px;
    max-width: 1200px;
    margin: 0 auto;
}

.testimonial-card {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    border-radius: 12px;
    padding: 30px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.testimonial-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 4px 10px rgba(199, 156, 96, 0.5);
    margin-bottom: 18px;
}

.testimonial-name {
    font-family: 'Tajawal', sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: #c79c60;
    margin-bottom: 12px;
    text-align: center;
}

.testimonial-message {
    font-family: 'Tajawal', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    color: #555;
    text-align: center;
    line-height: 1.5;
    white-space: pre-line; /* يحافظ على فواصل الأسطر */
}
#testimonialsSection {
    background: url('img/gallery/5.JPG') no-repeat center center/cover;
    padding: 60px 20px;
}

/* ✅ responsive design */
@media (max-width: 768px) {
    .owl-carousel .item {
        width: 90%;
        height: auto;
        padding: 80px 20px 25px;
    }

    .owl-carousel .item img {
        left: 20px;
        width: 80px;
        height: 80px;
        top: -40px;
    }

    .owl-carousel .item h4 {
        font-size: 20px;
    }

    .owl-carousel .item p {
        font-size: 16px;
    }

    .tm-more-button {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .owl-carousel .item {
        width: 95%;
        padding: 80px 15px 20px;
    }

    .owl-carousel .item img {
        width: 70px;
        height: 70px;
        top: -35px;
        left: 15px;
    }

    .owl-carousel .item h4 {
        font-size: 18px;
    }

    .owl-carousel .item p {
        font-size: 15px;
    }
}

/* على الشاشات الصغيرة فقط */
@media (max-width: 768px) {
    .tm-section-header {
        display: block !important; /* العنوان بأكمله بسطر */
        margin-bottom: 0;
    }

    .tm-section-header + hr.tm-hr {
        width: 100% !important; /* الخط يغطي العرض كامل */
        margin: 5px 0 0 0 !important; /* مساحة صغيرة فوق الخط */
    }
}
/* على الشاشات الصغيرة فقط */
@media (max-width: 768px) {
    .tm-section-header {
        display: block !important; /* العنوان بأكمله بسطر */
        margin-bottom: 0;
    }

    .tm-section-header + hr.tm-hr {
        width: 100% !important; /* الخط يغطي العرض كامل */
        margin: 5px 0 0 0 !important; /* مساحة صغيرة فوق الخط */
    }
}
/* على الشاشات الصغيرة فقط */
@media (max-width: 768px) {
    .tm-section-header {
        display: block !important; /* العنوان بأكمله بسطر */
        margin-bottom: 0;
    }

    .tm-section-header + hr.tm-hr {
        width: 100% !important; /* الخط يغطي العرض كامل */
        margin: 5px 0 0 0 !important; /* مساحة صغيرة فوق الخط */
    }
}

/* على الشاشات الصغيرة فقط */
@media (max-width: 768px) {
    .tm-section-header {
        display: block !important; /* العنوان بسطر */
        margin-bottom: 0;
    }

    .tm-section-header + hr.tm-hr {
        width: 100% !important; /* الخط يغطي العرض كامل */
        margin: 5px 0 0 0 !important; /* مساحة صغيرة فوق الخط */
    }
}
#whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    background-color: #25d366;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

#whatsapp-button img {
    width: 35px;
    height: 35px;
}

#whatsapp-button:hover {
    transform: scale(1.1);
}

.icon-gold {
    color: black;
}

.fables-main-text-color {
    font-family: 'Tajawal', sans-serif;
    color: black;
}

.fables-second-text-color {
    font-family: 'Tajawal', sans-serif;
    color: black;
}

.fables-forth-text-color {
    font-family: 'Tajawal', sans-serif;
    color: black;
}

.semi-font {
    font-weight: 600;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-35 {
    font-size: 35px;
}

.btn-outline-dark {
    font-family: 'Tajawal', sans-serif;
    border-color: #c79c60;
    color: #c79c60;
}

.btn-outline-dark:hover {
    font-family: 'Tajawal', sans-serif;
    background-color: #c79c60;
    color: white;
}