@import url(../css/fonts.min.css);
body, html {
    font-family: 'Tajawal', sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #fbe7d3;
    color: #e17602;
    
}
/* تحسين المظهر العام */
h1, h2, h3, h4, h5, h6 {
    color: #e17602; /* استخدم نفس اللون الأساسي للعناوين */
    margin: 0 0 15px;
    line-height: 1.3;
}

p {
    margin: 0 0 15px;
    line-height: 1.7;
    /*! color: aliceblue; */
}

/* روابط النص */
a {
    color: #e17602;
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

a:hover, a:focus {
    color: #bf5a00; /* لون أغمق قليلاً عند التمرير أو التركيز */
}



/* أسلوب الهيدر الأساسي *//* أسلوب الهيدر الأساسي */
.header-main {
    z-index: 1001; /* يجب أن يكون أكبر من الهيرو سكشن */
    position: relative; /* يجب تعيين position relative أو absolute لكي يعمل z-index */
    margin-top: 25px;
}

.navbar-nav{
    color: rgba(225, 118, 2, 0.8);
    display: flex;
    flex-direction: row;
    margin-left: 25px;
}
.menu-item{
    color: rgba(225, 118, 2, 0.8);
    font-size: 24px;
    font-weight: bold;
    margin-left: 64px;
    
}


.nav-link {
    color: rgba(225, 118, 2, 0.8);
    font-size:24px;
     
}
.dropdown-item{
     font-size: 24px;
    color: rgba(225, 118, 2);
 
}
.dropdown-item:hover {
    color: #e17602;
    background-color: rgba(255, 255, 255, 0.2);
    
}

.dropdown-menu-end {
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.2); /* لون خلفية شفاف */
  backdrop-filter: blur(6px); /* تطبيق البلور */
  -webkit-backdrop-filter: blur(4px); /* دعم المتصفحات القديمة */
  border-radius: 8px; /* زوايا دائرية ناعمة */
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4); /* إضافة ظل خفيف */
  border: 1px solid rgba(255, 255, 255, 0.2); /* حدود شفافة */
  
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(220, 53, 69,0.3) !important;
    backdrop-filter: blur(6px); /* تطبيق البلور */
  -webkit-backdrop-filter: blur(6px); /* دعم المتصفحات القديمة */
}

/* أسلوب الهيرو سكشن */
.hero-section {
    margin-top: -77px;
    background: url('../images/hero3.webp') no-repeat center center;
    background-size: cover;
    padding-top: 512px;
  padding-bottom: 512px;
  padding-right: 960px;
  padding-left: 960px; /* حشوة مناسبة للشاشات الصغيرة */
    text-align: center;
    color: white;
    
}

.hero-section .hero-content {
    max-width: 100%; /* ضمان تناسب المحتوى مع العرض الكامل للشاشة */
    margin: 0 auto;
}

