.contact-form_contactSection__wj59C{padding:2rem 0 5rem;background:#f8f9fa;min-height:100vh}.contact-form_container__RweXB{max-width:1200px;margin:0 auto;padding:0 1rem}.contact-form_header___x3nB{text-align:center;margin-bottom:3rem}.contact-form_title__YUozT{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.contact-form_title__YUozT:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#e67e22;border-radius:2px}.contact-form_subtitle__ieXbb{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.contact-form_content__fZpp5{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-bottom:4rem}.contact-form_contactInfo__TTOff{display:flex;flex-direction:column;gap:1.5rem}.contact-form_infoCard__Q70Ft{background:white;padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(0,0,0,.1);display:flex;align-items:center;gap:1.5rem;transition:transform .3s ease}.contact-form_infoCard__Q70Ft:hover{transform:translateY(-5px)}.contact-form_iconContainer__yZo34{width:60px;height:60px;background:linear-gradient(135deg,#e67e22,#d35400);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-form_icon__liaPC{color:white;width:24px;height:24px}.contact-form_infoContent__jN7AA h3{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.5rem}.contact-form_infoContent__jN7AA p{color:#666;margin:.25rem 0}.contact-form_securityCard__ylp4O{background:linear-gradient(135deg,#10b981,#059669);padding:2rem;border-radius:15px;box-shadow:0 5px 20px rgba(16,185,129,.3);display:flex;align-items:center;gap:1.5rem;color:white;transition:transform .3s ease}.contact-form_securityCard__ylp4O:hover{transform:translateY(-5px)}.contact-form_securityIcon__rMDyX{font-size:3rem;flex-shrink:0}.contact-form_securityContent__2BTbB h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.contact-form_securityContent__2BTbB p{margin:.25rem 0;opacity:.9}.contact-form_contactForm__ejWoe{background:white;padding:2.5rem;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1);border:1px solid #e5e7eb}.contact-form_formHeader___LoHl{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f3f4f6}.contact-form_formHeader___LoHl h2{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.contact-form_formHeader___LoHl p{color:#6b7280;font-size:.95rem}.contact-form_form__CXfNC{display:flex;flex-direction:column;gap:1.5rem}.contact-form_formGroup___GhTk{display:flex;flex-direction:column;gap:.5rem}.contact-form_label___uIwR{font-weight:600;color:#374151;font-size:.95rem;display:flex;align-items:center;gap:.25rem}.contact-form_required__2z3oh{color:#ef4444;font-weight:700}.contact-form_input__KYO_u,.contact-form_textarea__X3ddZ{padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;transition:all .3s ease;background:#f9fafb;color:#374151}.contact-form_input__KYO_u:focus,.contact-form_textarea__X3ddZ:focus{outline:none;border-color:#e67e22;background:white;box-shadow:0 0 0 3px rgba(230,126,34,.1)}.contact-form_input__KYO_u:disabled,.contact-form_textarea__X3ddZ:disabled{opacity:.6;cursor:not-allowed}.contact-form_textarea__X3ddZ{resize:vertical;min-height:120px;font-family:inherit}.contact-form_error__ccaYM{background:#fee2e2;color:#dc2626;padding:.75rem;border-radius:8px;font-size:.9rem;border:1px solid #fecaca;display:flex;align-items:center;gap:.5rem}.contact-form_submitButton___eFGa{background:linear-gradient(135deg,#e67e22,#d35400);color:white;border:none;padding:1.25rem 2rem;border-radius:12px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;box-shadow:0 4px 20px rgba(230,126,34,.3);margin-top:.5rem}.contact-form_submitButton___eFGa:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 30px rgba(230,126,34,.4)}.contact-form_submitButton___eFGa:disabled{opacity:.7;cursor:not-allowed;transform:none}.contact-form_spinner__1iFK6{animation:contact-form_spin__fFQ1z 1s linear infinite}@keyframes contact-form_spin__fFQ1z{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.contact-form_privacyNote__Arf1a{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:1rem;text-align:center}.contact-form_privacyNote__Arf1a p{margin:0;color:#0369a1;font-size:.9rem}.contact-form_successMessage__g9X71{text-align:center;background:white;padding:3rem;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1);max-width:600px;margin:2rem auto;animation:contact-form_slideUp__jKDDA .5s ease}.contact-form_successIcon__0I67T{color:#10b981;margin-bottom:1.5rem;display:flex;justify-content:center}.contact-form_successMessage__g9X71 h2{font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.contact-form_successMessage__g9X71>p{font-size:1.1rem;color:#6b7280;margin-bottom:2rem}.contact-form_contactDetails__9kVsW{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;padding:1.5rem;margin:1.5rem 0;text-align:left}.contact-form_contactDetails__9kVsW p{margin:.5rem 0;color:#374151}.contact-form_contactDetails__9kVsW strong{color:#1f2937}.contact-form_statusBadge__TV_og{background:#fbbf24;color:white;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.contact-form_followUp__UI363{color:#6b7280;font-size:.95rem;margin:1.5rem 0}.contact-form_newMessageButton__8MUEC{background:#e67e22;color:white;border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.contact-form_newMessageButton__8MUEC:hover{background:#d35400;transform:translateY(-1px)}.contact-form_mapSection__20BFJ{text-align:center}.contact-form_mapTitle__0qFjA{font-size:2rem;font-weight:600;color:#2c3e50;margin-bottom:2rem}.contact-form_mapContainer__o79uS{border-radius:15px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1)}@keyframes contact-form_slideUp__jKDDA{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.contact-form_title__YUozT{font-size:2rem}.contact-form_content__fZpp5{grid-template-columns:1fr;gap:2rem}.contact-form_infoCard__Q70Ft,.contact-form_securityCard__ylp4O{padding:1.5rem;flex-direction:column;text-align:center}.contact-form_iconContainer__yZo34,.contact-form_securityIcon__rMDyX{margin-bottom:1rem}.contact-form_contactForm__ejWoe{padding:2rem}.contact-form_formHeader___LoHl{margin-bottom:1.5rem;padding-bottom:1rem}.contact-form_input__KYO_u,.contact-form_textarea__X3ddZ{padding:.875rem 1rem}.contact-form_submitButton___eFGa{padding:1rem 1.5rem}.contact-form_mapTitle__0qFjA{font-size:1.5rem}.contact-form_successMessage__g9X71{padding:2rem;margin:1rem}.contact-form_successMessage__g9X71 h2{font-size:1.5rem}}@media (max-width:480px){.contact-form_contactForm__ejWoe{padding:1.5rem}.contact-form_input__KYO_u,.contact-form_textarea__X3ddZ{padding:.75rem}.contact-form_submitButton___eFGa{padding:.875rem 1.25rem;font-size:1rem}.contact-form_successMessage__g9X71{padding:1.5rem}.contact-form_contactDetails__9kVsW,.contact-form_infoCard__Q70Ft,.contact-form_securityCard__ylp4O{padding:1rem}}.footer_footer__mqdak{background:linear-gradient(135deg,#2c3e50,#34495e);color:white;padding:3rem 0 1rem}.footer_container__RjHDT{max-width:1200px;margin:0 auto;padding:0 1rem}.footer_footerContent__QcuP_{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer_section__PNgvI{display:flex;flex-direction:column;gap:1rem}.footer_logo__h85Nl img{height:50px;width:auto}.footer_companyName__Q5fXE{font-size:1.2rem;font-weight:600;color:#e67e22;margin:0}.footer_address__AVHdS,.footer_contact__0CPlN{display:flex;align-items:center;gap:.5rem;color:#bdc3c7;font-size:.9rem}.footer_sectionTitle__aFjVC{font-size:1.1rem;font-weight:600;color:#e67e22;margin:0 0 1rem}.footer_links__E_sY3{display:flex;flex-direction:column;gap:.5rem}.footer_link__88NP8{color:#bdc3c7;text-decoration:none;transition:color .3s ease;font-size:.9rem}.footer_link__88NP8:hover{color:#e67e22}.footer_socialLinks__IgoJh{display:flex;gap:1rem}.footer_socialLink__FqG9R{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:rgba(255,255,255,.1);border-radius:50%;color:#bdc3c7;text-decoration:none;transition:all .3s ease}.footer_socialLink__FqG9R:hover{background:#e67e22;color:white;transform:translateY(-2px)}.footer_mapContainer__u_5Rv{border-radius:8px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.2)}.footer_footerBottom__trDpK{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer_copyright__z9dsS{color:#bdc3c7;font-size:.9rem}.footer_terms__7frwP{display:flex;gap:1rem}.footer_termsLink__rxowV{color:#bdc3c7;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer_termsLink__rxowV:hover{color:#e67e22}@media (max-width:768px){.footer_footerContent__QcuP_{grid-template-columns:1fr;gap:2rem}.footer_footerBottom__trDpK{flex-direction:column;gap:1rem;text-align:center}.footer_socialLinks__IgoJh{justify-content:center}}.gallery-section_gallerySection__0ZmSQ{padding:2rem 0 5rem;background:#f8f9fa;min-height:100vh}.gallery-section_container__yFcpg{max-width:1200px;margin:0 auto;padding:0 1rem}.gallery-section_header__XYHpC{text-align:center;margin-bottom:3rem}.gallery-section_title__7f8z1{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:1rem;position:relative}.gallery-section_title__7f8z1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#e67e22;border-radius:2px}.gallery-section_subtitle__vySWB{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.gallery-section_tabs__MT5pz{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.gallery-section_tab__gRfab{background:white;border:2px solid #e67e22;color:#e67e22;padding:.75rem 2rem;border-radius:25px;font-weight:600;cursor:pointer;transition:all .3s ease}.gallery-section_activeTab__3pLlS,.gallery-section_tab__gRfab:hover{background:#e67e22;color:white;transform:translateY(-2px)}.gallery-section_gallery__nQEMq{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.gallery-section_imageCard__wnS05{position:relative;border-radius:15px;overflow:hidden;cursor:pointer;transition:transform .3s ease;animation:gallery-section_fadeInUp__md6aI .6s ease-out}.gallery-section_imageCard__wnS05:hover{transform:translateY(-5px)}.gallery-section_image__CrGcL{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.gallery-section_imageCard__wnS05:hover .gallery-section_image__CrGcL{transform:scale(1.05)}.gallery-section_imageOverlay__yXosX{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;color:white;font-weight:600;opacity:0;transition:opacity .3s ease}.gallery-section_imageCard__wnS05:hover .gallery-section_imageOverlay__yXosX{opacity:1}.gallery-section_lightbox__fo0Zl{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.9);display:flex;align-items:center;justify-content:center;z-index:2000;animation:gallery-section_fadeIn__2AlU8 .3s ease}.gallery-section_lightboxContent__KMQNy{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center;justify-content:center}.gallery-section_lightboxImage__eapn0{max-width:100%;max-height:100vh;padding:20px;object-fit:contain;border-radius:10px}.gallery-section_closeButton__UmX0y{position:absolute;top:-20px;right:-20px;background:rgba(255,255,255,.2);border:none;color:white;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.gallery-section_closeButton__UmX0y:hover{background:rgba(255,255,255,.3)}.gallery-section_navButton__9QRm2{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:white;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.gallery-section_navButton__9QRm2:hover{background:rgba(255,255,255,.3)}.gallery-section_navButton__9QRm2:first-of-type{left:-70px}.gallery-section_navButton__9QRm2:last-of-type{right:-70px}.gallery-section_navButtonPrev__qD2GP{transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:white;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.gallery-section_navButtonPrev__qD2GP:hover{background:rgba(255,255,255,.3)}.gallery-section_navButtonNext__o7ux2{transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:white;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.gallery-section_navButtonNext__o7ux2:hover{background:rgba(255,255,255,.3)}.gallery-section_downloadButton__5cTPD{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);background:#e67e22;border:none;color:white;padding:.75rem 1.5rem;border-radius:25px;display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:600;transition:background .3s ease}.gallery-section_downloadButton__5cTPD:hover{background:#d35400}@media (max-width:768px){.gallery-section_title__7f8z1{font-size:2rem}.gallery-section_gallery__nQEMq{grid-template-columns:1fr}.gallery-section_tabs__MT5pz{gap:.5rem}.gallery-section_tab__gRfab{padding:.5rem 1rem;font-size:.9rem}.gallery-section_navButton__9QRm2:first-of-type{left:-40px}.gallery-section_navButton__9QRm2:last-of-type{right:-40px}}@keyframes gallery-section_fadeIn__2AlU8{0%{opacity:0}to{opacity:1}}@keyframes gallery-section_fadeInUp__md6aI{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.landing-section_landing__7DCbR{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}.landing-section_background__P1odo{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-2}.landing-section_backgroundImage__2Xi26{width:100%;height:100%;object-fit:cover}.landing-section_overlay___avoR{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,0,255,.7),rgba(230,126,34,.3));z-index:-1}.landing-section_container__QNad_{max-width:1200px;margin:0 auto;padding:0 1rem;width:100%}.landing-section_content__QFRpJ{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;min-height:80vh}.landing-section_textSection__bv_Ln{color:#d35400;animation:landing-section_slideInLeft__vr_V1 1s ease-out;backdrop-filter:blur(100px);padding-top:20px;border-radius:15px}.landing-section_headline__TLC_4{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#ffae00,#311700);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.landing-section_description__eXecK{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9;color:rgb(16,24,20);padding:15px;border-radius:10px;backdrop-filter:blur(100px)}.landing-section_ctaButton__ivRux{background:linear-gradient(135deg,#e67e22,#d35400);color:white;padding:1rem 2rem;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px rgba(230,126,34,.4)}.landing-section_ctaButton__ivRux:hover{transform:translateY(-3px);box-shadow:0 6px 30px rgba(230,126,34,.6)}.landing-section_imageSection__cM0Tj{display:flex;justify-content:center;align-items:center;animation:landing-section_slideInRight__JIEOI 1s ease-out}.landing-section_animatedGif__k0Fup{position:relative;min-width:300px;object-fit:cover;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.3);animation:landing-section_float__zN__X 3s ease-in-out infinite}.landing-section_gif__5OsoN{width:100%;height:100%;object-fit:cover;border-radius:20px}@media (max-width:768px){.landing-section_content__QFRpJ{grid-template-columns:1fr;gap:2rem;text-align:center}.landing-section_headline__TLC_4{font-size:2.5rem}.landing-section_description__eXecK{font-size:1.1rem;text-align:justify}}@media (max-width:480px){.landing-section_headline__TLC_4{font-size:2rem}}@keyframes landing-section_slideInLeft__vr_V1{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes landing-section_slideInRight__JIEOI{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes landing-section_float__zN__X{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}