﻿/* Gradient heading */
/*.text-gradient {
    font-weight: 700;
    background: linear-gradient(90deg, #007bff, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}*/

.sec-head h3  {
    font-size: 48px;
    font-weight: 600;
}

.text-gradient {
    background: -webkit-gradient(linear, left top, right top, from(#12c2e9), color-stop(#c471ed), to(#f64f59));
    background: -webkit-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: -o-linear-gradient(left, #12c2e9, #c471ed, #f64f59);
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.swiper-slide {
    height: 400px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* صور */
.mySwiper img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.swiper-horizontal {
    background-color: unset !important;
}

/* أزرار النافيجيشن للـ mySwiper فقط */
.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5); /* خلفية نصف شفافة */
    border-radius: 50%; /* شكل دائري */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

    /* أيقونات الأسهم */
    .mySwiper .swiper-button-prev:after,
    .mySwiper .swiper-button-next:after {
        font-size: 20px;
        color: #fff;
    }

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
    background-image: none !important;
}

/* RTL fix: منع التكرار */
.mySwiper.swiper-rtl .swiper-button-next:after {
    content: 'prev'; /* سهم لليمين */
}

.mySwiper.swiper-rtl .swiper-button-prev:after {
    content: 'next'; /* سهم لليسار */
}

.mySwiper:not(.swiper-rtl) .swiper-button-prev:after {
    content: 'prev'; /* سهم لليسار */
}

.mySwiper:not(.swiper-rtl) .swiper-button-next:after {
    content: 'next'; /* سهم لليمين */
}

/* عند hover */
.mySwiper .swiper-button-prev:hover,
.mySwiper .swiper-button-next:hover {
    background-color: rgba(0,0,0,0.7);
}
    

.circle-bg {
    position: relative;
}

.circle-bg .circle-color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.circle-bg .circle-color.fixed {
    position: fixed;
    pointer-events: none;
    opacity: .5;
}

.circle-bg .gradient-circle {
    position: absolute;
    left: -250px;
    top: 250px;
    right: auto;
    bottom: auto;
    z-index: -1;
    width: 500px;
    height: 500px;
    border-radius: 70%;
    background-image: -webkit-linear-gradient(45deg, #059dff, #36c6f0);
    background-image: -o-linear-gradient(45deg, #059dff, #36c6f0);
    background-image: linear-gradient(45deg, #059dff, #36c6f0);
    opacity: .25;
    -webkit-filter: blur(100px);
    filter: blur(100px);
}

.circle-bg .gradient-circle.two {
    left: auto;
    top: -250px;
    right: -250px;
    bottom: auto;
    background-image: -webkit-linear-gradient(45deg, #fb5343, #6549d5);
    background-image: -o-linear-gradient(45deg, #fb5343, #6549d5);
    background-image: linear-gradient(45deg, #fb5343, #6549d5);
}



/* =======================
   Global Elite + Old Colors
======================= */

.elite-section {
    background-color: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

/* Gradient title text */
.text-gradient {
    background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

/* Title & badge */
.elite-title h4 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
}

.elite-badge {
    background: linear-gradient(135deg, #12c2e9, #c471ed, #f64f59);
    color: #fff;
    font-size: 0.85rem;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Info list */
.elite-info-list li {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0.4rem;
}

.elite-info-list i {
    font-size: 0.9rem;
    background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* =======================
   Icon styling (old gradient)
======================= */
.icon-circle-target {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}



.icon-circle-xs {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

    .icon-circle-xs:hover {
        background-color: #e1efff;
        transform: translateY(-2px);
    }


.icon-circle {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-image: linear-gradient(45deg, #fb5343, #6549d5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

.icon-circle i {
    font-size: 18px;
    color: #fff;
}

.p-14 {
    font-size: 14px !important;
}

.p-16 {
    font-size: 16px !important;
}


.hover-effect:hover .icon-circle {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}


/* =======================
   Discount box
======================= */

.discount-box {
    background: linear-gradient(135deg, #fff8e1, #fff);
    border: 1px solid #f1e1b5;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

    .discount-box h5 {
        font-weight: 700;
        background: linear-gradient(45deg, #fb5343, #6549d5);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .discount-box p {
        color: #555;
    }

    .discount-box strong {
        color: #333;
    }


/* =======================
   Background gradients
======================= */

.circle-bg .gradient-circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 70%;
    background-image: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
    opacity: .25;
    filter: blur(100px);
}

    .circle-bg .gradient-circle.two {
        background-image: linear-gradient(45deg, #fb5343, #6549d5);
    }
