/* Add custom CSS styles below */ 
/* تنسيق الحقوق الخاصة بشركة غامر */
.ghamer-credit-container {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin-top: 10px;
    font-size: 14px;
    color: #ffffff; /* لون النص الأساسي */
    direction: rtl;
    font-family: inherit;
}

/* إزالة الخط أسفل الرابط في جميع الحالات */
.ghamer-credit-container a,
.ghamer-credit-container a:visited,
.ghamer-credit-container a:hover,
.ghamer-credit-container a:focus {
    color: #8B4513; /* لون بني لرابط شركة غامر */
    font-weight: 700;
    text-decoration: none !important; /* إجبار المتصفح على إزالة الخط */
    margin-right: 5px;
    transition: all 0.3s ease;
}

/* تأثير عند تحريك الماوس فوق الرابط */
.ghamer-credit-container a:hover {
    opacity: 0.8;
}
/* منع تمديد الصور أعلى من حجمها الحقيقي */
.advanced-slider__image img,
salla-slider img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
    image-rendering: -webkit-optimize-contrast !important;
}