@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap";:root{--primary-color: #144f47;--secondary-color: #f04927;--light-bg: #f5f5f5;--dark-text: #333;--light-text: #fff;font-family:Arial,sans-serif;line-height:1.6;font-weight:400;color:var(--dark-text);background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{text-decoration:none;color:var(--primary-color);transition:color .3s ease}a:hover{color:var(--secondary-color)}body{margin:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--primary-color);margin-bottom:1rem}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}button{border-radius:4px;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;background-color:var(--secondary-color);color:var(--light-text);cursor:pointer;transition:background-color .3s ease}button:hover{background-color:#e64a2e}button:focus{outline:3px solid rgba(255,87,51,.3)}.language-switcher{margin-left:1rem}.language-toggle-btn{background-color:transparent;color:#f04927;border:1px solid #f04927;border-radius:4px;padding:.5rem 1rem;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.language-toggle-btn:hover{color:green;border-color:green}.rtl .language-switcher{margin-left:0;margin-right:1rem}@media (max-width: 768px){.language-switcher,.rtl .language-switcher{margin:1rem 0 0}}.header{background-color:#144f47;padding:0;direction:ltr;height:80px;position:fixed;top:0;left:0;width:100%;z-index:1000;box-shadow:0 2px 4px #0000001a}.container{max-width:1200px;margin:0 auto;padding:0 1rem;display:flex;justify-content:space-between;align-items:center;position:relative;height:100%}.logo-container{display:flex;align-items:center;flex-shrink:0}.logo{height:80px;width:auto;max-height:90%;object-fit:contain}.nav-desktop{display:flex;align-items:center;justify-content:center;flex-grow:1;height:100%}.nav-list-desktop{display:flex;list-style:none;margin:0;padding:0;align-items:center}.nav-item-desktop{margin-left:1.5rem;margin-right:1.5rem}.nav-link-desktop{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;transition:color .3s ease;padding:.5rem}.nav-link-desktop:hover{color:#f04927}.language-switcher-container-desktop{display:flex;align-items:center}.hamburger-menu{display:none;padding:10px;background-color:transparent;border:none;cursor:pointer;z-index:1051;order:3}.hamburger-box{width:30px;height:24px;display:inline-block;position:relative}.hamburger-inner,.hamburger-inner:before,.hamburger-inner:after{display:block;background-color:#fff;width:100%;height:3px;border-radius:2px;position:absolute;transition-property:transform,background-color;transition-duration:.22s}.hamburger-inner{top:50%;margin-top:-2px;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger-inner:before{content:"";top:-10px;transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger-inner:after{content:"";bottom:-10px;transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger-menu.active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger-menu.active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger-menu.active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1001;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility 0s .3s linear}.sidebar.open~.overlay{opacity:1;visibility:visible;transition:opacity .3s ease,visibility 0s linear}.sidebar{position:fixed;top:0;left:0;width:280px;max-width:80%;height:100%;background-color:#144f47;z-index:1002;transform:translate(-100%);transition:transform .3s ease-in-out;overflow-y:auto;display:flex;flex-direction:column;padding-top:20px;box-shadow:2px 0 5px #0003}.sidebar.open{transform:translate(0)}.sidebar-nav-list{list-style:none;padding:0;margin:0;flex-grow:1}.sidebar-nav-link{display:block;padding:1rem 1.5rem;color:#fff;text-decoration:none;font-size:1.1rem;font-weight:500;transition:background-color .2s ease,color .2s ease;border-bottom:1px solid rgba(255,255,255,.05)}.sidebar-nav-link:hover,.sidebar-nav-link:focus{background-color:#ffffff1a;color:#f04927}.sidebar-nav-item:last-child .sidebar-nav-link{border-bottom:none}.language-switcher-container-mobile{padding:1rem 1.5rem;margin-top:auto;border-top:1px solid rgba(255,255,255,.1);display:none}@media (max-width: 992px){.header{height:70px}.logo{height:70px;max-height:85%}.nav-desktop,.language-switcher-container-desktop{display:none}.hamburger-menu{display:inline-flex;margin-left:1rem}.language-switcher-container-mobile{display:block}}@media (max-width: 767px){.header,.logo{height:60px}}@media (max-width: 480px){.logo{height:60px}.header{height:55px}.sidebar{width:75%}.sidebar-nav-link{font-size:1rem;padding:.9rem 1.2rem}}.nav-link-desktop.active{color:#f04927;font-weight:700}.sidebar-nav-link.active{color:#f04927;background-color:#0000000d}.nav-link-desktop,.sidebar-nav-link{transition:color .2s ease-in-out}.footer{background-color:#144f47;color:#fff;padding:2rem 2.5rem;font-family:Montserrat,sans-serif;font-weight:500}.footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;flex-wrap:wrap;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:1rem;margin-left:5rem}.logo-graphic{height:80%;width:60%}.logo-text{display:flex;flex-direction:column;font-weight:700;font-size:1.75rem;line-height:1;text-transform:uppercase}.footer-info{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.info-row{display:flex;flex-wrap:wrap;gap:2.5rem;font-size:1rem}.footer-info a{color:#fff;text-decoration:none;transition:opacity .2s ease-in-out}.footer-info a:hover{opacity:.8}@media (max-width: 768px){.footer-container{flex-direction:column;justify-content:center;align-items:center;text-align:center}.footer-info{align-items:center}.info-row{flex-direction:column;gap:.75rem;align-items:center}}._homePage_12qoq_1{min-height:100vh}._heroSection_12qoq_5{position:relative;background-color:#e6dfd5;padding:4rem 0;overflow:hidden}._heroSection_12qoq_5 ._container_12qoq_13{position:relative;display:flex;flex-direction:column;align-items:center;height:400px}._heroContent_12qoq_22{text-align:center;max-width:800px;margin:0 auto;z-index:2;width:100%;background:transparent}._heroTitle_12qoq_35{font-size:3.5rem;font-weight:800;color:#f04927;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.15)}._heroSubtitle_12qoq_47{font-size:1.4rem;color:#f04927;margin-bottom:2rem;line-height:1.4;font-weight:400;background:transparent;text-shadow:0 2px 8px rgba(0,0,0,.15)}._heroImageContainer_12qoq_58{position:relative;width:100%;display:flex;justify-content:center;align-items:center;margin:0 auto;z-index:1;height:285px}._heroImage_12qoq_58{height:100%;z-index:2}._ctaButton_12qoq_75{background-color:#f04927;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 6px #0000001a}._ctaButton_12qoq_75:hover{background-color:#e64a2e;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}._servicesSection_12qoq_96{padding:5rem 0;background-color:#144f47}._servicesSection_12qoq_96 ._container_12qoq_13{padding-left:2rem;padding-right:2rem;max-width:1200px;margin:0 auto;width:100%;box-sizing:border-box}._sectionTitle_12qoq_112{text-align:center;font-size:3rem;color:#f04927;margin-bottom:3rem;font-weight:700;text-transform:uppercase;letter-spacing:1px}._whyChooseSection_12qoq_123 ._sectionTitle_12qoq_112{font-size:3.5rem;font-weight:800;letter-spacing:2px;margin-bottom:2.5rem;display:inline-block;text-align:center;padding:3rem 0;margin-bottom:3rem;width:100%;background-color:#e6dfd5;position:relative;color:#f04927;text-transform:uppercase}._servicesGrid_12qoq_153{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}._serviceCard_12qoq_159{background-color:#144f47;border-radius:12px;overflow:hidden;border:2px solid #f04927;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}._serviceCard_12qoq_159:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0003}._serviceImage_12qoq_177{width:100%;height:200px;overflow:hidden}._serviceImage_12qoq_177 img{width:100%;height:125%;object-fit:cover;transition:transform .3s ease}._serviceCard_12qoq_159:hover ._serviceImage_12qoq_177 img{transform:scale(1.05)}._serviceContent_12qoq_194{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center}._serviceContent_12qoq_194 h3{color:#fff;margin-bottom:1rem;font-size:1.3rem;font-weight:200;text-transform:uppercase;line-height:1.4}._serviceDivider_12qoq_214{width:300px;height:3px;background-color:#f0ebe0;margin-bottom:1rem}._serviceContent_12qoq_194 p{color:#fff;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6;flex-grow:1}._knowMoreBtn_12qoq_230{display:inline-block;background-color:#f04927;color:#fff;text-decoration:none;padding:.75rem 1.5rem;border-radius:50px;font-weight:600;transition:background-color .3s ease,transform .3s ease;text-align:center;align-self:center}._knowMoreBtn_12qoq_230:hover{background-color:#fff;transform:translateY(-2px)}._whyChooseSection_12qoq_123{padding:0 0 5rem;background-color:#e6dfd5;position:relative}._whyChooseSection_12qoq_123 ._sectionTitle_12qoq_112{padding:3rem 0;margin-bottom:3rem;width:100%;background-color:#e6dfd5;position:relative}._whyChooseSection_12qoq_123 ._container_12qoq_13{padding-top:0}._featuresGrid_12qoq_269{display:flex;flex-direction:column;gap:2rem}._featureRow_12qoq_275{display:flex;gap:5rem;justify-content:center}._featureRowBottom_12qoq_281{justify-content:center;gap:2rem}._featureCard_12qoq_286{position:relative;background-color:#fff;width:calc(22% - 1rem);overflow:hidden;border-radius:12px;box-shadow:0 4px 8px #0000001a;transition:all .3s ease;cursor:pointer}._featureCard_12qoq_286:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}._featureCard_12qoq_286:hover ._featureContent_12qoq_302{background-color:#144f47}._featureCard_12qoq_286:hover ._featureImage_12qoq_306 img{transform:scale(1.05)}._featureCard_12qoq_286:hover ._featureNumber_12qoq_309{color:#e6dfd5}._featureRowBottom_12qoq_281 ._featureCard_12qoq_286{width:calc(40% - 1rem);max-width:400px}._featureImage_12qoq_306{height:180px;overflow:hidden}._featureImage_12qoq_306 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._featureContent_12qoq_302{padding:1.5rem;background-color:#f04927;color:#fff;min-height:300px;transition:background-color .3s ease}._featureContent_12qoq_302 h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem;color:#fff}._featureContent_12qoq_302 p{font-size:.95rem;line-height:1.5}._featureNumber_12qoq_309{position:absolute;bottom:0rem;right:1.5rem;font-size:800%;font-weight:700;color:#fff;opacity:.8;line-height:1;transition:color .3s ease}._secondaryButton_12qoq_363{background-color:transparent;color:#fff;border:2px solid white;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;box-shadow:0 4px 6px #0000001a}._secondaryButton_12qoq_363:hover{background-color:#ffffff1a;color:#fff;transform:translateY(-2px);box-shadow:0 6px 8px #00000026}._partnersImage_12qoq_385{border-left:10px solid #aecec9}._partnersContent_12qoq_389{border-right:10px solid #aecec9}@media (max-width: 768px){._heroSection_12qoq_5{padding:3rem 0}._heroSection_12qoq_5 ._container_12qoq_13{height:300px}._heroContent_12qoq_22{max-width:95vw}._heroTitle_12qoq_35{font-size:2.5rem}._heroSubtitle_12qoq_47{font-size:1.1rem;margin-bottom:1.5rem}._waveBackground_12qoq_415{width:100%;height:200px}._sectionTitle_12qoq_112{font-size:2.2rem;margin-bottom:2rem}._servicesGrid_12qoq_153{grid-template-columns:1fr;gap:2rem}._serviceImage_12qoq_177{height:180px}._serviceContent_12qoq_194 h3{font-size:1.2rem}._serviceContent_12qoq_194 p{font-size:.9rem}._featureRow_12qoq_275,._featureRowBottom_12qoq_281{flex-direction:column;gap:2rem}._featureCard_12qoq_286,._featureRowBottom_12qoq_281 ._featureCard_12qoq_286{width:100%;max-width:100%}._featureContent_12qoq_302{min-height:auto}._featureNumber_12qoq_309{font-size:4rem}}@media (min-width: 769px) and (max-width: 1024px){._servicesGrid_12qoq_153{grid-template-columns:repeat(2,1fr)}._serviceCard_12qoq_159:last-child{grid-column:span 2;max-width:500px;margin:0 auto}._featureRow_12qoq_275{flex-wrap:wrap;gap:2rem}._featureCard_12qoq_286{width:calc(50% - 1rem)}._featureRowBottom_12qoq_281{justify-content:space-between}._featureRowBottom_12qoq_281 ._featureCard_12qoq_286{width:calc(50% - 1rem);max-width:none}._partnersContainer_12qoq_492{flex-direction:column}._partnersContent_12qoq_389,._partnersImage_12qoq_385{width:5%}._contactForm_12qoq_501{grid-template-columns:1fr}}._partnersContainer_12qoq_492{display:flex;max-height:500px}._partnersContent_12qoq_389{width:50%;padding:4rem 3rem 4rem 2rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background-color:#144f47}._partnersImage_12qoq_385{width:50%;overflow:hidden}._partnersImage_12qoq_385 img{width:100%;height:100%;object-fit:cover}._partnersTitle_12qoq_533{font-size:4.5rem;color:#f04927;margin-bottom:.5rem;font-weight:700;text-transform:uppercase}._partnersDescription_12qoq_542{font-size:1.1rem;line-height:1.6;margin-bottom:2rem;color:#fff}._contactSection_12qoq_551{background-color:#e6dfd5;padding:4rem 0}._contactContainer_12qoq_557{display:flex;max-width:1200px;margin:0 auto;padding:0 1rem}._contactLeft_12qoq_564{width:30%;padding-right:2rem}._contactRight_12qoq_569{width:70%}._contactTitle_12qoq_573{font-size:3.5rem;color:#f04927;text-transform:uppercase;font-weight:700;margin-bottom:1rem;line-height:1.1}._contactSubtitleContainer_12qoq_583{margin-top:1.5rem}._contactSubtitle_12qoq_583{font-size:1.3rem;color:#144f47;font-weight:500;line-height:1.4}._contactForm_12qoq_501{width:100%;margin-top:2rem}._formRow_12qoq_600{display:flex;gap:1.5rem;margin-bottom:1.5rem}._formGroup_12qoq_606{flex:1;text-align:left}._formGroup_12qoq_606 label{display:block;color:#144f47;margin-bottom:.5rem;font-weight:600}._formGroup_12qoq_606 input{width:100%;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;background-color:#fff}._formFooter_12qoq_628{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}._submitBtn_12qoq_635{background-color:#f04927;color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:background-color .3s ease}._submitBtn_12qoq_635:hover{background-color:#e64a2e}._socialSection_12qoq_653{text-align:left}._socialTitle_12qoq_657{font-size:1.2rem;color:#144f47;margin-bottom:1rem;font-weight:600}._socialIcons_12qoq_665{display:flex;gap:.75rem}._socialIcon_12qoq_665{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:#f04927;color:#fff;font-size:1rem;transition:transform .3s ease,background-color .3s ease}._socialIcon_12qoq_665:hover{transform:translateY(-3px);background-color:#e64a2e}@media (max-width: 768px){._partnersContainer_12qoq_492{flex-direction:column}._partnersContent_12qoq_389,._partnersImage_12qoq_385{width:100%}._partnersContent_12qoq_389{padding:3rem 1.5rem}._partnersTitle_12qoq_533{font-size:2.5rem}._contactContainer_12qoq_557{flex-direction:column;padding:0 1.5rem}._contactLeft_12qoq_564,._contactRight_12qoq_569{width:100%}._contactLeft_12qoq_564{margin-bottom:2rem;padding-right:0}._contactTitle_12qoq_573{font-size:2.5rem;text-align:center}._contactSubtitle_12qoq_583{font-size:1.1rem;text-align:center}._formRow_12qoq_600{flex-direction:column;gap:1rem}._formFooter_12qoq_628{flex-direction:column;gap:1.5rem}._socialSection_12qoq_653{text-align:center;order:2}._socialIcons_12qoq_665{justify-content:center}._submitBtn_12qoq_635{order:1;width:100%}}@media (min-width: 768px) and (max-width: 1024px){._contactContainer_12qoq_557{padding:0 2rem}._contactLeft_12qoq_564{width:40%}._contactRight_12qoq_569{width:60%}._formRow_12qoq_600{flex-direction:column;gap:1rem;margin-bottom:1rem}._heroImageContainer_12qoq_58{height:205px}}@media (max-width: 480px){._heroImageContainer_12qoq_58{height:145px}}@media (max-width: 1024px){._partnersContainer_12qoq_492{flex-direction:column;width:100%;max-height:none}._partnersContent_12qoq_389,._partnersImage_12qoq_385{width:100%;padding:0;margin:0;border:none}._partnersContent_12qoq_389{order:1;padding-bottom:0}._partnersImage_12qoq_385{order:2;padding-top:0}._partnersImage_12qoq_385 img{width:100%;height:350px;object-fit:cover}}:root{--primary-color: #f04927;--secondary-color: #144F47;--divider-color: #cce5e1;--text-light: #ffffff;--shadow-light: rgba(0, 0, 0, .05);--transition-standard: .3s ease}._contactPage_1x3p1_17{min-height:100vh;background-color:var(--background-color);padding:2rem 0 4rem}._contactContainer_1x3p1_23{max-width:100%;margin:0 500px;padding:0 1.5rem;text-align:center}._contactHeader_1x3p1_31,._contactIntro_1x3p1_32,._contactFormSection_1x3p1_33,._contactSocial_1x3p1_34{margin-bottom:2rem}._contactTitle_1x3p1_39{font-size:3.5rem;color:var(--primary-color);text-transform:uppercase;font-weight:700;margin-bottom:.5rem;line-height:1.1}._contactSubtitle_1x3p1_48{font-size:1.8rem;color:var(--secondary-color);font-weight:500;margin-bottom:3rem;line-height:1.3}._socialTitle_1x3p1_56{font-size:1.8rem;color:var(--secondary-color);font-weight:500;margin-bottom:1.5rem}._contactDivider_1x3p1_64{width:400px;height:1px;background-color:var(--divider-color);margin:0 auto 2rem}._contactForm_1x3p1_33{text-align:left;margin-bottom:5%}[dir=rtl] ._contactForm_1x3p1_33{text-align:right}._formGroup_1x3p1_82{margin-bottom:1.5rem;position:relative;display:flex;align-items:center}._formGroup_1x3p1_82 label{display:inline-block;color:var(--secondary-color);font-weight:600;margin-right:1rem;width:80px;text-align:right}[dir=rtl] ._formGroup_1x3p1_82 label{margin-right:0;margin-left:1rem;text-align:left}._formInput_1x3p1_105{flex:1;padding:.75rem 1rem;border:none;border-radius:4px;font-size:1rem;background-color:var(--text-light);color:var(--primary-color);box-shadow:0 2px 4px var(--shadow-light)}textarea._formInput_1x3p1_105{min-height:100px;resize:vertical}._socialSection_1x3p1_122{margin-top:0}._socialIcons_1x3p1_126{display:flex;justify-content:center;gap:1rem}._socialIcon_1x3p1_126{display:flex;justify-content:center;align-items:center;width:40px;height:40px;background-color:var(--primary-color);color:var(--text-light);border-radius:50%;font-size:1.2rem;transition:transform var(--transition-standard),background-color var(--transition-standard)}._socialIcon_1x3p1_126:hover{transform:translateY(-3px);background-color:#e64a2e}@media (max-width: 1400px){._contactContainer_1x3p1_23{margin:0 auto;max-width:800px}}@media (max-width: 768px){._contactTitle_1x3p1_39{font-size:2.8rem}._contactDivider_1x3p1_64{width:300px}._contactSubtitle_1x3p1_48{font-size:1.5rem}._formGroup_1x3p1_82{flex-direction:column;align-items:flex-start}._formGroup_1x3p1_82 label{width:100%;text-align:left;margin-bottom:.5rem}._formInput_1x3p1_105{width:100%}}@media (max-width: 576px){._contactTitle_1x3p1_39{font-size:2.2rem}._contactDivider_1x3p1_64{width:250px}._contactSubtitle_1x3p1_48{font-size:1.3rem}._socialTitle_1x3p1_56{font-size:1.5rem}}._contactForm_1x3p1_33{background-color:var(--background-color);padding:3rem 1.5rem;font-family:Montserrat,sans-serif;display:flex;justify-content:center;min-height:10vh;margin-bottom:0}._contactForm__container_1x3p1_219{max-width:600px;width:100%;text-align:center}._contactForm__title_1x3p1_226{color:#f04927;font-size:2.25rem;font-weight:700;letter-spacing:.1em;margin:0}._contactForm__rule_1x3p1_236{border:none;height:4px;width:70%;background-color:#9dc8c8;margin:1rem auto 1.5rem}._contactForm__subtitle_1x3p1_246{color:#144f47;font-size:1.2rem;font-weight:600;margin:0 auto 3rem}._contactForm__form_1x3p1_255{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:3.5rem}._contactForm__formGroup_1x3p1_264{background-color:#fff;border-radius:10px;padding:1rem 1.5rem;display:flex;align-items:center;text-align:left;box-shadow:0 2px 8px #0000000a}._contactForm__formGroup_1x3p1_264 label{color:#144f47;font-weight:600;font-size:1rem;margin-right:1rem;white-space:nowrap}._contactForm__formGroup_1x3p1_264 input{border:none;outline:none;background-color:transparent;width:100%;color:#f04927;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400}._contactForm__socialSection_1x3p1_309{margin-bottom:-3rem}._contactForm__socialTitle_1x3p1_313{color:#144f47;font-size:2rem;font-weight:600;margin-bottom:1.5rem}._contactForm__socialIcons_1x3p1_320{display:flex;justify-content:center;gap:1.25rem;margin-bottom:1.5rem}._contactForm__socialIcon_1x3p1_320{display:flex;align-items:center;justify-content:center;width:42px;height:42px;background-color:#f04927;color:#fff;border-radius:50%;font-size:1.1rem;text-decoration:none;transition:transform .2s ease}._contactForm__socialIcon_1x3p1_320 svg{width:1.4rem;height:1.4rem}._contactForm__socialIcon_1x3p1_320:hover{background-color:#f5f5f5;transform:scale(1.1)}._contactForm__submitBtn_1x3p1_352{background-color:#f04927;color:#fff;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:background-color .2s ease,transform .2s ease}._contactForm__submitBtn_1x3p1_352:hover{background-color:#f04927;transform:scale(1.05)}.about-page{min-height:100vh}.about-hero{background-color:#e6dfd5;padding:4rem 0}.about-container{display:flex;max-width:1200px;margin:0 auto;padding:0 2rem;gap:3rem;align-items:center}.about-content{flex:1}.about-title{font-size:3.5rem;color:#f04927;margin-bottom:1.5rem;font-weight:700;line-height:1.1}.about-description{font-size:1.1rem;color:#144f47;line-height:1.6;margin-bottom:1.5rem}.about-image{flex:1;display:flex;justify-content:center;align-items:center}.about-image img{max-width:125%;height:auto;border-radius:8px}.mission-section{background-color:#e6dfd5;padding:4rem 0;position:relative;overflow:hidden}.mission-container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.mission-content{margin-bottom:2rem}.mission-title{font-size:3.5rem;color:#f04927;font-weight:700;margin-bottom:.5rem;line-height:1.1}.mission-divider{width:150px;height:3px;background-color:#a7d7d0;margin-bottom:1.5rem}.mission-description{font-size:1.2rem;color:#144f47;line-height:1.6;max-width:800px}.mission-image{width:100%;height:200px;border-radius:8px;overflow:hidden;position:relative}.mission-image:before{content:"";position:absolute;left:0;top:0;width:16px;height:100%;background:#144f47;border-top-left-radius:8px;border-bottom-left-radius:8px;z-index:2}.mission-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}.company-values{padding:5rem 0;background-color:#fff}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.value-card{padding:2rem;border-radius:8px;background-color:#e6dfd5;position:relative;transition:transform .3s ease,box-shadow .3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.value-number{position:absolute;top:1rem;right:1rem;font-size:2.5rem;font-weight:700;color:#ff573333}.value-title{color:#144f47;margin-bottom:1rem;font-size:1.5rem;font-weight:600}.value-description{line-height:1.6;color:#333}.team-section{padding:4rem 0;background-color:#f5f5f5}.section-title{text-align:center;font-size:2rem;color:#144f47;margin-bottom:1rem}.section-description{text-align:center;margin-bottom:3rem;max-width:700px;margin-left:auto;margin-right:auto}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.team-member{text-align:center;background-color:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.member-info{padding:1.5rem}.member-info h3{color:#144f47;margin-bottom:.5rem}@media (max-width: 992px){.about-container{flex-direction:column;gap:2rem}.about-title{font-size:2.8rem;text-align:center}.about-description{text-align:center}.values-grid,.team-grid{grid-template-columns:repeat(2,1fr)}}.vision-section{background-color:#e6dfd5;padding:4rem 0;position:relative;overflow:hidden}.vision-container{display:flex;flex-direction:column;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative;z-index:2}.vision-content{margin-bottom:2rem}.vision-title{font-size:3.5rem;color:#f04927;font-weight:700;margin-bottom:.5rem;line-height:1.1}.vision-divider{width:150px;height:3px;background-color:#a7d7d0;margin-bottom:1.5rem}.vision-description{font-size:1.2rem;color:#144f47;line-height:1.6;max-width:800px}.vision-image{width:100%;height:250px;overflow:hidden;border-radius:8px;position:relative}.vision-image:after{content:"";position:absolute;right:0;top:0;width:16px;height:100%;background:#144f47;border-top-left-radius:8px;border-bottom-left-radius:8px;z-index:2}.vision-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}@media (max-width: 768px){.about-title{font-size:2.5rem}.values-grid,.team-grid{grid-template-columns:1fr}.section-title{font-size:1.8rem}.mission-title,.vision-title{font-size:2.5rem;text-align:center}.mission-divider,.vision-divider{margin:0 auto 1.5rem}.mission-description,.vision-description{text-align:center}}.services-page{min-height:100vh}.services-header{background-color:#e6dfd5;padding:3rem 0;text-align:center}.services-title-container{max-width:1200px;margin:0 auto;padding:0 2rem}.services-title{font-size:3.5rem;color:#f04927;font-weight:700;text-transform:uppercase;margin:0}.import-export-section{background-color:#e6dfd5;padding:0 0 4rem}.import-export-container{display:flex;margin:0 auto;padding:0}.import-export-image{width:50%;background-color:#144f47;position:relative;overflow:hidden}.import-export-image img{width:100%;height:100%;object-fit:cover;display:block;opacity:.8}.import-export-content{width:50%;padding:3rem 2rem 3rem 3rem;display:flex;flex-direction:column;justify-content:center;margin-top:-10%}[dir=rtl] .import-export-content{padding:3rem 3rem 3rem 2rem}.import-export-title{font-size:2rem;color:#144f47;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase}.import-export-divider{width:250px;height:5px;background-color:#a7d7d0;margin-bottom:1.5rem}.import-export-subtitle{font-size:1.5rem;color:#144f47;font-weight:600;margin-bottom:1.5rem}.import-export-description{font-size:1rem;color:#144f47;line-height:1.6;margin-bottom:1rem}.import-export-description:last-child{margin-bottom:0}.it-infrastructure-section{background-color:#e6dfd5;padding:0}.it-infrastructure-container{display:flex;max-width:1200px;margin:0 auto}.it-infrastructure-content{width:50%;padding:4rem 3rem 4rem 2rem;display:flex;flex-direction:column;justify-content:center}[dir=rtl] .it-infrastructure-content{padding:4rem 2rem 4rem 3rem}.it-infrastructure-title{font-size:2rem;color:#f04927;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-transform:uppercase}.it-infrastructure-description{font-size:1rem;color:#144f47;line-height:1.6}.it-infrastructure-image{width:50%;position:relative;overflow:hidden}.it-infrastructure-image img{width:100%;height:100%;object-fit:cover;display:block}.hardware-services-section{width:100vw;position:relative;left:50%;right:150%;margin-left:-50vw;margin-right:-50vw;margin-top:-15rem;padding-top:6rem;background-color:#f04927;padding:4rem 0;color:#fff;border-radius:0}.hardware-services-container{max-width:1200px;margin:0 auto;padding:0 2rem}.hardware-services-content{max-width:800px}.hardware-services-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase;color:#fff}.hardware-services-subtitle{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#fff;display:flex;align-items:center;gap:1rem}.hardware-services-divider{width:150px;height:3px;background-color:#fff;margin-bottom:1.5rem;opacity:.5}.hardware-services-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#fff}[dir=rtl] .hardware-services-section{left:auto;right:50%;margin-left:0;margin-right:-50vw}.device-management-section{background-color:#e6dfd5;padding:0}.device-management-container{display:flex;max-width:1200px;margin:0 auto}.device-management-image{width:50%;background-color:#f04927;position:relative;overflow:hidden}.device-management-image img{width:100%;height:100%;object-fit:cover;display:block;opacity:.8}.device-management-content{width:50%;padding:4rem 2rem 4rem 3rem;display:flex;flex-direction:column;justify-content:center;background-color:#144f47;color:#fff}[dir=rtl] .device-management-content{padding:4rem 3rem 4rem 2rem}.device-management-title{font-size:2rem;color:#f04927;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-transform:uppercase}.device-management-description{font-size:1rem;line-height:1.6;color:#fff}.cloud-hosting-section{background-color:#e6dfd5;padding:0}.cloud-hosting-container{display:flex;max-width:1200px;margin:0 auto}.cloud-hosting-content{width:50%;padding:4rem 3rem 4rem 2rem;display:flex;flex-direction:column;justify-content:center}[dir=rtl] .cloud-hosting-content{padding:4rem 2rem 4rem 3rem}.cloud-hosting-title{font-size:2rem;color:#f04927;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-transform:uppercase}.cloud-hosting-description{font-size:1rem;color:#144f47;line-height:1.6}.cloud-hosting-image{width:42%;background-color:#144f47;position:relative;overflow:hidden;margin-left:auto}.cloud-hosting-image img{width:100%;height:100%;object-fit:cover;display:block}.it-support-section{background-color:#e6dfd5;padding:0}.it-support-container{display:flex;max-width:1200px;margin:0 auto}.it-support-image{width:50%;position:relative;overflow:hidden}.it-support-image img{width:100%;height:100%;object-fit:cover;display:block}.it-support-content{width:50%;padding:4rem 2rem 4rem 3rem;display:flex;flex-direction:column;justify-content:center;background-color:#144f47;color:#fff}[dir=rtl] .it-support-content{padding:4rem 3rem 4rem 2rem}.it-support-title{font-size:2rem;color:#f04927;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-transform:uppercase}.it-support-description{font-size:1rem;line-height:1.6;color:#fff}.data-center-section{background-color:#e6dfd5;padding:0}.data-center-container{display:flex;max-width:1200px;margin:0 auto}.data-center-content{width:50%;padding:4rem 3rem 4rem 2rem;display:flex;flex-direction:column;justify-content:center}[dir=rtl] .data-center-content{padding:4rem 2rem 4rem 3rem}.data-center-title{font-size:2rem;color:#f04927;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-transform:uppercase}.data-center-description{font-size:1rem;color:#144f47;line-height:1.6}.data-center-image{width:42%;background-color:#144f47;position:relative;overflow:hidden;margin-left:auto}[dir=rtl] .data-center-image{margin-left:0;margin-right:auto}.data-center-image img{width:100%;height:100%;object-fit:cover;display:block}.security-systems-section{background-color:#e6dfd5;padding:0}.security-systems-container{display:flex;max-width:1200px;margin:0 auto}.security-systems-image{width:50%;position:relative;overflow:hidden}.security-systems-image img{width:100%;height:100%;object-fit:cover;display:block}.security-systems-content{width:50%;padding:4rem 2rem 4rem 3rem;display:flex;flex-direction:column;justify-content:center;background-color:#144f47;color:#fff}[dir=rtl] .security-systems-content{padding:4rem 3rem 4rem 2rem}.security-systems-title{font-size:2rem;color:#f04927;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-transform:uppercase}.security-systems-description{font-size:1rem;line-height:1.6;color:#fff}.smart-learning-section{background-color:#e6dfd5;padding:0}.smart-learning-container{display:flex;max-width:1200px;margin:0 auto}.smart-learning-content{width:50%;padding:4rem 3rem 4rem 2rem;display:flex;flex-direction:column;justify-content:center}[dir=rtl] .smart-learning-content{padding:4rem 2rem 4rem 3rem}.smart-learning-title{font-size:2rem;color:#f04927;font-weight:700;margin-bottom:1.5rem;line-height:1.2;text-transform:uppercase}.smart-learning-description{font-size:1rem;color:#144f47;line-height:1.6}.smart-learning-image{width:42%;background-color:#144f47;position:relative;overflow:hidden;margin-left:auto}[dir=rtl] .smart-learning-image{margin-left:0;margin-right:auto}.smart-learning-image img{width:100%;height:100%;object-fit:cover;display:block}.managed-services-section{background-color:#f04927;padding-bottom:-10rem;margin-bottom:0}.managed-services-container{display:flex;max-width:1200px;margin:0 auto}.managed-services-image{width:50%;position:relative;overflow:hidden}.managed-services-image img{width:170%;height:350px;object-fit:cover;object-position:center 25%;display:block;margin-top:30px}.managed-services-content{width:50%;padding:4rem 2rem 4rem 3rem;display:flex;flex-direction:column;justify-content:center;color:#fff}[dir=rtl] .managed-services-content{padding:4rem 3rem 4rem 2rem}.managed-services-title{font-size:2rem;font-weight:700;margin-bottom:1rem;line-height:1.2;text-transform:uppercase;color:#fff}.managed-services-divider{width:150px;height:3px;background-color:#fff;margin-bottom:1.5rem;opacity:.5}.managed-services-description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;color:#fff}.get-in-touch-btn{background-color:#144f47;color:#fff;border:none;border-radius:25px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;align-self:flex-start;margin-top:1rem}[dir=rtl] .get-in-touch-btn{align-self:flex-end}.get-in-touch-btn:hover{background-color:#083a31}@media (max-width: 1200px){.services-title-container,.hardware-services-container{max-width:100%;padding:0 1rem}}@media (max-width: 992px){.import-export-container,.it-infrastructure-container,.device-management-container,.cloud-hosting-container,.it-support-container,.data-center-container,.security-systems-container,.smart-learning-container,.managed-services-container{flex-direction:column;max-width:100%;padding:0}.import-export-image,.it-infrastructure-image,.device-management-image,.cloud-hosting-image,.it-support-image,.data-center-image,.security-systems-image,.smart-learning-image,.managed-services-image,.import-export-content,.it-infrastructure-content,.device-management-content,.cloud-hosting-content,.it-support-content,.data-center-content,.security-systems-content,.smart-learning-content,.managed-services-content{width:100%;padding:1rem;min-height:unset}.import-export-image,.it-infrastructure-image,.device-management-image,.cloud-hosting-image,.it-support-image,.data-center-image,.security-systems-image,.smart-learning-image,.managed-services-image{height:300px;margin-left:0}.import-export-content,.it-infrastructure-content,.device-management-content,.cloud-hosting-content,.it-support-content,.data-center-content,.security-systems-content,.smart-learning-content,.managed-services-content{padding:2rem}}@media (max-width: 768px){.services-title{font-size:2rem;padding:0 .5rem}.import-export-title,.hardware-services-title,.it-infrastructure-title,.device-management-title,.cloud-hosting-title,.it-support-title,.data-center-title,.security-systems-title,.smart-learning-title,.managed-services-title{font-size:1.2rem;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.import-export-subtitle,.hardware-services-subtitle{font-size:1.1rem}.hardware-services-content{max-width:100%;padding:1rem}.get-in-touch-btn{width:100%;text-align:center;align-self:center}.it-infrastructure-content,.cloud-hosting-content,.data-center-content{order:2}.it-infrastructure-image,.cloud-hosting-image,.data-center-image{order:1}.device-management-content,.it-support-content{order:2}.device-management-image,.it-support-image,[dir=rtl] .it-infrastructure-content,[dir=rtl] .cloud-hosting-content,[dir=rtl] .data-center-content{order:1}[dir=rtl] .it-infrastructure-image,[dir=rtl] .cloud-hosting-image,[dir=rtl] .data-center-image{order:2}[dir=rtl] .device-management-content,[dir=rtl] .it-support-content{order:1}[dir=rtl] .device-management-image,[dir=rtl] .it-support-image{order:2}}@media (max-width: 576px){.services-header{padding:1.5rem 0}.services-title{font-size:1.2rem}.import-export-content,.it-infrastructure-content,.device-management-content,.cloud-hosting-content,.it-support-content,.data-center-content,.security-systems-content,.smart-learning-content,.managed-services-content{padding:.5rem}.hardware-services-section{margin-top:0;padding-top:2rem}.hardware-services-content{padding:.5rem}.get-in-touch-btn{font-size:.9rem;padding:.5rem 1rem}}.import-export-image img,.it-infrastructure-image img,.device-management-image img,.cloud-hosting-image img,.it-support-image img,.data-center-image img,.security-systems-image img,.smart-learning-image img,.managed-services-image img{width:100%;height:auto;object-fit:cover;display:block}.import-export-title,.hardware-services-title,.it-infrastructure-title,.device-management-title,.cloud-hosting-title,.it-support-title,.data-center-title,.security-systems-title,.smart-learning-title,.managed-services-title{word-break:break-word;-webkit-hyphens:auto;hyphens:auto}*{margin:0;padding:0;box-sizing:border-box}html[dir=rtl] *{text-align:right}body{font-family:var(--font-primary);line-height:1.6;color:#333}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{padding-top:80px;flex:1}.container{max-width:1200px;margin:0 auto;padding:0 1rem}a{text-decoration:none;color:inherit}button{cursor:pointer}:root{--primary-color: #144f47;--secondary-color: #f04927;--light-bg: #f5f5f5;--dark-text: #333;--light-text: #fff}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:500}h1{font-size:3.5rem;line-height:1.2}h2{font-size:2.5rem;line-height:1.3}h3{font-size:2rem;line-height:1.4}h4{font-size:1.5rem;line-height:1.5}@media (max-width: 992px){.main-content{padding-top:70px}}@media (max-width: 767px){.main-content{padding-top:60px}}@media (max-width: 480px){.main-content{padding-top:55px}}html[dir=rtl]{text-align:right}html[dir=rtl] .heroContent{text-align:center}html[dir=rtl] .serviceDivider{margin-right:0;margin-left:auto}html[dir=rtl] .knowMoreBtn{align-self:flex-end}html[dir=rtl] .featureNumber{right:auto;left:1.5rem}html[dir=rtl] .contactLeft{padding-right:0;padding-left:2rem}html[dir=rtl] .formGroup,html[dir=rtl] .socialSection{text-align:right}@media (max-width: 768px){html[dir=rtl] .contactLeft{padding-left:0}html[dir=rtl] .contactTitle,html[dir=rtl] .contactSubtitle,html[dir=rtl] .socialSection{text-align:center}}@media (min-width: 769px) and (max-width: 1024px){html[dir=rtl] .contactLeft{padding-left:2rem;padding-right:0}}@font-face{font-family:Cabin;src:url(/assets/Cabin-Regular-CO2zmb_V.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Cabin;src:url(/assets/Cabin-Medium-DV7KZJva.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Cabin;src:url(/assets/Cabin-SemiBold-Aoyot4S8.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Cabin;src:url(/assets/Cabin-Bold-q7-Jbc6T.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Salmond;src:url(/assets/Salmond%20-%20News_2-DHEGofzM.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Salmond;src:url(/assets/Salmond%20-%20Medium_2-DGU1flvb.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}:root{--font-primary: "Cabin", sans-serif;--font-secondary: "Salmond", serif}body{font-family:var(--font-primary)}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary)}
