
html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    padding: 0;
}

.rubik-puddles-regular {
    font-family: "Archivo Black", sans-serif;
    font-weight: bolder;
    font-style: normal;
    display: block;
    font-size: 1.3em;
    padding: 0.8rem 1.5rem;
    color: white;
    text-decoration: none;
    font-weight: bolder;
    border-radius: 25px;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    overflow: hidden;
  }


  .rubik-puddles-regular2 {
    font-family: "Archivo Black", sans-serif;
    font-weight: bolder;
    font-style: normal;
  }
  




.navbar {
    background: linear-gradient(135deg, #f7bf20 0%, #689e52 50%, #f7bf20 100%);
    background-size: 200% 200%;
    /* padding: 1rem 2rem; */
    box-shadow: 0 4px 20px rgba(50, 205, 50, 0.3);
    position: sticky;
    top: 0;
    z-index: 1000;
    animation: gradientShift 8s ease-in-out infinite;
}

@keyframes gradientShift {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    animation: bounce 2s ease-in-out infinite;
}

.logoimage{
    height: 100px;
}

.logoimage2{
    height: 200px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-8px); }
    60% { transform: translateY(-4px); }
}

.logo:hover {
    transform: scale(1.1) rotate(5deg);
    text-shadow: 3px 3px 8px rgba(0,0,0,0.4);
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

.nav-item {
    position: relative;
}



.rubik-puddles-regular::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent); */
    font-family: "Archivo Black", sans-serif;
    font-weight: bolder;
    font-style: normal;
    transition: left 0.5s ease;
}

.rubik-puddles-regular:hover::before {
    left: 100%;
}

.rubik-puddles-regular:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
}

.rubik-puddles-regular:active {
    transform: translateY(-1px) scale(1.02);
}

/* Cute floating particles */
.particle {
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    pointer-events: none;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); opacity: 0.7; }
    50% { transform: translateY(-20px) rotate(180deg); opacity: 1; }
}

.mobile-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    z-index: 1001;
}

.mobile-toggle:hover {
    background: rgba(255, 255, 255, 0.2);
 
}

.toggle-line {
    width: 25px;
    height: 3px;
    background: white;
    margin: 3px 0;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-toggle.active .toggle-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-toggle.active .toggle-line:nth-child(2) {
    opacity: 0;
}

.mobile-toggle.active .toggle-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile responsive */
@media (max-width: 768px) {
    .mobile-toggle {
        display: flex;
    }

    .nav-menu {
        position: absolute;
        top: 85%;
        left: 0;
        width: 100%;
        background: linear-gradient(135deg, #f7bf20 0%, #689e52 50%, #f7bf20 100%);
        background-size: 200% 200%;
        animation: gradientShift 8s ease-in-out infinite;
        flex-direction: column;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
        box-shadow: 0 4px 20px rgba(50, 205, 50, 0.3);
        border-radius: 0 0 15px 15px;
    }

    .nav-menu.active {
        max-height: 300px;
        padding: 1rem 0;
    }

    .rubik-puddles-regular {
        margin: 0.2rem 1rem;
        text-align: center;
    }
}

/* Demo content */
.content {
    padding: 4rem 2rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.content h1 {
    color: #2d5016;
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}

.content p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}



































.hero {
    min-height: calc(100vh - 100px);
    /* background: linear-gradient(135deg, #1a1a2e 0%, #16213e 25%, #0f3460 75%, #533483 100%); */
    background: linear-gradient(135deg, #689e52 0%, #f7bf20 50%, #689e52 100%);
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 5%;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
}

.hero-content {
    z-index: 2;
    position: relative;
}

.hero-title {
    font-size: 4rem;
    color: white;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    animation: slideInFromLeft 1.5s ease-out;
}

.hero-title .highlight {
    background: linear-gradient(45deg, #4CAF50, #FFEB3B);

    -webkit-background-clip: text;
 
    background-clip: text;
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.hero-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.6;
    animation: slideInFromLeft 1.5s ease-out 0.3s both;
}

.cta-button {
    background: linear-gradient(45deg, #4CAF50, #66BB6A);
    color: white;
    font-size: 1.2rem;
    padding: 18px 40px;
    border: none;
    border-radius: 30px;
    font-family: inherit;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0 8px 25px rgba(76, 175, 80, 0.4);
    transition: all 0.3s ease;
    animation: slideInFromLeft 1.5s ease-out 0.6s both;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(76, 175, 80, 0.6);
}

.hero-image {
    position: relative;
    text-align: center;
    animation: slideInFromRight 1.5s ease-out 0.5s both;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.parrot-container {
    position: relative;
    display: inline-block;
}

.parrot-logo {
    font-size: 12rem;
    animation: bounce 3s ease-in-out infinite;
    filter: drop-shadow(0 10px 30px rgba(0,0,0,0.3));
    position: relative;
    z-index: 2;
}

.parrot-logo img{
    height: 500px;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0) scale(1); }
    40% { transform: translateY(-15px) scale(1.05); }
    60% { transform: translateY(-8px) scale(1.02); }
}

.decorative-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 400px;
    border: 3px solid rgba(255, 235, 59, 0.3);
    border-radius: 50%;
    z-index: 1;
}

.floating-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
}

.floating-item {
    position: absolute;
    font-size: 2.5rem;
    animation: float 4s ease-in-out infinite;
    opacity: 0.8;
}

@keyframes float {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-10px) rotate(5deg); }
    50% { transform: translateY(-5px) rotate(-5deg); }
    75% { transform: translateY(-15px) rotate(3deg); }
}

