@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap";@font-face{font-family:Jost;font-display:swap}@font-face{font-family:Roboto;font-display:swap}*{box-sizing:border-box;margin:0;padding:0;scrollbar-color:#888 transparent;scrollbar-width:thin}*::-webkit-scrollbar{width:4px}*::-webkit-scrollbar-track{background:#f1f1f1}*::-webkit-scrollbar-thumb{background:#888;border-radius:8px}*::-webkit-scrollbar-thumb:hover{background:#555}.leaflet-control-attribution a{display:none;text-decoration:none}html{scrollbar-gutter:stable}html,body{overflow-x:hidden;scroll-behavior:smooth!important;font-family:Jost,sans-serif}h1,h2,h3,h4,h5,h6,p,ul{padding:0;margin:0}ul{list-style-type:none}a{text-decoration:none;font-size:1rem}*:focus{outline:none!important}li{list-style-type:none}.leaflet-map-container .leaflet-container{border-radius:8px;box-shadow:0 2px 6px #0000001a}.leaflet-map-container .leaflet-control-attribution,.leaflet-map-container .leaflet-control-container .leaflet-attribution-flag{display:none!important}.leaflet-map-container .map-container{height:400px;margin-bottom:10px;position:relative}.leaflet-map-container .map-placeholder{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#f0f2f5;display:flex;align-items:center;justify-content:center;z-index:500;transition:opacity .3s ease-in-out}.leaflet-map-container .map-wrapper{height:100%;width:100%;transition:opacity .3s ease-in-out}.leaflet-map-container .coordinate-input .ant-input-number-input{direction:ltr;text-align:right}.leaflet-container a.leaflet-popup-close-button{font-size:2rem!important}.navbar{position:relative;background-color:#fff;padding:0;width:100%;z-index:1000;box-shadow:0 2px 10px #0000000d}.navbar-container{display:flex;justify-content:space-between;align-items:center;padding:0 7%;height:80px;max-width:1400px;margin:0 auto}.navbar-left,.navbar-right{display:flex;gap:2rem}.navbar-center{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;height:auto}.navbar-center .logo-container,.navbar .logo-container{display:flex;align-items:center;justify-content:center;height:auto}.navbar .logo{height:40px;max-width:100px;object-fit:contain}.navbar .nav-link{color:#333;text-decoration:none;font-size:1rem;font-weight:600;padding:.5rem 0;position:relative;transition:color .3s}.navbar .nav-link:hover,.navbar .nav-link.active{color:#3baecc}.navbar .nav-link.active:after{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:2px;background-color:#3baecc}.navbar .mobile-menu-toggle{display:none;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .7s ease}.navbar .mobile-menu-toggle:hover{background-color:#3baecc1a}.navbar .hamburger{width:24px;height:18px;position:relative}.navbar .hamburger span{display:block;position:absolute;height:2px;width:100%;background:#333;border-radius:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar .hamburger span:nth-child(1){top:0}.navbar .hamburger span:nth-child(2){top:8px}.navbar .hamburger span:nth-child(3){top:16px}.navbar .hamburger.active span:nth-child(1){transform:rotate(45deg);top:8px}.navbar .hamburger.active span:nth-child(2){opacity:0;transform:translate(20px)}.navbar .hamburger.active span:nth-child(3){transform:rotate(-45deg);top:8px}.navbar .mobile-menu{display:none;flex-direction:column;width:100%;background:#fff;position:absolute;top:80px;left:0;padding:0;max-height:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 10px 30px #0000001a;border-radius:0 0 16px 16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar .mobile-menu.open{max-height:400px;padding:1.5rem 0}.navbar .mobile-menu .mobile-nav-link{color:#333;text-decoration:none;font-size:1.1rem;font-weight:500;padding:1rem 2rem;margin:0 1rem;border-radius:8px;transition:all .2s ease;position:relative}.navbar .mobile-menu .mobile-nav-link:hover{background:#f8f9fa;color:#3baecc}.navbar .mobile-menu .mobile-nav-link.active{background:#3baecc;color:#fff}@media (max-width: 1024px){.navbar-left,.navbar-right{gap:1.5rem}}@media (max-width: 900px){.navbar-container{padding:0 1.5rem;justify-content:space-between;align-items:center}.navbar-left,.navbar-right{display:none}.navbar-center{position:static;transform:none;flex:1;justify-content:flex-start;margin-left:1rem}.navbar .mobile-menu-toggle{display:flex;align-items:center;justify-content:center;order:3}.navbar .mobile-menu{display:flex}.navbar .logo{height:36px;max-width:90px}}@media (max-width: 480px){.navbar-container{padding:0 1rem;height:70px}.navbar .mobile-menu{top:70px;border-radius:0 0 12px 12px}.navbar .mobile-menu .mobile-nav-link{font-size:1rem;padding:.875rem 1.5rem;margin:0 .75rem;border-radius:6px}.navbar .logo{height:32px;max-width:80px}}.footer-section{padding:3rem 0 1rem;margin-top:2rem;height:max-content}.footer-section .footer-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.footer-section .footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.footer-section .footer-grid{grid-template-columns:repeat(2,1fr);gap:3rem}}@media (min-width: 1024px){.footer-section .footer-grid{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:4rem}}.footer-section .footer-bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid #e5e7eb}.footer-section .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 767px){.footer-section .footer-bottom .footer-bottom-content{flex-direction:column;text-align:center;margin-bottom:10px}}.footer-section .footer-bottom .footer-bottom-content .developer-credit{color:#18181b;font-size:.875rem;margin:0}.footer-section .footer-bottom .footer-bottom-content .developer-credit strong{color:#374151;font-weight:600}.footer-section .footer-bottom .footer-bottom-content .copyright{color:#9ca3af;font-size:.875rem;margin:0}.footer-column .column-title{color:#24add1;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.05em}.footer-column .links-list{list-style:none;padding:0;margin:0}.footer-column .links-list .link-item{margin-bottom:.75rem}.footer-column .links-list .link-item:last-child{margin-bottom:0}.footer-column .links-list .link-item .footer-link{color:#18181b;text-decoration:none;font-size:1rem;font-weight:500;transition:all .3s ease}.footer-column .links-list .link-item .footer-link:hover{color:#9ca3af}.footer-column.about-section .social-links{display:none}.company-info .company-brand{margin-bottom:1rem}.company-info .company-brand .brand-name{color:#24add1;font-size:1.5rem;font-weight:700;margin:0;line-height:1}.company-info .company-brand .brand-subtitle{color:#18181b;font-size:.75rem;font-weight:500;letter-spacing:.1em;margin-left:.25rem}.company-info .company-tagline{color:#9ca3af;font-size:1.1rem;line-height:1.5;margin-bottom:1.5rem}.company-info .social-links{display:flex;gap:.75rem}.company-info .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f3f4f6;border-radius:50%;text-decoration:none;transition:all .3s ease}.company-info .social-links .social-link:hover{background-color:#24add1;transform:translateY(-2px)}.company-info .social-links .social-link .social-icon{font-size:1.25rem;transition:all .3s ease}.company-info .social-links .social-link.facebook:hover,.company-info .social-links .social-link.twitter:hover,.company-info .social-links .social-link.instagram:hover,.company-info .social-links .social-link.pinterest:hover{background-color:#24add1}.contact-info .contact-details .contact-item{margin-bottom:.75rem}.contact-info .contact-details .contact-item:last-child{margin-bottom:0}.contact-info .contact-details .contact-item .contact-text{color:#18181b;font-size:1rem;margin:0;line-height:1.5}.contact-info .contact-details .contact-item .contact-text.footer-phone-link{transition:color .2s}.contact-info .contact-details .contact-item .contact-text.footer-phone-link:hover{color:#0056b3;text-decoration:none}@media (max-width: 767px){.footer-section{padding:2rem 0 1rem}.footer-section .footer-grid{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.5rem}.footer-section .footer-column{flex:1 1 calc(50% - 1rem);text-align:left}.footer-section .footer-column .column-title{margin-bottom:1rem}.footer-section .footer-column.about-section .social-links{display:flex!important;width:100%;justify-content:flex-start;margin-top:3.5rem;gap:.75rem}.footer-section .footer-column.about-section .social-links .social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#f3f4f6;border-radius:50%;text-decoration:none;transition:all .3s ease}.footer-section .footer-column.about-section .social-links .social-link:hover{background-color:#24add1;transform:translateY(-2px)}.footer-section .footer-column.about-section .social-links .social-link:hover .social-icon{transform:scale(1.1)}.footer-section .footer-column.about-section .social-links .social-link .social-icon{font-size:1.25rem;transition:all .3s ease}.footer-section .footer-column.about-section .social-links .social-link.facebook:hover{background-color:#1877f2}.footer-section .footer-column.about-section .social-links .social-link.twitter:hover{background-color:#1da1f2}.footer-section .footer-column.about-section .social-links .social-link.instagram:hover{background-color:#e4405f}.footer-section .company-info{flex:1 1 calc(50% - 1rem)}.footer-section .company-info .company-brand{text-align:left}.footer-section .company-info .social-links{display:none}.footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;text-align:left}.footer-bottom .footer-bottom-content .developer-credit,.footer-bottom .footer-bottom-content .copyright{flex:1;text-align:left}}.footer-section.dark-footer{background-color:#374151;color:#fff}.footer-section.dark-footer .column-title{color:#24add1}.footer-section.dark-footer .footer-link,.footer-section.dark-footer .company-tagline,.footer-section.dark-footer .contact-text{color:#d1d5db}.footer-section.dark-footer .footer-link:hover,.footer-section.dark-footer .company-tagline:hover,.footer-section.dark-footer .contact-text:hover{color:#fff}.footer-section.dark-footer .footer-bottom{border-top-color:#4b5563}.footer-section.dark-footer .footer-bottom .developer-credit,.footer-section.dark-footer .footer-bottom .copyright{color:#9ca3af}.footer-section.dark-footer .footer-bottom .developer-credit strong,.footer-section.dark-footer .footer-bottom .copyright strong{color:#fff}.footer-section.minimal-footer{background-color:#fff;border-top:1px solid #e5e7eb}.footer-section.minimal-footer .social-links .social-link{background-color:transparent;border:1px solid #e5e7eb}.footer-section.minimal-footer .social-links .social-link:hover{border-color:#24add1;background-color:#24add1}h1,h2,h3,h4,h5,h6{font-family:Jost,sans-serif;font-weight:700}p,span,div,a,button,input,textarea,select,li{font-family:Roboto,Helvetica Neue,Arial,sans-serif}
