
/* Natural Cloud Graphics for Hero Section */
.hero-clouds {
    position: relative;
    overflow: hidden;
}

.clouds-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 1;
}

.cloud {
    position: absolute;
    background: rgba(222, 218, 187, 0.12);
    border-radius: 50px;
    animation: naturalFloat 35s ease-in-out infinite;
    filter: blur(0.5px);
}

.cloud:before,
.cloud:after {
    content: '';
    position: absolute;
    background: rgba(222, 218, 187, 0.14);
    border-radius: 40px;
}

/* Natural Cloud 1 - Fluffy top left */
.cloud1 {
    width: 180px;
    height: 85px;
    top: 12%;
    left: 8%;
    animation-delay: 0s;
    border-radius: 45px 60px 40px 55px;
    transform: rotate(-5deg);
}

.cloud1:before {
    width: 110px;
    height: 120px;
    top: -60px;
    left: 20px;
    border-radius: 60px 45px 70px 50px;
    transform: rotate(10deg);
}

.cloud1:after {
    width: 90px;
    height: 95px;
    top: -45px;
    right: 25px;
    border-radius: 50px 65px 45px 60px;
    transform: rotate(-8deg);
}

/* Natural Cloud 2 - Large irregular top right */
.cloud2 {
    width: 220px;
    height: 110px;
    top: 6%;
    right: 12%;
    animation-delay: -8s;
    border-radius: 60px 45px 55px 50px;
    transform: rotate(3deg);
}

.cloud2:before {
    width: 140px;
    height: 135px;
    top: -70px;
    left: 35px;
    border-radius: 70px 55px 65px 60px;
    transform: rotate(-12deg);
}

.cloud2:after {
    width: 105px;
    height: 115px;
    top: -55px;
    right: 30px;
    border-radius: 55px 70px 50px 65px;
    transform: rotate(15deg);
}

/* Natural Cloud 3 - Wispy middle left */
.cloud3 {
    width: 140px;
    height: 70px;
    top: 42%;
    left: 5%;
    animation-delay: -16s;
    border-radius: 35px 50px 45px 40px;
    transform: rotate(-10deg);
    opacity: 0.8;
}

.cloud3:before {
    width: 85px;
    height: 90px;
    top: -45px;
    left: 15px;
    border-radius: 50px 40px 55px 45px;
    transform: rotate(20deg);
}

.cloud3:after {
    width: 65px;
    height: 70px;
    top: -35px;
    right: 18px;
    border-radius: 40px 55px 35px 50px;
    transform: rotate(-15deg);
}

/* Natural Cloud 4 - Puffy bottom right */
.cloud4 {
    width: 200px;
    height: 95px;
    bottom: 18%;
    right: 15%;
    animation-delay: -24s;
    border-radius: 50px 65px 55px 45px;
    transform: rotate(7deg);
}

.cloud4:before {
    width: 125px;
    height: 130px;
    top: -65px;
    left: 25px;
    border-radius: 65px 50px 70px 55px;
    transform: rotate(-18deg);
}

.cloud4:after {
    width: 95px;
    height: 105px;
    top: -50px;
    right: 30px;
    border-radius: 55px 65px 50px 60px;
    transform: rotate(12deg);
}

/* Natural Cloud 5 - Large background cloud */
.cloud5 {
    width: 260px;
    height: 125px;
    top: 32%;
    left: 45%;
    transform: translateX(-50%) rotate(-2deg);
    animation-delay: -32s;
    opacity: 0.06;
    border-radius: 65px 55px 60px 50px;
}

.cloud5:before {
    width: 155px;
    height: 160px;
    top: -80px;
    left: 40px;
    border-radius: 75px 60px 80px 65px;
    transform: rotate(8deg);
}

.cloud5:after {
    width: 125px;
    height: 135px;
    top: -65px;
    right: 45px;
    border-radius: 65px 75px 60px 70px;
    transform: rotate(-10deg);
}

/* Natural Cloud 6 - Small wispy bottom left */
.cloud6 {
    width: 100px;
    height: 50px;
    bottom: 28%;
    left: 18%;
    animation-delay: -40s;
    border-radius: 30px 40px 35px 25px;
    transform: rotate(12deg);
    opacity: 0.9;
}

.cloud6:before {
    width: 60px;
    height: 65px;
    top: -32px;
    left: 12px;
    border-radius: 40px 30px 45px 35px;
    transform: rotate(-25deg);
}

.cloud6:after {
    width: 45px;
    height: 50px;
    top: -25px;
    right: 15px;
    border-radius: 30px 40px 25px 35px;
    transform: rotate(18deg);
}

/* Natural floating particles - like cloud wisps */
.cloud-particle {
    position: absolute;
    background: rgba(222, 218, 187, 0.25);
    border-radius: 50%;
    animation: naturalParticleFloat 25s ease-in-out infinite;
    filter: blur(0.3px);
}

.particle1 { width: 4px; height: 6px; top: 22%; left: 25%; animation-delay: 0s; border-radius: 50% 40% 60% 30%; }
.particle2 { width: 3px; height: 5px; top: 38%; right: 28%; animation-delay: -5s; border-radius: 40% 60% 30% 50%; }
.particle3 { width: 6px; height: 8px; top: 58%; left: 68%; animation-delay: -10s; border-radius: 60% 30% 50% 40%; }
.particle4 { width: 3px; height: 4px; bottom: 32%; right: 18%; animation-delay: -15s; border-radius: 30% 50% 40% 60%; }
.particle5 { width: 5px; height: 7px; top: 28%; left: 72%; animation-delay: -20s; border-radius: 50% 40% 60% 30%; }
.particle6 { width: 4px; height: 5px; top: 68%; right: 42%; animation-delay: -25s; border-radius: 40% 60% 30% 50%; }
.particle7 { width: 4px; height: 6px; top: 48%; left: 38%; animation-delay: -30s; border-radius: 60% 30% 50% 40%; }
.particle8 { width: 2px; height: 4px; top: 78%; left: 58%; animation-delay: -35s; border-radius: 30% 50% 40% 60%; }

/* Natural Animations */
@keyframes naturalFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
    }
    20% {
        transform: translateY(-25px) translateX(8px) rotate(2deg);
    }
    40% {
        transform: translateY(-15px) translateX(-12px) rotate(-1deg);
    }
    60% {
        transform: translateY(-35px) translateX(15px) rotate(3deg);
    }
    80% {
        transform: translateY(-10px) translateX(-8px) rotate(-2deg);
    }
}

@keyframes naturalParticleFloat {
    0%, 100% {
        transform: translateY(0px) translateX(0px) rotate(0deg);
        opacity: 0.2;
    }
    25% {
        transform: translateY(-40px) translateX(15px) rotate(45deg);
        opacity: 0.5;
    }
    50% {
        transform: translateY(-25px) translateX(-20px) rotate(90deg);
        opacity: 0.3;
    }
    75% {
        transform: translateY(-45px) translateX(10px) rotate(135deg);
        opacity: 0.6;
    }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .cloud {
        transform: scale(0.65);
        filter: blur(0.3px);
    }
    .cloud-particle {
        transform: scale(0.8);
    }
}

@media (max-width: 480px) {
    .cloud {
        transform: scale(0.45);
        filter: blur(0.2px);
    }
    .cloud-particle {
        transform: scale(0.6);
    }
}
