body{font-family:Arial,sans-serif;background-color:#f8f9fa}.navbar{background-color:#d7e9ff;box-shadow:0 2px 5px rgba(0,0,0,.1)}.navbar .container{display:flex;align-items:center;justify-content:space-between}.navbar-brand img.logo{height:40px;width:auto}.navbar-nav{display:flex;align-items:center;gap:30px;margin-left:60px}.navbar-nav .nav-item{list-style:none}.navbar-nav .nav-link{color:#000000;font-weight:500;font-size:16px;transition:color .3s ease-in-out;padding:5px 12px;position:relative}.navbar-nav .nav-link.active,.navbar-nav .nav-link:hover{color:#007bff}.navbar-nav .nav-link.active:after{content:"";display:block;width:100%;height:2px;background-color:#007bff;position:absolute;bottom:-3px;left:0}.nav-item #btn{color:#333;font-weight:500;text-decoration:none;padding:8px 16px;border-radius:5px;transition:.3s ease-in-out}.nav-item #btn:hover{color:#007bff}.navbar-toggler{border:none}.navbar-toggler:focus{outline:none;box-shadow:none}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1050}.modal-dialog{max-width:400px;width:90%;background:white;border-radius:8px;animation:fadeIn .3s ease-in-out}.modal-header{background:linear-gradient(135deg,#1e3c72,#2a5298);color:white;padding:15px;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;justify-content:space-between;align-items:center}.modal-header .close{font-size:1.5rem;color:white;background:none;border:none;cursor:pointer}.modal-body{padding:20px}.form-group{margin-bottom:15px}.form-control{width:100%;padding:10px;font-size:14px;border:1px solid #ccc;border-radius:5px;transition:all .3s ease}.form-control:focus{border-color:#007bff;outline:none}.btn-success{background:#28a745;color:white;padding:10px;border:none;border-radius:5px;cursor:pointer;transition:background .3s ease}.btn-success:hover{background:#218838}.mobile-fullscreen-menu{position:fixed;top:0;left:0;background-color:white;z-index:1050;overflow-y:auto;padding:2rem}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.text-gradient{background:linear-gradient(90deg,#4f46e5,#ec4899);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.card-hover{transition:all .3s ease;border:1px solid #e5e7eb}.card-hover:hover{transform:translateY(-5px);box-shadow:0 10px 25px -5px rgba(0,0,0,.1)}.accordion-header{background-color:#f9fafb;transition:all .3s ease}.accordion-header:hover{background-color:#f3f4f6}.category-icon{font-size:1.5rem;width:50px;height:50px;display:flex;align-items:center;justify-content:center;background-color:#e0e7ff;color:#4f46e5;border-radius:12px}.accordion-arrow{transition:transform .3s ease;font-size:.8rem}.accordion-arrow.open{transform:rotate(180deg)}.job-item{transition:all .2s ease;border-left:3px solid transparent}.job-item:hover{background-color:#f9fafb;border-left-color:#4f46e5}.skill-badge{transition:all .2s ease}.skill-badge:hover{background-color:#e0e7ff!important;color:#4f46e5!important}.view-job-btn{transition:all .2s ease;min-width:100px}.view-job-btn:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px rgba(79,70,229,.2)}.no-categories,.no-subcategories{opacity:.7}.empty-icon{font-size:2.5rem}.error-icon{font-size:3rem;opacity:.7}.company-info{font-size:.85rem;color:#6b7280}.our-people-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.hero-section{background-color:#f8f9fa}.hero-title{background:linear-gradient(90deg,#3b82f6,#8b5cf6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.hero-image{transition:transform .3s ease}.hero-image:hover{transform:scale(1.02)}.stats-section{background:linear-gradient(135deg,#667eea,#764ba2);color:white}.stats-number{color:white}.stats-label{opacity:.85}.about-image{transition:transform .3s ease}.about-image:hover{transform:scale(1.02)}.feature-badge{background-color:#f0f4ff;color:#00050d}.direct-hiring-section{background-color:#f8f9fa}.feature-icon{background-color:#f0f4ff;color:#3b82f6;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.feature-card{transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,.1)!important}.feature-header{height:150px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.feature-header:after{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.2) 0,rgba(255,255,255,0) 70%);transform:rotate(30deg)}.jobs-bg{background:linear-gradient(135deg,#667eea,#764ba2)}.companies-bg{background:linear-gradient(135deg,#ff9a9e,#fad0c4)}.clients-bg{background:linear-gradient(135deg,#a1c4fd,#c2e9fb)}.feature-icon-display{color:white}.testimonials-section{background-color:#f8f9fa}.testimonial-card{max-width:800px}.testimonial-image{object-fit:cover}.testimonial-quote{color:#4b5563}.testimonial-name{color:#1f2937}.testimonial-title{color:#6b7280}.testimonial-dot{width:12px;height:12px;border-radius:50%;background-color:#d1d5db;border:none;padding:0}.testimonial-dot.active{background-color:#3b82f6}.carousel-control-next-icon,.carousel-control-prev-icon{background-size:1.5rem;background-color:#3b82f6;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.cta-section{background:linear-gradient(135deg,#3b82f6,#8b5cf6);color:white}.cta-title{color:white}.cta-subtitle{opacity:.85;max-width:600px}.rating-stars span{font-size:1.5rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.section-title{font-size:2rem}.stats-number{font-size:2.5rem}.category-icon{width:40px;height:40px;font-size:1.2rem}}.profile-btn{width:40px;height:40px;font-size:18px;font-weight:700;transition:all .3s ease}.profile-btn:hover{transform:scale(1.1)}.profile-avatar{width:80px;height:80px;font-size:32px;background-color:#0d6efd;color:white;border-radius:50%;display:inline-flex;margin-bottom:1rem}.mobile-menu-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,.95);z-index:1050;display:flex;flex-direction:column;padding:2rem}.mobile-menu-content{flex:1;display:flex;flex-direction:column}.profile-display{gap:1rem;margin:1rem 0}.profile-display,.profile-icon{display:flex;align-items:center}.profile-icon{width:50px;height:50px;border-radius:50%;background-color:#f8f9fa;border:1px solid #dee2e6;justify-content:center;font-size:20px;font-weight:700}.profile-info{display:flex;flex-direction:column}.btn-auth{width:100%;margin-bottom:.5rem}.btn-logout{width:100%;margin-top:1rem}@media (max-width:992px){.navbar-collapse{position:fixed;top:0;left:0;right:0;bottom:0;background-color:white;z-index:1040;padding:2rem;overflow-y:auto}}.profile-section-container{position:absolute;background-color:white;border-radius:.5rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15);padding:1rem;top:70px;right:-70px;width:500px;z-index:1050;border:1px solid #dee2e6;overflow:hidden;transform:translateX(20px)}.profile-avatar{display:flex;align-items:center;justify-content:center;font-weight:700;margin-right:1rem}.location-badge,.skill-badge{display:flex;align-items:center;padding:.375rem .75rem}.skill-badge{background-color:#0d6efd}.location-badge{background-color:#198754}.badge-close-btn{font-size:.6rem;margin-left:.25rem}@media (max-width:768px){.profile-section-container{width:95%!important;right:10px;transform:none}.profile-form-container{padding:.5rem}}@media (min-width:769px) and (max-width:1200px){.profile-section-container{width:800px!important}}.employer-profile-card-container{position:fixed;top:60px;right:30px;z-index:1050}.employer-profile-card{border:none;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.15);width:400px;position:relative}.profile-close-btn{position:absolute;top:8px;right:8px;background:none;border:none;font-size:2.5rem;line-height:1;color:#ffffff;z-index:1;cursor:pointer;padding:0 5px}.profile-logo-container{display:flex;justify-content:center;position:relative;height:60px;background:linear-gradient(135deg,#667eea,#764ba2)}.profile-logo{width:80px;height:80px;background:white;border-radius:50%;display:flex;justify-content:center;align-items:center;position:absolute;bottom:-40px;border:4px solid white;box-shadow:0 4px 10px rgba(0,0,0,.15)}.profile-logo i{font-size:2.5rem;color:#764ba2}.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center;z-index:1000;border-radius:12px}@media (max-width:576px){.employer-profile-card-container{top:10px;left:10px}.employer-profile-card{width:260px}.profile-logo{width:70px;height:70px;bottom:-35px}.profile-logo i{font-size:2rem}}.Footer_footer__yl3k1{background-color:#000000;color:#fff;padding:70px 10px 10px}.Footer_container__MaumR{display:flex;justify-content:space-between;flex-wrap:wrap;max-width:1200px;margin:0 auto}.Footer_leftSection__AkL8h{flex:1;min-width:250px;padding-right:20px}.Footer_logo__ZIHpg{font-size:24px;font-weight:700}.Footer_description__hNlni{margin:10px 0 20px;font-size:14px;color:#bbb}.Footer_subscribe__B3Qbr{display:flex;align-items:center;position:relative;width:100%;max-width:400px}.Footer_input__GXbBh{flex:1;border:none;border-radius:5px;padding:20px 50px 20px 20px}.Footer_button__O7Cq8{position:absolute;right:8px;background-color:#fbb040;border:none;padding:10px;margin-left:5px;cursor:pointer;border-radius:5px}.Footer_rightSection__R62H4{display:flex;gap:110px;flex-wrap:wrap;margin-top:30px}.Footer_column__CWfrO{flex:1;min-width:300px;margin-bottom:30px}.Footer_column__CWfrO h3{margin-bottom:10px}.Footer_column__CWfrO ul{list-style:none;padding:0}.Footer_column__CWfrO li{margin-bottom:8px;color:#bbb;cursor:pointer;transition:color .3s ease-in-out}.Footer_column__CWfrO li:hover{color:#fff;text-decoration:underline}.Footer_copyright__g3z6w{text-align:center;margin-top:20px;font-size:12px;color:#bbb}@media (max-width:768px){.Footer_container__MaumR{flex-direction:column;align-items:center}.Footer_rightSection__R62H4{gap:50px;flex-direction:column}.Footer_leftSection__AkL8h{text-align:center;padding:0;margin-bottom:30px}.Footer_subscribe__B3Qbr{justify-content:center;margin-top:20px}.Footer_button__O7Cq8{margin-left:10px}.Footer_column__CWfrO{text-align:center}}@media (max-width:480px){.Footer_container__MaumR{padding:0 15px}.Footer_subscribe__B3Qbr{max-width:300px}.Footer_button__O7Cq8{padding:8px}.Footer_logo__ZIHpg{font-size:20px}.Footer_description__hNlni{font-size:12px}.Footer_column__CWfrO li{font-size:14px}.Footer_copyright__g3z6w{font-size:10px}}