@import "https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap";@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Poppins:wght@400;500&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Roboto,sans-serif;overflow-x:hidden}a{text-decoration:none}img{max-width:100%;display:block}.navbar{z-index:1000;background-color:#fff;border-bottom:2px solid #ccc;position:sticky;top:0;box-shadow:0 2px 5px #0000000d}.navbar-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:15px 50px 10px;display:flex;position:relative}.logo a{align-items:center;text-decoration:none;display:flex}.navbar-logo-img{object-fit:contain;width:auto;max-height:70px;animation:3s ease-in-out infinite floatLogo}@keyframes floatLogo{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.menu-toggle{cursor:pointer;color:#1a237e;z-index:2000;font-size:28px;display:none}.nav-right-section{flex-direction:column;align-items:flex-end;gap:10px;width:100%;display:flex}.nav-search-container{align-items:center;display:flex}.search-form{appearance:none;background:#f8f9fa;border:none;border-radius:30px;outline:none;justify-content:flex-end;align-items:center;width:40px;height:40px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 2px 8px #00000014}.search-form.active{width:280px;box-shadow:0 6px 20px #1a237e2e}.search-form:hover{transform:scale(1.03)}.search-input{appearance:none;color:#333;opacity:0;background:0 0;width:100%;height:100%;padding:3px 50px 0 20px;font-size:13px;transition:opacity .35s;box-shadow:none!important;border:none!important;outline:none!important}.search-input:focus,.search-input:hover,.search-input:active{box-shadow:none!important;border:none!important;outline:none!important}.search-btn{cursor:pointer;color:#1a2d4a;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:32px;height:32px;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.search-form:hover .search-btn{background:#1a237e1a}.nav-links{align-items:center;margin:0;padding:0;list-style:none;display:flex}.nav-links>li{position:relative}.nav-links>li>a{color:#1a237e;border-radius:8px;align-items:center;margin:0 2px;padding:12px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.nav-links>li>a.active-nav,.nav-links>li>a.dropdown-trigger.active-nav{color:#1a237e;background-color:#e4e4e4;box-shadow:inset 0 2px 6px #00000014}.nav-links>li>a:hover{color:#fff;background-color:#0b1442;transform:translateY(-2px)scale(1.04);box-shadow:0 8px 18px #0b144240}.nav-item-dropdown{position:relative}.dropdown-trigger{align-items:center;gap:4px;display:flex}.nav-dropdown{z-index:999;opacity:0;visibility:hidden;background:#fff;border:1px solid #561cc2;border-radius:12px;min-width:250px;padding:12px 0;transition:all .35s cubic-bezier(.4,0,.2,1);position:absolute;top:100%;left:0;overflow:hidden;transform:translateY(20px)scale(.95);box-shadow:0 10px 30px #00000026}.nav-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)scale(1)}.nav-dropdown a{color:#1a237e;text-transform:uppercase;padding:12px 22px;font-size:13px;font-weight:500;text-decoration:none;transition:all .3s;display:block;position:relative}.nav-dropdown a:hover{background-color:#03093f;padding-left:28px;transform:translate(6px);color:#fff!important}.nav-dropdown a.active-link{background-color:#6f80d3;color:#fff!important}.nav-dropdown.show a{animation:.4s forwards dropdownFade}@keyframes dropdownFade{0%{opacity:0;transform:translate(-15px)}to{opacity:1;transform:translate(0)}}@media (width>=769px) and (width<=992px){.navbar-container{flex-direction:column;align-items:center;padding:15px 20px}.nav-right-section{-webkit-overflow-scrolling:touch;align-items:center;width:100%;overflow-y:auto}.nav-top-row{justify-content:center;margin-bottom:10px}.nav-search-container{display:none!important}.nav-links{flex-wrap:wrap;justify-content:center;gap:5px;display:flex}}.search-form{height:40px;overflow:hidden;width:40px!important;max-width:40px!important}.search-form.active{width:260px!important;max-width:260px!important}.search-input{opacity:0}.search-form.active .search-input{opacity:1}.mobile-menu-close{cursor:pointer;z-index:1600;color:#333;transition:all .3s;display:none;position:absolute;top:18px;right:20px}.mobile-menu-close:hover{color:#0b1442;transform:rotate(90deg)}@media (width<=768px){.navbar-container{justify-content:center;padding:15px 18px}.menu-toggle{display:block;position:absolute;top:22px;left:15px}.logo{margin-left:45px}.navbar-logo-img{max-height:42px}.mobile-menu-close{display:block}.nav-right-section{-webkit-overflow-scrolling:touch;z-index:1500;background:#fff;flex-direction:column;align-items:flex-start;width:78%;height:100vh;padding:30px 20px;transition:all .4s;position:fixed;top:0;left:-100%;overflow-y:auto;box-shadow:4px 0 15px #0000001a}.nav-right-section.active{left:0}.nav-top-row{justify-content:flex-start;width:100%;margin-top:35px}.nav-search-container{justify-content:flex-end;width:100%;margin-left:auto;display:flex}.search-form{height:40px;box-shadow:none;background:0 0;border:none;border-radius:0;overflow:hidden;width:40px!important;max-width:40px!important}.search-form.active{border-bottom:1px solid #ccc;width:100%!important;max-width:100%!important}.search-input{opacity:0;width:100%;font-size:15px}.search-form.active .search-input{opacity:1}.nav-links{flex-direction:column;align-items:flex-start;width:100%;margin-top:20px}.nav-links>li{width:100%;margin-bottom:6px}.nav-links>li>a{color:#777;justify-content:flex-start;width:100%;padding:16px 10px;font-size:16px;font-weight:600}.nav-links>li>a:hover{color:#000;background:0 0}.nav-dropdown{width:100%;box-shadow:none;opacity:1;visibility:visible;background:0 0;border:none;display:none;position:static;transform:none}.nav-dropdown.show{display:block}.nav-dropdown a{padding:12px 15px;font-size:15px}}@media (width<=480px){.navbar-logo-img{max-height:38px}.menu-toggle{font-size:25px}.search-form.active{width:260px!important;max-width:260px!important}}.footer{color:#e2e8f0;background-color:#111a28;font-family:Inter,sans-serif}.footer-content{grid-template-columns:2fr 1fr 1fr 1fr;gap:30px;max-width:1200px;margin:0 auto;padding:4rem 20px;display:grid}.footer-col{flex-direction:column;display:flex}.footer-title{color:#fff;align-items:center;gap:12px;margin-bottom:1.5rem;font-size:1.25rem;font-weight:600;display:flex}.footer-title:before{content:"";background-color:#3b82f6;flex-shrink:0;width:20px;height:2px}.footer-logo{margin-bottom:1rem}.footer-logo-img{width:100%;max-width:180px;height:auto}.footer-about-text{color:#a0aec0;text-align:justify;max-width:80%;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.footer-social-icons{flex-wrap:wrap;gap:12px;display:flex}.footer-social-icons a{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:35px;height:35px;font-size:1.1rem;text-decoration:none;transition:all .3s;display:flex}.footer-social-icons .fb{background-color:#3b5998}.footer-social-icons .li{background-color:#007bb5}.footer-social-icons .yt{background-color:#cb2027}.footer-social-icons .tw{background-color:#00aced}.footer-social-icons a:hover{opacity:.9;transform:translateY(-4px)}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{color:#a0aec0;margin-bottom:.8rem;font-size:.9rem}.footer-links a{color:#a0aec0;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.head-office-info li{white-space:nowrap;margin-bottom:10px}.contact-mt{margin-top:15px!important}.footer-bottom{text-align:center;background-color:#183f79;border-top:1px solid #1e293b;padding:.8rem 10px}.footer-bottom p{color:#dbe1eb;margin:0;font-size:.85rem;line-height:1.5}@media (width<=992px){.footer-content{grid-template-columns:1fr 1fr;gap:40px}.footer-about-text{max-width:100%}}@media (width<=576px){.footer-content{text-align:center;grid-template-columns:1fr;padding:3rem 20px}.footer-col{align-items:center}.footer-title{justify-content:center}.footer-title:before{display:none}.footer-about-text{text-align:center;max-width:100%}.footer-social-icons{justify-content:center}.footer-links li,.head-office-info li{white-space:normal}.footer-bottom p{font-size:.75rem}}.hero-slider{background:#1a2d4a;width:100%;height:60vh;position:relative;overflow:hidden}.slide{opacity:0;background-position:top;background-size:cover;align-items:center;width:100%;height:100%;transition:opacity 1s ease-in-out;display:flex;position:absolute;inset:0}.slide.active{opacity:1;z-index:1}.slide:before{content:"";z-index:1;background:linear-gradient(90deg,#101c36f2 0%,#101c36bf 50%,#101c3633 100%);position:absolute;inset:0}.hero-content{z-index:2;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 60px;display:flex;position:relative}.hero-content-inner{max-width:750px;animation:1s ease-out fadeInUp}.hero-content h1{color:#fff;letter-spacing:.5px;margin-bottom:20px;font-size:clamp(2rem,4vw,3.2rem);font-weight:700;line-height:1.25}.slide-line{font-size:38px}.text-gold{color:#d9c03c}.hero-subtitle{color:#e2e8f0;max-width:600px;margin-bottom:35px;font-size:1.1rem;line-height:1.6}.hero-buttons{gap:15px;display:flex}.btn-primary,.btn-secondary{border-radius:4px;padding:12px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-primary{color:#1a2d4a;background:#d9c03c;border:1px solid #d9c03c}.btn-primary:hover{background:#c4a84a;border-color:#c4a84a}.btn-secondary{color:#fff;background:0 0;border:1px solid #fff6}.btn-secondary:hover{background:#ffffff14;border-color:#fff}.slider-arrow{color:#ffffff80;cursor:pointer;z-index:10;background:0 0;border:none;padding:10px;transition:all .3s;position:absolute;top:50%;transform:translateY(-50%)}.slider-arrow:hover{color:#fff}.left-arrow{left:15px}.right-arrow{right:15px}.slider-dots{z-index:10;gap:8px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.dot{cursor:pointer;background:#ffffff4d;border-radius:2px;width:25px;height:3px;transition:all .3s}.dot.active-dot{background:#d9c03c;width:35px}@keyframes fadeInUp{0%{opacity:0;visibility:hidden;transform:translateY(20px)}to{opacity:1;visibility:visible;transform:translateY(0)}}@media (width<=800px){.hero-slider{height:50vh}.hero-content{padding:0 30px}.slide-line{font-size:21.5px}.hero-subtitle{max-width:500px;font-size:1rem}}@media (width<=768px){.hero-slider{height:65vh}.hero-content{text-align:left;padding:0 25px}.slide:before{background:linear-gradient(90deg,#101c36f2 0%,#101c36d9 100%)}.slide-line{font-size:20px;line-height:1}.hero-subtitle{margin-bottom:20px;font-size:.95rem}.hero-buttons{flex-direction:column;gap:10px;width:100%;max-width:220px;margin-bottom:35px}.btn-primary,.btn-secondary{text-align:center;width:70%}.slider-arrow{display:none}.slider-dots{bottom:8px}}@media (width<=480px){.hero-slider{height:70vh}.hero-content{padding:0 18px}.slide-line{font-size:15px}.first-slide .slide-line{font-size:13.5px}.hero-subtitle{font-size:.59rem;line-height:1}.dot{width:18px}.dot.active-dot{width:28px}.slider-dots{bottom:5px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.home-page{color:#2c2c2c;background:#fff;font-family:Segoe UI,system-ui,sans-serif;overflow-x:hidden}@keyframes expandWidth{0%{opacity:0;width:0}to{opacity:1;width:52px}}@keyframes floatIcon{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes pulseGlow{0%{box-shadow:0 0 #c4a84a66}70%{box-shadow:0 0 0 10px #c4a84a00}to{box-shadow:0 0 #c4a84a00}}.container{max-width:1200px;margin:0 auto;padding:0 10px}.section-label{letter-spacing:.2em;text-transform:uppercase;color:#9a8330;margin-bottom:.5rem;font-size:.7rem;font-weight:700;animation:1s ease-out forwards fadeInUp}.section-label.centered{text-align:left;margin-bottom:10px}.section-label.light{color:#c4a84a;text-align:center;margin-bottom:auto}.section-title{text-align:center;color:#1a237e;margin-bottom:25px;padding-top:15px;font-family:Georgia,serif;font-size:32px;font-weight:600;line-height:1.2;animation:1s ease-out .2s forwards fadeInUp}.section-title.centered{text-align:center}.section-title.light{color:#fff}.why-divider{justify-content:center;margin:1.2rem 0 2.8rem;display:flex}.why-divider.gold span{background:#c4a84a}.why-choose-us-section{background:#fff;padding:2rem 0 3rem}.wc-layout{align-items:stretch;gap:3rem;margin-bottom:3.5rem;display:flex}.wc-left{opacity:0;flex-direction:column;flex:1;justify-content:center;animation:.8s ease-out forwards fadeInUp;display:flex}.wc-title{color:#1a2d4a;margin-bottom:1.2rem;font-family:Georgia,serif;font-size:1.8rem;font-weight:700}.wc-desc{color:#555;text-align:justify;margin-bottom:2rem;font-size:.95rem;line-height:1.7}.wc-stats-row{gap:1.2rem;margin-bottom:2rem;display:flex}.wc-stat-card{text-align:center;background:#1a2d4a;border-radius:8px;flex:1;padding:1.5rem 1rem;transition:transform .3s;box-shadow:0 10px 20px #00000014}.wc-stat-card:hover{transform:translateY(-5px)}.wc-stat-num{color:#c4a84a;margin-bottom:.5rem;font-family:Georgia,serif;font-size:1.8rem;font-weight:700;line-height:1}.wc-stat-lbl{color:#fff;text-transform:capitalize;font-size:.85rem;font-weight:500}.wc-btn{color:#1a2d4a;background:#c4a84a;border-radius:6px;width:fit-content;padding:.8rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;animation:5s cubic-bezier(0,0,.21,1) pop;display:inline-block}@keyframes pop{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}.wc-btn:hover{color:#fff;background:#a89445}.wc-right{opacity:0;border-radius:12px;flex:1;align-self:center;height:400px;animation:.8s ease-out .3s forwards fadeInUp;position:relative;overflow:hidden}.wc-img{object-fit:cover;width:100%;height:100%;display:block}.wc-team-overlay{color:#fff;background:#1a2d4af2;border-radius:8px;width:100%;margin-bottom:.15%;padding:1rem 1.5rem;position:absolute;bottom:-8px;left:0;box-shadow:0 4px 15px #0003}.wc-team-overlay h4{color:#fff;margin-bottom:.3rem;font-size:1rem}.wc-team-overlay p{color:#d1d5db;margin:0;font-size:.8rem;line-height:1.4}.wc-badge{text-align:center;background:#1a2d4a;border:3px solid #c4a84a;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:absolute;bottom:20px;right:20px;box-shadow:0 4px 15px #0000004d}.wc-badge-num{color:#c4a84a;font-size:1.5rem;font-weight:700;line-height:1}.wc-badge-lbl{color:#fff;text-transform:uppercase;margin-top:.2rem;font-size:.65rem;line-height:1.2}.cv-wrapper{margin-top:2rem}.cv-title{color:#1a2d4a;margin-bottom:2rem;padding-bottom:10px;font-family:Georgia,serif;font-size:2rem;position:relative}.cv-title:after{content:"";background-color:#c4a84a;width:50px;height:2px;position:absolute;bottom:0;left:0}.core-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.core-card{cursor:pointer;background:#fcfbf7;border:1px solid #e7dfc8;border-radius:6px;align-items:flex-start;gap:14px;padding:1.8rem;transition:all .35s;display:flex;position:relative;box-shadow:0 3px 8px #00000008}.core-card:before{content:"";background:#a8892c;border-radius:6px 6px 0 0;width:100%;height:4px;position:absolute;top:0;left:0}.core-card:hover{transform:translateY(-4px);box-shadow:0 10px 24px #00000012}.core-icon-circle{background:#050505;border:2px solid #a8892c;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;transition:all .3s;display:flex}.core-icon-circle svg{color:#fdfdfb;stroke-width:3px;width:25px;height:26px}.core-content{flex-direction:column;display:flex}.core-content h4{color:#1a2d4a;margin:0 0 10px;font-family:Georgia,serif;font-size:1.15rem}.click-info p{color:#4b5563;margin:0;font-size:.95rem;line-height:1.4}.click-info small{color:#a8892c;margin-top:10px;font-size:.85rem;font-weight:600;transition:color .3s;display:block}.core-card:hover .click-info small{color:#1a2d4a}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background-color:#1a2d4a99;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:#fcfbf7;border-top:6px solid #a8892c;border-radius:8px;width:90%;max-width:550px;animation:.3s ease-out forwards slideUpFade;box-shadow:0 25px 50px -12px #0000004d}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{border-bottom:1px solid #e7dfc8;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.modal-header-title{color:#1a2d4a;letter-spacing:.05em;font-size:.85rem;font-weight:700}.close-btn{cursor:pointer;color:#a8892c;background:0 0;border:none;font-size:1.5rem;transition:transform .2s,color .2s}.close-btn:hover{color:#1a2d4a;transform:scale(1.1)}.modal-body{padding:24px}.modal-body-header{align-items:center;gap:16px;margin-bottom:20px;display:flex}.modal-body-header .modal-icon{width:56px;min-width:56px;height:56px}.modal-body-header h2{color:#1a2d4a;margin:0;font-family:Georgia,serif;font-size:1.75rem}.modal-main-text{color:#333;margin-bottom:20px;font-size:1.05rem;font-weight:500;line-height:1.6}.modal-bullets{color:#4b5563;padding-left:24px}.modal-bullets li{margin-bottom:12px;line-height:1.5}.services-section{background:#1a2d4a;padding:1.5rem 0 5rem;position:relative}.services-inner{max-width:1080px;margin:0 auto;padding:0 2rem}.services-section .section-title{margin-top:-20px!important;margin-bottom:10px!important}.services-carousel-wrapper{margin-top:1rem;padding:0 3.5rem;position:relative}.services-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1.2rem;padding:.5rem .25rem 1rem;display:flex;overflow-x:auto}.services-track::-webkit-scrollbar{display:none}.service-card{scroll-snap-align:start;cursor:default;opacity:0;background:#ffffff0f;border:1px solid #c4a84a40;border-radius:6px;flex-direction:column;flex:0 0 calc(25% - .9rem);gap:.75rem;min-width:220px;padding:2rem 1.5rem 1.75rem;transition:background .3s,border-color .3s,transform .3s ease-out;animation:.8s ease-out forwards fadeInUp;display:flex}.service-card:hover{background:#ffffff1c;border-color:#c4a84acc;transform:translateY(-6px)}.svc-icon-wrap{color:#c4a84a;background:#c4a84a26;border:1.5px solid #c4a84a59;border-radius:50%;justify-content:center;align-items:center;width:58px;height:58px;margin-bottom:.25rem;transition:all .4s;display:flex}.service-card:hover .svc-icon-wrap{color:#fff;background:#c4a84a40;animation:1.5s infinite pulseGlow}.service-card h3{color:#fff;letter-spacing:.06em;text-transform:uppercase;font-size:.88rem;line-height:1.3}.service-card p{color:#a0b4cc;flex:1;font-size:.88rem;line-height:1.65}.svc-link{color:#c4a84a;border-bottom:1px solid #0000;align-items:center;gap:5px;width:fit-content;margin-top:auto;font-size:.82rem;text-decoration:none;transition:color .2s,transform .2s;display:inline-flex}.svc-link:hover{color:#e8d080;transform:translate(4px)}.svc-arrow{color:#c4a84a;cursor:pointer;z-index:5;background:#c4a84a1f;border:1.5px solid #c4a84a66;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-60%)}.svc-arrow:hover{color:#fff;background:#9a8330;transform:translateY(-60%)scale(1.1)}.svc-arrow.left{left:0}.svc-arrow.right{right:0}.clients-section{text-align:center;background:#f8f7f2;border-top:3px solid #c4a84a;padding:3rem 0;overflow:hidden}.clients-section .marquee-wrapper{-webkit-user-select:none;user-select:none;width:100vw;margin-left:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.clients-section .marquee-wrapper .marquee-track{flex-flow:row;align-items:center;width:max-content;padding:20px 0;display:flex}.clients-section .marquee-wrapper .marquee-track:hover{animation-play-state:paused}.clients-section .scroll-left{animation:50s linear infinite marqueeLeft}.clients-section .scroll-right{animation:50s linear infinite marqueeRight}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.clients-section .marquee-track .client-tile{background:#fff;border:1.5px solid #e4ddc8;border-radius:6px;flex:none;justify-content:center;align-items:center;width:180px;min-width:180px;height:90px;margin-right:1.5rem;padding:1rem;transition:box-shadow .3s,border-color .3s,transform .3s;display:flex}.clients-section .marquee-track .client-tile:hover{border-color:#9a8330;transform:translateY(-4px)scale(1.02);box-shadow:0 10px 25px #9a833026}.clients-section .client-tile .client-img-frame{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.clients-section .client-tile .client-img-frame img{object-fit:contain;max-width:100%;max-height:100%}@media (width<=991px){.clients-section{padding:2.5rem 0}.clients-section .marquee-track .client-tile{width:150px;min-width:150px;height:80px;margin-right:1.2rem;padding:.8rem}}@media (width<=576px){.clients-section{padding:2rem 0}.clients-section .marquee-track .client-tile{border-width:1px;width:125px;min-width:125px;height:65px;margin-right:.8rem;padding:.5rem}.clients-section .scroll-left{animation:35s linear infinite marqueeLeft}.clients-section .scroll-right{animation:35s linear infinite marqueeRight}}.testimonials-section{color:#fff;background-image:url(/backg.jpg);background-position:50%;background-size:cover;background-attachment:fixed;padding:20px 0 80px;position:relative;overflow:hidden}.testi-overlay{z-index:1;background-color:#0b1442d9;width:100%;height:100%;position:absolute;top:0;left:0}.testi-container{z-index:2;width:100%;position:relative}.testi-header{text-align:center;margin-top:-20px;margin-bottom:50px;padding:0 20px}.testi-subtitle{color:#e2e8f0;margin-top:-40px;font-size:15px}.testi-marquee-grid{flex-direction:column;gap:40px;display:flex}.testi-marquee-track{width:max-content;display:flex}.testi-marquee-track:hover{animation-play-state:paused}.testi-card{flex-shrink:0;width:400px;padding-right:30px}.testi-card-inner{align-items:flex-start;gap:15px;display:flex}.scroll-left{animation:35s linear infinite marqueeLeft}.scroll-right{animation:35s linear infinite marqueeRight}.testi-img-wrap{background-color:#1a237e;border:3px solid #c4a84a;border-radius:50%;flex-shrink:0;width:80px;height:80px;overflow:hidden}.testi-img-wrap img{object-fit:cover;width:100%;height:100%}.testi-content h4{color:#fbbf24;margin:0 0 5px;font-size:18px;font-weight:600}.testi-content span{color:#cbd5e1;font-size:13px}.testi-line{background-color:#c4a84a;width:100%;height:1px;margin:12px 0}.testi-content p{color:#f1f5f9;margin:0;font-size:14px;font-style:italic;line-height:1.6}.nq-section{color:#333;background-color:#fafafb;padding:80px 0;font-family:Inter,sans-serif}.nq-container{max-width:1300px;margin:0 auto;padding:0 15px}.nq-header{margin-bottom:40px}.nq-header h2{color:#111827;text-transform:uppercase;letter-spacing:-.5px;margin-bottom:8px;font-size:36px;font-weight:800}.nq-header h2 span{color:#b58c3a}.nq-header p{color:#555;margin-bottom:15px;font-size:16px}.nq-header-line{background-color:#b58c3a;width:60px;height:3px}.nq-content-wrapper{align-items:stretch;gap:20px;display:flex}.nq-card{background:#fff;border-radius:16px;flex-direction:column;display:flex;position:relative;box-shadow:0 10px 30px #0000000a}.nq-card-body{flex-grow:1;padding:50px 30px 30px}.nq-tab{text-transform:uppercase;letter-spacing:.5px;z-index:2;border-radius:16px 0;padding:12px 24px;font-size:15px;font-weight:700;position:absolute;top:0;left:0}.dark-tab{color:#fff;background-color:#111c2d}.gold-tab{color:#fff;background-color:#b58c3a}.nq-contact-panel{border-top:3px solid #b58c3a;flex:1.1;align-self:flex-start}.nq-contact-list{flex-direction:column;gap:30px;display:flex}.nq-contact-item{align-items:flex-start;gap:15px;display:flex}.nq-icon-circle{color:#fafbfd;background:#080808;border:2px solid #b58c3a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 10px #0000000d}.nq-contact-text h4{color:#111827;margin-bottom:5px;font-size:14px;font-weight:700}.nq-detail{color:#111827;margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.4}.nq-sub{color:#1d1f22;font-size:12px;line-height:1.3}.nq-services-panel{border-top:3px solid #b58c3a;flex:2.3}.nq-services-grid{border-bottom:1px solid #eee;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:20px;padding-bottom:15px;display:grid}.nq-service-category{margin-bottom:25px}.nq-cat-title{color:#111827;text-transform:uppercase;align-items:flex-start;gap:8px;margin-bottom:15px;font-size:14px;font-weight:800;line-height:1.3;display:flex}.cat-icon{color:#b58c3a;flex-shrink:0;margin-top:1px}.cat-sub{color:#1d1f22;font-size:11px;font-weight:500}.nq-service-category ul{margin:0;padding:0;list-style:none}.nq-service-category li{color:#1d1f22;align-items:flex-start;gap:8px;margin-bottom:10px;font-size:13px;font-weight:500;line-height:1.4;display:flex}.nq-check{color:#b58c3a;flex-shrink:0;margin-top:1px}.nq-highlights-row{text-align:center;justify-content:space-between;gap:10px;display:flex}.nq-hl-item{flex-direction:column;flex:1;align-items:center;display:flex}.hl-icon{color:#b58c3a;margin-bottom:10px}.nq-hl-item h5{color:#111827;margin-bottom:5px;font-size:12px;font-weight:800}.nq-hl-item p{color:#1d1f22;font-size:11px;line-height:1.4}.nq-image-panel{flex-direction:column;flex:1;display:flex}.nq-main-img{object-fit:cover;border-radius:16px 16px 0 0;width:100%;height:100%;min-height:350px}.nq-quote-box{color:#fff;background-color:#111c2d;border-radius:0 0 16px 16px;align-items:center;gap:15px;padding:25px;display:flex}.nq-quote-icon{color:#b58c3a;flex-shrink:0}.nq-quote-box p{margin:0;font-size:14px;font-weight:500;line-height:1.5}@media (width<=1199px){.nq-content-wrapper{flex-wrap:wrap}.nq-services-panel{flex:none;order:3;width:100%}.nq-image-panel{flex:1.5}}@media (width<=991px){.nq-contact-panel,.nq-image-panel{flex:none;width:100%}.nq-services-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.nq-services-grid{grid-template-columns:1fr}.nq-highlights-row{flex-wrap:wrap;gap:20px}.nq-hl-item{flex:none;width:45%}}@media (width<=640px){.core-grid{grid-template-columns:1fr}}@media (width<=1024px){.wc-layout{gap:1.5rem}.core-grid{grid-template-columns:repeat(2,1fr)}.service-card,.client-tile{flex:0 0 calc(33.333% - .8rem)}}@media (width<=768px){.wc-layout{flex-direction:column}.wc-right{min-height:300px;margin-top:1rem}.wc-stats-row{flex-wrap:wrap}.wc-stat-card{flex:calc(50% - 1.2rem)}.service-card,.client-tile{flex:0 0 calc(50% - .6rem)}}@media (width<=600px){.hero-slider{height:300px}.core-grid{grid-template-columns:1fr}.wc-stat-card{flex:100%}.services-section,.clients-section,.why-choose-us-section{padding-top:3rem;padding-bottom:3rem}.service-card{flex:0 0 80vw}.client-tile{flex:0 0 calc(50% - .6rem);min-width:140px}.services-carousel-wrapper{padding:0 2.5rem}.wc-team-overlay{max-width:100%;padding:.7rem;bottom:0}.wc-badge{width:80px;height:80px;bottom:55px;right:3px}.wc-badge-num{font-size:1.2rem}}@media (width<=768px){.testi-card{width:320px;padding-right:20px}.testi-card-inner{text-align:center;flex-direction:column;align-items:center}.testi-line{width:50px;margin:12px auto}}@media (width<=992px){.core-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.core-grid{grid-template-columns:1fr}}@keyframes slideFadeLeft{0%{opacity:0;transform:translate(-70px)}to{opacity:1;transform:translate(0)}}@keyframes slideFadeRight{0%{opacity:0;transform:translate(70px)}to{opacity:1;transform:translate(0)}}@keyframes cardFloat{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}@keyframes zoomRotate{0%{opacity:0;transform:scale(.8)rotate(-5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.leadership-section{text-align:center;background:#fff;max-width:1200px;margin:0 auto;padding:40px 0 20px;animation:1s slideFadeLeft}.leadership-section h2{color:#1a237e;margin-bottom:25px;font-size:28px}.leadership-section h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.team-carousel-wrapper{align-items:center;width:100%;display:flex;position:relative}.team-grid.horizontal-row{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;flex-wrap:nowrap;gap:30px;width:100%;padding:35px 15px;display:flex;overflow-x:auto}.team-grid.horizontal-row::-webkit-scrollbar{display:none}.team-grid .team-member{text-align:center;scroll-snap-align:start;background:#eee9e9;border:1px solid #eef2f5;border-radius:8px;flex:0 0 280px;min-width:280px;max-width:280px;padding:25px 20px;transition:all .4s;animation:.8s forwards zoomRotate;box-shadow:0 6px 18px #0000000f}.team-grid .team-member:nth-child(odd){animation-delay:.2s}.team-grid .team-member:nth-child(2n){animation-delay:.4s}.team-grid .team-member:hover{transform:translateY(-12px);box-shadow:0 15px 30px #00000026}.team-img{object-fit:cover;border:4px solid #f0f0f0;border-radius:50%;width:140px;height:140px;margin:0 auto 15px;transition:all .4s}.team-member:hover .team-img{border-color:#1a237e;transform:scale(1.08)}.team-member h4{color:#333;margin-bottom:8px;font-size:15px}.designation{color:#666;margin-bottom:12px;font-size:13px;line-height:1.5}.email{color:#555;justify-content:center;align-items:center;gap:6px;margin-bottom:15px;font-size:12px;transition:color .3s;display:flex}.team-member:hover .email{color:#1a237e}.read-more-btn{color:#fff;background:#0b1442;border-radius:4px;padding:8px 24px;font-size:13px;transition:all .3s}.read-more-btn:hover{background:#1a237e;transform:translateY(-2px)}.team-nav-arrow{color:#1e3a8a;cursor:pointer;z-index:99;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 4px 14px #00000026}.team-nav-arrow:hover{color:#fff;background:#1a237e;transform:translateY(-50%)scale(1.12)}.team-nav-arrow.left{left:-20px}.team-nav-arrow.right{right:-20px}.our-people-stats{text-align:center;background:#fff;padding:40px 20px;animation:1s slideFadeRight}.our-people-stats h2{color:#1a237e;margin-bottom:12px;font-size:26px}.our-people-stats h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.stats-intro{color:#666;max-width:800px;margin:0 auto 25px;font-size:15px;line-height:1.7}.Our-Resources{max-width:1000px;margin:0 auto;padding:30px 15px;animation:1.2s slideFadeLeft}.Our-Resources h2{text-align:left;color:#1a237e;margin-bottom:20px;font-size:26px}.Our-Resources h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px 0 0;display:block}.resources-intro{color:#666;text-align:justify;margin-bottom:20px;font-size:15px;line-height:1.8}.Our-Workplace{max-width:1000px;margin:0 auto;padding:30px 15px;animation:1.2s slideFadeLeft}.Our-Workplace h2{text-align:left;color:#1a237e;margin-bottom:20px;font-size:26px}.Our-Workplace h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px 0 0;display:block}.Workplace-intro{color:#666;text-align:left;margin-bottom:20px;font-size:15px;line-height:1.8}.chart-container-wrapper{width:100%;max-width:900px;margin:0 auto;overflow:hidden}.chart-box{justify-content:center;width:100%;display:flex}.custom-mobile-legend{flex-direction:column;gap:12px;width:100%;max-width:400px;margin-top:10px;padding:0 20px;display:flex}.legend-item{align-items:flex-start;gap:12px;display:flex}.legend-color-box{border-radius:4px;flex-shrink:0;width:18px;height:18px;margin-top:2px;box-shadow:0 2px 4px #0000001a}.legend-text{text-align:left;flex-direction:column;display:flex}.l-name{color:#1a2d4a;font-size:13px;font-weight:600;line-height:1.4}.l-percent{color:#c4a84a;font-size:12px;font-weight:700}@media (width<=992px){.team-grid .team-member{flex:0 0 260px;min-width:260px}.team-nav-arrow.left{left:0}.team-nav-arrow.right{right:0}}@media (width<=768px){.leadership-section h2,.our-people-stats h2,.Our-Resources h2{font-size:22px}.team-grid.horizontal-row{gap:20px;padding:20px 10px}.team-grid .team-member{flex:0 0 230px;min-width:230px;padding:20px 15px}.team-img{width:110px;height:110px}.stats-intro,.resources-intro{font-size:14px}}@media (width<=576px){.team-nav-arrow{display:none}.team-grid .team-member{flex:0 0 85%;min-width:85%}.team-member h4{font-size:14px}.designation{font-size:12px}.email{font-size:11px}}@media (width<=768px){.chart-box>div,.chart-box div[dir=ltr]{width:100%!important}}.profile-page{background-color:#fff;min-height:60vh;padding:50px 20px}.profile-page-title{text-align:left;color:#1a237e;margin-bottom:40px;padding-left:480px;font-size:26px;font-weight:500}.profile-page-title:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px 0 0;display:block}.profile-container{align-items:flex-start;gap:30px;max-width:1000px;margin:0 auto;display:flex}.profile-left-card{background:#fff;border:1px solid #e0e0e0;border-radius:4px;flex-shrink:0;width:280px;padding:15px}.profile-left-card img{border-radius:4px;width:100%;margin-bottom:15px;display:block}.profile-left-card h4{color:#333;margin-bottom:5px;font-size:15px}.profile-left-card .designation{color:#666;margin-bottom:20px;font-size:13px;line-height:1.4}.profile-left-card .contact-info{color:#555;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.back-btn{color:#1a237e;cursor:pointer;background:#fff;border:1.5px solid #1a237e;border-radius:8px;align-items:center;gap:8px;margin-top:-20px;margin-bottom:20px;padding:10px;font-size:14px;font-weight:600;transition:all .3s;display:inline-flex;box-shadow:0 2px 8px #1a237e14}.back-btn:hover{color:#fff;background:#1a237e;transform:translateY(-2px);box-shadow:0 6px 15px #1a237e33}.back-btn:active{transform:scale(.98)}.profile-right-content{background:#f4f5f7;border-radius:4px;flex:1;padding:30px 40px}.profile-right-content p{color:#555;text-align:justify;margin-bottom:15px;font-size:14px;line-height:1.7}.contact-btn{color:#fff;cursor:pointer;background:#0b1442;border:none;border-radius:4px;margin-top:15px;padding:10px 25px;font-size:14px;font-weight:700;transition:background .3s}.contact-btn:hover{background:#1a237e}.clickable-profile-img{cursor:zoom-in;transition:transform .3s,opacity .3s}.clickable-profile-img:hover{opacity:.9;transform:scale(1.02)}.image-modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;cursor:zoom-out;background:#000000d9;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;inset:0}.enlarged-img{cursor:default;border-radius:10px;max-width:90%;max-height:90vh;animation:.3s ease-out zoomIn;box-shadow:0 10px 30px #00000080}.close-modal-btn{cursor:pointer;z-index:10001;background:0 0;border:none;border-radius:50%;padding:10px;transition:background .3s;position:absolute;top:30px;right:40px}.close-modal-btn:hover{background:#fff3}@keyframes zoomIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@media (width<=992px){.profile-container{gap:20px}.profile-left-card{width:250px}.profile-right-content{padding:25px 30px}}@media (width<=768px){.profile-page{padding:35px 15px}.profile-page-title{padding-left:0;font-size:20px}.profile-container{flex-direction:column;align-items:center}.profile-left-card{width:100%;max-width:400px}.profile-right-content{width:100%;padding:25px 20px}.back-btn{width:fit-content;padding:9px 16px;font-size:13px}.profile-right-content p{font-size:13px;line-height:1.6}}@media (width<=480px){.profile-page-title{padding-left:0;font-size:20px}.profile-left-card{padding:12px}.profile-right-content{padding:20px 15px}.contact-btn{text-align:center;width:100%}.close-modal-btn{top:15px;right:15px}.enlarged-img{max-width:95%;max-height:85vh}}.scroll-to-top{color:#fff;cursor:pointer;z-index:9999;opacity:0;visibility:hidden;background-color:#111a28;border:none;border-radius:6px;justify-content:center;align-items:center;width:48px;height:48px;transition:background-color .3s,transform .3s;animation:.35s forwards fadeInUp;display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(20px);box-shadow:0 4px 12px #00000040}.scroll-to-top:hover{background-color:#3b82f6;transform:translateY(-5px)}.scroll-to-top svg{font-size:18px}@media (width<=768px){.scroll-to-top{width:44px;height:44px;bottom:25px;right:20px}.scroll-to-top svg{font-size:16px}}@media (width<=480px){.scroll-to-top{border-radius:5px;width:40px;height:40px;bottom:20px;right:15px}.scroll-to-top svg{font-size:14px}}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeSlideRight{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes contentReveal{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes pulseLine{0%{width:20px}50%{width:60px}to{width:40px}}.clients-page{background-color:#fbfbfb;min-height:60vh}.clients-header{text-align:center;max-width:900px;margin:25px auto 10px;animation:1s fadeSlideDown}.clients-header h2{color:#1a237e;margin-bottom:20px;font-size:28px}.clients-header h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.header-line{background-color:#ddd;width:100%;height:1px;margin-bottom:20px}.clients-header p{color:#555;font-size:14px;line-height:1.8}.clients-container{background:#fff;border:1px solid #e0e0e0;border-radius:6px;max-width:1000px;min-height:420px;margin:25px auto;display:flex;overflow:hidden;box-shadow:0 4px 18px #00000008}.clients-sidebar{border-right:1px solid #e0e0e0;flex-basis:35%;padding:20px 0;animation:1s fadeSlideRight}.client-tab-btn{text-align:left;color:#888;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;width:100%;padding:15px 30px;font-size:15px;transition:all .35s;display:block;position:relative}.client-tab-btn:hover{color:#1a237e;background:#fafafa;padding-left:38px}.client-tab-btn.active{color:#1a237e;background-color:#fafafa;border-left:3px solid #1a237e;font-weight:600}.client-tab-btn.active:after{content:"";background:#1a237e;border-radius:50%;width:8px;height:8px;position:absolute;top:50%;right:20px;transform:translateY(-50%)}.clients-content{flex-basis:65%;padding:40px;animation:.6s contentReveal}.content-top-line{background-color:#1a237e;width:40px;height:3px;margin-bottom:20px;animation:2s ease-in-out infinite pulseLine}.clients-content p{color:#333;text-align:justify;font-size:14px;line-height:1.9;animation:.8s contentReveal}@media (width<=992px){.clients-container{flex-direction:column}.clients-sidebar{scrollbar-width:none;border-bottom:1px solid #e0e0e0;border-right:none;flex-basis:100%;padding:0;display:flex;overflow-x:auto}.clients-sidebar::-webkit-scrollbar{display:none}.client-tab-btn{text-align:center;border-bottom:3px solid #0000;border-left:none;min-width:220px}.client-tab-btn.active{border-bottom:3px solid #1a237e;border-left:none}.client-tab-btn.active:after{display:none}.clients-content{padding:30px}}@media (width<=768px){.clients-header h2{font-size:24px}.clients-header p,.clients-content p{font-size:13px;line-height:1.7}.clients-content{padding:20px}.client-tab-btn{padding:14px 18px;font-size:14px}}@media (width<=576px){.clients-header{padding:0 15px}.clients-container{margin:20px 12px}.clients-header h2{font-size:22px}.clients-content{padding:18px}.content-top-line{margin-bottom:15px}}@keyframes fadeUpSoft{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInTable{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes formGlow{0%{box-shadow:0 0 #1a237e00}50%{box-shadow:0 0 18px #1a237e1f}to{box-shadow:0 0 #1a237e00}}.career-page{background-color:#fff;min-height:60vh}.career-section{max-width:1000px;margin:50px auto 20px;animation:1s fadeUpSoft}.career-section h2{text-align:center;color:#1a237e;text-transform:uppercase;margin-bottom:25px;font-size:24px;position:relative}.career-section p{color:#444;text-align:center;margin-bottom:20px;font-size:14px;line-height:1.8}.vacancies-table-container{border-radius:6px;overflow-x:auto;box-shadow:0 4px 16px #0000000f}.vacancies-table{border-collapse:collapse;width:100%}.vacancies-table th{color:#fff;text-align:center;background-color:#3b5998;padding:12px 15px;font-size:14px;font-weight:600}.vacancies-table td{color:#555;text-align:center;border-bottom:1px solid #ddd;padding:15px;font-size:14px;animation:.6s slideInTable}.vacancies-table tbody tr{transition:all .3s}.vacancies-table tbody tr:hover{background:#f7f9fc;transform:scale(1.01)}.no-vacancies{font-style:italic;text-align:center!important;color:#888!important;padding:30px!important}@media (width<=992px){.career-section{padding:0 20px}.form-group{flex-direction:column;gap:15px}}@media (width<=768px){.career-section h2{font-size:22px}.career-section p{font-size:13px;line-height:1.7}.vacancies-table th,.vacancies-table td{padding:12px;font-size:13px}.cv-upload-section{padding:20px}.submit-cv-btn{text-align:center;width:100%}}@media (width<=576px){.career-section{margin:35px auto 15px}.career-section h2{font-size:20px}.career-section p{font-size:12px}.vacancies-table th,.vacancies-table td{padding:10px;font-size:12px}}.contact-page{background-color:#fafafa}.section-title{text-align:center;color:#1a237e;margin-bottom:40px;padding-top:40px;font-size:32px;font-weight:600}.section-title:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.modern-contact-dashboard{max-width:1100px;margin:0 auto 60px;padding:0 20px}.info-cards-grid{grid-template-columns:1fr 1fr;gap:30px;display:grid}.info-card{background:#4c4d5c;border:1px solid #e2e8f0;border-radius:12px;padding:35px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 15px #0000000d}.info-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001a}.info-card h4{color:#d6d9e6;border-bottom:2px solid #f1f5f9;margin-top:0;margin-bottom:25px;padding-bottom:15px;font-size:20px;font-weight:600}.card-content{align-items:flex-start;gap:20px;display:flex}.icon-box{color:#0d0e0f;background:#eee6e6;border-radius:10px;justify-content:center;align-items:center;padding:15px;display:flex}.card-content p{color:#dfd0d0;margin:0;font-size:15px;line-height:1.7}.card-content p strong{color:#8ab610;text-transform:uppercase;letter-spacing:.5px;margin-bottom:5px;font-size:14px;display:block}.map-section{width:100%;line-height:0}@media (width<=992px){.enquiry-container{flex-direction:column}.enquiry-sidebar{border-bottom:1px solid #eee;border-right:none;width:100%;padding:20px}.enquiry-form-area{padding:40px 30px}}@media (width<=576px){.enquiry-form-area{padding:30px 20px}.form-row{grid-template-columns:1fr}}@media (width<=480px){.section-title{margin-bottom:25px;padding-top:20px;font-size:22px}.section-title:after{width:50px;height:2px;margin-top:10px}.modern-contact-dashboard{margin-bottom:40px;padding:0 15px}.info-cards-grid{grid-template-columns:1fr;gap:15px}.info-card{border-radius:10px;padding:18px}.info-card h4{margin-bottom:15px;padding-bottom:10px;font-size:18px}.card-content{align-items:flex-start;gap:12px}.icon-box{padding:10px}.icon-box svg{width:20px;height:20px}.card-content p{word-break:break-word;font-size:14px;line-height:1.6}.card-content p strong{font-size:13px}.map-section iframe{width:100%;height:280px}}.firm-page{color:#2c2c2c;background:#fff;margin:0;padding:0;font-family:Segoe UI,Georgia,Times New Roman,serif;overflow-x:hidden}.firm-section-inner,.firm-hero-inner{max-width:1100px;margin:0 auto;padding:0 2rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(-35px)}to{opacity:1;transform:translate(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(35px)}to{opacity:1;transform:translate(0)}}.firm-section-header{text-align:center;margin-bottom:3rem;animation:1s fadeUp}.firm-section-header h2{color:#1a2d4a;margin-top:8px;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700}.firm-section-header h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.firm-section-eyebrow{letter-spacing:.18em;text-transform:uppercase;color:#8b7a2f;font-size:.72rem;font-weight:700;display:inline-block}.firm-section-sub{color:#6b6b6b;margin-top:8px;font-size:.95rem}.firm-hero{background:#f8f7f2;border-bottom:3px solid #c4a84a;padding:2rem 0 4rem}.firm-hero-title{color:#1a2d4a;margin:12px 0 20px;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:700;line-height:1.2;animation:1s slideLeft}.firm-highlight{color:#8b7a2f;border-bottom:2px solid #c4a84a;padding-bottom:2px;transition:all .3s}.firm-highlight:hover{color:#c4a84a}.firm-hero-intro{text-align:justify;color:#444;max-width:780px;margin-bottom:3rem;font-size:1.05rem;line-height:1.8;animation:1s slideRight}.firm-middle-banner{text-align:center;width:100%;margin-top:2rem;margin-bottom:2rem}.firm-middle-banner img{border-radius:8px;width:100%;max-width:1500px;height:auto;box-shadow:0 5px 15px #00000014}.firm-cards-grid{grid-template-columns:1.2fr .9fr 1.5fr;gap:1.5rem;display:grid}.firm-card{text-align:justify;background:#fff;border:1px solid #e0d9c4;border-top:4px solid #8b7a2f;border-radius:4px;padding:1.76rem 1.5rem;transition:all .3s;animation:.8s fadeUp}.firm-card:hover{transform:translateY(-6px);box-shadow:0 10px 28px #8b7a2f24}.firm-card-icon{margin-bottom:12px;font-size:2rem}.firm-card h3{color:#1a2d4a;margin-bottom:10px;font-size:1.15rem}.firm-card p{color:#555;font-size:.93rem;line-height:1.75}.firm-stats{background:linear-gradient(135deg,#1a2d4a 0%,#0f1e33 100%);padding:3.5rem 2rem}.firm-stats-inner{justify-content:space-around;align-items:center;gap:6rem;max-width:900px;margin:0 auto;display:flex}.stat-item{text-align:center;flex-direction:column;align-items:center;display:flex}.stat-item:hover{transition:all .3s;transform:scale(1.05)}.stat-icon{font-size:2rem}.stat-value{color:#c4a84a;font-size:clamp(2.2rem,5vw,3.2rem);font-weight:800}.stat-label{text-transform:uppercase;color:#a0b0c8;font-size:.85rem}.firm-affiliation{padding:5rem 0}.firm-affil-card{background:#f8f7f2;border:1px solid #e0d9c4;border-left:5px solid #8b7a2f;border-radius:4px;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding:2rem;animation:1s fadeUp;display:flex}.firm-affil-card:hover{transition:all .3s;transform:translateY(-5px)}.firm-affil-card h3{margin-bottom:10px;font-size:1.2rem}.firm-affil-card p{text-align:justify;color:#555;font-size:.93rem;line-height:1.75}.tiag-logo-wrap{background:#fff;border:1px solid #e0d9c4;border-radius:4px;flex-shrink:0;padding:1rem}.tiag-logo{object-fit:contain;width:200px;height:140px}.tiag-title{color:#8b7a2f}.ngoab-title{color:#2d6a4f}.acca-title{color:#c00}.ngoab-badge img,.acca-badge img{object-fit:contain;flex-shrink:0;width:180px;height:100px}.firm-affil-highlight{color:#d0dce8;background:#1a2d4a;border-radius:4px;margin-bottom:2rem;padding:2rem 2.5rem;animation:1s slideLeft}.firm-affil-highlight h4{color:#c4a84a;margin-bottom:1rem}.firm-affil-highlight p{color:#b8cadc;text-align:justify;margin-bottom:10px;line-height:1.8}.firm-why{background:#f8f7f2;border-top:3px solid #c4a84a;padding:5rem 0}.why-grid{grid-template-columns:repeat(4,1fr);align-items:stretch;gap:2rem;display:grid}.why-icon-wrap{justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.why-item{text-align:center;background:linear-gradient(145deg,#fff,#faf8f1);border:1px solid #c4a84a33;border-radius:20px;flex-direction:column;align-items:center;padding:2.5rem 1.5rem;transition:all .35s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 25px #0000000d}.why-item:before{content:"";background:linear-gradient(90deg,#c4a84a,#e6d28f);width:100%;height:4px;position:absolute;top:0;left:0}.why-item:hover{border-color:#c4a84a;transform:translateY(-10px);box-shadow:0 18px 35px #c4a84a2e}.why-icon{background:#f8f7f2;border:2px solid #c4a84a59;border-radius:50%;justify-content:center;align-items:center;width:95px;height:95px;margin-bottom:1.5rem;font-size:2.5rem;transition:all .3s;display:flex}.why-icon svg{width:70px;height:70px}.why-item:hover .why-icon{background:#fffdf7;border-color:#c4a84a;transform:scale(1.08);box-shadow:0 8px 20px #c4a84a33}.why-label{color:#1a2d4a;margin-top:10px;font-size:.88rem;font-weight:600}@media (width<=992px){.firm-stats-inner{flex-wrap:wrap;gap:3rem}.why-grid{grid-template-columns:repeat(2,1fr)}.why-item{background-color:#fff;transition:all .3s;position:relative}.why-item:hover{border-color:#a8892c;transform:translateY(-5px);box-shadow:0 15px 30px #0000001a}.modal-overlay{z-index:99999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#1a2d4ab3;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.modal-content{background-color:#fcfbf7;border-top:6px solid #a8892c;border-radius:12px;width:90%;max-width:500px;animation:.3s ease-out forwards modalFadeIn;box-shadow:0 25px 50px -12px #0000004d}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid #e7dfc8;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.modal-header-title{color:#1a2d4a;letter-spacing:1px;font-size:.9rem;font-weight:700}.close-btn{cursor:pointer;color:#a8892c;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;transition:transform .2s,color .2s;display:flex}.close-btn:hover{color:#1a2d4a;transform:scale(1.1)rotate(90deg)}.modal-body{padding:30px 24px}.modal-body-header{align-items:center;margin-bottom:20px;display:flex}.modal-body-header h2{color:#1a2d4a;margin:0;font-family:Georgia,serif;font-size:1.8rem}.modal-main-text{color:#4b5563;text-align:justify;margin:0;font-size:1.1rem;line-height:1.7}.firm-affil-card{text-align:center;flex-direction:column;align-items:center}}@media (width<=768px){.firm-hero-title{font-size:2rem}.firm-hero-intro{font-size:.95rem}.firm-stats-inner{flex-direction:column;gap:2rem}.firm-cards-grid{grid-template-columns:1fr}}@media (width<=576px){.firm-section-inner,.firm-hero-inner{padding:0 1rem}.why-grid{grid-template-columns:1fr}.firm-affiliation,.firm-why{padding:3rem 0}.firm-affil-card{padding:1.2rem}.tiag-logo{width:140px;height:auto}.ngoab-badge img,.acca-badge img{width:120px;height:80px}}.enlistment-page{background:linear-gradient(#fff,#f8f9fc);min-height:100vh;overflow:hidden}.enlistment-header{text-align:center;margin:50px auto;animation:1s forwards fadeDown}.enlistment-header h2{color:#1a237e;margin-bottom:15px;font-size:34px;font-weight:700}.enlistment-header h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.enlistment-container{max-width:1100px;margin:0 auto;padding:0 20px 60px}.enlistment-block{margin-bottom:80px;animation:1s forwards fadeUp}.enlistment-block h2{color:#8b7a12;margin-bottom:25px;font-size:34px;font-weight:700}.enlistment-block p{color:#666;text-align:left;max-width:1000px;font-size:15px;line-height:1.9}.enlistment-image-box{margin:30px 0}.enlistment-image-box img{width:140px;height:auto;transition:all .4s}.enlistment-image-box img:hover{transform:scale(1.06)}@keyframes fadeDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.enlistment-block h2{font-size:28px}}@media (width<=576px){.enlistment-header h2{font-size:26px}.enlistment-block h2{font-size:22px}.enlistment-block p{font-size:14px;line-height:1.7}.enlistment-image-box img{width:110px}.enlistment-block{margin-bottom:60px}}.affiliation-page{background:linear-gradient(#fff,#f8f9fc);min-height:60vh;overflow:hidden}.affiliation-header{text-align:center;margin:50px auto;animation:1.2s forwards headerReveal}.affiliation-header h2{color:#1a237e;letter-spacing:.5px;margin-bottom:15px;font-size:34px;font-weight:700}.affiliation-header h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.header-line{transform-origin:50%;background:#c8a74e;border-radius:10px;width:80px;height:4px;margin:0 auto;animation:1s .8s forwards lineExpand;transform:scaleX(0)}.affiliation-container{max-width:1100px;margin:0 auto;padding:0 20px 40px}.tiag-main-section{margin-bottom:70px;animation:1.2s forwards textSlideLeft}.tiag-top-section h2,.tiag-about-section h2{color:#8b7a12;margin-bottom:20px;font-size:32px;font-weight:700}.tiag-logo{width:170px;margin-bottom:25px;transition:transform .4s}.tiag-logo:hover{transform:scale(1.05)}.tiag-top-section p,.tiag-about-section p{color:#666;text-align:left;margin-bottom:14px;font-size:15px;line-height:1.9}.tiag-about-section{margin-top:70px}.stats-grid{grid-template-columns:repeat(4,1fr);gap:25px;display:grid}.stat-card{text-align:center;opacity:0;background:#d3cacaa4;border:1px solid #ececec;border-radius:12px;min-height:180px;padding:45px 20px;transition:all .4s;animation:.9s cubic-bezier(.22,1,.36,1) forwards cardReveal;position:relative;overflow:hidden;transform:translateY(60px)scale(.9)}.stat-card:before{content:"";background:linear-gradient(90deg,#0000,#c8a74e,#0000);width:100%;height:4px;transition:left .5s;position:absolute;top:0;left:-100%}.stat-card:hover:before{left:100%}.stat-card:after{content:"";opacity:0;background:radial-gradient(circle at top,#c8a74e1f,#0000);transition:opacity .4s;position:absolute;inset:0}.stat-card:hover:after{opacity:1}.stat-card:hover{transform:translateY(-12px)scale(1.04);box-shadow:0 20px 35px #1a237e26}.stat-card h3{color:#1a237e;margin:0 0 15px;font-size:38px;font-weight:700;animation:3s ease-in-out infinite floatNumber}.stat-card p{color:#666;margin:0;font-size:15px;font-weight:500;line-height:1.5}.stat-card:first-child{animation-delay:.2s}.stat-card:nth-child(2){animation-delay:.4s}.stat-card:nth-child(3){animation-delay:.6s}.stat-card:nth-child(4){animation-delay:.8s}@keyframes headerReveal{0%{opacity:0;filter:blur(8px);transform:translateY(-40px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes lineExpand{to{transform:scaleX(1)}}@keyframes textSlideLeft{0%{opacity:0;transform:translate(-70px)}to{opacity:1;transform:translate(0)}}@keyframes cardReveal{0%{opacity:0;transform:translateY(60px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes floatNumber{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (width<=992px){.stats-grid{grid-template-columns:repeat(2,1fr)}.tiag-top-section h2,.tiag-about-section h2{font-size:26px}}@media (width<=576px){.affiliation-header h2{font-size:26px}.stats-grid{grid-template-columns:1fr}.stat-card{min-height:150px;padding:30px 20px}.stat-card h3{font-size:30px}.tiag-top-section h2,.tiag-about-section h2{text-align:justify;font-size:22px}.tiag-top-section p,.tiag-about-section p{text-align:left;text-align:justify;margin-bottom:8px;font-size:14px}.tiag-logo{width:140px}}@keyframes slideDownFade{0%{opacity:0;transform:translateY(-35px)}to{opacity:1;transform:translateY(0)}}@keyframes revealLeft{0%{opacity:0;transform:translate(-70px)}to{opacity:1;transform:translate(0)}}@keyframes revealRight{0%{opacity:0;transform:translate(70px)}to{opacity:1;transform:translate(0)}}@keyframes floatImage{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.services-header-section{box-sizing:border-box;width:100%;padding:0 60px;animation:1s forwards slideDownFade}.services-header-section h2{color:#1a237e;text-align:center;margin-bottom:15px;font-size:26px}.services-header-section h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.services-header-section p{color:#555;text-align:justify;margin-bottom:40px;font-size:14px;line-height:1.8}.header-line{background:#c8a74e;border-radius:10px;width:80px;height:3px;margin:0 auto 20px}.services-content-grid{box-sizing:border-box;align-items:flex-start;gap:50px;padding:0 80px;display:flex}.services-left-list{flex:1.2;animation:1s forwards revealLeft}.services-left-list h3{color:#1a237e;margin-bottom:15px;font-size:20px;font-weight:600;position:relative}.services-left-list h3:after{content:"";background:#c8a74e;width:40px;height:2px;position:absolute;bottom:-6px;left:0}.custom-audit-list{margin:0;padding:0;list-style:none}.custom-audit-list li{color:#444;margin-bottom:12px;padding-left:20px;font-size:14px;line-height:1.6;transition:all .3s;position:relative}.custom-audit-list li:before{content:"";background-color:#555;border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:0}.custom-audit-list li:hover{color:#1a237e;transform:translate(8px)}.services-right-image{flex:.8;justify-content:center;align-items:center;animation:1s forwards revealRight;display:flex;position:sticky;top:20px}.audit-vector-mock{text-align:center;width:100%;max-width:380px}.audit-vector-mock img{object-fit:contain;border-radius:8px;width:100%;height:auto;transition:transform .4s;animation:4s ease-in-out infinite floatImage}.audit-vector-mock img:hover{transform:scale(1.05)}@media (width<=992px){.services-content-grid{flex-direction:column;gap:30px;padding:0 30px}.services-right-image{position:relative;top:0}.audit-vector-mock{max-width:300px}.service-main-container{flex-direction:column}.service-sidebar{flex:100%}}@media (width<=768px){.services-header-section{padding:0 20px}.services-header-section h2{font-size:22px}.services-header-section p{text-align:left;font-size:13px}.services-content-grid{padding:0 20px}.services-left-list h3{font-size:18px}.custom-audit-list li{font-size:13px}.service-content-area{padding:20px}}@media (width<=480px){.services-header-section h2{font-size:20px}.audit-vector-mock{max-width:220px}.custom-audit-list li:hover{transform:none}}.taxation-page{background-color:#fff;max-width:1140px;min-height:80vh;margin:0 auto;overflow:hidden}@keyframes fadeScale{0%{opacity:0;transform:scale(.95)translateY(30px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes slideLeftSoft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideRightSoft{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes expandLine{0%{opacity:0;width:0}to{opacity:1;width:80px}}@keyframes imageFloat{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.tax-header{animation:.9s forwards fadeScale}.tax-header h2{color:#1a237e;text-align:center;margin-bottom:10px;font-size:26px}.header-line{background:#c8a74e;border-radius:10px;width:80px;height:3px;margin:0 auto 15px;animation:1s forwards expandLine}.tax-intro{color:#555;text-align:justify;margin-bottom:30px;font-size:14px;line-height:1.7}.tax-split-container{align-items:flex-start;gap:40px;display:flex}.tax-left-content{flex:1.3;animation:1s forwards slideLeftSoft}.tax-right-image-box{flex:.7;justify-content:center;align-items:center;animation:1s forwards slideRightSoft;display:flex;position:sticky;top:40px}.tax-word-cloud-wrapper{text-align:center;width:100%;max-width:420px}.tax-word-cloud-wrapper img{object-fit:contain;border-radius:8px;width:100%;height:auto;transition:transform .4s;animation:4s ease-in-out infinite imageFloat}.tax-word-cloud-wrapper img:hover{transform:scale(1.05)}.tax-section-title{color:#1a237e;margin:0 0 15px;font-size:20px;font-weight:600;position:relative}.tax-section-title:after{content:"";background:#c8a74e;width:45px;height:2px;position:absolute;bottom:-6px;left:0}.tax-sub-block{margin-bottom:25px;animation:.8s forwards fadeScale}.tax-sub-block h4{color:#222;margin:0 0 10px;font-size:14px;font-weight:700}.tax-bullet-list{margin:0 0 0 15px;padding:0;list-style:none}.tax-bullet-list li{color:#555;margin-bottom:10px;padding-left:20px;font-size:13.5px;line-height:1.6;transition:all .3s;position:relative}.tax-bullet-list li:before{content:"";background-color:#555;border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}.tax-bullet-list li:hover{color:#1a237e;transform:translate(8px)}.tax-bottom-container{flex-direction:column;gap:20px;margin-top:20px;display:flex}.tax-full-section{border-top:1px solid #eee;width:100%;padding-top:30px;animation:1s forwards fadeScale}.sidebar-link{color:#555;border-left:3px solid #0000;padding:18px 20px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;display:block}.sidebar-link:hover{color:#f7faff;background-color:#0b1442;padding-left:28px}.service-content-area{background:#fff;border:1px solid #e0e0e0;border-radius:4px;flex:1;padding:2.5rem}@media (width<=992px){.tax-split-container{flex-direction:column;gap:30px}.tax-right-image-box{position:relative;top:0}.tax-word-cloud-wrapper{max-width:300px}.service-main-container{flex-direction:column}.service-sidebar{flex:100%}}@media (width<=768px){.taxation-page{padding:0 20px}.tax-header h2{font-size:22px}.tax-intro{text-align:left;font-size:13px}.tax-section-title{font-size:18px}.tax-bullet-list li{font-size:13px}.service-content-area{padding:20px}}@media (width<=480px){.tax-header h2{font-size:20px}.tax-word-cloud-wrapper{max-width:220px}.tax-bullet-list li:hover{transform:none}}.vat-customs-page{background-color:#fff;max-width:1140px;min-height:80vh;margin:0 auto;animation:1s pageFade}.vat-customs-header{animation:1s slideDown}.vat-customs-header h2{color:#1a237e;text-align:center;margin-bottom:15px;font-size:26px}.vat-customs-intro{color:#555;text-align:justify;margin-bottom:30px;font-size:14px;line-height:1.7;animation:1.2s fadeIn}.vat-customs-split-container{align-items:flex-start;gap:40px;display:flex}.vat-customs-left-content{flex:1.2;animation:1s slideLeft}.vat-customs-section-title{color:#1a237e;margin:0 0 15px;font-size:20px;font-weight:600;position:relative}.vat-customs-section-title:after{content:"";background:#c8a74e;border-radius:10px;width:50px;height:3px;margin-top:8px;display:block}.vat-customs-bullet-list{margin:0 0 0 15px;padding:0;list-style:none}.vat-customs-bullet-list li{color:#555;opacity:0;margin-bottom:12px;padding-left:22px;font-size:13.5px;line-height:1.7;animation:.7s forwards fadeUpList;position:relative}.vat-customs-bullet-list li:first-child{animation-delay:.2s}.vat-customs-bullet-list li:nth-child(2){animation-delay:.4s}.vat-customs-bullet-list li:nth-child(3){animation-delay:.6s}.vat-customs-bullet-list li:nth-child(4){animation-delay:.8s}.vat-customs-bullet-list li:nth-child(5){animation-delay:1s}.vat-customs-bullet-list li:nth-child(6){animation-delay:1.2s}.vat-customs-bullet-list li:nth-child(7){animation-delay:1.4s}.vat-customs-bullet-list li:nth-child(8){animation-delay:1.6s}.vat-customs-bullet-list li:nth-child(9){animation-delay:1.8s}.vat-customs-bullet-list li:nth-child(10){animation-delay:2s}.vat-customs-bullet-list li:nth-child(11){animation-delay:2.2s}.vat-customs-bullet-list li:before{content:"";background-color:#c8a74e;border-radius:50%;width:6px;height:6px;position:absolute;top:9px;left:0}.vat-customs-right-image-box{flex:.8;justify-content:center;align-items:center;animation:1s slideRight;display:flex;position:sticky;top:40px}.vat-customs-image-wrapper{text-align:center;width:100%;max-width:440px}.vat-customs-image-wrapper img{object-fit:contain;border-radius:8px;width:100%;height:auto;transition:transform .5s;animation:4s ease-in-out infinite floatImage}.vat-customs-image-wrapper img:hover{transform:scale(1.05)}@keyframes pageFade{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUpList{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media (width<=992px){.vat-customs-split-container{flex-direction:column-reverse;gap:30px}.vat-customs-right-image-box{position:relative;top:0}.vat-customs-image-wrapper{max-width:350px}}@media (width<=768px){.vat-customs-header h2{font-size:22px}.vat-customs-section-title{font-size:18px}.vat-customs-intro,.vat-customs-bullet-list li{font-size:13px}.vat-customs-page{padding:0 15px}}@media (width<=576px){.vat-customs-header h2{font-size:20px}.vat-customs-image-wrapper{max-width:280px}.vat-customs-bullet-list li{line-height:1.6}}.consulting-page{background:#fff;max-width:1140px;min-height:80vh;margin:0 auto;overflow:hidden}.consulting-header{animation:1s slideDownFade}.consulting-header h2{color:#1a237e;text-align:center;margin-bottom:15px;font-size:26px;position:relative}.consulting-header h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.consulting-intro{color:#555;text-align:justify;margin-bottom:35px;font-size:14px;line-height:1.8;animation:1.2s fadeInSoft}.consulting-split-container{align-items:flex-start;gap:40px;display:flex}.consulting-left-content{flex:1.2;animation:1s slideLeftReveal}.consulting-right-image-box{flex:.8;justify-content:center;align-items:center;animation:1.2s zoomFloat;display:flex;position:sticky;top:40px}.consulting-image-wrapper{text-align:center;width:100%;max-width:440px}.consulting-image-wrapper img{object-fit:contain;border-radius:8px;width:100%;height:auto;transition:transform .6s,box-shadow .6s}.consulting-image-wrapper img:hover{transform:scale(1.05)rotate(2deg);box-shadow:0 20px 35px #1a237e26}.consulting-section-title{color:#1a237e;margin-bottom:18px;font-size:20px;font-weight:600;position:relative}.consulting-section-title:after{content:"";background:#c8a74e;border-radius:10px;width:45px;height:3px;margin-top:8px;animation:1s lineGrow;display:block}.consulting-bullet-list{margin:0 0 0 15px;padding:0;list-style:none}.consulting-bullet-list li{color:#555;opacity:0;margin-bottom:12px;padding-left:22px;font-size:14px;line-height:1.6;animation:.6s forwards fadeUpStagger;position:relative}.consulting-bullet-list li:first-child{animation-delay:.1s}.consulting-bullet-list li:nth-child(2){animation-delay:.2s}.consulting-bullet-list li:nth-child(3){animation-delay:.3s}.consulting-bullet-list li:nth-child(4){animation-delay:.4s}.consulting-bullet-list li:nth-child(5){animation-delay:.5s}.consulting-bullet-list li:nth-child(6){animation-delay:.6s}.consulting-bullet-list li:nth-child(7){animation-delay:.7s}.consulting-bullet-list li:before{content:"";background:#1a237e;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.consulting-bottom-container{flex-direction:column;gap:25px;margin-top:25px;display:flex}.consulting-full-section{opacity:0;border-top:1px solid #eee;width:100%;padding-top:25px;animation:1s forwards revealUp;transform:translateY(40px)}.consulting-full-section:hover{transition:all .4s;transform:translateY(-5px)}@keyframes fadeInSoft{0%{opacity:0}to{opacity:1}}@keyframes slideLeftReveal{0%{opacity:0;transform:translate(-45px)}to{opacity:1;transform:translate(0)}}@keyframes zoomFloat{0%{opacity:0;transform:scale(.85)translateY(40px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes lineGrow{0%{width:0}to{width:45px}}@keyframes fadeUpStagger{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes revealUp{to{opacity:1;transform:translateY(0)}}@media (width<=992px){.consulting-split-container{flex-direction:column}.consulting-right-image-box{width:100%;position:relative;top:0}.consulting-image-wrapper{max-width:350px;margin:auto}}@media (width<=768px){.consulting-header h2{font-size:24px}.consulting-section-title{font-size:18px}.consulting-bullet-list li,.consulting-intro{font-size:13px}}@media (width<=576px){.consulting-page{padding:0 15px}.consulting-header h2{font-size:22px}.consulting-image-wrapper{max-width:280px}}.business-support-page{background-color:#fff;max-width:1140px;min-height:80vh;margin:0 auto;padding:20px}.support-header h2{color:#1a237e;text-align:center;margin-bottom:15px;font-size:26px}.support-header h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.support-intro{color:#555;text-align:justify;margin-bottom:30px;font-size:14px;line-height:1.7}.support-split-container{align-items:flex-start;gap:40px;display:flex}.support-left-content{flex:1.2}.support-right-image-box{flex:.8;justify-content:center;align-items:center;display:flex;position:sticky;top:40px}.support-image-wrapper{text-align:center;width:100%;max-width:440px}.support-image-wrapper img{object-fit:contain;border-radius:8px;width:100%;height:auto}.fallback-support-icon{opacity:.12;font-size:130px}.support-section-title{color:#1a237e;margin:0 0 15px;font-size:20px;font-weight:600}.support-inline-heading{color:#444;margin:0 0 15px;font-size:14px;line-height:1.6}.support-bullet-list{margin:0 0 0 15px;padding:0;list-style:none}.support-bullet-list li{color:#555;margin-bottom:8px;padding-left:20px;font-size:13.5px;line-height:1.5;position:relative}.support-bullet-list li:before{content:"";background-color:#555;width:5px;height:5px;position:absolute;top:7px;left:0}.support-bottom-container{flex-direction:column;gap:30px;margin-top:25px;display:flex}.support-full-section{border-top:1px solid #eee;width:100%;padding-top:25px}@media (width<=992px){.business-support-page{padding:20px 25px}.support-split-container{gap:25px}.support-header h2{font-size:24px}.support-section-title{font-size:18px}.support-right-image-box{flex:1}.support-image-wrapper{max-width:350px}}@media (width<=768px){.support-split-container{flex-direction:column;gap:30px}.support-right-image-box{order:-1;width:100%;position:static}.support-image-wrapper{max-width:280px;margin:0 auto}.support-header h2{font-size:22px}.support-intro{text-align:left;font-size:13px}.support-section-title{font-size:17px}.support-inline-heading{font-size:13px}.support-bullet-list li{font-size:13px;line-height:1.6}.fallback-support-icon{font-size:90px}}@media (width<=480px){.business-support-page{padding:15px}.support-header h2{font-size:19px}.support-intro{font-size:12px;line-height:1.6}.support-section-title{font-size:16px}.support-inline-heading{font-size:12px}.support-bullet-list li{padding-left:18px;font-size:12px}.support-image-wrapper{max-width:220px}.fallback-support-icon{font-size:70px}}.offshore-bpo-page{background-color:#fff;max-width:1140px;min-height:80vh;margin:0 auto;padding:20px;animation:1s fadeIn}.offshore-bpo-header h2{color:#1a237e;text-align:center;margin-bottom:15px;font-size:26px;animation:.8s slideDown}.offshore-bpo-header h2:after{content:"";background:#c8a74e;border-radius:5px;width:60px;height:3px;margin:12px auto 0;display:block}.offshore-bpo-intro{color:#555;text-align:justify;margin-bottom:30px;font-size:14px;line-height:1.7;animation:1s fadeUp}.offshore-bpo-split-container{align-items:flex-start;gap:40px;display:flex}.offshore-bpo-left-content{flex:1.2;animation:1s slideLeft}.offshore-bpo-right-image-box{flex:.8;justify-content:center;align-items:center;animation:1s slideRight;display:flex;position:sticky;top:40px}.offshore-bpo-image-wrapper{text-align:center;width:100%;max-width:440px;overflow:hidden}.offshore-bpo-image-wrapper img{object-fit:contain;border-radius:8px;width:100%;height:auto;transition:transform .4s}.offshore-bpo-image-wrapper img:hover{transform:scale(1.04)}.fallback-vat-customs-icon{opacity:.12;font-size:130px}.offshore-bpo-section-title{color:#1a237e;margin:0 0 15px;font-size:20px;font-weight:600}.offshore-bpo-bullet-list{margin:0 0 0 15px;padding:0;list-style:none}.offshore-bpo-bullet-list li{color:#555;opacity:0;margin-bottom:8px;padding-left:20px;font-size:13.5px;line-height:1.5;animation:.6s forwards fadeUp;position:relative}.offshore-bpo-bullet-list li:first-child{animation-delay:.1s}.offshore-bpo-bullet-list li:nth-child(2){animation-delay:.2s}.offshore-bpo-bullet-list li:nth-child(3){animation-delay:.3s}.offshore-bpo-bullet-list li:nth-child(4){animation-delay:.4s}.offshore-bpo-bullet-list li:nth-child(5){animation-delay:.5s}.offshore-bpo-bullet-list li:nth-child(6){animation-delay:.6s}.offshore-bpo-bullet-list li:nth-child(7){animation-delay:.7s}.offshore-bpo-bullet-list li:nth-child(8){animation-delay:.8s}.offshore-bpo-bullet-list li:before{content:"";background-color:#555;width:5px;height:5px;position:absolute;top:7px;left:0}@media (width<=992px){.offshore-bpo-page{padding:20px 25px}.offshore-bpo-split-container{gap:25px}.offshore-bpo-header h2{font-size:24px}.offshore-bpo-section-title{font-size:18px}.offshore-bpo-image-wrapper{max-width:350px}}@media (width<=768px){.offshore-bpo-split-container{flex-direction:column;gap:30px}.offshore-bpo-right-image-box{order:-1;width:100%;position:static}.offshore-bpo-image-wrapper{max-width:280px;margin:0 auto}.offshore-bpo-header h2{font-size:21px}.offshore-bpo-intro{text-align:left;font-size:13px}.offshore-bpo-section-title{font-size:17px}.offshore-bpo-bullet-list li{font-size:13px;line-height:1.6}}@media (width<=480px){.offshore-bpo-page{padding:15px}.offshore-bpo-header h2{font-size:18px}.offshore-bpo-intro{font-size:12px}.offshore-bpo-section-title{font-size:15px}.offshore-bpo-bullet-list li{padding-left:18px;font-size:12px}.offshore-bpo-image-wrapper{max-width:220px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.services-page-layout{background-color:#fff;width:100%}.service-main-container{flex-direction:row;gap:40px;max-width:1200px;margin:40px auto 60px;padding:0 20px;display:flex}.service-sidebar{background:#fff;border:1px solid #e5e7eb;border-radius:4px;flex:0 0 280px;height:fit-content}.sidebar-menu{margin:0;padding:0;list-style:none}.sidebar-menu li{border-bottom:1px solid #f1f1f1}.sidebar-menu li:last-child{border-bottom:none}.sidebar-link{color:#333;padding:15px 18px;font-size:14px;font-weight:500;text-decoration:none;transition:all .3s;display:block}.sidebar-link:hover{color:#1a237e;background-color:#f8f9fc}.active-sidebar-link{color:#111a28;background-color:#f4f4f4;border-left:5px solid #111a28;font-weight:600}.service-content-area{background:#fff;border:1px solid #e5e7eb;border-radius:4px;flex:1;min-height:500px;padding:30px}@media (width<=992px){.service-main-container{gap:25px}.service-sidebar{flex:0 0 240px}.sidebar-link{padding:14px 16px;font-size:13px}.service-content-area{padding:25px}}@media (width<=768px){.service-main-container{flex-direction:column;gap:20px;margin:30px auto 40px;padding:0 15px}.service-sidebar{width:100%}.sidebar-menu{flex-direction:column;display:flex}.sidebar-link{padding:14px 15px;font-size:13px}.service-content-area{width:100%;padding:20px}}@media (width<=480px){.service-main-container{padding:0 10px}.sidebar-link{padding:12px 14px;font-size:12px}.service-content-area{padding:16px}}.search-page-wrapper{max-width:900px;min-height:50vh;margin:4rem auto 6rem;padding:0 20px}.search-header{text-align:center;border-bottom:2px solid #e2e8f0;margin-bottom:2rem;padding-bottom:1.5rem}.search-header h2{color:#1a2d4a;margin-bottom:10px;font-size:2rem;font-weight:600;line-height:1.3}.search-header strong{color:#9a8330}.results-list{flex-direction:column;gap:15px;display:flex}.result-card{background:#fff;border:1px solid #e2e8f0;border-left:4px solid #1a2d4a;border-radius:6px;padding:20px;transition:all .3s}.result-card:hover{border-left-color:#9a8330;transform:translate(5px);box-shadow:0 4px 12px #00000014}.result-card a{text-decoration:none;display:block}.result-card h3{color:#1a2d4a;margin-bottom:8px;font-size:1.25rem;font-weight:600;line-height:1.4}.result-card p{color:#64748b;font-size:.95rem;line-height:1.6}.no-results{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:3rem}.error-missing{background:#fef2f2;border:1px solid #fca5a5}.error-missing h3{color:#ef4444;margin-bottom:10px;font-size:1.4rem}.error-missing p{color:#52525b;line-height:1.6}@media (width<=768px){.search-page-wrapper{margin:3rem auto 4rem;padding:0 16px}.search-header h2{font-size:1.7rem}.result-card{padding:18px}.result-card h3{font-size:1.1rem}.result-card p{font-size:.9rem}.no-results{padding:2.5rem}}@media (width<=576px){.search-page-wrapper{margin:2rem auto 3rem;padding:0 14px}.search-header{margin-bottom:1.5rem;padding-bottom:1rem}.search-header h2{font-size:1.4rem}.result-card{border-left-width:3px;padding:15px}.result-card:hover{transform:none}.result-card h3{font-size:1rem}.result-card p{font-size:.85rem}.no-results{padding:2rem 1rem}.error-missing h3{font-size:1.2rem}}
