@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";img{opacity:0;animation:imgFadeIn .3s ease-out forwards}@keyframes imgFadeIn{to{opacity:1}}section{content-visibility:auto;contain-intrinsic-size:auto 500px}:root{--primary-color: #00989E;--secondary-color: #007175;--primary-light: #e6f7f7;--primary-gradient: linear-gradient(135deg, #00989E 0%, #007175 100%);--text-color: #1f2937;--text-light: #64748b;--text-muted: #94a3b8;--light-bg: #f8fafc;--white: #ffffff;--border-radius: 12px;--border-radius-lg: 20px;--border-radius-xl: 28px;--transition: all .3s cubic-bezier(.4, 0, .2, 1);--transition-fast: all .15s cubic-bezier(.4, 0, .2, 1);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 40px rgba(0, 0, 0, .12);--shadow-xl: 0 25px 60px rgba(0, 0, 0, .15);--shadow-glow: 0 0 40px rgba(0, 152, 158, .15);--space-xs: .5rem;--space-sm: 1rem;--space-md: 1.5rem;--space-lg: 2.5rem;--space-xl: 4rem;--space-xxl: 6rem;--nursing-accent: #0891b2;--physician-accent: #3b82f6;--radiology-accent: #6366f1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in-up{animation:fadeInUp .6s ease-out forwards}.animate-fade-in{animation:fadeIn .5s ease-out forwards}.animate-slide-in-left{animation:slideInLeft .6s ease-out forwards}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--light-bg)}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Gotham;src:url(/GothamBook.ttf) format("truetype")}body{font-family:Gotham,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;color:var(--text-color);line-height:1.6}nav{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 5%}.contact-page{margin:5px;background:var(--light-bg)}.contact-hero{height:500px;background:url(/Milwaukee,_office.jpg);background-size:cover;background-position:center;display:flex;align-items:flex-start;padding:2rem 5%;position:relative}.contact-search{background:rgba(255,255,255,.95);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;border-radius:var(--border-radius-lg);width:100%;max-width:600px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.2)}.contact-search h1{color:var(--text-color);margin-bottom:1.5rem;font-size:2rem}.contact-form{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;background:white}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:var(--text-color);font-size:.85rem;letter-spacing:.5px}.contact-input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;width:100%;transition:all .3s ease;background:#f8fafc;color:#1e293b}.contact-input:focus{outline:none;border-color:var(--primary-color);background:white;box-shadow:0 4px 12px #0000000d}.contact-textarea{min-height:100px;resize:vertical}.contact-submit-btn{margin-top:1rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;background:var(--primary-gradient);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #00989e4d;letter-spacing:.25px;width:100%;position:relative;overflow:hidden}.contact-info-box{background:white;padding:2rem;border-radius:8px;margin:2rem auto;max-width:600px;position:relative;box-shadow:0 4px 6px #0000001a;z-index:2}.contact-search{background:rgba(255,255,255,.95);padding:2rem;border-radius:8px;width:100%;max-width:600px;box-shadow:0 4px 6px #0000001a;margin:2rem auto}.contact-content{width:100%;margin:0;padding:0;position:relative}.contact-info-box h2{color:var(--text-color);margin-bottom:1rem;font-size:1.75rem}.contact-info-box .address{color:#4a5568;margin-bottom:1rem}.contact-info-box .phone{margin-bottom:1rem}.contact-info-box .phone a{color:var(--primary-color);text-decoration:none}.view-locations{color:var(--primary-color);text-decoration:none;font-weight:500}.view-locations:hover{text-decoration:underline}.contact-hero{position:relative;height:60vh;width:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.contact-hero .overlay-text{position:relative;z-index:1;text-align:center;color:#fff}.contact-hero h1{font-size:3.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3);margin-bottom:1rem}.contact-hero p{font-size:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.3)}.contact-content{max-width:800px;margin:-60px auto 0;padding:0 2rem;position:relative;z-index:2}.contact-content h2{font-size:2rem;color:var(--primary-color);text-align:center;margin-bottom:2rem;font-weight:600}.contact-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin:2rem auto;max-width:1200px}.contact-card{background:white;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;max-width:500px;margin:0 auto}.contact-card:hover{transform:translateY(-5px);box-shadow:0 15px 30px #0000001f}.contact-card-header{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;padding:2rem;text-align:center}.contact-icon{font-size:2.5rem;margin-bottom:1rem}.contact-card-header h3{font-size:1.5rem;margin:0}.contact-card-body{padding:2rem}.contact-detail{display:flex;align-items:flex-start;gap:1.25rem;margin-bottom:2rem;padding:1rem;background:#f8fafc;border-radius:12px}.detail-icon{color:var(--primary-color);font-size:1.5rem;margin-top:4px}.contact-detail strong{display:block;color:var(--primary-color);margin-bottom:.5rem}.contact-detail p{margin:0;color:#4a5568;line-height:1.5}.contact-card-footer{padding:1.5rem 2rem;display:grid;grid-template-columns:1fr 1fr;gap:1rem;background:#f8fafc}.contact-button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;font-weight:500;transition:all .3s ease;background:var(--primary-color);color:#fff}.contact-button.secondary{background:white;color:var(--primary-color);border:1px solid var(--primary-color)}.contact-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.contact-card-footer{grid-template-columns:1fr}.contact-button{width:100%}}.contact-info a:hover{color:var(--primary-color)}@media (max-width: 768px){.contact-hero{height:300px}.contact-hero h1{font-size:2.5rem}.contact-content{margin-top:-50px}.contact-info{padding:2rem}}.contact-info a:hover{text-decoration:underline}.navbar-modern{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom:none;transition:all .3s ease}.navbar-modern .nav-link,.navbar-modern .sign-in-link{color:#ffffffe6}.navbar-modern .nav-link:hover,.navbar-modern .sign-in-link:hover{color:#fff;background:rgba(255,255,255,.1)}.navbar-modern .dropdown-arrow path{fill:#ffffffe6}.navbar-modern.scrolled{background:rgba(255,255,255,.98);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 4px 30px #00000014;border-bottom:1px solid rgba(0,0,0,.06)}.navbar-modern.scrolled .nav-link,.navbar-modern.scrolled .sign-in-link{color:var(--text-color)}.navbar-modern.scrolled .nav-link:hover,.navbar-modern.scrolled .sign-in-link:hover{color:var(--primary-color);background:rgba(0,0,0,.04)}.navbar-modern.scrolled .dropdown-arrow path{fill:var(--text-color)}.navbar-modern .nav-container{display:flex;justify-content:space-between;align-items:center;padding:.875rem 5%;max-width:1400px;margin:0 auto;width:100%}.navbar-modern .logo{height:40px;transition:all .3s ease;display:flex;align-items:center;flex-shrink:0}.navbar-modern .logo:hover{transform:scale(1.02)}.navbar-modern .logo img{height:100%;width:auto}.navbar-modern .hamburger{display:none;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1002;border-radius:12px;transition:all .3s ease;flex-shrink:0;margin-left:auto}.navbar-modern .hamburger:hover{background:rgba(0,0,0,.05)}.navbar-modern .hamburger span{display:block;width:22px;height:2px;background:var(--text-color);border-radius:2px;transition:all .3s ease;margin:2.5px 0}.navbar-modern .hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.navbar-modern .hamburger.active span:nth-child(2){opacity:0}.navbar-modern .hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.navbar-modern .nav-links{display:flex;gap:.25rem;align-items:center}.navbar-modern .nav-link{text-decoration:none;padding:.625rem 1rem;font-weight:500;font-size:.95rem;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;gap:.35rem}.navbar-modern.scrolled .nav-link:hover{background:rgba(0,0,0,.04);color:var(--primary-color)}.dropdown-arrow{width:12px;height:12px;transition:transform .2s ease}.dropdown:hover .dropdown-arrow{transform:rotate(180deg)}.navbar-modern .dropdown{position:relative}.navbar-modern .dropdown-content{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);background:white;min-width:280px;box-shadow:0 20px 50px #00000026;border-radius:16px;border:1px solid rgba(0,0,0,.06);padding:1.25rem .75rem .75rem;margin-top:0;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.navbar-modern .dropdown-content:before{content:"";position:absolute;top:-15px;left:0;right:0;height:20px;background:transparent}.navbar-modern .dropdown:hover .dropdown-content{display:block;opacity:1;visibility:visible}.navbar-modern .dropdown-content.mega-dropdown{min-width:340px;padding:1rem}.dropdown-section{margin-bottom:1rem}.dropdown-section:last-of-type{margin-bottom:.5rem}.dropdown-section-title{display:block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);padding:.5rem .75rem .25rem}.navbar-modern .dropdown-content a{display:flex;align-items:center;gap:.875rem;padding:.75rem;border-radius:12px;text-decoration:none;transition:all .2s ease}.navbar-modern .dropdown-content a:hover{background:#f8fafc}.dropdown-icon{width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:transform .2s ease}.navbar-modern .dropdown-content a:hover .dropdown-icon{transform:scale(1.05)}.dropdown-icon svg{font-size:1rem;color:#fff}.dropdown-icon.jobs-icon{background:linear-gradient(135deg,var(--primary-color),#00989e)}.dropdown-icon.offshore-icon{background:linear-gradient(135deg,#1e293b,#475569)}.dropdown-icon.nearshore-icon{background:linear-gradient(135deg,#1e3a5f,#3d7ab5)}.dropdown-icon.onshore-icon{background:linear-gradient(135deg,#166534,#22c55e)}.dropdown-icon.healthcare-icon{background:linear-gradient(135deg,#be185d,#ec4899)}.dropdown-icon.insights-icon{background:linear-gradient(135deg,#1e3a5f,#3d7ab5)}.dropdown-icon.global-icon{background:linear-gradient(135deg,#0f172a,#334155)}.dropdown-icon.compare-icon{background:linear-gradient(135deg,var(--primary-color),#00989e)}.dropdown-text{display:flex;flex-direction:column;gap:.15rem}.dropdown-title{font-weight:600;font-size:.9rem;color:var(--text-color)}.dropdown-desc{font-size:.8rem;color:var(--text-light)}.dropdown-cta{background:#f8fafc;border-radius:12px;padding:1rem;display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.dropdown-cta span{font-size:.85rem;color:var(--text-light)}.dropdown-cta button{background:var(--primary-color);color:#fff;border:none;padding:.5rem 1rem;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease}.dropdown-cta button:hover{background:#00898e;transform:translateY(-1px)}.nav-actions{display:flex;align-items:center;gap:.75rem;margin-left:1rem}.navbar-modern .sign-in-link{text-decoration:none;font-weight:500;font-size:.9rem;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.navbar-modern .sign-in-link:hover{background:rgba(0,0,0,.04);color:var(--primary-color)}.navbar-modern .contact-btn{background:var(--primary-gradient);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00989e40}.navbar-modern .contact-btn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00989e59}@media (max-width: 1024px){.navbar-modern .hamburger{display:flex}.navbar-modern .nav-links{display:none;position:fixed;top:65px;left:0;right:0;background:white;flex-direction:column;align-items:stretch;padding:1.5rem;max-height:calc(100vh - 65px);overflow-y:auto;z-index:1001;box-shadow:0 10px 40px #0000001a;border-top:1px solid #e2e8f0}.navbar-modern .nav-links.active{display:flex}.navbar-modern .nav-link{padding:1rem .75rem;font-size:1.1rem;border-bottom:1px solid #f1f5f9;justify-content:space-between;width:100%}.navbar-modern .dropdown{width:100%}.navbar-modern .dropdown .dropdown-arrow{width:16px;height:16px}.navbar-modern .dropdown.open .dropdown-arrow{transform:rotate(180deg)}.navbar-modern .dropdown-content{position:static;transform:none;box-shadow:none;border:none;background:#f8fafc;border-radius:12px;margin:.5rem 0 1rem;padding:.75rem;opacity:1;visibility:visible;display:none;min-width:100%}.navbar-modern .dropdown.open .dropdown-content{display:block}.navbar-modern .dropdown:hover .dropdown-content{display:none}.navbar-modern .dropdown.open:hover .dropdown-content{display:block}.navbar-modern .dropdown-content.mega-dropdown{min-width:100%}.dropdown-section{margin-bottom:.75rem}.dropdown-section-title{padding:.5rem .75rem .25rem}.navbar-modern .dropdown-content a{padding:.875rem}.dropdown-icon{width:38px;height:38px}.dropdown-title{font-size:1rem}.dropdown-desc{font-size:.85rem}.nav-actions{flex-direction:column;margin:1.25rem 0 0;gap:.75rem;padding-top:1.25rem;border-top:1px solid #e2e8f0}.navbar-modern .sign-in-link{text-align:center;padding:1rem;background:#f1f5f9;border-radius:12px;display:block}.navbar-modern .contact-btn{width:100%;padding:1rem;font-size:1rem}.navbar-modern .contact-btn.desktop-only{display:none}.dropdown-cta{flex-direction:column;gap:.75rem;text-align:center;margin-top:.5rem}.dropdown-cta button{width:100%;padding:.75rem}.navbar-modern .desktop-nav{display:none!important}.navbar-modern .mobile-nav{display:none;position:fixed;top:65px;left:0;right:0;background:white;flex-direction:column;padding:1rem 1.5rem 2rem;max-height:calc(100vh - 65px);overflow-y:auto;z-index:1001;box-shadow:0 10px 40px #00000026;border-top:1px solid #e2e8f0}.navbar-modern .mobile-nav.active{display:flex}.mobile-nav-close{align-self:flex-end;width:44px;height:44px;background:#f1f5f9;border:none;border-radius:12px;cursor:pointer;display:flex;align-items:center;justify-content:center;margin-bottom:.5rem;position:relative;transition:all .2s ease}.mobile-nav-close:hover{background:#e2e8f0}.mobile-nav-close span{position:absolute;width:20px;height:2px;background:#475569;border-radius:2px}.mobile-nav-close span:first-child{transform:rotate(45deg)}.mobile-nav-close span:last-child{transform:rotate(-45deg)}.mobile-nav-link{display:block;padding:1rem .75rem;font-size:1.05rem;font-weight:500;color:#1e293b;text-decoration:none;border-bottom:1px solid #f1f5f9;transition:all .2s ease}.mobile-nav-link:hover,.mobile-nav-link:active{background:#f8fafc;color:var(--primary-color)}.mobile-nav-link.mobile-nav-cta{margin-top:1rem;background:var(--primary-gradient);color:#fff;border-radius:12px;text-align:center;border:none;font-weight:600}.mobile-nav-link.mobile-nav-cta:hover{opacity:.9;background:var(--primary-gradient);color:#fff}}.navbar-modern .mobile-nav{display:none}@media (max-width: 768px){.navbar-modern .mobile-nav{top:58px;max-height:calc(100vh - 58px)}.navbar-modern .nav-container{padding:.75rem 5%}.navbar-modern .logo{height:36px}.navbar-modern .nav-links{top:58px;max-height:calc(100vh - 58px);padding:1.25rem}.navbar-modern .nav-link{padding:.875rem .5rem;font-size:1rem}}@media (max-width: 768px){.hamburger{display:flex}nav{position:relative}.nav-links{display:none;width:100%;flex-direction:column;align-items:center;padding:2rem 0;background:white;position:fixed;top:70px;left:0;right:0;box-shadow:0 2px 4px #0000001a;z-index:1000}.page-size-selector{margin-right:1rem}.page-size-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background:white;cursor:pointer}.page-size-select:focus{outline:none;border-color:var(--primary-color)}.nav-links.active{display:flex}}.page-banner{text-align:center;padding:4rem 1rem;position:relative;overflow:hidden;height:65vh;display:flex;align-items:center;justify-content:center;width:100%}.banner-content{position:relative;z-index:1;background:rgba(255,255,255,.05);padding:2rem;border-radius:var(--border-radius);max-width:900px;margin:0 auto;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.banner-content h1{font-size:clamp(2rem,5vw,3.5rem);margin-bottom:1.5rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.2;font-weight:700;color:#fff}.banner-content p{font-size:1.2rem;color:#fff}.banner-content .about-image-banner{margin-top:2rem;width:100%;border-radius:8px;overflow:hidden}.banner-content .about-image-banner img{width:100%;height:400px;object-fit:cover;object-position:center}.page-content{position:relative;z-index:2;background:white}.background-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;object-fit:cover}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 50%,#f1f5f9 100%);overflow:hidden;padding:6rem 5% 4rem}.hero-bg-shapes{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.hero-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.6}.hero-shape-1{width:600px;height:600px;background:linear-gradient(135deg,rgba(0,152,158,.2),rgba(0,113,117,.1));top:-200px;right:-100px;animation:float 20s ease-in-out infinite}.hero-shape-2{width:400px;height:400px;background:linear-gradient(135deg,rgba(0,152,158,.15),rgba(99,102,241,.1));bottom:-100px;left:-100px;animation:float 25s ease-in-out infinite reverse}.hero-shape-3{width:300px;height:300px;background:linear-gradient(135deg,rgba(59,130,246,.1),rgba(0,152,158,.15));top:40%;left:60%;animation:float 18s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(20px,-20px) rotate(5deg)}50%{transform:translate(-10px,20px) rotate(-5deg)}75%{transform:translate(-20px,-10px) rotate(3deg)}}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto;animation:fadeInUp .8s ease-out}.hero-badge{display:inline-block;background:var(--primary-light);color:var(--primary-color);padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;letter-spacing:.02em}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);margin-bottom:1.5rem;line-height:1.1;font-weight:800;color:var(--text-color);letter-spacing:-.03em}.hero-highlight{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block}.hero p{font-size:1.25rem;color:var(--text-light);max-width:600px;margin:0 auto 2.5rem;line-height:1.7}.hero-cta-group{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.cta-button-secondary{padding:1rem 2.5rem;font-size:1.1rem;background:transparent;color:var(--primary-color);border:2px solid var(--primary-color);border-radius:50px;cursor:pointer;font-weight:600;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px}.cta-button-secondary:hover{background:var(--primary-color);color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #00989e4d}.hero-stats{display:flex;justify-content:center;gap:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.08)}.hero-stat{display:flex;flex-direction:column;align-items:center}.hero-stat-number{font-size:2.5rem;font-weight:800;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.hero-stat-label{font-size:.9rem;color:var(--text-light);margin-top:.5rem;font-weight:500}@media (max-width: 768px){.hero{min-height:auto;padding:4rem 5% 3rem}.hero h1{font-size:2rem}.hero p{font-size:1rem}.hero-stats{gap:1.5rem}.hero-stat-number{font-size:1.75rem}.hero-cta-group{flex-direction:column;align-items:center}}.cta-button{padding:1rem 2.5rem;font-size:1.1rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:50px;cursor:pointer;margin-top:2.5rem;font-weight:600;transition:var(--transition);text-transform:uppercase;letter-spacing:.5px;position:relative;overflow:hidden;box-shadow:0 4px 15px #00989e4d}.cta-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.cta-button:hover:before{left:100%}.cta-button:hover{background:linear-gradient(135deg,#007175 0%,#005a5e 100%);transform:translateY(-3px);box-shadow:0 8px 25px #00989e66}.services{padding:6rem 5%;background:var(--light-bg)}.services-header{text-align:center;max-width:800px;margin:0 auto 4rem}.services-header h2{font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.services-header p{color:#64748b;font-size:1.2rem}.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;padding:0 1rem}@media (max-width: 768px){nav{justify-content:center;gap:1rem}.nav-links{width:100%;justify-content:center;padding:1rem 0}.hero{padding:2rem 1rem}.hero p{font-size:1rem;padding:0 1rem}.services{padding:2rem 1rem}}@media (max-width: 480px){.nav-links{flex-direction:column;align-items:center;gap:1rem}.cta-button{width:90%;max-width:300px}}.service-card{padding:2.5rem;background:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.4,0,.2,1)}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl),var(--shadow-glow)}.service-card:hover:before{transform:scaleX(1)}.service-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.service-card p{color:var(--text-light);font-size:1.05rem;line-height:1.7;margin-bottom:1.5rem}.service-icon{font-size:2.5rem;color:var(--primary-color);margin-bottom:1.5rem;background:var(--primary-light);width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:16px;transition:var(--transition)}.service-card:hover .service-icon{background:var(--primary-gradient);color:#fff;transform:scale(1.05)}.service-link{color:var(--primary-color);text-decoration:none;font-weight:500;transition:var(--transition)}.service-link:hover{color:var(--secondary-color)}.service-card-footer{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.service-card-footer .cta-button{margin-top:0;width:100%}.stats{padding:var(--space-xl) 5%;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2.5rem;text-align:center;background:linear-gradient(135deg,#1e293b 0%,#0f172a 100%);position:relative;overflow:hidden}.stats:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(0,152,158,.08) 0%,transparent 50%);animation:pulse 8s ease-in-out infinite}.stat-item{position:relative;z-index:1;padding:1.5rem}.stat-item h3{font-size:3rem;background:linear-gradient(135deg,#00c9d1 0%,#00989E 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:.75rem;font-weight:800;letter-spacing:-.02em}.stat-item p{color:#fffc;font-size:1.1rem;font-weight:500}@media (max-width: 768px){.services-header h2,.stat-item h3{font-size:2rem}}.comparison-page{padding:var(--space-xl) 5%;background:var(--light-bg)}.comparison-page h2{text-align:center;margin-bottom:3rem;background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.5rem;font-weight:800}.comparison-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;max-width:1200px;margin:0 auto}.comparison-column{background:var(--white);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);transition:var(--transition);border:1px solid rgba(0,0,0,.04)}.comparison-column:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.comparison-column h3{color:var(--primary-color);margin-bottom:1.5rem;text-align:center;font-weight:700;font-size:1.4rem}.comparison-column ul{list-style:none}.comparison-column li{margin-bottom:1rem;padding-left:2rem;position:relative;color:var(--text-light);line-height:1.6}.comparison-column li:before{content:"\2713";color:var(--primary-color);position:absolute;left:0;font-weight:700;background:var(--primary-light);width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem}@media (max-width: 768px){.comparison-grid{grid-template-columns:1fr}}.comparison-hero{position:relative;height:40vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.comparison-hero video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.overlay-text{position:relative;z-index:1;text-align:center;color:#fff;text-shadow:0 2px 20px rgba(0,0,0,.3);animation:fadeInUp .8s ease-out}.overlay-text h1{font-size:clamp(2.5rem,5vw,4rem);margin:0;font-weight:800;letter-spacing:-.03em;line-height:1.1}.overlay-text p{font-size:1.25rem;margin-top:1rem;opacity:.9;max-width:600px;margin-left:auto;margin-right:auto}@media (max-width: 768px){.overlay-text h1{font-size:2rem}}.footer{background:linear-gradient(180deg,#1e293b 0%,#0f172a 100%);padding:4rem 5% 2rem;margin-top:0;border-top:none;position:relative;overflow:hidden}.footer:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient)}.footer:after{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:radial-gradient(circle,rgba(0,152,158,.05) 0%,transparent 60%);pointer-events:none}@media (max-width: 768px){.footer{padding:2rem 1rem}.footer-bottom{grid-template-columns:repeat(2,1fr)}}.footer-logo{display:flex;flex-direction:row-reverse;align-items:flex-start;justify-content:space-between;gap:3rem;margin-top:0;padding-top:0;border-top:none;max-width:1200px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.footer-links-section{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;width:auto}@media (max-width: 1024px){.footer-logo{flex-direction:column;align-items:center;text-align:center}.footer-links-section{grid-template-columns:repeat(2,1fr);width:100%;text-align:left}.footer-logo-content{align-items:center;order:-1;margin-bottom:2rem}}@media (max-width: 768px){.footer-links-section{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-links-group{text-align:left}.footer-links-group a{justify-content:flex-start}.footer-logo-content{align-items:center;text-align:center}.footer-legal{flex-direction:column;align-items:center;text-align:center;gap:1rem}.legal-links{justify-content:center}.footer-legal p{text-align:center}}@media (max-width: 480px){.footer-links-section{grid-template-columns:1fr;gap:1.5rem}.footer-links-group{text-align:center}.footer-links-group a{justify-content:center}.footer-logo-content{align-items:center}.legal-links{flex-direction:column;align-items:center;gap:.75rem}}.footer-links-group{display:flex;flex-direction:column;gap:.75rem}.footer-links-group h4{color:#fff;font-size:.95rem;font-weight:700;margin-bottom:.75rem;letter-spacing:.02em;text-transform:uppercase}.footer-links-group a{color:#fff9;text-decoration:none;font-size:.9rem;transition:var(--transition);display:inline-flex;align-items:center;gap:.5rem}.footer-links-group a:hover{color:var(--primary-color);transform:translate(4px)}.footer-logo-content{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;flex-shrink:0}.footer-logo-content img{height:40px;filter:brightness(0) invert(1);margin-bottom:.5rem}.footer-address{color:#ffffff80;font-size:.85rem}.footer-contact{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:var(--transition)}.footer-contact:hover{color:var(--primary-color)}.social-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(255,255,255,.1);border-radius:50px;margin-top:.5rem;transition:var(--transition)}.social-link:hover{background:var(--primary-color);color:#fff!important;transform:translateY(-2px)}.about-page{background:white;min-height:100vh}.about-hero{position:relative;height:40vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.about-content{max-width:1200px;margin:-4rem auto 0;padding:4rem 2rem;background:white;position:relative;border-radius:0;box-shadow:none}.founders-story{margin-bottom:4rem;text-align:center}.founders-story h2{color:var(--primary-color);font-size:2.5rem;margin-bottom:1.5rem}.founders-story p{color:var(--text-color);font-size:1.2rem;line-height:1.8;margin-bottom:1.5rem;max-width:900px;margin-left:auto;margin-right:auto}.about-image-banner{margin:-2rem -2rem 2rem;overflow:hidden}.about-image-banner img{width:100%;height:400px;object-fit:cover;object-position:center}.about-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;max-width:1200px;margin:4rem auto;padding:0 1rem}.about-card{background:var(--white);padding:2.5rem;border-radius:var(--border-radius-lg);box-shadow:var(--shadow-md);text-align:center;transition:var(--transition);border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden}.about-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:4px;background:var(--primary-gradient);transform:scaleX(0);transition:transform .4s ease}.about-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl),var(--shadow-glow)}.about-card:hover:after{transform:scaleX(1)}.about-card.highlight{background:linear-gradient(135deg,#f0f9fa,#e6f7f7);border:2px solid var(--primary-color)}.about-card h3{background:var(--primary-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-size:2.5rem;margin-bottom:1rem;font-weight:800}.about-card p{color:var(--text-light);font-size:1.1rem;line-height:1.7}@media screen and (max-width: 768px){.about-cards{grid-template-columns:1fr;padding:0 2rem}}.footer-logo img{height:40px;width:auto}.footer-address,.footer-contact{color:#64748b;font-size:.9rem}.footer-contact{text-decoration:none;transition:color .3s ease}.footer-contact:hover{color:var(--primary-color)}.social-link{display:flex;align-items:center;gap:.5rem}.footer-logo p{color:#64748b;text-align:left;margin:0;font-size:.7rem}.footer-logo .footer-address,.footer-logo .footer-contact{font-size:.7rem}.footer-bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);position:relative;z-index:1}.footer-legal{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;max-width:1200px;margin:0 auto}.footer-legal p{color:#ffffff80;font-size:.85rem}.legal-links{display:flex;gap:2rem}.legal-links a{color:#ffffff80;text-decoration:none;font-size:.85rem;transition:var(--transition)}.legal-links a:hover{color:var(--primary-color)}.legal-links a:hover{color:var(--primary-color);opacity:1}.copyright{color:#64748b;font-size:11px;margin:0;opacity:.85}@media (max-width: 768px){.footer-logo img{height:30px}.compliance-group a{display:block;margin-bottom:.75rem}}.offshore-page,.nearshore-page,.onshore-page,.healthcare-page,.insights-page{background:white;min-height:100vh}.offshore-hero,.nearshore-hero,.onshore-hero,.healthcare-hero{position:relative;height:65vh;min-height:450px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.healthcare-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.4) 100%);z-index:0}.offshore-content,.nearshore-content,.onshore-content,.healthcare-content{max-width:1200px;margin:-4rem auto 0;padding:4rem 2rem;background:white;position:relative;border-radius:0}.offshore-content h2,.nearshore-content h2,.onshore-content h2,.healthcare-content h2{color:var(--primary-color);margin-bottom:1.5rem;font-size:2.5rem;text-align:center}.offshore-content .lead,.nearshore-content .lead,.onshore-content .lead,.healthcare-content .lead{font-size:1.2rem;color:#64748b;text-align:center;max-width:900px;margin:0 auto 3rem}.offshore-section,.nearshore-section,.onshore-section,.healthcare-section{margin-bottom:3rem}.offshore-section h3,.nearshore-section h3,.onshore-section h3,.healthcare-section h3{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.8rem}.offshore-section ul,.nearshore-section ul,.onshore-section ul,.healthcare-section ul{list-style:none;padding:0}.offshore-section li,.nearshore-section li,.onshore-section li,.healthcare-section li{margin-bottom:1.5rem;padding-left:1.5rem;position:relative}.offshore-section li:before,.nearshore-section li:before,.onshore-section li:before,.healthcare-section li:before{content:"\2022";color:var(--primary-color);position:absolute;left:0;font-size:1.2rem}.offshore-section p{color:var(--textcolor);lineheight:1.8;margin-bottom:1rem}.healthcare-services{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2.5rem;margin:3rem 0}.healthcare-service{background:var(--white);padding:2.5rem;border-radius:var(--border-radius-lg);border-left:none;box-shadow:var(--shadow-md);transition:var(--transition);position:relative;overflow:hidden}.healthcare-service:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:var(--primary-gradient);transition:width .3s ease}.healthcare-service:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.healthcare-service:hover:before{width:6px}.healthcare-service:nth-child(1):before{background:linear-gradient(180deg,var(--nursing-accent),#06b6d4)}.healthcare-service:nth-child(2):before{background:linear-gradient(180deg,var(--physician-accent),#2563eb)}.healthcare-service:nth-child(3):before{background:linear-gradient(180deg,var(--radiology-accent),#818cf8)}.healthcare-service h3{color:var(--text-color);margin-bottom:1rem;font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.healthcare-service:nth-child(1) h3{color:var(--nursing-accent)}.healthcare-service:nth-child(2) h3{color:var(--physician-accent)}.healthcare-service:nth-child(3) h3{color:var(--radiology-accent)}.healthcare-service ul{list-style:none;padding:0}.healthcare-service li{margin-bottom:1rem;padding-left:2rem;position:relative;color:var(--text-light);line-height:1.6}.healthcare-service li:before{content:"\2713";color:var(--primary-color);position:absolute;left:0;font-weight:700;background:var(--primary-light);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem}.healthcare-service:nth-child(1) li:before{color:var(--nursing-accent);background:rgba(8,145,178,.1)}.healthcare-service:nth-child(2) li:before{color:var(--physician-accent);background:rgba(59,130,246,.1)}.healthcare-service:nth-child(3) li:before{color:var(--radiology-accent);background:rgba(99,102,241,.1)}.video-container{width:100%;max-width:1000px;margin:2rem auto;border-radius:12px;overflow:hidden}.content-video{width:100%;height:auto;display:block}.insights-hero{position:relative;height:50vh;min-height:350px;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.insights-hero:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.3) 100%);z-index:0}.insights-content{max-width:1200px;margin:-4rem auto 0;padding:4rem 2rem;background:white;position:relative;border-radius:0}.article-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.article-card{background:#f8fafc;padding:2rem;border-radius:0;overflow:hidden}.article-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.4rem;overflow-wrap:break-word;word-wrap:break-word}.article-date{color:#64748b;font-size:.9rem;margin-bottom:1rem}.article-card ul{list-style:none;padding:0;margin-top:1rem}.article-card li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.article-card li:before{content:"\2022";color:var(--primary-color);position:absolute;left:0}.office-page{background:white;min-height:100vh}.office-hero{position:relative;height:40vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.office-content{max-width:1200px;margin:-4rem auto 0;padding:4rem 2rem;background:white;position:relative;border-radius:0}.office-content h2{color:var(--primary-color);margin-bottom:1.5rem;font-size:2.5rem;text-align:center}.office-details{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.address-card{background:#f8f9fa;padding:2rem;border-radius:8px}.address-card h3{color:var(--primary-color);margin-bottom:1rem}.office-image{width:100%;height:200px;object-fit:cover;margin:1rem 0}.address-card p{margin:.5rem 0;color:#64748b}.office-features ul{list-style:none;padding:0}.office-features li{color:#64748b;position:relative;padding:.5rem 0 .5rem 1.5rem}.office-features li:before{content:"\2022";color:var(--primary-color);position:absolute;left:0}@media (max-width: 768px){.office-details{grid-template-columns:1fr}}.contact-container{width:100%;max-width:1200px;margin:2rem auto;padding:2rem;display:grid;grid-template-columns:1fr 1.5fr;gap:3rem;background:white;border-radius:12px;box-shadow:0 4px 20px #00000014}.contact-info{padding:1.5rem}.contact-info h2,.contact-form h2{font-size:1.5rem;margin-bottom:2rem;color:var(--primary-color);font-weight:600;letter-spacing:-.5px}.contact-detail-item{margin-bottom:2.5rem;padding:1.5rem;background:#f8fafc;border-radius:8px}.contact-detail-item h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.2rem;font-weight:500}.contact-links{display:flex;flex-direction:column;gap:.75rem}.contact-link{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#f8fafc;border-radius:8px;color:#64748b;text-decoration:none;transition:all .3s ease}.contact-link:hover{background:var(--primary-color);color:#fff;transform:translate(4px)}.contact-form{padding:1.5rem;background:white;border-radius:8px;box-shadow:none}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.form-group label{font-weight:500;color:var(--text-color);font-size:.75rem;letter-spacing:.25px}.contact-input{padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;width:100%;transition:all .3s ease;background:#f8fafc;color:#1e293b}.contact-input:focus{border-color:var(--primary-color);background:white;outline:none;box-shadow:0 0 0 4px #00989e1a}.contact-textarea{min-height:100px;resize:vertical}.contact-submit-btn{margin-top:1rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;background:var(--primary-gradient);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #00989e4d;letter-spacing:.25px;width:100%;position:relative;overflow:hidden}.contact-submit-btn:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00989e33}.form-group label{font-size:.75rem;font-weight:500;color:#64748b;margin-bottom:.25rem;display:block}.status-message{padding:.75rem;margin-bottom:1rem;border-radius:4px;background:#f8f9fa;color:var(--primary-color);text-align:center}.contact-links{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem}.contact-link{display:flex;align-items:center;gap:.75rem;color:var(--text-color);text-decoration:none;transition:color .3s ease}.contact-link:hover{color:var(--primary-color)}@media (max-width: 768px){.contact-container{grid-template-columns:1fr;gap:2rem;padding:1.5rem;margin:1rem}.contact-info,.contact-form{padding:1rem}.contact-detail-item{padding:1rem;margin-bottom:1.5rem}}.contact-form-section h1{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:var(--primary-color)}.jobs-page{background:white;min-height:100vh}section.privacy-page{background:#F8FAFC;min-height:100vh;padding:0;margin:0;font-family:Inter,sans-serif;scroll-behavior:smooth}section.privacy-page .privacy-content{max-width:1000px;background:white;position:relative}.privacy-section{padding:.25rem 0;margin-bottom:.25rem}.privacy-section h2{color:var(--primary-color);font-size:11px;margin-bottom:.25rem;font-weight:500}.privacy-section h3{color:#1e293b;font-size:11px;margin:.25rem 0}.privacy-section p{color:#475569;line-height:1.2;margin-bottom:.25rem;font-size:11px}.privacy-section ul{background:#f8fafc;padding:.5rem;border-radius:8px;margin:.25rem 0}.privacy-section li{color:#475569;margin-bottom:.25rem;position:relative;padding-left:1rem;line-height:1.2;font-size:11px}.privacy-section li:before{content:"\2022";color:var(--primary-color);position:absolute;left:0;font-weight:700}.important-note{background:#f0f9ff;padding:1.5rem;border-left:4px solid var(--primary-color);margin:2rem 0;border-radius:0 8px 8px 0}.contact-section{background:#f8fafc;padding:2rem;border-radius:8px;margin-top:3rem}.effective-date{display:inline-block;background:#f0f9ff;padding:.5rem 1rem;border-radius:20px;color:var(--primary-color);font-weight:500;margin-bottom:2rem}@media (max-width: 768px){.privacy-nav-content{padding:.5rem}.privacy-section:hover{padding:2rem 1rem;margin:0 -1rem}.privacy-section h2{font-size:1.5rem}}.privacy-page{background:white;min-height:100vh}.privacy-hero{position:relative;height:40vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.privacy-content{max-width:1200px;margin:0 auto;padding:4rem 2rem;background:white;position:relative;z-index:1}.privacy-container{max-width:800px;margin:0 auto}.effective-date{font-size:11px;color:#64748b;margin-bottom:2rem}.privacy-intro{font-size:1.1rem;color:#1e293b;margin-bottom:3rem;line-height:1.8}.privacy-section{margin-bottom:3rem}.privacy-section h2{color:var(--primary-color);font-size:1.5rem;margin-bottom:1rem}.privacy-section h3{color:#1e293b;font-size:1.2rem;margin:1.5rem 0 1rem}.privacy-section p{color:#475569;line-height:1.8;margin-bottom:1rem}.privacy-section ul{list-style:none;padding-left:1.5rem;margin:1rem 0}.privacy-section li{color:#475569;margin-bottom:.5rem;position:relative}.privacy-section li:before{content:"\2022";color:var(--primary-color);position:absolute;left:-1.5rem}.important-note{background:#f8fafc;padding:1rem;border-left:4px solid var(--primary-color);margin:1rem 0}.contact-section{background:#f8fafc;padding:2rem;border-radius:8px}.contact-details{margin-top:1rem}.contact-details p{margin-bottom:.5rem}@media (max-width: 768px){.privacy-content{padding:2rem 1rem}.privacy-section h2{font-size:1.3rem}}.jobs-hero{position:relative;height:40vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.jobs-content{max-width:1200px;margin:-4rem auto 0;padding:4rem 2rem;background:white;position:relative}.search-container{margin-bottom:2rem;max-width:1200px;margin:0 auto 2rem;padding:1.5rem;background:white}.job-search-input{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid #e2e8f0;border-radius:8px;transition:all .3s ease;margin-bottom:1rem}.jobs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.job-card{background:var(--white);padding:2rem;border-radius:var(--border-radius-lg);transition:var(--transition);box-shadow:var(--shadow-md);border:1px solid rgba(0,0,0,.04);position:relative;overflow:hidden}.job-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--primary-gradient);transform:scaleX(0);transform-origin:left;transition:transform .4s ease}.job-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-xl)}.job-card:hover:before{transform:scaleX(1)}.job-card h3{color:var(--text-color);margin-bottom:1rem;font-size:1.15rem;font-weight:600;letter-spacing:-.01em}.job-location{color:var(--text-light);font-size:1rem;margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.job-type{display:inline-block;background:var(--primary-light);color:var(--primary-color);padding:.35rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.job-description{color:#64748b;margin-bottom:1.5rem;line-height:1.6}.job-footer{display:flex;justify-content:space-between;color:#94a3b8;font-size:.9rem;margin-bottom:1.5rem}.apply-button{width:100%;padding:.875rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);box-shadow:0 4px 15px #00989e4d}.apply-button:hover{background:linear-gradient(135deg,#007175 0%,#005a5e 100%);transform:translateY(-2px);box-shadow:0 6px 20px #00989e66}.loading,.no-jobs{text-align:center;color:#64748b;font-size:1.2rem;padding:2rem;grid-column:1 / -1}.search-controls{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.job-search-input{flex:2;margin:0;min-width:250px}.filter-select,.filter-input{flex:1;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.08);border-radius:12px;font-size:.9rem;background:var(--white);transition:var(--transition);height:46px;min-width:120px;box-shadow:var(--shadow-sm)}@media (max-width: 768px){.search-controls{flex-direction:column;align-items:stretch;gap:.75rem}.job-search-input,.filter-select,.filter-input{flex:none;width:100%;min-width:auto}}@media (max-width: 480px){.search-container{padding:1rem}.search-controls{gap:.5rem}}.filter-select:active,.filter-input:active,.job-search-input:active,.filter-select:focus,.filter-input:focus,.job-search-input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #00989e1a}.date-header{cursor:pointer;user-select:none}.date-header:hover{color:var(--primary-color)}.jobs-table{width:100%;border-spacing:0 1rem;border-collapse:separate;margin-top:2rem}.jobs-table tbody tr{background:white;box-shadow:0 2px 4px #0000000d;border-radius:12px;transition:all .3s ease}.jobs-table tbody tr:hover{transform:translateY(-3px);box-shadow:0 4px 12px #0000001a}.jobs-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:var(--primary-color);border-bottom:2px solid #f1f5f9}.jobs-table td{padding:.5rem;background:white;font-size:.8rem}.jobs-table td:first-child{border-top-left-radius:12px;border-bottom-left-radius:12px}.jobs-table td:last-child{border-top-right-radius:12px;border-bottom-right-radius:12px}.jobs-table .job-link{color:#000;font-weight:700;text-decoration:underline;transition:color .2s ease}.jobs-table .job-link:hover{color:var(--primary-color)}.jobs-table .job-date{color:#64748b;font-size:.85rem}.jobs-table .job-location{color:#475569;display:flex;align-items:center;gap:.5rem}@media (max-width: 768px){.jobs-table{display:block;overflow-x:auto;white-space:nowrap;margin-top:1rem}.jobs-table thead{display:none}.jobs-table tbody{display:block}.jobs-table tbody tr{display:block;margin-bottom:1rem;padding:1rem;border-radius:12px;box-shadow:0 2px 8px #0000001a;position:relative}.jobs-table tbody tr:hover{transform:none;box-shadow:0 4px 12px #00000026}.jobs-table td{display:block;padding:.5rem 0;border:none;border-radius:0;text-align:left;white-space:normal;font-size:.9rem}.jobs-table td:before{content:attr(data-label) ": ";font-weight:600;color:var(--primary-color);display:inline-block;width:80px;margin-right:10px}.jobs-table td:first-child:before{content:"Job: "}.jobs-table td:nth-child(2):before{content:"City: "}.jobs-table td:nth-child(3):before{content:"State: "}.jobs-table td:nth-child(4):before{content:"Country: "}.jobs-table td:nth-child(5):before{content:"Posted: "}.jobs-table .job-link{display:block;margin-top:.25rem;font-size:1.1rem}.jobs-table .job-location{flex-wrap:wrap}}@media (max-width: 480px){.jobs-table tbody tr{padding:.75rem;margin-bottom:.75rem}.jobs-table td{padding:.25rem 0;font-size:.85rem}.jobs-table td:before{width:70px;font-size:.8rem}.jobs-table .job-link{font-size:1rem}}.job-details-modal{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.job-details-content{background:white;padding:2rem;width:90%;max-width:1200px;max-height:400px;overflow-y:auto}.details-section{max-height:400px;overflow-y:auto}.job-details-header{display:flex;justify-content:space-between;align-items:center;padding:2rem;background:var(--primary-color);margin:-2rem -2rem 2rem}.job-details-header h1{font-size:2rem;color:#fff;margin:0}.job-details-main{display:grid;grid-template-columns:2fr 1fr;gap:2rem;margin-top:2rem}.details-section{background:#f8fafc;padding:1rem;border-radius:0}.details-section h2{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem}.job-meta-item{margin-bottom:1.5rem}.job-meta-item label{display:block;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.job-meta-item span{color:#000;font-size:12px;font-weight:700}.job-description-content{margin-top:1.5rem;color:#475569;line-height:1.8}.apply-button-header{background:var(--primary-gradient);color:#fff;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition);border-radius:50px;box-shadow:0 4px 15px #00989e4d}.apply-button-header:hover{background:linear-gradient(135deg,#007175 0%,#005a5e 100%);transform:translateY(-2px);box-shadow:0 6px 20px #00989e66}.job-meta{display:flex;justify-content:space-between;margin:2rem 0;gap:2rem}.job-meta-left,.job-meta-right{flex:1}.job-meta-item{margin-bottom:1rem}.job-meta-item label{color:var(--text-color);font-weight:600;display:block;margin-bottom:.25rem}.job-meta-item span{color:#64748b}.job-description-content{margin:2rem 0;color:#475569;line-height:1.8}.job-description-content p{margin-bottom:1rem}.similar-jobs{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.similar-jobs h3{color:var(--primary-color);margin-bottom:1rem}.similar-jobs ul{list-style:none;padding:0}.similar-jobs li{margin-bottom:.5rem}.similar-jobs a{color:var(--text-color);text-decoration:none;transition:color .3s ease}.similar-jobs a:hover{color:var(--primary-color)}.job-details-actions{display:flex;gap:1rem;margin-top:2rem}.close-button{padding:.75rem 1.5rem;background:#e2e8f0;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease}.close-button:hover{background:#cbd5e1}.apply-page{max-width:1200px;margin:0 auto;padding:2rem}.job-header{background:#ffffff;padding:2rem;border-bottom:1px solid #e2e8f0;margin-bottom:2rem;display:flex;justify-content:flex-start;align-items:center;box-shadow:none;position:relative}.job-header h1{margin:0;color:#000;font-size:18px;display:flex;align-items:center;gap:1rem;font-weight:700}.job-header h1 .job-number{color:#000;font-size:18px;font-weight:700}.job-header .apply-link{color:var(--primary-color);text-decoration:none;font-size:18px;font-weight:700;cursor:pointer;position:absolute;right:2rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:white;padding:2rem;border-radius:8px;width:90%;max-width:600px;max-height:90vh;overflow-y:auto}.modal-content h2{margin-bottom:1.5rem;color:var(--primary-color)}.modal-job-details{margin-bottom:2rem}.modal-row{display:flex;margin-bottom:1rem;font-size:14px}.modal-row label{font-weight:700;width:120px;color:#64748b}.modal-row span{color:#1e293b}.upload-section{margin-bottom:2rem}.upload-section label{display:block;margin-bottom:.5rem;color:#64748b;font-weight:700}.upload-section input[type=file]{width:100%;padding:.5rem;border:1px dashed #cbd5e1;border-radius:4px}.file-name{margin-top:.5rem;font-size:14px;color:#64748b}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.cancel-button,.submit-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.cancel-button{background:#e2e8f0;border:none;color:#64748b}.submit-button{background:var(--primary-color);border:none;color:#fff}.cancel-button:hover{background:#cbd5e1}.submit-button:hover{background:var(--secondary-color)}.job-header .apply-link:hover{color:var(--secondary-color)}.apply-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}@media (max-width: 768px){.apply-content{grid-template-columns:1fr;gap:1rem}.apply-page{padding:1rem}.job-header{padding:1rem;flex-direction:column;align-items:flex-start;gap:1rem}.job-header .apply-link{position:static;align-self:flex-end}.job-header h1{font-size:1rem;flex-direction:column;align-items:flex-start;gap:.5rem}}@media (max-width: 480px){.apply-page{padding:.5rem}.job-header{padding:.75rem}.job-header h1{font-size:.9rem}.job-header .apply-link{font-size:1rem}.modal-content{padding:1rem;width:95%}.modal-actions{flex-direction:column}.cancel-button,.submit-button{width:100%}}.main-content{background:#f8fafc}.job-description-box{padding:1rem}@media (max-width: 768px){.job-description-box{padding:.75rem}}@media (max-width: 480px){.job-description-box{padding:.5rem}}.job-description-box h2{color:var(--primary-color);margin-bottom:1.5rem;font-size:1.5rem}@media (max-width: 768px){.job-description-box h2{font-size:1.25rem;margin-bottom:1rem}}@media (max-width: 480px){.job-description-box h2{font-size:1.1rem;margin-bottom:.75rem}}.job-description{color:#64748b;line-height:1.8;font-size:12px}@media (max-width: 768px){.job-description{font-size:14px;line-height:1.6}}@media (max-width: 480px){.job-description{font-size:13px;line-height:1.5}}.job-description-box h2{color:#000;font-weight:700;margin-bottom:1rem}.job-description p{margin-bottom:1rem}@media (max-width: 480px){.job-description p{margin-bottom:.75rem}}.side-content .job-info-card{background:#f8fafc;padding:1rem;border-radius:0}@media (max-width: 768px){.side-content .job-info-card{padding:.75rem;margin-top:1rem}}@media (max-width: 480px){.side-content .job-info-card{padding:.5rem}}.job-info-card h3{color:#000;margin-bottom:1rem;font-size:1.2rem;font-weight:700}@media (max-width: 768px){.job-info-card h3{font-size:1.1rem;margin-bottom:.75rem}}@media (max-width: 480px){.job-info-card h3{font-size:1rem;margin-bottom:.5rem}}.info-row{display:flex;flex-direction:column;margin-bottom:1rem}@media (max-width: 480px){.info-row{margin-bottom:.75rem}}.info-row strong{color:#1e293b;margin-bottom:.25rem;font-size:12px;letter-spacing:.5px}@media (max-width: 768px){.info-row strong{font-size:14px}}@media (max-width: 480px){.info-row strong{font-size:13px}}.info-row span{color:#64748b;font-size:12px}@media (max-width: 768px){.info-row span{font-size:14px}}@media (max-width: 480px){.info-row span{font-size:13px}}.apply-button{background:var(--primary-color);color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background-color .3s ease}.apply-button:hover{background:var(--secondary-color)}.eeo-statement{margin:1rem 0 0;padding:1rem;background:#f8fafc;border-top:1px solid #e2e8f0;grid-column:1 / -1}@media (max-width: 768px){.eeo-statement{padding:.75rem;margin:.75rem 0 0}}@media (max-width: 480px){.eeo-statement{padding:.5rem;margin:.5rem 0 0}}.eeo-statement h3{color:#64748b;margin-bottom:.5rem;font-size:.6rem;font-weight:400}@media (max-width: 768px){.eeo-statement h3{font-size:.75rem;margin-bottom:.75rem}}@media (max-width: 480px){.eeo-statement h3{font-size:.7rem}}.eeo-statement p{color:#94a3b8;margin-bottom:.5rem;line-height:1.4;font-size:.55rem}@media (max-width: 768px){.eeo-statement p{font-size:.75rem;line-height:1.5;margin-bottom:.75rem}}@media (max-width: 480px){.eeo-statement p{font-size:.7rem;line-height:1.4}}.eeo-statement a{color:var(--primary-color);text-decoration:none}.eeo-statement a:hover{text-decoration:underline}.apply-content{background:white;padding:2rem}.pagination-controls{display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:.75rem;background:#f8fafc;border-radius:8px;box-shadow:0 1px 2px #0000000d;flex-wrap:wrap;gap:1rem}@media (max-width: 640px){.pagination-controls{display:block;text-align:center}.pagination-buttons,.pagination-info,.page-size-selector{margin-bottom:.75rem;display:block}.pagination-buttons{width:100%;justify-content:center;margin-bottom:.75rem}}.pagination-buttons{display:flex;align-items:center;gap:.5rem}.pagination-button{padding:.5rem .75rem;background:white;color:var(--text-color);border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-weight:500;transition:all .2s ease;display:flex;align-items:center;font-size:.75rem}.pagination-button:not(:disabled):hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color);transform:translateY(-1px)}.pagination-button:disabled{background:#f1f5f9;color:#94a3b8;border-color:#e2e8f0;cursor:not-allowed}.pagination-info{color:var(--text-color);font-size:.75rem;font-weight:500;padding:.5rem .75rem;background:white;border-radius:6px;border:1px solid #e2e8f0}.page-size-selector{display:flex;align-items:center;gap:.5rem}.page-size-select{padding:.5rem;border:1px solid #e2e8f0;border-radius:6px;background:white;color:var(--text-color);font-size:.75rem;font-weight:500;cursor:pointer;transition:all .2s ease}.contact-page-modern{min-height:100vh;background:#f8fafc}.contact-header{position:relative;padding:8rem 5% 5rem;background:linear-gradient(135deg,#0d4f4f 0%,#0f766e 50%,#14b8a6 100%);text-align:center;overflow:hidden}.contact-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.contact-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.contact-shape-1{width:400px;height:400px;background:linear-gradient(135deg,rgba(0,152,158,.2),rgba(0,113,117,.1));top:-100px;right:-50px;animation:float 20s ease-in-out infinite}.contact-shape-2{width:300px;height:300px;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(0,152,158,.1));bottom:-80px;left:-50px;animation:float 18s ease-in-out infinite reverse}.contact-header-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.contact-badge{display:inline-block;background:rgba(255,255,255,.15);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.25)}.contact-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.contact-header p{font-size:1.1rem;color:#ffffffd9;line-height:1.7}.contact-main{max-width:1200px;margin:0 auto;padding:0 5%}.contact-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:-2rem;position:relative;z-index:2}.contact-card-modern{background:white;border-radius:16px;padding:2rem;text-align:center;text-decoration:none;color:inherit;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid transparent}.contact-card-modern:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f;border-color:var(--primary-color)}.contact-card-icon{width:60px;height:60px;background:var(--primary-light);color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin:0 auto 1.25rem;transition:all .3s ease}.contact-card-icon.linkedin{background:#e7f0ff;color:#0a66c2}.contact-card-modern:hover .contact-card-icon{background:var(--primary-color);color:#fff;transform:scale(1.1)}.contact-card-modern:hover .contact-card-icon.linkedin{background:#0a66c2}.contact-card-modern h3{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.contact-card-modern p{font-size:.9rem;color:var(--text-light);margin-bottom:.75rem}.contact-card-value{font-size:.95rem;font-weight:600;color:var(--primary-color)}.contact-form-section{margin-top:4rem}.contact-form-wrapper{background:white;border-radius:20px;padding:3rem;box-shadow:0 4px 20px #00000014}.contact-form-header{text-align:center;margin-bottom:2.5rem}.contact-form-header h2{font-size:1.75rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.contact-form-header p{color:var(--text-light)}.contact-form-modern{max-width:800px;margin:0 auto}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem}.form-group-modern{display:flex;flex-direction:column}.form-group-modern.full-width{grid-column:1 / -1}.form-group-modern label{font-size:.85rem;font-weight:600;color:var(--text-color);margin-bottom:.5rem}.form-group-modern input,.form-group-modern select,.form-group-modern textarea{padding:.875rem 1rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;color:var(--text-color);background:#f8fafc;transition:all .3s ease;font-family:inherit}.form-group-modern input::placeholder,.form-group-modern textarea::placeholder{color:#94a3b8}.form-group-modern input:focus,.form-group-modern select:focus,.form-group-modern textarea:focus{outline:none;border-color:var(--primary-color);background:white;box-shadow:0 0 0 4px #00989e1a}.form-group-modern textarea{resize:vertical;min-height:120px}.form-group-modern select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.contact-submit-modern{width:100%;padding:1rem 2rem;font-size:1.1rem;font-weight:600;background:var(--primary-gradient);color:#fff;border:none;border-radius:50px;cursor:pointer;transition:all .3s ease;margin-top:1rem;box-shadow:0 4px 15px #00989e4d}.contact-submit-modern:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00989e66}.contact-locations{margin:4rem 0;padding-bottom:4rem}.contact-locations h2{font-size:1.75rem;font-weight:700;color:var(--text-color);text-align:center;margin-bottom:2rem}.locations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.location-card{background:white;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.location-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001f}.location-flag{font-size:3rem;margin-bottom:1rem}.location-card h3{font-size:1.25rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.location-city{font-size:.95rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.location-address{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.location-phone{display:inline-block;padding:.5rem 1.25rem;background:var(--primary-light);color:var(--primary-color);font-weight:600;font-size:.9rem;border-radius:50px;text-decoration:none;transition:all .3s ease}.location-phone:hover{background:var(--primary-color);color:#fff}@media (max-width: 900px){.contact-cards-grid{grid-template-columns:1fr;gap:1rem;margin-top:-1.5rem}.contact-card-modern{display:flex;align-items:center;text-align:left;padding:1.25rem 1.5rem;gap:1rem}.contact-card-icon{width:50px;height:50px;font-size:1.25rem;margin:0;flex-shrink:0}.contact-card-text{flex:1;min-width:0}.contact-card-modern h3{font-size:1rem;margin-bottom:.25rem}.contact-card-modern p{font-size:.85rem;margin-bottom:.25rem}.contact-card-value{font-size:.85rem;word-break:break-word}.form-row{grid-template-columns:1fr;gap:1rem;margin-bottom:0}.form-group-modern{margin-bottom:1rem}.contact-form-wrapper{padding:1.5rem;border-radius:16px}.contact-form-header h2{font-size:1.5rem}.locations-grid{grid-template-columns:1fr;gap:1rem}.location-card{padding:1.5rem}.contact-header{padding:5.5rem 5% 3rem}}@media (max-width: 480px){.contact-header h1{font-size:1.75rem}.contact-header p{font-size:1rem}.contact-badge{font-size:.8rem;padding:.4rem 1rem}.contact-form-wrapper{padding:1.25rem}.form-group-modern input,.form-group-modern select,.form-group-modern textarea{padding:.75rem;font-size:16px}.contact-submit-modern{padding:.875rem 1.5rem;font-size:1rem}.location-flag{font-size:2.5rem}.contact-locations h2{font-size:1.5rem}}.offices-page-modern{min-height:100vh;background:#f8fafc}.offices-header{position:relative;padding:8rem 5% 5rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);text-align:center;overflow:hidden}.offices-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.offices-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.offices-shape-1{width:500px;height:500px;background:linear-gradient(135deg,rgba(0,152,158,.2),rgba(0,113,117,.1));top:-150px;right:-100px;animation:float 20s ease-in-out infinite}.offices-shape-2{width:350px;height:350px;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(0,152,158,.1));bottom:-100px;left:-80px;animation:float 18s ease-in-out infinite reverse}.offices-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.offices-badge{display:inline-block;background:rgba(255,255,255,.15);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.offices-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.offices-header p{font-size:1.1rem;color:#fffc;line-height:1.7}.offices-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.offices-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:-2rem;position:relative;z-index:2}.office-card-modern{background:white;border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s ease}.office-card-modern:hover{transform:translateY(-8px);box-shadow:0 16px 40px #0000001f}.office-card-image{position:relative;height:180px;overflow:hidden}.office-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.office-card-modern:hover .office-card-image img{transform:scale(1.05)}.office-card-flag{position:absolute;top:1rem;right:1rem;font-size:2rem;background:white;padding:.5rem;border-radius:10px;box-shadow:0 4px 12px #00000026}.office-card-content{padding:1.5rem}.office-card-region{display:inline-block;background:var(--primary-light);color:var(--primary-color);padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.office-card-content h3{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.office-card-city{font-size:1rem;font-weight:600;color:var(--primary-color);margin-bottom:1rem}.office-card-details{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.office-card-details p{font-size:.9rem;color:var(--text-light);line-height:1.5;margin:0}.office-card-contact{display:flex;gap:.75rem;margin-bottom:1rem}.office-phone-btn,.office-email-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem .75rem;border-radius:8px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s ease}.office-phone-btn{background:var(--primary-color);color:#fff}.office-phone-btn:hover{background:var(--secondary-color);transform:translateY(-2px)}.office-email-btn{background:#f1f5f9;color:var(--text-color)}.office-email-btn:hover{background:var(--primary-light);color:var(--primary-color)}.office-email-btn.full-width{flex:none;width:100%}.office-card-features{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0}.office-card-features li{background:#f1f5f9;color:var(--text-light);padding:.375rem .75rem;border-radius:50px;font-size:.75rem;font-weight:500}.offices-cta{margin-top:4rem;background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));border-radius:20px;padding:3rem;text-align:center}.offices-cta-content h2{font-size:1.75rem;font-weight:700;color:#fff;margin-bottom:.75rem}.offices-cta-content p{font-size:1.1rem;color:#ffffffe6;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.offices-cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.offices-cta-primary,.offices-cta-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s ease}.offices-cta-primary{background:white;color:var(--primary-color)}.offices-cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0003}.offices-cta-secondary{background:transparent;color:#fff;border:2px solid white}.offices-cta-secondary:hover{background:white;color:var(--primary-color)}@media (max-width: 1024px){.offices-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.offices-grid .office-card-modern:last-child{grid-column:1 / -1;max-width:500px;margin:0 auto}}@media (max-width: 768px){.offices-grid{grid-template-columns:1fr;gap:1.5rem;margin-top:-1.5rem}.offices-grid .office-card-modern:last-child{max-width:none}.office-card-image{height:160px}.office-card-content{padding:1.25rem}.office-card-content h3{font-size:1.25rem}.office-card-contact{flex-direction:column;gap:.5rem}.office-phone-btn,.office-email-btn{width:100%;flex:none}.offices-cta{padding:2rem 1.5rem;margin-top:3rem}.offices-cta-content h2{font-size:1.5rem}.offices-cta-content p{font-size:1rem}.offices-cta-buttons{flex-direction:column;align-items:center}.offices-cta-primary,.offices-cta-secondary{width:100%;max-width:280px;justify-content:center}.offices-header{padding:5.5rem 5% 3rem}}@media (max-width: 480px){.offices-header h1{font-size:1.75rem}.offices-header p{font-size:1rem}.offices-badge{font-size:.8rem;padding:.4rem 1rem}.office-card-flag{font-size:1.5rem;padding:.4rem}.offices-cta-primary,.offices-cta-secondary{padding:.875rem 1.5rem;font-size:.95rem}}.jobs-page-modern{min-height:100vh;background:#f8fafc}.jobs-header{position:relative;padding:8rem 5% 5rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);text-align:center;overflow:hidden}.jobs-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.jobs-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.jobs-shape-1{width:450px;height:450px;background:linear-gradient(135deg,rgba(0,152,158,.2),rgba(0,113,117,.1));top:-120px;right:-80px;animation:float 20s ease-in-out infinite}.jobs-shape-2{width:320px;height:320px;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(0,152,158,.1));bottom:-80px;left:-60px;animation:float 18s ease-in-out infinite reverse}.jobs-header-content{position:relative;z-index:1;max-width:600px;margin:0 auto}.jobs-badge{display:inline-block;background:rgba(255,255,255,.15);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.2)}.jobs-header h1{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.jobs-header p{font-size:1.1rem;color:#fffc;line-height:1.7}.jobs-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.jobs-search-wrapper{background:white;border-radius:16px;padding:1.5rem;margin-top:-2rem;position:relative;z-index:2;box-shadow:0 4px 20px #00000014}.jobs-search-box{position:relative;margin-bottom:1rem}.jobs-search-box input{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;color:var(--text-color);background:#f8fafc;transition:all .3s ease}.jobs-search-box input:focus{outline:none;border-color:var(--primary-color);background:white;box-shadow:0 0 0 4px #00989e1a}.jobs-search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-light);font-size:1rem}.jobs-filters{display:flex;gap:.75rem;flex-wrap:wrap}.jobs-filter-select,.jobs-filter-input{padding:.625rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:var(--text-color);background:#f8fafc;cursor:pointer;transition:all .3s ease;min-width:150px}.jobs-filter-select:focus,.jobs-filter-input:focus{outline:none;border-color:var(--primary-color);background:white}.jobs-sort-btn{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:.9rem;font-weight:600;color:var(--text-color);background:white;cursor:pointer;transition:all .3s ease}.jobs-sort-btn:hover{border-color:var(--primary-color);color:var(--primary-color)}.jobs-results-info{margin:1.5rem 0 1rem;font-size:.95rem;color:var(--text-light);font-weight:500}.jobs-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.job-card-modern{background:white;border-radius:16px;padding:1.5rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent;box-shadow:0 2px 12px #0000000f;position:relative;overflow:hidden}.job-card-modern:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:var(--primary-gradient);opacity:0;transition:opacity .3s ease}.job-card-modern.tech:before{background:linear-gradient(135deg,#0891b2,#0e7490)}.job-card-modern.nursing:before{background:linear-gradient(135deg,#0891b2,#06b6d4)}.job-card-modern.physician:before{background:linear-gradient(135deg,#3b82f6,#2563eb)}.job-card-modern.radiology:before{background:linear-gradient(135deg,#6366f1,#4f46e5)}.job-card-modern:hover{transform:translateY(-4px);border-color:var(--primary-color);box-shadow:0 12px 30px #0000001a}.job-card-modern:hover:before{opacity:1}.job-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.job-category-tag{padding:.35rem .75rem;border-radius:50px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.job-category-tag.tech{background:rgba(8,145,178,.1);color:#0891b2}.job-category-tag.nursing{background:rgba(6,182,212,.1);color:#0891b2}.job-category-tag.physician{background:rgba(59,130,246,.1);color:#3b82f6}.job-category-tag.radiology{background:rgba(99,102,241,.1);color:#6366f1}.job-date-tag{font-size:.8rem;color:var(--text-light)}.job-card-title{font-size:1.15rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem;line-height:1.3}.job-card-location{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.job-card-location svg{color:var(--primary-color)}.job-card-meta{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e2e8f0;margin-bottom:1rem}.job-type-tag{padding:.25rem .625rem;background:#f1f5f9;border-radius:4px;font-size:.8rem;font-weight:500;color:var(--text-light)}.job-id{font-size:.8rem;color:#94a3b8;font-family:monospace}.job-card-apply{width:100%;padding:.75rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.job-card-apply:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00989e4d}.jobs-empty{text-align:center;padding:4rem 2rem;background:white;border-radius:16px;box-shadow:0 2px 12px #0000000f}.jobs-empty svg{font-size:3rem;color:#cbd5e1;margin-bottom:1rem}.jobs-empty h3{font-size:1.25rem;color:var(--text-color);margin-bottom:.5rem}.jobs-empty p{color:var(--text-light)}.pagination-controls{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding:1rem 1.5rem;background:white;border-radius:12px;box-shadow:0 2px 12px #0000000f;flex-wrap:wrap;gap:1rem}@media (max-width: 900px){.jobs-cards-grid{grid-template-columns:1fr}}@media (max-width: 768px){.jobs-header{padding:5.5rem 5% 3rem}.jobs-search-wrapper{padding:1rem;margin-top:-1.5rem}.jobs-filters{flex-direction:column}.jobs-filter-select,.jobs-filter-input,.jobs-sort-btn{width:100%;min-width:auto}.job-card-modern{padding:1.25rem}.job-card-title{font-size:1rem}.pagination-controls{flex-direction:column;gap:.75rem}}@media (max-width: 480px){.jobs-header h1{font-size:1.75rem}.jobs-header p{font-size:1rem}.jobs-badge{font-size:.8rem;padding:.4rem 1rem}.jobs-search-box input{padding:.875rem .875rem .875rem 2.75rem;font-size:16px}.job-card-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.apply-page-modern{min-height:100vh;background:#f8fafc}.apply-loading{display:flex;align-items:center;justify-content:center;min-height:50vh;font-size:1.1rem;color:var(--text-light)}.apply-header{position:relative;padding:8rem 5% 5rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);overflow:hidden}.apply-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.apply-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.apply-shape-1{width:400px;height:400px;background:linear-gradient(135deg,rgba(0,152,158,.2),rgba(0,113,117,.1));top:-100px;right:-50px;animation:float 20s ease-in-out infinite}.apply-shape-2{width:300px;height:300px;background:linear-gradient(135deg,rgba(59,130,246,.15),rgba(0,152,158,.1));bottom:-80px;left:-50px;animation:float 18s ease-in-out infinite reverse}.apply-header-content{position:relative;z-index:1;max-width:800px}.apply-header-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.apply-category-tag{padding:.4rem .875rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.apply-category-tag.tech{background:rgba(255,255,255,.15);color:#fff;border:1px solid rgba(255,255,255,.25)}.apply-category-tag.nursing{background:rgba(6,182,212,.15);color:#0891b2}.apply-category-tag.physician{background:rgba(59,130,246,.15);color:#3b82f6}.apply-category-tag.radiology{background:rgba(99,102,241,.15);color:#6366f1}.apply-job-id{font-size:.9rem;color:#ffffffb3;font-family:monospace}.apply-header h1{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.2}.apply-header-meta{display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.apply-header-meta span{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#ffffffd9}.apply-header-meta svg{color:#ffffffb3}.apply-header-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #00989e4d}.apply-header-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00989e66}.apply-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.apply-content-grid{display:grid;grid-template-columns:1fr 350px;gap:2rem;margin-top:-2rem;position:relative;z-index:2}.apply-description-card{background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.apply-description-card h2{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.apply-description-text p{font-size:1rem;line-height:1.8;color:var(--text-light);margin-bottom:1rem}.apply-sidebar{display:flex;flex-direction:column;gap:1.5rem}.apply-details-card{background:white;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px #00000014}.apply-details-card h3{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e2e8f0}.apply-detail-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.apply-detail-row:last-of-type{border-bottom:none;margin-bottom:1rem}.detail-label{font-size:.9rem;color:var(--text-light)}.detail-value{font-size:.9rem;font-weight:600;color:var(--text-color)}.detail-value.highlight{color:var(--primary-color)}.apply-sidebar-btn{width:100%;padding:.875rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.apply-sidebar-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #00989e4d}.apply-share-card{background:white;border-radius:16px;padding:1.25rem;box-shadow:0 4px 20px #00000014;text-align:center}.apply-share-card h4{font-size:.95rem;font-weight:600;color:var(--text-color);margin-bottom:1rem}.apply-share-buttons{display:flex;gap:.75rem;justify-content:center}.share-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.1rem;transition:all .3s ease;text-decoration:none}.share-btn.linkedin{background:#e7f0ff;color:#0a66c2}.share-btn.linkedin:hover{background:#0a66c2;color:#fff}.share-btn.email{background:var(--primary-light);color:var(--primary-color)}.share-btn.email:hover{background:var(--primary-color);color:#fff}.apply-eeo-card{margin-top:2rem;background:white;border-radius:16px;padding:2rem;box-shadow:0 4px 20px #00000014}.apply-eeo-card h3{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.apply-eeo-card p{font-size:.9rem;line-height:1.7;color:var(--text-light);margin-bottom:.75rem}.apply-eeo-card a{color:var(--primary-color);font-weight:500}.apply-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;backdrop-filter:blur(4px)}.apply-modal{background:white;border-radius:20px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.apply-modal-header{padding:1.5rem 1.5rem 0;text-align:center}.apply-modal-header h2{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.apply-modal-header p{font-size:.9rem;color:var(--text-light)}.apply-modal-body{padding:1.5rem}.apply-modal-job-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;padding:1rem;background:#f8fafc;border-radius:12px;margin-bottom:1.5rem}.summary-item{text-align:center}.summary-label{display:block;font-size:.75rem;color:var(--text-light);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.03em}.summary-value{font-size:.85rem;font-weight:600;color:var(--text-color)}.apply-upload-zone{position:relative;border:2px dashed #cbd5e1;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease;background:#f8fafc}.apply-upload-zone.active{border-color:var(--primary-color);background:var(--primary-light)}.apply-upload-zone.has-file{border-style:solid;border-color:var(--primary-color);background:var(--primary-light)}.apply-file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.apply-upload-label{display:flex;flex-direction:column;align-items:center;gap:.75rem;cursor:pointer}.apply-upload-label svg{font-size:2rem;color:var(--primary-color)}.apply-upload-label span{font-size:.95rem;color:var(--text-light)}.apply-upload-label strong{color:var(--primary-color)}.upload-hint{font-size:.8rem!important;color:#94a3b8!important}.apply-file-selected{display:flex;align-items:center;gap:.75rem;justify-content:center}.apply-file-selected svg{font-size:1.5rem;color:var(--primary-color)}.apply-file-selected .file-name{font-weight:600;color:var(--text-color)}.remove-file{padding:.25rem .75rem;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;font-size:.8rem;cursor:pointer;transition:background .3s ease}.remove-file:hover{background:#fecaca}.apply-modal-footer{display:flex;gap:1rem;padding:0 1.5rem 1.5rem}.apply-modal-cancel,.apply-modal-submit{flex:1;padding:.875rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.apply-modal-cancel{background:#f1f5f9;color:var(--text-color);border:none}.apply-modal-cancel:hover{background:#e2e8f0}.apply-modal-submit{background:var(--primary-gradient);color:#fff;border:none}.apply-modal-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #00989e4d}.apply-modal-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 900px){.apply-content-grid{grid-template-columns:1fr}.apply-sidebar{order:-1}}@media (max-width: 768px){.apply-header{padding:4rem 5% 3rem}.apply-header h1{font-size:1.5rem}.apply-header-meta{flex-direction:column;gap:.5rem}.apply-description-card,.apply-details-card,.apply-eeo-card{padding:1.25rem}.apply-modal-job-summary{grid-template-columns:1fr;gap:.75rem}.summary-item{display:flex;justify-content:space-between;text-align:left}}@media (max-width: 480px){.apply-header-top{flex-direction:column;align-items:flex-start;gap:.5rem}.apply-header-btn{width:100%;justify-content:center}.apply-modal-footer{flex-direction:column}.apply-upload-zone{padding:1.5rem 1rem}}.offshore-page-modern{min-height:100vh;background:#f8fafc}.offshore-header{position:relative;padding:6rem 5% 5rem;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);text-align:center;overflow:hidden}.offshore-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.offshore-shape{position:absolute;border-radius:50%;filter:blur(80px)}.offshore-shape-1{width:500px;height:500px;background:linear-gradient(135deg,rgba(0,152,158,.3),rgba(0,113,117,.15));top:-150px;right:-100px;animation:float 20s ease-in-out infinite}.offshore-shape-2{width:350px;height:350px;background:linear-gradient(135deg,rgba(59,130,246,.25),rgba(0,152,158,.15));bottom:-100px;left:-80px;animation:float 18s ease-in-out infinite reverse}.offshore-shape-3{width:200px;height:200px;background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(59,130,246,.1));top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 10s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.3;transform:translate(-50%,-50%) scale(1)}50%{opacity:.6;transform:translate(-50%,-50%) scale(1.2)}}.offshore-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.offshore-badge{display:inline-block;background:rgba(0,152,158,.2);color:#5eead4;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(0,152,158,.3)}.offshore-header h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1rem;letter-spacing:-.02em}.offshore-header>.offshore-header-content>p{font-size:1.15rem;color:#94a3b8;line-height:1.7;margin-bottom:2rem}.offshore-header-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.offshore-stat{text-align:center}.offshore-stat .stat-number{display:block;font-size:2rem;font-weight:800;color:#5eead4;margin-bottom:.25rem}.offshore-stat .stat-label{font-size:.9rem;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.offshore-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.offshore-intro-card{background:white;border-radius:20px;padding:2.5rem;margin-top:-3rem;position:relative;z-index:2;box-shadow:0 10px 40px #0000001a;text-align:center}.intro-icon{width:70px;height:70px;background:var(--primary-gradient);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.75rem;color:#fff}.offshore-intro-card h2{font-size:1.75rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.offshore-intro-card p{font-size:1.05rem;color:var(--text-light);line-height:1.8;max-width:800px;margin:0 auto}.offshore-features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.offshore-feature-card{background:white;border-radius:16px;padding:1.75rem;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 15px #0000000d}.offshore-feature-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 15px 40px #0000001a}.feature-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem}.feature-icon.sun-icon{background:rgba(251,191,36,.15);color:#f59e0b}.feature-icon.shield-icon{background:rgba(34,197,94,.15);color:#22c55e}.feature-icon.monitor-icon{background:rgba(59,130,246,.15);color:#3b82f6}.feature-icon.resolve-icon{background:rgba(0,152,158,.15);color:var(--primary-color)}.offshore-feature-card h3{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.offshore-feature-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}.offshore-talent-section{display:grid;grid-template-columns:1fr 400px;gap:3rem;margin-top:4rem;align-items:center}.section-label{display:inline-block;background:var(--primary-light);color:var(--primary-color);padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.talent-content h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.talent-content>p{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.talent-list{list-style:none;padding:0;margin:0}.talent-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;font-size:1rem;color:var(--text-color)}.talent-list li svg{color:var(--primary-color);margin-top:.2rem;flex-shrink:0}.talent-visual{display:flex;justify-content:center}.talent-card{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:20px;padding:2rem;width:100%;max-width:350px;box-shadow:0 20px 50px #0003}.talent-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid rgba(255,255,255,.1)}.talent-card-header svg{color:#5eead4;font-size:1.25rem}.talent-card-header span{color:#fff;font-weight:600;font-size:1rem}.talent-card-body{display:flex;flex-direction:column;gap:1.25rem}.talent-metric{display:flex;justify-content:space-between;align-items:center}.talent-metric .metric-value{font-size:1.75rem;font-weight:800;color:#5eead4}.talent-metric .metric-label{font-size:.9rem;color:#94a3b8}.offshore-industries{margin-top:4rem;text-align:center}.offshore-industries h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.section-desc{font-size:1.05rem;color:var(--text-light);max-width:700px;margin:0 auto 2.5rem;line-height:1.7}.industries-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.industry-card{background:white;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.industry-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.industry-card svg{font-size:2.25rem;color:var(--primary-color);margin-bottom:1rem}.industry-card h4{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.industry-card p{font-size:.85rem;color:var(--text-light);line-height:1.5}.offshore-cta-section{margin-top:4rem;background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;padding:3rem;text-align:center}.cta-content h2{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.75rem}.cta-content>p{font-size:1.1rem;color:#94a3b8;margin-bottom:2rem}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary{padding:1rem 2.5rem;background:var(--primary-gradient);color:#fff;border:none;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00989e66}.cta-secondary{padding:1rem 2.5rem;background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-secondary:hover{background:rgba(255,255,255,.1);border-color:#ffffff80}@media (max-width: 1100px){.offshore-features-grid,.industries-grid{grid-template-columns:repeat(2,1fr)}.offshore-talent-section{grid-template-columns:1fr}.talent-visual{order:-1}}@media (max-width: 768px){.offshore-header{padding:5.5rem 5% 4rem}.offshore-header h1{font-size:2rem}.offshore-header-stats{gap:1.5rem}.offshore-stat .stat-number{font-size:1.5rem}.offshore-intro-card{padding:1.75rem;margin-top:-2rem}.offshore-features-grid,.industries-grid{grid-template-columns:1fr}.offshore-cta-section{padding:2rem 1.5rem}.cta-content h2{font-size:1.5rem}.cta-buttons{flex-direction:column}.cta-primary,.cta-secondary{width:100%}}@media (max-width: 480px){.offshore-header h1{font-size:1.75rem}.offshore-badge{font-size:.8rem;padding:.4rem 1rem}.talent-content h2,.offshore-industries h2{font-size:1.5rem}.talent-card{padding:1.5rem}.talent-metric .metric-value{font-size:1.5rem}}.nearshore-page-modern{min-height:100vh;background:#f8fafc}.nearshore-header{position:relative;padding:6rem 5% 5rem;background:linear-gradient(135deg,#1e3a5f 0%,#2d5a87 50%,#3d7ab5 100%);text-align:center;overflow:hidden}.nearshore-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.nearshore-shape{position:absolute;border-radius:50%;filter:blur(80px)}.nearshore-shape-1{width:450px;height:450px;background:linear-gradient(135deg,rgba(0,152,158,.3),rgba(59,130,246,.2));top:-120px;right:-80px;animation:float 20s ease-in-out infinite}.nearshore-shape-2{width:350px;height:350px;background:linear-gradient(135deg,rgba(251,191,36,.2),rgba(0,152,158,.15));bottom:-100px;left:-80px;animation:float 18s ease-in-out infinite reverse}.nearshore-shape-3{width:200px;height:200px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(59,130,246,.1));top:40%;left:30%;animation:pulse 12s ease-in-out infinite}.nearshore-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.nearshore-badge{display:inline-block;background:rgba(251,191,36,.2);color:#fbbf24;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(251,191,36,.3)}.nearshore-header h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.nearshore-header>.nearshore-header-content>p{font-size:1.15rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.nearshore-header-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.nearshore-stat{text-align:center}.nearshore-stat .stat-number{display:block;font-size:2rem;font-weight:800;color:#fbbf24;margin-bottom:.25rem}.nearshore-stat .stat-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.nearshore-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.nearshore-intro-card{background:white;border-radius:20px;padding:2.5rem;margin-top:-3rem;position:relative;z-index:2;box-shadow:0 10px 40px #0000001a;text-align:center}.intro-icon.nearshore-icon{background:linear-gradient(135deg,#1e3a5f,#3d7ab5)}.nearshore-what-section{display:grid;grid-template-columns:1fr 400px;gap:3rem;margin-top:4rem;align-items:center}.what-content h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.what-content>p{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.what-list{list-style:none;padding:0;margin:0}.what-list li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:1rem;color:var(--text-color)}.what-list li svg{color:var(--primary-color)}.timezone-card{background:linear-gradient(135deg,#1e3a5f,#2d5a87);border-radius:20px;padding:2rem;color:#fff}.timezone-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.timezone-header svg{color:#fbbf24;font-size:1.25rem}.timezone-bar{display:flex;flex-direction:column;gap:1rem}.your-hours,.nearshore-hours{display:flex;align-items:center;gap:1rem}.your-hours span,.nearshore-hours span{font-size:.85rem;width:80px;color:#ffffffb3}.hours-visual{flex:1;height:24px;background:rgba(255,255,255,.1);border-radius:4px;position:relative;overflow:hidden}.hours-visual:after{content:"";position:absolute;height:100%;border-radius:4px}.hours-visual.yours:after{left:30%;width:35%;background:linear-gradient(90deg,#3b82f6,#60a5fa)}.hours-visual.near:after{left:25%;width:40%;background:linear-gradient(90deg,#fbbf24,#f59e0b)}.overlap-text{text-align:center;margin-top:1.5rem;font-size:.9rem;color:#fbbf24;font-weight:600}.nearshore-benefits-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:4rem}.nearshore-benefit-card{background:white;border-radius:16px;padding:1.75rem;text-align:center;transition:all .3s ease;border:2px solid transparent;box-shadow:0 4px 15px #0000000d}.nearshore-benefit-card:hover{transform:translateY(-5px);border-color:#1e3a5f;box-shadow:0 15px 40px #0000001a}.benefit-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;font-size:1.5rem}.benefit-icon.collab-icon{background:rgba(59,130,246,.15);color:#3b82f6}.benefit-icon.culture-icon{background:rgba(0,152,158,.15);color:var(--primary-color)}.benefit-icon.cost-icon{background:rgba(34,197,94,.15);color:#22c55e}.benefit-icon.agile-icon{background:rgba(251,191,36,.15);color:#f59e0b}.nearshore-benefit-card h3{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.nearshore-benefit-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}.nearshore-regions{margin-top:4rem;text-align:center}.nearshore-regions h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.regions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2rem}.region-card{background:white;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.region-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.region-flag{font-size:3rem;margin-bottom:1rem}.region-card h4{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.region-card p{font-size:.85rem;color:var(--text-light)}.nearshore-cta-section{margin-top:4rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border-radius:24px;padding:3rem;text-align:center}.onshore-page-modern{min-height:100vh;background:#f8fafc}.onshore-header{position:relative;padding:6rem 5% 5rem;background:linear-gradient(135deg,#065f46 0%,#047857 50%,#059669 100%);text-align:center;overflow:hidden}.onshore-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.onshore-shape{position:absolute;border-radius:50%;filter:blur(80px)}.onshore-shape-1{width:450px;height:450px;background:linear-gradient(135deg,rgba(16,185,129,.3),rgba(5,150,105,.2));top:-120px;right:-80px;animation:float 20s ease-in-out infinite}.onshore-shape-2{width:350px;height:350px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(16,185,129,.15));bottom:-100px;left:-80px;animation:float 18s ease-in-out infinite reverse}.onshore-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.onshore-badge{display:inline-block;background:rgba(16,185,129,.2);color:#6ee7b7;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(16,185,129,.3)}.onshore-header h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.onshore-header>.onshore-header-content>p{font-size:1.15rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.onshore-header-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.onshore-stat{text-align:center}.onshore-stat .stat-number{display:block;font-size:2rem;font-weight:800;color:#6ee7b7;margin-bottom:.25rem}.onshore-stat .stat-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.onshore-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.onshore-intro-card{background:white;border-radius:20px;padding:2.5rem;margin-top:-3rem;position:relative;z-index:2;box-shadow:0 10px 40px #0000001a;text-align:center}.intro-icon.onshore-icon{background:linear-gradient(135deg,#065f46,#059669)}.onshore-power-section{display:grid;grid-template-columns:1fr 400px;gap:3rem;margin-top:4rem;align-items:center}.power-content h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.power-content>p{font-size:1.05rem;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.power-list{list-style:none;padding:0;margin:0}.power-list li{display:flex;align-items:flex-start;gap:1rem;padding:.75rem 0}.power-list li svg{color:#059669;margin-top:.25rem;flex-shrink:0}.power-list li div{display:flex;flex-direction:column}.power-list li strong{font-size:1rem;color:var(--text-color);margin-bottom:.25rem}.power-list li span{font-size:.9rem;color:var(--text-light)}.roles-card{background:linear-gradient(135deg,#065f46,#047857);border-radius:20px;padding:2rem;color:#fff}.roles-card h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.roles-grid{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.role-tag{background:rgba(255,255,255,.15);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;font-weight:500;border:1px solid rgba(255,255,255,.2)}.onshore-options-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:4rem}.onshore-option-card{background:white;border-radius:20px;padding:2rem;transition:all .3s ease;box-shadow:0 4px 20px #0000000f;border:2px solid transparent}.onshore-option-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.onshore-option-card.onsite:hover{border-color:#059669}.onshore-option-card.remote:hover{border-color:#3b82f6}.option-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;font-size:1.5rem}.onshore-option-card.onsite .option-icon{background:rgba(5,150,105,.15);color:#059669}.onshore-option-card.remote .option-icon{background:rgba(59,130,246,.15);color:#3b82f6}.onshore-option-card h3{font-size:1.25rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.onshore-option-card>p{font-size:.95rem;color:var(--text-light);line-height:1.6;margin-bottom:1.25rem}.onshore-option-card ul{list-style:none;padding:0;margin:0}.onshore-option-card ul li{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.9rem;color:var(--text-color)}.onshore-option-card ul li:before{content:"\2713";color:var(--primary-color);font-weight:700}.onshore-why-section{margin-top:4rem;text-align:center}.onshore-why-section h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:2rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.why-card{background:white;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.why-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.why-card svg{font-size:2rem;color:#059669;margin-bottom:1rem}.why-card h4{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.why-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}.onshore-cta-section{margin-top:4rem;background:linear-gradient(135deg,#065f46,#047857);border-radius:24px;padding:3rem;text-align:center}.healthcare-page-modern{min-height:100vh;background:#f8fafc}.healthcare-header{position:relative;padding:6rem 5% 5rem;background:linear-gradient(135deg,#7c2d54 0%,#9d3c6b 50%,#be5a8c 100%);text-align:center;overflow:hidden}.healthcare-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.healthcare-shape{position:absolute;border-radius:50%;filter:blur(80px)}.healthcare-shape-1{width:450px;height:450px;background:linear-gradient(135deg,rgba(236,72,153,.3),rgba(157,60,107,.2));top:-120px;right:-80px;animation:float 20s ease-in-out infinite}.healthcare-shape-2{width:350px;height:350px;background:linear-gradient(135deg,rgba(255,255,255,.1),rgba(236,72,153,.15));bottom:-100px;left:-80px;animation:float 18s ease-in-out infinite reverse}.healthcare-shape-3{width:200px;height:200px;background:linear-gradient(135deg,rgba(0,152,158,.2),rgba(59,130,246,.1));top:50%;left:20%;animation:pulse 10s ease-in-out infinite}.healthcare-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.healthcare-badge{display:inline-block;background:rgba(236,72,153,.2);color:#fbcfe8;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(236,72,153,.3)}.healthcare-header h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.healthcare-header>.healthcare-header-content>p{font-size:1.15rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.healthcare-header-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.healthcare-stat{text-align:center}.healthcare-stat .stat-number{display:block;font-size:2rem;font-weight:800;color:#fbcfe8;margin-bottom:.25rem}.healthcare-stat .stat-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.healthcare-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.healthcare-intro-card{background:white;border-radius:20px;padding:2.5rem;margin-top:-3rem;position:relative;z-index:2;box-shadow:0 10px 40px #0000001a;text-align:center}.intro-icon.healthcare-icon{background:linear-gradient(135deg,#7c2d54,#be5a8c)}.healthcare-specialties-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.specialty-card{background:white;border-radius:20px;padding:2rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #0000000f;border:2px solid transparent;position:relative;overflow:hidden}.specialty-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;opacity:0;transition:opacity .3s ease}.specialty-card.nursing:before{background:linear-gradient(90deg,#06b6d4,#0891b2)}.specialty-card.physician:before{background:linear-gradient(90deg,#ec4899,#be185d)}.specialty-card.radiology:before{background:linear-gradient(90deg,#6366f1,#4f46e5)}.specialty-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.specialty-card:hover:before{opacity:1}.specialty-card.nursing:hover{border-color:#0891b2}.specialty-card.physician:hover{border-color:#ec4899}.specialty-card.radiology:hover{border-color:#6366f1}.specialty-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem}.specialty-card.nursing .specialty-icon{background:rgba(6,182,212,.15);color:#0891b2}.specialty-card.physician .specialty-icon{background:rgba(236,72,153,.15);color:#ec4899}.specialty-card.radiology .specialty-icon{background:rgba(99,102,241,.15);color:#6366f1}.specialty-card h3{font-size:1.25rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.specialty-card>p{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.specialty-card ul{list-style:none;padding:0;margin:0 0 1.25rem}.specialty-card ul li{font-size:.85rem;color:var(--text-light);padding:.35rem 0;border-bottom:1px solid #f1f5f9}.specialty-card ul li:last-child{border-bottom:none}.specialty-link{font-size:.9rem;font-weight:600;color:var(--primary-color)}.healthcare-compliance-section{margin-top:4rem;background:white;border-radius:20px;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.compliance-content h2{font-size:1.75rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.compliance-content>p{font-size:1rem;color:var(--text-light);margin-bottom:2rem}.compliance-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.compliance-item{display:flex;align-items:flex-start;gap:1rem}.compliance-item svg{color:var(--primary-color);font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.compliance-item div{display:flex;flex-direction:column}.compliance-item strong{font-size:1rem;color:var(--text-color);margin-bottom:.25rem}.compliance-item span{font-size:.9rem;color:var(--text-light)}.healthcare-multishore{margin-top:4rem;text-align:center}.healthcare-multishore h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.multishore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:2rem}.multishore-card{background:white;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 4px 15px #0000000d;transition:all .3s ease}.multishore-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.multishore-card svg{font-size:2rem;color:#9d3c6b;margin-bottom:1rem}.multishore-card h4{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.multishore-card p{font-size:.9rem;color:var(--text-light)}.healthcare-cta-section{margin-top:4rem;background:linear-gradient(135deg,#7c2d54,#9d3c6b);border-radius:24px;padding:3rem;text-align:center}@media (max-width: 1100px){.nearshore-what-section,.onshore-power-section{grid-template-columns:1fr}.what-visual,.power-visual{order:-1}.nearshore-benefits-grid,.regions-grid{grid-template-columns:repeat(2,1fr)}.healthcare-specialties-grid{grid-template-columns:1fr}}@media (max-width: 768px){.nearshore-header,.onshore-header,.healthcare-header{padding:5.5rem 5% 4rem}.nearshore-header h1,.onshore-header h1,.healthcare-header h1{font-size:2rem}.nearshore-header-stats,.onshore-header-stats,.healthcare-header-stats{gap:1.5rem}.nearshore-stat .stat-number,.onshore-stat .stat-number,.healthcare-stat .stat-number{font-size:1.5rem}.nearshore-intro-card,.onshore-intro-card,.healthcare-intro-card{padding:1.75rem;margin-top:-2rem}.nearshore-benefits-grid,.regions-grid,.onshore-options-grid,.why-grid,.compliance-grid,.multishore-grid{grid-template-columns:1fr}.nearshore-cta-section,.onshore-cta-section,.healthcare-cta-section{padding:2rem 1.5rem}}@media (max-width: 480px){.nearshore-badge,.onshore-badge,.healthcare-badge{font-size:.8rem;padding:.4rem 1rem}.timezone-card,.roles-card{padding:1.5rem}.what-content h2,.power-content h2,.nearshore-regions h2,.onshore-why-section h2,.healthcare-multishore h2{font-size:1.5rem}}.about-page-modern{min-height:100vh;background:#f8fafc}.about-header{position:relative;padding:6rem 5% 5rem;background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);text-align:center;overflow:hidden}.about-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.about-shape{position:absolute;border-radius:50%;filter:blur(80px)}.about-shape-1{width:450px;height:450px;background:linear-gradient(135deg,rgba(0,152,158,.3),rgba(59,130,246,.2));top:-120px;right:-80px;animation:float 20s ease-in-out infinite}.about-shape-2{width:350px;height:350px;background:linear-gradient(135deg,rgba(168,85,247,.2),rgba(236,72,153,.15));bottom:-100px;left:-80px;animation:float 18s ease-in-out infinite reverse}.about-shape-3{width:200px;height:200px;background:linear-gradient(135deg,rgba(0,152,158,.15),rgba(255,255,255,.1));top:40%;left:25%;animation:pulse 12s ease-in-out infinite}.about-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.about-badge{display:inline-block;background:rgba(0,152,158,.2);color:var(--primary-color);padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(0,152,158,.3)}.about-header h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.about-header>.about-header-content>p{font-size:1.15rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.about-header-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.about-stat{text-align:center}.about-stat .stat-number{display:block;font-size:2rem;font-weight:800;color:var(--primary-color);margin-bottom:.25rem}.about-stat .stat-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.about-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.about-intro-card{background:white;border-radius:20px;padding:2.5rem;margin-top:-3rem;position:relative;z-index:2;box-shadow:0 10px 40px #0000001a;text-align:center}.intro-icon.about-icon{background:linear-gradient(135deg,#1a1a2e,#0f3460)}.founders-section{display:grid;grid-template-columns:1fr 380px;gap:3rem;margin-top:4rem;align-items:center}.founders-content h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.founders-content>p{font-size:1rem;color:var(--text-light);line-height:1.7;margin-bottom:1rem}.founders-expertise{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin-top:1.5rem}.expertise-item{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:var(--text-color)}.expertise-item svg{color:var(--primary-color)}.tech-stack-card{background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:20px;padding:2rem;color:#fff;text-align:center}.tech-stack-card h4{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem}.tech-logos{display:flex;justify-content:center;gap:2rem}.tech-item{display:flex;flex-direction:column;align-items:center;gap:.5rem}.tech-item svg{font-size:2rem;color:var(--primary-color)}.tech-item span{font-size:.85rem;color:#fffc}.tech-desc{margin-top:1.5rem;font-size:.9rem;color:#fff9;font-style:italic}.timeline-section{margin-top:4rem;text-align:center}.timeline-section h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.timeline-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem}.timeline-card{background:white;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #0000000d;border:2px solid transparent}.timeline-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:var(--primary-color)}.timeline-card.featured{border-color:var(--primary-color);background:linear-gradient(180deg,rgba(0,152,158,.05) 0%,white 100%)}.timeline-year{background:linear-gradient(135deg,#1a1a2e,#0f3460);color:#fff;padding:1rem;font-size:1.5rem;font-weight:800;text-align:center}.timeline-card.featured .timeline-year{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color))}.timeline-content{padding:1.5rem}.timeline-content h3{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.timeline-content>p{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.timeline-content ul{list-style:none;padding:0;margin:0}.timeline-content ul li{font-size:.85rem;color:var(--text-light);padding:.35rem 0;border-bottom:1px solid #f1f5f9}.timeline-content ul li:last-child{border-bottom:none}.values-section{margin-top:4rem;text-align:center}.values-section h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.value-card{background:white;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.value-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.value-icon{width:60px;height:60px;border-radius:16px;background:rgba(0,152,158,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.value-icon svg{font-size:1.5rem;color:var(--primary-color)}.value-card h4{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.value-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}.about-cta-section{margin-top:4rem;background:linear-gradient(135deg,#1a1a2e,#0f3460);border-radius:24px;padding:3rem;text-align:center}@media (max-width: 1100px){.founders-section{grid-template-columns:1fr}.founders-visual{order:-1}.timeline-grid,.values-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.about-header{padding:5.5rem 5% 4rem}.about-header h1{font-size:2rem}.about-header-stats{gap:1.5rem}.about-stat .stat-number{font-size:1.5rem}.about-intro-card{padding:1.75rem;margin-top:-2rem}.founders-expertise,.timeline-grid,.values-grid{grid-template-columns:1fr}.about-cta-section{padding:2rem 1.5rem}}@media (max-width: 480px){.about-badge{font-size:.8rem;padding:.4rem 1rem}.tech-stack-card{padding:1.5rem}.tech-logos{gap:1.5rem}.timeline-section h2,.values-section h2,.founders-content h2{font-size:1.5rem}}.insights-page-modern{min-height:100vh;background:#f8fafc}.insights-header{position:relative;padding:6rem 5% 5rem;text-align:center;overflow:hidden}.insights-header.nearshore-theme{background:linear-gradient(135deg,#1e3a5f 0%,#2d5a87 50%,#3d7ab5 100%)}.insights-header.global-theme{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%)}.insights-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.insights-shape{position:absolute;border-radius:50%;filter:blur(80px)}.nearshore-theme .insights-shape-1{width:400px;height:400px;background:linear-gradient(135deg,rgba(251,191,36,.3),rgba(59,130,246,.2));top:-100px;right:-60px;animation:float 18s ease-in-out infinite}.nearshore-theme .insights-shape-2{width:300px;height:300px;background:linear-gradient(135deg,rgba(0,152,158,.2),rgba(255,255,255,.1));bottom:-80px;left:-60px;animation:float 16s ease-in-out infinite reverse}.global-theme .insights-shape-1{width:400px;height:400px;background:linear-gradient(135deg,rgba(0,152,158,.3),rgba(168,85,247,.2));top:-100px;right:-60px;animation:float 18s ease-in-out infinite}.global-theme .insights-shape-2{width:300px;height:300px;background:linear-gradient(135deg,rgba(236,72,153,.15),rgba(255,255,255,.1));bottom:-80px;left:-60px;animation:float 16s ease-in-out infinite reverse}.insights-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.insights-badge{display:inline-block;background:rgba(251,191,36,.2);color:#fbbf24;padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(251,191,36,.3)}.global-theme .insights-badge{background:rgba(0,152,158,.2);color:var(--primary-color);border-color:#00989e4d}.insights-header h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.insights-header>.insights-header-content>p{font-size:1.15rem;color:#fffc;line-height:1.7;margin-bottom:2rem}.insights-header-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.insights-stat{text-align:center}.insights-stat .stat-number{display:block;font-size:2rem;font-weight:800;color:#fbbf24;margin-bottom:.25rem}.global-theme .insights-stat .stat-number{color:var(--primary-color)}.insights-stat .stat-label{font-size:.9rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em}.insights-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.insights-intro-card{background:white;border-radius:20px;padding:2.5rem;margin-top:-3rem;position:relative;z-index:2;box-shadow:0 10px 40px #0000001a;text-align:center}.intro-icon.insights-icon{background:linear-gradient(135deg,#1e3a5f,#3d7ab5)}.intro-icon.global-icon{background:linear-gradient(135deg,#1a1a2e,#0f3460)}.insights-featured{margin-top:3rem}.featured-article{background:linear-gradient(135deg,#1e3a5f,#2d5a87);border-radius:20px;padding:2.5rem;color:#fff}.insights-featured.global .featured-article{background:linear-gradient(135deg,#1a1a2e,#0f3460)}.featured-badge{display:inline-block;background:rgba(251,191,36,.2);color:#fbbf24;padding:.4rem 1rem;border-radius:50px;font-size:.8rem;font-weight:600;margin-bottom:1.25rem}.insights-featured.global .featured-badge{background:rgba(0,152,158,.2);color:var(--primary-color)}.featured-article h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem}.featured-article>p{font-size:1rem;color:#ffffffd9;line-height:1.7;margin-bottom:2rem}.featured-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.featured-stat-item{display:flex;align-items:flex-start;gap:1rem}.featured-stat-item svg{color:#fbbf24;font-size:1.25rem;margin-top:.25rem;flex-shrink:0}.insights-featured.global .featured-stat-item svg{color:var(--primary-color)}.featured-stat-item div{display:flex;flex-direction:column}.featured-stat-item strong{font-size:.95rem;margin-bottom:.25rem}.featured-stat-item span{font-size:.85rem;color:#ffffffb3}.insights-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}.insight-card{background:white;border-radius:16px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 15px #0000000d;border:2px solid transparent}.insight-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#1e3a5f}.insight-date{background:linear-gradient(135deg,#1e3a5f,#2d5a87);color:#fff;padding:1rem;display:flex;flex-direction:column;align-items:center}.insight-date.global{background:linear-gradient(135deg,#1a1a2e,#0f3460)}.insight-date .month{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.insight-date .year{font-size:1.25rem;font-weight:800}.insight-content{padding:1.5rem}.insight-content h3{font-size:1.1rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.insight-content>p{font-size:.9rem;color:var(--text-light);line-height:1.6;margin-bottom:1rem}.insight-content ul{list-style:none;padding:0;margin:0}.insight-content ul li{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-light);padding:.4rem 0}.insight-content ul li svg{color:var(--primary-color);font-size:.75rem;flex-shrink:0}.insights-trends{margin-top:4rem;text-align:center}.insights-trends h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:2rem}.trends-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trend-item{background:white;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.trend-item:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.trend-icon{width:60px;height:60px;border-radius:16px;background:rgba(30,58,95,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.trend-icon svg{font-size:1.5rem;color:#1e3a5f}.trend-item h4{font-size:1.05rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.trend-item p{font-size:.85rem;color:var(--text-light);line-height:1.5}.build-center-types{margin-top:4rem;text-align:center}.build-center-types h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:2rem}.center-types-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.center-type-card{background:white;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d;border:2px solid transparent}.center-type-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:var(--primary-color)}.center-icon{width:60px;height:60px;border-radius:16px;background:rgba(0,152,158,.1);display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.center-icon svg{font-size:1.5rem;color:var(--primary-color)}.center-type-card h4{font-size:1.05rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.center-type-card>p{font-size:.85rem;color:var(--text-light);line-height:1.5;margin-bottom:1rem}.center-locations{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.center-locations span{background:#f1f5f9;padding:.3rem .75rem;border-radius:50px;font-size:.75rem;color:var(--text-light);font-weight:500}.insights-cta-section{margin-top:4rem;background:linear-gradient(135deg,#1e3a5f,#2d5a87);border-radius:24px;padding:3rem;text-align:center}.insights-cta-section.global{background:linear-gradient(135deg,#1a1a2e,#0f3460)}@media (max-width: 1100px){.featured-stats{grid-template-columns:1fr;gap:1rem}.insights-grid{grid-template-columns:1fr}.trends-grid,.center-types-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.insights-header{padding:5.5rem 5% 4rem}.insights-header h1{font-size:2rem}.insights-header-stats{gap:1.5rem}.insights-stat .stat-number{font-size:1.5rem}.insights-intro-card{padding:1.75rem;margin-top:-2rem}.featured-article{padding:1.75rem}.trends-grid,.center-types-grid{grid-template-columns:1fr}.insights-cta-section{padding:2rem 1.5rem}}@media (max-width: 480px){.insights-badge{font-size:.8rem;padding:.4rem 1rem}.featured-article h3{font-size:1.25rem}.insights-trends h2,.build-center-types h2{font-size:1.5rem}}.comparison-page-modern{min-height:100vh;background:#f8fafc}.comparison-header{position:relative;padding:6rem 5% 5rem;text-align:center;overflow:hidden;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%)}.comparison-header-bg{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.comparison-shape{position:absolute;border-radius:50%;filter:blur(80px)}.comparison-shape-1{width:400px;height:400px;background:linear-gradient(135deg,rgba(0,152,158,.3),rgba(59,130,246,.2));top:-100px;right:-60px;animation:float 18s ease-in-out infinite}.comparison-shape-2{width:300px;height:300px;background:linear-gradient(135deg,rgba(168,85,247,.2),rgba(236,72,153,.15));bottom:-80px;left:-60px;animation:float 16s ease-in-out infinite reverse}.comparison-shape-3{width:200px;height:200px;background:linear-gradient(135deg,rgba(251,191,36,.2),rgba(34,197,94,.15));top:50%;left:50%;transform:translate(-50%,-50%);animation:float 20s ease-in-out infinite}.comparison-header-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.comparison-badge{display:inline-block;background:rgba(0,152,158,.2);color:var(--primary-color);padding:.5rem 1.25rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(0,152,158,.3)}.comparison-header h1{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;color:#fff;margin-bottom:1rem}.comparison-header-content>p{font-size:1.15rem;color:#fffc;line-height:1.7}.comparison-main{max-width:1200px;margin:0 auto;padding:0 5% 4rem}.comparison-intro-card{background:white;border-radius:20px;padding:2.5rem;margin-top:-3rem;position:relative;z-index:2;box-shadow:0 10px 40px #0000001a;text-align:center}.intro-icon.comparison-icon{background:linear-gradient(135deg,#0f172a,#334155)}.comparison-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.comparison-card{background:white;border-radius:20px;overflow:hidden;transition:all .3s ease;box-shadow:0 4px 20px #00000014;border:2px solid transparent;position:relative;display:flex;flex-direction:column}.comparison-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.comparison-card.offshore:hover{border-color:#1e293b}.comparison-card.nearshore:hover{border-color:#1e3a5f}.comparison-card.onshore:hover{border-color:#166534}.comparison-card.healthcare:hover{border-color:#be185d}.comparison-card.featured{border:2px solid #1e3a5f;box-shadow:0 8px 30px #1e3a5f33}.featured-tag{position:absolute;top:0;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#1e3a5f,#3d7ab5);color:#fff;padding:.4rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:0 0 10px 10px}.comparison-card .card-header{padding:2rem 1.5rem 1.5rem;text-align:center}.comparison-card .card-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.comparison-card.offshore .card-icon{background:rgba(30,41,59,.1)}.comparison-card.offshore .card-icon svg{color:#1e293b;font-size:1.5rem}.comparison-card.nearshore .card-icon{background:rgba(30,58,95,.1)}.comparison-card.nearshore .card-icon svg{color:#1e3a5f;font-size:1.5rem}.comparison-card.onshore .card-icon{background:rgba(22,101,52,.1)}.comparison-card.onshore .card-icon svg{color:#166534;font-size:1.5rem}.comparison-card.healthcare .card-icon{background:rgba(190,24,93,.1)}.comparison-card.healthcare .card-icon svg{color:#be185d;font-size:1.5rem}.comparison-card h3{font-size:1.25rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.card-tagline{font-size:.85rem;color:var(--text-light)}.comparison-card .card-body{padding:0 1.5rem;flex:1;display:flex;flex-direction:column}.card-highlight{background:#f8fafc;border-radius:12px;padding:1rem;text-align:center;margin-bottom:1.25rem}.highlight-value{display:block;font-size:1.5rem;font-weight:800;color:var(--primary-color)}.highlight-label{font-size:.8rem;color:var(--text-light);text-transform:uppercase;letter-spacing:.05em}.card-features{list-style:none;padding:0;margin:0 0 1.25rem;flex:1}.card-features li{display:flex;align-items:flex-start;gap:.5rem;font-size:.85rem;color:var(--text-light);padding:.5rem 0;line-height:1.4}.card-features li svg{color:var(--primary-color);font-size:.75rem;flex-shrink:0}.card-ideal{background:#f1f5f9;border-radius:8px;padding:.75rem;font-size:.8rem;color:var(--text-light);margin-bottom:1.5rem}.card-ideal strong{color:var(--text-color)}.comparison-card .card-footer{padding:1rem 1.5rem 1.5rem}.card-btn{width:100%;padding:.75rem 1rem;background:transparent;border:2px solid #e2e8f0;border-radius:10px;font-size:.9rem;font-weight:600;color:var(--text-color);cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:.5rem}.comparison-card.offshore .card-btn:hover{background:#1e293b;border-color:#1e293b;color:#fff}.comparison-card.nearshore .card-btn:hover{background:#1e3a5f;border-color:#1e3a5f;color:#fff}.comparison-card.onshore .card-btn:hover{background:#166534;border-color:#166534;color:#fff}.comparison-card.healthcare .card-btn:hover{background:#be185d;border-color:#be185d;color:#fff}.comparison-table-section{margin-top:4rem;text-align:center}.comparison-table-section h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:2rem}.comparison-table-wrapper{overflow-x:auto;background:white;border-radius:20px;box-shadow:0 4px 20px #00000014}.comparison-table{width:100%;border-collapse:collapse;min-width:600px}.comparison-table th,.comparison-table td{padding:1rem 1.5rem;text-align:center;border-bottom:1px solid #e2e8f0}.comparison-table th:first-child,.comparison-table td:first-child{text-align:left}.comparison-table thead th{background:#f8fafc;font-weight:700;color:var(--text-color);font-size:.95rem}.comparison-table thead th.offshore-col{color:#1e293b}.comparison-table thead th.nearshore-col{color:#1e3a5f}.comparison-table thead th.onshore-col{color:#166534}.comparison-table thead th.healthcare-col{color:#be185d}.comparison-table tbody tr:hover{background:#f8fafc}.comparison-table tbody tr:last-child td{border-bottom:none}.rating{display:inline-block;padding:.35rem .75rem;border-radius:50px;font-size:.8rem;font-weight:600}.rating.high{background:rgba(34,197,94,.15);color:#166534}.rating.medium{background:rgba(251,191,36,.15);color:#b45309}.rating.low{background:rgba(239,68,68,.1);color:#b91c1c}.decision-guide{margin-top:4rem;text-align:center}.decision-guide h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:2rem}.decision-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto}.decision-card{background:white;border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;box-shadow:0 4px 15px #0000000d}.decision-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.decision-icon{width:60px;height:60px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.decision-icon svg{font-size:1.5rem;color:#fff}.decision-icon.offshore-bg{background:linear-gradient(135deg,#1e293b,#475569)}.decision-icon.nearshore-bg{background:linear-gradient(135deg,#1e3a5f,#3d7ab5)}.decision-icon.onshore-bg{background:linear-gradient(135deg,#166534,#22c55e)}.decision-icon.healthcare-bg{background:linear-gradient(135deg,#be185d,#ec4899)}.decision-card h4{font-size:1.05rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.decision-card p{font-size:.9rem;color:var(--text-light);line-height:1.6}.comparison-cta-section{margin-top:4rem;background:linear-gradient(135deg,#0f172a,#334155);border-radius:24px;padding:3rem;text-align:center}.comparison-cta-section .cta-content h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.comparison-cta-section .cta-content p{color:#fffc;font-size:1.1rem;margin-bottom:2rem}@media (max-width: 1100px){.comparison-cards,.decision-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.comparison-header{padding:5.5rem 5% 4rem}.comparison-header h1{font-size:2rem}.comparison-intro-card{padding:1.75rem;margin-top:-2rem}.comparison-cards{grid-template-columns:1fr}.comparison-card.featured{order:-1}.decision-grid{grid-template-columns:1fr}.comparison-cta-section{padding:2rem 1.5rem}.comparison-table-section h2,.decision-guide h2{font-size:1.5rem}}@media (max-width: 480px){.comparison-badge{font-size:.8rem;padding:.4rem 1rem}.comparison-card h3{font-size:1.1rem}.comparison-table th,.comparison-table td{padding:.75rem 1rem;font-size:.85rem}}.nursing-page{background:white;min-height:100vh}.nursing-hero{position:relative;background:linear-gradient(135deg,#be185d 0%,#ec4899 50%,#f472b6 100%);padding:8rem 5% 6rem;overflow:hidden}.nursing-hero-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.nursing-shape{position:absolute;border-radius:50%;opacity:.15}.nursing-shape-1{width:400px;height:400px;background:linear-gradient(135deg,#ffffff 0%,transparent 60%);top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.nursing-shape-2{width:300px;height:300px;background:linear-gradient(135deg,#fdf2f8 0%,transparent 60%);bottom:-50px;left:10%;animation:float 10s ease-in-out infinite reverse}.nursing-shape-3{width:200px;height:200px;background:linear-gradient(135deg,#fbcfe8 0%,transparent 60%);top:30%;right:20%;animation:float 12s ease-in-out infinite}.nursing-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center;color:#fff}.nursing-badge{display:inline-block;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.nursing-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.25rem;line-height:1.1}.nursing-hero h1 .highlight{background:linear-gradient(135deg,#fdf2f8,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nursing-hero>.nursing-hero-content>p{font-size:1.2rem;opacity:.95;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.nursing-hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.nursing-stat{text-align:center}.nursing-stat .stat-number{display:block;font-size:2.25rem;font-weight:800;margin-bottom:.25rem}.nursing-stat .stat-label{font-size:.9rem;opacity:.9}.nursing-intro{padding:4rem 5%;background:#fdf2f8}.nursing-intro-content{max-width:800px;margin:0 auto;text-align:center}.nursing-intro-icon{width:70px;height:70px;background:linear-gradient(135deg,#be185d,#ec4899);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.nursing-intro-icon svg{font-size:1.75rem;color:#fff}.nursing-intro h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.nursing-intro p{font-size:1.1rem;color:var(--text-light);line-height:1.7}.nursing-specialties{padding:5rem 5%;max-width:1200px;margin:0 auto}.nursing-specialties .section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.nursing-specialties .section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);margin-bottom:3rem}.specialty-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.specialty-card-modern{background:white;border-radius:20px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease}.specialty-card-modern:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.specialty-card-modern.critical{border-top:4px solid #be185d}.specialty-card-modern.specialty{border-top:4px solid #ec4899}.specialty-card-modern.general{border-top:4px solid #f472b6}.specialty-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.specialty-icon{width:50px;height:50px;background:linear-gradient(135deg,#be185d,#ec4899);border-radius:14px;display:flex;align-items:center;justify-content:center}.specialty-icon svg{font-size:1.25rem;color:#fff}.specialty-tag{background:linear-gradient(135deg,#be185d,#ec4899);color:#fff;font-size:.7rem;font-weight:700;padding:.35rem .75rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.specialty-card-modern h3{font-size:1.35rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.specialty-desc{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem}.specialty-list{list-style:none;padding:0;margin:0}.specialty-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.specialty-list li:last-child{border-bottom:none}.specialty-list li svg{color:#be185d;font-size:.9rem;margin-top:.2rem;flex-shrink:0}.specialty-list li span{font-size:.9rem;color:var(--text-color);line-height:1.5}.specialty-list li strong{color:var(--text-color)}.nursing-credentials{background:linear-gradient(135deg,#fdf2f8 0%,#fce7f3 100%);padding:5rem 5%}.credentials-content{max-width:1000px;margin:0 auto}.credentials-header{text-align:center;margin-bottom:3rem}.credentials-icon{width:70px;height:70px;background:linear-gradient(135deg,#be185d,#ec4899);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.credentials-icon svg{font-size:1.75rem;color:#fff}.credentials-header h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.credentials-header p{font-size:1.1rem;color:var(--text-light)}.credentials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.credential-item{background:white;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 4px 15px #0000000d}.credential-check{width:40px;height:40px;background:linear-gradient(135deg,#be185d,#ec4899);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.credential-check svg{color:#fff;font-size:1rem}.credential-text h4{font-size:1.05rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.credential-text p{font-size:.9rem;color:var(--text-light);margin:0}.nursing-cta{background:linear-gradient(135deg,#be185d 0%,#ec4899 100%);padding:5rem 5%}.nursing-cta-content{max-width:700px;margin:0 auto;text-align:center;color:#fff}.nursing-cta h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.nursing-cta p{font-size:1.15rem;opacity:.95;margin-bottom:2rem}.nursing-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.nursing-cta .cta-primary{background:white;color:#be185d;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nursing-cta .cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.nursing-cta .cta-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.nursing-cta .cta-secondary:hover{background:rgba(255,255,255,.1)}@media (max-width: 1024px){.specialty-cards-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.nursing-hero{padding:5rem 5% 4rem}.nursing-hero h1{font-size:2.25rem}.nursing-hero-stats{gap:2rem}.nursing-stat .stat-number{font-size:1.75rem}.nursing-intro,.nursing-specialties,.nursing-credentials{padding:3rem 5%}.nursing-intro h2,.nursing-specialties .section-title,.credentials-header h2{font-size:1.5rem}.credentials-grid{grid-template-columns:1fr}.nursing-cta{padding:3rem 5%}.nursing-cta h2{font-size:1.75rem}.nursing-cta-buttons{flex-direction:column}.nursing-cta .cta-primary,.nursing-cta .cta-secondary{width:100%}}@media (max-width: 480px){.nursing-hero-stats{flex-direction:column;gap:1.5rem}.specialty-card-modern{padding:1.5rem}.credential-item{flex-direction:column;text-align:center}.credential-check{margin:0 auto}}.physician-page{background:white;min-height:100vh}.physician-hero{position:relative;background:linear-gradient(135deg,#0f766e 0%,#14b8a6 50%,#5eead4 100%);padding:8rem 5% 6rem;overflow:hidden}.physician-hero-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.physician-shape{position:absolute;border-radius:50%;opacity:.15}.physician-shape-1{width:400px;height:400px;background:linear-gradient(135deg,#ffffff 0%,transparent 60%);top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.physician-shape-2{width:300px;height:300px;background:linear-gradient(135deg,#f0fdfa 0%,transparent 60%);bottom:-50px;left:10%;animation:float 10s ease-in-out infinite reverse}.physician-shape-3{width:200px;height:200px;background:linear-gradient(135deg,#99f6e4 0%,transparent 60%);top:30%;right:20%;animation:float 12s ease-in-out infinite}.physician-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center;color:#fff}.physician-badge{display:inline-block;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.physician-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.25rem;line-height:1.1}.physician-hero h1 .highlight{background:linear-gradient(135deg,#f0fdfa,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.physician-hero>.physician-hero-content>p{font-size:1.2rem;opacity:.95;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.physician-hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.physician-stat{text-align:center}.physician-stat .stat-number{display:block;font-size:2.25rem;font-weight:800;margin-bottom:.25rem}.physician-stat .stat-label{font-size:.9rem;opacity:.9}.physician-intro{padding:4rem 5%;background:#f0fdfa}.physician-intro-content{max-width:800px;margin:0 auto;text-align:center}.physician-intro-icon{width:70px;height:70px;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.physician-intro-icon svg{font-size:1.75rem;color:#fff}.physician-intro h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.physician-intro p{font-size:1.1rem;color:var(--text-light);line-height:1.7}.physician-specialties{padding:5rem 5%;max-width:1200px;margin:0 auto}.physician-specialties .section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.physician-specialties .section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);margin-bottom:3rem}.physician-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.physician-card-modern{background:white;border-radius:20px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease}.physician-card-modern:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.physician-card-modern.emergency{border-top:4px solid #0f766e}.physician-card-modern.primary{border-top:4px solid #14b8a6}.physician-card-modern.specialty{border-top:4px solid #5eead4}.physician-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.physician-icon{width:50px;height:50px;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:14px;display:flex;align-items:center;justify-content:center}.physician-icon svg{font-size:1.25rem;color:#fff}.physician-tag{background:linear-gradient(135deg,#0f766e,#14b8a6);color:#fff;font-size:.7rem;font-weight:700;padding:.35rem .75rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.physician-card-modern h3{font-size:1.35rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.physician-desc{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem}.physician-list{list-style:none;padding:0;margin:0}.physician-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.physician-list li:last-child{border-bottom:none}.physician-list li svg{color:#0f766e;font-size:.9rem;margin-top:.2rem;flex-shrink:0}.physician-list li span{font-size:.9rem;color:var(--text-color);line-height:1.5}.physician-list li strong{color:var(--text-color)}.physician-placements-types{background:linear-gradient(135deg,#f0fdfa 0%,#ccfbf1 100%);padding:5rem 5%}.placements-content{max-width:1000px;margin:0 auto}.placements-header{text-align:center;margin-bottom:3rem}.placements-icon{width:70px;height:70px;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.placements-icon svg{font-size:1.75rem;color:#fff}.placements-header h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.placements-header p{font-size:1.1rem;color:var(--text-light)}.placements-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.placement-item{background:white;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 4px 15px #0000000d}.placement-check{width:40px;height:40px;background:linear-gradient(135deg,#0f766e,#14b8a6);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.placement-check svg{color:#fff;font-size:1rem}.placement-text h4{font-size:1.05rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.placement-text p{font-size:.9rem;color:var(--text-light);margin:0}.physician-cta{background:linear-gradient(135deg,#0f766e 0%,#14b8a6 100%);padding:5rem 5%}.physician-cta-content{max-width:700px;margin:0 auto;text-align:center;color:#fff}.physician-cta h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.physician-cta p{font-size:1.15rem;opacity:.95;margin-bottom:2rem}.physician-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.physician-cta .cta-primary{background:white;color:#0f766e;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.physician-cta .cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.physician-cta .cta-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.physician-cta .cta-secondary:hover{background:rgba(255,255,255,.1)}@media (max-width: 1024px){.physician-cards-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.physician-hero{padding:5rem 5% 4rem}.physician-hero h1{font-size:2.25rem}.physician-hero-stats{gap:2rem}.physician-stat .stat-number{font-size:1.75rem}.physician-intro,.physician-specialties,.physician-placements-types{padding:3rem 5%}.physician-intro h2,.physician-specialties .section-title,.placements-header h2{font-size:1.5rem}.placements-grid{grid-template-columns:1fr}.physician-cta{padding:3rem 5%}.physician-cta h2{font-size:1.75rem}.physician-cta-buttons{flex-direction:column}.physician-cta .cta-primary,.physician-cta .cta-secondary{width:100%}}@media (max-width: 480px){.physician-hero-stats{flex-direction:column;gap:1.5rem}.physician-card-modern{padding:1.5rem}.placement-item{flex-direction:column;text-align:center}.placement-check{margin:0 auto}}.radiology-page{background:white;min-height:100vh}.radiology-hero{position:relative;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 50%,#a78bfa 100%);padding:8rem 5% 6rem;overflow:hidden}.radiology-hero-shapes{position:absolute;inset:0;pointer-events:none;overflow:hidden}.radiology-shape{position:absolute;border-radius:50%;opacity:.15}.radiology-shape-1{width:400px;height:400px;background:linear-gradient(135deg,#ffffff 0%,transparent 60%);top:-100px;right:-100px;animation:float 8s ease-in-out infinite}.radiology-shape-2{width:300px;height:300px;background:linear-gradient(135deg,#ede9fe 0%,transparent 60%);bottom:-50px;left:10%;animation:float 10s ease-in-out infinite reverse}.radiology-shape-3{width:200px;height:200px;background:linear-gradient(135deg,#c4b5fd 0%,transparent 60%);top:30%;right:20%;animation:float 12s ease-in-out infinite}.radiology-hero-content{position:relative;z-index:1;max-width:800px;margin:0 auto;text-align:center;color:#fff}.radiology-badge{display:inline-block;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);padding:.5rem 1.25rem;border-radius:50px;font-size:.85rem;font-weight:600;letter-spacing:.05em;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.3)}.radiology-hero h1{font-size:clamp(2.5rem,5vw,4rem);font-weight:800;margin-bottom:1.25rem;line-height:1.1}.radiology-hero h1 .highlight{background:linear-gradient(135deg,#ede9fe,#ffffff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.radiology-hero>.radiology-hero-content>p{font-size:1.2rem;opacity:.95;max-width:600px;margin:0 auto 2.5rem;line-height:1.6}.radiology-hero-stats{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.radiology-stat{text-align:center}.radiology-stat .stat-number{display:block;font-size:2.25rem;font-weight:800;margin-bottom:.25rem}.radiology-stat .stat-label{font-size:.9rem;opacity:.9}.radiology-intro{padding:4rem 5%;background:#ede9fe}.radiology-intro-content{max-width:800px;margin:0 auto;text-align:center}.radiology-intro-icon{width:70px;height:70px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.radiology-intro-icon svg{font-size:1.75rem;color:#fff}.radiology-intro h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.radiology-intro p{font-size:1.1rem;color:var(--text-light);line-height:1.7}.radiology-specialties{padding:5rem 5%;max-width:1200px;margin:0 auto}.radiology-specialties .section-title{text-align:center;font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.radiology-specialties .section-subtitle{text-align:center;font-size:1.1rem;color:var(--text-light);margin-bottom:3rem}.radiology-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.radiology-card-modern{background:white;border-radius:20px;padding:2rem;border:1px solid #e2e8f0;transition:all .3s ease}.radiology-card-modern:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.radiology-card-modern.radiologists{border-top:4px solid #6366f1}.radiology-card-modern.technologists{border-top:4px solid #8b5cf6}.radiology-card-modern.specialized{border-top:4px solid #a78bfa}.radiology-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.radiology-icon{width:50px;height:50px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:14px;display:flex;align-items:center;justify-content:center}.radiology-icon svg{font-size:1.25rem;color:#fff}.radiology-tag{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;font-size:.7rem;font-weight:700;padding:.35rem .75rem;border-radius:50px;text-transform:uppercase;letter-spacing:.05em}.radiology-card-modern h3{font-size:1.35rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.radiology-desc{font-size:.95rem;color:var(--text-light);margin-bottom:1.5rem}.radiology-list{list-style:none;padding:0;margin:0}.radiology-list li{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f1f5f9}.radiology-list li:last-child{border-bottom:none}.radiology-list li svg{color:#6366f1;font-size:.9rem;margin-top:.2rem;flex-shrink:0}.radiology-list li span{font-size:.9rem;color:var(--text-color);line-height:1.5}.radiology-list li strong{color:var(--text-color)}.radiology-certifications{background:linear-gradient(135deg,#ede9fe 0%,#ddd6fe 100%);padding:5rem 5%}.certifications-content{max-width:1000px;margin:0 auto}.certifications-header{text-align:center;margin-bottom:3rem}.certifications-icon{width:70px;height:70px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.certifications-icon svg{font-size:1.75rem;color:#fff}.certifications-header h2{font-size:2rem;font-weight:700;color:var(--text-color);margin-bottom:.5rem}.certifications-header p{font-size:1.1rem;color:var(--text-light)}.certifications-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.certification-item{background:white;border-radius:16px;padding:1.5rem;display:flex;align-items:flex-start;gap:1rem;box-shadow:0 4px 15px #0000000d}.certification-check{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.certification-check svg{color:#fff;font-size:1rem}.certification-text h4{font-size:1.05rem;font-weight:700;color:var(--text-color);margin-bottom:.25rem}.certification-text p{font-size:.9rem;color:var(--text-light);margin:0}.radiology-cta{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);padding:5rem 5%}.radiology-cta-content{max-width:700px;margin:0 auto;text-align:center;color:#fff}.radiology-cta h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.radiology-cta p{font-size:1.15rem;opacity:.95;margin-bottom:2rem}.radiology-cta-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.radiology-cta .cta-primary{background:white;color:#6366f1;border:none;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.radiology-cta .cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.radiology-cta .cta-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.radiology-cta .cta-secondary:hover{background:rgba(255,255,255,.1)}@media (max-width: 1024px){.radiology-cards-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.radiology-hero{padding:5rem 5% 4rem}.radiology-hero h1{font-size:2.25rem}.radiology-hero-stats{gap:2rem}.radiology-stat .stat-number{font-size:1.75rem}.radiology-intro,.radiology-specialties,.radiology-certifications{padding:3rem 5%}.radiology-intro h2,.radiology-specialties .section-title,.certifications-header h2{font-size:1.5rem}.certifications-grid{grid-template-columns:1fr}.radiology-cta{padding:3rem 5%}.radiology-cta h2{font-size:1.75rem}.radiology-cta-buttons{flex-direction:column}.radiology-cta .cta-primary,.radiology-cta .cta-secondary{width:100%}}@media (max-width: 480px){.radiology-hero-stats{flex-direction:column;gap:1.5rem}.radiology-card-modern{padding:1.5rem}.certification-item{flex-direction:column;text-align:center}.certification-check{margin:0 auto}}.hero-modern{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 50%,#334155 100%);overflow:hidden;padding:6rem 5% 4rem}.hero-bg-gradient{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-floating-shape{position:absolute;border-radius:50%;filter:blur(80px);opacity:.5}.hero-float-1{width:500px;height:500px;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);top:-150px;right:-100px;animation:floatHero 15s ease-in-out infinite}.hero-float-2{width:400px;height:400px;background:linear-gradient(135deg,#ec4899 0%,#f97316 100%);bottom:-100px;left:-100px;animation:floatHero 18s ease-in-out infinite reverse}.hero-float-3{width:300px;height:300px;background:linear-gradient(135deg,#14b8a6 0%,#22d3d1 100%);top:40%;left:20%;animation:floatHero 20s ease-in-out infinite}.hero-float-4{width:250px;height:250px;background:linear-gradient(135deg,#6366f1 0%,#a78bfa 100%);bottom:20%;right:25%;animation:floatHero 12s ease-in-out infinite reverse}@keyframes floatHero{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.05)}66%{transform:translate(-20px,20px) scale(.95)}}.hero-main-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.hero-headline{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;margin-bottom:1.5rem;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#60a5fa 0%,#a78bfa 50%,#f472b6 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subheadline{font-size:clamp(1rem,2vw,1.35rem);color:#fffc;max-width:650px;margin:0 auto 2.5rem;line-height:1.7}.hero-dual-cta{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.hero-cta-primary,.hero-cta-secondary{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;font-size:1.05rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.hero-cta-primary{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);color:#fff;box-shadow:0 10px 30px #3b82f666}.hero-cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f680}.hero-cta-secondary{background:rgba(255,255,255,.1);color:#fff;border:2px solid rgba(255,255,255,.3);backdrop-filter:blur(10px)}.hero-cta-secondary:hover{background:rgba(255,255,255,.2);border-color:#ffffff80}.hero-trust-badges{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.trust-item{display:flex;align-items:center;gap:.5rem;color:#ffffffb3;font-size:.9rem}.trust-item svg{color:#22c55e}.stats-banner{background:linear-gradient(135deg,#1e40af 0%,#7c3aed 100%);padding:3.5rem 5%}.stats-banner-content{max-width:1100px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;gap:2rem;flex-wrap:wrap}.stat-block{text-align:center;flex:1;min-width:150px}.stat-number-large{display:block;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800;color:#fff;line-height:1;margin-bottom:.5rem}.stat-label-text{font-size:.95rem;color:#ffffffd9;font-weight:500}.stat-divider{width:1px;height:60px;background:rgba(255,255,255,.2)}.solutions-showcase{padding:6rem 5%;background:#f8fafc}.solutions-header{text-align:center;max-width:700px;margin:0 auto 4rem}.section-badge{display:inline-block;background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.solutions-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-color);margin-bottom:1rem}.solutions-header p{font-size:1.1rem;color:var(--text-light);line-height:1.6}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.solution-card{background:white;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px #00000014;cursor:pointer;transition:all .4s ease}.solution-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #00000026}.solution-card-bg{height:180px;background:linear-gradient(135deg,#3b82f6 0%,#1e40af 100%);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.solution-card-bg.healthcare-bg{background:linear-gradient(135deg,#ec4899 0%,#be185d 100%)}.solution-card-bg.global-bg{background:linear-gradient(135deg,#14b8a6 0%,#0f766e 100%)}.solution-icon-large{width:80px;height:80px;background:rgba(255,255,255,.2);border-radius:20px;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(10px)}.solution-icon-large svg{font-size:2.5rem;color:#fff}.solution-card-content{padding:2rem}.solution-card-content h3{font-size:1.35rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.solution-card-content>p{font-size:.95rem;color:var(--text-light);line-height:1.6;margin-bottom:1.25rem}.solution-features{list-style:none;padding:0;margin:0 0 1.5rem}.solution-features li{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;font-size:.9rem;color:var(--text-color)}.solution-features li svg{color:#22c55e;font-size:.85rem}.solution-link{color:#3b82f6;font-weight:600;font-size:.95rem;transition:color .3s ease}.solution-card:hover .solution-link{color:#1e40af}.why-choose-section{padding:6rem 5%;background:white}.why-choose-header{text-align:center;max-width:700px;margin:0 auto 4rem}.why-choose-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-color);margin-bottom:1rem}.why-choose-header p{font-size:1.1rem;color:var(--text-light)}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1200px;margin:0 auto}.why-card{text-align:center;padding:2rem 1.5rem}.why-icon{width:70px;height:70px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.why-icon svg{font-size:1.75rem;color:#fff}.why-icon.speed-icon{background:linear-gradient(135deg,#f59e0b,#f97316)}.why-icon.quality-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.why-icon.flexible-icon{background:linear-gradient(135deg,#3b82f6,#1e40af)}.why-icon.support-icon{background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.why-card h3{font-size:1.2rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem}.why-card p{font-size:.95rem;color:var(--text-light);line-height:1.6}.why-choose-cta{text-align:center;margin-top:3rem}.why-cta-btn{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #3b82f64d}.why-cta-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.dual-path-section{padding:6rem 5%;background:linear-gradient(135deg,#f0f9ff 0%,#faf5ff 100%)}.dual-path-container{max-width:1000px;margin:0 auto;display:flex;align-items:stretch;gap:2rem}.path-card{flex:1;background:white;border-radius:24px;padding:3rem 2.5rem;box-shadow:0 10px 40px #00000014;text-align:center;transition:all .3s ease}.path-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #0000001f}.path-icon{width:80px;height:80px;border-radius:20px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.path-icon svg{font-size:2rem;color:#fff}.employers-path .path-icon{background:linear-gradient(135deg,#3b82f6,#1e40af)}.seekers-path .path-icon{background:linear-gradient(135deg,#22c55e,#16a34a)}.path-card h3{font-size:1.5rem;font-weight:700;color:var(--text-color);margin-bottom:1rem}.path-card>p{font-size:1rem;color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.path-features{list-style:none;padding:0;margin:0 0 2rem;text-align:left}.path-features li{display:flex;align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;color:var(--text-color)}.path-features li svg{color:#22c55e}.path-cta{width:100%;padding:1rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.employers-path .path-cta{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff}.employers-path .path-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #3b82f666}.seekers-path .path-cta{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff}.seekers-path .path-cta:hover{transform:translateY(-2px);box-shadow:0 10px 25px #22c55e66}.path-divider{display:flex;align-items:center;justify-content:center;padding:0 1rem}.path-divider span{background:linear-gradient(135deg,#94a3b8,#64748b);color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem}@media (max-width: 1024px){.solutions-grid{grid-template-columns:1fr;max-width:500px}.why-choose-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-modern{min-height:auto;padding:7rem 5% 4rem}.hero-headline{font-size:2.25rem}.hero-dual-cta{flex-direction:column;align-items:center}.hero-cta-primary,.hero-cta-secondary{width:100%;max-width:280px;justify-content:center}.hero-trust-badges{flex-direction:column;gap:1rem}.stats-banner-content{flex-direction:column;gap:1.5rem}.stat-divider{width:60px;height:1px}.solutions-showcase,.why-choose-section,.dual-path-section{padding:4rem 5%}.why-choose-grid{grid-template-columns:1fr;gap:1.5rem}.dual-path-container{flex-direction:column}.path-divider{padding:1rem 0}.path-divider span{width:40px;height:40px;font-size:.75rem}}@media (max-width: 480px){.hero-headline{font-size:1.85rem}.hero-subheadline{font-size:.95rem}.stat-number-large{font-size:2rem}.solution-card-bg{height:140px}.solution-card-content{padding:1.5rem}.path-card{padding:2rem 1.5rem}}.trusted-by-section{padding:4rem 5%;background:white;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.trusted-by-content{max-width:1100px;margin:0 auto;text-align:center}.trusted-label{display:block;font-size:.9rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:2rem}.tech-stack-grid{display:flex;justify-content:center;gap:3rem;flex-wrap:wrap}.tech-category{text-align:center}.tech-category-label{display:block;font-size:.75rem;font-weight:600;color:var(--text-light);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem}.tech-icons{display:flex;gap:1rem;justify-content:center}.tech-icon-item{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease;min-width:80px}.tech-icon-item:hover{transform:translateY(-3px);box-shadow:0 8px 20px #00000014;border-color:var(--primary-color)}.tech-icon-item svg{font-size:1.75rem;color:#f90}.tech-icon-item.azure svg{color:#0078d4}.tech-icon-item.digitalocean svg{color:#0080ff}.tech-icon-item.react svg{color:#61dafb}.tech-icon-item.dotnet svg{color:#512bd4}.tech-icon-item.node svg{color:#393}.tech-icon-item.python svg{color:#3776ab}.tech-icon-item.openai svg{color:#10a37f}.tech-icon-item.docker svg{color:#2496ed}.tech-icon-item span{font-size:.75rem;font-weight:600;color:#475569}.featured-jobs-section{padding:6rem 5%;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%)}.featured-jobs-header{text-align:center;max-width:700px;margin:0 auto 4rem}.featured-jobs-header h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--text-color);margin-bottom:1rem}.featured-jobs-header p{font-size:1.1rem;color:var(--text-light)}.featured-jobs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.featured-job-card{background:white;border-radius:16px;padding:1.75rem;box-shadow:0 4px 20px #0000000f;cursor:pointer;transition:all .3s ease;border-left:4px solid transparent}.featured-job-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.featured-job-card.tech{border-left-color:#3b82f6}.featured-job-card.healthcare{border-left-color:#ec4899}.job-category-tag{display:inline-flex;align-items:center;gap:.4rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;padding:.35rem .75rem;border-radius:50px}.featured-job-card.tech .job-category-tag{background:rgba(59,130,246,.1);color:#3b82f6}.featured-job-card.healthcare .job-category-tag{background:rgba(236,72,153,.1);color:#ec4899}.featured-job-card h3{font-size:1.15rem;font-weight:700;color:var(--text-color);margin-bottom:.75rem;line-height:1.3}.job-meta{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem}.job-location,.job-type{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-light)}.job-location svg,.job-type svg{font-size:.75rem;color:#94a3b8}.job-salary{font-size:1.1rem;font-weight:700;color:#22c55e;margin-bottom:1rem}.job-apply-link{font-size:.9rem;font-weight:600;color:#3b82f6;transition:color .3s ease}.featured-job-card:hover .job-apply-link{color:#1e40af}.featured-jobs-cta{text-align:center;margin-top:3rem}.view-all-jobs-btn{background:linear-gradient(135deg,#3b82f6 0%,#8b5cf6 100%);color:#fff;border:none;padding:1rem 2.5rem;border-radius:50px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 10px 30px #3b82f64d}.view-all-jobs-btn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}@media (max-width: 1024px){.featured-jobs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tech-stack-grid{gap:2rem}.tech-icons{gap:.75rem}.tech-icon-item{padding:.75rem 1rem;min-width:70px}.tech-icon-item svg{font-size:1.5rem}.featured-jobs-section{padding:4rem 5%}.featured-jobs-grid{grid-template-columns:1fr;max-width:400px}}@media (max-width: 480px){.tech-stack-grid{flex-direction:column;gap:1.5rem}.tech-icon-item{padding:.6rem .8rem;min-width:60px}.tech-icon-item svg{font-size:1.25rem}.tech-icon-item span{font-size:.65rem}.featured-job-card{padding:1.25rem}}.hero-split{display:flex;align-items:center;justify-content:space-between;gap:4rem;max-width:1300px;width:100%}.hero-split .hero-text-section{flex:1;text-align:left}.hero-split .hero-dual-cta,.hero-split .hero-trust-badges{justify-content:flex-start}.hero-image-section{flex:0 0 45%;position:relative}.hero-image-stack{position:relative;height:450px}.hero-img{position:absolute;border-radius:20px;box-shadow:0 25px 50px #0000004d;object-fit:cover}.hero-img-1{width:320px;height:280px;top:0;right:0;z-index:2;border:4px solid rgba(255,255,255,.2)}.hero-img-2{width:280px;height:240px;bottom:0;left:0;z-index:1;border:4px solid rgba(255,255,255,.2)}.solution-card-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(59,130,246,.85) 0%,rgba(30,64,175,.9) 100%);z-index:1}.healthcare-bg .solution-card-overlay{background:linear-gradient(135deg,rgba(236,72,153,.85) 0%,rgba(190,24,93,.9) 100%)}.global-bg .solution-card-overlay{background:linear-gradient(135deg,rgba(20,184,166,.85) 0%,rgba(15,118,110,.9) 100%)}.solution-card-bg{position:relative}.solution-icon-large{position:relative;z-index:2}@media (max-width: 1024px){.hero-split{flex-direction:column;text-align:center}.hero-split .hero-text-section{text-align:center}.hero-split .hero-dual-cta,.hero-split .hero-trust-badges{justify-content:center}.hero-image-section{flex:none;width:100%;max-width:500px}.hero-image-stack{height:350px}.hero-img-1{width:260px;height:220px;right:10%}.hero-img-2{width:220px;height:180px;left:10%}}@media (max-width: 768px){.hero-image-section{display:none}.hero-split .hero-text-section{text-align:center}}.page-hero-image{flex:0 0 40%;position:relative}.page-hero-image img{width:100%;max-width:400px;height:320px;object-fit:cover;border-radius:20px;box-shadow:0 25px 50px #0000004d;border:4px solid rgba(255,255,255,.2)}.page-hero-image.healthcare-image img{height:350px}.nearshore-header-split,.offshore-header-split,.nursing-hero-split,.physician-hero-split,.radiology-hero-split{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto}.nearshore-header-split .nearshore-header-content,.offshore-header-split .offshore-header-content,.nursing-hero-split .nursing-hero-content,.physician-hero-split .physician-hero-content,.radiology-hero-split .radiology-hero-content{flex:1;text-align:left}.path-card-image{width:100%;height:140px;overflow:hidden;border-radius:16px 16px 0 0;margin:-3rem -2.5rem 1.5rem;width:calc(100% + 5rem)}.path-card-image img{width:100%;height:100%;object-fit:cover}@media (max-width: 1024px){.nearshore-header-split,.offshore-header-split,.nursing-hero-split,.physician-hero-split,.radiology-hero-split{flex-direction:column;text-align:center}.nearshore-header-split .nearshore-header-content,.offshore-header-split .offshore-header-content,.nursing-hero-split .nursing-hero-content,.physician-hero-split .physician-hero-content,.radiology-hero-split .radiology-hero-content{text-align:center}.page-hero-image{flex:none;width:100%;display:flex;justify-content:center}.page-hero-image img{max-width:350px;height:280px}}@media (max-width: 768px){.page-hero-image{display:none}.path-card-image{height:120px}}.comparison-card .card-image{width:100%;height:120px;overflow:hidden;border-radius:16px 16px 0 0;margin:-1.5rem -1.5rem 1rem;width:calc(100% + 3rem)}.comparison-card .card-image img{width:100%;height:100%;object-fit:cover}.comparison-card.featured .card-image{margin-top:-1.5rem}@media (max-width: 768px){.comparison-card .card-image{height:100px}}.healthcare-header-split{display:flex;align-items:center;justify-content:space-between;gap:3rem;max-width:1200px;margin:0 auto}.healthcare-header-split .healthcare-header-content{flex:1;text-align:left}.specialty-card-image{width:100%;height:160px;overflow:hidden;border-radius:16px 16px 0 0;margin:-2rem -2rem 1.5rem;width:calc(100% + 4rem)}.specialty-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.specialty-card:hover .specialty-card-image img{transform:scale(1.05)}@media (max-width: 1024px){.healthcare-header-split{flex-direction:column;text-align:center}.healthcare-header-split .healthcare-header-content{text-align:center}}@media (max-width: 768px){.specialty-card-image{height:120px}}
