html,body,#root{height:100%;margin:0;padding:0}*{box-sizing:border-box;font-family:Raleway,serif}.app-container{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1}.product-img{width:600px;height:500px;border-radius:10px;box-shadow:0 4px 8px #0003}.text-container{margin:25px 75px}.text-container>h3{text-align:center;margin-bottom:30px}.text-container>h4{margin:10px 0}.text-container>ol{margin:10px 20px}@media (max-width: 768px){.text-container{margin:0 35px 25px 25px}.text-container>h3{margin-bottom:15px}}.navbar{position:fixed;top:0;left:0;width:100%;background-color:#f6fbff;z-index:1000;display:flex;justify-content:space-around;align-items:center;padding:10px 20px}.navbar-logo img{height:70px;width:150px}.navbar-toggle{display:none}.navbar-links{list-style-type:none;display:flex;gap:30px}.navbar-links li{margin-right:20px}.mobile-menu{display:none}@media (max-width: 768px){.navbar{justify-content:space-between}.navbar-links{display:none}.navbar-links>li{margin:20px}.navbar-btn{display:none}.navbar-toggle{display:block;cursor:pointer}.toggle-icon{width:30px;height:30px;background-color:#f6fbff}.mobile-menu-active{display:block;position:fixed;top:50px;left:0;width:100%;height:auto;text-align:center;background-color:#f6fbff;z-index:100}.mobile-links{padding-top:20px}.mobile-links li{margin-bottom:15px}}.nav-link{font-size:17px;font-weight:500;color:#000e18;text-decoration:none;transition:all .3s ease}.nav-link:hover{color:#007bff}.nav-link.active{color:#000;text-shadow:0px 0px 10px #B57B1E}.footer{background-color:#f6fbff;color:#000e18;width:100%;padding:50px 20px;display:flex;justify-content:center;flex-shrink:0;font-family:Arial,sans-serif;box-shadow:inset 0 1px #0000000d}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;width:100%;gap:20px}.footer-section{flex:1;min-width:250px;display:flex;flex-direction:column;gap:15px;padding:0 15px;font-weight:700}.footer-title{font-weight:700;font-size:16px;margin-bottom:10px;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid rgba(0,0,0,.1);padding-bottom:5px}.footer-logos{display:flex;gap:15px;align-items:center}.footer-logos img{height:40px;transition:transform .3s}.footer-logos img:hover{transform:scale(1.1)}.footer-section a,.footer-links-section a,.footer-contact a{color:#000e18;text-decoration:none;font-size:14px;font-family:Arial,sans-serif;transition:color .3s,transform .2s}.footer-section a:visited,.footer-links-section a:visited,.footer-contact a:visited{color:#000e18}.footer-section a:hover,.footer-links-section a:hover,.footer-contact a:hover{color:#007bff;transform:translate(3px)}.footer-contact p{font-size:14px;margin:0;font-family:Arial,sans-serif}@media (max-width: 768px){.footer-container{flex-direction:column;align-items:center;text-align:center}}.hero-banner-video{position:relative;width:100%;height:82vh;overflow:hidden;display:flex;justify-content:center;align-items:center}#hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;color:#f6fbff}.hero-content h1{font-size:3rem;font-weight:700;margin-bottom:10px;text-shadow:2px 2px 6px rgba(0,0,0,1)}.hero-content h2{font-size:4rem;font-weight:800;margin:0;text-shadow:3px 3px 8px rgba(0,0,0,1)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content{background:#fff;padding:20px;border-radius:10px;text-align:center;width:800px;box-shadow:0 0 10px #0000001a}.modal-content h2{margin-bottom:15px;font-size:1.5em}.modal-content p{margin-bottom:20px}.modal-content button{padding:10px 20px;font-size:1em;background-color:#ffb200;color:#fff;border:none;border-radius:5px;cursor:pointer}.modal-content button:hover{background-color:#ffb200}.text-container{margin:50px 20px;text-align:center}.page-title{margin-top:120px;font-size:32px}.products-container{display:flex;justify-content:center;gap:100px;margin-top:40px;flex-wrap:wrap}.product-card{display:flex;flex-direction:column;align-items:center}.product-card h2{margin-bottom:15px;font-size:24px}.product-img{max-width:500px;width:100%;height:auto;transition:transform .3s;cursor:pointer}.product-img:hover{transform:scale(1.05)}@media (max-width: 768px){.products-container{flex-direction:column;gap:30px}.product-card h2{font-size:20px}.product-img{max-width:80%}}.hero-banner-image{position:relative;width:100%;height:350px;overflow:hidden;display:flex;justify-content:center;align-items:center;margin-bottom:25px}#hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff;z-index:1}#button{display:none}@media (max-width: 768px){.hero-banner{height:360px}#button{display:block}}.legal-document h3{font-size:2.2rem;font-weight:700}.legal-document h4{text-align:center;margin-bottom:20px;font-weight:600}.legal-document{max-width:900px;margin:60px auto;padding:30px;font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1.8;font-size:16px;text-align:justify;color:#222}.legal-document h3,.legal-document h4{text-align:center;margin-bottom:20px;font-weight:600}.legal-document h4{text-align:left;margin-top:30px;font-size:18px;color:#333;border-bottom:1px solid #ddd;padding-bottom:5px}.legal-document p{margin:8px 0}.legal-document .note{font-size:14px;color:#555;margin-top:15px}.legal-document ul{margin:10px 0 20px 25px;padding:0}.legal-document ul li{margin-bottom:6px}.download-button-container{margin-top:2rem;text-align:center}.download-button{display:inline-block;background:#007bff;color:#fff!important;border:none;padding:16px;font-size:1.1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:background .3s ease,transform .2s ease;text-align:center;text-decoration:none}.download-button:hover{color:#fff!important;background:#0056b3;transform:translateY(-2px)}.download-button:disabled{color:#fff!important;background:#a3c9f9;cursor:not-allowed}.link{color:inherit;text-decoration:none;cursor:pointer;transition:color .2s ease}.link:hover{color:#0056b3!important}.link:visited{color:inherit}._section_dqo6c_2{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;margin:60px auto -15px;width:100%;max-width:1200px;padding:50px;font-family:Inter,Segoe UI,Arial,sans-serif}._desktopOnly_dqo6c_15{display:inline}._mobileOnly_dqo6c_19{display:none}@media (max-width: 768px){._desktopOnly_dqo6c_15{display:none}._mobileOnly_dqo6c_19{display:inline;font-weight:700;color:#0056b3}}._link_dqo6c_34{color:#0056b3;text-decoration:none}._link_dqo6c_34:hover{color:#000}._left_dqo6c_45{display:flex;flex-direction:column;gap:20px}._subtitle_dqo6c_51{font-size:1rem;font-weight:600;letter-spacing:1px;color:#0056b3;margin-bottom:8px;text-transform:uppercase}._heading_dqo6c_60{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;line-height:1.4;color:#0d1b2a;margin-bottom:24px}._contactInfo_dqo6c_69 h5,._contactInfo_dqo6c_69 p{font-family:inherit;font-size:clamp(.95rem,2vw,1.1rem);line-height:1.6;color:#1e3d59;margin-bottom:6px}._right_dqo6c_79{display:flex;justify-content:center;width:100%}._container_dqo6c_86{width:100%;max-width:100%;background:#fff;padding:clamp(20px,5vw,36px);border-radius:20px;box-shadow:0 8px 24px #00000014;font-family:inherit}._title_dqo6c_96{font-size:clamp(1.2rem,3vw,1.5rem);font-weight:700;margin-bottom:28px;text-align:center;color:#0d1b2a}._form_dqo6c_104{display:grid;grid-template-columns:1fr 1fr;gap:20px}._formGroup_dqo6c_110{display:flex;flex-direction:column}._label_dqo6c_115{font-size:clamp(.9rem,2vw,1rem);font-weight:500;margin-bottom:6px;color:#222}._input_dqo6c_122,._textarea_dqo6c_123,select{padding:14px 16px;border:1px solid #ccd6e0;border-radius:10px;font-size:clamp(1rem,2.5vw,1.1rem);outline:none;transition:border-color .2s ease,box-shadow .2s ease;background-color:#f9fbfd;font-family:inherit}._input_dqo6c_122:focus,._textarea_dqo6c_123:focus,select:focus{border-color:#0056b3;background-color:#fff;box-shadow:0 0 6px #0056b34d}._input_dqo6c_122:disabled,select:disabled{background-color:#eef2f7;color:#888;cursor:not-allowed}._button_dqo6c_152{grid-column:1 / -1;background:#007bff;color:#fff;border:none;padding:16px;font-size:clamp(1rem,2.5vw,1.1rem);font-weight:600;border-radius:12px;cursor:pointer;transition:background .3s ease,transform .2s ease;margin-top:10px;text-align:center;font-family:inherit}._button_dqo6c_152:hover:not(:disabled){background:#0056b3;transform:translateY(-2px)}._button_dqo6c_152:disabled{background:#a3c9f9;cursor:not-allowed}@media (max-width: 1024px){._section_dqo6c_2{grid-template-columns:1fr;gap:40px}._form_dqo6c_104{grid-template-columns:1fr}._container_dqo6c_86{padding:24px}}
