/* ------------------------------
  hido-bg-festival-vibes
  Gradient دافئ + زخارف موزعة بنعومة
------------------------------ */

.hido-bg-festival-vibes {
    position: relative;
    background: radial-gradient(
        circle at center,
        #fff9f1 0%,
        #fdefd9 80%,
        #f8e7c5 100%
    );
    overflow: hidden;
    z-index: 1;
}

/* الزخارف */
.hido-bg-festival-vibes .fv-pattern {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.29;
    pointer-events: none;
    z-index: 0;
}

/* أشكال متعددة موزعة */

.hido-bg-festival-vibes .p1 {
    top: 8%;
    left: 5%;
    width: 100px;
    height: 100px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern1.png');
}

.hido-bg-festival-vibes .p2 {
    bottom: 10%;
    right: 6%;
    width: 120px;
    height: 120px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern3.png');
}

.hido-bg-festival-vibes .p3 {
    top: 50%;
    left: 60%;
    width: 90px;
    height: 90px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern5.png');
    transform: rotate(25deg);
    opacity: 0.36;
}

.hido-bg-festival-vibes .p4 {
    bottom: 20%;
    left: 20%;
    width: 130px;
    height: 130px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern6.png');
    transform: rotate(-15deg);
}

.hido-bg-festival-vibes .p5 {
    top: 25%;
    right: 10%;
    width: 110px;
    height: 110px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern10.png');
    opacity: 0.25;
}
/* ------------------------------
  hido-bg-floating-folklore
  زخارف تتحرك + تدرج ناعم
------------------------------ */

.hido-bg-floating-folklore {
    position: relative;
    background: radial-gradient(
        circle at 60% 50%,
        #fff6ec 0%,
        #faeee2 70%,
        #f4e7dc 100%
    );
    overflow: hidden;
    z-index: 1;
}

/* الحركة العامة */
@keyframes floatUpDown {
    0% {
        transform: translateY(0) scale(1) rotate(0deg);
    }
    50% {
        transform: translateY(-12px) scale(1.05) rotate(3deg);
    }
    100% {
        transform: translateY(0) scale(1) rotate(0deg);
    }
}

/* الزخارف */
.hido-bg-floating-folklore .ff-pattern {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    opacity: 0.28;
    animation: floatUpDown 7s ease-in-out infinite;
    z-index: 0;
}

/* نماذج متنوعة */

.hido-bg-floating-folklore .p1 {
    top: 8%;
    left: 5%;
    width: 120px;
    height: 120px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern2.png');
    animation-delay: 0s;
}

.hido-bg-floating-folklore .p2 {
    top: 60%;
    right: 10%;
    width: 100px;
    height: 100px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern6.png');
    animation-delay: 1.5s;
}

.hido-bg-floating-folklore .p3 {
    bottom: 15%;
    left: 15%;
    width: 90px;
    height: 90px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern9.png');
    animation-delay: 2.3s;
    opacity: 0.19;
}

.hido-bg-floating-folklore .p4 {
    top: 30%;
    right: 20%;
    width: 130px;
    height: 130px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern4.png');
    animation-delay: 0.8s;
}

.hido-bg-floating-folklore .p5 {
    bottom: 5%;
    right: 5%;
    width: 110px;
    height: 110px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern8.png');
    animation-delay: 3s;
    opacity: 0.17;
}
/* ------------------------------
  hido-bg-center-decor
  زخارف تتمركز خلف صورة الجوال
------------------------------ */

.hido-bg-center-decor {
    position: relative;
    background: radial-gradient(circle at center, #fff8f1 0%, #fdf2e6 100%);
    overflow: hidden;
    z-index: 1;
}

/* العناصر الزخرفية */
.hido-bg-center-decor .cd-pattern {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.28;
    animation: floatCenter 6s ease-in-out infinite;
}

/* حركة ناعمة */
@keyframes floatCenter {
    0%,
    100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-10px) scale(1.04);
    }
}

/* توزع الزخارف حول الجوال */

.hido-bg-center-decor .p1 {
    top: 10%;
    left: 15%;
    width: 120px;
    height: 120px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern2.png');
}

.hido-bg-center-decor .p2 {
    top: 45%;
    left: 5%;
    width: 100px;
    height: 100px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern4.png');
}

.hido-bg-center-decor .p3 {
    bottom: 5%;
    left: 25%;
    width: 130px;
    height: 130px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern6.png');
    transform: rotate(15deg);
}

.hido-bg-center-decor .p4 {
    top: 15%;
    left: 35%;
    width: 90px;
    height: 90px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern9.png');
}

.hido-bg-center-decor .p5 {
    bottom: 20%;
    left: 40%;
    width: 80px;
    height: 80px;
    background-image: url('https://hido.fayzar.com/wp-content/uploads/2025/12/pattern10.png');
    transform: rotate(-20deg);
}
