/* تحسين سكشن الهيرو */
.hero-bg-image-section {
    position: relative;
    min-height: 90vh;
    padding-top: 80px;
    width: 100%;
    background: url('https://images.unsplash.com/photo-1629909615184-74f495363b67?auto=format&fit=crop&q=80') center center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
    overflow: hidden;
    /* background-attachment: fixed; - removed for performance */
    background-position: center center;
    background-size: cover;
    transition: background-position 0.3s cubic-bezier(.4,1,.7,1);
}
.hero-bg-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0,146,69,0.9) 0%, rgba(79,79,79,0.9) 100%);
    opacity: 0.85;
    z-index: 1;
}
.hero-bg-image-section .container {
    position: relative;
    z-index: 2;
}
.hero-bg-title {
    color: #fff;
    font-size: 2.7rem;
    font-weight: 900;
    text-shadow: 0 4px 24px rgba(0,0,0,0.4);
    letter-spacing: 0.5px;
}
.hero-bg-desc {
    color: #ffffff;
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 2rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.hero-bg-btn {
    display: inline-block;
    padding: 13px 36px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s;
    margin: 0 8px;
}
.hero-bg-btn.main-btn {
    background: #fff;
    color: #13c5c1;
    border: none;
}
/* Hover effect removed for hero main button */
.hero-bg-btn.ghost-btn {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}
/* Hover effect removed for hero ghost button */
@media (max-width: 991px) {
    .hero-bg-title {
        font-size: 2rem;
        text-shadow: 0 4px 20px rgba(0,0,0,0.4);
    }
    .hero-bg-desc {
        font-size: 1rem;
        text-shadow: 0 2px 8px rgba(0,0,0,0.3);
    }
    .hero-bg-image-section {
        min-height: 85vh;
        padding-top: 70px;
    }
}
@media (max-width: 600px) {
    .hero-bg-title {
        font-size: 1.3rem;
        text-shadow: 0 3px 15px rgba(0,0,0,0.4);
    }
    .hero-bg-btn { padding: 10px 18px; font-size: 1rem; }
    .hero-bg-image-section {
        min-height: 80vh;
        padding-top: 60px;
    }
}

/* تحسين بطاقات المنتجات */
.product-card {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    position: relative;
    z-index: 1;
    border: 1px solid rgba(230, 230, 230, 0.8);
    margin-bottom: 20px;
}

.product-card .card-body {
    padding: 2rem;
}

.product-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to bottom, rgba(0,146,69,0.1) 0%, rgba(255,255,255,0) 100%);
    z-index: -1;
    transition: height 0.5s ease;
}

/* Hover effect removed for product card after element */

/* Hover effect removed for product cards */

/* تحسين أيقونات المنتجات */
.product-icon {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, rgba(38, 224, 127, 0.1) 0%, rgba(19, 197, 193, 0.1) 100%);
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(38, 224, 127, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Hover effect removed for product icons */

.product-icon img {
    width: 45px;
    height: 45px;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 5px 15px rgba(38, 224, 127, 0.2));
}

.product-icon i {
    transition: transform 0.5s ease, color 0.3s ease;
}

/* Hover transform removed for product icon elements */

/* تحسين قوائم الميزات */
.feature-list {
    margin-top: 1.8rem;
    padding: 0.5rem;
}

.feature-list li {
    margin-bottom: 1rem;
    position: relative;
    padding-right: 30px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}

/* Hover effect removed for feature list items */

.feature-list li::before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 18px;
    height: 18px;
    background: rgba(38, 224, 127, 0.15);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

/* Hover effect removed for feature list before */

.feature-list li::after {
    content: '✓';
    position: absolute;
    right: 5px;
    top: 0px;
    color: var(--primary);
    font-weight: bold;
    transition: transform 0.3s ease;
}

/* Hover effect removed for feature list after */

/* تحسين صور المنتجات */
.product-card .position-relative {
    width: 100%;
    height: 240px;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    display: block;
}

.product-card .product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Hover image transform removed for product cards */

/* شارة جديد */
.badge-new {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(45deg, #ff6b6b, #ff9f43);
    color: white;
    padding: 7px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    z-index: 1;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(255, 107, 107, 0.3);
}

/* تحسين أقسام الصفحة */
#services, .additional-services-section, .why-choose-us-section {
    background: linear-gradient(145deg, #ffffff, #f8fdfa);
    padding: 80px 0;
    position: relative;
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    border-bottom: 1px solid rgba(38, 224, 127, 0.05);
}

#services::before, .additional-services-section::before, .why-choose-us-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMjZlMDdmIiBmaWxsLW9wYWNpdHk9IjAuMDMiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBjeD0iMSIgY3k9IjEiIHI9IjEiLz48L2c+PC9zdmc+');
    opacity: 0.5;
    z-index: -1;
}

.text-center.mb-5 {
    margin-bottom: 50px !important;
}

.gradient-text {
    font-size: 2.4rem;
    font-weight: 800;
    background: linear-gradient(to right, #26e07f, #13c5c1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.gradient-text::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, #26e07f, #13c5c1);
    border-radius: 3px;
}

/* تحسين زر الحجز */
.btn-primary {
    background: linear-gradient(135deg, #26e07f 0%, #13c5c1 100%);
    border: none;
    box-shadow: 0 10px 20px rgba(38, 224, 127, 0.2);
    font-weight: 600;
    padding: 12px 30px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Hover effect removed for primary buttons */

.btn-outline-primary {
    color: #26e07f;
    border-color: #26e07f;
    font-weight: 600;
    padding: 10px 25px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* Hover effect removed for outline primary buttons */

/* تحسين صناديق الميزات */
.feature-box {
    padding: 30px 20px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    border: 1px solid rgba(38, 224, 127, 0.08);
}

/* Hover effect removed for feature boxes */


/* التكيف مع الشاشات المختلفة */
@media (max-width: 991px) {


    .gradient-text {
        font-size: 2rem;
    }

    .product-card .card-body {
        padding: 1.5rem;
    }
}

@media (max-width: 767px) {


    .gradient-text {
        font-size: 1.7rem;
    }

    .product-icon {
        width: 70px;
        height: 70px;
        margin-bottom: 20px;
    }

    .product-card .position-relative {
        height: 200px;
    }

    .feature-list li {
        margin-bottom: 0.8rem;
    }

    #services, .additional-services-section, .why-choose-us-section {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .gradient-text {
        font-size: 1.5rem;
    }

    .product-card .card-body {
        padding: 1.2rem;
    }





.floating-card {
    animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.contact-item {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 15px;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgba(38, 224, 127, 0.05);
}

/* Hover effect removed for contact items */
}
