*{margin:0;padding:0;box-sizing:border-box}.dropdown-content{display:none;white-space:nowrap;min-width:200px;position:absolute;top:100%;left:0;z-index:10}.dropdown-content2{display:none;white-space:nowrap;min-width:200px;position:absolute;top:100%;left:0}.dropdown:hover .dropdown-content{display:block}.dropdown-content a{padding:8px 16px}.animated-background{position:relative;height:100vh;background-size:cover;background-position:0% 0%;background-repeat:no-repeat;animation:backgroundMoveSlideZoom 20s linear infinite;display:flex;justify-content:center;align-items:center;text-align:center;color:#fff;padding:0 20px}.text-container{display:flex;flex-direction:column;gap:10px}.animated-background h2{font-size:4rem;line-height:1.5;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.7)}@keyframes backgroundMoveSlideZoom{0%{background-position:0% 0%;background-size:100%}50%{background-position:50% 50%;background-size:120%}to{background-position:100% 100%;background-size:100%}}.card-container{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;margin-top:50px;padding:0 20px}.card{flex:1;min-width:280px;max-width:320px;background-color:#fff;border-radius:8px;box-shadow:0 4px 8px #0000001a;overflow:hidden;transition:transform .3s ease}.card:hover{transform:scale(1.05)}.card img{width:100%;height:auto;border-top-left-radius:8px;border-top-right-radius:8px}.card-body{padding:15px;display:flex;flex-direction:column;justify-content:space-between}.card-title{font-size:1.5rem;margin-bottom:10px}.card-text{color:#555;margin-bottom:15px}.arrow-icon{text-decoration:none;color:#007bff;font-weight:700;font-size:1.2rem;text-align:right;display:inline-block;transition:color .3s}.arrow-icon:hover{color:#0056b3}.statistics-section{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;position:relative;color:#fff}.background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden}.background-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.5}.content-wrapper{max-width:1000px;text-align:center;padding:20px;background:rgba(0,0,0,.6);border-radius:8px}.text-box{padding:20px;margin-bottom:30px}.text-box h2{font-size:1.8rem;margin-bottom:15px;color:#fff}.text-box p{font-size:1rem;line-height:1.6;color:#ddd}.stats-row{display:flex;gap:20px;flex-wrap:wrap;justify-content:center;margin-top:20px}.stat-card{flex:1;min-width:220px;max-width:250px;padding:20px;background:rgba(255,255,255,.9);border-radius:8px;text-align:center;color:#333;box-shadow:0 4px 8px #0003;transition:transform .3s ease}.stat-card:hover{transform:translateY(-5px)}.stat-card h3{font-size:2rem;color:#e60023;margin-bottom:10px}.stat-card p{font-size:1rem;color:#555}@media (max-width: 768px){.statistics-section{flex-direction:column;height:auto}.background-image,.content-wrapper{flex:none;width:100%;height:auto}.stats-row{flex-direction:column;align-items:center}.text-box h2{font-size:1.5rem}.card-container{justify-content:center;gap:15px}.stat-card{min-width:180px}html{scroll-behavior:smooth}}
