.Contact-module__OWeMSG__contactPage{background:var(--background);min-height:100vh}.Contact-module__OWeMSG__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:45vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.Contact-module__OWeMSG__heroOverlay{opacity:0;pointer-events:none;position:absolute;inset:0}.Contact-module__OWeMSG__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__OWeMSG__hero:after{content:"";z-index:1;opacity:.5;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__OWeMSG__heroTitle{text-shadow:0 4px 20px #0000004d;background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;animation:.8s ease-out Contact-module__OWeMSG__fadeInUp}.Contact-module__OWeMSG__heroSubtitle{opacity:.9;margin-top:1.5rem;font-size:1.2rem;line-height:1.6}.Contact-module__OWeMSG__heroContent{text-align:center;color:#fff;z-index:10;max-width:800px;margin:0 auto;padding:3rem 2rem;position:relative}.Contact-module__OWeMSG__heroContent:before{content:"";z-index:-1;border:2px solid #95cfeb33;border-radius:50%;width:150px;height:150px;position:absolute;top:-50px;right:-50px}.Contact-module__OWeMSG__heroContent:after{content:"";z-index:-1;border:2px solid #7cad0033;border-radius:50%;width:100px;height:100px;position:absolute;bottom:-30px;left:-30px}.Contact-module__OWeMSG__heroTitle{text-shadow:0 4px 20px #0000004d;background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin:0 0 1rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;animation:.8s ease-out Contact-module__OWeMSG__fadeInUp}.Contact-module__OWeMSG__heroSubtitle{opacity:.9;color:#cbd5e1;max-width:600px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;animation:.8s ease-out .2s both Contact-module__OWeMSG__fadeInUp}.Contact-module__OWeMSG__container{max-width:1280px;margin:0 auto;padding:5rem 2rem}.Contact-module__OWeMSG__contentGrid{grid-template-columns:1fr 1.2fr;gap:4rem;margin-bottom:5rem;display:grid}.Contact-module__OWeMSG__infoSection{flex-direction:column;gap:1rem;display:flex}.Contact-module__OWeMSG__infoCard{background:#fff;border:1px solid #0f2c5914;border-radius:16px;align-items:flex-start;gap:1.5rem;padding:2rem;transition:all .3s;animation:.6s ease-out Contact-module__OWeMSG__fadeInLeft;display:flex;box-shadow:0 4px 12px #0000000d}.Contact-module__OWeMSG__infoCard:hover{border-color:var(--primary-light);transform:translateY(-4px);box-shadow:0 8px 24px #154aa21f}.Contact-module__OWeMSG__iconWrapper{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:56px;min-width:56px;height:56px;display:flex}.Contact-module__OWeMSG__icon{color:#fff;width:28px;height:28px}.Contact-module__OWeMSG__infoContent{flex:1}.Contact-module__OWeMSG__infoCard h3{color:var(--primary);margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700}.Contact-module__OWeMSG__infoCard p{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.7}.Contact-module__OWeMSG__infoCard a{color:var(--primary);text-decoration:none;transition:color .2s}.Contact-module__OWeMSG__infoCard a:hover{color:var(--secondary)}.Contact-module__OWeMSG__formSection{animation:.6s ease-out Contact-module__OWeMSG__fadeInRight}.Contact-module__OWeMSG__formCard{background:#fff;border:1px solid #0f2c5914;border-radius:16px;padding:3rem;box-shadow:0 4px 12px #0000000d}.Contact-module__OWeMSG__formTitle{color:var(--primary);margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.Contact-module__OWeMSG__formSubtitle{color:var(--text-muted);margin:0 0 2.5rem;line-height:1.6}.Contact-module__OWeMSG__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__OWeMSG__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Contact-module__OWeMSG__formGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__OWeMSG__formGroup label{color:var(--primary);font-family:Outfit,sans-serif;font-size:.9rem;font-weight:600}.Contact-module__OWeMSG__formGroup input,.Contact-module__OWeMSG__formGroup select,.Contact-module__OWeMSG__formGroup textarea{color:var(--text-main);background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;padding:.9rem 1.2rem;font-family:Plus Jakarta Sans,sans-serif;font-size:1rem;transition:all .3s}.Contact-module__OWeMSG__formGroup input:focus,.Contact-module__OWeMSG__formGroup select:focus,.Contact-module__OWeMSG__formGroup textarea:focus{border-color:var(--primary);background:#fff;outline:none;box-shadow:0 0 0 3px #154aa21a}.Contact-module__OWeMSG__formGroup textarea{resize:vertical;min-height:140px}.Contact-module__OWeMSG__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:10px;margin-top:1rem;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;transition:all .3s;position:relative;overflow:hidden}.Contact-module__OWeMSG__submitBtn:before{content:"";background:var(--secondary);z-index:-1;transform-origin:100%;width:100%;height:100%;transition:transform .4s;position:absolute;top:0;left:0;transform:scaleX(0)}.Contact-module__OWeMSG__submitBtn:hover:not(:disabled):before{transform-origin:0;transform:scaleX(1)}.Contact-module__OWeMSG__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #154aa24d}.Contact-module__OWeMSG__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__OWeMSG__successMessage{background:linear-gradient(135deg,var(--secondary)0%,#6a9500 100%);color:#fff;text-align:center;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;padding:1rem 1.5rem;font-weight:600;animation:.4s ease-out Contact-module__OWeMSG__slideInUp;display:flex}.Contact-module__OWeMSG__mapSection{margin-top:3rem;margin-bottom:3rem}.Contact-module__OWeMSG__mapTitle{color:var(--primary);text-align:center;margin:0 0 .7rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.Contact-module__OWeMSG__mapContainer{background:#fff;border:1px solid #0f2c5914;border-radius:16px;height:500px;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.Contact-module__OWeMSG__mapWrapper{width:100%;height:100%}.Contact-module__OWeMSG__mapWrapper iframe{border:0;width:100%;height:100%}.Contact-module__OWeMSG__mapPlaceholder{background:linear-gradient(135deg,#e0e7ff 0%,#cfd9ff 100%);height:100%;position:relative}.Contact-module__OWeMSG__mapOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex;position:absolute;inset:0}.Contact-module__OWeMSG__mapIcon{width:64px;height:64px;color:var(--primary);opacity:.6}.Contact-module__OWeMSG__mapOverlay p{color:var(--primary);margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.Contact-module__OWeMSG__mapOverlay span{color:var(--text-muted);font-size:.95rem}.Contact-module__OWeMSG__mapLoadBtn{background:var(--primary);color:#fff;cursor:pointer;border:0;border-radius:8px;padding:.75rem 1.2rem;font-weight:700}.Contact-module__OWeMSG__mapLoadBtn:hover{background:#123f8a}@keyframes Contact-module__OWeMSG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Contact-module__OWeMSG__fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes Contact-module__OWeMSG__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes Contact-module__OWeMSG__slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.Contact-module__OWeMSG__contentGrid{grid-template-columns:1fr;gap:3rem}.Contact-module__OWeMSG__formCard{padding:2.5rem}}@media (max-width:768px){.Contact-module__OWeMSG__hero{min-height:35vh;padding-top:118px}.Contact-module__OWeMSG__heroContent{padding:2.5rem 1.5rem}.Contact-module__OWeMSG__heroTitle{margin-bottom:.75rem;font-size:clamp(2rem,8vw,2.5rem)}.Contact-module__OWeMSG__heroSubtitle{font-size:clamp(.9rem,3vw,1rem);line-height:1.5}.Contact-module__OWeMSG__container{padding:3rem 1.5rem}.Contact-module__OWeMSG__formRow{grid-template-columns:1fr;gap:1.5rem}.Contact-module__OWeMSG__infoCard{padding:1.5rem}.Contact-module__OWeMSG__formCard{padding:2rem}.Contact-module__OWeMSG__formTitle{font-size:1.5rem}.Contact-module__OWeMSG__formSubtitle{font-size:.9rem}.Contact-module__OWeMSG__mapContainer{height:400px}.Contact-module__OWeMSG__mapTitle{font-size:1.5rem}}@media (max-width:480px){.Contact-module__OWeMSG__hero{min-height:30vh;padding-top:108px}.Contact-module__OWeMSG__heroContent{padding:2rem 1rem}.Contact-module__OWeMSG__heroTitle{font-size:1.75rem;line-height:1.2}.Contact-module__OWeMSG__heroSubtitle{font-size:.85rem}.Contact-module__OWeMSG__iconWrapper{width:48px;min-width:48px;height:48px}.Contact-module__OWeMSG__icon{width:24px;height:24px}.Contact-module__OWeMSG__infoCard{flex-direction:column;gap:1rem;padding:1.25rem}.Contact-module__OWeMSG__infoCard h3{font-size:1.1rem}.Contact-module__OWeMSG__infoCard p{font-size:.875rem}.Contact-module__OWeMSG__container{padding:2rem 1rem}.Contact-module__OWeMSG__formCard{padding:1.5rem}.Contact-module__OWeMSG__formTitle{font-size:1.35rem}.Contact-module__OWeMSG__formSubtitle{margin-bottom:2rem;font-size:.85rem}.Contact-module__OWeMSG__formGroup label{font-size:.85rem}.Contact-module__OWeMSG__formGroup input,.Contact-module__OWeMSG__formGroup select,.Contact-module__OWeMSG__formGroup textarea{padding:.8rem 1rem;font-size:.95rem}.Contact-module__OWeMSG__submitBtn{padding:.9rem 2rem;font-size:1rem}.Contact-module__OWeMSG__mapContainer{height:350px}.Contact-module__OWeMSG__mapTitle{margin-bottom:.6rem;font-size:1.35rem}}@media (max-width:360px){.Contact-module__OWeMSG__heroTitle{font-size:1.5rem}.Contact-module__OWeMSG__heroSubtitle{font-size:.8rem}.Contact-module__OWeMSG__formCard{padding:1.25rem}.Contact-module__OWeMSG__formTitle{font-size:1.2rem}.Contact-module__OWeMSG__iconWrapper{width:44px;min-width:44px;height:44px}.Contact-module__OWeMSG__icon{width:22px;height:22px}}.Contact-module__OWeMSG__dividerContainer{width:100%;max-width:200px;margin:.2rem 0 .9rem;position:relative;overflow:visible}.Contact-module__OWeMSG__divider{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 50%,#7cad00 100%);border-radius:10px;height:4px;position:relative;overflow:hidden}.Contact-module__OWeMSG__dividerDot{transform-origin:50%;background:#7cad00;border-radius:50%;width:12px;height:12px;position:absolute;top:-4px;right:-8px;box-shadow:0 0 0 3px #7cad0033}.Contact-module__OWeMSG__infoTitle{color:var(--text-main);text-align:left;margin-bottom:.2rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:700}.Contact-module__OWeMSG__contactInfoList{margin-top:.5rem}.Contact-module__OWeMSG__contactInfoItem{background:#fff;border:1px solid #0f2c5914;border-radius:14px;align-items:flex-start;gap:1rem;margin-bottom:1.75rem;padding:1rem;display:flex;box-shadow:0 4px 10px #00000008}.Contact-module__OWeMSG__contactInfoIcon{background:linear-gradient(135deg,var(--primary)0%,var(--secondary)100%);color:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.Contact-module__OWeMSG__contactInfoIcon svg{width:24px;height:24px}.Contact-module__OWeMSG__contactInfoContent h3{color:var(--primary);margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:600}.Contact-module__OWeMSG__contactName{color:var(--text-main);margin-bottom:.75rem;font-size:1rem;font-weight:600}.Contact-module__OWeMSG__contactDetails{color:var(--text-muted);line-height:1.5}.Contact-module__OWeMSG__contactDetails p{margin-bottom:.25rem;font-size:.9rem}.Contact-module__OWeMSG__mapDividerContainer{width:100%;max-width:200px;margin:.35rem auto 1.5rem;position:relative;overflow:visible}
