@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}.about-us-container{width:100%;color:#1a1a1a;background-color:#f4fbfc;font-family:Roboto,Helvetica Neue,Arial,sans-serif}.about-header{text-align:center;padding:80px 20px 60px}.about-header .subheading{display:block;font-size:18px;color:#777;margin-bottom:20px;font-weight:400}.about-header .main-heading{font-size:60px;font-weight:500;width:40%;text-transform:uppercase;line-height:1.2;letter-spacing:-.5px;margin:auto;color:#222}.wave-section{position:relative;height:45vh;width:calc(100vw - 40px);overflow:hidden;margin-left:calc(-50vw + 50% + 20px);margin-right:calc(-50vw + 50% + 20px)}.wave-section img{width:100%;height:100%;object-fit:cover;object-position:center}.about-content{display:flex;padding:60px 20px;gap:60px;max-width:1200px;margin:0 auto;background-color:#f4fbfc}.about-content .about-content-wrapper{display:flex;gap:60px;width:100%}.about-content .content-left{flex:1}.about-content .content-left h2{font-size:24px;font-weight:600;color:#777;margin:0}.about-content .content-right{flex:2}.about-content .content-right p{font-size:16px;line-height:1.6;color:#555;margin-bottom:30px}.about-content .content-right .contact-button{background-color:#222;color:#fff;border:none;padding:12px 24px;border-radius:30px;font-size:14px;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;transition:all .3s ease}.about-content .content-right .contact-button:hover{background-color:#000}.about-content .content-right .contact-button .arrow{margin-left:8px}.about-languages-section{display:flex;flex-direction:row;padding:80px 20px;gap:60px;max-width:1200px;margin:0 auto;background-color:#f4fbfc;align-items:center}.about-languages-section .about-languages-video{flex:1;display:flex;justify-content:center}.about-languages-section .about-languages-video .video-thumbnail{position:relative;width:100%;max-width:620px;height:350px;border-radius:32px;overflow:hidden;box-shadow:0 4px 24px #00000008}.about-languages-section .about-languages-video .video-thumbnail img{width:100%;height:100%;object-fit:cover;display:block;filter:brightness(.92)}.about-languages-section .about-languages-video .video-thumbnail .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#ffffffb3;border-radius:50%;width:56px;height:56px;display:flex;align-items:center;justify-content:center;font-size:20px;color:#1ca7b5;box-shadow:0 2px 8px #0000001a;cursor:pointer}.about-languages-section .about-languages-video .video-thumbnail .video-container{width:100%;height:100%}.about-languages-section .about-languages-video .video-thumbnail .video-container .hero-video{width:100%;height:100%;border-radius:32px}.about-languages-section .about-languages-text{flex:1;text-align:left}.about-languages-section .about-languages-text p{font-size:17px;color:#222;line-height:1.7;margin:0;font-weight:600}.about-white-section{background:linear-gradient(to top,#f4fbfc,#fff);height:auto;width:100%;padding:80px 20px}.about-branches-section{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:40px;background:transparent;padding:0 0 60px;max-width:1200px;margin:0 auto}.about-branches-section .branches-list{display:flex;flex-wrap:wrap;gap:32px;flex:1;min-width:0}.about-branches-section .branches-list .branch-card{background:transparent;border-radius:18px;padding:0;display:flex;flex-direction:column;align-items:flex-start;min-height:370px;overflow:hidden}.about-branches-section .branches-list .branch-card img{min-height:270px!important;min-width:270px!important;max-width:270px!important;max-height:270px!important;object-fit:cover;border-radius:18px;margin-bottom:0;display:block}.about-branches-section .branches-list .branch-card .branch-info{width:100%;height:fit-content;padding:16px 18px 12px 0;display:flex;flex-direction:column;justify-content:center;flex:1}.about-branches-section .branches-list .branch-card .branch-info .branch-title{font-size:18px;font-weight:700;text-align:left;color:#222;margin-bottom:4px}.about-branches-section .branches-list .branch-card .branch-info .branch-address{font-size:13px;color:#b0b0b0;margin-bottom:2px}.about-branches-section .branches-list .branch-card .branch-info .branch-address-container{display:flex;align-items:center;gap:4px;margin-bottom:2px;margin-top:5px}.about-branches-section .branches-list .branch-card .branch-info .branch-phone-container{display:flex;align-items:center;gap:4px}.about-branches-section .branches-list .branch-card .branch-info .branch-phone{font-size:13px;color:#b0b0b0}.about-branches-section .branches-heading{font-size:22px;font-weight:600;color:#b0b0b0;margin-left:36px;margin-top:18px;white-space:nowrap;letter-spacing:1px;align-self:flex-start;order:1}.about-story-section{max-width:1200px;margin:0 auto;padding:0}.about-story-section .story-header{text-align:center;margin-bottom:40px}.about-story-section .story-header .story-subheading{font-size:16px;color:#999;margin-bottom:20px;font-weight:400;text-transform:uppercase;letter-spacing:1px}.about-story-section .story-header .story-main-heading{font-size:60px;font-weight:500;margin:auto;text-transform:uppercase;max-width:50%;color:#222;line-height:1.2;letter-spacing:-.5px}.about-story-section .story-table{display:flex;flex-direction:column;gap:0;overflow:hidden}.about-story-section .story-table .story-row{display:flex;border-bottom:1px solid #e5e5e5;min-height:120px}.about-story-section .story-table .story-row:last-child{border-bottom:none}.about-story-section .story-table .story-row .story-col-label{flex:0 0 300px;padding:30px 40px;display:flex;flex-direction:column;justify-content:center}.about-story-section .story-table .story-row .story-col-label .story-part{font-size:14px;color:#999;margin-bottom:8px;font-weight:400}.about-story-section .story-table .story-row .story-col-label .story-title{font-size:16px;font-weight:700;color:#222;line-height:1.3}.about-story-section .story-table .story-row .story-col-desc{flex:1;padding:30px 40px;display:flex;align-items:center;background-color:transparent;font-size:15px;line-height:1.6;color:#555}@media (max-width: 768px){.about-header{padding:60px 20px 40px}.about-header .main-heading{font-size:25px;width:70%}.wave-section{width:calc(100vw - 40px);margin-left:calc(-50vw + 50% + 20px);margin-right:calc(-50vw + 50% + 20px)}.about-content{padding:40px 20px}.about-content .about-content-wrapper{flex-direction:column;gap:30px}.about-content .content-left{text-align:center}.about-content .content-right{text-align:left}.about-languages-section{flex-direction:column;padding:40px 0;gap:30px;text-align:center}.about-languages-section .about-languages-video{width:calc(100vw - 40px);margin-left:calc(-50vw + 50% + 20px);margin-right:calc(-50vw + 50% + 20px)}.about-languages-section .about-languages-video .video-thumbnail{width:100%;max-width:none;height:250px;border-radius:20px}.about-languages-section .about-languages-video .video-thumbnail .play-icon{width:48px;height:48px;font-size:16px}.about-languages-section .about-languages-text{padding:0 20px}.about-languages-section .about-languages-text p{font-size:15px;text-align:left;font-weight:500}.about-white-section{padding:60px 20px}.about-branches-section{flex-direction:column;gap:20px;align-items:center;text-align:center}.about-branches-section .branches-list{justify-content:center;order:2}.about-branches-section .branches-list .branch-card{width:270px!important;min-width:270px!important;max-width:270px!important;height:320px!important}.about-branches-section .branches-list .branch-card img{width:270px!important;height:270px!important}.about-branches-section .branches-heading{text-align:center;margin:0;order:1;align-self:center}.about-story-section .story-header .story-main-heading{font-size:25px}.about-story-section .story-table .story-row{flex-direction:column;min-height:auto}.about-story-section .story-table .story-row .story-col-label{flex:none;border-right:none;border-bottom:1px solid #e5e5e5;padding:20px 25px}.about-story-section .story-table .story-row .story-col-desc{padding:20px 25px}}@media (max-width: 1024px) and (min-width: 769px){.about-branches-section .branches-list{flex-wrap:wrap;justify-content:center}}
