@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,sans-serif}.HomeWhatsapp{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#25d366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;text-decoration:none;z-index:10000;box-shadow:0 4px 12px #25d3664d;transition:all .3s ease;cursor:pointer}.HomeWhatsapp:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36680;background-color:#128c7e}.HomeWhatsapp:active{transform:scale(.95)}@media (max-width: 768px){.HomeWhatsapp{width:55px;height:55px;font-size:1.8rem;bottom:15px;right:15px}}@media (max-width: 480px){.HomeWhatsapp{width:50px;height:50px;font-size:1.6rem;bottom:10px;right:10px}}@media (min-width: 1200px){.HomeWhatsapp{bottom:30px;right:30px}}.navbar-root{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;background-color:#f8f7f3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 20px #0b2e4e14;z-index:9999!important;transition:all .3s cubic-bezier(.4,0,.2,1);transform:none!important;display:block!important;visibility:visible!important;opacity:1!important}.navbar-root.scrolled{background:rgba(255,255,255,.95)!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 25px #0b2e4e26}.navbar-root.scrolled .navbar-container{height:70px}.navbar-root.scrolled .navbar-logo .logo-img{height:45px}.navbar-root.scrolled .cta-button{box-shadow:0 4px 20px #e3a60066}.navbar-root .navbar-container{margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:80px;transition:height .3s cubic-bezier(.4,0,.2,1);width:100%;box-sizing:border-box}.navbar-root .navbar-logo{display:flex;align-items:center;gap:12px;cursor:pointer;transition:transform .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.navbar-root .navbar-logo:hover{transform:scale(1.05)}.navbar-root .navbar-logo .logo-img{height:60px;width:auto;transition:all .3s cubic-bezier(.4,0,.2,1);display:block}.navbar-root .navbar-logo .logo-text{font-family:Roboto,sans-serif;font-weight:700;font-size:24px;color:#0b2e4e}.navbar-root.desktop .navbar-menu{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;align-items:center}.navbar-root.desktop .navbar-menu .navbar-item{position:relative}.navbar-root.desktop .navbar-menu .navbar-item .navbar-link{text-decoration:none;color:#333;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;display:flex;align-items:center;gap:.5rem;padding:.5rem 0;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap}.navbar-root.desktop .navbar-menu .navbar-item .navbar-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(135deg,#E3A600,rgb(150.5,110.0572687225,0));transition:width .3s cubic-bezier(.4,0,.2,1)}.navbar-root.desktop .navbar-menu .navbar-item .navbar-link:hover{color:#0b2e4e;transform:translateY(-1px)}.navbar-root.desktop .navbar-menu .navbar-item .navbar-link:hover:after{width:100%}.navbar-root.desktop .navbar-menu .navbar-item .navbar-link:hover .dropdown-arrow{transform:translateY(-2px) rotate(180deg);color:#0b2e4e}.navbar-root.desktop .navbar-menu .navbar-item .navbar-link .dropdown-arrow{color:#e3a600;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-root.desktop .navbar-cta{flex-shrink:0}.navbar-root.desktop .navbar-cta .cta-button{background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));color:#fff;border:none;padding:12px 24px;border-radius:8px;font-family:Roboto,sans-serif;font-weight:600;font-size:14px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px #e3a6004d;white-space:nowrap}.navbar-root.desktop .navbar-cta .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,rgb(150.5,110.0572687225,0),#E3A600);transition:left .3s cubic-bezier(.4,0,.2,1);z-index:1}.navbar-root.desktop .navbar-cta .cta-button span{position:relative;z-index:2}.navbar-root.desktop .navbar-cta .cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #e3a60066}.navbar-root.desktop .navbar-cta .cta-button:hover:before{left:0}.navbar-root.desktop .navbar-cta .cta-button:active{transform:translateY(-1px)}.navbar-root.mobile.scrolled .navbar-container{height:65px}.navbar-root.mobile.scrolled .navbar-logo .logo-img{height:40px}.navbar-root.mobile .navbar-logo .logo-img{height:50px;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-root.mobile .hamburger{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.navbar-root.mobile .hamburger:hover{background:rgba(11,46,78,.1)}.navbar-root.mobile .hamburger .hamburger-icon{color:#0b2e4e;transition:all .3s cubic-bezier(.4,0,.2,1)}.navbar-root.mobile .hamburger.active .hamburger-icon{transform:rotate(180deg)}.mobile-menu-overlay{position:fixed!important;top:0!important;left:0!important;width:100vw!important;height:100vh!important;background:rgba(0,0,0,0);z-index:10000!important;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu-overlay.active{background:rgba(0,0,0,.5);opacity:1;visibility:visible}.mobile-menu{position:fixed!important;top:0!important;left:-100%!important;width:85%;max-width:380px;height:100vh!important;background:#FFFFFF;z-index:10001!important;overflow-y:auto;box-shadow:5px 0 30px #00000026;transition:left .4s cubic-bezier(.4,0,.2,1)}.mobile-menu.active{left:0!important}.mobile-menu .mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem;border-bottom:1px solid rgba(245,245,245,.8);background:rgba(11,46,78,.02)}.mobile-menu .mobile-menu-header .close-btn{background:none;border:none;color:#333;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu .mobile-menu-header .close-btn:hover{background:rgba(11,46,78,.1);transform:rotate(90deg)}.mobile-menu .mobile-menu-content{padding:1rem 0}.mobile-menu .mobile-menu-list{list-style:none;padding:0;margin:0}.mobile-menu .mobile-menu-list .mobile-menu-item{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid rgba(245,245,245,.6);transition:all .3s cubic-bezier(.4,0,.2,1);position:relative}.mobile-menu .mobile-menu-list .mobile-menu-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:0;background:linear-gradient(135deg,rgba(227,166,0,.1),rgba(11,46,78,.05));transition:width .3s cubic-bezier(.4,0,.2,1)}.mobile-menu .mobile-menu-list .mobile-menu-item:hover{transform:translate(5px);background:rgba(11,46,78,.02)}.mobile-menu .mobile-menu-list .mobile-menu-item:hover:before{width:4px}.mobile-menu .mobile-menu-list .mobile-menu-item:hover .dropdown-arrow{transform:rotate(180deg);color:#0b2e4e}.mobile-menu .mobile-menu-list .mobile-menu-item a{text-decoration:none;color:#333;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;flex:1;transition:color .3s cubic-bezier(.4,0,.2,1)}.mobile-menu .mobile-menu-list .mobile-menu-item a:hover{color:#0b2e4e}.mobile-menu .mobile-menu-list .mobile-menu-item .dropdown-arrow{color:#e3a600;transition:all .3s cubic-bezier(.4,0,.2,1)}.mobile-menu .mobile-cta{padding:1.5rem 1.25rem 1rem}.mobile-menu .mobile-cta .cta-button{width:100%;background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));color:#fff;border:none;padding:1rem;border-radius:10px;font-family:Roboto,sans-serif;font-weight:600;font-size:16px;cursor:pointer;position:relative;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #e3a6004d}.mobile-menu .mobile-cta .cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,rgb(150.5,110.0572687225,0),#E3A600);transition:left .3s cubic-bezier(.4,0,.2,1);z-index:1}.mobile-menu .mobile-cta .cta-button span{position:relative;z-index:2}.mobile-menu .mobile-cta .cta-button:hover{transform:translateY(-2px);box-shadow:0 8px 30px #e3a60066}.mobile-menu .mobile-cta .cta-button:hover:before{left:0}.mobile-menu .mobile-social{display:flex;justify-content:center;gap:1rem;padding:1rem 1.25rem}.mobile-menu .mobile-social .social-link{width:3rem;height:3rem;background:rgba(245,245,245,.8);color:#0b2e4e;display:flex;align-items:center;justify-content:center;border-radius:50%;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.mobile-menu .mobile-social .social-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));transform:scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:50%}.mobile-menu .mobile-social .social-link:hover{transform:translateY(-3px) scale(1.1);color:#fff}.mobile-menu .mobile-social .social-link:hover:before{transform:scale(1)}.mobile-menu .mobile-social .social-link svg{position:relative;z-index:2}.mobile-menu .mobile-contact{text-align:center;padding:0 1.25rem 1.5rem}.mobile-menu .mobile-contact p{color:#333;font-size:14px;font-weight:500;padding:.75rem 1rem;background:rgba(11,46,78,.05);border-radius:8px;margin:0}html{scroll-behavior:smooth}@media (max-width: 480px){.mobile-menu{width:90%!important;max-width:none}.navbar-root .navbar-container{padding:0 15px}.navbar-root.scrolled .navbar-container{height:60px}.navbar-root.scrolled .navbar-logo .logo-img{height:35px}}.navbar-root{position:fixed!important;transform:translateZ(0)!important;isolation:isolate}body>.navbar-root,html>.navbar-root,#root>.navbar-root,.App>.navbar-root{position:fixed!important;top:0!important;left:0!important;right:0!important}.footer-root{background:linear-gradient(135deg,#0B2E4E 0%,rgb(5.9573033708,24.9123595506,42.2426966292) 100%);color:#fff;position:relative;margin-top:4rem}.footer-root .back-to-top{position:absolute;top:-25px;right:2rem;width:50px;height:50px;background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #e3a6004d;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10}.footer-root .back-to-top:hover{transform:translateY(-3px) scale(1.1);box-shadow:0 8px 30px #e3a60066}.footer-root .back-to-top:active{transform:translateY(-1px) scale(1.05)}.footer-root .footer-container{margin:0 auto;padding:0 20px}.footer-root .footer-newsletter{padding:3rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.footer-root .footer-newsletter .newsletter-content{text-align:center;max-width:600px;margin:0 auto}.footer-root .footer-newsletter .newsletter-content h3{font-family:Roboto,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;background:linear-gradient(135deg,#FFFFFF,rgba(255,255,255,.8));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-root .footer-newsletter .newsletter-content p{font-size:1.1rem;opacity:.9;margin-bottom:2rem;line-height:1.6}.footer-root .footer-newsletter .newsletter-form .input-group{display:flex;max-width:400px;margin:0 auto;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 8px 30px #0003}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-input{flex:1;padding:1rem 1.25rem;border:none;background:rgba(255,255,255,.95);color:#333;font-size:1rem;font-family:Roboto,sans-serif;outline:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-input::placeholder{color:#3339}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-input:focus{background:#FFFFFF;box-shadow:inset 0 0 0 2px #e3a600}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-btn{background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));border:none;padding:1rem 1.25rem;color:#fff;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(135deg,rgb(150.5,110.0572687225,0),#E3A600);transition:left .3s cubic-bezier(.4,0,.2,1)}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-btn svg{position:relative;z-index:2;transition:transform .3s cubic-bezier(.4,0,.2,1)}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-btn:hover:before{left:0}.footer-root .footer-newsletter .newsletter-form .input-group .newsletter-btn:hover svg{transform:translate(3px)}.footer-root .footer-main{padding:3rem 0 2rem}.footer-root .footer-main .footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:2.5rem}@media (max-width: 1024px){.footer-root .footer-main .footer-grid{grid-template-columns:1.2fr 1fr 1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer-root .footer-main .footer-grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 480px){.footer-root .footer-main .footer-grid{grid-template-columns:1fr;gap:2rem}}.footer-root .footer-main .footer-column h4{font-family:Roboto,sans-serif;font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:#e3a600;position:relative;padding-bottom:.5rem}.footer-root .footer-main .footer-column h4:after{content:"";position:absolute;bottom:0;left:0;width:30px;height:2px;background:linear-gradient(90deg,#E3A600,transparent)}.footer-root .footer-main .footer-column.company-info .footer-logo{margin-bottom:1.5rem}.footer-root .footer-main .footer-column.company-info .footer-logo img{height:3rem;width:auto;transition:transform .3s cubic-bezier(.4,0,.2,1)}.footer-root .footer-main .footer-column.company-info .footer-logo img:hover{transform:scale(1.05)}.footer-root .footer-main .footer-column.company-info .company-description{font-size:.95rem;line-height:1.6;opacity:.9;margin-bottom:2rem}.footer-root .footer-main .footer-column.company-info .contact-info{margin-bottom:2rem}.footer-root .footer-main .footer-column.company-info .contact-info .contact-item{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:.9rem;opacity:.9;transition:all .3s cubic-bezier(.4,0,.2,1)}.footer-root .footer-main .footer-column.company-info .contact-info .contact-item:hover{opacity:1;transform:translate(5px)}.footer-root .footer-main .footer-column.company-info .contact-info .contact-item svg{color:#e3a600;flex-shrink:0}.footer-root .footer-main .footer-column.company-info .contact-info .contact-item a{color:inherit;text-decoration:none;transition:color .3s ease}.footer-root .footer-main .footer-column.company-info .contact-info .contact-item a:hover{color:#e3a600}.footer-root .footer-main .footer-column.company-info .social-links{display:flex;gap:.75rem}.footer-root .footer-main .footer-column.company-info .social-links .social-link{width:2.5rem;height:2.5rem;background:rgba(255,255,255,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.footer-root .footer-main .footer-column.company-info .social-links .social-link:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));transform:scale(0);transition:transform .3s cubic-bezier(.4,0,.2,1);border-radius:50%}.footer-root .footer-main .footer-column.company-info .social-links .social-link svg{position:relative;z-index:2}.footer-root .footer-main .footer-column.company-info .social-links .social-link:hover{transform:translateY(-3px)}.footer-root .footer-main .footer-column.company-info .social-links .social-link:hover:before{transform:scale(1)}.footer-root .footer-main .footer-column .footer-links{list-style:none;padding:0;margin:0}.footer-root .footer-main .footer-column .footer-links li{margin-bottom:.75rem}.footer-root .footer-main .footer-column .footer-links li a{color:#fffc;text-decoration:none;font-size:.9rem;display:flex;align-items:center;gap:.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);padding:.25rem 0}.footer-root .footer-main .footer-column .footer-links li a svg{opacity:0;transform:translate(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);color:#e3a600}.footer-root .footer-main .footer-column .footer-links li a:hover{color:#e3a600;transform:translate(5px)}.footer-root .footer-main .footer-column .footer-links li a:hover svg{opacity:1;transform:translate(0)}.footer-root .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.5rem 0}.footer-root .footer-bottom .footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}@media (max-width: 768px){.footer-root .footer-bottom .footer-bottom-content{flex-direction:column;text-align:center;gap:1rem}}.footer-root .footer-bottom .footer-bottom-content .copyright p{margin:0;font-size:.875rem;opacity:.8}.footer-root .footer-bottom .footer-bottom-content .footer-bottom-links{display:flex;gap:1.5rem}@media (max-width: 480px){.footer-root .footer-bottom .footer-bottom-content .footer-bottom-links{flex-direction:column;gap:.5rem}}.footer-root .footer-bottom .footer-bottom-content .footer-bottom-links a{color:#ffffffb3;text-decoration:none;font-size:.875rem;transition:color .3s ease}.footer-root .footer-bottom .footer-bottom-content .footer-bottom-links a:hover{color:#e3a600}.footer-root .footer-bottom .footer-bottom-content .australian-business span{font-size:.875rem;font-weight:600;color:#e3a600;display:flex;align-items:center;gap:.5rem}html{scrollbar-width:thin;scrollbar-color:#E3A600 transparent}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#F5F5F5}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgb(176,128.704845815,0),#E3A600)}.homepage-root{width:100%;overflow-x:hidden;padding-top:4.5rem;scroll-behavior:smooth;background-color:#fff}.hero-section{min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:80px 0 40px}.hero-section .hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-section .hero-background-image img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-section .hero-background-image .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,46,78,.85) 0%,rgba(11,46,78,.7) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.hero-section .hero-container{position:relative;z-index:2;width:100%;max-width:1800px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.hero-section .hero-container{padding:0 16px}}@media (max-width: 480px){.hero-section .hero-container{padding:0 12px}}.hero-section .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;color:#fffc;font-size:.9rem;flex-wrap:wrap}.hero-section .breadcrumb span:last-child{color:#e3a600;font-weight:600}@media (max-width: 768px){.hero-section .breadcrumb{margin-bottom:1.5rem;font-size:.85rem}}@media (max-width: 480px){.hero-section .breadcrumb{margin-bottom:1rem;font-size:.8rem;gap:.25rem}}.hero-section .hero-content{max-width:850px;margin:0 auto;animation:fadeIn 1s ease-out}.hero-section .hero-content .hero-title{font-size:clamp(2rem,8vw,3.8rem);font-weight:700;line-height:1.25;color:#fff;margin-bottom:1.5rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.hero-section .hero-content .hero-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline;word-break:keep-all}@media (max-width: 768px){.hero-section .hero-content .hero-title{font-size:clamp(1.8rem,7vw,2.8rem);line-height:1.3;margin-bottom:1.25rem}}@media (max-width: 480px){.hero-section .hero-content .hero-title{font-size:clamp(1.5rem,6.5vw,2.2rem);line-height:1.35;margin-bottom:1rem;text-align:center}}@media (max-width: 360px){.hero-section .hero-content .hero-title{font-size:clamp(1.3rem,6vw,1.8rem);line-height:1.4}}.hero-section .hero-content .hero-description{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7;color:#ffffffe6;margin:0 auto 2.5rem;max-width:700px}@media (max-width: 768px){.hero-section .hero-content .hero-description{font-size:clamp(.95rem,2.3vw,1.1rem);line-height:1.6;margin-bottom:2rem;max-width:600px}}@media (max-width: 480px){.hero-section .hero-content .hero-description{font-size:clamp(.9rem,2.2vw,1rem);line-height:1.65;margin-bottom:1.5rem;max-width:100%;text-align:center}}.hero-section .hero-content .hero-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;align-items:center}.hero-section .hero-content .hero-buttons .btn-primary,.hero-section .hero-content .hero-buttons .btn-secondary{padding:1rem 2.25rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;border:2px solid transparent;text-decoration:none;white-space:nowrap;min-height:52px;box-sizing:border-box}.hero-section .hero-content .hero-buttons .btn-primary svg,.hero-section .hero-content .hero-buttons .btn-secondary svg{transition:transform .3s ease;flex-shrink:0}.hero-section .hero-content .hero-buttons .btn-primary span,.hero-section .hero-content .hero-buttons .btn-secondary span{display:inline-block;text-align:center}.hero-section .hero-content .hero-buttons .btn-primary{background:#E3A600;color:#0b2e4e;border-color:#e3a600}.hero-section .hero-content .hero-buttons .btn-primary:hover{background:rgb(201.5,147.3524229075,0);transform:translateY(-3px);box-shadow:0 8px 25px #e3a6004d}.hero-section .hero-content .hero-buttons .btn-primary:hover svg{transform:translate(3px)}.hero-section .hero-content .hero-buttons .btn-primary:focus{outline:2px solid rgba(227,166,0,.5);outline-offset:2px}.hero-section .hero-content .hero-buttons .btn-secondary{background:transparent;color:#fff;border-color:#fff}.hero-section .hero-content .hero-buttons .btn-secondary:hover{background:#FFFFFF;color:#0b2e4e;transform:translateY(-3px)}.hero-section .hero-content .hero-buttons .btn-secondary:hover svg{transform:scale(1.1)}.hero-section .hero-content .hero-buttons .btn-secondary:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@media (max-width: 768px){.hero-section .hero-content .hero-buttons{gap:1.25rem}.hero-section .hero-content .hero-buttons .btn-primary,.hero-section .hero-content .hero-buttons .btn-secondary{padding:.9rem 2rem;font-size:.95rem;gap:.5rem;min-height:48px}.hero-section .hero-content .hero-buttons .btn-primary svg,.hero-section .hero-content .hero-buttons .btn-secondary svg{width:16px;height:16px}}@media (max-width: 640px){.hero-section .hero-content .hero-buttons{flex-direction:column;gap:1rem;width:100%}.hero-section .hero-content .hero-buttons .btn-primary,.hero-section .hero-content .hero-buttons .btn-secondary{width:100%;max-width:320px;padding:1rem 1.5rem;font-size:.9rem;justify-content:center;min-height:50px}}@media (max-width: 480px){.hero-section .hero-content .hero-buttons .btn-primary,.hero-section .hero-content .hero-buttons .btn-secondary{max-width:280px;padding:.875rem 1.25rem;font-size:.85rem;gap:.5rem}.hero-section .hero-content .hero-buttons .btn-primary svg,.hero-section .hero-content .hero-buttons .btn-secondary svg{width:14px;height:14px}.hero-section .hero-content .hero-buttons .btn-primary span,.hero-section .hero-content .hero-buttons .btn-secondary span{font-size:inherit}}@media (max-width: 360px){.hero-section .hero-content .hero-buttons .btn-primary,.hero-section .hero-content .hero-buttons .btn-secondary{max-width:260px;padding:.75rem 1rem;font-size:.8rem;min-height:44px}}@media (max-width: 768px){.hero-section{min-height:70vh;padding:60px 0 30px}}@media (max-width: 480px){.hero-section{min-height:70vh;padding:40px 0 20px}}@media (max-width: 768px) and (orientation: landscape){.hero-section{min-height:100vh;padding:20px 0}.hero-section .hero-content .hero-title{font-size:clamp(1.5rem,5vw,2.2rem);margin-bottom:.75rem}.hero-section .hero-content .hero-description{font-size:clamp(.85rem,2vw,1rem);margin-bottom:1rem}.hero-section .hero-content .hero-buttons{gap:.75rem}.hero-section .hero-content .hero-buttons .btn-primary,.hero-section .hero-content .hero-buttons .btn-secondary{padding:.6rem 1.25rem;font-size:.8rem;min-height:40px}.hero-section .breadcrumb{margin-bottom:.5rem}}.home-services{position:relative;padding:100px 0;min-height:100vh;overflow:hidden}.home-services .services-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home-services .services-background img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.1}.home-services .services-background .services-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(248,249,250,.95) 0%,rgba(255,255,255,.98) 100%);-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.home-services .services-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.home-services .services-container{padding:0 16px}}.home-services .services-header{text-align:center;max-width:800px;margin:0 auto 80px}.home-services .services-header .section-badge{display:inline-block;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.home-services .services-header .services-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.2}.home-services .services-header .services-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-services .services-header .services-description{font-size:clamp(1rem,2.2vw,1.2rem);color:#6c757d;line-height:1.7;max-width:700px;margin:0 auto}@media (max-width: 768px){.home-services .services-header{margin-bottom:60px}}.home-services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px;margin-bottom:80px}@media (min-width: 1200px){.home-services .services-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px) and (max-width: 1199px){.home-services .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.home-services .services-grid{grid-template-columns:1fr;gap:25px;margin-bottom:60px}}@media (max-width: 480px){.home-services .services-grid{gap:20px}}.home-services .service-card{position:relative;background:#FFFFFF;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0b2e4e14;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(11,46,78,.08);min-height:600px;display:flex;flex-direction:column}.home-services .service-card:hover,.home-services .service-card.hovered{transform:translateY(-8px);box-shadow:0 20px 50px #0b2e4e26;border-color:var(--service-color)}.home-services .service-card:hover .card-image img,.home-services .service-card.hovered .card-image img{transform:scale(1.05)}.home-services .service-card:hover .service-icon,.home-services .service-card.hovered .service-icon{transform:scale(1.1) rotate(5deg);color:var(--service-color)!important}.home-services .service-card:hover .learn-more-btn,.home-services .service-card.hovered .learn-more-btn{background:var(--service-color);color:#fff;transform:translate(5px)}.home-services .service-card:hover .learn-more-btn svg,.home-services .service-card.hovered .learn-more-btn svg{transform:translate(3px)}.home-services .service-card .card-image{position:relative;height:300px;overflow:hidden;border-radius:16px 16px 0 0}.home-services .service-card .card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:all .4s ease}.home-services .service-card .card-image .image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--service-color),.3) 0%,rgba(var(--service-color),.1) 100%);opacity:.8}@media (max-width: 768px){.home-services .service-card .card-image{height:180px}}@media (max-width: 480px){.home-services .service-card .card-image{height:160px}}.home-services .service-card .card-content{padding:32px;flex-grow:1;display:flex;flex-direction:column}@media (max-width: 768px){.home-services .service-card .card-content{padding:28px}}@media (max-width: 480px){.home-services .service-card .card-content{padding:24px}}.home-services .service-card .card-header{display:flex;align-items:center;gap:16px;margin-bottom:20px}.home-services .service-card .card-header .service-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:rgba(var(--service-color),.1);border-radius:12px;transition:all .3s ease;flex-shrink:0;color:var(--service-color)}.home-services .service-card .card-header .service-category{font-size:.85rem;font-weight:600;color:var(--service-color);text-transform:uppercase;letter-spacing:1px;opacity:.9}.home-services .service-card .service-title{font-size:clamp(1.3rem,2.5vw,1.5rem);font-weight:700;color:#0b2e4e;margin-bottom:12px;line-height:1.3}.home-services .service-card .service-description{font-size:clamp(.9rem,1.8vw,1rem);color:#6c757d;line-height:1.6;margin-bottom:24px}.home-services .service-card .service-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px;flex-grow:1}.home-services .service-card .service-item{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;transition:all .3s ease;border:1px solid transparent}.home-services .service-card .service-item:hover{background:rgba(var(--service-color),.05);border-color:rgba(var(--service-color),.2)}.home-services .service-card .service-item .service-item-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:rgba(var(--service-color),.1);border-radius:8px;flex-shrink:0;transition:all .3s ease;color:var(--service-color)}.home-services .service-card .service-item .service-item-content{display:flex;flex-direction:column;min-width:0;flex:1}.home-services .service-card .service-item .service-item-content .service-item-name{font-size:.95rem;font-weight:600;color:#0b2e4e;margin-bottom:2px}.home-services .service-card .service-item .service-item-content .service-item-desc{font-size:.85rem;color:#6c757d;line-height:1.4}.home-services .service-card .card-footer{margin-top:auto}.home-services .service-card .card-footer .learn-more-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:2px solid var(--service-color);border-radius:8px;color:var(--service-color);font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center}.home-services .service-card .card-footer .learn-more-btn svg{transition:transform .3s ease}.home-services .service-card .card-footer .learn-more-btn:focus{outline:2px solid rgba(var(--service-color),.3);outline-offset:2px}.home-services .services-cta{background:linear-gradient(135deg,#0B2E4E 0%,rgb(17.3033707865,72.3595505618,122.6966292135) 100%);border-radius:20px;padding:60px 40px;text-align:center;position:relative;overflow:hidden}.home-services .services-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.5}.home-services .services-cta .cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.home-services .services-cta .cta-content h3{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}.home-services .services-cta .cta-content p{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffe6;margin-bottom:32px;line-height:1.6}.home-services .services-cta .cta-content .cta-button{display:inline-flex;align-items:center;gap:12px;background:#E3A600;color:#0b2e4e;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease}.home-services .services-cta .cta-content .cta-button:hover{background:rgb(252.5,184.6475770925,0);transform:translateY(-2px);box-shadow:0 10px 25px #e3a6004d}.home-services .services-cta .cta-content .cta-button:hover svg{transform:translate(3px)}.home-services .services-cta .cta-content .cta-button svg{transition:transform .3s ease}@media (max-width: 768px){.home-services .services-cta{padding:50px 30px}}@media (max-width: 480px){.home-services .services-cta{padding:40px 24px}}@media (max-width: 768px){.home-services{padding:80px 0}}@media (max-width: 480px){.home-services{padding:60px 0}.home-services .service-card{min-height:520px}}@media (prefers-reduced-motion: reduce){.service-card{transition:none}.service-card:hover{transform:none}.learn-more-btn,.cta-button{transition:none}.learn-more-btn:hover,.cta-button:hover{transform:none}}@media (prefers-contrast: high){.service-card{border:2px solid #0B2E4E}.service-card:hover{border-color:var(--service-color)}}.home-why-us{position:relative;padding:120px 0;min-height:100vh;overflow:hidden}.home-why-us .why-us-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.home-why-us .why-us-background img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.08}.home-why-us .why-us-background .why-us-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(248,249,250,.97) 0%,rgba(255,255,255,.95) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.home-why-us .why-us-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.home-why-us .why-us-container{padding:0 16px}}.home-why-us .why-us-header{text-align:center;max-width:800px;margin:0 auto 60px}.home-why-us .why-us-header .section-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:10px 24px;border-radius:30px;font-size:.9rem;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #e3a60033}.home-why-us .why-us-header .why-us-title{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;color:#0b2e4e;margin-bottom:24px;line-height:1.15}.home-why-us .why-us-header .why-us-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,199.5088105727,48.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.home-why-us .why-us-header .why-us-description{font-size:clamp(1.1rem,2.5vw,1.3rem);color:#6c757d;line-height:1.7;max-width:700px;margin:0 auto}@media (max-width: 768px){.home-why-us .why-us-header{margin-bottom:50px}}.home-why-us .why-us-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:30px;margin-bottom:100px}@media (max-width: 768px){.home-why-us .why-us-grid{grid-template-columns:1fr;gap:25px;margin-bottom:80px}}@media (max-width: 480px){.home-why-us .why-us-grid{grid-template-columns:1fr;gap:20px}}.home-why-us .why-us-card{position:relative;background:#FFFFFF;border-radius:20px;padding:40px 32px;box-shadow:0 10px 40px #0b2e4e14;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(11,46,78,.06);opacity:0;transform:translateY(30px);overflow:hidden}.home-why-us .why-us-card.visible{opacity:1;transform:translateY(0);animation-delay:var(--animation-delay)}.home-why-us .why-us-card:hover,.home-why-us .why-us-card.hovered{transform:translateY(-10px);box-shadow:0 25px 60px #0b2e4e26;border-color:var(--card-color)}.home-why-us .why-us-card:hover .card-glow,.home-why-us .why-us-card.hovered .card-glow{opacity:.1;transform:scale(1.2)}.home-why-us .why-us-card:hover .card-icon,.home-why-us .why-us-card.hovered .card-icon{transform:scale(1.1) rotate(5deg)}.home-why-us .why-us-card .card-glow{position:absolute;top:-50%;left:-50%;width:200%;height:200%;opacity:0;border-radius:50%;filter:blur(40px);transition:all .4s ease;z-index:1}.home-why-us .why-us-card .card-content{position:relative;z-index:2}.home-why-us .why-us-card .card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.home-why-us .why-us-card .card-header .card-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:rgba(255,255,255,.9);border-radius:16px;transition:all .3s ease;box-shadow:0 8px 25px #0000001a}.home-why-us .why-us-card .card-header .card-number{font-size:1.5rem;font-weight:800;color:var(--card-color);opacity:.7}.home-why-us .why-us-card .card-title{font-size:clamp(1.4rem,2.5vw,1.6rem);font-weight:700;color:#0b2e4e;margin-bottom:16px;line-height:1.3}.home-why-us .why-us-card .card-description{font-size:clamp(.95rem,1.8vw,1.05rem);color:#6c757d;line-height:1.7}@media (max-width: 768px){.home-why-us .why-us-card{padding:32px 24px}}@media (max-width: 480px){.home-why-us .why-us-card{padding:28px 20px}}.home-why-us .why-us-cta{background:linear-gradient(135deg,#0B2E4E 0%,rgb(20.4550561798,85.5393258427,145.0449438202) 100%);border-radius:24px;padding:80px 40px;text-align:center;position:relative;overflow:hidden}.home-why-us .why-us-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(227,166,0,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(227,166,0,.08) 0%,transparent 50%)}.home-why-us .why-us-cta .cta-content{position:relative;z-index:2;max-width:700px;margin:0 auto}.home-why-us .why-us-cta .cta-content .cta-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#E3A600;color:#0b2e4e;border-radius:50%;margin-bottom:24px;box-shadow:0 10px 30px #e3a6004d}.home-why-us .why-us-cta .cta-content h3{font-size:clamp(2rem,4.5vw,2.8rem);font-weight:800;color:#fff;margin-bottom:20px;line-height:1.25}.home-why-us .why-us-cta .cta-content p{font-size:clamp(1.1rem,2.2vw,1.3rem);color:#ffffffe6;margin-bottom:40px;line-height:1.7}.home-why-us .why-us-cta .cta-content .cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-primary,.home-why-us .why-us-cta .cta-content .cta-buttons .cta-secondary{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-primary svg,.home-why-us .why-us-cta .cta-content .cta-buttons .cta-secondary svg{transition:transform .3s ease}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-primary{background:#E3A600;color:#0b2e4e}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-primary:hover{background:rgb(252.5,184.6475770925,0);transform:translateY(-2px);box-shadow:0 12px 30px #e3a60066}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-primary:hover svg{transform:translate(3px)}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-secondary{background:transparent;color:#fff;border-color:#ffffff4d}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px)}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-secondary:hover svg{transform:scale(1.1)}@media (max-width: 640px){.home-why-us .why-us-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}.home-why-us .why-us-cta .cta-content .cta-buttons .cta-primary,.home-why-us .why-us-cta .cta-content .cta-buttons .cta-secondary{width:100%;max-width:300px;justify-content:center}}@media (max-width: 768px){.home-why-us .why-us-cta{padding:60px 30px}}@media (max-width: 480px){.home-why-us .why-us-cta{padding:50px 24px}}@media (max-width: 768px){.home-why-us{padding:100px 0}}@media (max-width: 480px){.home-why-us{padding:80px 0}}@media (prefers-reduced-motion: reduce){.why-us-card{transition:none;animation:none}.why-us-card:hover{transform:none}.cta-primary,.cta-secondary{transition:none}.cta-primary:hover,.cta-secondary:hover{transform:none}}.why-us-card.visible{animation:fadeInUp .6s ease-out forwards}.common-contact-section{position:relative;padding:100px 0;background:linear-gradient(135deg,rgba(248,249,250,.97) 0%,rgba(255,255,255,.95) 100%);overflow:hidden}@media (max-width: 768px){.common-contact-section{padding:80px 0}}.common-contact-container{margin:0 auto;padding:0 20px}.common-contact-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}@media (max-width: 1024px){.common-contact-grid{grid-template-columns:1fr;gap:50px}}.common-cta-info .info-header{margin-bottom:32px}.common-cta-info .info-header h2{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#0b2e4e;margin-bottom:16px;line-height:1.2}.common-cta-info .info-header p{color:#6c757d;line-height:1.7;font-size:clamp(1rem,2vw,1.15rem)}.common-cta-info .additional-info{background:#FFFFFF;border-radius:16px;padding:32px;box-shadow:0 8px 25px #0b2e4e14;border:1px solid rgba(11,46,78,.05)}.common-cta-info .additional-info h3{font-size:clamp(1.3rem,2.5vw,1.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px}.common-cta-info .additional-info ul{list-style:none;padding:0;margin:0}.common-cta-info .additional-info ul li{padding:12px 0 12px 24px;color:#333;position:relative;font-size:.95rem;line-height:1.5}.common-cta-info .additional-info ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:8px;height:8px;background:#E3A600;border-radius:50%}.common-contact-form-wrapper{background:#FFFFFF;border-radius:20px;padding:40px;box-shadow:0 20px 50px #0b2e4e1a;border:1px solid rgba(11,46,78,.05)}@media (max-width: 480px){.common-contact-form-wrapper{padding:24px}}.success-message{text-align:center;padding:40px 20px}.success-message svg{color:#28a745;margin-bottom:20px}.success-message h3{font-size:clamp(1.5rem,3vw,2rem);color:#0b2e4e;margin-bottom:16px}.success-message p{color:#6c757d;margin-bottom:32px;line-height:1.6}.success-message .reset-btn{background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e3a6004d}.success-message .reset-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e3a60066}.common-contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 600px){.common-contact-form .form-row{grid-template-columns:1fr;gap:0}}.common-contact-form .form-group{margin-bottom:24px}.common-contact-form .form-group label{display:block;font-weight:600;color:#0b2e4e;margin-bottom:8px;font-size:.95rem}.common-contact-form .form-group input,.common-contact-form .form-group select,.common-contact-form .form-group textarea{width:100%;padding:16px;border:2px solid rgba(11,46,78,.1);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#FFFFFF;box-sizing:border-box}.common-contact-form .form-group input:focus,.common-contact-form .form-group select:focus,.common-contact-form .form-group textarea:focus{outline:none;border-color:#e3a600;box-shadow:0 0 0 3px #e3a6001a}.common-contact-form .form-group textarea{resize:vertical;min-height:100px}.common-contact-form .submit-btn{width:100%;background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));color:#fff;border:none;padding:18px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s ease;box-shadow:0 8px 25px #e3a6004d}.common-contact-form .submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #e3a60066}.common-contact-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.common-contact-form .submit-btn.submitting .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #FFFFFF;border-radius:50%;animation:spin 1s linear infinite}.testimonial-section{position:relative;padding:100px 0;background:#F8F9FA;overflow:hidden}@media (max-width: 768px){.testimonial-section{padding:80px 0}}@media (max-width: 480px){.testimonial-section{padding:60px 0}}.testimonial-container{max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.testimonial-container{padding:0 16px}}.testimonial-header{text-align:center;max-width:800px;margin:0 auto 80px}.testimonial-header .section-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:10px 24px;border-radius:30px;font-size:.9rem;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #e3a60033}.testimonial-header .testimonial-title{font-size:clamp(2.2rem,5.5vw,3.5rem);font-weight:800;color:#0b2e4e;margin-bottom:24px;line-height:1.15}.testimonial-header .testimonial-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,199.5088105727,48.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.testimonial-header .testimonial-description{font-size:clamp(1rem,2.2vw,1.2rem);color:#6c757d;line-height:1.7;max-width:700px;margin:0 auto}@media (max-width: 768px){.testimonial-header{margin-bottom:60px}}@media (max-width: 768px){.desktop-view{display:none}}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:30px;margin-bottom:80px}@media (min-width: 1200px){.testimonials-grid{grid-template-columns:repeat(3,1fr)}.testimonials-grid .testimonial-card:nth-child(4){grid-column:1/3}.testimonials-grid .testimonial-card:nth-child(5){grid-column:3}}@media (min-width: 769px) and (max-width: 1199px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonials-grid .testimonial-card:nth-child(5){grid-column:1/-1;max-width:600px;margin:0 auto}}.mobile-view{display:none}@media (max-width: 768px){.mobile-view{display:block;margin-bottom:60px}}.testimonials-slider .slider-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;margin-bottom:24px;scrollbar-width:none}.testimonials-slider .slider-container::-webkit-scrollbar{display:none}.testimonials-slider .slide{flex:0 0 100%;width:100%;scroll-snap-align:start;padding:0 4px;box-sizing:border-box}.testimonial-card{background:#FFFFFF;border-radius:20px;padding:32px;box-shadow:0 10px 40px #0b2e4e14;border:1px solid rgba(11,46,78,.06);height:100%;display:flex;flex-direction:column}@media (min-width: 769px){.testimonial-card{transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px)}.testimonial-card.visible{opacity:1;transform:translateY(0);animation:fadeInUp .6s ease-out forwards;animation-delay:var(--animation-delay)}.testimonial-card:hover{transform:translateY(-8px);box-shadow:0 25px 60px #0b2e4e26}}.testimonial-card .card-content{display:flex;flex-direction:column;height:100%}.testimonial-card .quote-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#fff;border-radius:12px;margin-bottom:20px;box-shadow:0 4px 15px #e3a60033}.testimonial-card .rating{display:flex;gap:4px;margin-bottom:20px}.testimonial-card .rating .star-filled{color:#e3a600}.testimonial-card .rating .star-empty{color:#dee2e6}.testimonial-card .testimonial-text{font-size:clamp(.95rem,1.8vw,1.05rem);color:#333;line-height:1.7;margin:0 0 20px;font-style:italic;flex-grow:1}.testimonial-card .highlight-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(227,166,0,.1);color:#7d5b00;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;margin-bottom:24px;align-self:flex-start;border:1px solid rgba(227,166,0,.2)}.testimonial-card .client-info{display:flex;gap:16px;align-items:center;margin-bottom:20px}.testimonial-card .client-info .client-avatar{width:60px;height:60px;border-radius:50%;overflow:hidden;flex-shrink:0;border:3px solid #E3A600}.testimonial-card .client-info .client-avatar img{width:100%;height:100%;object-fit:cover}.testimonial-card .client-info .client-details .client-name{font-size:1.1rem;font-weight:700;color:#0b2e4e;margin-bottom:4px}.testimonial-card .client-info .client-details .client-position{font-size:.9rem;color:#6c757d}.testimonial-card .client-info .client-details .client-company,.testimonial-card .client-info .client-details .client-location{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#6c757d;margin-top:8px}.testimonial-card .client-info .client-details .client-company svg,.testimonial-card .client-info .client-details .client-location svg{flex-shrink:0}.testimonial-card .service-tag{background:linear-gradient(135deg,#0B2E4E,rgb(17.3033707865,72.3595505618,122.6966292135));color:#fff;padding:8px 16px;border-radius:20px;font-size:.8rem;font-weight:600;text-align:center;margin-top:auto}@media (max-width: 768px){.testimonial-card{padding:28px 24px}}@media (max-width: 480px){.testimonial-card{padding:24px 20px}}.slider-controls{display:flex;align-items:center;justify-content:center;gap:20px}.slider-controls .slider-btn{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#FFFFFF;border:2px solid #DEE2E6;border-radius:50%;cursor:pointer;transition:all .3s ease;color:#6c757d}.slider-controls .slider-btn:hover{border-color:#e3a600;color:#e3a600;transform:scale(1.1)}.slider-controls .slider-btn:active{transform:scale(.95)}.slider-controls .slider-dots{display:flex;gap:8px}.slider-controls .slider-dots .dot{width:12px;height:12px;border-radius:50%;background:#DEE2E6;border:none;cursor:pointer;transition:all .3s ease}.slider-controls .slider-dots .dot.active{background:#E3A600;transform:scale(1.2)}.slider-controls .slider-dots .dot:hover:not(.active){background:#6C757D}.testimonial-cta{background:linear-gradient(135deg,#0B2E4E 0%,rgb(20.4550561798,85.5393258427,145.0449438202) 100%);border-radius:24px;padding:60px 40px;text-align:center;position:relative;overflow:hidden}.testimonial-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(227,166,0,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(227,166,0,.08) 0%,transparent 50%)}.testimonial-cta .cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.testimonial-cta .cta-content h3{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}.testimonial-cta .cta-content p{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffe6;margin-bottom:32px;line-height:1.6}.testimonial-cta .cta-content .cta-button{display:inline-flex;align-items:center;gap:12px;background:#E3A600;color:#0b2e4e;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease}.testimonial-cta .cta-content .cta-button:hover{background:rgb(252.5,184.6475770925,0);transform:translateY(-2px);box-shadow:0 12px 30px #e3a60066}.testimonial-cta .cta-content .cta-button:hover svg{transform:translate(3px)}.testimonial-cta .cta-content .cta-button svg{transition:transform .3s ease}@media (max-width: 768px){.testimonial-cta{padding:50px 30px}}@media (max-width: 480px){.testimonial-cta{padding:40px 24px}}@media (prefers-reduced-motion: reduce){*{transition:none!important;animation:none!important;scroll-behavior:auto!important}}.about-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:80px 0 40px}.about-hero .hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.about-hero .hero-background-image img{width:100%;height:100%;object-fit:cover;object-position:center}.about-hero .hero-background-image .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,46,78,.85) 0%,rgba(11,46,78,.7) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.about-hero .hero-container{position:relative;z-index:2;width:100%;max-width:1800px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.about-hero .hero-container{padding:0 16px}}@media (max-width: 480px){.about-hero .hero-container{padding:0 12px}}.about-hero .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;color:#fffc;font-size:.9rem;flex-wrap:wrap}.about-hero .breadcrumb span:last-child{color:#e3a600;font-weight:600}@media (max-width: 768px){.about-hero .breadcrumb{margin-bottom:1.5rem;font-size:.85rem}}@media (max-width: 480px){.about-hero .breadcrumb{margin-bottom:1rem;font-size:.8rem;gap:.25rem}}.about-hero .hero-content{max-width:850px;margin:0 auto;animation:fadeIn 1s ease-out}.about-hero .hero-content .hero-title{font-size:clamp(2rem,8vw,3.8rem);font-weight:700;line-height:1.25;color:#fff;margin-bottom:1.5rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.about-hero .hero-content .hero-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline;word-break:keep-all}@media (max-width: 768px){.about-hero .hero-content .hero-title{font-size:clamp(1.8rem,7vw,2.8rem);line-height:1.3;margin-bottom:1.25rem}}@media (max-width: 480px){.about-hero .hero-content .hero-title{font-size:clamp(1.5rem,6.5vw,2.2rem);line-height:1.35;margin-bottom:1rem;text-align:center}}@media (max-width: 360px){.about-hero .hero-content .hero-title{font-size:clamp(1.3rem,6vw,1.8rem);line-height:1.4}}.about-hero .hero-content .hero-description{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7;color:#ffffffe6;margin:0 auto 2.5rem;max-width:700px}@media (max-width: 768px){.about-hero .hero-content .hero-description{font-size:clamp(.95rem,2.3vw,1.1rem);line-height:1.6;margin-bottom:2rem;max-width:600px}}@media (max-width: 480px){.about-hero .hero-content .hero-description{font-size:clamp(.9rem,2.2vw,1rem);line-height:1.65;margin-bottom:1.5rem;max-width:100%;text-align:center}}.about-hero .hero-content .hero-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;align-items:center}.about-hero .hero-content .hero-buttons .btn-primary,.about-hero .hero-content .hero-buttons .btn-secondary{padding:1rem 2.25rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;border:2px solid transparent;text-decoration:none;white-space:nowrap;min-height:52px;box-sizing:border-box}.about-hero .hero-content .hero-buttons .btn-primary svg,.about-hero .hero-content .hero-buttons .btn-secondary svg{transition:transform .3s ease;flex-shrink:0}.about-hero .hero-content .hero-buttons .btn-primary span,.about-hero .hero-content .hero-buttons .btn-secondary span{display:inline-block;text-align:center}.about-hero .hero-content .hero-buttons .btn-primary{background:#E3A600;color:#0b2e4e;border-color:#e3a600}.about-hero .hero-content .hero-buttons .btn-primary:hover{background:rgb(201.5,147.3524229075,0);transform:translateY(-3px);box-shadow:0 8px 25px #e3a6004d}.about-hero .hero-content .hero-buttons .btn-primary:hover svg{transform:translate(3px)}.about-hero .hero-content .hero-buttons .btn-primary:focus{outline:2px solid rgba(227,166,0,.5);outline-offset:2px}.about-hero .hero-content .hero-buttons .btn-secondary{background:transparent;color:#fff;border-color:#fff}.about-hero .hero-content .hero-buttons .btn-secondary:hover{background:#FFFFFF;color:#0b2e4e;transform:translateY(-3px)}.about-hero .hero-content .hero-buttons .btn-secondary:hover svg{transform:scale(1.1)}.about-hero .hero-content .hero-buttons .btn-secondary:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@media (max-width: 768px){.about-hero .hero-content .hero-buttons{gap:1.25rem}.about-hero .hero-content .hero-buttons .btn-primary,.about-hero .hero-content .hero-buttons .btn-secondary{padding:.9rem 2rem;font-size:.95rem;gap:.5rem;min-height:48px}.about-hero .hero-content .hero-buttons .btn-primary svg,.about-hero .hero-content .hero-buttons .btn-secondary svg{width:16px;height:16px}}@media (max-width: 640px){.about-hero .hero-content .hero-buttons{flex-direction:column;gap:1rem;width:100%}.about-hero .hero-content .hero-buttons .btn-primary,.about-hero .hero-content .hero-buttons .btn-secondary{width:100%;max-width:320px;padding:1rem 1.5rem;font-size:.9rem;justify-content:center;min-height:50px}}@media (max-width: 480px){.about-hero .hero-content .hero-buttons .btn-primary,.about-hero .hero-content .hero-buttons .btn-secondary{max-width:280px;padding:.875rem 1.25rem;font-size:.85rem;gap:.5rem}.about-hero .hero-content .hero-buttons .btn-primary svg,.about-hero .hero-content .hero-buttons .btn-secondary svg{width:14px;height:14px}.about-hero .hero-content .hero-buttons .btn-primary span,.about-hero .hero-content .hero-buttons .btn-secondary span{font-size:inherit}}@media (max-width: 360px){.about-hero .hero-content .hero-buttons .btn-primary,.about-hero .hero-content .hero-buttons .btn-secondary{max-width:260px;padding:.75rem 1rem;font-size:.8rem;min-height:44px}}@media (max-width: 768px){.about-hero{min-height:70vh;padding:60px 0 30px}}@media (max-width: 480px){.about-hero{min-height:70vh;padding:40px 0 20px}}@media (max-width: 768px) and (orientation: landscape){.about-hero{min-height:100vh;padding:20px 0}.about-hero .hero-content .hero-title{font-size:clamp(1.5rem,5vw,2.2rem);margin-bottom:.75rem}.about-hero .hero-content .hero-description{font-size:clamp(.85rem,2vw,1rem);margin-bottom:1rem}.about-hero .hero-content .hero-buttons{gap:.75rem}.about-hero .hero-content .hero-buttons .btn-primary,.about-hero .hero-content .hero-buttons .btn-secondary{padding:.6rem 1.25rem;font-size:.8rem;min-height:40px}.about-hero .breadcrumb{margin-bottom:.5rem}}.aboutpage-root{width:100%;overflow-x:hidden;padding-top:4.5rem;scroll-behavior:smooth;background-color:#fff}.guiding-principles{padding:100px 0;background-color:#f8f9fa;position:relative;overflow:hidden}.guiding-principles:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="0.5" fill="rgba(11, 46, 78, 0.05)"/><circle cx="75" cy="75" r="0.5" fill="rgba(11, 46, 78, 0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.5;z-index:1}.guiding-principles .principles-container{max-width:1200px;margin:0 auto;padding:0 20px;position:relative;z-index:2}.guiding-principles .principles-header{text-align:center;max-width:800px;margin:0 auto 80px}.guiding-principles .principles-header .section-badge{display:inline-block;background:#FFFFFF;border:1px solid #e0e0e0;color:#0b2e4e;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:20px}.guiding-principles .principles-header .principles-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.2}.guiding-principles .principles-header .principles-description{font-size:clamp(1rem,2.2vw,1.2rem);color:#6c757d;line-height:1.7;max-width:700px;margin:0 auto}.guiding-principles .principles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;margin-bottom:100px}@media (min-width: 992px){.guiding-principles .principles-grid{grid-template-columns:repeat(3,1fr)}}.guiding-principles .principle-card{background:#FFFFFF;border-radius:16px;padding:32px;text-align:center;box-shadow:0 8px 30px #0b2e4e0d;transition:all .3s ease-in-out;border:1px solid #e0e0e0}.guiding-principles .principle-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0b2e4e1f;border-color:#e3a600}.guiding-principles .principle-card:hover .card-icon{background-color:#e3a600;color:#0b2e4e}.guiding-principles .principle-card .card-icon{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:50%;margin-bottom:24px;background-color:#0b2e4e;color:#fff;transition:all .3s ease}.guiding-principles .principle-card .card-title{font-size:1.3rem;font-weight:700;color:#0b2e4e;margin-bottom:12px}.guiding-principles .principle-card .card-description{font-size:.95rem;color:#6c757d;line-height:1.6}.guiding-principles .principles-cta{background:linear-gradient(135deg,#0B2E4E 0%,rgb(17.3033707865,72.3595505618,122.6966292135) 100%);border-radius:20px;padding:60px 40px;text-align:center;max-width:800px;margin:0 auto}.guiding-principles .principles-cta .cta-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:16px}.guiding-principles .principles-cta .cta-description{font-size:1.1rem;color:#ffffffe6;margin-bottom:32px}.guiding-principles .principles-cta .cta-button{display:inline-flex;align-items:center;gap:12px;background:#E3A600;color:#0b2e4e;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease}.guiding-principles .principles-cta .cta-button:hover{background:rgb(252.5,184.6475770925,0);transform:translateY(-2px);box-shadow:0 10px 25px #e3a6004d}.guiding-principles .principles-cta .cta-button:hover svg{transform:translate(3px)}.guiding-principles .principles-cta .cta-button svg{transition:transform .3s ease}.mission-values{position:relative;padding:100px 0;background-color:#f8f9fa;overflow:hidden}.mission-values .mission-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.mission-values .mission-background .mission-overlay{width:100%;height:100%;background:linear-gradient(135deg,rgba(248,249,250,.95) 0%,rgba(255,255,255,.98) 100%)}.mission-values .mission-container{position:relative;z-index:2;margin:0 auto;padding:0 20px}.mission-values .mission-header{text-align:center;max-width:800px;margin:0 auto 60px}.mission-values .mission-header .section-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:10px 24px;border-radius:30px;font-size:.9rem;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #e3a60033}.mission-values .mission-header .mission-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.2}.mission-values .mission-header .mission-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,199.5088105727,48.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mission-values .mission-header .mission-description{font-size:clamp(1rem,2.2vw,1.2rem);color:#6c757d;line-height:1.7;max-width:750px;margin:0 auto}.mission-values .mission-vision-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:80px}.mission-values .mission-vision-grid .mission-card{background:#FFFFFF;padding:40px;border-radius:16px;box-shadow:0 8px 30px #0b2e4e12;border:1px solid #DEE2E6}.mission-values .mission-vision-grid .mission-card h3{font-size:1.8rem;font-weight:700;color:#0b2e4e;margin:0 0 16px;position:relative;padding-bottom:12px}.mission-values .mission-vision-grid .mission-card h3:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:#E3A600}.mission-values .mission-vision-grid .mission-card p{font-size:1.05rem;color:#6c757d;line-height:1.7;margin:0}@media (max-width: 768px){.mission-values .mission-vision-grid{grid-template-columns:1fr;gap:25px;margin-bottom:60px}}.mission-values .values-section{text-align:center;margin-bottom:80px}.mission-values .values-section .values-title{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0b2e4e;margin-bottom:40px}.mission-values .values-section .values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}@media (max-width: 992px){.mission-values .values-section .values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.mission-values .values-section .values-grid{grid-template-columns:1fr}}.mission-values .values-section .value-card{background:#FFFFFF;padding:32px 24px;border-radius:16px;box-shadow:0 8px 30px #0b2e4e0d;border:1px solid transparent;transition:all .3s ease;text-align:left}.mission-values .values-section .value-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #0b2e4e1f;border-color:#e3a600}.mission-values .values-section .value-card .card-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:rgba(227,166,0,.1);color:#e3a600;border-radius:12px;margin-bottom:20px}.mission-values .values-section .value-card h4{font-size:1.25rem;font-weight:600;color:#0b2e4e;margin:0 0 8px}.mission-values .values-section .value-card p{font-size:.95rem;color:#6c757d;line-height:1.6;margin:0}.mission-values .mission-image-wrapper{border-radius:20px;overflow:hidden;box-shadow:0 25px 60px #0b2e4e26;margin:0 auto 80px;max-width:1000px}.mission-values .mission-image-wrapper img{width:100%;display:block;height:auto}.mission-values .expertise-section{max-width:800px;margin:0 auto;text-align:left;background:#FFFFFF;padding:40px;border-radius:16px;box-shadow:0 8px 30px #0b2e4e12}.mission-values .expertise-section .expertise-title{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:#0b2e4e;margin-bottom:16px}.mission-values .expertise-section .expertise-description{font-size:1.1rem;color:#6c757d;line-height:1.7;margin-bottom:32px}.mission-values .expertise-section .expertise-list{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px}.mission-values .expertise-section .expertise-list .expertise-item{display:inline-flex;align-items:center;gap:8px;background:#F8F9FA;padding:10px 20px;border-radius:8px;font-weight:600;color:#0b2e4e;border:1px solid #DEE2E6}@media (max-width: 768px){.mission-values{padding:80px 0}}.services-page-root{width:100%;overflow-x:hidden;padding-top:4.5rem;scroll-behavior:smooth}.services-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:80px 0 40px}.services-hero .hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.services-hero .hero-background-image img{width:100%;height:100%;object-fit:cover;object-position:center}.services-hero .hero-background-image .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,46,78,.85) 0%,rgba(11,46,78,.7) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.services-hero .hero-container{position:relative;z-index:2;width:100%;max-width:1800px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.services-hero .hero-container{padding:0 16px}}@media (max-width: 480px){.services-hero .hero-container{padding:0 12px}}.services-hero .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;color:#fffc;font-size:.9rem;flex-wrap:wrap}.services-hero .breadcrumb span:last-child{color:#e3a600;font-weight:600}@media (max-width: 768px){.services-hero .breadcrumb{margin-bottom:1.5rem;font-size:.85rem}}@media (max-width: 480px){.services-hero .breadcrumb{margin-bottom:1rem;font-size:.8rem;gap:.25rem}}.services-hero .hero-content{max-width:850px;margin:0 auto;animation:fadeIn 1s ease-out}.services-hero .hero-content .hero-title{font-size:clamp(2rem,8vw,3.8rem);font-weight:700;line-height:1.25;color:#fff;margin-bottom:1.5rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.services-hero .hero-content .hero-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline;word-break:keep-all}@media (max-width: 768px){.services-hero .hero-content .hero-title{font-size:clamp(1.8rem,7vw,2.8rem);line-height:1.3;margin-bottom:1.25rem}}@media (max-width: 480px){.services-hero .hero-content .hero-title{font-size:clamp(1.5rem,6.5vw,2.2rem);line-height:1.35;margin-bottom:1rem;text-align:center}}@media (max-width: 360px){.services-hero .hero-content .hero-title{font-size:clamp(1.3rem,6vw,1.8rem);line-height:1.4}}.services-hero .hero-content .hero-description{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7;color:#ffffffe6;margin:0 auto 2.5rem;max-width:700px}@media (max-width: 768px){.services-hero .hero-content .hero-description{font-size:clamp(.95rem,2.3vw,1.1rem);line-height:1.6;margin-bottom:2rem;max-width:600px}}@media (max-width: 480px){.services-hero .hero-content .hero-description{font-size:clamp(.9rem,2.2vw,1rem);line-height:1.65;margin-bottom:1.5rem;max-width:100%;text-align:center}}.services-hero .hero-content .hero-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;align-items:center}.services-hero .hero-content .hero-buttons .btn-primary,.services-hero .hero-content .hero-buttons .btn-secondary{padding:1rem 2.25rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;border:2px solid transparent;text-decoration:none;white-space:nowrap;min-height:52px;box-sizing:border-box}.services-hero .hero-content .hero-buttons .btn-primary svg,.services-hero .hero-content .hero-buttons .btn-secondary svg{transition:transform .3s ease;flex-shrink:0}.services-hero .hero-content .hero-buttons .btn-primary span,.services-hero .hero-content .hero-buttons .btn-secondary span{display:inline-block;text-align:center}.services-hero .hero-content .hero-buttons .btn-primary{background:#E3A600;color:#0b2e4e;border-color:#e3a600}.services-hero .hero-content .hero-buttons .btn-primary:hover{background:rgb(201.5,147.3524229075,0);transform:translateY(-3px);box-shadow:0 8px 25px #e3a6004d}.services-hero .hero-content .hero-buttons .btn-primary:hover svg{transform:translate(3px)}.services-hero .hero-content .hero-buttons .btn-primary:focus{outline:2px solid rgba(227,166,0,.5);outline-offset:2px}.services-hero .hero-content .hero-buttons .btn-secondary{background:transparent;color:#fff;border-color:#fff}.services-hero .hero-content .hero-buttons .btn-secondary:hover{background:#FFFFFF;color:#0b2e4e;transform:translateY(-3px)}.services-hero .hero-content .hero-buttons .btn-secondary:hover svg{transform:scale(1.1)}.services-hero .hero-content .hero-buttons .btn-secondary:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@media (max-width: 768px){.services-hero .hero-content .hero-buttons{gap:1.25rem}.services-hero .hero-content .hero-buttons .btn-primary,.services-hero .hero-content .hero-buttons .btn-secondary{padding:.9rem 2rem;font-size:.95rem;gap:.5rem;min-height:48px}.services-hero .hero-content .hero-buttons .btn-primary svg,.services-hero .hero-content .hero-buttons .btn-secondary svg{width:16px;height:16px}}@media (max-width: 640px){.services-hero .hero-content .hero-buttons{flex-direction:column;gap:1rem;width:100%}.services-hero .hero-content .hero-buttons .btn-primary,.services-hero .hero-content .hero-buttons .btn-secondary{width:100%;max-width:320px;padding:1rem 1.5rem;font-size:.9rem;justify-content:center;min-height:50px}}@media (max-width: 480px){.services-hero .hero-content .hero-buttons .btn-primary,.services-hero .hero-content .hero-buttons .btn-secondary{max-width:280px;padding:.875rem 1.25rem;font-size:.85rem;gap:.5rem}.services-hero .hero-content .hero-buttons .btn-primary svg,.services-hero .hero-content .hero-buttons .btn-secondary svg{width:14px;height:14px}.services-hero .hero-content .hero-buttons .btn-primary span,.services-hero .hero-content .hero-buttons .btn-secondary span{font-size:inherit}}@media (max-width: 360px){.services-hero .hero-content .hero-buttons .btn-primary,.services-hero .hero-content .hero-buttons .btn-secondary{max-width:260px;padding:.75rem 1rem;font-size:.8rem;min-height:44px}}@media (max-width: 768px){.services-hero{min-height:70vh;padding:60px 0 30px}}@media (max-width: 480px){.services-hero{min-height:70vh;padding:40px 0 20px}}@media (max-width: 768px) and (orientation: landscape){.services-hero{min-height:100vh;padding:20px 0}.services-hero .hero-content .hero-title{font-size:clamp(1.5rem,5vw,2.2rem);margin-bottom:.75rem}.services-hero .hero-content .hero-description{font-size:clamp(.85rem,2vw,1rem);margin-bottom:1rem}.services-hero .hero-content .hero-buttons{gap:.75rem}.services-hero .hero-content .hero-buttons .btn-primary,.services-hero .hero-content .hero-buttons .btn-secondary{padding:.6rem 1.25rem;font-size:.8rem;min-height:40px}.services-hero .breadcrumb{margin-bottom:.5rem}}@media (prefers-reduced-motion: reduce){.hero-content{animation:none}.btn-primary,.btn-secondary{transition:none}.btn-primary:hover,.btn-secondary:hover{transform:none}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero-background-image img{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}.service-pillars{padding:100px 0;background-color:#f8f9fa}.service-pillars .pillars-container{max-width:1400px;margin:0 auto;padding:0 20px}.service-pillars .pillars-header{text-align:center;max-width:800px;margin:0 auto 80px}.service-pillars .pillars-header .section-badge{display:inline-block;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.service-pillars .pillars-header .pillars-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.2}.service-pillars .pillars-header .pillars-description{font-size:clamp(1rem,2.2vw,1.2rem);color:#6c757d;line-height:1.7;max-width:700px;margin:0 auto}.service-pillars .pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(340px,1fr));gap:30px}.service-pillars .pillar-card{background-color:transparent;min-height:500px;perspective:1500px;border:none;cursor:pointer;outline:none}.service-pillars .pillar-card .pillar-card-inner{position:relative;width:100%;height:100%;transition:transform .7s cubic-bezier(.4,0,.2,1);transform-style:preserve-3d}.service-pillars .pillar-card .pillar-card-inner.is-flipped{transform:rotateY(180deg)}@media (hover: hover) and (min-width: 1024px){.service-pillars .pillar-card:hover .pillar-card-inner:not(.is-flipped){transform:rotateY(180deg)}}.service-pillars .pillar-card .card-front,.service-pillars .pillar-card .card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;border-radius:16px;box-shadow:0 8px 30px #0b2e4e14;display:flex;flex-direction:column;padding:32px}.service-pillars .pillar-card .card-front{background:#FFFFFF;border-top:4px solid rgba(11,46,78,.1);transition:border-color .3s ease}.service-pillars .pillar-card .card-front .card-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;border-radius:12px;margin-bottom:24px;background-color:#0b2e4e0d;color:#0b2e4e;transition:all .3s ease}.service-pillars .pillar-card .card-front .card-title,.service-pillars .pillar-card .card-front .card-description,.service-pillars .pillar-card .card-front .card-footer{transition:all .3s ease}.service-pillars .pillar-card .card-front .card-title{font-size:1.5rem;font-weight:700;color:#0b2e4e;margin-bottom:12px}.service-pillars .pillar-card .card-front .card-description{font-size:1rem;color:#6c757d;line-height:1.6;flex-grow:1}.service-pillars .pillar-card .card-front .card-footer{display:flex;align-items:center;gap:8px;font-weight:600;color:#6c757d;margin-top:auto}.service-pillars .pillar-card .card-front:hover{border-top-color:var(--pillar-color)}.service-pillars .pillar-card .card-front:hover .card-icon{background-color:var(--pillar-color);color:#fff;transform:scale(1.1)}.service-pillars .pillar-card .card-front:hover .card-footer{color:var(--pillar-color)}.service-pillars .pillar-card .card-front:hover .card-footer svg{transform:translate(4px)}.service-pillars .pillar-card .card-back{background:linear-gradient(150deg,#0B2E4E 0%,rgb(16.0426966292,67.0876404494,113.7573033708) 80%);color:#fff;transform:rotateY(180deg);border:2px solid var(--pillar-color);justify-content:center}.service-pillars .pillar-card .card-back .close-btn{position:absolute;top:16px;right:16px;background:none;border:none;color:#ffffffb3;cursor:pointer;padding:4px;transition:color .3s ease,transform .3s ease;z-index:5}.service-pillars .pillar-card .card-back .close-btn:hover{color:#fff;transform:rotate(90deg)}.service-pillars .pillar-card .card-back .back-title{font-weight:700;font-size:1.3rem;text-align:center;margin-bottom:20px;color:#e3a600}.service-pillars .pillar-card .card-back .delivery-steps-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.service-pillars .pillar-card .card-back .delivery-steps-list .step-item{display:flex;align-items:flex-start;gap:12px;text-align:left}.service-pillars .pillar-card .card-back .delivery-steps-list .step-icon{flex-shrink:0;margin-top:3px;color:#e3a600}.service-pillars .pillar-card .card-back .delivery-steps-list .step-content .step-title{display:block;font-weight:600;font-size:.9rem;color:#fff}.service-pillars .pillar-card .card-back .delivery-steps-list .step-content .step-details{font-size:.85rem;color:#ffffffe6;line-height:1.4;margin:2px 0 0}@media (max-width: 480px){.service-pillars .pillars-grid{grid-template-columns:1fr}}.service-details{padding:100px 0}.service-details .details-container{margin:0 auto;padding:0 20px}.service-details .details-header{text-align:center;margin-bottom:60px}.service-details .details-header .details-title{font-size:clamp(2rem,5vw,3rem);font-weight:700;color:#0b2e4e;margin-bottom:16px}.service-details .details-header .details-description{font-size:clamp(1rem,2vw,1.15rem);color:#6c757d;max-width:600px;margin:0 auto}.service-details .mobile-tabs-selector{display:none;margin-bottom:40px}.service-details .mobile-tabs-selector .selector-wrapper{position:relative}.service-details .mobile-tabs-selector select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:2px solid #DEE2E6;border-radius:8px;padding:14px 40px 14px 16px;width:100%;font-size:1rem;font-weight:600;color:#0b2e4e;cursor:pointer;transition:border-color .3s ease}.service-details .mobile-tabs-selector select:focus{outline:none;border-color:#0b2e4e}.service-details .mobile-tabs-selector .selector-arrow{position:absolute;right:16px;top:50%;transform:translateY(-50%);color:#6c757d;pointer-events:none}@media (max-width: 768px){.service-details .mobile-tabs-selector{display:block}}.service-details .tabs-nav{display:flex;flex-wrap:wrap;gap:10px;border-bottom:2px solid #DEE2E6;margin-bottom:40px}.service-details .tabs-nav .tab-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;font-size:1rem;font-weight:600;color:#6c757d;background:none;border:none;border-bottom:4px solid transparent;cursor:pointer;transition:all .3s ease;position:relative;top:2px}.service-details .tabs-nav .tab-btn.active{color:var(--service-color);border-bottom-color:var(--service-color)}.service-details .tabs-nav .tab-btn:hover:not(.active){color:#0b2e4e;background-color:#f8f9fa}@media (max-width: 768px){.service-details .tabs-nav{display:none}}.service-details .tab-pane.active{animation:fadeIn .6s ease}.service-details .tab-pane .pane-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}@media (max-width: 992px){.service-details .tab-pane .pane-grid{grid-template-columns:1fr}}.service-details .tab-pane .pane-text-content .pane-title{font-size:clamp(1.8rem,4vw,2.2rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.2}.service-details .tab-pane .pane-text-content .pane-description{font-size:1.1rem;color:#6c757d;line-height:1.7;margin-bottom:32px}.service-details .tab-pane .sub-services-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:16px}.service-details .tab-pane .sub-services-list li{display:flex;align-items:flex-start;gap:12px;font-size:1rem;color:#0b2e4e;font-weight:500}.service-details .tab-pane .sub-services-list .list-icon{color:var(--service-color);margin-top:2px;flex-shrink:0}.service-details .tab-pane .learn-more-btn{display:inline-flex;align-items:center;gap:10px;margin-top:32px;padding:14px 28px;border-radius:8px;background-color:var(--service-color);color:#fff;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s ease;border:2px solid transparent}.service-details .tab-pane .learn-more-btn svg{transition:transform .3s ease}.service-details .tab-pane .learn-more-btn:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0003;filter:brightness(1.05)}.service-details .tab-pane .learn-more-btn:hover svg{transform:translate(4px)}.service-details .tab-pane .pane-image-container img{width:100%;height:auto;border-radius:16px;box-shadow:0 15px 40px #0b2e4e26;object-fit:cover}@media (max-width: 992px){.service-details .tab-pane .pane-image-container{order:-1;margin-bottom:40px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.contact-page{padding-top:4.5rem;overflow-x:hidden}.contact-hero{position:relative;padding:100px 0;min-height:70vh;overflow:hidden;display:flex;align-items:center;justify-content:center}.contact-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.contact-hero .hero-background img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.1}.contact-hero .hero-background .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,46,78,.85) 0%,rgba(11,46,78,.7) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.contact-hero .hero-container{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 20px;text-align:center}@media (max-width: 768px){.contact-hero .hero-container{padding:0 16px}}.contact-hero .hero-content .section-badge{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:10px 24px;border-radius:30px;font-size:.9rem;font-weight:700;margin-bottom:24px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 15px #e3a60033}.contact-hero .hero-content h1{font-size:clamp(2.5rem,5.5vw,4rem);font-weight:800;color:#fff;margin-bottom:24px;line-height:1.15}.contact-hero .hero-content h1 .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,199.5088105727,48.5));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-hero .hero-content p{font-size:clamp(1.1rem,2.5vw,1.3rem);color:#ffffffe6;line-height:1.7;max-width:700px;margin:0 auto}@media (max-width: 768px){.contact-hero{padding:80px 0;min-height:60vh}}@media (max-width: 480px){.contact-hero{padding:60px 0;min-height:50vh}}.contact-methods{position:relative;padding:100px 0;background:#F8F9FA}.contact-methods .methods-container{max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.contact-methods .methods-container{padding:0 16px}}.contact-methods .methods-header{text-align:center;max-width:800px;margin:0 auto 80px}.contact-methods .methods-header .section-badge{display:inline-block;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.contact-methods .methods-header h2{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.2}.contact-methods .methods-header h2 .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-methods .methods-header p{font-size:clamp(1rem,2.2vw,1.2rem);color:#6c757d;line-height:1.7}@media (max-width: 768px){.contact-methods .methods-header{margin-bottom:60px}}.contact-methods .methods-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}@media (max-width: 768px){.contact-methods .methods-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (max-width: 480px){.contact-methods .methods-grid{grid-template-columns:1fr;gap:20px}}.contact-methods .method-card{position:relative;background:#FFFFFF;border-radius:16px;padding:32px;text-decoration:none;color:inherit;transition:all .4s cubic-bezier(.4,0,.2,1);border:1px solid rgba(11,46,78,.08);box-shadow:0 8px 30px #0b2e4e14;min-height:280px;display:flex;flex-direction:column}.contact-methods .method-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0b2e4e26;border-color:var(--method-color)}.contact-methods .method-card:hover .method-icon{transform:scale(1.1) rotate(5deg);color:var(--method-color)!important}.contact-methods .method-card:hover .contact-link{transform:translate(5px)}.contact-methods .method-card:hover .contact-link svg{transform:translate(3px)}.contact-methods .method-card .card-header{margin-bottom:24px}.contact-methods .method-card .card-header .method-icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:rgba(var(--method-color),.1);border-radius:16px;transition:all .3s ease;color:var(--method-color)}.contact-methods .method-card h3{font-size:clamp(1.3rem,2.5vw,1.5rem);font-weight:700;color:#0b2e4e;margin-bottom:16px;line-height:1.3}.contact-methods .method-card .method-primary{font-size:clamp(.95rem,1.8vw,1.05rem);font-weight:600;color:#333;margin-bottom:8px}.contact-methods .method-card .method-secondary{font-size:clamp(.85rem,1.6vw,.95rem);color:#6c757d;line-height:1.5;margin-bottom:24px;flex-grow:1}.contact-methods .method-card .card-footer{margin-top:auto}.contact-methods .method-card .card-footer .contact-link{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:.95rem;color:var(--method-color);transition:all .3s ease}.contact-methods .method-card .card-footer .contact-link svg{transition:transform .3s ease}@media (max-width: 768px){.contact-methods .method-card{padding:28px;min-height:260px}}@media (max-width: 480px){.contact-methods .method-card{padding:24px;min-height:240px}}.main-contact{position:relative;padding:100px 0;min-height:100vh;overflow:hidden}.main-contact .contact-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.main-contact .contact-background img{width:100%;height:100%;object-fit:cover;object-position:center;opacity:.05}.main-contact .contact-background .contact-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(248,249,250,.97) 0%,rgba(255,255,255,.95) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.main-contact .contact-container{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.main-contact .contact-container{padding:0 16px}}.main-contact .contact-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:60px;align-items:start}@media (max-width: 1024px){.main-contact .contact-grid{grid-template-columns:1fr;gap:50px}}.main-contact .contact-form-section{background:#FFFFFF;border-radius:20px;padding:40px;box-shadow:0 20px 50px #0b2e4e1a;border:1px solid rgba(11,46,78,.05)}@media (max-width: 768px){.main-contact .contact-form-section{padding:32px}}@media (max-width: 480px){.main-contact .contact-form-section{padding:24px}}.main-contact .contact-form-section .form-header{margin-bottom:32px}.main-contact .contact-form-section .form-header h2{font-size:clamp(1.8rem,4vw,2.5rem);font-weight:700;color:#0b2e4e;margin-bottom:12px;line-height:1.3}.main-contact .contact-form-section .form-header p{color:#6c757d;line-height:1.6;font-size:clamp(.95rem,1.8vw,1.1rem)}.main-contact .contact-form-section .success-message{text-align:center;padding:40px 20px}.main-contact .contact-form-section .success-message svg{color:#28a745;margin-bottom:20px}.main-contact .contact-form-section .success-message h3{font-size:clamp(1.5rem,3vw,2rem);color:#0b2e4e;margin-bottom:16px;font-weight:700}.main-contact .contact-form-section .success-message p{color:#6c757d;margin-bottom:32px;line-height:1.6}.main-contact .contact-form-section .success-message .reset-btn{background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));color:#fff;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #e3a6004d}.main-contact .contact-form-section .success-message .reset-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e3a60066}.main-contact .contact-form-section .contact-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}@media (max-width: 600px){.main-contact .contact-form-section .contact-form .form-row{grid-template-columns:1fr;gap:16px}}.main-contact .contact-form-section .contact-form .form-group{margin-bottom:24px}.main-contact .contact-form-section .contact-form .form-group label{display:block;font-weight:600;color:#0b2e4e;margin-bottom:8px;font-size:.95rem}.main-contact .contact-form-section .contact-form .form-group input,.main-contact .contact-form-section .contact-form .form-group select,.main-contact .contact-form-section .contact-form .form-group textarea{width:100%;padding:16px;border:2px solid rgba(11,46,78,.1);border-radius:12px;font-size:1rem;font-family:inherit;transition:all .3s ease;background:#FFFFFF;box-sizing:border-box}.main-contact .contact-form-section .contact-form .form-group input:focus,.main-contact .contact-form-section .contact-form .form-group select:focus,.main-contact .contact-form-section .contact-form .form-group textarea:focus{outline:none;border-color:#e3a600;box-shadow:0 0 0 3px #e3a6001a}.main-contact .contact-form-section .contact-form .form-group input::placeholder,.main-contact .contact-form-section .contact-form .form-group select::placeholder,.main-contact .contact-form-section .contact-form .form-group textarea::placeholder{color:#868e96}.main-contact .contact-form-section .contact-form .form-group textarea{resize:vertical;min-height:120px;line-height:1.6}.main-contact .contact-form-section .contact-form .form-group select{cursor:pointer}.main-contact .contact-form-section .contact-form .submit-btn{width:100%;background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));color:#fff;border:none;padding:18px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 8px 25px #e3a6004d}.main-contact .contact-form-section .contact-form .submit-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #e3a60066}.main-contact .contact-form-section .contact-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.main-contact .contact-form-section .contact-form .submit-btn.submitting .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #FFFFFF;border-radius:50%;animation:spin 1s linear infinite}.main-contact .contact-info-section .info-header{margin-bottom:32px}.main-contact .contact-info-section .info-header h2{font-size:clamp(1.6rem,3.5vw,2.2rem);font-weight:700;color:#0b2e4e;margin-bottom:12px;line-height:1.3}.main-contact .contact-info-section .info-header p{color:#6c757d;line-height:1.6;font-size:clamp(.95rem,1.8vw,1.1rem)}.main-contact .contact-info-section .info-cards{margin-bottom:40px}.main-contact .contact-info-section .info-cards .info-card{background:#FFFFFF;border-radius:16px;padding:24px;margin-bottom:20px;display:flex;align-items:flex-start;gap:16px;box-shadow:0 8px 25px #0b2e4e14;border:1px solid rgba(11,46,78,.05);transition:all .3s ease}.main-contact .contact-info-section .info-cards .info-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0b2e4e1f}.main-contact .contact-info-section .info-cards .info-card:last-child{margin-bottom:0}.main-contact .contact-info-section .info-cards .info-card .info-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#fff;border-radius:12px;flex-shrink:0}.main-contact .contact-info-section .info-cards .info-card .info-content{flex:1}.main-contact .contact-info-section .info-cards .info-card .info-content h4{font-size:1rem;font-weight:700;color:#0b2e4e;margin-bottom:6px;text-transform:uppercase;letter-spacing:.5px}.main-contact .contact-info-section .info-cards .info-card .info-content p{font-size:.95rem;color:#333;margin:0;line-height:1.5}.main-contact .contact-info-section .additional-info{background:#FFFFFF;border-radius:16px;padding:32px;box-shadow:0 8px 25px #0b2e4e14;border:1px solid rgba(11,46,78,.05)}.main-contact .contact-info-section .additional-info h3{font-size:clamp(1.3rem,2.5vw,1.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.3}.main-contact .contact-info-section .additional-info ul{list-style:none;padding:0;margin:0}.main-contact .contact-info-section .additional-info ul li{color:#333;position:relative;padding:12px 0 12px 24px;font-size:.95rem;line-height:1.5}.main-contact .contact-info-section .additional-info ul li:before{content:"";position:absolute;left:0;top:18px;width:8px;height:8px;background:#E3A600;border-radius:50%}.main-contact .contact-info-section .additional-info ul li:last-child{padding-bottom:0}@media (max-width: 768px){.main-contact{padding:80px 0}}@media (max-width: 480px){.main-contact{padding:60px 0}}.map-section{padding:100px 0;background:#FFFFFF}.map-section .map-container{max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.map-section .map-container{padding:0 16px}}.map-section .map-header{text-align:center;max-width:800px;margin:0 auto 60px}.map-section .map-header .section-badge{display:inline-block;background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));color:#0b2e4e;padding:8px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.map-section .map-header h2{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:700;color:#0b2e4e;margin-bottom:20px;line-height:1.2}.map-section .map-header h2 .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.map-section .map-header p{font-size:clamp(1rem,2.2vw,1.2rem);color:#6c757d;line-height:1.7}@media (max-width: 768px){.map-section .map-header{margin-bottom:50px}}.map-section .map-wrapper{position:relative;border-radius:20px;overflow:hidden;box-shadow:0 20px 50px #0b2e4e1a}.map-section .map-wrapper iframe{display:block;filter:grayscale(.2);transition:filter .3s ease}.map-section .map-wrapper iframe:hover{filter:grayscale(0)}@media (max-width: 768px){.map-section{padding:80px 0}.map-section .map-wrapper iframe{height:300px}}@media (max-width: 480px){.map-section{padding:60px 0}.map-section .map-wrapper iframe{height:250px}}.contact-cta{padding:80px 0;background:linear-gradient(135deg,#0B2E4E 0%,rgb(17.3033707865,72.3595505618,122.6966292135) 100%);position:relative;overflow:hidden}.contact-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(227,166,0,.1) 0%,transparent 50%),radial-gradient(circle at 70% 80%,rgba(227,166,0,.08) 0%,transparent 50%)}.contact-cta .cta-content{position:relative;z-index:2;max-width:800px;margin:0 auto;padding:0 20px;text-align:center}.contact-cta .cta-content h3{font-size:clamp(2rem,4.5vw,2.8rem);font-weight:800;color:#fff;margin-bottom:20px;line-height:1.25}.contact-cta .cta-content p{font-size:clamp(1.1rem,2.2vw,1.3rem);color:#ffffffe6;margin-bottom:40px;line-height:1.7}.contact-cta .cta-content .cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.contact-cta .cta-content .cta-buttons .cta-primary,.contact-cta .cta-content .cta-buttons .cta-secondary{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.contact-cta .cta-content .cta-buttons .cta-primary svg,.contact-cta .cta-content .cta-buttons .cta-secondary svg{transition:transform .3s ease}.contact-cta .cta-content .cta-buttons .cta-primary{background:#E3A600;color:#0b2e4e}.contact-cta .cta-content .cta-buttons .cta-primary:hover{background:rgb(252.5,184.6475770925,0);transform:translateY(-2px);box-shadow:0 12px 30px #e3a60066}.contact-cta .cta-content .cta-buttons .cta-primary:hover svg{transform:translate(3px)}.contact-cta .cta-content .cta-buttons .cta-secondary{background:transparent;color:#fff;border-color:#ffffff4d}.contact-cta .cta-content .cta-buttons .cta-secondary:hover{background:rgba(255,255,255,.1);border-color:#fff;transform:translateY(-2px)}.contact-cta .cta-content .cta-buttons .cta-secondary:hover svg{transform:scale(1.1)}@media (max-width: 640px){.contact-cta .cta-content .cta-buttons{flex-direction:column;align-items:center}.contact-cta .cta-content .cta-buttons .cta-primary,.contact-cta .cta-content .cta-buttons .cta-secondary{width:100%;max-width:320px;justify-content:center}}@media (max-width: 768px){.contact-cta .cta-content{padding:0 16px}}@media (max-width: 768px){.contact-cta{padding:60px 0}}@media (max-width: 480px){.contact-cta{padding:50px 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.method-card,.info-card,.submit-btn,.cta-primary,.cta-secondary{transition:none}.method-card:hover,.info-card:hover,.submit-btn:hover,.cta-primary:hover,.cta-secondary:hover{transform:none}}@media (prefers-contrast: high){.method-card,.contact-form-section,.info-card,.additional-info{border:2px solid #0B2E4E}}.services-template .service-hero{min-height:90vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:80px 0 40px}.services-template .service-hero .hero-background-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.services-template .service-hero .hero-background-image img{width:100%;height:100%;object-fit:cover;object-position:center}.services-template .service-hero .hero-background-image .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,46,78,.85) 0%,rgba(11,46,78,.7) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.services-template .service-hero .hero-container{position:relative;z-index:2;width:100%;max-width:1800px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.services-template .service-hero .hero-container{padding:0 16px}}@media (max-width: 480px){.services-template .service-hero .hero-container{padding:0 12px}}.services-template .service-hero .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;color:#fffc;font-size:.9rem;flex-wrap:wrap}.services-template .service-hero .breadcrumb .breadcrumb-link{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fffc;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .3s ease;font-size:.9rem}.services-template .service-hero .breadcrumb .breadcrumb-link:hover{background:rgba(255,255,255,.1);color:#fff;transform:translate(-3px)}.services-template .service-hero .breadcrumb span:last-child{color:#e3a600;font-weight:600}@media (max-width: 768px){.services-template .service-hero .breadcrumb{margin-bottom:1.5rem;font-size:.85rem}}@media (max-width: 480px){.services-template .service-hero .breadcrumb{margin-bottom:1rem;font-size:.8rem;gap:.25rem}}.services-template .service-hero .hero-content{max-width:850px;margin:0 auto;animation:fadeIn 1s ease-out}.services-template .service-hero .hero-content .service-badge{display:inline-block;background:rgba(227,166,0,.2);color:#e3a600;padding:10px 20px;border-radius:25px;font-size:.9rem;font-weight:600;margin-bottom:20px;border:1px solid rgba(227,166,0,.3)}.services-template .service-hero .hero-content .hero-title{font-size:clamp(2rem,8vw,3.8rem);font-weight:700;line-height:1.25;color:#fff;margin-bottom:1.5rem;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.services-template .service-hero .hero-content .hero-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline;word-break:keep-all}@media (max-width: 768px){.services-template .service-hero .hero-content .hero-title{font-size:clamp(1.8rem,7vw,2.8rem);line-height:1.3;margin-bottom:1.25rem}}@media (max-width: 480px){.services-template .service-hero .hero-content .hero-title{font-size:clamp(1.5rem,6.5vw,2.2rem);line-height:1.35;margin-bottom:1rem;text-align:center}}.services-template .service-hero .hero-content .hero-subtitle{font-size:clamp(1.2rem,2.5vw,1.8rem);color:#e3a600;margin-bottom:20px;font-weight:600}.services-template .service-hero .hero-content .hero-description{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7;color:#ffffffe6;margin:0 auto 2.5rem;max-width:700px}@media (max-width: 768px){.services-template .service-hero .hero-content .hero-description{font-size:clamp(.95rem,2.3vw,1.1rem);line-height:1.6;margin-bottom:2rem;max-width:600px}}@media (max-width: 480px){.services-template .service-hero .hero-content .hero-description{font-size:clamp(.9rem,2.2vw,1rem);line-height:1.65;margin-bottom:1.5rem;max-width:100%;text-align:center}}.services-template .service-hero .hero-content .hero-buttons{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;align-items:center}.services-template .service-hero .hero-content .hero-buttons .btn-primary,.services-template .service-hero .hero-content .hero-buttons .btn-secondary{padding:1rem 2.25rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.75rem;transition:all .3s ease;border:2px solid transparent;text-decoration:none;white-space:nowrap;min-height:52px;box-sizing:border-box}.services-template .service-hero .hero-content .hero-buttons .btn-primary svg,.services-template .service-hero .hero-content .hero-buttons .btn-secondary svg{transition:transform .3s ease;flex-shrink:0}.services-template .service-hero .hero-content .hero-buttons .btn-primary span,.services-template .service-hero .hero-content .hero-buttons .btn-secondary span{display:inline-block;text-align:center}.services-template .service-hero .hero-content .hero-buttons .btn-primary{background:#E3A600;color:#0b2e4e;border-color:#e3a600}.services-template .service-hero .hero-content .hero-buttons .btn-primary:hover{background:rgb(201.5,147.3524229075,0);transform:translateY(-3px);box-shadow:0 8px 25px #e3a6004d}.services-template .service-hero .hero-content .hero-buttons .btn-primary:hover svg{transform:translate(3px)}.services-template .service-hero .hero-content .hero-buttons .btn-secondary{background:transparent;color:#fff;border-color:#fff}.services-template .service-hero .hero-content .hero-buttons .btn-secondary:hover{background:#FFFFFF;color:#0b2e4e;transform:translateY(-3px)}.services-template .service-hero .hero-content .hero-buttons .btn-secondary:hover svg{transform:scale(1.1)}@media (max-width: 640px){.services-template .service-hero .hero-content .hero-buttons{flex-direction:column;gap:1rem;width:100%}.services-template .service-hero .hero-content .hero-buttons .btn-primary,.services-template .service-hero .hero-content .hero-buttons .btn-secondary{width:100%;max-width:320px;padding:1rem 1.5rem;font-size:.9rem;justify-content:center;min-height:50px}}@media (max-width: 768px){.services-template .service-hero{min-height:100vh;padding:60px 0 30px}}@media (max-width: 480px){.services-template .service-hero{min-height:100vh;padding:40px 0 20px}}.services-template .service-overview{padding:120px 0;background:#F8F9FA}.services-template .service-overview .container{max-width:1400px;margin:0 auto;padding:0 20px}.services-template .service-overview .overview-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}@media (max-width: 992px){.services-template .service-overview .overview-grid{grid-template-columns:1fr;gap:60px}}.services-template .service-overview .overview-content .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#0b2e4e;margin-bottom:24px;line-height:1.2}.services-template .service-overview .overview-content .overview-text{font-size:1.2rem;color:#6c757d;line-height:1.7;margin-bottom:40px}.services-template .service-overview .overview-content .benefits-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.services-template .service-overview .overview-content .benefits-list .benefit-item{display:flex;align-items:center;gap:16px;font-size:1.1rem;color:#333;font-weight:500}.services-template .service-overview .overview-content .benefits-list .benefit-item svg{flex-shrink:0}.services-template .service-overview .overview-content .btn-outline{display:flex;align-items:center;gap:12px;padding:16px 32px;background:transparent;border:2px solid var(--primary-color, #0B2E4E);color:var(--primary-color, #0B2E4E);border-radius:12px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.services-template .service-overview .overview-content .btn-outline:hover{background:var(--primary-color, #0B2E4E);color:#fff;transform:translateY(-3px);box-shadow:0 10px 25px #00000026}.services-template .service-overview .overview-content .btn-outline:hover svg{transform:translate(3px)}.services-template .service-overview .overview-visual .visual-card{background:#FFFFFF;border-radius:20px;padding:40px;box-shadow:0 20px 60px #0b2e4e1a;border:1px solid rgba(0,0,0,.05)}.services-template .service-overview .overview-visual .visual-card .card-header{text-align:center;margin-bottom:32px}.services-template .service-overview .overview-visual .visual-card .card-header svg{margin-bottom:16px}.services-template .service-overview .overview-visual .visual-card .card-header h3{font-size:1.5rem;font-weight:700;color:#0b2e4e}.services-template .service-overview .overview-visual .visual-card .feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.services-template .service-overview .overview-visual .visual-card .feature-grid .feature-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px;border-radius:12px;background:rgba(var(--accent-color-rgb, 11, 46, 78),.05);transition:all .3s ease}.services-template .service-overview .overview-visual .visual-card .feature-grid .feature-item:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a}.services-template .service-overview .overview-visual .visual-card .feature-grid .feature-item svg{color:var(--accent-color, #0B2E4E);margin-bottom:12px}.services-template .service-overview .overview-visual .visual-card .feature-grid .feature-item span{font-weight:600;color:#333}.services-template .service-overview .animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.4,0,.2,1)}.services-template .service-overview .animate-on-scroll.visible{opacity:1;transform:translateY(0)}.services-template .services-detail{padding:120px 0;background:#FFFFFF}.services-template .services-detail .container{max-width:1400px;margin:0 auto;padding:0 20px}.services-template .services-detail .section-header{text-align:center;margin-bottom:80px}.services-template .services-detail .section-header .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#0b2e4e;margin-bottom:16px}.services-template .services-detail .section-header .section-description{font-size:1.2rem;color:#6c757d;max-width:600px;margin:0 auto}.services-template .services-detail .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:40px}@media (max-width: 768px){.services-template .services-detail .services-grid{grid-template-columns:1fr;gap:30px}}.services-template .services-detail .service-card{background:#FFFFFF;border-radius:20px;padding:40px;box-shadow:0 10px 40px #0b2e4e14;border:1px solid rgba(0,0,0,.05);transition:all .4s cubic-bezier(.4,0,.2,1);opacity:0;transform:translateY(30px)}.services-template .services-detail .service-card.visible{opacity:1;transform:translateY(0);animation-delay:var(--animation-delay)}.services-template .services-detail .service-card:hover{transform:translateY(-10px);box-shadow:0 25px 60px #0b2e4e26;border-color:var(--primary-color, #0B2E4E)}.services-template .services-detail .service-card:hover .service-icon{transform:scale(1.1);background:var(--primary-color, #0B2E4E);color:#fff}.services-template .services-detail .service-card:hover .learn-more-btn{background:var(--primary-color, #0B2E4E);color:#fff;transform:translate(5px)}.services-template .services-detail .service-card:hover .learn-more-btn svg{transform:translate(3px)}.services-template .services-detail .service-card .card-header{margin-bottom:32px}.services-template .services-detail .service-card .card-header .service-icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;background:rgba(var(--primary-color-rgb, 11, 46, 78),.1);color:var(--primary-color, #0B2E4E);border-radius:20px;margin-bottom:24px;transition:all .3s ease}.services-template .services-detail .service-card .card-header .service-name{font-size:1.5rem;font-weight:700;color:#0b2e4e;margin-bottom:8px}.services-template .services-detail .service-card .card-header .service-short-desc{font-size:1rem;color:#6c757d;font-weight:500}.services-template .services-detail .service-card .card-content{margin-bottom:32px}.services-template .services-detail .service-card .card-content .service-full-desc{font-size:1rem;color:#333;line-height:1.7;margin-bottom:24px}.services-template .services-detail .service-card .card-content .features-list{display:flex;flex-direction:column;gap:12px}.services-template .services-detail .service-card .card-content .features-list .feature-item{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#333}.services-template .services-detail .service-card .card-content .features-list .feature-item svg{color:var(--primary-color, #0B2E4E);flex-shrink:0}.services-template .services-detail .service-card .card-footer .learn-more-btn{display:flex;align-items:center;gap:10px;background:transparent;border:2px solid var(--primary-color, #0B2E4E);color:var(--primary-color, #0B2E4E);padding:12px 24px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;justify-content:center}.services-template .services-detail .service-card .card-footer .learn-more-btn svg{transition:transform .3s ease}.services-template .process-section{padding:120px 0;background:linear-gradient(135deg,#0B2E4E 0%,rgb(17.3033707865,72.3595505618,122.6966292135) 100%);color:#fff}.services-template .process-section .container{max-width:1400px;margin:0 auto;padding:0 20px}.services-template .process-section .section-header{text-align:center;margin-bottom:80px}.services-template .process-section .section-header .section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:16px}.services-template .process-section .section-header .section-description{font-size:1.2rem;color:#fffc;max-width:600px;margin:0 auto}.services-template .process-section .process-container{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:start}@media (max-width: 992px){.services-template .process-section .process-container{grid-template-columns:1fr;gap:60px}}.services-template .process-section .process-steps{display:flex;flex-direction:column;gap:20px}.services-template .process-section .process-steps .process-step{display:flex;gap:24px;padding:32px;border-radius:16px;background:rgba(255,255,255,.05);border:2px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s ease}.services-template .process-section .process-steps .process-step:hover{background:rgba(255,255,255,.08);border-color:#e3a60080}.services-template .process-section .process-steps .process-step.active{background:rgba(227,166,0,.15);border-color:#e3a600}.services-template .process-section .process-steps .process-step.active .step-number{background:#E3A600;color:#0b2e4e}.services-template .process-section .process-steps .process-step.completed .step-number{background:rgba(227,166,0,.3);color:#e3a600}.services-template .process-section .process-steps .process-step .step-number{flex-shrink:0;width:60px;height:60px;background:rgba(255,255,255,.1);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem;transition:all .3s ease}.services-template .process-section .process-steps .process-step .step-content .step-title{font-size:1.3rem;font-weight:700;color:#fff;margin-bottom:8px}.services-template .process-section .process-steps .process-step .step-content .step-description{font-size:1rem;color:#fffc;line-height:1.6;margin-bottom:12px}.services-template .process-section .process-steps .process-step .step-content .step-duration{display:inline-block;background:rgba(227,166,0,.2);color:#e3a600;padding:4px 12px;border-radius:15px;font-size:.85rem;font-weight:600}.services-template .process-section .process-visual .visual-container{background:rgba(255,255,255,.08);border-radius:20px;padding:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.services-template .process-section .process-visual .visual-container .progress-indicator{width:100%;height:6px;background:rgba(255,255,255,.2);border-radius:3px;margin-bottom:32px;overflow:hidden}.services-template .process-section .process-visual .visual-container .progress-indicator .progress-bar{height:100%;background:#E3A600;border-radius:3px;transition:width .5s ease}.services-template .process-section .process-visual .visual-container .active-step-details h3{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:16px}.services-template .process-section .process-visual .visual-container .active-step-details p{font-size:1.1rem;color:#ffffffe6;line-height:1.7;margin-bottom:24px}.services-template .process-section .process-visual .visual-container .active-step-details .step-meta{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.services-template .process-section .process-visual .visual-container .active-step-details .step-meta .duration,.services-template .process-section .process-visual .visual-container .active-step-details .step-meta .step-counter{background:rgba(227,166,0,.2);color:#e3a600;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600}.services-template .service-cta{padding:100px 0;background:linear-gradient(135deg,#E3A600 0%,rgb(176,128.704845815,0) 100%)}.services-template .service-cta .container{max-width:1200px;margin:0 auto;padding:0 20px}.services-template .service-cta .cta-content{text-align:center;margin-bottom:60px}.services-template .service-cta .cta-content .cta-text{margin-bottom:40px}.services-template .service-cta .cta-content .cta-text h2{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#0b2e4e;margin-bottom:20px}.services-template .service-cta .cta-content .cta-text p{font-size:1.2rem;color:#0b2e4ecc;max-width:700px;margin:0 auto;line-height:1.7}.services-template .service-cta .cta-content .cta-actions{display:flex;justify-content:center;gap:24px;flex-wrap:wrap}.services-template .service-cta .cta-content .cta-actions .btn-primary,.services-template .service-cta .cta-content .cta-actions .btn-secondary{display:flex;align-items:center;gap:12px;padding:18px 36px;border-radius:12px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease;border:none;min-height:60px;text-decoration:none}.services-template .service-cta .cta-content .cta-actions .btn-primary svg,.services-template .service-cta .cta-content .cta-actions .btn-secondary svg{transition:transform .3s ease}.services-template .service-cta .cta-content .cta-actions .btn-primary{background:#0B2E4E;color:#fff}.services-template .service-cta .cta-content .cta-actions .btn-primary:hover{background:rgb(17.3033707865,72.3595505618,122.6966292135);transform:translateY(-3px);box-shadow:0 15px 35px #0b2e4e66}.services-template .service-cta .cta-content .cta-actions .btn-primary:hover svg{transform:translate(3px)}.services-template .service-cta .cta-content .cta-actions .btn-secondary{background:transparent;color:#0b2e4e;border:2px solid rgba(11,46,78,.3)}.services-template .service-cta .cta-content .cta-actions .btn-secondary:hover{background:rgba(11,46,78,.1);border-color:#0b2e4e;transform:translateY(-3px)}@media (max-width: 640px){.services-template .service-cta .cta-content .cta-actions{flex-direction:column;align-items:center}.services-template .service-cta .cta-content .cta-actions .btn-primary,.services-template .service-cta .cta-content .cta-actions .btn-secondary{width:100%;max-width:300px;justify-content:center}}.services-template .service-cta .cta-features{display:flex;justify-content:center;gap:40px;flex-wrap:wrap}.services-template .service-cta .cta-features .feature-item{display:flex;align-items:center;gap:12px;font-size:1rem;color:#0b2e4e;font-weight:600}.services-template .service-cta .cta-features .feature-item svg{color:#0b2e4e;flex-shrink:0}@media (max-width: 768px){.services-template .service-cta .cta-features{flex-direction:column;align-items:center;gap:20px}}.services-template .service-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;padding:40px 20px}.services-template .service-not-found h1{font-size:2.5rem;font-weight:700;color:#0b2e4e;margin-bottom:20px}.services-template .service-not-found button{background:#E3A600;color:#0b2e4e;border:none;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.services-template .service-not-found button:hover{background:rgb(176,128.704845815,0);transform:translateY(-2px)}@media (max-width: 768px){.services-template .service-overview{padding:80px 0}.services-template .service-overview .overview-grid{gap:50px}.services-template .services-detail{padding:80px 0}.services-template .services-detail .section-header{margin-bottom:60px}.services-template .services-detail .services-grid .service-card{padding:30px}.services-template .process-section{padding:80px 0}.services-template .process-section .process-container{gap:50px}.services-template .process-section .process-steps .process-step{padding:24px}.services-template .service-cta{padding:80px 0}}@media (max-width: 480px){.services-template .service-overview .container,.services-template .services-detail .container,.services-template .process-section .container,.services-template .service-cta .container{padding:0 16px}.services-template .services-detail .services-grid .service-card{padding:24px}}@media (prefers-reduced-motion: reduce){.services-template .animate-on-scroll,.services-template .service-card,.services-template .process-step,.services-template .btn-primary,.services-template .btn-secondary,.services-template .btn-outline,.services-template .learn-more-btn{transition:none;animation:none}.services-template .animate-on-scroll:hover,.services-template .service-card:hover,.services-template .process-step:hover,.services-template .btn-primary:hover,.services-template .btn-secondary:hover,.services-template .btn-outline:hover,.services-template .learn-more-btn:hover{transform:none}.services-template .progress-bar{transition:none}.services-template .hero-content{animation:none}}@media (prefers-contrast: high){.services-template .service-hero .hero-overlay{background:rgba(0,0,0,.8)}.services-template .service-card,.services-template .visual-card,.services-template .process-step{border:2px solid #333333}}@media print{.services-template .service-hero{min-height:auto;padding:40px 0}.services-template .service-hero .hero-background-image,.services-template .hero-buttons,.services-template .cta-actions,.services-template .learn-more-btn{display:none}.services-template .service-overview,.services-template .services-detail,.services-template .process-section,.services-template .service-cta{padding:40px 0}}@media (max-width: 768px) and (orientation: landscape){.services-template .service-hero{min-height:100vh;padding:20px 0}.services-template .service-hero .hero-content .hero-title{font-size:clamp(1.5rem,5vw,2.2rem);margin-bottom:.75rem}.services-template .service-hero .hero-content .hero-description{font-size:clamp(.85rem,2vw,1rem);margin-bottom:1rem}.services-template .service-hero .hero-content .hero-buttons{gap:.75rem}.services-template .service-hero .hero-content .hero-buttons .btn-primary,.services-template .service-hero .hero-content .hero-buttons .btn-secondary{padding:.6rem 1.25rem;font-size:.8rem;min-height:40px}.services-template .service-hero .breadcrumb{margin-bottom:.5rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.fade-in-up{animation:fadeInUp .8s ease-out forwards}.slide-in-left{animation:slideInLeft .8s ease-out forwards}.slide-in-right{animation:slideInRight .8s ease-out forwards}.blogs-page .blogs-hero{min-height:60vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;text-align:center;padding:80px 0 40px}.blogs-page .blogs-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.blogs-page .blogs-hero .hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.blogs-page .blogs-hero .hero-background .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,46,78,.85) 0%,rgba(11,46,78,.7) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.blogs-page .blogs-hero .hero-container{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.blogs-page .blogs-hero .hero-container{padding:0 16px}}.blogs-page .blogs-hero .breadcrumb{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-bottom:2rem;color:#fffc;font-size:.9rem}.blogs-page .blogs-hero .breadcrumb span:last-child{color:#e3a600;font-weight:600}@media (max-width: 768px){.blogs-page .blogs-hero .breadcrumb{margin-bottom:1.5rem;font-size:.85rem}}.blogs-page .blogs-hero .hero-content{max-width:700px;margin:0 auto}.blogs-page .blogs-hero .hero-content .hero-title{font-size:clamp(2.2rem,6vw,3.5rem);font-weight:700;line-height:1.25;color:#fff;margin-bottom:1.5rem}.blogs-page .blogs-hero .hero-content .hero-title .highlight{background:linear-gradient(135deg,#E3A600,rgb(255,192.6563876652,23));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (max-width: 768px){.blogs-page .blogs-hero .hero-content .hero-title{font-size:clamp(1.8rem,5vw,2.5rem);margin-bottom:1.25rem}}.blogs-page .blogs-hero .hero-content .hero-description{font-size:clamp(1rem,2.2vw,1.2rem);line-height:1.7;color:#ffffffe6;max-width:600px;margin:0 auto}@media (max-width: 768px){.blogs-page .blogs-hero .hero-content .hero-description{font-size:clamp(.95rem,2vw,1.1rem)}}.blogs-page .blogs-content{padding:80px 0;background:#F8F9FA}@media (max-width: 768px){.blogs-page .blogs-content{padding:60px 0}}.blogs-page .blogs-container{max-width:1400px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.blogs-page .blogs-container{padding:0 16px}}.blogs-page .blogs-controls{background:#FFFFFF;border-radius:12px;padding:30px;margin-bottom:50px;box-shadow:0 4px 20px #0b2e4e14}.blogs-page .blogs-controls .search-box{display:flex;align-items:center;gap:12px;background:#F8F9FA;border-radius:8px;padding:12px 16px;margin-bottom:24px;border:2px solid transparent;transition:all .3s ease}.blogs-page .blogs-controls .search-box:focus-within{border-color:#e3a600;background:#FFFFFF}.blogs-page .blogs-controls .search-box svg{color:#6c757d;flex-shrink:0}.blogs-page .blogs-controls .search-box input{border:none;background:none;outline:none;flex:1;font-size:1rem;color:#0b2e4e}.blogs-page .blogs-controls .search-box input::placeholder{color:#6c757d}.blogs-page .blogs-controls .category-filters{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.blogs-page .blogs-controls .category-filters>span{font-weight:600;color:#0b2e4e;margin-right:8px}.blogs-page .blogs-controls .category-filters>svg{color:#6c757d}.blogs-page .blogs-controls .category-filters .filter-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;border:2px solid #DEE2E6;background:#FFFFFF;border-radius:20px;font-size:.9rem;font-weight:500;color:#6c757d;cursor:pointer;transition:all .3s ease}.blogs-page .blogs-controls .category-filters .filter-btn:hover{border-color:#e3a600;color:#0b2e4e}.blogs-page .blogs-controls .category-filters .filter-btn.active{background:#E3A600;border-color:#e3a600;color:#0b2e4e;font-weight:600}@media (max-width: 640px){.blogs-page .blogs-controls .category-filters .filter-btn{padding:6px 12px;font-size:.85rem}}@media (max-width: 768px){.blogs-page .blogs-controls{padding:24px;margin-bottom:40px}.blogs-page .blogs-controls .category-filters .filter-btn span{display:none}}.blogs-page .section-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:#0b2e4e;margin-bottom:40px;display:flex;align-items:center;gap:12px}.blogs-page .section-title .articles-count{font-size:1rem;font-weight:500;color:#6c757d}@media (max-width: 768px){.blogs-page .section-title{margin-bottom:30px}}.blogs-page .featured-section{margin-bottom:80px}.blogs-page .featured-section .featured-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:30px}@media (max-width: 768px){.blogs-page .featured-section .featured-grid{grid-template-columns:1fr;gap:25px}}@media (max-width: 540px){.blogs-page .featured-section .featured-grid{grid-template-columns:1fr}}@media (max-width: 768px){.blogs-page .featured-section{margin-bottom:60px}}.blogs-page .featured-card{background:#FFFFFF;border-radius:16px;overflow:hidden;box-shadow:0 8px 30px #0b2e4e1a;transition:all .4s ease;border:1px solid #DEE2E6}.blogs-page .featured-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0b2e4e26}.blogs-page .featured-card .card-image{position:relative;height:250px;overflow:hidden}.blogs-page .featured-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.blogs-page .featured-card .card-image .featured-badge{position:absolute;top:16px;left:16px;background:#E3A600;color:#0b2e4e;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase}@media (max-width: 768px){.blogs-page .featured-card .card-image{height:200px}}.blogs-page .featured-card .card-content{padding:32px}@media (max-width: 768px){.blogs-page .featured-card .card-content{padding:24px}}.blogs-page .featured-card:hover .card-image img{transform:scale(1.05)}.blogs-page .articles-section .articles-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:30px}@media (max-width: 768px){.blogs-page .articles-section .articles-grid{grid-template-columns:1fr;gap:25px}}@media (max-width: 380px){.blogs-page .articles-section .articles-grid{grid-template-columns:1fr}}.blogs-page .blog-card{background:#FFFFFF;border-radius:12px;overflow:hidden;box-shadow:0 6px 25px #0b2e4e14;transition:all .3s ease;border:1px solid #DEE2E6}.blogs-page .blog-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0b2e4e1f}.blogs-page .blog-card .card-image{height:200px;overflow:hidden}.blogs-page .blog-card .card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media (max-width: 768px){.blogs-page .blog-card .card-image{height:180px}}.blogs-page .blog-card .card-content{padding:24px}@media (max-width: 768px){.blogs-page .blog-card .card-content{padding:20px}}.blogs-page .blog-card:hover .card-image img{transform:scale(1.05)}.blogs-page .blog-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;flex-wrap:wrap;gap:8px}.blogs-page .blog-meta .category,.blogs-page .blog-meta .read-time{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600}.blogs-page .blog-meta .category{color:#e3a600}.blogs-page .blog-meta .read-time{color:#6c757d}.blogs-page .blog-title{font-size:clamp(1.2rem,2.5vw,1.4rem);font-weight:700;color:#0b2e4e;margin-bottom:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blogs-page .blog-excerpt{font-size:.95rem;color:#6c757d;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.blogs-page .tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.blogs-page .tags .tag{display:flex;align-items:center;gap:4px;background:rgba(227,166,0,.1);color:#7d5b00;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.blogs-page .blog-footer{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;border-top:1px solid #DEE2E6;padding-top:16px}.blogs-page .blog-footer .author-date{display:flex;align-items:center;gap:16px;flex-wrap:wrap}@media (max-width: 480px){.blogs-page .blog-footer .author-date{gap:8px;flex-direction:column;align-items:flex-start}}.blogs-page .blog-footer .author,.blogs-page .blog-footer .date{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#6c757d}.blogs-page .blog-footer .read-more-btn{display:flex;align-items:center;gap:6px;background:transparent;border:2px solid #E3A600;color:#e3a600;padding:8px 16px;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.blogs-page .blog-footer .read-more-btn:hover{background:#E3A600;color:#0b2e4e;transform:translate(3px)}.blogs-page .blog-footer .read-more-btn svg{transition:transform .3s ease}.blogs-page .blog-footer .read-more-btn:hover svg{transform:translate(2px)}.blogs-page .no-results{text-align:center;padding:60px 20px;color:#6c757d}.blogs-page .no-results svg{margin-bottom:20px;opacity:.5}.blogs-page .no-results h3{font-size:1.5rem;color:#0b2e4e;margin-bottom:8px}.blogs-page .no-results p{font-size:1rem}.blogs-page .blogs-cta{background:linear-gradient(135deg,#0B2E4E 0%,rgb(17.3033707865,72.3595505618,122.6966292135) 100%);border-radius:16px;padding:60px 40px;text-align:center;margin-top:80px;position:relative;overflow:hidden}.blogs-page .blogs-cta:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 30% 20%,rgba(227,166,0,.1) 0%,transparent 50%)}.blogs-page .blogs-cta .cta-content{position:relative;z-index:2;max-width:600px;margin:0 auto}.blogs-page .blogs-cta .cta-content h3{font-size:clamp(1.8rem,4vw,2.3rem);font-weight:700;color:#fff;margin-bottom:16px;line-height:1.3}.blogs-page .blogs-cta .cta-content p{font-size:clamp(1rem,2vw,1.2rem);color:#ffffffe6;margin-bottom:32px;line-height:1.6}.blogs-page .blogs-cta .cta-content .cta-button{display:inline-flex;align-items:center;gap:12px;background:#E3A600;color:#0b2e4e;padding:16px 32px;border-radius:8px;font-weight:700;font-size:1.1rem;border:none;cursor:pointer;transition:all .3s ease}.blogs-page .blogs-cta .cta-content .cta-button:hover{background:rgb(252.5,184.6475770925,0);transform:translateY(-2px);box-shadow:0 10px 25px #e3a6004d}.blogs-page .blogs-cta .cta-content .cta-button svg{transition:transform .3s ease}.blogs-page .blogs-cta .cta-content .cta-button:hover svg{transform:translate(3px)}@media (max-width: 768px){.blogs-page .blogs-cta{padding:50px 30px;margin-top:60px}}@media (max-width: 480px){.blogs-page .blogs-cta{padding:40px 24px}}@media (max-width: 768px){.blogs-page .blogs-hero{min-height:70vh;padding:60px 0 30px}}@media (max-width: 480px){.blogs-page .blogs-hero{min-height:60vh;padding:40px 0 20px}}@media (prefers-reduced-motion: reduce){.blog-card,.featured-card{transition:none}.blog-card:hover,.featured-card:hover{transform:none}.blog-card .card-image img,.featured-card .card-image img{transition:none}.blog-card .card-image img:hover,.featured-card .card-image img:hover{transform:none}.read-more-btn,.cta-button{transition:none}.read-more-btn:hover,.cta-button:hover{transform:none}.filter-btn{transition:none}}@media (prefers-contrast: high){.blog-card,.featured-card{border:2px solid #0B2E4E}.blog-card:hover,.featured-card:hover{border-color:#e3a600}.read-more-btn{border-width:3px}.tag{border:1px solid rgb(125,91.40969163,0)}}@media print{.blogs-page .blogs-hero,.blogs-page .blogs-controls,.blogs-page .blogs-cta{display:none}.blogs-page .blog-card,.blogs-page .featured-card{break-inside:avoid;box-shadow:none;border:1px solid #ccc;margin-bottom:20px}.blogs-page .read-more-btn{display:none}}.blog-card:focus-within,.featured-card:focus-within{outline:2px solid #E3A600;outline-offset:2px}.filter-btn:focus{outline:2px solid #E3A600;outline-offset:2px}.search-box:focus-within{outline:2px solid #E3A600;outline-offset:2px}@keyframes shimmer{0%{background-position:-200px 0}to{background-position:calc(200px + 100%) 0}}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%);background-size:200px 100%;animation:shimmer 1.5s infinite}html{scroll-padding-top:100px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.blog-card,.featured-card{animation:fadeInUp .6s ease-out}.articles-grid .blog-card:nth-child(1){animation-delay:0s}.articles-grid .blog-card:nth-child(2){animation-delay:.1s}.articles-grid .blog-card:nth-child(3){animation-delay:.2s}.articles-grid .blog-card:nth-child(4){animation-delay:.3s}.articles-grid .blog-card:nth-child(5){animation-delay:.4s}.articles-grid .blog-card:nth-child(6){animation-delay:.5s}.featured-grid .featured-card:nth-child(1){animation-delay:0s}.featured-grid .featured-card:nth-child(2){animation-delay:.2s}.blogs-content::-webkit-scrollbar{width:8px}.blogs-content::-webkit-scrollbar-track{background:#F8F9FA;border-radius:4px}.blogs-content::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#E3A600,rgb(176,128.704845815,0));border-radius:4px}.blogs-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,rgb(201.5,147.3524229075,0),#E3A600)}.blog-post .blog-hero{min-height:70vh;display:flex;align-items:center;position:relative;overflow:hidden}.blog-post .blog-hero .hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.blog-post .blog-hero .hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.blog-post .blog-hero .hero-background .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(11,46,78,.85) 0%,rgba(11,46,78,.7) 100%);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.blog-post .blog-hero .hero-container{position:relative;z-index:2;width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.blog-post .blog-hero .hero-container{padding:0 16px}}.blog-post .blog-hero .breadcrumb{display:flex;align-items:center;gap:.5rem;margin-bottom:2rem;color:#fffc;font-size:.9rem}.blog-post .blog-hero .breadcrumb .breadcrumb-link{color:#e3a600;cursor:pointer;font-weight:600}.blog-post .blog-hero .breadcrumb .breadcrumb-link:hover{text-decoration:underline}.blog-post .blog-hero .breadcrumb .current{color:#ffffffe6;font-weight:600}@media (max-width: 640px){.blog-post .blog-hero .breadcrumb .current{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:200px}}@media (max-width: 768px){.blog-post .blog-hero .breadcrumb{margin-bottom:1.5rem;font-size:.85rem}}.blog-post .blog-hero .hero-content{max-width:800px}.blog-post .blog-hero .hero-content .category-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:20px;color:#fff;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.blog-post .blog-hero .hero-content .blog-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;line-height:1.2;color:#fff;margin-bottom:1.5rem}@media (max-width: 768px){.blog-post .blog-hero .hero-content .blog-title{font-size:clamp(1.8rem,4.5vw,2.8rem);margin-bottom:1.25rem}}.blog-post .blog-hero .hero-content .blog-meta{display:flex;align-items:center;gap:24px;margin-bottom:2rem;flex-wrap:wrap}.blog-post .blog-hero .hero-content .blog-meta .meta-item{display:flex;align-items:center;gap:6px;color:#ffffffe6;font-size:.9rem;font-weight:500}@media (max-width: 640px){.blog-post .blog-hero .hero-content .blog-meta{gap:16px}.blog-post .blog-hero .hero-content .blog-meta .meta-item{font-size:.85rem}}.blog-post .blog-hero .hero-content .blog-actions{display:flex;gap:12px}.blog-post .blog-hero .hero-content .blog-actions .action-btn{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.1);border:2px solid rgba(255,255,255,.3);color:#fff;padding:10px 20px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.blog-post .blog-hero .hero-content .blog-actions .action-btn:hover{background:rgba(255,255,255,.2);border-color:#fff;transform:translateY(-2px)}@media (max-width: 480px){.blog-post .blog-hero .hero-content .blog-actions .action-btn{padding:8px 16px;font-size:.9rem}}.blog-post .blog-content{padding:80px 0;background:#F8F9FA}@media (max-width: 768px){.blog-post .blog-content{padding:60px 0}}.blog-post .content-container{max-width:1200px;margin:0 auto;padding:0 20px}@media (max-width: 768px){.blog-post .content-container{padding:0 16px}}.blog-post .content-grid{display:grid;grid-template-columns:2fr 1fr;gap:60px}@media (max-width: 992px){.blog-post .content-grid{grid-template-columns:1fr;gap:40px}}.blog-post .main-content{background:#FFFFFF;border-radius:12px;padding:40px;box-shadow:0 4px 20px #0b2e4e14}.blog-post .main-content .content-excerpt{font-size:1.2rem;color:#6c757d;font-style:italic;border-left:4px solid #E3A600;padding:20px 0 20px 24px;margin-bottom:40px;background:rgba(227,166,0,.05)}.blog-post .main-content .content-excerpt p{margin:0;line-height:1.7}.blog-post .main-content .content-body{line-height:1.8;color:#333}.blog-post .main-content .content-body h3{font-size:1.8rem;font-weight:700;color:#0b2e4e;margin:40px 0 20px}.blog-post .main-content .content-body h3:first-child{margin-top:0}.blog-post .main-content .content-body h4{font-size:1.4rem;font-weight:600;color:#0b2e4e;margin:32px 0 16px}.blog-post .main-content .content-body p{margin-bottom:20px;font-size:1.05rem}.blog-post .main-content .content-body ul,.blog-post .main-content .content-body ol{margin:20px 0;padding-left:24px}.blog-post .main-content .content-body ul li,.blog-post .main-content .content-body ol li{margin-bottom:8px;font-size:1.05rem;line-height:1.7}.blog-post .main-content .content-body ul li strong,.blog-post .main-content .content-body ol li strong{color:#0b2e4e;font-weight:600}.blog-post .main-content .content-body ul{list-style-type:none;padding-left:0}.blog-post .main-content .content-body ul li{position:relative;padding-left:24px}.blog-post .main-content .content-body ul li:before{content:"→";position:absolute;left:0;color:#e3a600;font-weight:600}.blog-post .main-content .content-body strong{color:#0b2e4e;font-weight:600}.blog-post .main-content .content-tags{margin:40px 0;padding:24px 0;border-top:1px solid #DEE2E6}.blog-post .main-content .content-tags h4{font-size:1.1rem;font-weight:600;color:#0b2e4e;margin-bottom:16px}.blog-post .main-content .content-tags .tags-list{display:flex;flex-wrap:wrap;gap:8px}.blog-post .main-content .content-tags .tags-list .tag{display:flex;align-items:center;gap:4px;background:rgba(227,166,0,.1);color:#7d5b00;padding:6px 12px;border-radius:12px;font-size:.85rem;font-weight:500;border:1px solid rgba(227,166,0,.2)}.blog-post .main-content .content-navigation{display:flex;justify-content:space-between;gap:20px;padding-top:24px;border-top:1px solid #DEE2E6}.blog-post .main-content .content-navigation .nav-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.blog-post .main-content .content-navigation .nav-btn.back-btn{background:transparent;color:#6c757d;border-color:#dee2e6}.blog-post .main-content .content-navigation .nav-btn.back-btn:hover{color:#0b2e4e;border-color:#0b2e4e;transform:translate(-3px)}.blog-post .main-content .content-navigation .nav-btn.contact-btn{background:#E3A600;color:#0b2e4e}.blog-post .main-content .content-navigation .nav-btn.contact-btn:hover{background:rgb(201.5,147.3524229075,0);transform:translate(3px)}@media (max-width: 640px){.blog-post .main-content .content-navigation .nav-btn{flex:1;justify-content:center;padding:10px 16px;font-size:.9rem}}@media (max-width: 640px){.blog-post .main-content .content-navigation{flex-direction:column;gap:12px}}@media (max-width: 768px){.blog-post .main-content{padding:32px 24px}}@media (max-width: 480px){.blog-post .main-content{padding:24px 20px}}.blog-post .sidebar{display:flex;flex-direction:column;gap:24px}.blog-post .sidebar .sidebar-card{background:#FFFFFF;border-radius:12px;padding:24px;box-shadow:0 4px 20px #0b2e4e14}.blog-post .sidebar .sidebar-card h4{font-size:1.2rem;font-weight:700;color:#0b2e4e;margin-bottom:16px}.blog-post .sidebar .author-card .author-info{display:flex;gap:16px;align-items:flex-start}.blog-post .sidebar .author-card .author-info .author-avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#F8F9FA;border-radius:50%;flex-shrink:0;color:#6c757d}.blog-post .sidebar .author-card .author-info .author-details h5{font-size:1rem;font-weight:600;color:#0b2e4e;margin-bottom:4px}.blog-post .sidebar .author-card .author-info .author-details p{font-size:.9rem;color:#6c757d;line-height:1.5;margin:0}.blog-post .sidebar .contact-card{background:linear-gradient(135deg,#0B2E4E 0%,rgb(16.0426966292,67.0876404494,113.7573033708) 100%);color:#fff}.blog-post .sidebar .contact-card h4{color:#fff}.blog-post .sidebar .contact-card p{color:#ffffffe6;font-size:.95rem;line-height:1.6;margin-bottom:20px}.blog-post .sidebar .contact-card .contact-cta{display:flex;align-items:center;justify-content:center;gap:8px;background:#E3A600;color:#0b2e4e;padding:12px 20px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;width:100%}.blog-post .sidebar .contact-card .contact-cta:hover{background:rgb(252.5,184.6475770925,0);transform:translateY(-2px)}.blog-post .sidebar .contact-card .contact-cta svg{transition:transform .3s ease}.blog-post .sidebar .contact-card .contact-cta:hover svg{transform:translate(3px)}@media (max-width: 992px){.blog-post .sidebar{order:-1}}.blog-post .related-posts{padding:80px 0;background:#FFFFFF}.blog-post .related-posts .related-container{max-width:1200px;margin:0 auto;padding:0 20px}.blog-post .related-posts .related-container h3{font-size:clamp(2rem,4vw,2.5rem);font-weight:700;color:#0b2e4e;margin-bottom:40px;text-align:center}@media (max-width: 768px){.blog-post .related-posts .related-container{padding:0 16px}}.blog-post .related-posts .related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}@media (max-width: 768px){.blog-post .related-posts .related-grid{grid-template-columns:1fr;gap:24px}}.blog-post .related-posts .related-card{background:#FFFFFF;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0b2e4e14;transition:all .3s ease;cursor:pointer;border:1px solid #DEE2E6}.blog-post .related-posts .related-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0b2e4e26}.blog-post .related-posts .related-card .related-image{height:180px;overflow:hidden}.blog-post .related-posts .related-card .related-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}@media (max-width: 768px){.blog-post .related-posts .related-card .related-image{height:160px}}.blog-post .related-posts .related-card .related-content{padding:20px}.blog-post .related-posts .related-card .related-content .related-category{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;display:block}.blog-post .related-posts .related-card .related-content h4{font-size:1.1rem;font-weight:600;color:#0b2e4e;margin-bottom:12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.blog-post .related-posts .related-card .related-content .related-meta{display:flex;align-items:center;gap:8px;color:#6c757d;font-size:.85rem}.blog-post .related-posts .related-card:hover .related-image img{transform:scale(1.05)}@media (max-width: 768px){.blog-post .related-posts{padding:60px 0}}.blog-not-found{min-height:60vh;display:flex;align-items:center;justify-content:center;background:#F8F9FA}.blog-not-found .container{text-align:center;max-width:500px;padding:40px 20px}.blog-not-found .container svg{color:#6c757d;margin-bottom:24px;opacity:.7}.blog-not-found .container h1{font-size:2rem;font-weight:700;color:#0b2e4e;margin-bottom:16px}.blog-not-found .container p{font-size:1.1rem;color:#6c757d;line-height:1.6;margin-bottom:32px}.blog-not-found .container .back-btn{display:inline-flex;align-items:center;gap:8px;background:#E3A600;color:#0b2e4e;padding:12px 24px;border-radius:8px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.blog-not-found .container .back-btn:hover{background:rgb(201.5,147.3524229075,0);transform:translateY(-2px)}.blog-not-found .container .back-btn svg{margin:0;opacity:1}@media (max-width: 768px){.blog-post .blog-hero{min-height:60vh;padding:60px 0 30px}}@media (max-width: 480px){.blog-post .blog-hero{min-height:50vh;padding:40px 0 20px}}@media (prefers-reduced-motion: reduce){.related-card,.action-btn,.nav-btn,.contact-cta{transition:none}.related-card:hover,.action-btn:hover,.nav-btn:hover,.contact-cta:hover{transform:none}.related-card .related-image img{transition:none}.related-card .related-image img:hover{transform:none}}@media (prefers-contrast: high){.related-card{border:2px solid #0B2E4E}.related-card:hover{border-color:#e3a600}.sidebar-card{border:1px solid #DEE2E6}}@media print{.blog-post .blog-hero,.blog-post .sidebar,.blog-post .related-posts,.blog-post .blog-actions,.blog-post .content-navigation{display:none}.blog-post .content-grid{grid-template-columns:1fr}.blog-post .main-content{box-shadow:none;border:1px solid #ccc}}.related-card:focus,.action-btn:focus,.nav-btn:focus,.contact-cta:focus{outline:2px solid #E3A600;outline-offset:2px}.breadcrumb-link:focus{outline:2px solid #E3A600;outline-offset:2px;text-decoration:underline}.main-content .content-body pre,.main-content .content-body code{background:#F8F9FA;padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.main-content .content-body pre{padding:16px;overflow-x:auto;border-left:4px solid #E3A600}.main-content .content-body blockquote{border-left:4px solid #E3A600;background:rgba(227,166,0,.05);padding:16px 20px;margin:24px 0;font-style:italic;color:#6c757d}.main-content .content-body blockquote p{margin-bottom:0}.main-content .content-body table{width:100%;border-collapse:collapse;margin:24px 0}.main-content .content-body table th,.main-content .content-body table td{padding:12px;text-align:left;border-bottom:1px solid #DEE2E6}.main-content .content-body table th{background:#F8F9FA;font-weight:600;color:#0b2e4e}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.main-content,.sidebar-card,.related-card{animation:fadeInUp .6s ease-out}.related-grid .related-card:nth-child(1){animation-delay:0s}.related-grid .related-card:nth-child(2){animation-delay:.1s}.related-grid .related-card:nth-child(3){animation-delay:.2s}
