@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";body,html{margin:0;padding:0;width:100%;height:100%;box-sizing:border-box;background-color:#0d0e15}*,*:before,*:after{box-sizing:inherit}.main_container{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);color:#fff;font-family:Raleway,system-ui,Avenir,Helvetica,Arial,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Google Sans,sans-serif}.header_container{position:absolute;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.8rem 2rem;background:#0f0c29;border-bottom:1px solid rgba(255,255,255,.05);z-index:1000}.header_logo_box{display:flex;align-items:center}.header_icon{width:230px;height:auto;object-fit:contain;transition:transform .3s ease}.header_icon:hover{transform:scale(1.05)}.header_nav{display:flex;gap:2.5rem}.nav_link{font-family:Inter,sans-serif;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;letter-spacing:.1em;transition:all .3s ease;opacity:1}.nav_link:hover,.nav_link.active{opacity:1;color:#a8edea;text-shadow:0px 0px 8px rgba(168,237,234,.4)}.nav_link.active{position:relative}.nav_link.active:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translate(-50%);width:20px;height:2px;background-color:#00e5ff;border-radius:2px;box-shadow:0 0 6px #00e5ff99}.mobile_menu_btn{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;background:transparent;border:none;cursor:pointer;z-index:1001}.mobile_menu_btn span{width:100%;height:3px;background-color:#fff;border-radius:3px;transition:all .3s ease}.mobile_menu_btn.open span:nth-child(1){transform:translateY(9px) rotate(45deg)}.mobile_menu_btn.open span:nth-child(2){opacity:0}.mobile_menu_btn.open span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}@media(max-width:520px){.header_icon{width:160px}}@media(max-width:1060px){.header_container{padding:.6rem 1.5rem;flex-direction:row;justify-content:space-between;gap:0}.mobile_menu_btn{display:flex}.header_nav{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);flex-direction:column;align-items:center;justify-content:center;padding:2rem 0;gap:3rem;border-bottom:none;transform:translateY(-100%);transition:transform .4s cubic-bezier(.77,0,.175,1),opacity .4s ease-in-out,visibility .4s;z-index:999;opacity:0;visibility:hidden}.header_nav.nav_open{transform:translateY(0);opacity:1;visibility:visible}.nav_link{font-size:1.2rem}}.footer_container{padding:2rem 2rem 1rem;color:#fff;margin-top:auto;background:transparent;border:none;box-shadow:none;width:100%}.footer_content{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.footer_brand{display:flex;align-items:center;gap:1rem}.footer_icon{width:250px;height:auto;object-fit:contain}.footer_links{display:flex;gap:2rem}.footer_link{font-family:Google Sans,sans-serif;color:#fff;text-decoration:none;font-size:.85rem;opacity:.7;transition:all .3s ease}.footer_link:hover{opacity:1;color:#a8edea}.footer_bottom{text-align:center;border-top:1px solid rgba(255,255,255,.1);padding-top:1rem}.footer_bottom p{font-family:Google Sans,sans-serif;font-size:.8rem;opacity:.5;margin:0}@media(max-width:768px){.footer_content{flex-direction:column;gap:2rem;text-align:center}.footer_links{flex-direction:column;gap:1rem}}.home_container{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;background:linear-gradient(135deg,#09061c,#16113a,#1f1b40);min-height:calc(100vh - 160px);padding:11rem 2rem 8rem;box-sizing:border-box}.home_content_wrapper{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:2rem;animation:fadeIn .8s ease-out forwards}.home_heading{font-family:Google Sans,sans-serif;font-size:3.25rem;font-weight:800;line-height:1.25;margin:0;letter-spacing:-.02em;color:#fff;text-align:center}.home_subheading{font-family:Raleway,sans-serif;font-size:1.4rem;font-weight:500;color:#a8edea;line-height:1.5;margin:0;letter-spacing:.02em;text-align:center}.home_main_image{width:100%;height:auto;max-height:550px;object-fit:cover;border-radius:24px;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 40px #0000004d;margin:0 0 1rem}.home_text_content{display:flex;flex-direction:column;gap:3rem;margin-top:2rem}.home_section{display:flex;flex-direction:column;gap:1rem}.home_section_title{font-family:Google Sans,sans-serif;font-size:2rem;font-weight:700;margin:0;background:linear-gradient(120deg,#fff,#a8edea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.home_paragraph{font-family:Raleway,sans-serif;font-size:1.15rem;line-height:1.85;color:#cbd5e1;font-weight:300;margin:0;text-align:left}.home_list{list-style:none;padding:0;margin:.5rem 0;display:flex;flex-direction:column;gap:.75rem}.home_list_item{display:flex;align-items:center;gap:.75rem;font-family:Raleway,sans-serif;font-size:1.15rem;color:#e2e8f0;background:#ffffff05;padding:.8rem 1.2rem;border-radius:10px;border:1px solid rgba(255,255,255,.04);transition:all .3s ease}.home_list_item:hover{background:#ffffff0d;transform:translate(6px);border-color:#a8edea26}.home_list_icon{color:#00e5ff;font-size:1rem;display:flex;align-items:center;justify-content:center}.home_list_text{font-weight:400}@media(max-width:768px){.home_container{padding:8rem 1.5rem 6rem}.home_heading{font-size:2.5rem}.home_subheading{font-size:1.2rem}.home_section_title{font-size:1.75rem}.home_list_item{font-size:1.05rem;padding:.7rem 1rem}.home_paragraph{font-size:1.05rem;line-height:1.75}}@media(max-width:480px){.home_heading{font-size:2rem}.home_subheading{font-size:1.1rem}}.services_container{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;background:linear-gradient(135deg,#09061c,#16113a,#1f1b40);min-height:calc(100vh - 160px);padding:11rem 2rem 8rem;box-sizing:border-box}.services_content_wrapper{max-width:1200px;width:100%;display:flex;flex-direction:column;gap:4rem;animation:fadeIn .8s ease-out forwards}.services_heading{font-family:Google Sans,sans-serif;font-size:3.25rem;font-weight:800;line-height:1.25;margin:0 0 3rem;letter-spacing:-.02em;color:#fff;text-align:center;position:relative}.services_heading:after{content:"";position:absolute;bottom:-15px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#a8edea,#00e5ff);border-radius:2px}.services_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;width:100%}.service_section_card{background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3rem;transition:transform .3s ease,border-color .3s ease,background .3s ease}.service_section_card:hover{transform:translateY(-5px);border-color:#a8edea40;background:#ffffff0a}.service_section_title{font-family:Google Sans,sans-serif;font-size:2rem;font-weight:700;color:#a8edea;margin:0 0 1.5rem}.service_bullets{font-family:Raleway,sans-serif;font-size:1.1rem;line-height:1.8;color:#cbd5e1;font-weight:300;margin:0;padding-left:1.5rem}.service_bullets li{margin-bottom:.75rem}.portfolio_section{width:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.05);border-radius:24px;padding:3rem;box-sizing:border-box;transition:transform .3s ease,border-color .3s ease,background .3s ease}.portfolio_section:hover{transform:translateY(-5px);border-color:#a8edea40;background:#ffffff0a}.portfolio_title{font-family:Google Sans,sans-serif;font-size:2rem;font-weight:700;color:#fff;margin:0 0 2rem}.portfolio_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.portfolio_item{font-family:Raleway,sans-serif;font-size:1.1rem;color:#cbd5e1;font-weight:400;display:flex;align-items:center;gap:.75rem;transition:color .3s ease}.portfolio_item:hover{color:#a8edea}.portfolio_dot{width:8px;height:8px;background-color:#a8edea;border-radius:50%;display:inline-block;flex-shrink:0;transition:background-color .3s ease}.portfolio_item:hover .portfolio_dot{background-color:#fff}.detailed_service_section{display:flex;flex-direction:column;gap:1.5rem;border-top:1px solid rgba(255,255,255,.08);padding-top:3rem}.detailed_title{font-family:Google Sans,sans-serif;font-size:2.25rem;font-weight:700;color:#fff;margin:0}.detailed_description{font-family:Raleway,sans-serif;font-size:1.15rem;line-height:1.8;color:#cbd5e1;font-weight:300;margin:0}.detailed_bullets{font-family:Raleway,sans-serif;font-size:1.1rem;line-height:1.8;color:#cbd5e1;font-weight:300;margin:0;padding-left:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem 2.5rem}.detailed_bullets li{margin-bottom:.25rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.portfolio_grid{grid-template-columns:repeat(2,1fr)}.detailed_bullets{grid-template-columns:1fr}}@media(max-width:768px){.services_container{padding:8rem 1.5rem 6rem}.services_content_wrapper{gap:3rem}.services_heading{font-size:2.5rem}.services_grid{grid-template-columns:1fr;gap:1.5rem}.service_section_card{padding:2rem}.service_section_title{font-size:1.75rem}.portfolio_section{padding:2rem}.portfolio_title,.detailed_title{font-size:1.75rem}.detailed_description{font-size:1.05rem}}@media(max-width:480px){.services_heading{font-size:2rem}.portfolio_grid{grid-template-columns:1fr;gap:1rem}}.contact_content{display:grid;grid-template-columns:1fr 2fr;gap:3rem;width:100%;max-width:1200px;margin-top:2rem;padding-bottom:1rem}@media(max-width:900px){.contact_content{grid-template-columns:1fr}}.contact_info_section,.contact_right_panel{background:#ffffff08;border-radius:16px;padding:2.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.05);box-shadow:0 10px 30px #0000004d}.contact_left_panel{display:flex;flex-direction:column;gap:1.5rem;height:fit-content}.contact_info_section{padding:1.5rem;display:flex;flex-direction:column;gap:.3rem}.contact_info_title{font-family:Google Sans,sans-serif;font-size:.95rem;font-weight:700;color:#a8edea;margin:0;letter-spacing:.05em}.contact_info_text{font-family:Raleway,sans-serif;font-size:.75rem;font-weight:300;color:#d1d5db;line-height:1.4;margin:0}.contact_form{display:flex;flex-direction:column;gap:1.5rem}.form_row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media(max-width:768px){.form_row{grid-template-columns:1fr}}.form_group{display:flex;flex-direction:column;gap:.5rem}.field_error{font-family:Raleway,sans-serif;font-size:.8rem;color:#ff5c5c;margin-top:-.2rem}.required_star{color:#ff5c5c;margin-left:.15rem;font-size:.9rem}.form_group label{font-family:Raleway,sans-serif;font-size:.95rem;color:#a8edea;font-weight:500;letter-spacing:.05em}.form_group input,.form_group textarea{width:100%;background:#0003;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:.8rem 1rem;color:#fff;font-family:Raleway,sans-serif;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease,background .3s ease}.form_group input:focus,.form_group textarea:focus{outline:none;border-color:#00e5ff;box-shadow:0 0 10px #00e5ff33;background:#0006}.form_group input::placeholder,.form_group textarea::placeholder{color:#ffffff4d}.form_group textarea{resize:vertical;min-height:140px}.submit_button{background:linear-gradient(90deg,#a8edea,#00e5ff);color:#0d0e15;font-family:Google Sans,sans-serif;font-size:1.1rem;font-weight:800;padding:1rem;border:none;border-radius:8px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;text-transform:uppercase;letter-spacing:1px;margin-top:1rem}.submit_button:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 5px 20px #00e5ff66}.submit_button:disabled{background:#ffffff1a;color:#ffffff4d;cursor:not-allowed;transform:none;box-shadow:none}.page_container{flex:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:2rem;padding:2rem 5%;margin-top:120px;color:#fff;min-height:50vh}.page_container h1{font-family:Google Sans,sans-serif;font-size:3.5rem;font-weight:800;color:#fff;margin:0 0 1rem;position:relative;z-index:1;text-transform:uppercase;letter-spacing:2px;text-align:center;text-shadow:0 4px 20px rgba(0,0,0,.3)}.page_container h1:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:linear-gradient(90deg,#a8edea,#00e5ff);border-radius:2px}.map_wrapper{width:100%;display:flex;justify-content:center;margin-top:2rem;padding:0 1rem}.map_wrapper iframe{border-radius:16px;box-shadow:0 10px 30px #0000004d;max-width:100%;border:1px solid rgba(255,255,255,.05)!important}.gallery_grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:100%;max-width:1400px;padding:2rem 0}.gallery_item{width:100%;height:400px;object-fit:cover;border-radius:16px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease;border:1px solid rgba(255,255,255,.05);background:#ffffff08}.gallery_item:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000080;filter:brightness(1.1);border-color:#a8edea4d}.gallery_modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0d0e15f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.gallery_modal.open{opacity:1;visibility:visible}.modal_content{position:relative;max-width:90vw;max-height:90vh}.modal_image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 50px #00000080;border:1px solid rgba(255,255,255,.1)}.close_button{position:absolute;top:-40px;right:-40px;background:none;border:none;color:#fff;font-size:2.5rem;cursor:pointer;transition:color .3s ease,transform .3s ease;padding:10px;line-height:1}.close_button:hover{color:#a8edea;transform:scale(1.1)}@media(max-width:1024px){.gallery_grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media(max-width:768px){.gallery_grid{grid-template-columns:repeat(2,1fr);gap:1rem}.gallery_item{height:250px}.close_button{top:10px;right:10px;background:#00000080;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;font-size:2rem}}@media(max-width:480px){.gallery_grid{grid-template-columns:1fr;gap:1rem}.gallery_item{height:220px}}@media(max-width:600px){.page_container h1{font-size:3.5rem}}@media(max-width:490px){.page_container h1{font-size:2.5rem}}
