.hero-background-section{background-image:url(/assets/hero-image.png);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:500px;position:relative;display:flex;align-items:center;justify-content:center;margin:-2rem -2rem 3rem;border-radius:0 0 20px 20px;box-shadow:0 8px 32px #0003;overflow:hidden}.hero-background-section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#00000080,#4a90e24d,#0006);z-index:1}.hero-content-overlay{position:relative;z-index:2;color:#fff;text-align:center;padding:2rem;max-width:600px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:15px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000004d}.hero-content-overlay h2{font-size:2.5rem;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.5);font-weight:700}.hero-content-overlay p{font-size:1.2rem;margin-bottom:2rem;text-shadow:0 1px 5px rgba(0,0,0,.5);line-height:1.6}.hero-button{display:inline-block;background:linear-gradient(90deg,#007bff,#0056b3,#007bff);background-size:200%;color:#fff;padding:.75rem 1.5rem;border-radius:4px;text-decoration:none;font-weight:700;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;animation:shiny-effect 3s linear infinite;box-shadow:0 4px 15px #007bff80}.hero-button:hover{transform:scale(1.05);box-shadow:0 6px 20px #0056b3b3}.hero-button:active{transform:scale(.95)}@keyframes shiny-effect{0%{background-position:0%}to{background-position:200%}}.home-latest-news{max-width:800px;margin:0 auto;text-align:center;padding:2rem 1rem}.home-latest-news h2{color:var(--text-color);font-size:2.2rem;margin-bottom:2rem;font-weight:600;position:relative;display:inline-block}.home-latest-news h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--accent-color),var(--secondary-accent));border-radius:2px}.home-news-list{display:grid;gap:1.5rem;max-width:600px;margin:0 auto}.home-news-item{background:var(--background-color);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem;text-align:left;box-shadow:0 4px 12px #0000001a;transition:all .3s ease}.home-news-item:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026;border-color:var(--accent-color)}.home-news-item h3{color:var(--text-color);font-size:1.3rem;margin-bottom:.8rem;font-weight:600}.home-news-item p{color:var(--text-secondary);line-height:1.6;margin-bottom:1rem}.home-news-date{color:var(--accent-color);font-size:.9rem;font-weight:500;opacity:.8}@media screen and (max-width: 1024px){.hero-background-section{min-height:400px;margin:-1.5rem -1.5rem 2rem}.hero-content-overlay h2{font-size:2.2rem}.hero-content-overlay p{font-size:1.1rem}}@media screen and (max-width: 768px){.hero-background-section{min-height:350px;margin:-1rem -1rem 1.5rem}.hero-content-overlay{padding:1.5rem;max-width:500px}.hero-content-overlay h2{font-size:2rem}.hero-content-overlay p{font-size:1rem}.home-latest-news h2{font-size:1.8rem}.home-latest-news{padding:1.5rem 1rem}}@media screen and (max-width: 480px){.hero-background-section{min-height:300px;margin:-.5rem -.5rem 1rem}.hero-content-overlay{padding:1.5rem;max-width:90%}.hero-content-overlay h2{font-size:1.6rem;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.8)}.hero-content-overlay p{font-size:.95rem;margin-bottom:1.5rem;text-shadow:0 1px 3px rgba(0,0,0,.8);line-height:1.6}.home-latest-news h2{font-size:1.5rem;margin-bottom:1rem}.home-latest-news{padding:1rem;margin:1.5rem auto}.home-news-item{padding:1rem}}.news-heading{text-align:center;margin-bottom:2rem}.news-heading h1{font-size:2.5rem;color:var(--primary-color);margin-bottom:.5rem}.news-heading p{font-size:1.1rem;color:var(--medium-gray);max-width:800px;margin:0 auto}#news-container{display:flex;flex-direction:column;gap:1.5rem}.news-item{background-color:var(--white);border-radius:8px;box-shadow:var(--shadow);padding:1.5rem;transition:var(--transition)}.news-item:hover{transform:translateY(-3px);box-shadow:0 5px 15px #0000001a}.news-date{color:var(--medium-gray);font-size:.9rem;margin-bottom:.5rem}.news-title{color:var(--primary-color);font-size:1.5rem;margin-bottom:.8rem}.news-description{color:var(--text-color);line-height:1.6}.no-news{text-align:center;padding:3rem;color:var(--medium-gray);font-size:1.2rem;background-color:var(--white);border-radius:8px;box-shadow:var(--shadow)}@media screen and (max-width: 768px){.news-heading h1{font-size:2rem}.news-title{font-size:1.3rem}}.slideshow-section{text-align:center;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;margin-top:2rem;padding:2rem 1rem}.slideshow-section h2{color:var(--text-color);font-size:2.2rem;margin-bottom:2rem;font-weight:600;position:relative;display:inline-block}.slideshow-section h2:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:60px;height:3px;background:linear-gradient(90deg,var(--accent-color),var(--secondary-accent));border-radius:2px}.slideshow-container{position:relative;overflow:hidden;border-radius:15px;box-shadow:var(--ice-shadow),inset 0 1px #ffffff80;border:1px solid rgba(0,191,255,.2);height:400px;margin-bottom:80px}@media (prefers-reduced-transparency: reduce){.slideshow-container,.slideshow-nav,.slide-button{backdrop-filter:none!important;-webkit-backdrop-filter:none!important;background:#0c2733!important}.slide-overlay{background-color:#0009}}@media (prefers-reduced-motion: reduce){.slide-button,.slideshow-nav,.slide,.slide-image{animation:none!important;transition:none!important}}.slideshow-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:1}.slide.active{opacity:1;pointer-events:all;z-index:2}.slide-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.slide-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.slide-content{color:#fff;text-align:center;padding:1rem}.slide-content h2{font-size:1.8rem;margin-bottom:.5rem;color:#fff}.slide-content p{margin-bottom:1rem}.slide-features{margin-bottom:1.5rem;text-align:center}.slide-features h3{font-size:1.1rem;margin-bottom:.5rem;color:#87ceeb;font-weight:700}.features-list{font-size:.9rem;line-height:1.4;color:#ffffffe6}.slide-button{display:inline-block;background:linear-gradient(90deg,#00bfff,#87ceeb,#00bfff);background-size:200%;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:700;border:1px solid rgba(0,191,255,.3);cursor:pointer;transition:transform .2s ease,box-shadow .3s ease;animation:ice-shimmer 3s linear infinite;box-shadow:0 4px 20px #00bfff66,inset 0 1px #ffffff4d;text-shadow:0 1px 2px rgba(0,0,0,.2)}.slide-button-container{position:absolute;bottom:20px;left:50%;transform:translate(-50%);z-index:5}.slide-button:hover{transform:scale(1.05);box-shadow:0 8px 25px #00bfff99,inset 0 1px #ffffff80}.slide-button:active{transform:scale(.95)}@keyframes ice-shimmer{0%{background-position:0%}to{background-position:200%}}.slideshow-container:hover .slide.active .slide-overlay{opacity:1}.slideshow-container:hover .slide.active .slide-image{transform:scale(1.05)}.slideshow-nav{position:absolute;top:50%;transform:translateY(-50%);background:linear-gradient(135deg,#ffffffe6,#f0f8fff2);border:1px solid rgba(0,191,255,.3);width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10;box-shadow:0 4px 15px #00bfff33,inset 0 1px #ffffff80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.slideshow-nav:hover{background:linear-gradient(135deg,#fffffff2,#f0f8fffa);box-shadow:0 6px 20px #00bfff4d,inset 0 1px #fffc}.slideshow-nav.prev{left:15px}.slideshow-nav.next{right:15px}.slideshow-nav:before{content:"";width:8px;height:8px;border-top:2px solid var(--primary-color);border-right:2px solid var(--primary-color);transition:border-color .3s ease}.slideshow-nav.prev:before{transform:rotate(-135deg);margin-left:3px}.slideshow-nav.next:before{transform:rotate(45deg);margin-right:3px}.slideshow-nav:hover:before{border-color:var(--accent-color)}.error-message{display:flex;align-items:center;justify-content:center;height:100%;color:var(--text-light);font-size:1.1rem;text-align:center;padding:2rem}@media screen and (max-width: 768px){.slideshow-container{height:350px;margin-bottom:75px}.slide-content h2{font-size:1.6rem}.slide-content p{font-size:.9rem}.slide-content{padding:1.5rem}.slideshow-nav{width:35px;height:35px}.slideshow-nav.prev{left:10px}.slideshow-nav.next{right:10px}}@media screen and (max-width: 480px){.slideshow-container{height:300px;margin-bottom:70px}.slide-content h2{font-size:1.4rem;text-shadow:0 2px 4px rgba(0,0,0,.8)}.slide-content p{font-size:.85rem;margin-bottom:1rem;text-shadow:0 1px 3px rgba(0,0,0,.8);line-height:1.5}.slide-content{padding:1rem}.slide-button{padding:.7rem 1.4rem;font-size:.9rem;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.slideshow-nav{width:44px;height:44px}.slideshow-nav.prev{left:8px}.slideshow-nav.next{right:8px}}