.book { color: #FF6B35; animation-delay: 0s; }
.pencil { color: #FFD23F; animation-delay: 1s; }
.pen { color: #3BCEAC; animation-delay: 2s; }
.teddy { color: #D2691E; animation-delay: 3s; }
.apple { color: #FF6B6B; animation-delay: 4s; }
.ruler { color: #4ECDC4; animation-delay: 5s; }

.gradient-orbs {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.6;
    animation: drift 15s linear infinite;
}

.orb1 {
    width: 100px;
    height: 100px;
    background: linear-gradient(45deg, #4CAF50, #FFEB3B);
    top: 10%;
    right: 10%;
    animation-delay: 0s;
}

.orb2 {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #FFEB3B, #FF9800);
    bottom: 20%;
    left: 10%;
    animation-delay: 7s;
}

.orb3 {
    width: 80px;
    height: 80px;
    background: linear-gradient(45deg, #66BB6A, #4CAF50);
    top: 60%;
    right: 5%;
    animation-delay: 12s;
}

@keyframes drift {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

@media (max-width: 968px) {
    .container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 3rem;
    }
    
    .parrot-logo {
        font-size: 8rem;
    }
    
    .decorative-circle {
        width: 300px;
        height: 300px;
    }
}

@media (max-width: 768px) {
    .hero {
        padding: 40px 5%;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .parrot-logo {
        font-size: 6rem;
    }

    .parrot-logo img{
        height: 250px;
    }
    
    .floating-item {
        font-size: 1.8rem;
    }
    
    .decorative-circle {
        width: 250px;
        height: 250px;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .parrot-logo {
        font-size: 5rem;
    }
    
    .cta-button {
        font-size: 1rem;
        padding: 15px 30px;
    }
}


























/* Footer Styles */
.footer {
    position: relative;
    background: linear-gradient(135deg, #689e52 0%, #8bc34a 50%, #f7bf20 100%);
    color: white;
    margin-top: 80px;
    overflow: hidden;
}

.footer-wave {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.footer-wave svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 80px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 30px 20px;
    position: relative;
    z-index: 2;
}

.footer-top {
    text-align: center;
    margin-bottom: 11px;
}

.footer-brand {
    display: inline-block;
}

.logoimage2 {
    height: 150px;
    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    animation: gentleBounce 3s ease-in-out infinite;
}

@keyframes gentleBounce {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

.footer-tagline {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.footer-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    padding: 10px;
    background: rgba(255,255,255,0.15);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.footer-item:hover {
    background: rgba(255,255,255,0.2);
    transform: translateX(5px);
}

.footer-item .emoji {
    font-size: 1.5rem;
    min-width: 30px;
}

.footer-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 1.1rem;
}

.footer-item p {
    margin: 0;
    font-size: 0.95rem;
    opacity: 0.95;
    line-height: 1.4;
}

.social-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.social-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 20px;
    border: none;
    border-radius: 25px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.social-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.3);
}

.social-btn.facebook {
    background: linear-gradient(135deg, #1877F2, #4267B2);
    color: white;
}

.social-btn.tiktok {
    background: linear-gradient(135deg, #000000, #69C9D0);
    color: white;
}

.social-icon {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.footer-features {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feature-badge {
    background: rgba(255,255,255,0.25);
    padding: 10px 15px;
    border-radius: 20px;
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255,255,255,0.5);
    transition: all 0.3s ease;
}

.feature-badge:hover {
    background: rgba(255,255,255,0.35);
    transform: scale(1.05);
}

.footer-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.float-emoji {
    position: absolute;
    font-size: 2.5rem;
    opacity: 0.15;
    animation: floatAround 15s ease-in-out infinite;
}

.float-emoji:nth-child(1) { animation-delay: 0s; }
.float-emoji:nth-child(2) { animation-delay: 2s; }
.float-emoji:nth-child(3) { animation-delay: 4s; }
.float-emoji:nth-child(4) { animation-delay: 6s; }
.float-emoji:nth-child(5) { animation-delay: 8s; }
.float-emoji:nth-child(6) { animation-delay: 10s; }

@keyframes floatAround {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-20px) rotate(5deg); }
    50% { transform: translateY(-10px) rotate(-5deg); }
    75% { transform: translateY(-15px) rotate(3deg); }
}

.footer-bottom {
    text-align: center;
    padding-top: 11px;
    border-top: 2px solid rgba(255,255,255,0.2);
    font-size: 0.95rem;
}

.footer-bottom p {
    margin: 0;
    opacity: 0.9;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .footer-container {
        padding: 40px 20px 20px;
    }

    .logoimage2 {
        height: 120px;
    }

    .footer-tagline {
        font-size: 1.2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-column h3 {
        font-size: 1.3rem;
    }

    .float-emoji {
        font-size: 2rem;
    }

    .social-buttons {
        flex-direction: row;
    }

    .footer-wave {
        top: -40px;
    }

    .footer-wave svg {
        height: 60px;
    }
}

@media (max-width: 480px) {
    .social-buttons {
        flex-direction: column;
    }

    .footer-item {
        flex-direction: column;
        text-align: center;
    }

    .float-emoji {
        font-size: 1.5rem;
    }
}


















.decorative-elements {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.school-item {
    position: absolute;
    font-size: 3em;
    opacity: 0.1;
    animation: drift 12s ease-in-out infinite;
}

.school-item:nth-child(1) { top: 5%; left: 10%; animation-delay: 0s; }
.school-item:nth-child(2) { top: 20%; right: 15%; animation-delay: 2s; }
.school-item:nth-child(3) { top: 40%; left: 5%; animation-delay: 4s; }
.school-item:nth-child(4) { top: 60%; right: 10%; animation-delay: 6s; }
.school-item:nth-child(5) { bottom: 20%; left: 20%; animation-delay: 8s; }
.school-item:nth-child(6) { bottom: 40%; right: 25%; animation-delay: 10s; }

@keyframes drift {
    0%, 100% { transform: translate(0, 0) rotate(0deg); opacity: 0.1; }
    50% { transform: translate(30px, -20px) rotate(10deg); opacity: 0.2; }
}

.about-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 80px 30px;
    position: relative;
    z-index: 2;
}

.section-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
}

.section-header::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 6px;
    background: linear-gradient(90deg, #4CAF50, #FFEB3B, #4CAF50);
    border-radius: 3px;
    animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
    0% { box-shadow: 0 0 10px rgba(76, 175, 80, 0.5); }
    100% { box-shadow: 0 0 20px rgba(255, 235, 59, 0.8); }
}

.section-header h2 {
    font-size: 3em;
    font-weight: 800;
    background: linear-gradient(135deg, #1B5E20, #2E7D32, #388E3C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    position: relative;
}

.content-card {
    background: rgba(255, 255, 255, 0.95);
    /* border-radius: 30px; */
    margin-bottom: 50px;
    overflow: hidden;
    /* box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    border: 2px solid rgba(76, 175, 80, 0.3);
    backdrop-filter: blur(10px); */
    transition: all 0.3s ease;
    position: relative;
}

.content-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 35px 70px rgba(0,0,0,0.2);
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    /* background: linear-gradient(90deg, #4CAF50, #8BC34A, #CDDC39, #FFEB3B); */
    animation: colorShift 3s ease-in-out infinite;
}

@keyframes colorShift {
    0%, 100% { opacity: 0.8; }
    50% { opacity: 1; }
}

.card-content {
    display: flex;
    align-items: stretch;
    min-height: 300px;
}

.card-content.reverse {
    flex-direction: row-reverse;
}

.text-section {
    flex: 0 0 40%;
    padding: 50px 40px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(248,255,248,0.9) 100%);
}

.text-section p {
    font-size: 1.3em;
    line-height: 1.9;
    color: #1B5E20;
    font-weight: 500;
    text-align: justify;
    position: relative;
}

.text-section p::first-letter {
    font-size: 2.5em;
    font-weight: bold;
    color: #4CAF50;
    float: left;
    margin: 0.1em 0.1em 0 0;
    line-height: 1;
}

.image-section {
    flex: 0 0 60%;
    position: relative;
    /* background: linear-gradient(135deg, #4CAF50, #8BC34A, #FFEB3B); */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: 
        radial-gradient(circle at 30% 70%, rgba(255,255,255,0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 30%, rgba(255,235,59,0.3) 0%, transparent 50%); */
}

.image-placeholder {
    text-align: center;
    color: white;
    font-weight: bold;
    z-index: 1;
    position: relative;
    padding: 20px;
}

.image-placeholder img{
    height: 300px;
}

.image-placeholder .icon {
    font-size: 4em;
    margin-bottom: 20px;
    display: block;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-15px); }
}

.fun-fact-container {
    margin-top: 60px;
    perspective: 1000px;
}

.fun-fact-card {
    background: linear-gradient(135deg, #f7bf20 0%, #689e52 50%, #f7bf20 100%);
    border-radius: 25px;
    padding: 40px 50px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(255, 193, 7, 0.3);
    /* border: 3px solid #F57F17; */
    animation: cardFloat 4s ease-in-out infinite;
    transform-style: preserve-3d;
}

@keyframes cardFloat {
    0%, 100% { transform: rotateX(0deg) rotateY(0deg); }
    25% { transform: rotateX(2deg) rotateY(-1deg); }
    50% { transform: rotateX(0deg) rotateY(2deg); }
    75% { transform: rotateX(-2deg) rotateY(-1deg); }
}

.fun-fact-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255,255,255,0.1), transparent);
    animation: shine 3s ease-in-out infinite;
    transform: rotate(45deg);
}

@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
    100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
}

.fun-fact-content {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.fun-fact-icon {
    font-size: 3.5em;
    /* animation: spin 6s linear infinite; */
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.2));
}

.fun-fact-icon img{
    height: 100px;
}

@keyframes spin {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.1); }
    100% { transform: rotate(360deg) scale(1); }
}

.fun-fact-text {
    flex: 1;
}

.fun-fact-text .label {
    font-size: 1.5em;
    font-weight: bold;
    color: white;
    margin-bottom: 8px;
    display: block;
}

.fun-fact-text .description {
    font-size: 1.2em;
    color: white;
    line-height: 1.6;
    font-weight: 600;
}

@media (max-width: 768px) {
    .card-content,
    .card-content.reverse {
        flex-direction: column;
    }

    .text-section,
    .image-section {
        flex: none;
    }

    .section-header h2 {
        font-size: 2.5em;
    }

    .text-section {
        padding: 30px 25px;
    }

    .text-section p {
        font-size: 1.1em;
    }

    .fun-fact-content {
        flex-direction: column;
        text-align: center;
    }
}



























/* Mission and Vision boxes */
.mission-vision {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin: 40px 0;
}

.mv-box {
    background: linear-gradient(135deg, #c4d4bd 0%, #689e52 70%);
    border-radius: 25px;
    padding: 30px;
    text-align: center;
    border: 4px solid #ffd93d;
    position: relative;
    transition: transform 0.3s ease;
}

.mv-box:hover {
    transform: scale(1.05);
}

.mv-box::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: #ffd93d;
    border-radius: 50%;
    border: 4px solid #fff;
}

.mv-box.mission::before {
    content: "🎯";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.mv-box.vision::before {
    content: "🌟";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

.mv-title {
    font-size: 2rem;
    color: white;
    margin: 20px 0 15px 0;
    font-weight: bolder;
}

.mv-text {
    font-size: 1.1rem;
    color: white;
    line-height: 1.6;
    font-weight: bolder;
}

/* Fun elements */
.fun-fact {
    background: #ffd93d;
    border-radius: 15px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    border: 3px dashed #a8e6cf;
    animation: pulse 3s infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.02); }
}



@media (max-width: 480px) {
  
    
    .mission-vision {
        grid-template-columns: 1fr;
    }
}



















.hero-section {
    background: linear-gradient(45deg, #689e52, #8bc34a);
    padding: 80px 0;
    position: relative;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="10" cy="10" r="2" fill="rgba(255,235,59,0.3)"/><circle cx="30" cy="25" r="1" fill="rgba(255,235,59,0.2)"/><circle cx="70" cy="15" r="1.5" fill="rgba(255,235,59,0.4)"/><circle cx="90" cy="40" r="1" fill="rgba(255,235,59,0.3)"/><circle cx="20" cy="60" r="2" fill="rgba(255,235,59,0.2)"/><circle cx="80" cy="70" r="1" fill="rgba(255,235,59,0.3)"/><circle cx="50" cy="80" r="1.5" fill="rgba(255,235,59,0.4)"/></svg>') repeat;
}

.timelinecontainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2px;
    position: relative;
    z-index: 1;
}

.hero-content {
    text-align: center;
    color: white;
}

.hero-title {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.timeline-section {
    /* background: linear-gradient(135deg, #f7bf20 0%, #689e52 50%, #f7bf20 100%); */
    background: linear-gradient(-135deg, #fff59d, #f7bf20);
    padding: 20px 0;
  
}

.timeline {
    position: relative;
 
    
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 100%;
    background: linear-gradient(to bottom, #4caf50, #8bc34a);
    border-radius: 3px;
}

.timeline-item {
    display: flex;
    justify-content: flex-end;
    padding-right: calc(50% + 30px);
    position: relative;
    margin-bottom: 60px;
}

.timeline-item:nth-child(even) {
    flex-direction: row-reverse;
    padding-left: calc(50% + 30px);
    padding-right: 0;
}

.timeline-content {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    max-width: 390px;
    border: 3px solid #e8f5e8;
    transition: all 0.3s ease;
    position: relative;
}

.timeline-content:hover {
    transform: scale(1.05);
    box-shadow: 0 25px 50px rgba(76, 175, 80, 0.2);
    border-color: #4caf50;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #ffeb3b, #ffc107);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    border: 4px solid white;
    box-shadow: 0 0 20px rgba(255, 235, 59, 0.5);
    z-index: 2;
}

.phase-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.phase-title {
    font-size: 1.7rem;
    color: #2e7d32;
    font-weight: 700;
}

.phase-age {
    background: linear-gradient(45deg, #4caf50, #66bb6a);
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.feature-tag {
    background: linear-gradient(135deg, #f8f9fa, #e8f5e8);
    padding: 12px 16px;
    border-radius: 12px;
    border-left: 4px solid #4caf50;
    font-size: 0.95rem;
    color: #2e7d32;
    font-weight: 500;
    transition: all 0.3s ease;
}

.feature-tag:hover {
    background: linear-gradient(135deg, #e8f5e8, #c8e6c9);
    transform: translateX(5px);
}

.special-care-section {
    background: linear-gradient(135deg, #f6c127, #fff59d99);
    padding: 80px 0;
    position: relative;
}

.special-care-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 200 200"><path d="M20 20 Q 40 10, 60 20 T 100 20" stroke="rgba(76,175,80,0.1)" stroke-width="2" fill="none"/><path d="M120 40 Q 140 30, 160 40 T 200 40" stroke="rgba(76,175,80,0.1)" stroke-width="2" fill="none"/><path d="M0 80 Q 20 70, 40 80 T 80 80" stroke="rgba(76,175,80,0.1)" stroke-width="2" fill="none"/></svg>') repeat;
}

.special-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.special-title {
    font-size: 3rem;
    color: #2e7d32;
    font-weight: 700;
    margin-bottom: 30px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}

.special-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.special-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    border: 3px solid #4caf50;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.special-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(76, 175, 80, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.3s ease;
}

.special-card:hover::before {
    animation: shimmer 1s ease-in-out;
}

@keyframes shimmer {
    0% { transform: rotate(45deg) translateX(-100%); }
    100% { transform: rotate(45deg) translateX(100%); }
}

.special-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(76, 175, 80, 0.2);
}

.special-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}

.special-card h3 {
    font-size: 1.5rem;
    color: #2e7d32;
    margin-bottom: 15px;
    font-weight: 600;
}

.special-card p {
    color: #388e3c;
    line-height: 1.6;
    font-size: 1.1rem;
}

.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.shape {
    position: absolute;
    opacity: 0.1;
    animation: float-around 20s infinite linear;
}

.shape:nth-child(1) {
    top: 20%;
    left: 10%;
    font-size: 2rem;
    animation-delay: 0s;
}

.shape:nth-child(2) {
    top: 60%;
    left: 80%;
    font-size: 1.5rem;
    animation-delay: 5s;
}

.shape:nth-child(3) {
    top: 40%;
    left: 70%;
    font-size: 2.5rem;
    animation-delay: 10s;
}

@keyframes float-around {
    0% { transform: translateY(0px) rotate(0deg); }
    25% { transform: translateY(-20px) rotate(90deg); }
    50% { transform: translateY(0px) rotate(180deg); }
    75% { transform: translateY(-15px) rotate(270deg); }
    100% { transform: translateY(0px) rotate(360deg); }
}

.cta-section {
    background: linear-gradient(135deg, #2e7d32, #4caf50);
    padding: 60px 0;
    text-align: center;
    color: white;
}

.cta-button {
    background: linear-gradient(45deg, #ffeb3b, #ffc107);
    color: #2e7d32;
    font-size: 1.3rem;
    font-weight: 700;
    padding: 18px 40px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(255, 235, 59, 0.3);
    margin-top: 20px;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 235, 59, 0.4);
}

@media (max-width: 768px) {
    .hero-title { font-size: 2.5rem; }
    .timeline::before { left: 30px; }
    .timeline-item, .timeline-item:nth-child(even) {
        padding-left: 60px;
        padding-right: 0;
        flex-direction: row;
        justify-content: flex-start;
    }
    .timeline-dot { left: 30px; }
    .special-cards { grid-template-columns: 1fr; }
    .features-grid { grid-template-columns: 1fr; }
}



















.contact-container {
    margin: 0 auto;
    background: white;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
}

/* Compact Header */
.contactheader {
    background: linear-gradient(135deg, #f7bf20, #fff59d);
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.contactheader::before {
    content: '🦜';
    position: absolute;
    font-size: 60px;
    top: 10px;
    right: 30px;
    opacity: 0.3;
    animation: bob 2s ease-in-out infinite;
}

@keyframes bob {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-8px); }
}

.contactheader h1 {
    color: white;
    font-size: 2em;
    margin-bottom: 5px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.contactheader p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1em;
}

/* Main Content Grid */
.main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
}

/* Contact Form - Left Side */
.form-section {
    padding: 30px;
    background: #f8fff8;
    border-right: 1px solid #e0e0e0;
}

.form-title {
    color: #2E7D32;
    font-size: 1.4em;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.form-title::before {
    content: '✉️';
}

.form-group {
    margin-bottom: 15px;
}

.form-row {
    display: grid;
    gap: 10px;
}

.form-group label {
    display: block;
    color: #2E7D32;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 0.9em;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px 12px;
    border: 2px solid #E8F5E8;
    border-radius: 8px;
    font-size: 0.9em;
    transition: all 0.3s ease;
    font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.2);
}

.form-group textarea {
    height: 80px;
    resize: vertical;
}

.submit-btn {
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 20px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(76, 175, 80, 0.3);
    width: 100%;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(76, 175, 80, 0.4);
}

/* Info Section - Right Side */
.info-section {
    padding: 30px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Compact Location Cards */
.locations-container h3 {
    color: #F57F17;
    font-size: 1.3em;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.locations-container h3::before {
    content: '📍';
}

.location-instruction {
    color: #558B2F;
    font-size: 0.85em;
    margin-bottom: 15px;
    text-align: center;
    font-style: italic;
}

.locations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 20px;
}

.location-item {
    background: linear-gradient(135deg, #E8F5E8, #FFF9C4);
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    border-left: 3px solid #4CAF50;
    transition: all 0.3s ease;
    cursor: pointer;
}

.location-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-left-color: #2E7D32;
}

.location-item.active {
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
    color: white;
    border-left-color: #1B5E20;
}

.location-item.active h4,
.location-item.active p {
    color: white;
}

.location-item h4 {
    color: #2E7D32;
    font-size: 0.9em;
    margin-bottom: 4px;
}

.location-item p {
    color: #558B2F;
    font-size: 0.8em;
    line-height: 1.3;
}

/* Compact Contact Info */
.contact-info {
    background: linear-gradient(135deg, #FFF9C4, #E8F5E8);
    border-radius: 12px;
    padding: 15px;
}

.contact-info h3 {
    color: #F57F17;
    font-size: 1.2em;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.contact-info h3::before {
    content: '📞';
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.contact-detail {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9em;
}

.contact-detail .icon {
    width: 30px;
    height: 30px;
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8em;
    flex-shrink: 0;
}

.contact-detail .text {
    color: #2E7D32;
    font-weight: 500;
}

/* Compact Social Media */
.social-media {
    text-align: center;
}

.social-media h4 {
    color: #F57F17;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2em;
    color: white;
    transition: all 0.3s ease;
}

.social-link.facebook { background: #1877F2; }
.social-link.instagram { background: linear-gradient(45deg, #F58529, #DD2A7B); }
.social-link.tiktok { background: #000; }

.social-link:hover {
    transform: scale(1.1) translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Bottom Section - Maps Grid */
.bottom-section {
    border-top: 1px solid #e0e0e0;
    padding: 25px 30px;
    background: #fafafa;
}

.maps-header {
    text-align: center;
    margin-bottom: 20px;
}

.maps-header h3 {
    color: #2E7D32;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.maps-header h3::before {
    content: '🗺️';
}

.maps-grid {
    display: block;
}

.map-item {
    background: white;
    border-radius: 12px;
    padding: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    display: none;
}

.map-item.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.map-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.map-item h4 {
    color: #2E7D32;
    font-size: 1em;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.map-item .address {
    color: #558B2F;
    font-size: 0.9em;
    margin-bottom: 10px;
}

.map-container {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
    border: 2px solid #E8F5E8;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Success message styling */
.success-message {
    background: linear-gradient(135deg, #4CAF50, #8BC34A);
    color: white;
    padding: 10px;
    border-radius: 8px;
    margin-top: 10px;
    text-align: center;
    font-weight: 500;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.3s ease;
}

.success-message.show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Design */
@media (max-width: 768px) {
    .main-content {
        grid-template-columns: 1fr;
    }
    
    .form-section {
        border-right: none;
        border-bottom: 1px solid #e0e0e0;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .locations-grid {
        grid-template-columns: 1fr;
    }

    .maps-grid {
        display: block;
    }
    
    .contact-container {
        margin: 10px;
        border-radius: 15px;
    }
    
    .header {
        padding: 20px;
    }
    
    .header h1 {
        font-size: 1.6em;
    }
    
    .form-section,
    .info-section,
    .bottom-section {
        padding: 20px;
    }

    .map-container {
        height: 180px;
    }
}

/* Micro animations */
.location-item:nth-child(1) { animation-delay: 0.1s; }
.location-item:nth-child(2) { animation-delay: 0.2s; }
.location-item:nth-child(3) { animation-delay: 0.3s; }
.location-item:nth-child(4) { animation-delay: 0.4s; }

.map-item:nth-child(1) { animation-delay: 0.1s; }
.map-item:nth-child(2) { animation-delay: 0.2s; }
.map-item:nth-child(3) { animation-delay: 0.3s; }
.map-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.location-item,
.map-item {
    animation: slideUp 0.5s ease-out forwards;
}


























.gallery-section {
    position: relative;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

/* Prevent horizontal scrolling on the entire page */
body {
    overflow-x: hidden;
}

.gallery-title {
    color: #2c3e50;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.slider-container {
    position: relative;
    height: 350px; /* Reduced height to accommodate landscape cards */
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
    max-width: 100vw; /* Prevent container from exceeding viewport width */
}

.cards-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden; /* Ensure cards don't create horizontal scroll */
}

.card {
    position: absolute;
    width: 400px; /* Increased width for landscape orientation */
    height: 250px; /* Reduced height for landscape orientation */
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transition: all 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
    cursor: pointer;
    transform-style: preserve-3d;
    opacity: 1;
    will-change: transform, filter, opacity;
}

.card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card:hover img {
    transform: scale(1.05);
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    backdrop-filter: blur(10px);
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.card-subtitle {
    font-size: 0.9rem;
    opacity: 0.9;
    font-weight: 300;
}

/* Card positioning classes - adjusted for landscape format */
.card.center {
    z-index: 5;
    transform: translateX(0) translateZ(0) scale(1.1);
    filter: brightness(1.1);
    opacity: 1;
}

.card.left-1 {
    z-index: 4;
    transform: translateX(-160px) translateZ(0) scale(0.9) rotateY(20deg);
    filter: brightness(0.8);
    opacity: 1;
}

.card.left-2 {
    z-index: 3;
    transform: translateX(-280px) translateZ(0) scale(0.8) rotateY(30deg);
    filter: brightness(0.6);
    opacity: 0.8;
}

.card.right-1 {
    z-index: 4;
    transform: translateX(160px) translateZ(0) scale(0.9) rotateY(-20deg);
    filter: brightness(0.8);
    opacity: 1;
}

.card.right-2 {
    z-index: 3;
    transform: translateX(280px) translateZ(0) scale(0.8) rotateY(-30deg);
    filter: brightness(0.6);
    opacity: 0.8;
}

.card.hidden-left {
    z-index: 1;
    transform: translateX(-450px) translateZ(0) scale(0.7) rotateY(40deg);
    opacity: 0.3;
}

.card.hidden-right {
    z-index: 1;
    transform: translateX(450px) translateZ(0) scale(0.7) rotateY(-40deg);
    opacity: 0.3;
}

.navigation-dots {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(44, 62, 80, 0.3);
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.dot.active {
    background: #2c3e50;
    transform: scale(1.3);
}

.dot::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease;
}

.dot:hover::before {
    border-color: rgba(44, 62, 80, 0.4);
}

.progress-indicator {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: rgba(44, 62, 80, 0.2);
    border-radius: 2px;
    overflow: hidden;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2980b9);
    border-radius: 2px;
    transition: width 0.1s linear;
    width: 0%;
}

/* Add this at the top to prevent any horizontal scrolling issues */
html {
    overflow-x: hidden;
}
@media (max-width: 768px) {
    .slider-container {
        height: 280px;
    }
    
    .card {
        width: 300px;
        height: 200px;
    }
    
    .card.left-1, .card.right-1 {
        transform: translateX(-120px) scale(0.85) rotateY(15deg);
    }
    
    .card.left-2, .card.right-2 {
        transform: translateX(-200px) scale(0.7) rotateY(25deg);
    }
    
    .card.right-1 {
        transform: translateX(120px) scale(0.85) rotateY(-15deg);
    }
    
    .card.right-2 {
        transform: translateX(200px) scale(0.7) rotateY(-25deg);
    }
    
    .gallery-title {
        font-size: 2rem;
    }
}

@media (max-width: 480px) {
    .slider-container {
        height: 220px;
    }
    
    .card {
        width: 280px;
        height: 160px;
    }
    
    .card.left-1, .card.right-1 {
        transform: translateX(-100px) scale(0.8) rotateY(12deg);
    }
    
    .card.left-2, .card.right-2 {
        transform: translateX(-160px) scale(0.65) rotateY(20deg);
    }
    
    .card.right-1 {
        transform: translateX(100px) scale(0.8) rotateY(-12deg);
    }
    
    .card.right-2 {
        transform: translateX(160px) scale(0.65) rotateY(-20deg);
    }
}




.toast {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 16px 24px;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    z-index: 1000;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-in-out;
}

.toast.success {
    background-color: #28a745;
    border-left: 4px solid #1e7e34;
}

.toast.error {
    background-color: #dc3545;
    border-left: 4px solid #c82333;
}

.toast.show {
    opacity: 1;
    transform: translateX(0);
}
