body {
    background: linear-gradient(to top, #87ceeb, #cff8ff);
    font-weight: 400;
    font-style: normal;
    color: #105b80;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.6;

}
@media (max-width: 576px) {
    body {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cloud {
    position: absolute;
    top: 0;
    width: 100px;
    height: 60px;
    background: white;
    border-radius: 50px;
    opacity: 0.6;
}

.header-logo {
    font-size: 3rem;
    color: #FF5722;
}

.hero {
    padding: 60px 20px;
    text-align: center;
    color: white;
}

.hero h1 {
    font-size: 3rem;
}

.btn-yellow {
    background-color: #ffc107;
    color: black;
    font-weight: bold;
}

.section {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    margin: 40px auto;
    max-width: 1050px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.section h3{
    text-align: center;
}

.section-title {
    font-size: 2rem;
    margin-bottom: 20px;
}


.section:hover, .cta-box:hover, .youtube-video-box:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    background-color: #f9f9ff;
}


footer {
    background: #ffcc00;
    text-align: center;
    padding: 20px;
    font-weight: bold;
}
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;

}

.clouds {
    position: fixed;
    top: 0;
    left: 0;
    width: 600%;
    height: 100vh;
    background: url('/images/cloud.png') repeat-x;
    animation: moveClouds 120s linear infinite;
    z-index: -1;
    opacity: 0.3;
}

@keyframes moveClouds {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}
.social-links a {
    text-decoration: none;
}
.social-links {
    text-align: center;
    padding: 20px 0;
}

.social-links a {
    margin: 0 15px;
    font-size: 2rem;
    text-decoration: none;
    transition: color 0.3s;
}

.social-links .facebook {
    color: #3b5998;
}
.social-links .facebook:hover {
    color: #2d4373;
}

.social-links .instagram {
    color: #e4405f;
}
.social-links .instagram:hover {
    color: #c13584;
}

.social-links .youtube {
    color: #ff0000;
}
.social-links .youtube:hover {
    color: #cc0000;
}

.funb-panel {
    background: linear-gradient(135deg, #ffffff, #fdfdfd);
    border-radius: 2rem;
    padding: 2.5rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-width: 1040px;
    margin: 2rem auto;
    font-family: 'Poppins', sans-serif;
    color: #333;
    text-align: center;
}

.funb-panel h2 {
    color: #0099cc;
    font-size: 1.8rem;
    margin-bottom: 0.5rem;
    text-align: center;
}

.funb-panel p {
    font-size: 1.1rem;
    line-height: 1.6;
    text-align: center;
}

.funb-panel .section {
    margin-top: 2rem;
    text-align: left;
}

.funb-panel .section h3 {
    font-size: 1.3rem;
    color: #ff69b4;
    margin-bottom: 0.3rem;
}

.funb-panel .cta-box {
    background: #ffeaea;
    padding: 1.5rem;
    border-radius: 1.5rem;
    text-align: center;
    margin-top: 2rem;
    border: 2px solid #ff0000;
}

.funb-panel .cta-box p {
    margin-bottom: 1rem;
    color: #b00000;
    font-weight: 500;
}

.youtube-btn {
    display: inline-block;
    background: #ff0000;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem 1.5rem;
    border-radius: 999px;
    text-decoration: none;
    transition: background 0.3s ease;
    font-size: 1rem;
}

.youtube-btn:hover {
    background: #cc0000;
}

.youtube-btn i {
    margin-right: 0.5rem;
}
.youtube-link {
    text-decoration: none;
    font-style: normal;
    color: #105b80;
    font-family: 'Poppins', sans-serif;
}
footer{
    font-size: 14px;
    font-weight: normal;
}
