:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;width:100%;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#e3e6e9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:200px}h1{font-size:3.2em;line-height:1.1}button{border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#163f66;margin-bottom:.1rem;line-height:1.2;letter-spacing:.5px}.header{display:flex;flex-direction:column;align-items:flex-end}.tagline{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:300;color:#555;line-height:1.6;max-width:500px;margin-bottom:0rem;text-align:left}.hero-section{display:flex;align-items:center;justify-content:space-between;padding:0 8%;min-height:90vh;background:#fff}.hero-left{flex:1;max-width:550px}.hero-buttons{display:flex;gap:20px}.hero-right{flex:1;display:flex;justify-content:center}.hero-image{width:100%;max-width:550px;height:auto;object-fit:contain}@media(max-width:900px){.hero-section{flex-direction:column-reverse;text-align:center;padding:30px 5%}.hero-left{max-width:100%}.hero-buttons{justify-content:center;width:100%;flex-wrap:wrap}.hero-image{max-width:350px}}.about-description{display:flex;align-items:stretch;justify-content:space-between;padding:40px 20px;background:#5ac5c826;border-radius:12px;gap:40px;overflow:hidden;box-sizing:border-box;flex-wrap:wrap}.about-image{flex:1 1 40%;max-width:500px;display:flex}.about-image img{width:100%;height:100%;object-fit:cover;border-radius:12px;transition:transform 1s ease,opacity 1s ease;opacity:0;transform:translate(-50px)}.about-image img.visible{opacity:1;transform:translate(0)}.aboutus-text{flex:1 1 55%;display:flex;flex-direction:column;gap:5px;opacity:0;transform:translate(50px);transition:all .6s ease}.aboutus-text.visible{opacity:1;transform:translate(0)}.about-btn-wrapper{display:flex;justify-content:center;margin-top:20px}.about-btn-primary{padding:12px 32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:300;border-radius:50px;cursor:pointer;transition:all .3s ease;border:2px solid #1a4d7f;background:transparent;color:#1a4d7f;width:40%}.about-btn-primary:hover{background-color:#1a4d7f;color:#fff;transform:translateY(-3px)}@media(max-width:768px){.about-description{flex-direction:column;gap:25px;padding:25px 15px}.about-image,.aboutus-text{flex:1 1 100%;max-width:100%}.about-image img{height:auto}}.services-section{width:100%;padding:60px 20px;background-color:#1c2a33;text-align:center;box-sizing:border-box}.services-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:40px}.services-cards{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.service-card{background-color:#2e3b46;border-radius:20px;padding:25px 20px;flex:0 0 calc(40% - 25px);max-width:calc(50% - 25px);text-align:left;box-shadow:0 8px 20px #00000040;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.service-card h3{font-size:1.5rem;color:#fff;margin-bottom:15px}.service-card ul{list-style:inside disc;padding-left:0;color:#f0f0f0;font-size:.95rem;line-height:1.6}.service-card li{margin-bottom:8px}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000004d;background-color:#37454f}.services-btn{display:inline-block;margin-top:30px;padding:16px 40px;font-size:1.2rem;font-weight:600;color:#fff;border:2px solid #5AC5C8;border-radius:50px;background:transparent;cursor:pointer;transition:all .3s ease}.services-btn:hover{background-color:#5ac5c8;color:#1c2a33;transform:translateY(-3px)}@media(max-width:768px){.services-cards{flex-direction:column;gap:20px;align-items:stretch}.service-card{flex:1 1 100%;max-width:100%}.service-card ul{text-align:left}}.whyUs{display:flex;width:100%;justify-content:space-between;min-height:70vh;background:#fff;gap:20px;flex-direction:row-reverse;box-sizing:border-box}.whyUs-left,.whyUs-right{flex:1;padding:20px;box-sizing:border-box}.whyUs-left{display:flex;flex-direction:column;justify-content:center}.whyUs-right{display:flex;align-items:center;justify-content:center}.whyUs-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.whyUs-text-wrapper{width:100%;display:flex;gap:10px;flex-direction:column;align-items:flex-start}@media(max-width:900px){.whyUs{flex-direction:column-reverse;text-align:center;gap:15px;padding:15px}.whyUs-left,.whyUs-right{padding:10px 0;width:100%;align-items:center;text-align:center}.whyUs-image{width:100%;height:auto;max-height:350px;object-fit:cover}.whyUs-text-wrapper{align-items:center}}.gallery{width:100%;padding:20px 20px 40px;background:#5ac5c826;line-height:1.8;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#04353d;box-sizing:border-box;min-height:auto}.gallery-title{font-size:clamp(2rem,10vw,5rem);font-weight:700;color:#1a4d7f;margin:0 0 10px;text-transform:capitalize;letter-spacing:1px;line-height:1.1}.gallery-tabs button:focus{outline:none}.gallery-tabs{display:flex;justify-content:center;gap:5px;margin:20px 0;flex-wrap:wrap}.gallery-tabs button{padding:12px 32px;font-size:1rem;font-weight:600;cursor:pointer;background:transparent;color:#1a4d7f}.gallery-title-wrapper{width:100%;display:flex;gap:10px;flex-direction:column;align-items:center}.gallery-tabs button:hover{background-color:#1a4d7f;color:#fff;transform:translateY(-3px)}.active-tab{background-color:#3b82f6;color:#fff;font-weight:700;border-bottom:3px solid #1a4d7f}.gallery-preview{display:flex;justify-content:center;flex-wrap:wrap;gap:15px}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:2;transform:translateY(0) scale(1)}}.animated-image{opacity:0;animation:fadeSlideUp 1s ease forwards;box-shadow:0 4px 12px #0000001a;cursor:pointer;max-width:250px;height:auto;transition:transform .3s ease}.animated-image:hover{transform:scale(1.03)}@media(max-width:480px){.gallery-preview{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;justify-items:center}.animated-image{width:100%;height:140px;max-width:none}.gallery-tabs{gap:6px;flex-wrap:wrap;justify-content:center}.gallery-tabs button{padding:6px 10px;font-size:.8rem;border-radius:5px}.gallery-button-wrapper .btn-secondary{padding:8px 16px;font-size:.8rem}.gallery-title{font-size:1.2rem;margin-bottom:12px;line-height:1.2}.homepage .sec-1 h1{font-size:1.6rem;margin-bottom:6px}.homepage .sec-1 h2{font-size:1.3rem;margin-bottom:4px}.homepage .sec-1 h3{font-size:1rem;margin-bottom:12px}.homepage .sec-1,.home-gallery-section{padding:15px}}.faq-section{position:relative;overflow:hidden;width:100%;box-shadow:0 8px 20px #0000000d;background-size:cover;background-position:center;background-repeat:no-repeat}.faq-overlay{background-color:#0000008c;padding:40px 20px;text-align:center;display:flex;flex-direction:column;justify-content:flex-start;min-height:30vw}.faq-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:15px}.faq-subtitle{font-size:1rem;color:#e0e0e0;line-height:1.6;margin-bottom:10px}.faq-button-wrapper{margin-top:20px}.faq-button-wrapper .btn-primary{background-color:#3b82f6;color:#fff;font-size:1rem;font-weight:600;padding:14px 32px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.faq-button-wrapper .btn-primary:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:480px){.faq-overlay{padding:30px 15px;min-height:auto}.faq-title{font-size:1.4rem}.faq-subtitle{font-size:.95rem}.faq-button-wrapper .btn-primary{padding:12px 24px;font-size:.95rem}}.process-section{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;width:100%;padding:40px 5%;background-color:#1c2a33;box-sizing:border-box;flex-wrap:wrap;color:#fff}.process-steps{display:flex;flex-direction:column;gap:20px;opacity:0;transform:translate(-50px);transition:all .6s ease}.process-steps.visible{opacity:1;transform:translate(0)}.process-step{background-color:#fff;padding:20px 25px;border-radius:12px;box-shadow:0 4px 12px #0003;transition:transform .3s ease,box-shadow .3s ease}.process-step:hover{transform:translateY(-5px);box-shadow:0 8px 20px #00000040}.step-number{font-size:1.5rem;font-weight:700;color:#5ac5c8;margin-bottom:10px}.step-title{font-size:1.2rem;font-weight:600;color:#1c2a33;margin-bottom:8px}.step-description{font-size:.95rem;color:#1c2a33;line-height:1.5}.process-steps,.message{flex:1}.message{background-color:#fff;padding:25px 20px;opacity:0;border-radius:15px;transform:translate(50px);margin-top:300px;transition:all .6s ease}.message.visible{opacity:1;transform:translate(0)}.message h2{margin-bottom:20px;color:#5ac5c8}.message form{display:flex;flex-direction:column;gap:12px}.message input,.message textarea{padding:12px 15px;border-radius:8px;border:2px solid #1c2a33;font-size:1rem;background-color:#fff;color:#1c2a33;outline:none}.message input:focus,.message textarea:focus{border:2px solid #5AC5C8}.message textarea{resize:vertical;min-height:100px}.message button{width:50%}@media(max-width:900px){.process-section{flex-direction:column}.process-steps,.message{flex:1 1 100%;transform:translate(0);opacity:1;margin-top:auto}.message button{width:auto}}.hani-harmony-page{font-family:Arial,sans-serif;width:100%}.about-us-hero-section{position:relative;height:500px;background-size:cover;background-position:top;display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.about-us-hero-overlay{background:#00000080;padding:40px;border-radius:16px}.about-us-hero-overlay h1{font-size:3rem;margin-bottom:15px}.about-us-hero-overlay p{font-size:1.2rem}@media(max-width:480px){.about-us-hero-section{height:300px;padding:20px}.about-us-hero-overlay{padding:20px;border-radius:12px}.about-us-hero-overlay h1{font-size:2rem;line-height:1.2}.about-us-hero-overlay p{font-size:1rem}.content-section,.content-section.reverse{flex-direction:column;align-items:center;text-align:center;padding:40px 10px;gap:25px}.content-image img{max-width:100%;height:auto;border-radius:12px}.content-text{flex:1 1 100%}.content-text h2{font-size:1.5rem;margin-bottom:15px}.content-text p{font-size:.95rem;line-height:1.6}.animate-left,.animate-right{transform:translate(0);opacity:1;animation:none}}.content-section{display:flex;align-items:center;gap:40px;padding:60px 5%;flex-wrap:wrap}.content-section.reverse{flex-direction:row-reverse}.content-image img{width:100%;max-width:450px;border-radius:16px;box-shadow:0 6px 20px #0000001f}.content-text{flex:1 1 400px}.content-text h2{color:#5ac5c8;font-size:2rem;margin-bottom:20px}.content-text p{font-size:1rem;line-height:1.8;color:#333}.animate-left{opacity:0;transform:translate(-50px);animation:slideInLeft 1s forwards}.animate-right{opacity:0;transform:translate(50px);animation:slideInRight 1s forwards}@keyframes slideInLeft{to{opacity:1;transform:translate(0)}}@keyframes slideInRight{to{opacity:1;transform:translate(0)}}@media(max-width:768px){.content-section,.content-section.reverse{flex-direction:column;text-align:center}.content-image img{max-width:100%}.content-text{flex:1 1 100%}}.services-page{width:100%;font-family:Arial,sans-serif}.services-hero{padding:10px 5% 20px;text-align:center;background-color:#fff}.services-hero-title{font-size:2.5rem;color:#1c2a33;font-weight:700;margin-bottom:20px}.services-hero-subtitle{font-size:1.1rem;color:#333;line-height:1.6}.services-section{padding:40px 5%}.services-cards{display:flex;flex-wrap:wrap;gap:13px;justify-content:space-between}.services-card{flex:1 1 350px;max-width:350px;background-color:#fff;color:#04353d;padding:15px 10px;border-radius:16px;box-shadow:0 6px 20px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-align:center}.services-card h3{font-size:1.3rem;color:#5ac5c8;margin-bottom:15px}.services-card img{width:100%;height:200px;border-radius:12px;margin-bottom:15px;object-fit:cover}.services-card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px;text-align:left}.services-card li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#333;line-height:1.5;padding:8px 0;border-bottom:1px solid #e5e7eb}.services-card li:last-child{border-bottom:none}.services-card li:before{content:"✓";font-weight:700;color:#5ac5c8;margin-top:2px;flex-shrink:0}.activities-section{display:flex;gap:40px;padding:40px;align-items:flex-start;justify-content:center;flex-wrap:wrap}.activities-left{flex:1 1 350px}.activity-image{width:100%;height:350px;object-fit:cover;border-radius:16px;box-shadow:0 6px 20px #0000001f;transition:opacity .4s ease}.activities-right{flex:1 1 350px}.activities-right h2{margin-bottom:12px;color:#5ac5c8}.activities-list{column-count:3;column-gap:40px}.activities-list li{break-inside:avoid;display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#333;line-height:1.5;padding:6px 0;border-bottom:1px solid #e5e7eb}.activities-list li:last-child{border-bottom:none}.activities-list li:before{content:"✓";font-weight:700;color:#5ac5c8;margin-top:2px;flex-shrink:0}@media(max-width:768px){.activities-section{flex-direction:column;align-items:flex-start;gap:10px}.activities-list{column-count:2;width:100%}.activities-list li{font-size:1rem;line-height:1.8}}.gallery-page{width:100%;font-family:Arial,sans-serif}.gallery-hero{padding:10px 5% 20px;text-align:center;background-color:#fff}.gallery-hero-title{font-size:2.5rem;color:#1c2a33;font-weight:700;margin-bottom:20px}.gallery-hero-subtitle{font-size:1.1rem;color:#333;line-height:1.6}.gallery-preview{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-content:center;gap:8px}.animated-image{width:100%;max-width:320px;height:auto;aspect-ratio:2 / 3;object-fit:cover;border-radius:8px}@media(min-width:768px){.animated-image{max-width:260px}}@media(min-width:1200px){.animated-image{max-width:320px}}.video-container{width:100%;margin:0 auto}.video-wrapper{width:85%;height:800px;margin:0 auto;overflow:hidden}.video-player{width:100%;height:100%;object-fit:cover;object-position:center}.welcome{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,10vw,5rem);font-weight:700;color:#1a4d7f;margin-bottom:.3rem;text-transform:capitalize;letter-spacing:1px;line-height:1.1;background:linear-gradient(120deg,#5ac5c8,#1a4d7f);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.title{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(2rem,4vw,3rem);font-weight:500;color:#163f66;margin-bottom:1rem;line-height:1.2;letter-spacing:.5px}.tagline{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:300;color:#555;line-height:1.6;max-width:500px;margin-bottom:2rem;text-align:left}.btn-primary{padding:12px 32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:300;border-radius:50px;cursor:pointer;transition:all .3s ease;border:2px solid #1a4d7f;background:transparent;color:#1a4d7f}.btn-primary:hover{background-color:#1a4d7f;color:#fff;transform:translateY(-3px)}.paragraph{font-size:clamp(1rem,1.2vw,1.1rem);line-height:1.8;color:#04353d}.paragraph strong{color:#035255;font-weight:700}.contact-hero{position:relative;width:100%;min-height:75vh;background-size:cover;background-position:center;display:flex;justify-content:center;align-items:center;padding:50px 20px;box-sizing:border-box;overflow:hidden}.contact-hero:before{content:"";position:absolute;inset:0;background:#00000073;z-index:1}.contact-hero-content{position:relative;z-index:2;max-width:900px;width:100%;text-align:center;color:#fff}.contact-hero-title{font-size:2.5rem;font-weight:800;margin-bottom:20px;letter-spacing:1px;text-shadow:1px 1px 4px rgba(0,0,0,.5)}.contact-hero-subtitle{font-size:1.15rem;line-height:1.8;margin-bottom:50px;color:#e0e0e0;text-shadow:1px 1px 3px rgba(0,0,0,.4)}.contact-hero-methods{display:flex;justify-content:center;gap:15px;margin-bottom:20px;width:100%;flex-wrap:nowrap}.contact-method{flex:1 1 250px;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(135deg,#ffffff2e,#ffffff0f);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:15px;padding:25px;text-align:center;transition:transform .3s,box-shadow .4s;box-shadow:0 8px 20px #0000004d}.contact-method:hover{transform:translateY(-5px);box-shadow:0 14px 28px #00000059}.contact-method p{font-size:1rem;font-weight:500;color:#fff}.contact-hero-btn{padding:12px 32px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:clamp(1rem,1.8vw,1.3rem);font-weight:300;border-radius:50px;cursor:pointer;transition:all .3s ease;border:2px solid #1a4d7f;background:#fff;color:#1a4d7f}.contact-hero-btn:hover{background-color:#1a4d7f;color:#fff;transform:translateY(-3px)}@media(max-width:768px){.contact-hero-methods{flex-direction:column;align-items:center}.contact-hero-title{font-size:2rem}.contact-hero-subtitle{font-size:1rem}}.map-message-container{width:100%;max-width:1200px;margin:60px auto;display:flex;justify-content:space-between;align-items:flex-start;gap:40px;box-sizing:border-box}.map{flex:1}.map iframe{width:100%;height:450px;border-radius:14px;box-shadow:0 6px 25px #0000001f;border:0}.message{flex:1;background:#fff;padding:35px 28px;border-radius:14px;box-shadow:0 6px 25px #0000001f;opacity:1;transform:translateY(0);transition:all .5s ease;box-sizing:border-box}.message h2{font-size:1.8rem;margin-bottom:20px;color:#1c2a33;font-weight:700;text-align:center;letter-spacing:.5px}.message form{display:flex;flex-direction:column;gap:16px}.message input,.message textarea{padding:14px 16px;border-radius:10px;border:2px solid #d9d9d9;background:#fafafa;font-size:1rem;color:#1c2a33;outline:none;transition:border-color .3s ease,background .3s ease}.message input::placeholder,.message textarea::placeholder{color:#8a8a8a}.message input:hover,.message textarea:hover{background:#fff}.message input:focus,.message textarea:focus{border-color:#5ac5c8;background:#fff}.message textarea{min-height:120px;resize:vertical}.message button{margin:0 auto}@media(max-width:900px){.map-message-container{flex-direction:column;align-items:center;padding:0 15px}.map iframe{height:350px}.message{width:100%;max-width:500px;padding:25px 20px}.message h2{font-size:1.6rem}.message button{width:80%;padding:12px}}.app-section{position:relative;overflow:hidden;width:100%;box-shadow:0 8px 20px #0000000d;background-repeat:no-repeat;background-size:100% auto;background-position:center top -170px}.app-overlay{background-color:#0000008c;padding:40px 20px;text-align:center;display:flex;flex-direction:column;justify-content:flex-start}.app-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:15px}.app-subtitle{font-size:1rem;color:#e0e0e0;line-height:1.6;margin-bottom:10px}.app-button-wrapper{margin-top:20px}.app-button-wrapper .btn-primary{background-color:#3b82f6;color:#fff;font-size:1rem;font-weight:600;padding:14px 32px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease}.app-button-wrapper .btn-primary:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(max-width:480px){.app-section{background-size:cover;background-position:center top}.app-overlay{padding:30px 15px}.app-title{font-size:1.4rem}.app-subtitle{font-size:.95rem}.app-button-wrapper .btn-primary{padding:12px 24px;font-size:.95rem}}.footer{background-color:#1c2a33;color:#fff;padding:40px 20px 20px;font-family:Arial,sans-serif}.footer-container{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;max-width:1200px;margin:0 auto}.footer-section{flex:1 1 250px;min-width:220px}.footer-section h3{font-size:1.2rem;font-weight:700;margin-bottom:15px;border-bottom:2px solid #3b82f6;display:inline-block;padding-bottom:5px}.footer-links{display:flex;flex-direction:column;gap:8px}.footer-links a{color:#fff;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#3b82f6}.footer-section ul{list-style:none;padding:0;margin:0;line-height:2}.footer-section li{margin-bottom:6px}.btn-primary:hover{background-color:#2563eb;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.footer-bottom{margin-top:30px;text-align:center;font-size:.9rem;color:#d1d5db;border-top:1px solid rgba(255,255,255,.2);padding-top:15px}@media(max-width:768px){.footer-container{flex-direction:column;align-items:left;gap:25px}.footer-section{text-align:left;line-height:2}.footer-links{align-items:left;line-height:2}.btn-primary{width:100%;max-width:250px;line-height:2}}body,html,#root{width:100%;min-width:100%}.navBar{position:sticky;top:0;left:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 40px;background-color:#5ac5c8;box-shadow:0 2px 8px #0000001a;height:70px;z-index:1000;flex-wrap:wrap;box-sizing:border-box}.logo img{height:50px;width:auto}.navLinks{display:flex;gap:30px;align-items:center;transition:all .3s ease}.navLinks a{text-decoration:none;color:#04353d;font-weight:500;font-size:20px;padding:8px 12px;border-radius:4px;transition:all .3s ease}.navLinks a:hover{background-color:#007bff;color:#fff}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background-color:#333;border-radius:2px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}@media(max-width:768px){.hamburger{display:flex;order:2}.navLinks{display:none;flex-direction:column;width:100%;margin-top:10px;gap:15px;order:3}.navLinks.open{display:flex}.navBar{flex-direction:row;align-items:center;padding:15px 20px;height:auto}}@media(max-width:480px){.navLinks a{width:100%;text-align:left;padding:10px}}
