body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{min-height:100vh;text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.content{margin-top:80px;padding:2rem}h1{color:#333;font-size:2.5rem;margin-bottom:1rem}.navbar{background-color:#fff;box-shadow:0 2px 10px #00000012;height:80px;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:999}.navbar,.navbar-container{align-items:center;display:flex}.navbar-container{justify-content:flex-start;max-width:1400px;padding:0 32px;width:100%}.navbar-logo{align-items:center;cursor:pointer;display:flex;flex:0 0 auto}.logo{height:70px;margin-right:18px;width:auto}.brand-name{color:#333;font-size:26px;font-weight:700;letter-spacing:1px}.nav-menu{flex:1 1 auto;justify-content:center;list-style:none;margin:0;padding:0;text-align:center}.nav-item,.nav-menu{align-items:center;display:flex}.nav-item{height:80px}.nav-link{align-items:center;color:#222;display:flex;font-size:17px;font-weight:500;height:100%;padding:0 18px;position:relative;text-decoration:none;transition:color .2s}.nav-link:focus,.nav-link:hover{color:#ff385c}.nav-link:after{background:#ff385c;bottom:18px;content:"";display:block;height:2px;left:18px;position:absolute;transition:width .2s;width:0}.nav-link:focus:after,.nav-link:hover:after{width:60%}.nav-actions{align-items:center;display:flex;flex:0 0 auto;gap:12px;margin-left:auto}.nav-action-link{border-radius:22px;color:#222;font-size:16px;font-weight:500;padding:8px 18px;text-decoration:none;transition:background .2s,color .2s}.nav-action-link:hover{background:#f7f7f7;color:#ff385c}.nav-action-link.signup{background:#ff385c;border:none;box-shadow:0 2px 8px #ff385c14;color:#fff;font-weight:600}.nav-action-link.signup:hover{background:#e11d48;color:#fff}.nav-icon{display:inline-block;font-size:1.1em;margin-right:7px;vertical-align:middle}.navbar-hamburger{align-items:center;background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:center;width:40px;z-index:1100}.navbar-hamburger .bar{background:#222;border-radius:2px;height:3px;margin:4px 0;transition:.3s;width:26px}.navbar-hamburger.open .bar:first-child{transform:translateY(7px) rotate(45deg)}.navbar-hamburger.open .bar:nth-child(2){opacity:0}.navbar-hamburger.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:900px){.navbar-container{padding:0 12px}.nav-menu{align-items:center;background:#fff;box-shadow:0 8px 32px #00000014;flex-direction:column;gap:0;height:calc(100vh - 80px);justify-content:flex-start;left:0;margin:0;opacity:0;padding:2rem 0 0;pointer-events:none;position:fixed;top:80px;transform:translateY(-100%);transition:transform .3s,opacity .3s;width:100vw;z-index:1000}.nav-menu.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-item{display:block;height:auto;margin:.5rem 0;text-align:center;width:100%}.nav-link{border-bottom:1px solid #eee;color:#222;display:block;font-size:1.2rem;padding:1rem 0}.nav-link:last-child{border-bottom:none}.navbar-hamburger{display:flex}.nav-actions-desktop{display:none}.nav-actions-mobile{align-items:center;display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}}@media (max-width:600px){.navbar-logo .logo{height:48px}.brand-name{font-size:20px}}.hero-section{align-items:center;background:linear-gradient(#0009,#0009),url(/static/media/bg-image.46fab7ee9619bff0476e.jpg) no-repeat 50%;background-size:cover;display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:0 5%;position:relative;width:100%}.hero-content{animation:fadeInUp 1s ease-out;color:#fff;max-width:800px;text-align:center;z-index:2}.hero-headline{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Arial,sans-serif;font-size:3.5rem;font-weight:800;letter-spacing:.5px;line-height:1.2;margin-bottom:2.5rem;padding-top:1.5rem;text-rendering:optimizeLegibility;text-shadow:0 3px 8px #00000059}.hero-subtitle{color:#ffffffe6;font-size:1.25rem;line-height:1.4;margin-bottom:.75rem;overflow:hidden;padding:0 1rem;text-overflow:ellipsis;white-space:nowrap}.cta-button{background:linear-gradient(45deg,#4caf50,#45a049);border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;margin-top:.75rem;padding:1rem 2rem;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.cta-button:hover{box-shadow:0 5px 15px #0000004d;text-decoration:none;transform:translateY(-2px)}.cta-button:active,.cta-button:focus,.cta-button:link,.cta-button:visited{color:#fff;text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.hero-section{flex-direction:column;padding:2rem;text-align:center}.hero-content{margin-bottom:0}.hero-headline{font-size:2.5rem}}@media (max-width:768px){.hero-headline{font-size:2rem}.hero-subtitle{font-size:1rem}}.destinations-section{background-color:#f9f9f9;padding:4rem 5%;text-align:center}.destinations-section h2{color:#2c4157;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;font-size:2.9rem;font-weight:750;letter-spacing:.04em;margin-bottom:4rem;text-shadow:2px 2px 4px #0000001a;text-transform:capitalize}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;margin:0 auto;max-width:1200px}.destination-card{background-color:#fff;box-shadow:0 4px 15px #0000001a;display:flex;flex-direction:column;transition:transform .3s ease,box-shadow .3s ease}.destination-card:hover{box-shadow:0 8px 25px #00000026}.destination-image{object-fit:cover}.card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.5rem}.card-content h3{color:#007bff;font-size:1.8rem;margin-bottom:.8rem}.card-content p{color:#555;font-size:1rem;margin-bottom:.5rem}.card-content .description{color:#666;font-size:.95rem;line-height:1.5;margin-bottom:1rem}.learn-more-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;margin-top:auto;padding:.8rem 1.5rem;transition:background-color .3s ease}.learn-more-button:hover{background-color:#0056b3}@media (max-width:768px){.destinations-section{padding:2rem 5%}.destinations-section h2{font-size:2rem}.destinations-grid{grid-template-columns:1fr}.destination-card{margin:0 auto}}.destination-card{border-radius:8px;box-shadow:0 2px 4px #0000001a;transition:transform .2s,box-shadow .2s}.destination-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-4px)}.destination-image{overflow:hidden;width:100%}.destination-image img{height:100%;object-fit:cover;transition:transform .3s;width:100%}.destination-card:hover .destination-image img{transform:scale(1.05)}.destination-content{padding:1.5rem}.destination-content h3{color:#333;font-size:1.5rem;margin:0 0 1rem}.destination-details{margin-bottom:1rem}.destination-details p{color:#555;margin:.5rem 0}.feature-tag{background-color:#e3f2fd;border-radius:16px;color:#1976d2;display:inline-block;font-size:.9rem;margin:.5rem .5rem .5rem 0;padding:.25rem .75rem}.destination-description{color:#666;line-height:1.5;margin-bottom:1.5rem}.reviews-toggle{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s;width:100%}.reviews-toggle:hover{background-color:#0056b3}.card-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.action-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;flex:1 1;font-size:1rem;min-width:150px;padding:.75rem 1.5rem;transition:background-color .2s}.action-button:hover{background-color:#0056b3}.widgets-container{grid-gap:1rem;border-top:1px solid #eee;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem;padding-top:1rem}@media (max-width:768px){.destination-image{height:180px}.destination-content{padding:1rem}.destination-content h3{font-size:1.3rem}}@media (max-width:600px){.destination-card{border-radius:0;box-shadow:none;margin:0 -1rem}.destination-image{height:140px}.destination-content{padding:.75rem}.destination-content h3{font-size:1.1rem}.destination-description,.destination-details p,.feature-tag{font-size:.95rem}.card-actions{flex-direction:column;gap:.5rem}.action-button{font-size:.95rem;min-width:0;min-width:auto;padding:.6rem 1rem;width:100%}.widgets-container{gap:.5rem;grid-template-columns:1fr;padding-top:.5rem}}@media (max-width:480px){.destination-card{margin:0 -2vw}.destination-image{height:100px}.destination-content{padding:.5rem}.destination-content h3{font-size:1rem}.action-button,.destination-description,.destination-details p,.feature-tag{font-size:.9rem}.action-button{padding:.5rem}}.reviews-section{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:2rem 0;padding:2rem}.reviews-section h3{color:#333;font-size:1.5rem;margin-bottom:1.5rem}.review-form{background-color:#f8f9fa;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#333}.form-group input,.form-group textarea{border-radius:4px;padding:.75rem}.form-group textarea{min-height:100px}.rating-input{display:flex;gap:.5rem}.star{color:#ddd;cursor:pointer;font-size:1.5rem;transition:color .2s}.star.filled{color:gold}.submit-review{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.submit-review:hover{background-color:#0056b3}.reviews-list{display:flex;flex-direction:column;gap:1rem}.review-card{background-color:#f8f9fa;border:1px solid #eee;border-radius:8px;padding:1.5rem}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.reviewer-info{display:flex;flex-direction:column;gap:.5rem}.reviewer-name{color:#333;font-weight:600}.review-date{color:#666;font-size:.9rem}.review-comment{color:#444;line-height:1.5;margin:0}@media (max-width:768px){.reviews-section{padding:1rem}.review-header{flex-direction:column;gap:.5rem}.review-date{align-self:flex-start}}.weather-widget{background-color:#e0f7fa;border:1px solid #b2ebf2;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-top:1rem;padding:1rem;text-align:center}.weather-widget h4{color:#00796b;font-size:1.2rem;margin-bottom:.5rem;margin-top:0}.weather-widget .weather-info{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:.5rem}.weather-widget .weather-icon{height:50px;width:50px}.weather-widget .temperature{color:#004d40;font-size:2rem;font-weight:700;margin:0}.weather-widget .description{color:#004d40;font-size:1rem;text-transform:capitalize}.weather-widget .weather-details p{color:#263238;font-size:.9rem;margin:.2rem 0}.weather-widget.error{background-color:#ffebee;border-color:#ef9a9a;color:#c62828;font-weight:700}.data-widget{background-color:#f0f4f8;border:1px solid #d9e2ec;border-radius:8px;box-shadow:0 1px 3px #00000014;margin-top:1rem;padding:1rem;text-align:center}.data-widget h4{color:#2c3e50;font-size:1.2rem;margin-bottom:.5rem;margin-top:0}.data-widget .widget-value{color:#34495e;font-size:1.8rem;font-weight:700;margin:.5rem 0}.data-widget .widget-value.available{color:#28a745}.data-widget .widget-value.not-available{color:#dc3545}.data-widget .widget-description{color:#7f8c8d;font-size:.9rem;margin:0}.filter-bar{align-items:flex-end;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:2.5rem;padding:2rem}.filter-group{display:flex;flex-direction:column;flex-grow:1;gap:.6rem;min-width:220px}.filter-group label{color:#333;font-size:1rem;font-weight:600;margin-bottom:.3rem}.filter-group select{-webkit-appearance:none;appearance:none;background-color:#f9f9f9;background-image:url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2C118.8L146.2%2C259.4L5.4%2C118.8c-2.9-2.9-2.9-7.7%2C0-10.6l10.6-10.6c2.9-2.9%2C7.7-2.9%2C10.6%2C0l120.9%2C120.7l120.9-120.7c2.9-2.9%2C7.7-2.9%2C10.6%2C0l10.6%2C10.6C289.9%2C111.1%2C289.9%2C115.9%2C287%2C118.8z%22%2F%3E%3C%2Fsvg%3E");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em;border:1px solid #e0e0e0;border-radius:8px;color:#555;cursor:pointer;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease}.filter-group select:hover{border-color:#a0c4ff;box-shadow:0 0 0 3px #007bff40}.filter-group select:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff40;outline:none}.filter-group.checkbox{align-items:center;flex-direction:row;flex-grow:0;gap:.8rem;min-width:0;min-width:auto;padding-bottom:.5rem}.filter-group.checkbox label{color:#444;cursor:pointer;font-weight:500;margin-bottom:0;-webkit-user-select:none;user-select:none}.filter-group.checkbox input[type=checkbox]{accent-color:#007bff;border-radius:4px;cursor:pointer;height:20px;transition:all .2s ease;width:20px}.filter-group.checkbox input[type=checkbox]:hover{box-shadow:0 0 0 3px #007bff26}@media (max-width:768px){.filter-bar{flex-direction:column;gap:1.5rem;padding:1.5rem}.filter-group{min-width:0;min-width:auto;width:100%}.filter-group.checkbox{flex-direction:row;justify-content:flex-start;width:auto}}.auth-container{background:linear-gradient(120deg,#e0eafc,#cfdef3);min-height:100vh}.auth-animation,.auth-container{align-items:center;display:flex;justify-content:center;padding:2rem}.auth-animation{background:#fff;border-radius:18px;box-shadow:0 8px 40px #007bff1a;flex:1 1;margin-right:2rem;max-width:600px}.auth-form-card{background-color:#fff;border:2px solid #e0eafc;border-radius:18px;box-shadow:0 8px 30px #0000001f;margin-left:2rem;max-width:450px;padding:3rem;width:100%}.auth-form-card,.auth-tagline{position:relative;text-align:center}.auth-tagline{background:none;color:#007bff;font-size:1.25rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem;padding:0}.auth-tagline:after{background:linear-gradient(90deg,#007bff,#00c6ff);border-radius:2px;content:"";display:block;height:4px;margin:.5rem auto 1.2rem;width:60px}.auth-form-card h2{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.auth-form .form-group{margin-bottom:1.5rem;text-align:left}.auth-form label{color:#555;display:block;font-size:1rem;font-weight:500;margin-bottom:.6rem}.auth-form input[type=email],.auth-form input[type=password],.auth-form input[type=text]{border:1px solid #e0e0e0;border-radius:8px;color:#333;font-size:1rem;padding:1rem 1.2rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.auth-form input[type=email]:focus,.auth-form input[type=password]:focus,.auth-form input[type=text]:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff40;outline:none}.auth-button{background:linear-gradient(90deg,#007bff,#00c6ff);border:none;border-radius:8px;box-shadow:0 2px 8px #007bff1a;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1.2rem;transition:background .3s,transform .2s;width:100%}.auth-button:hover{background:linear-gradient(90deg,#0056b3,#007bff);transform:translateY(-2px) scale(1.03)}.auth-switch-link{color:#666;font-size:.95rem;margin-top:1.5rem}.auth-switch-link a{border-bottom:1.5px dotted #007bff;color:#007bff;font-weight:600;text-decoration:none;transition:color .2s}.auth-switch-link a:hover{border-bottom:1.5px solid #0056b3;color:#0056b3;text-decoration:underline}@media (max-width:992px){.auth-container{flex-direction:column;padding:1rem}.auth-animation{margin-bottom:2rem;margin-right:0;max-width:350px}.auth-form-card{margin-left:0;padding:2rem}.auth-form-card h2{font-size:2rem}}@media (max-width:576px){.auth-form-card{padding:1.5rem}.auth-form-card h2{font-size:1.8rem}.auth-button,.auth-form input{font-size:.95rem;padding:1rem}.auth-animation{padding:.5rem}}.footer{background:linear-gradient(180deg,#1e1f24,#17181c);color:#fff;margin-top:3rem;padding:3rem 0 1.25rem;position:relative}.footer:before{background:linear-gradient(90deg,gold,#00c9ff,#7eff7e);content:"";height:3px;left:0;opacity:.9;position:absolute;top:0;width:100%}.footer-main{grid-gap:2.25rem 2.5rem;align-items:start;display:grid;gap:2.25rem 2.5rem;grid-template-columns:1.1fr .8fr 1fr;margin:0 auto;max-width:1100px;padding-bottom:2rem}.footer-brand-about{align-items:flex-start;display:flex;flex:1 1 220px;flex-direction:column;gap:1rem;min-width:220px;text-align:left}.footer-brand{align-items:center;display:flex;gap:.7rem}.footer-logo{background:#fff;border-radius:8px;box-shadow:0 2px 8px #00000014;height:48px;width:auto}.footer-brand-name{color:gold;font-size:1.5rem;font-weight:700;letter-spacing:1px}.footer-about{color:#bbb;font-size:1rem;margin-top:.5rem;max-width:260px}.footer-links-columns{display:flex;flex:1 1 180px;flex-direction:row;gap:2.5rem;justify-content:flex-start;min-width:180px}.footer-link-section ul{list-style:none;margin:0;padding:0}.footer-link-section li{margin:.7rem 0}.footer-link-section a{color:#fff;font-size:1.08rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-link-section a:hover{background:linear-gradient(135deg,gold,#ffea80);border-radius:6px;color:#111;padding:.25rem .6rem}.footer-newsletter{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(180deg,#ffffff0f,#ffffff05);border:1px solid #ffffff1f;border-radius:14px;box-shadow:0 8px 24px #00000040;display:flex;flex-direction:column;max-width:360px;min-width:260px;overflow:hidden;padding:2rem 2.2rem;text-align:center}.footer-newsletter h4{color:gold;font-size:1.15rem;font-weight:700;margin-bottom:.7rem}.newsletter-form{display:flex;flex-direction:row;gap:.6rem;margin-top:.25rem;width:100%}.newsletter-form input[type=email]{background:#00000059;border:1px solid #ffffff26;border-radius:10px;box-shadow:inset 0 1px 0 #ffffff0f;color:#fff;flex:1 1;font-size:1rem;min-width:0;outline:none;padding:.8rem 1rem}.newsletter-form input[type=email]:focus{border-color:gold;box-shadow:0 0 0 3px #ffd70033}.newsletter-form button{background:linear-gradient(135deg,#0ba5ec,#2563eb);border:none;border-radius:10px;box-shadow:0 6px 14px #2563eb59;color:#fff;cursor:pointer;flex:0 0 auto;font-size:1rem;font-weight:700;padding:.8rem 1.2rem;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap}.newsletter-form button:hover{box-shadow:0 8px 18px #2563eb73;transform:translateY(-1px)}.footer-bottom{align-items:center;border-top:1px solid #ffffff14;color:#c9cbd1;display:flex;flex-wrap:wrap;font-size:.98rem;justify-content:space-between;margin:2rem auto 0;padding-top:1rem}.footer-socials{display:flex;gap:1.2rem}.footer-socials a{align-items:center;background:radial-gradient(100% 100% at 50% 0,#2a2c33 0,#1c1d22 100%);border-radius:50%;box-shadow:0 0 0 2px #ffffff0f,0 6px 16px #00000059;color:gold;display:inline-flex;font-size:1.2rem;height:42px;justify-content:center;transition:transform .2s ease,box-shadow .2s ease,color .2s ease;width:42px}.footer-socials a:hover{background:linear-gradient(135deg,gold,#ffeb80);box-shadow:0 0 0 3px #ffd70040,0 10px 20px #00000073;color:#111;transform:translateY(-2px) scale(1.03)}.footer-links-single-column{align-items:flex-start;display:flex;flex:1 1 220px;flex-direction:column;justify-content:flex-start;margin-bottom:0;min-width:200px;text-align:left}.footer-links-single-column ul{list-style:none;margin:0;padding:0}.footer-links-single-column li{margin:.7rem 0}.footer-links-single-column a{color:#fff;font-size:1.08rem;font-weight:500;text-decoration:none;transition:color .2s}.footer-links-single-column a:hover{color:gold;text-decoration:underline}@media (max-width:900px){.footer-main{grid-gap:1.5rem;align-items:center;display:grid;gap:1.5rem;grid-template-columns:1fr;padding:0 1rem 1rem}.footer-brand-about,.footer-links-single-column,.footer-newsletter{align-items:center;max-width:100%;min-width:0;min-width:auto;text-align:center}.footer-about{max-width:520px}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}.explore-container{color:#2c3e50;margin:0 auto;max-width:1200px;padding:2rem}.explore-hero{background:linear-gradient(135deg,#f5f7fa,#e4e8eb);border-radius:15px;box-shadow:0 4px 6px #0000001a;margin-bottom:3rem;padding:3rem 1rem;text-align:center}.explore-hero h1{color:#2c3e50;font-size:2.5rem;margin-bottom:1rem}.explore-hero p{color:#7f8c8d;font-size:1.2rem;margin:0 auto;max-width:700px}.categories-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.category-card{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a;color:inherit;padding:1.5rem;text-align:center;text-decoration:none;transition:transform .3s ease,box-shadow .3s ease}.category-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.category-icon{font-size:2.5rem;margin-bottom:1rem}.category-card h3{color:#3498db;margin:.5rem 0}.category-card p{color:#7f8c8d;font-size:.9rem;margin:.5rem 0 0}.featured-destinations{margin-top:4rem}.featured-destinations h2{color:#2c3e50;margin-bottom:2rem;padding-bottom:.5rem;position:relative;text-align:center}.featured-destinations h2:after{background:#3498db;border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:100px}.destinations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:2rem}.destination-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;overflow:hidden;transition:transform .3s ease}.destination-card:hover{transform:translateY(-5px)}.destination-image{background-position:50%;background-size:cover;height:200px;position:relative}.destination-card h3{color:#2c3e50;margin:0;padding:1rem 1.5rem .5rem}.destination-card p{color:#7f8c8d;font-size:.9rem;margin:0;padding:0 1.5rem 1.5rem}@media (max-width:768px){.categories-grid{grid-template-columns:1fr 1fr}.destinations-grid{grid-template-columns:1fr}.explore-hero h1{font-size:2rem}}@media (max-width:480px){.categories-grid{grid-template-columns:1fr}.explore-container{padding:1rem}.explore-hero{padding:2rem 1rem}.explore-hero h1{font-size:1.8rem}}.about-container{color:#2c3e50;line-height:1.6;margin:0 auto;max-width:1200px}.about-hero{align-items:center;background:linear-gradient(#00000080,#00000080),url(https://picsum.photos/1920/600?random=1) 50%/cover no-repeat;border-radius:10px;color:#fff;display:flex;height:400px;justify-content:center;margin-bottom:3rem;overflow:hidden;text-align:center}.hero-content p{font-size:1.5rem}.our-mission,.our-team,.our-values{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000001a;margin-bottom:2rem;padding:3rem 2rem}h2{color:#2c3e50;margin-bottom:2rem;padding-bottom:.5rem;position:relative;text-align:center}h2:after{background:#3498db;border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.mission-content{align-items:center;display:flex;gap:3rem}.mission-text{flex:2 1}.mission-text p{color:#555;line-height:1.8;margin-bottom:1.5rem}.mission-stats{grid-gap:1.5rem;display:grid;flex:1 1;gap:1.5rem;grid-template-columns:1fr 1fr}.stat-item{background:#f8f9fa;border-radius:8px;padding:1.5rem;text-align:center;transition:transform .3s ease}.stat-item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.stat-item h3{color:#3498db;font-size:2rem;margin:0 0 .5rem}.stat-item p{color:#7f8c8d;font-size:.9rem;margin:0}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.team-member{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:1.5rem;text-align:center;transition:transform .3s ease}.team-member:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.member-image{background-position:50%;background-size:cover;border:5px solid #f8f9fa;border-radius:50%;box-shadow:0 4px 8px #0000001a;height:150px;margin:0 auto 1.5rem;width:150px}.team-member h3{color:#2c3e50;margin:1rem 0 .3rem}.team-member .role{color:#3498db;font-weight:500;margin-bottom:1rem}.team-member .bio{color:#7f8c8d;font-size:.9rem;line-height:1.6}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:2rem}.value-card{background:#f8f9fa;border-radius:10px;padding:2rem 1.5rem;text-align:center;transition:transform .3s ease}.value-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.value-icon{display:inline-block;font-size:2.5rem;margin-bottom:1.5rem}.value-card h3{color:#2c3e50;margin:0 0 1rem}.value-card p{color:#7f8c8d;line-height:1.6;margin:0}@media (max-width:992px){.mission-content{flex-direction:column}.mission-stats{grid-template-columns:repeat(3,1fr);width:100%}}@media (max-width:768px){.about-hero{height:300px}.hero-content h1{font-size:2.5rem}.hero-content p{font-size:1.2rem}.mission-stats{grid-template-columns:1fr 1fr}}@media (max-width:576px){.about-hero{height:250px}.hero-content h1{font-size:2rem}.hero-content p{font-size:1rem}.mission-stats{grid-template-columns:1fr}.our-mission,.our-team,.our-values{padding:2rem 1rem}}.contact-container{color:#2c3e50;margin:0 auto;max-width:1200px}.contact-hero{align-items:center;background:linear-gradient(#0009,#0009),url(https://picsum.photos/1920/600?random=3) 50%/cover no-repeat;border-radius:10px;color:#fff;display:flex;height:300px;justify-content:center;margin-bottom:3rem;overflow:hidden;text-align:center}.hero-content h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.hero-content p{font-size:1.2rem;margin:0 auto;max-width:800px;text-shadow:1px 1px 2px #00000080}.contact-content{display:flex;gap:3rem;margin-bottom:4rem}.contact-info{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:repeat(2,1fr)}.info-card{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.info-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.info-icon{display:inline-block;font-size:2.5rem;margin-bottom:1rem}.info-card h3{color:#2c3e50;margin:.5rem 0 1rem}.info-card p{color:#7f8c8d;line-height:1.6;margin:.5rem 0}.info-card a{color:#3498db;text-decoration:none;transition:color .3s ease}.info-card a:hover{color:#2980b9;text-decoration:underline}.social-links{background:#f8f9fa;border-radius:10px;grid-column:1/-1;padding:2rem;text-align:center}.social-links h3{color:#2c3e50;margin-bottom:1.5rem}.social-icons{display:flex;gap:1.5rem;justify-content:center}.social-icons a{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 5px #0000001a;color:#2c3e50;display:inline-flex;font-size:1.5rem;height:50px;justify-content:center;text-decoration:none;transition:all .3s ease;width:50px}.social-icons a:hover{box-shadow:0 5px 15px #0003;color:#3498db;transform:translateY(-3px)}.contact-form-container{background:#fff;border-radius:10px;box-shadow:0 4px 6px #0000001a;flex:1 1;padding:2.5rem}.contact-form-container h2{color:#2c3e50;margin-bottom:2rem;margin-top:0;padding-bottom:1rem;position:relative;text-align:center}.contact-form-container h2:after{background:#3498db;border-radius:3px;bottom:0;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.form-group{margin-bottom:1.5rem}.form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.8rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:#3498db;border:none;border-radius:6px;color:#fff;cursor:pointer;display:block;font-size:1rem;font-weight:600;padding:1rem;transition:background-color .3s ease,transform .2s ease;width:100%}.submit-btn:hover{background:#2980b9;transform:translateY(-2px)}.submit-btn:disabled{background:#bdc3c7;cursor:not-allowed;transform:none}.alert{border-radius:6px;font-weight:500;margin-bottom:1.5rem;padding:1rem;text-align:center}.alert.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.map-container{border-radius:10px;box-shadow:0 4px 6px #0000001a;margin-bottom:4rem;overflow:hidden}@media (max-width:992px){.contact-content{flex-direction:column}.contact-info{margin-bottom:3rem}}@media (max-width:768px){.contact-info{grid-template-columns:1fr}.contact-hero h1{font-size:2.5rem}.hero-content p{font-size:1.1rem}.contact-form-container{padding:2rem 1.5rem}}@media (max-width:576px){.contact-hero{height:250px}.contact-hero h1{font-size:2rem}.hero-content p{font-size:1rem;padding:0 1rem}.contact-form-container{padding:1.5rem 1rem}}.community-container{color:#2c3e50;margin:0 auto;max-width:1200px;padding:0 1rem}.community-hero{align-items:center;background:linear-gradient(#0009,#0009),url(https://picsum.photos/1920/600?random=2) 50%/cover no-repeat;border-radius:10px;color:#fff;display:flex;height:300px;justify-content:center;margin-bottom:2rem;overflow:hidden;text-align:center}.community-hero h1{font-size:3rem;margin-bottom:1rem;text-shadow:2px 2px 4px #00000080}.community-hero p{font-size:1.2rem;margin:0 auto;max-width:800px;text-shadow:1px 1px 2px #00000080}.community-tabs{border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:2rem;padding:0 .5rem}.tab-btn{background:none;border:none;border-bottom:3px solid #0000;color:#7f8c8d;cursor:pointer;font-size:1rem;font-weight:600;margin-right:.5rem;padding:1rem 2rem;position:relative;transition:all .3s ease}.tab-btn:hover{color:#3498db}.tab-btn.active{border-bottom-color:#3498db;color:#3498db}.forum-container{margin:0 auto;max-width:800px}.create-post{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;display:flex;margin-bottom:2rem;padding:1.5rem}.user-avatar{margin-right:1rem}.user-avatar img{border-radius:50%;height:50px;object-fit:cover;width:50px}.post-form{flex:1 1}.post-form input[type=text]{border:1px solid #e0e0e0;border-radius:25px;font-size:1rem;margin-bottom:.5rem;padding:.8rem 1rem;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.post-form input[type=text]:focus{border-color:#3498db;box-shadow:0 0 0 3px #3498db33;outline:none}.post-actions{align-items:center;justify-content:space-between;margin-top:.5rem}.action-buttons{display:flex;gap:.5rem}.action-btn{background:none;border:none;border-radius:50%;color:#7f8c8d;cursor:pointer;font-size:1.2rem;padding:.3rem .5rem;transition:all .2s ease}.action-btn:hover{background:#f5f7fa;color:#3498db}.post-btn{background:#3498db;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1.5rem;transition:background-color .3s ease,transform .2s ease}.post-btn:hover{background:#2980b9;transform:translateY(-1px)}.posts-list{display:flex;flex-direction:column;gap:1.5rem}.post-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease}.post-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.post-header{justify-content:space-between;margin-bottom:1rem}.post-header,.user-info{align-items:center;display:flex}.user-info .avatar{margin-right:1rem}.user-info .avatar img{border-radius:50%;height:50px;object-fit:cover;width:50px}.user-info h4{color:#2c3e50;margin:0 0 .2rem}.user-location{color:#7f8c8d;font-size:.85rem;margin:0}.post-options{background:none;border:none;border-radius:50%;color:#7f8c8d;cursor:pointer;font-size:1.2rem;padding:.5rem;transition:all .2s ease}.post-options:hover{background:#f5f7fa;color:#2c3e50}.post-content h3{color:#2c3e50;font-size:1.2rem;margin:0 0 .5rem}.post-content p{color:#555;line-height:1.6;margin:0 0 1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{background:#f0f7ff;border-radius:15px;color:#3498db;font-size:.8rem;padding:.2rem .8rem}.post-actions{border-top:1px solid #f0f0f0;display:flex;gap:1.5rem;padding-top:1rem}.post-actions .action{align-items:center;background:none;border:none;border-radius:15px;color:#7f8c8d;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.3rem .8rem;transition:all .2s ease}.post-actions .action:hover{background:#f5f7fa;color:#3498db}.events-container{margin:0 auto;max-width:1200px}.events-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.events-header h2{color:#2c3e50;margin:0}.create-event-btn{background:#3498db;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem;transition:background-color .3s ease,transform .2s ease}.create-event-btn:hover{background:#2980b9;transform:translateY(-1px)}.events-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.event-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.event-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.event-image{background-position:50%;background-size:cover;height:180px;position:relative}.event-details{padding:1.5rem}.event-details h3{color:#2c3e50;font-size:1.2rem;margin:0 0 1rem}.event-attendees,.event-date,.event-location{align-items:center;color:#555;display:flex;font-size:.95rem;margin:.5rem 0}.event-attendees span,.event-date span,.event-location span{font-size:1.1rem;margin-right:.5rem}.rsvp-btn{background:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-weight:600;margin-top:1.5rem;padding:.6rem;transition:background-color .3s ease;width:100%}.rsvp-btn:hover{background:#2980b9}.groups-container{margin:0 auto;max-width:1200px}.groups-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.groups-header h2{color:#2c3e50;margin:0}.create-group-btn{background:#2ecc71;border:none;border-radius:20px;color:#fff;cursor:pointer;font-weight:600;padding:.6rem 1.5rem;transition:background-color .3s ease,transform .2s ease}.create-group-btn:hover{background:#27ae60;transform:translateY(-1px)}.groups-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.group-card{background:#fff;border-radius:10px;box-shadow:0 2px 10px #0000000d;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.group-card:hover{box-shadow:0 8px 15px #0000001a;transform:translateY(-5px)}.group-banner{background-color:#3498db;height:100px}.group-info{padding:1.5rem}.group-info h3{color:#2c3e50;font-size:1.1rem;margin:0 0 .5rem}.group-members{color:#7f8c8d;font-size:.9rem;margin:0 0 .8rem}.group-description{color:#555;font-size:.95rem;line-height:1.5;margin:0 0 1.2rem}.join-btn{background:#2ecc71;border:none;border-radius:5px;color:#fff;cursor:pointer;display:block;font-weight:600;padding:.6rem;transition:background-color .3s ease;width:100%}.join-btn:hover{background:#27ae60}@media (max-width:992px){.community-hero h1{font-size:2.5rem}.events-grid,.groups-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.community-hero{height:250px}.community-hero h1{font-size:2rem}.community-hero p{font-size:1.1rem}.events-grid,.groups-grid{grid-template-columns:1fr}.create-post{flex-direction:column}.user-avatar{margin:0 0 1rem}}@media (max-width:576px){.community-hero{height:200px}.community-hero h1{font-size:1.8rem}.community-hero p{font-size:1rem;padding:0 1rem}.tab-btn{font-size:.9rem;padding:.8rem 1rem}.events-header,.groups-header{align-items:flex-start;flex-direction:column;gap:1rem}.create-event-btn,.create-group-btn{width:100%}}
/*# sourceMappingURL=main.9ea2c2e2.css.map*/