.shadow {
    border-radius: 12px;
    transition: 0.3s;
}

.shadow:hover {
    transform: translateY(-6px);
}

h1, h4 {
    font-weight: 600;
}
.shadow {
    border-radius: 12px;
    transition: 0.3s;
}

.shadow:hover {
    transform: translateY(-8px);
}

h1, h2, h3 {
    font-weight: 600;
}

.bg-success {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
}
.hero-slide {
    background: linear-gradient(135deg, #28a745, #20c997);
    border-radius: 12px;
}
#template-mo-zay-hero-carousel {
    background: linear-gradient(135deg, #28a745, #20c997) !important;
}
.nav-item a{
    font-weight:bold !important;
}
footer a:hover {
    color: #20c997 !important;
}

footer p {
    font-size: 14px;
}
/* HERO SECTION */
.hero-section {
    height: 65vh;
    min-height:400px;
    background: linear-gradient(270deg, #28a745, #20c997, #198754);
    background-size: 600% 600%;
    animation: gradientMove 10s ease infinite;
}

/* GRADIENT ANIMATION */
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

/* TEXT ANIMATION */
.hero-section h1 {
    animation: fadeInUp 1.2s ease;
}

.hero-section p {
    animation: fadeInUp 1.6s ease;
}

.hero-section a {
    animation: fadeInUp 2s ease;
}

/* SMOOTH FADE */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.btn-light:hover {
    background-color: #28a745;
    color: white;
    transform: scale(1.05);
    transition: 0.3s;
}
/* STICKY NAVBAR */
.navbar {
    position: sticky;
    top: 0;
    z-index: 999;
    backdrop-filter: blur(10px);
    background: rgba(255,255,255,0.9) !important;
    transition: all 0.3s ease;
}

/* NAVBAR SCROLL EFFECT */
.navbar.scrolled {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
/*
Custom Css
*/