.hero-section h1 {
    font-size: 2.5em; /* تقليل حجم الخط على الشاشات الصغيرة */
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-section p {
    font-size: 1.2em; /* تقليل حجم النص */
    margin-bottom: 20px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-section .btn-primary {
    padding: 10px 20px; /* تقليل حجم الزر على الشاشات الصغيرة */
    font-size: 1.2em;
    background-color: #e17602;
    border: none;
    border-radius: 5px;
    color: rgba(225,225, 255, 0.6);
    text-decoration: none;
    transition: background-color 0.3s ease;
    background-color: rgba(225, 118, 2, 0.6); /* لون خلفية شفاف */
    backdrop-filter: blur(5px); /* تطبيق البلور */
  -webkit-backdrop-filter: blur(5px); /* دعم المتصفحات القديمة */
     
}
.hero-section .btn-primary:hover {
   background-color: #e17602;
    
}

.fas.fa-microphone {
    color: rgba(225, 118, 2, 0.6);
    transition: transform 0.2s ease-in-out;
    backdrop-filter: blur(5px); /* تطبيق البلور */
  -webkit-backdrop-filter: blur(5px); /* دعم المتصفحات القديمة */
}
.fas.fa-microphone:hover {
    color: #e17602; /* تغيير اللون عند التمرير */
    cursor: pointer; /* إظهار مؤشر اليد عند التمرير */
}
/*--------------------Start-Searchbar-------------*/

.woocommerce-product-search .form-control {
    background-color: #f4a366;
    color: #e17602;
}

.input-group-text.bg-orange-lighter {
    background-color: #fbe7d3;
    color: #e17602;
    cursor: pointer;
}

.input-group-text.bg-orange-lighter:hover .fas.fa-microphone {
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
}

.btn.btn-orange-lighter {
    background-color: #e17602;
    color: #fff;
    cursor: pointer;
}

.btn.btn-orange-lighter:hover .fas.fa-search {
    transform: scale(1.2);
    transition: transform 0.2s ease-in-out;
}

.form-control.form-control-no-focus {
    background-color: #fbe7d3;
    color: #e17602;
}

.form-control.form-control-no-focus:focus {
    border-color: #e17602;
    box-shadow: 0 0 0 0.2rem rgba(225, 118, 2, 0.25);
}

.fas.fa-search {
    color: #fff;
    transition: transform 0.2s ease-in-out;
}



/*--------------------End-Searchbar-------------*/
/* تحسينات إضافية للشاشات الصغيرة */
@media (max-width: 480px) {
    .hero-section {
        padding: 150px 10px; /* تقليل الحشو بشكل أكبر للشاشات الأصغر */
    }

    .hero-section h1 {
        font-size: 2em;
    }

    .hero-section p {
        font-size: 1em;
        margin-bottom: 15px;
    }

    .hero-section .btn-primary {
        padding: 8px 15px;
        font-size: 1em;
    }
}
/* إعدادات الستارة للشاشات الصغيرة */
@media (max-width: 768px) {
    /* تعطيل التمرير على الصفحة الأساسية عندما تكون الستارة مفتوحة */
    body.no-scroll {
        overflow: hidden;
    }

    .navbar-toggler {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        backdrop-filter: blur(40px); /* تأثير البلر */
        transform: translateX(100%);
        transition: transform 0.12s ease-in-out;
        z-index: 1050; /* تأكد من أن الستارة فوق كل شيء */
        overflow: hidden; /* إيقاف شريط التمرير داخل الستارة */
    }

    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-nav {
        flex-direction: column;
        padding-top: 60px;
        align-items: center; /* لتوسيط العناصر في القائمة الجانبية */
    }

    .navbar-nav .nav-item {
        left: 0px;
    }

    .navbar-brand {
        position: absolute;
        left: 25%;
        transform: translateX(-50%);
        margin-left: 0;
        margin-right: 0;
        top: 20px;
    }

    /* إظهار زر "X" على الشاشات الصغيرة */
    .close-btn {
        display: block; /* إظهار الزر فقط على الشاشات الصغيرة */
        position: absolute;
        right: 25px;
        background: none;
        border: none;
        font-size: 2rem;
        color: #e17602;
        cursor: pointer;
        z-index: 1100;
    }

    .close-btn:hover {
        color: gray; /* تغيير اللون عند التحويم */
    }
}
@media (max-width: 768px){
     /* إظهار زر "X" على الشاشات الصغيرة */
    .close-btn {
        display: block; /* إظهار الزر فقط على الشاشات الصغيرة */
        position: absolute;
        right: 64px;
        background: none;
        border: none;
        font-size: 2rem;
        color: #e17602;
        cursor: pointer;
        z-index: 1100;
    }
    
}
.latest-products-container {
    background-color: #f8f9fa;
    padding: 50px 0;
}

.latest-products-container h2 {
    font-size: 2.5em;
    color: #e17602;
}

.latest-products-slider .slick-slide {
    padding: 0 10px;
}

.latest-products-slider .slick-prev, .latest-products-slider .slick-next {
    font-size: 2em;
    color: #e17602;
}

.latest-products-slider .slick-prev:hover, .latest-products-slider .slick-next:hover {
    color: #333;
}

.ser-sec{
    background-color: #474745;
}

.services-section i {
    color: #007bff;
    
}

.services-section h4 {
    font-size: 1.5rem;
    margin-top: 10px;
}

.services-section p {
    font-size: 1rem;
    color: #eff2f5;
}

.services-section text-danger {
  --bs-text-opacity: 1;
  color: rgb(251, 247, 248) 
}

.rounded-pill{
    background-color: #e17602;
}


    .tab-content {
        display: none;
    }
    .tab-content.active {
        display: block;
    }
