@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Segoe+UI:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Segoe+UI:wght@300;400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&family=Ubuntu:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto&family=Ubuntu:wght@400;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Ubuntu:wght@500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;overflow-x:hidden;position:relative;scroll-behavior:smooth}.navbar{position:fixed;top:0;left:0;right:0;display:flex;align-items:center;padding:0 40px;background-color:#fffc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);height:70px;z-index:1000;transition:background-color .3s ease,backdrop-filter .3s ease}.navbar .navbar-container{width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.navbar .logo-link{position:relative;margin-right:auto}.navbar .logo-link .logo{width:80px;max-width:100%}.navbar .hamburger{position:absolute;right:40px;display:none;cursor:pointer;flex-direction:column;z-index:1001}.navbar .hamburger .bar{width:25px;height:3px;background-color:#000;transition:.3s ease}.navbar .nav-links{display:flex;gap:30px;list-style:none;font-size:1rem;font-weight:500;cursor:pointer}.navbar .nav-links.mobile.open{display:flex}.navbar .nav-links .nav-item.dropdown{position:relative}.navbar .nav-links .nav-item.dropdown .nav-link{display:flex;align-items:center;height:100%}.navbar .nav-links .nav-item.dropdown .nav-link a{text-decoration:none;color:inherit;display:inline-flex;align-items:center;height:100%}.navbar .nav-links .nav-item.dropdown .nav-link a:hover{color:#0071e3}.navbar .nav-links .nav-item.dropdown .dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%);background-color:#fff;min-width:350px;border:1px solid #ddd;padding:10px 0;display:none;flex-direction:column;z-index:1002;border-radius:10px}.navbar .nav-links .nav-item.dropdown .dropdown-menu.dropdown-grid{flex-direction:row;font-size:1.1rem;gap:3px;padding:20px}.navbar .nav-links .nav-item.dropdown .dropdown-menu.dropdown-grid .dropdown-column{display:flex;flex-direction:column;min-width:250px}.navbar .nav-links .nav-item.dropdown:hover .dropdown-menu{display:flex}.navbar .nav-links .nav-item.dropdown.itservices-dropdown .dropdown-menu{top:calc(100% + 1px);left:0!important;right:auto!important;transform:none!important}.navbar .nav-links .nav-item.dropdown.about-dropdown .dropdown-menu{top:calc(100% + 1px);left:auto;right:0;transform:none}.navbar .nav-links .nav-item .dropdown-link{padding:8px 20px;text-decoration:none;color:#0a0a0a;white-space:nowrap}.navbar .nav-links .nav-item .dropdown-link:hover{color:#0071e3}.navbar .nav-links .nav-item .dropdown-heading-wrapper{padding:10px 20px;margin-bottom:10px}.navbar .nav-links .nav-item .dropdown-heading-wrapper .dropdown-heading{font-family:Segoe UI,sans-serif;font-size:1.2rem;color:#0a0a0a;border-bottom:2px solid #333;display:inline-block;padding-bottom:3px;pointer-events:none;cursor:default}.navbar .nav-links .contact-circle{margin-top:10px;border-radius:50px;min-width:100px;height:35px;display:inline-flex;justify-content:center;align-items:center}.nav-link,.nav-links,.nav-item,.dropdown-link,.footer-text,.navbar p,.navbar li,.navbar a{font-family:Roboto,sans-serif;font-weight:400}.overlay{position:fixed;top:70px;left:0;width:100%;height:calc(100vh - 70px);background-color:#0000004d;z-index:998}.footer-text{text-align:center;padding:10px 0;background-color:#f8f8f8;font-size:18px;color:#6e6e7c;box-shadow:0 -2px 4px #0000000d;margin-top:70px}.rotate1{transform:rotate(45deg) translate(5px,5px)}.fade{opacity:0}.rotate2{transform:rotate(-45deg) translate(5px,-5px)}.contact-circle{background-color:#0071e3;color:#fff!important;border-radius:50px;padding:10px 15px;display:inline-flex;align-items:center;justify-content:center;margin-bottom:10px;min-width:100px;height:40px;box-sizing:border-box;transition:all .3s ease;text-decoration:none}.contact-circle:hover{background-color:#ff5e00;color:#fff!important}@media (max-width: 768px){.navbar{padding:0 20px;height:60px}.navbar .logo-link{left:10px}.navbar .logo-link .logo{width:60px}.navbar .hamburger{display:flex;flex-direction:column;gap:5px;right:20px}.navbar .nav-links{display:none;flex-direction:column;position:absolute;top:52px;left:0;width:100%;background-color:#fff;border-top:1px solid #ddd;box-shadow:0 2px 8px #0000001a;padding:15px 20px;gap:15px;z-index:999}.navbar .nav-links.mobile.open{display:flex}.navbar .nav-links .nav-item.dropdown .dropdown-menu{position:static;width:100%;border:none;box-shadow:none;padding:0;margin-top:10px}.navbar .nav-links .nav-item.dropdown .dropdown-menu.dropdown-grid{flex-direction:column;gap:20px;padding:10px 0}.navbar .nav-links .nav-item.dropdown .dropdown-menu .dropdown-column{min-width:100%;width:100%}.navbar .nav-links .nav-item.dropdown .dropdown-menu .dropdown-link{padding:10px 0;border-bottom:1px solid #eee}.navbar .nav-links .nav-item.dropdown .dropdown-heading-wrapper{padding:10px 0}.navbar .footer-text{font-size:16px;padding:8px 0}}@media (min-width: 768px) and (max-width: 1100px){.nav-item.dropdown .dropdown-menu{left:0!important;right:auto!important;transform:none!important;top:calc(100% + 1px)}}@media (max-width: 1080px){.nav-links{display:none;flex-direction:column;position:absolute;top:52px;left:0;width:100%;background-color:#fff;border-top:1px solid #ddd;box-shadow:0 2px 8px #0000001a;padding:15px 20px;gap:15px;z-index:999}.nav-links.mobile.open,.hamburger{display:flex}.dropdown-menu.dropdown-grid{flex-direction:row;gap:15px;padding:15px 10px}.dropdown-menu.dropdown-grid .dropdown-column{min-width:200px}}@media (min-width: 1200px){.navbar{padding:0 80px}.navbar .navbar-container{display:flex;align-items:center;justify-content:space-between;position:relative}.navbar .logo-link{position:static;margin-right:auto;display:flex;align-items:center;height:100%}.navbar .logo-link .logo{width:100px}.navbar .nav-links{display:flex;gap:40px;font-size:1.2rem;list-style:none;font-weight:500;margin-left:0}.navbar .dropdown-menu{min-width:350px;padding:15px 0}.navbar .dropdown-menu .dropdown-column{min-width:250px}.footer-text{font-size:20px;padding:15px 0}}@media (min-width: 1200px) and (max-width: 1300px){.nav-links{gap:25px;font-size:1.2rem}.logo{width:80px}}.scroller-container{width:100%;height:320px;background-color:#1e293b;overflow:hidden;position:relative;display:flex;align-items:center}@media (max-width: 768px){.scroller-container{height:220px}}.logo-track{display:flex;animation:scroll-left 20s linear infinite}.logos{height:220px;width:220px;margin:0 20px;object-fit:contain;flex-shrink:0}@media (max-width: 768px){.logos{height:150px;width:150px;margin:0 10px}}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}.typing-heading,.hero-content h1{font-family:Segoe UI,sans-serif}.hero-content,.hero-content p,.start-exploring-btn,.start-exploring-btn span,.arrow-circle{font-family:Roboto,sans-serif}.hero{max-width:100%;margin:65px auto 0;height:100vh;position:relative;overflow:hidden;display:flex;flex-direction:column;z-index:1;color:#fff}@media (min-width: 1440px){.hero{max-width:110rem}}@media (max-width: 768px){.hero{flex-direction:column;padding:40px 20px;min-height:auto;background-attachment:scroll}}@media (max-width: 480px){.hero{height:55vh}}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}.hero-content{text-align:left;max-width:900px;margin-top:120px;padding-left:80px;z-index:2;position:relative}@media (max-width: 768px){.hero-content{max-width:100%}}@media (max-width: 480px){.hero-content{margin-top:50px;padding-left:20px}}.hero-content p{font-size:1.5rem;color:#fff;margin-bottom:70px;line-height:1.5;text-align:left;white-space:normal;opacity:0;transform:translateY(20px);animation:delayedFadeIn 1s ease forwards;animation-delay:3s}@media (max-width: 768px){.hero-content p{font-size:1rem;margin-bottom:50px}}@media (max-width: 480px){.hero-content p{font-size:.98rem;margin-bottom:35px}}.hero-content h1{font-family:Segoe UI,sans-serif}.typing-heading{font-size:4rem;color:#fff;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-align:justify;align-items:left;display:inline-block;opacity:0;transform:translateY(20px);animation:delayedFadeIn 1s ease forwards;animation-delay:3s;min-height:11rem}@media (max-width: 1024px){.typing-heading{font-size:2.4rem}}@media (max-width: 768px){.typing-heading{min-height:4.5rem}}@media (max-width: 480px){.typing-heading{min-height:7rem;font-size:2rem}}.start-exploring-btn{display:inline-flex;align-items:center;background:#fff;color:#000;border:none;border-radius:999px;padding:10px 30px;font-size:1.3rem;font-weight:500;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;opacity:0;transform:translateY(20px);animation:delayedFadeIn 1s ease forwards;animation-delay:3s}.start-exploring-btn span{margin-right:10px}@media (max-width: 768px){.start-exploring-btn{padding:10px 22px;font-size:1rem;border-radius:20px}}@media (max-width: 480px){.start-exploring-btn{padding:8px 20px;font-size:1rem;border-radius:25px}}.arrow-circle{background:#1b057e;color:#fff;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,transform .3s ease}.arrow-circle svg{transform:rotate(15deg);transition:transform .3s ease}.arrow-circle:hover{background:#ff5e00}.arrow-circle:hover svg{transform:rotate(45deg)}@media (max-width: 480px){.arrow-circle{width:32px;height:32px}}@media (max-width: 768px){.hero-image{position:static;margin-top:40px;width:100%}}@media (max-width: 768px){.hero-image img{opacity:.3;height:auto}}.gradient-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;background:linear-gradient(to bottom,#1b057e66,#1b057e66);opacity:0;animation:fadeInGradient 8s ease forwards;animation-delay:.3s}@keyframes fadeInGradient{to{opacity:1}}@keyframes delayedFadeIn{to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{border-color:transparent}}.whychoose-container{background-color:#f1f1f1;padding:3rem 2rem;display:flex;justify-content:center}.whychoose-container .whychoose-content{display:flex;align-items:flex-start;justify-content:space-between;max-width:100%;width:100%;gap:20rem;flex-wrap:wrap}.whychoose-container .whychoose-content h2{flex:1;font-family:Segoe UI,sans-serif;font-size:2.8rem;font-weight:700;color:#000;margin:0}.whychoose-container .whychoose-content .paragraph-container{flex:2;display:flex;flex-direction:column;align-items:flex-start}.whychoose-container .whychoose-content .paragraph-container p{max-width:750px;font-family:Roboto,sans-serif;font-size:1.2rem;line-height:1.4;color:#000;text-align:justify;opacity:0;transform:translateY(20px);animation:fadeInUp 1s ease-out forwards;animation-delay:.5s;margin-bottom:1rem}.whychoose-container .whychoose-content .paragraph-container p.collapsed{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical}.whychoose-container .whychoose-content .paragraph-container .read-more-btn{background:transparent;border:2px solid #1f1f1f;color:#1f1f1f;padding:10px 20px;border-radius:30px;font-size:1.05rem;cursor:pointer;box-shadow:0 0 10px #fff3;text-decoration:none;transition:all .3s ease}.whychoose-container .whychoose-content .paragraph-container .read-more-btn:hover{background:#ff5e00;color:#fff;border:2px solid transparent}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}@media (max-width: 1024px){.whychoose-container .whychoose-content{flex-direction:column;text-align:center;gap:1rem}.whychoose-container .whychoose-content h2{font-size:2.2rem;margin-bottom:1rem}.whychoose-container .whychoose-content .paragraph-container{align-items:center}.whychoose-container .whychoose-content .paragraph-container p{font-size:1.2rem;text-align:justify}.whychoose-container .whychoose-content .paragraph-container .read-more-btn{align-self:center}}@media (max-width: 768px){.whychoose-container{padding:5rem 1rem 4rem}.whychoose-container .whychoose-content h2{font-size:2rem}.whychoose-container .whychoose-content .paragraph-container p{font-size:1.05rem}}@media (max-width: 480px){.whychoose-container{padding:4rem 1rem 3rem}.whychoose-container .whychoose-content h2{font-size:1.7rem}.whychoose-container .whychoose-content .paragraph-container p{font-size:1.2rem;line-height:1.6;text-align:left;word-spacing:normal}.whychoose-container .whychoose-content .paragraph-container .read-more-btn{padding:.5rem 1.2rem;font-size:.9rem}}.whatwedo-Section{font-family:Segoe UI,sans-serif;max-width:100%;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;gap:5rem;overflow:visible}.whatwedo-Section .whatwedo-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem}.whatwedo-Section .whatwedo-header .whatwedo-heading{font-size:2.8rem;font-weight:700;color:#0a0a0a;font-family:Segoe UI}.whatwedo-Section .whatwedo-header .whatwedo-desc{max-width:1000px;font-size:1.2rem;color:#444;text-align:justify}.whatwedo-Section .whatwedo-header .whatwedo-desc h3{font-size:1.6rem;font-weight:600;color:#222;margin:.5rem 0;line-height:1.4;border-left:4px solid #3d3a68;padding-left:.8rem;font-family:Segoe UI}.whatwedo-Section .whatwedo-header .whatwedo-desc ul{list-style:none;padding-left:0;margin:0 0 1rem}.whatwedo-Section .whatwedo-header .whatwedo-desc ul li{font-size:1.2rem;color:#444;margin-bottom:.5rem;position:relative;padding-left:1.5rem;line-height:1.3}.whatwedo-Section .whatwedo-header .whatwedo-desc ul li:before{content:"✔";position:absolute;left:0;color:#3d3a68;font-size:1rem;line-height:1.2}.whatwedo-Section .cards-container{position:relative;padding-top:30px;margin-top:-30px}.whatwedo-Section .cards-container .whatwedo-cards{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:30px 10px 40px;margin:-30px -10px -40px;-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth;cursor:grab;will-change:transform;transform:translateZ(0);-webkit-overflow-scrolling:touch}.whatwedo-Section .cards-container .whatwedo-cards:active{cursor:grabbing}.whatwedo-Section .cards-container .whatwedo-cards::-webkit-scrollbar{display:none}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card{flex:0 0 430px;height:350px;border-radius:20px;position:relative;overflow:hidden;cursor:pointer;opacity:0;transform:translateY(40px);transition:transform .6s ease,opacity .6s ease-out}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card.visible{opacity:1;transform:translateY(0)}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover{transform:translateY(-30px)}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card.card-clicked{transform:scale(.95);opacity:.9;transition:transform .3s ease,opacity .3s ease}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-default{position:absolute;top:0;right:0;bottom:0;left:0;background:#3d3a68;z-index:1;transition:opacity .4s ease}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);transition:opacity .6s ease,transform .6s ease;z-index:0}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#0000001a);opacity:0;transition:opacity .4s ease;z-index:2}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-bg{opacity:1;transform:scale(1)}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-bg:after{opacity:1}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-default,.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-number{opacity:0}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-overlay{justify-content:flex-start;padding-top:2rem}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-overlay .whatwedo-card-title-wrapper{opacity:0;height:0;overflow:hidden}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-overlay .whatwedo-card-title{display:none}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-overlay .whatwedo-card-desc{opacity:1;transform:translateY(0)}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .card-click-indicator{opacity:1}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card:hover .whatwedo-card-content{transform:translateY(-10px)}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:flex-start;padding:2rem 2rem 3.5rem;background:linear-gradient(180deg,#0000 30%,#000000b3);color:#fff;z-index:2;overflow:hidden;transition:justify-content .5s ease}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-overlay .whatwedo-card-content{transform:translateY(0);transition:transform .7s ease}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-overlay .whatwedo-card-title-wrapper{min-height:60px;display:flex;align-items:flex-start}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-overlay .whatwedo-card-title{font-size:2.3rem;font-weight:700;margin-bottom:0;color:#f5f5f5;transition:transform .7s ease;font-family:Segoe UI}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-overlay .whatwedo-card-desc{font-size:1.2rem;line-height:1.4;opacity:0;transform:translateY(15px);transition:opacity .5s ease,transform .7s ease}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-overlay .card-click-indicator{position:absolute;bottom:1rem;left:50%;transform:translate(-50%);background-color:#000000b3;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;opacity:0;transition:opacity .3s ease;z-index:3;white-space:nowrap}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-number{font-size:8rem;font-weight:700;position:absolute;top:0;background:linear-gradient(to top,#fff6,#fff0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;transition:opacity .4s ease;font-family:Segoe UI}@media (max-width: 768px){.whatwedo-Section{padding:4rem 1rem;gap:3rem}.whatwedo-Section .whatwedo-header{flex-direction:column}.whatwedo-Section .whatwedo-heading{font-size:2.2rem}.whatwedo-Section .whatwedo-desc{font-size:1rem;line-height:1.5rem;word-spacing:normal}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card{flex:0 0 320px;height:300px}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-title{font-size:1.8rem}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-number{font-size:6rem}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .card-click-indicator{font-size:.7rem;padding:.4rem .8rem}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-overlay{padding-bottom:3rem}}@media (max-width: 480px){.whatwedo-Section .whatwedo-desc{font-size:1rem;line-height:1.5rem;text-align:justify;word-spacing:normal!important}.whatwedo-Section .whatwedo-desc li{font-size:.95rem;line-height:1.4rem}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-title{font-size:1.3rem;line-height:1.2;max-height:none;overflow:visible}.whatwedo-Section .cards-container .whatwedo-cards .whatwedo-card .whatwedo-card-title-wrapper{min-height:auto}}.footer{background:#19182c;padding:40px 60px;font-family:Roboto,Arial,sans-serif;color:#fff}.footer .footer-top{display:flex;justify-content:space-between;flex-wrap:wrap;gap:25px;margin-bottom:35px}.footer .footer-title{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-weight:700;font-size:18px;margin-bottom:15px}.footer .footer-list{display:flex;gap:30px;flex-wrap:wrap}.footer .footer-list ul{list-style:none;padding:0;margin:0}.footer .footer-list ul li{margin-bottom:8px;font-size:16px;cursor:pointer}.footer .footer-list ul li a{color:#fff;text-decoration:none;font-size:16px;cursor:pointer}.footer .footer-list ul li a:hover,.footer .footer-list ul li:hover{text-decoration:underline}.footer .social-icons{display:flex;gap:12px}.footer .social-icons a{display:flex;justify-content:center;align-items:center;color:#fff;font-size:18px;width:40px;height:40px;border-radius:50%}.footer .social-icons a:nth-child(1){background:#0077b5}.footer .social-icons a:nth-child(2){background:#000}.footer .social-icons a:nth-child(3){background:#ca1818}.footer .social-icons a:nth-child(4){background:red}.footer .footer-bottom{border-top:1px solid #ccc;padding-top:15px;display:flex;flex-direction:column;align-items:center;text-align:center;font-size:14px;gap:15px;color:#e0e0e0}.footer .footer-bottom p{margin:0;color:#dcdcdc}.footer .footer-bottom p strong{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.footer .footer-bottom ul{list-style:none;display:flex;gap:15px;flex-wrap:wrap;justify-content:center;padding:0;margin:0}.footer .footer-bottom ul li a{color:#dcdcdc;text-decoration:none}.footer .footer-bottom ul li a:hover{color:#fff}@media (max-width: 1024px){.footer .footer-top{justify-content:flex-start;gap:40px}.footer .footer-section{flex:1 1 40%;min-width:250px}}@media (max-width: 768px){.footer .footer-top{flex-direction:column;gap:30px}.footer .footer-section{flex:1 1 100%}.footer .footer-list{flex-direction:column;gap:10px}.footer .social-icons{justify-content:flex-start}}@media (max-width: 480px){.footer{padding:20px}.footer .footer-top{display:grid;grid-template-columns:1fr 1fr;gap:15px}.footer .footer-section{display:flex;flex-direction:column;gap:8px;min-width:0}.footer .footer-section:nth-child(4),.footer .footer-section:nth-child(6){margin-left:-5px}.footer .footer-title{font-size:15px;margin-bottom:5px}.footer .footer-list{flex-direction:column;gap:6px;overflow-x:hidden}.footer .footer-list ul li{font-size:14px}.footer .footer-bottom{flex-direction:column;align-items:center;text-align:center;gap:10px}.footer .footer-bottom ul{justify-content:center;gap:8px}}.button-container{position:fixed;bottom:120px;right:20px;z-index:1000;display:flex;justify-content:center;align-items:center;width:50px;height:50px;background-color:#ffffff80;border-radius:23px;cursor:pointer;transition:background-color .3s ease;backdrop-filter:blur(1px);-webkit-backdrop-filter:blur(6px);box-shadow:0 2px 8px #00000026;border:1px solid rgba(0,0,0,.1)}.button-container .arrow{width:25px;height:25px}.contact-button{position:fixed;bottom:90px;right:30px}.scroll-button.hidden{opacity:0;pointer-events:none;transform:scale(.9);transition:opacity .3s ease,transform .3s ease}.scroll-button.visible{opacity:1;pointer-events:auto;transform:scale(1)}@media (max-width: 480px){.button-container{right:20px;bottom:160px}}.digital-transformation-container{margin:65px 0 0;padding:0;background-color:#f5f5f5}.media-wrapper{position:relative;width:100%;height:50vh;overflow:hidden}.media-wrapper .transformation-video{width:100%;height:100%;object-fit:cover;display:block}.media-wrapper .transformation-overlay-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;pointer-events:none}.media-wrapper .heading-overlay{position:absolute;top:0;left:0;z-index:2;height:100%;width:100%;display:flex;align-items:center;padding-left:60px;box-sizing:border-box}.media-wrapper .heading-overlay p{color:#fff;font-size:2.5rem;max-width:50%;line-height:1.3}.transformation-content{padding:80px 60px;background-color:#fff;color:#333;font-family:Segoe UI,sans-serif}.transformation-content h2{font-size:2.2rem;margin-bottom:20px}.transformation-content h2 span{font-weight:400}.transformation-content h3{font-size:1.7rem;margin-top:40px;margin-bottom:15px}.transformation-content p{font-size:1.1rem;line-height:1.8;margin-bottom:20px}.transformation-content strong{font-weight:600}.approach-section{background-color:#f5f5f5;padding:80px 60px}.approach-section .approach-wrapper{display:flex;align-items:flex-start;gap:40px}.approach-section .approach-wrapper .approach-heading{flex:1;font-size:2rem;color:#222;margin:0}.approach-section .approach-wrapper .approach-description{flex:3;font-size:1.1rem;line-height:1.8;color:#444;margin:0}.full-overlay-image-section{position:relative;width:100%;height:100vh;overflow:hidden}.full-overlay-image-section .full-image-wrapper{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.full-overlay-image-section .background-full-image,.full-overlay-image-section .overlay-full-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.full-overlay-image-section .background-full-image{z-index:1}.full-overlay-image-section .overlay-full-image{z-index:2}.full-overlay-image-section .what-we-deliver-section{position:absolute;top:0;left:0;z-index:3;width:100%;height:100%;padding:60px 80px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;color:#fff}.full-overlay-image-section .what-we-deliver-section:before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background:#00000080;z-index:-1}.full-overlay-image-section .what-we-deliver-section .what-we-deliver-heading{font-size:2.3rem;margin-bottom:60px;font-weight:500}.full-overlay-image-section .what-we-deliver-section .deliver-boxes{display:flex;gap:40px;flex-wrap:wrap}.full-overlay-image-section .what-we-deliver-section .deliver-boxes .deliver-box{flex:1;min-width:250px;min-height:350px;margin-bottom:150px;padding:30px;border:4px solid white;background:transparent;color:#fff;font-weight:700;font-size:1.5rem;line-height:1.6;display:flex;align-items:center;justify-content:center;text-align:center}.OurStrength-Section-Wrapper{width:100%;display:flex;justify-content:center;padding:2rem 1rem;margin-bottom:90px;background-color:#fff}.OurStrength-Section-Wrapper .OurStrength-Section{width:100%;max-width:1450px;height:550px;background-color:#fffaf0;border-radius:50px;box-shadow:0 4px 20px #0000000d;padding:4rem 2rem;display:flex;flex-direction:column;gap:5rem;font-family:Segoe UI,sans-serif;margin-top:-150px;z-index:5;position:relative}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-header .OurStrength-heading{font-size:2.8rem;font-weight:700;color:#0a0a0a}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container{position:relative;padding-top:30px;margin-top:-60px}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards{display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:30px 10px 40px;margin:-30px -10px -40px;scroll-behavior:smooth;cursor:grab;will-change:transform;transform:translateZ(0);-webkit-overflow-scrolling:touch}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards::-webkit-scrollbar{display:none}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards:active{cursor:grabbing}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card{flex:0 0 400px;height:300px;border-radius:20px;position:relative;overflow:hidden;cursor:pointer;opacity:0;transform:translateY(40px);transition:transform .6s ease,opacity .6s ease-out}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card.visible{opacity:1;transform:translateY(0)}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card.card-clicked{transform:scale(.95);opacity:.9;transition:transform .3s ease,opacity .3s ease}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-default{position:absolute;top:0;right:0;bottom:0;left:0;background:#3d3a68;z-index:1;transition:opacity .4s ease}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.05);transition:opacity .6s ease,transform .6s ease;z-index:0}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#0009,#0000001a);opacity:0;transition:opacity .4s ease;z-index:2}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding:2rem 2rem 3.5rem;background:linear-gradient(180deg,#0000 30%,#000000b3);color:#fff;z-index:2;overflow:hidden;transition:justify-content .5s ease}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-overlay .OurStrength-card-number{font-size:8rem;font-weight:700;position:absolute;top:0rem;background:linear-gradient(to top,#fff6,#fff0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;transition:opacity .4s ease}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-overlay .OurStrength-card-content{transform:translateY(0);transition:transform .7s ease}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-overlay .OurStrength-card-content .OurStrength-card-title-wrapper{transition:opacity .4s ease}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-overlay .OurStrength-card-content .OurStrength-card-title-wrapper .OurStrength-card-title{font-size:1.5rem;font-weight:700;margin-bottom:0;color:#f5f5f5}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card .OurStrength-card-overlay .OurStrength-card-content .OurStrength-card-desc{font-size:1rem;line-height:1.4;opacity:0;transform:translateY(15px);transition:opacity .5s ease,transform .7s ease}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-bg{opacity:1;transform:scale(1)}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-bg:after{opacity:1}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-default{opacity:0}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-overlay{justify-content:flex-start;padding-top:2rem}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-overlay .OurStrength-card-number{opacity:0}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-overlay .OurStrength-card-title-wrapper{opacity:0;height:0;overflow:hidden}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-overlay .OurStrength-card-content{transform:translateY(-10px)}.OurStrength-Section-Wrapper .OurStrength-Section .OurStrength-cards-container .OurStrength-cards .OurStrength-card:hover .OurStrength-card-overlay .OurStrength-card-content .OurStrength-card-desc{opacity:1;transform:translateY(0)}@media (max-width: 1024px){.media-wrapper{height:40vh}.heading-overlay{padding-left:30px}.heading-overlay p{font-size:2rem;max-width:80%}.transformation-content,.approach-section{padding:60px 30px}.approach-section .approach-wrapper{flex-direction:column}.approach-section .approach-wrapper .approach-heading,.approach-section .approach-wrapper .approach-description{font-size:1.2rem}.what-we-deliver-section{padding:40px 30px}.what-we-deliver-section .deliver-boxes{gap:30px;flex-direction:column}.what-we-deliver-section .deliver-boxes .deliver-box{min-height:300px;font-size:1.3rem}.OurStrength-Section{gap:3rem}.OurStrength-Section .OurStrength-cards{gap:15px}.OurStrength-Section .OurStrength-card{flex:0 0 340px}}@media (max-width: 480px){.media-wrapper{height:50vh}.media-wrapper .heading-overlay{padding-left:15px}.media-wrapper .heading-overlay p{font-size:1.3rem;max-width:100%}.transformation-content{padding:30px 15px}.transformation-content h2{font-size:1.4rem}.transformation-content h3{font-size:1.2rem}.transformation-content p{font-size:.95rem;line-height:1.6}.approach-section{padding:40px 20px}.approach-section .approach-wrapper{flex-direction:column;gap:10px}.approach-section .approach-wrapper .approach-heading{font-size:1.4rem}.approach-section .approach-wrapper .approach-description{font-size:1rem}.what-we-deliver-section .full-overlay-image-section{position:relative;height:auto}.what-we-deliver-section .full-overlay-image-section .what-we-deliver-section{position:relative;height:auto;padding:30px 15px;display:block}.what-we-deliver-section .full-overlay-image-section .what-we-deliver-section:before{display:none}.what-we-deliver-section .full-overlay-image-section .what-we-deliver-section .what-we-deliver-heading{font-size:1.4rem;margin-bottom:20px}.what-we-deliver-section .full-overlay-image-section .what-we-deliver-section .deliver-boxes{flex-direction:column;gap:15px}.what-we-deliver-section .full-overlay-image-section .what-we-deliver-section .deliver-boxes .deliver-box{width:100%;min-height:160px;font-size:1rem;padding:20px;margin-bottom:20px}.OurStrength-Section{padding:2.2rem 1rem;gap:1rem}.OurStrength-Section .OurStrength-header{flex-direction:column}.OurStrength-Section .OurStrength-header .OurStrength-heading{font-size:1.5rem}.OurStrength-Section .OurStrength-cards{gap:12px}.OurStrength-Section .OurStrength-cards .OurStrength-card{flex:0 0 240px;height:240px}.OurStrength-Section .OurStrength-cards .OurStrength-card .OurStrength-card-title{font-size:1.4rem}.OurStrength-Section .OurStrength-cards .OurStrength-card .OurStrength-card-number{font-size:4.5rem}.OurStrength-Section .OurStrength-cards .OurStrength-card .OurStrength-card-desc{font-size:.9rem}}@media (max-width: 768px){.media-wrapper{height:35vh}.heading-overlay{padding-left:20px}.heading-overlay p{font-size:1.4rem}.transformation-content{padding:40px 20px}.transformation-content h2{font-size:1.6rem}.transformation-content h3{font-size:1.3rem}.transformation-content p{font-size:1rem}.what-we-deliver-heading{font-size:1.5rem}.deliver-box{min-height:250px;font-size:1.1rem}.OurStrength-Section{padding:2.5rem 1rem}.OurStrength-Section .OurStrength-heading{font-size:2rem}.OurStrength-Section .OurStrength-cards{flex-direction:row;gap:16px}.OurStrength-Section .OurStrength-cards .OurStrength-card{flex:0 0 280px;height:280px}}@media (max-width: 1280px){.heading-overlay p{font-size:2rem;max-width:60%}.OurStrength-Section{padding:4rem 2rem}.OurStrength-Section .OurStrength-cards{gap:20px}.OurStrength-Section .OurStrength-card{flex:0 0 360px}}@media (min-width: 1600px){.transformation-content{max-width:1400px;margin:0 auto}.OurStrength-Section-Wrapper{padding:2rem 3rem}}:root{--primary-color: #0071e3;--hover-color: #0071e3}.Allopenings-container{max-width:80rem;margin:80px auto 120px;padding:80px 20px;background-color:#fff;display:flex;flex-direction:column;align-items:center}.Allopenings-header{text-align:center;margin-bottom:3rem}.Allopenings-title{font-family:Ubuntu,sans-serif;font-size:2.2rem;font-weight:700;color:#000;line-height:1.2}.Allopening-color{color:var(--primary-color);display:block;font-size:3.2rem}.Allopenings-container p{width:100%;max-width:980px;font-size:1.2rem;text-align:justify;margin-top:2rem;color:#333;font-family:Roboto,sans-serif}.Allopenings-search-section{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:center;margin-top:3rem;width:100%}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#888}.Allopenings-search-input,.Allopenings-select,.Allopenings-search-button{padding:.75rem 1.5rem;font-size:1rem;height:48px;border-radius:30px;box-sizing:border-box}.Allopenings-search-input{border:2px solid var(--primary-color);width:500px;max-width:100%;transition:border-color .3s ease}.search-input-wrapper{position:relative;width:500px;max-width:100%}.Allopenings-search-input{padding-left:2rem}.Allopenings-search-input:focus{border-color:var(--primary-color);outline:none}.Allopenings-select{border:2px solid var(--primary-color);width:100%;max-width:250px;background-color:#fff;box-sizing:border-box}.Allopenings-search-button{position:relative;display:inline-block;overflow:hidden;background:#0071e3;color:#fff;padding:10px 24px;border:none;border-radius:30px;font-weight:500;z-index:1;transition:color .7s ease,transform .4s ease,background-color .3s ease;cursor:pointer;width:200px;max-width:100%}.Allopenings-search-button:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%) scale(0);width:400px;height:400px;background:#000;border-radius:50%;transition:transform 1s ease;z-index:-1}.Allopenings-search-button:hover{color:#fff;transform:scale(1.05)}.Allopenings-search-button:hover:before{transform:translate(-50%) scale(3)}.upload-message{margin-top:10px;color:#006400}.upload-message:contains("failed"){color:#d32f2f}.Allopenings-boxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin-top:4rem;width:100%;max-width:1000px}.Career-box{background-color:#fff;border-radius:16px;padding:2rem;position:relative;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;height:100%}.Career-box-title{font-size:1.5rem;color:#0a0a0a;margin-bottom:.5rem;font-family:Ubuntu,sans-serif}.job-id{font-size:1rem;color:#6e6e7c;font-weight:500;margin-left:.5rem}.Career-box-underline{height:2.5px;background-color:#333;margin-bottom:1rem;width:100%;max-width:100%}.Career-box-content{padding-top:1.5rem}.Career-box-content p{display:flex;align-items:center;gap:.6rem;font-size:1.1rem;color:#333;margin-top:.5rem;font-family:Roboto,sans-serif}.Career-box-view{position:absolute;bottom:1.5rem;right:1.5rem;display:flex;align-items:center;gap:.4rem;color:var(--primary-color);font-size:1.1rem;font-weight:700;background:transparent;border:none;outline:none;cursor:pointer;text-decoration:none;font-family:inherit;padding:0}.Career-box-view:hover{color:var(--hover-color)}.box-pages{display:flex;gap:.5rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.page-number{padding:.5rem 1rem;border:2px solid var(--primary-color);background-color:#fff;color:var(--primary-color);border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .3s ease,color .3s ease}.page-number.active,.page-number:hover{background-color:var(--primary-color);color:#fff}@media (max-width: 1024px){.highlight{font-size:2.8rem}.Allopenings-search-input,.Allopenings-select,.Allopenings-search-button{width:100%;max-width:500px}.Career-box-view{position:relative;margin-top:1rem;right:0;bottom:0}}@media (max-width: 768px){.highlight{font-size:2.2rem}.Allopenings-title{font-size:1.8rem}.Allopenings-container p{font-size:1.1rem}.Career-box-content p{font-size:1rem}}@media (max-width: 480px){.Allopening-color{font-size:2rem}.Allopenings-title{font-size:1.5rem}.Allopenings-container p{font-size:1.1rem}.Career-box-title{font-size:1.3rem}.Career-box-content p{font-size:.95rem}.Career-box{padding:1.5rem}.Allopenings-search-section{flex-direction:column;align-items:stretch}.Allopenings-select{width:100%!important;max-width:100%!important}.search-input-wrapper,.Allopenings-search-input,.Allopenings-search-button{width:100%!important;max-width:100%;box-sizing:border-box}}.loader{color:#0071e3;font-size:10px;bottom:-3rem;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:mulShdSpin 1.3s infinite linear;transform:translateZ(0)}@keyframes mulShdSpin{0%,to{box-shadow:0 -3em 0 .2em,2em -2em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em}12.5%{box-shadow:0 -3em,2em -2em 0 .2em,3em 0,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}25%{box-shadow:0 -3em 0 -.5em,2em -2em,3em 0 0 .2em,2em 2em,0 3em 0 -1em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}37.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0,2em 2em 0 .2em,0 3em,-2em 2em 0 -1em,-3em 0 0 -1em,-2em -2em 0 -1em}50%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em,0 3em 0 .2em,-2em 2em,-3em 0 0 -1em,-2em -2em 0 -1em}62.5%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em,-2em 2em 0 .2em,-3em 0,-2em -2em 0 -1em}75%{box-shadow:0 -3em 0 -1em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0 0 .2em,-2em -2em}87.5%{box-shadow:0 -3em,2em -2em 0 -1em,3em 0 0 -1em,2em 2em 0 -1em,0 3em 0 -1em,-2em 2em,-3em 0,-2em -2em 0 .2em}}.jobdetails-title,.jobdetails-subheading,.subheading,.highlight,.goback p{font-family:Ubuntu,sans-serif}.jobdetails-paragraph,.keyresponsibilities-paragraph,.under-heading li,.keyresponsibilities-list li,.location,.openings-inline,.apply-button,.apply-button:hover,.goback p{font-family:Roboto,sans-serif}.jobdetails-container{max-width:70rem;margin:120px auto 0;padding:80px 30px;background-color:#fff;display:flex;flex-direction:column;align-items:center}.jobdetails-header{text-align:center;margin-bottom:1.5rem}.jobdetails-title{font-size:2.5rem;font-weight:700;color:#000;line-height:1.2}.job-highlight{color:#0071e3;display:block}.openings-inline{font-size:1.4rem;font-weight:500;color:#666;margin-left:.5rem}.location{display:inline-flex;align-items:center;gap:.1rem;font-size:1.6rem;color:#555;margin-top:.5rem}.apply-button{position:relative;display:inline-block;overflow:hidden;background:#0071e3;color:#fff;padding:.6rem 1.2rem;font-size:1rem;border:none;border-radius:25px;cursor:pointer;font-weight:500;z-index:1;transition:color .7s ease,transform .4s ease,background-color .3s ease}.apply-button:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%) scale(0);width:400px;height:400px;background:#000;border-radius:50%;transition:transform 1s ease;z-index:-1}.apply-button:hover{color:#fff;transform:scale(1.05)}.apply-button:hover:before{transform:translate(-50%) scale(3)}.apply-top{margin-top:1rem}.jobdetails-content{display:flex;flex-direction:column;align-items:center;width:100%;gap:2rem;margin-bottom:2rem}.job-box{width:100%;max-width:950px;background-color:#f9f9f9;border:2px solid black;border-radius:10px;padding:1.5rem;box-shadow:0 0 10px #0000000d}.jobdetails-subheading,.subheading{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:1rem}.keyresponsibilities-list li{font-size:1.2rem;color:#333;margin-bottom:.6rem;line-height:1.2}.jobdetails-paragraph span{font-weight:600}.jobdetails-paragraph,.keyresponsibilities-paragraph,.under-heading li{font-size:1.2rem;color:#333;line-height:1.5;margin-bottom:.6rem;padding-left:10px}.keyresponsibilities-list,.under-heading{padding-left:1.5rem;margin-top:1rem}.apply-bottom-container{text-align:center}.goback p{font-size:1.2rem;font-weight:600;color:#333;margin-top:2rem;display:inline-flex;align-items:center;gap:.2rem}@media (max-width: 768px){.jobdetails-grid{flex-direction:column}.job-box{flex:1 1 100%}.highlight{font-size:2.5rem}.jobdetails-title{font-size:1.8rem}.location{font-size:1.2rem}}:root{--teal: #0071E3;--white: #ffffff;font-family:Roboto,sans-serif}.contactus-container{max-width:50rem;margin:100px auto 0;padding:80px 20px;background-color:#fff;display:flex;flex-direction:column;align-items:center}.contactus-header{text-align:center;margin-bottom:3rem}.contactus-title{font-size:2rem;font-weight:700;color:#000;line-height:1.2;text-align:center;font-family:Ubuntu,sans-serif}.highlight{color:#0071e3;display:block;font-size:3rem;font-family:Ubuntu,sans-serif}.contactus-header p{text-align:justify;font-size:1.2rem;width:100%;max-width:45rem;margin:0 auto;padding-top:1.5rem;font-family:Roboto,sans-serif}.contactus-header p a{color:var(--teal);text-decoration:underline;font-weight:500;transition:color .3s ease,text-decoration-color .3s ease}.container{background-color:var(--white);border-radius:5px;box-shadow:0 6px 12px #0000001f,0 4px 6px #0000001a;width:100%;max-width:780px;display:flex;flex-direction:column;overflow:hidden;min-height:500px}.forms-container{display:flex;width:100%;height:100%;min-height:500px;border-radius:12px;overflow:hidden;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.logo-container{flex:1;background-color:var(--teal);display:flex;align-items:center;justify-content:center}.info-logo{max-width:80%;max-height:200px;object-fit:contain}.left-inner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px}.left-text{margin-top:20px;font-size:1rem;color:#fff;max-width:200px;font-family:Roboto,sans-serif}.right-container{flex:1.5;background-color:var(--white);display:flex;padding:30px 60px}.right-inner-container{width:100%;max-width:100%}input,textarea{background-color:#eee;border:none;border-radius:8px;padding:14px 18px;margin:10px 0;width:100%;max-width:720px;font-size:1rem;font-family:Roboto,sans-serif}input:focus,textarea:focus{outline:1px solid var(--teal)}form p{text-align:left;font-size:.9rem;font-family:Roboto,sans-serif}.checkbox-container{margin:10px 0;font-size:.85rem;color:#333;display:flex;align-items:center;font-family:Roboto,sans-serif}.checkbox-container label{display:flex;gap:8px}.checkbox-container span{align-items:justify}.checkbox-container input[type=checkbox]{width:16px;height:16px;cursor:pointer;margin-top:inherit}.checkbox-container a{color:var(--teal);text-decoration:underline;font-weight:500;transition:color .3s ease,text-decoration-color .3s ease}.btn{position:relative;display:inline-block;overflow:hidden;border-radius:20px;border:1px solid var(--teal);background-color:var(--teal);color:#fff;font-size:12px;font-weight:700;padding:12px 45px;letter-spacing:1px;text-transform:uppercase;transition:color .7s ease,transform .4s ease,background-color .3s ease;cursor:pointer;margin-top:10px;font-family:Roboto,sans-serif;z-index:1}.btn:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%) scale(0);width:400px;height:400px;background:#000;border-radius:50%;transition:transform 1s ease;z-index:-1}.btn:hover{color:#fff;transform:scale(1.05)}.btn:hover:before{transform:translate(-50%) scale(3)}.reset-button{position:relative;display:inline-block;overflow:hidden;border:1px solid var(--teal);background-color:var(--teal);color:#fff;z-index:1;transition:color .7s ease,transform .4s ease,background-color .3s ease}.reset-button:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%) scale(0);width:400px;height:400px;background:#000;border-radius:50%;transition:transform 1s ease;z-index:-1}.reset-button:hover{color:#fff;transform:scale(1.05)}.reset-button:hover:before{transform:translate(-50%) scale(3)}.button-group{display:flex;justify-content:center;gap:10px;margin-top:20px}.reset-button{border:1px solid var(--teal);background-color:var(--teal);color:#fff}.go-back-button{background:none;margin-top:30px;border:none;color:#0a0a0a;cursor:pointer;font-size:1.2rem;font-weight:600;display:flex;align-items:center;padding:0}.go-back-button:hover{text-decoration:none}@media only screen and (max-width: 576px){.forms-container{flex-direction:column}.logo-container{width:100%;padding:6px}.right-container{width:100%;padding:15px}.lg-view{display:none}.sm-view{display:block}.right-inner-container{max-width:100%;padding:0}.left-inner-container{text-align:center}.info-logo{max-width:40%;margin-bottom:10px}}@media only screen and (max-width: 768px){.form-container{flex-direction:column}.left-container,.lg-view{display:none}.sm-view{display:block}.right-inner-container{max-width:100%}}@media only screen and (min-width: 769px){.sm-view{display:none}}body{font-family:Roboto,sans-serif}.jobApply-title,.highlight,.jobApply-subheading,.form-header h2,.step-count{font-family:Ubuntu,sans-serif}.jobApply-container{max-width:80rem;margin:0 auto;padding:20px 30px 40px;display:flex;flex-direction:column;align-items:center}.jobApply-header{text-align:center;margin-bottom:1.5rem}.jobApply-title{font-size:2.2rem;font-weight:700;color:#0a0a0a;line-height:1.2}.jobApply-color{color:#0071e3;display:block;font-size:3.2rem}.location{display:inline-flex;align-items:center;gap:.2rem;font-size:1.6rem;color:#6e6e7c;margin-top:.5rem}.location-icon{vertical-align:middle}.jobApply-details{max-width:65rem;text-align:center}.jobApply-subheading{font-size:1.8rem;font-weight:600;margin-bottom:1rem;color:#6e6e7c}.jobApply-description{font-size:1.4rem;line-height:1.6;color:#444;text-align:justify;margin-top:1rem}.form-wrapper{margin-top:50px;margin-bottom:50px;width:100%;display:flex;justify-content:center}.form-container{width:100%;max-width:40rem;margin:0 auto;padding:40px 30px 80px;border-radius:20px;display:flex;flex-direction:column;align-items:center;gap:20px;height:780px;overflow:hidden;box-sizing:border-box;position:relative;box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.form-header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:30px}.form-header h2{font-size:2rem;color:#222;margin:0}.step-count{font-size:1rem;color:#555;margin:0}.progress-container{width:100%;height:8px;background-color:#eee;border-radius:4px;overflow:hidden;position:relative}.progress-bar{height:100%;background-color:#0071e3;width:0;transition:width .3s ease;position:absolute;left:0;top:0;border-radius:4px 0 0 4px}.form-grid{display:grid;width:100%;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-top:20px}select{max-height:100px;overflow-y:auto}select option{padding:8px}input,select,textarea{padding:7px;font-size:1rem;border:1px solid #ccc;border-radius:6px;width:100%;box-sizing:border-box;background-color:#fff;height:38px;vertical-align:middle}textarea{resize:vertical;min-height:100px}.form-navigation{display:flex;justify-content:center;gap:10px;width:100%;height:50px;position:absolute;bottom:30px;left:0}.jobapply-btn{position:relative;display:inline-block;overflow:hidden;background:#0071e3;color:#fff;padding:10px 20px;font-size:1rem;border:none;border-radius:25px;cursor:pointer;font-weight:500;z-index:1;transition:color .7s ease,transform .4s ease,background-color .3s ease}.jobapply-btn:before{content:"";position:absolute;top:-150px;left:50%;transform:translate(-50%) scale(0);width:400px;height:400px;background:#000;border-radius:50%;transition:transform 1s ease;z-index:-1}.jobapply-btn:hover{color:#fff;transform:scale(1.05)}.jobapply-btn:hover:before{transform:translate(-50%) scale(3)}.asterisk{color:red;margin-left:2px;font-weight:700}.input-group{display:flex;flex-direction:column;gap:5px}.input-flex-row{display:flex;gap:10px;width:100%;margin-top:15px}.isd-wrapper{flex:0 0 80px}.flex-grow{flex:1}.isd-wrapper input,.flex-grow input{width:100%;height:38px;padding:10px;border:1px solid #ccc;border-radius:6px;background-color:#fff;font-size:1rem;box-sizing:border-box}.input-flex-row label{display:block;margin-bottom:5px;font-size:.9rem;font-weight:500}.success-message,.error-message{margin-top:1rem;padding:12px 16px;border-radius:5px;font-weight:500;font-size:15px;width:100%;text-align:center}.success-message{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.error-message{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.is-invalid{border:2px solid #e53e3e!important}.error-text{color:#e53e3e;font-size:.85rem;margin-top:4px;font-weight:500;display:block;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.success-message{background-color:#c6f6d5;color:#2d3748;padding:16px;border-radius:8px;margin-top:20px;border-left:4px solid #38a169;font-weight:500}.error-message{background-color:#fed7d7;color:#2d3748;padding:16px;border-radius:8px;margin-top:20px;border-left:4px solid #e53e3e;font-weight:500}.form-header{padding-bottom:10px;border-bottom:1px solid #e2e8f0;margin-bottom:20px}.progress-container{height:10px;border-radius:5px}.progress-bar{background:linear-gradient(90deg,#63b3ed,#4299e1)}@media (max-width: 590px){.form-container{height:auto;padding-bottom:120px}.form-navigation{position:static;margin-top:20px;justify-content:center}.progress-container{margin-top:10px}.form-header{flex-direction:column;align-items:flex-start;gap:5px}}.privacy-container{max-width:70rem;margin:120px auto 0;padding:2rem;font-family:Roboto,sans-serif}.privacy-section{margin-bottom:2rem}.privacy-section h3{font-size:1.5rem;font-weight:700;margin-bottom:.5rem;color:#222}.privacy-section p{line-height:1.6;font-size:1rem;color:#6e6e7c}.privacy-note{font-size:.95rem;color:#6e6e7c;margin-top:2rem}.privacy-footer{display:flex;gap:1rem;margin-top:2rem;color:#0071e3;font-weight:500;font-size:.9rem}.cookie-banner{position:fixed;bottom:0;left:0;right:0;background:#f5f5f5;color:#000;padding:18px 20px;display:flex;justify-content:space-between;align-items:center;font-size:16px;z-index:1000;font-family:Roboto,sans-serif;flex-wrap:wrap;gap:10px}.cookie-banner p{margin:0;flex:1}.cookie-banner a{color:#0071e3;text-decoration:underline}.cookie-banner .cookie-buttons{display:flex;gap:10px;flex-wrap:wrap}.cookie-banner .cookie-buttons button{border:none;padding:10px 14px;cursor:pointer;font-weight:600;font-family:Roboto,sans-serif}.cookie-banner .cookie-buttons button.accept{background:#4caf50;color:#fff}.cookie-banner .cookie-buttons button.reject{background:#fff;color:#000}.cookie-banner .cookie-buttons button.cookie-settings{background:#dedfd0;color:#000}@media (max-width: 600px){.cookie-banner{flex-direction:column;align-items:flex-start;font-size:14px}.cookie-banner .cookie-buttons{width:100%;justify-content:flex-start}.cookie-banner .cookie-buttons button{width:auto;min-width:100px}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:1100;padding:20px}.modal-overlay .modal-container{background:#fff;max-width:600px;width:100%;box-shadow:0 8px 24px #00000026;padding:30px 40px;position:relative;max-height:80vh;overflow-y:auto;font-family:Roboto,sans-serif}.modal-overlay .modal-container h2{margin-top:0;font-weight:700;font-size:28px;color:#222;margin-bottom:20px}.modal-overlay .modal-container .close-btn{position:absolute;top:16px;right:16px;background:transparent;border:none;font-size:28px;cursor:pointer;color:#888;transition:color .3s ease}.modal-overlay .modal-container .close-btn:hover{color:#333}.modal-overlay .modal-container .modal-content p{font-size:16px;color:#444;line-height:1.5;margin-bottom:15px}.modal-overlay .modal-container .modal-content ul{list-style-type:disc;margin-left:20px;color:#444}.modal-overlay .modal-container .modal-content ul li{margin-bottom:12px;font-size:15px}.modal-overlay .modal-container .modal-buttons{display:flex;justify-content:flex-end;gap:15px;margin-top:25px;flex-wrap:wrap}.modal-overlay .modal-container .modal-buttons .button{padding:10px 24px;border-radius:8px;border:none;font-weight:600;font-size:14px;cursor:pointer}.modal-overlay .modal-container .modal-buttons .button.accept-btn{background-color:#4caf50;color:#fff}.modal-overlay .modal-container .modal-buttons .button.accept-btn:hover{background-color:#45a049}.modal-overlay .modal-container .modal-buttons .button.reject-btn{background-color:#f5f5f5;color:#000}@media (max-width: 480px){.modal-overlay .modal-container{padding:25px 20px;max-width:90vw}.modal-overlay .modal-container .modal-buttons{flex-direction:column;gap:10px}.modal-overlay .modal-container .modal-buttons .button{width:100%;padding:12px 0}}.parallax-container{background-color:#f1f1f1;background-attachment:fixed;background-size:cover;background-position:center;min-height:65vh;display:flex;align-items:center;justify-content:center;padding:60px 30px;text-align:center;position:relative;overflow:hidden}.parallax-container .parallax-content{max-width:1200px;width:100%;z-index:2}.parallax-container .parallax-content h2{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:2.6rem;font-weight:700;margin-bottom:40px;color:#000}@media (max-width: 768px){.parallax-container .parallax-content h2{font-size:1.8rem}}.parallax-container .parallax-content .features-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;text-align:left;padding-bottom:40px;margin-bottom:40px;animation:fadeInUp 1s ease-in-out forwards}.parallax-container .parallax-content .features-grid li{font-family:Roboto,sans-serif;list-style:none;font-size:1.2rem;line-height:1.6;position:relative;padding-left:35px;opacity:0;transform:translateY(20px);animation:listFade .6s ease forwards}.parallax-container .parallax-content .features-grid li:nth-child(1){animation-delay:.2s}.parallax-container .parallax-content .features-grid li:nth-child(2){animation-delay:.4s}.parallax-container .parallax-content .features-grid li:nth-child(3){animation-delay:.6s}.parallax-container .parallax-content .features-grid li:nth-child(4){animation-delay:.8s}.parallax-container .parallax-content .features-grid li:before{content:"✔";position:absolute;left:0;color:#0fa;font-weight:700;font-size:1.2rem}@media (max-width: 768px){.parallax-container .parallax-content .features-grid{grid-template-columns:1fr}}.parallax-container .parallax-content .parallax-btn-wrapper{margin-top:40px;text-align:center}.parallax-container .parallax-content .parallax-btn-wrapper .parallax-btn{background:transparent;border:2px solid #1f1f1f;color:#1f1f1f;padding:18px 40px;border-radius:30px;font-size:1.05rem;cursor:pointer;transition:all .4s ease;box-shadow:0 0 10px #fff3;text-decoration:none}.parallax-container .parallax-content .parallax-btn-wrapper .parallax-btn:hover{background:#ff5e00;color:#fff;border:none;transform:translateY(-2px)}@keyframes listFade{to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
