body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0;padding:0;color:#3c3c3c}.container{max-width:1200px;margin:0 auto;padding:0 15px}.app-header{background-color:#d9f1ff00;box-shadow:0 4px 12px #0000001a;padding:0 20px;display:flex;align-items:center;justify-content:space-between;height:15vh;position:fixed;width:100%;z-index:1000;border-color:#1268fb33;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.app-header .logo{height:100%;width:100%}.app-header .logo .ant-image{height:100%;width:100%;max-width:fit-content}.app-header .logo .ant-image img{height:100%;width:100%;object-fit:cover;margin-top:.4rem}.app-header .menu{display:flex}.app-header .menu a{margin:0 15px;color:#1c3879;font-weight:500;font-size:1.4rem;width:100%;min-width:fit-content}.app-header .menu a:hover{color:#1890ff}.app-header .header-buttons button{margin-left:10px}.mobile-menu-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;box-shadow:0 4px 12px #00000026;padding:1rem;z-index:999}.mobile-menu-dropdown .mobile-menu-item{margin-bottom:.5rem}.mobile-menu-dropdown .mobile-menu-item a{cursor:pointer;display:block;padding:.75rem;text-decoration:none;border-radius:4px;font-size:16px;transition:all .2s ease}.mobile-menu-dropdown .mobile-menu-item a:hover{background:#f5f5f5}@media (max-width: 768px){.app-header{padding:0 15px;height:12vh}.app-header .logo .ant-image img{margin-top:.2rem}.hero-section{padding:80px 0}.hero-section .hero-content h1{font-size:28px}.support-section .support-image{margin-top:30px}}@media (max-width: 768px){.mobile-menu-dropdown{animation:slideDown .2s ease-out}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.app-layout .ant-layout-content{padding-top:15vh}@media screen and (max-width: 768px){.app-layout .ant-layout-content{padding-top:12vh}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}@keyframes particleFloat{0%,to{transform:translateY(0) translate(0);opacity:.3}25%{transform:translateY(-30px) translate(10px);opacity:.6}50%{transform:translateY(-20px) translate(-10px);opacity:.8}75%{transform:translateY(-35px) translate(15px);opacity:.4}}.hero-section{position:relative;background:linear-gradient(135deg,#001529f2,#0f2038e6),url(https://wdthrhub.wpengine.com/wp-content/uploads/2024/09/Hrhub-pricing-bg-img.jpg);background-size:cover;background-position:center;background-attachment:fixed;padding:8rem 0 6rem;text-align:center;color:#fff;overflow:hidden;min-height:100vh;display:flex;align-items:center}.hero-section .hero-background-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(ellipse at center,rgba(0,122,204,.1) 0%,transparent 70%);animation:pulse 4s ease-in-out infinite}.hero-section .hero-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.hero-section .hero-particles:before,.hero-section .hero-particles:after{content:"";position:absolute;width:6px;height:6px;background:#fff9;border-radius:50%;animation:particleFloat 6s ease-in-out infinite}.hero-section .hero-particles:before{top:20%;left:10%;animation-delay:0s}.hero-section .hero-particles:after{top:60%;right:15%;animation-delay:2s}.hero-section .hero-content{position:relative;z-index:2;max-width:1400px;margin:0 auto;padding:0 20px}.hero-section .hero-content .hero-badge{display:inline-block;margin-bottom:30px;animation:slideInUp .8s ease-out}.hero-section .hero-content .hero-badge .badge-text{background:linear-gradient(135deg,#fff3,#ffffff1a);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:50px;padding:12px 24px;font-size:.9rem;font-weight:600;color:#fffffff2;box-shadow:0 8px 32px #0000001a}.hero-section .hero-content .hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:30px;animation:slideInUp .8s ease-out .2s both}.hero-section .hero-content .hero-title .gradient-text{background:linear-gradient(135deg,#00d4ff,#007acc,#0056b3);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;position:relative}.hero-section .hero-content .hero-title .gradient-text:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#00d4ff,#007acc);background-size:200% 100%;animation:shimmer 3s infinite;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:.7}.hero-section .hero-content .hero-description{font-size:1.3rem;line-height:1.7;color:#ffffffe6;max-width:900px;margin:0 auto 60px;animation:slideInUp .8s ease-out .4s both}.hero-section .hero-content .services-container{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin:60px 0;animation:fadeInScale 1s ease-out .6s both}@media (max-width: 968px){.hero-section .hero-content .services-container{grid-template-columns:1fr;gap:30px;max-width:500px;margin-left:auto;margin-right:auto}}.hero-section .hero-content .services-container .service-card{background:linear-gradient(145deg,#ffffff1a,#ffffff0d);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;padding:50px 40px;border:1px solid rgba(255,255,255,.2);position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:float 6s ease-in-out infinite}.hero-section .hero-content .services-container .service-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);transition:left .6s}.hero-section .hero-content .services-container .service-card:hover{transform:translateY(-10px) scale(1.02);border-color:#fff6;box-shadow:0 25px 50px #0000004d}.hero-section .hero-content .services-container .service-card:hover:before{left:100%}.hero-section .hero-content .services-container .service-card:hover .card-icon .icon-wrapper{transform:scale(1.1) rotate(5deg)}.hero-section .hero-content .services-container .service-card.employer-card{animation-delay:0s}.hero-section .hero-content .services-container .service-card.employer-card:hover{background:linear-gradient(145deg,#007acc33,#007acc1a)}.hero-section .hero-content .services-container .service-card.jobseeker-card{animation-delay:1s}.hero-section .hero-content .services-container .service-card.jobseeker-card:hover{background:linear-gradient(145deg,#22c55e33,#22c55e1a)}.hero-section .hero-content .services-container .service-card .card-icon{margin-bottom:30px}.hero-section .hero-content .services-container .service-card .card-icon .icon-wrapper{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:linear-gradient(135deg,#fff3,#ffffff1a);border-radius:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);transition:all .3s ease}.hero-section .hero-content .services-container .service-card .card-icon .icon-wrapper .icon{font-size:2.5rem}.hero-section .hero-content .services-container .service-card h3{color:#fff;font-size:1.8rem;margin-bottom:30px;font-weight:700;letter-spacing:-.5px}.hero-section .hero-content .services-container .service-card .features-list{margin-bottom:40px;text-align:left}.hero-section .hero-content .services-container .service-card .features-list .feature-item{display:flex;align-items:flex-start;margin-bottom:20px;font-size:1.1rem;line-height:1.6;color:#ffffffe6}.hero-section .hero-content .services-container .service-card .features-list .feature-item .feature-icon{margin-right:15px;font-size:1.3rem;flex-shrink:0}.hero-section .hero-content .services-container .service-card .features-list .feature-item:last-child{margin-bottom:0}.hero-section .hero-content .services-container .service-card .service-btn{position:relative;width:100%;height:60px;border:none;border-radius:16px;font-size:1.1rem;font-weight:700;color:#fff;cursor:pointer;overflow:hidden;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:12px}.hero-section .hero-content .services-container .service-card .service-btn .btn-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .6s}.hero-section .hero-content .services-container .service-card .service-btn:hover .btn-shine{left:100%}.hero-section .hero-content .services-container .service-card .service-btn .btn-icon{font-size:1.2rem}.hero-section .hero-content .services-container .service-card .service-btn.employer-btn{background:linear-gradient(135deg,#007acc,#0056b3,#004080);box-shadow:0 8px 25px #007acc66}.hero-section .hero-content .services-container .service-card .service-btn.employer-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #007acc99;background:linear-gradient(135deg,#08f,#007acc,#0056b3)}.hero-section .hero-content .services-container .service-card .service-btn.jobseeker-btn{background:linear-gradient(135deg,#22c55e,#16a34a,#15803d);box-shadow:0 8px 25px #22c55e66}.hero-section .hero-content .services-container .service-card .service-btn.jobseeker-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #22c55e99;background:linear-gradient(135deg,#4ade80,#22c55e,#16a34a)}.hero-section .hero-content .stats-row{display:flex;justify-content:center;gap:60px;margin-top:80px;animation:slideInUp .8s ease-out .8s both}@media (max-width: 768px){.hero-section .hero-content .stats-row{gap:30px;flex-wrap:wrap}}.hero-section .hero-content .stats-row .stat-item{text-align:center}.hero-section .hero-content .stats-row .stat-item .stat-number{display:block;font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#00d4ff,#007acc);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:8px}.hero-section .hero-content .stats-row .stat-item .stat-label{font-size:1rem;color:#fffc;text-transform:uppercase;letter-spacing:1px;font-weight:600}@media (max-width: 768px){.hero-section{padding:6rem 0 4rem;min-height:auto}.hero-section .hero-content .hero-title{font-size:2.8rem}.hero-section .hero-content .hero-description{font-size:1.1rem;margin-bottom:40px}.hero-section .hero-content .services-container{margin:40px 0}.hero-section .hero-content .services-container .service-card{padding:40px 30px}.hero-section .hero-content .services-container .service-card .card-icon .icon-wrapper{width:70px;height:70px}.hero-section .hero-content .services-container .service-card .card-icon .icon-wrapper .icon{font-size:2rem}.hero-section .hero-content .services-container .service-card h3{font-size:1.5rem}.hero-section .hero-content .services-container .service-card .features-list .feature-item{font-size:1rem}.hero-section .hero-content .stats-row{margin-top:60px;gap:40px}.hero-section .hero-content .stats-row .stat-item .stat-number{font-size:2rem}}.theme-demos{padding:80px 0;background-color:#e6f7ff}@media screen and (max-width: 768px){.theme-demos{padding:10px 0}}.theme-demos .section-header{text-align:center;margin-bottom:50px}.theme-demos .section-header .highlight{position:relative;padding:0 10px}.theme-demos .section-header .highlight:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#1890ff}.theme-demos .demo-card{border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.theme-demos .demo-card:hover{transform:translateY(-5px)}.theme-demos .demo-card .ant-card-body{text-align:center}.theme-demos .rtl-section{margin-top:80px;text-align:center}@media screen and (max-width: 768px){.theme-demos .rtl-section{margin-top:20px}}.theme-demos .rtl-section .highlight{position:relative;padding:0 10px}.theme-demos .rtl-section .highlight:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:#1890ff}.theme-demos .rtl-section h3{margin-bottom:5px}.theme-demos .rtl-section .subtitle{display:block;color:#1890ff;margin-bottom:30px}.theme-demos .rtl-section .rtl-demos{margin-top:30px}.inner-pages{padding:80px 0;background-color:#fff;text-align:center}.inner-pages h2{margin-bottom:50px}.inner-pages .page-card{height:200px;display:flex;align-items:center;justify-content:center;border:1px dashed #d9d9d9;background-color:#f0f2f5}.plugin-compatibility{padding:80px 0;background-color:#001529;text-align:center;color:#fff}.plugin-compatibility h2{color:#fff;margin-bottom:50px}.plugin-compatibility .plugins-row{margin-top:40px}.plugin-compatibility .plugin-item{text-align:center}.plugin-compatibility .plugin-item .plugin-icon{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:30px;font-weight:700;color:#fff}.plugin-compatibility .plugin-item .plugin-icon.red{background-color:#ff4d4f}.plugin-compatibility .plugin-item .plugin-icon.green{background-color:#52c41a}.plugin-compatibility .plugin-item .plugin-icon.blue{background-color:#1890ff}.plugin-compatibility .plugin-item .plugin-icon.orange{background-color:#fa8c16}.plugin-compatibility .plugin-item h5{color:#fff;margin-bottom:10px}.plugin-compatibility .plugin-item .ant-typography{color:#ffffffb3}.blog-layouts{padding:80px 0;background-color:#fff;text-align:center}.blog-layouts h2{margin-bottom:50px}.blog-layouts .blog-card{border-radius:4px;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s}.blog-layouts .blog-card:hover{transform:translateY(-5px)}.blog-layouts .blog-card .ant-card-body{text-align:center;padding:15px}.faq-section{padding:80px 0;background-color:#fff}@media screen and (max-width: 768px){.faq-section{padding:20px 0}}.faq-section h2{text-align:center;margin-bottom:50px}.faq-section .faq-collapse{max-width:800px;margin:0 auto}.faq-section .faq-collapse .ant-collapse-item{margin-bottom:15px;border-radius:4px;overflow:hidden}.testimonials-section{padding:80px 0;background-color:#001529;text-align:center}.testimonials-section h2{color:#fff;margin-bottom:50px}.testimonials-section .testimonial-wrapper{max-width:800px;margin:0 auto;background-color:#ffffff1a;padding:40px;border-radius:4px}.testimonials-section .testimonial-wrapper .rating{margin-bottom:20px}.testimonials-section .testimonial-wrapper .testimonial-text{color:#fff;font-size:18px;font-style:italic;margin-bottom:30px}.testimonials-section .testimonial-wrapper .client-info{display:flex;align-items:center;justify-content:center}.testimonials-section .testimonial-wrapper .client-info .client-avatar{width:50px;height:50px;border-radius:50%;margin-right:15px}.testimonials-section .testimonial-wrapper .client-info .client-details{text-align:left}.testimonials-section .testimonial-wrapper .client-info .client-details .ant-typography{display:block;margin:0;line-height:1.5;color:#fff}.support-section{padding:80px 0;background-color:#fff}.support-section h2{margin-bottom:20px}.support-section .support-buttons{margin-top:30px}.support-section .support-buttons button{margin-right:15px;margin-bottom:15px}.support-section .support-image{text-align:center}.support-section .support-image img{max-width:100%}.cta-section{padding:80px 0;background-color:#001529;text-align:center}.cta-section h2{color:#fff;margin-bottom:30px}.cta-section button{height:48px;padding:0 30px;border-radius:24px;font-size:16px}.enhanced-footer{background:linear-gradient(135deg,#001529,#000c17);color:#fff;padding:80px 0 20px;position:relative;overflow:hidden}.enhanced-footer:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,#1890ff 50%,transparent 100%)}.enhanced-footer .container{max-width:1200px;margin:0 auto;padding:0 24px}.enhanced-footer .footer-main{margin-bottom:40px}.enhanced-footer .footer-main .logo-section .logo-container{text-align:center}@media (min-width: 768px){.enhanced-footer .footer-main .logo-section .logo-container{text-align:left}}.enhanced-footer .footer-main .logo-section .logo-container .logo-placeholder{width:80px;height:80px;background:#1890ff1a;border:2px solid #1890ff;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}@media (min-width: 768px){.enhanced-footer .footer-main .logo-section .logo-container .logo-placeholder{margin:0 0 16px}}.enhanced-footer .footer-main .logo-section .logo-container .company-tagline{color:#8c8c8c;font-size:14px;display:block}.enhanced-footer .footer-main .cta-content{text-align:center}.enhanced-footer .footer-main .cta-content .cta-title{color:#fff!important;margin-bottom:16px!important;font-size:32px;font-weight:600}@media (max-width: 768px){.enhanced-footer .footer-main .cta-content .cta-title{font-size:24px}}.enhanced-footer .footer-main .cta-content .cta-subtitle{color:#8c8c8c;font-size:16px;display:block;margin-bottom:32px}.enhanced-footer .footer-main .cta-content .contact-buttons .contact-btn{height:48px;padding:0 24px;border-radius:24px;font-size:14px;font-weight:500;background:#1890ff;border-color:#1890ff;transition:all .3s ease;margin:4px}.enhanced-footer .footer-main .cta-content .contact-buttons .contact-btn:hover{background:#4ba9ff;border-color:#4ba9ff;transform:translateY(-2px);box-shadow:0 8px 25px #1890ff4d}@media (max-width: 576px){.enhanced-footer .footer-main .cta-content .contact-buttons .contact-btn{width:calc(50% - 8px);margin:4px}}.enhanced-footer .footer-main .menu-section .menu-title{color:#fff!important;margin-bottom:24px!important;text-align:center}@media (min-width: 768px){.enhanced-footer .footer-main .menu-section .menu-title{text-align:left}}.enhanced-footer .footer-main .menu-section .menu-items{display:flex;flex-direction:column;gap:12px;align-items:center}@media (min-width: 768px){.enhanced-footer .footer-main .menu-section .menu-items{align-items:flex-start}}.enhanced-footer .footer-main .menu-section .menu-items .menu-link{color:#8c8c8c!important;font-size:14px;transition:all .3s ease;position:relative;padding:4px 0}.enhanced-footer .footer-main .menu-section .menu-items .menu-link:hover{color:#1890ff!important}.enhanced-footer .footer-main .menu-section .menu-items .menu-link:hover:after{width:100%}.enhanced-footer .footer-main .menu-section .menu-items .menu-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background:#1890ff;transition:width .3s ease}.enhanced-footer .footer-divider{border-color:#303030!important;margin:40px 0 24px!important}.enhanced-footer .footer-bottom .copyright{text-align:center;margin-bottom:16px}@media (min-width: 576px){.enhanced-footer .footer-bottom .copyright{text-align:left;margin-bottom:0}}.enhanced-footer .footer-bottom .copyright .copyright-text{color:#8c8c8c;font-size:14px}.enhanced-footer .footer-bottom .social-links{text-align:center}@media (min-width: 576px){.enhanced-footer .footer-bottom .social-links{text-align:right}}.enhanced-footer .footer-bottom .social-links .social-btn{color:#8c8c8c!important;width:40px;height:40px;border-radius:50%;border:1px solid #303030;display:inline-flex;align-items:center;justify-content:center;transition:all .3s ease}.enhanced-footer .footer-bottom .social-links .social-btn:hover{color:#1890ff!important;border-color:#1890ff;background:#1890ff1a;transform:translateY(-2px)}@media (max-width: 768px){.enhanced-footer{padding:60px 0 20px}.enhanced-footer .footer-main .ant-col{text-align:center}}@media (max-width: 576px){.enhanced-footer .container{padding:0 16px}.enhanced-footer .footer-main .cta-content .contact-buttons .ant-space{width:100%}.enhanced-footer .footer-main .cta-content .contact-buttons .ant-space .ant-space-item{width:calc(50% - 8px)}.enhanced-footer .footer-main .cta-content .contact-buttons .ant-space .ant-space-item .contact-btn{width:100%;font-size:13px}}.enhanced-footer{padding:2rem 5vw}.enhanced-footer .footer-main>.ant-col{animation:fadeInUp .6s ease-out}.enhanced-footer .footer-main>.ant-col:nth-child(1){animation-delay:.1s}.enhanced-footer .footer-main>.ant-col:nth-child(2){animation-delay:.2s}.enhanced-footer .footer-main>.ant-col:nth-child(3){animation-delay:.3s}@media (max-width: 768px){.app-header .menu{display:none}.hero-section{padding:80px 0}.hero-section .hero-content h1{font-size:28px}.support-section .support-image{margin-top:30px}}.wordpress-plugins-container{width:100%;background:linear-gradient(180deg,#d9eeff,#e8f4ff);padding:60px 20px;overflow:hidden;position:relative}.wordpress-plugins-container .plugins-section{max-width:1200px;margin:0 auto}.wordpress-plugins-container .plugins-header{text-align:center;margin-bottom:50px}.wordpress-plugins-container .plugins-header .advanced-plugins-tag{display:inline-block;border:1px solid rgba(18,104,251,.3);border-radius:20px;padding:5px 25px;margin-bottom:20px}.wordpress-plugins-container .plugins-header .advanced-plugins-tag span{color:#0074d9;font-size:14px;font-weight:500;position:relative}.wordpress-plugins-container .plugins-header .advanced-plugins-tag span:before,.wordpress-plugins-container .plugins-header .advanced-plugins-tag span:after{content:"";height:1px;width:15px;background-color:#0074d9;position:absolute;top:50%}.wordpress-plugins-container .plugins-header .advanced-plugins-tag span:before{left:-20px}.wordpress-plugins-container .plugins-header .advanced-plugins-tag span:after{right:-20px}.wordpress-plugins-container .plugins-header .plugins-title{font-size:36px;font-weight:700;color:#222;margin:0;line-height:1.3}.wordpress-plugins-container .plugins-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.wordpress-plugins-container .plugins-grid .plugin-card{flex:0 0 calc(20% - 30px);display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px}@media (max-width: 992px){.wordpress-plugins-container .plugins-grid .plugin-card{flex:0 0 calc(33.333% - 30px)}}@media (max-width: 768px){.wordpress-plugins-container .plugins-grid .plugin-card{flex:0 0 calc(50% - 30px)}}@media (max-width: 576px){.wordpress-plugins-container .plugins-grid .plugin-card{flex:0 0 100%}}.wordpress-plugins-container .plugins-grid .plugin-card .plugin-icon-wrapper{width:100px;height:100px;background-color:#fff;border-radius:20px;display:flex;align-items:center;justify-content:center;margin-bottom:15px;box-shadow:0 5px 15px #0000000d}.wordpress-plugins-container .plugins-grid .plugin-card .plugin-icon-wrapper .plugin-icon{width:100%;height:100%;border-radius:25%}.wordpress-plugins-container .plugins-grid .plugin-card .plugin-name{font-size:18px;font-weight:600;color:#222;margin:10px 0}.wordpress-plugins-container .plugins-grid .plugin-card .plugin-description{font-size:14px;color:#666;line-height:1.5;margin:0}.fancy-tab{display:inline-flex;align-items:center;border:1px solid #87cefa;background-color:#e6f4ff;color:#007bff;font-weight:500;padding:4px 10px;border-radius:20px;font-family:sans-serif;font-size:14px}.fancy-tab .line{width:20px;height:2px;background-color:#007bff;position:relative}.fancy-tab .line:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:8px;height:8px;background-color:#007bff;border-radius:50%}.fancy-tab .text{margin:0 8px}.fancy-tab .line.right:before{left:auto;right:0}.about-us{min-height:100vh;display:flex;flex-direction:column}@media (min-width: 1024px){.about-us{flex-direction:row}}.about-us__image-section{position:relative;height:40vh;overflow:hidden}@media (min-width: 1024px){.about-us__image-section{width:50%;height:auto}}.about-us__image{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease-in-out}.about-us__image:hover{transform:scale(1.05)}.about-us__image-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,transparent 0%,transparent 70%,rgba(0,0,0,.1) 100%)}@media (min-width: 1024px){.about-us__image-overlay{background:linear-gradient(to right,transparent 0%,transparent 80%,rgba(0,0,0,.2) 100%)}}.about-us__content-section{display:flex;align-items:center;justify-content:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#f8fafc,#fff)}@media (min-width: 768px) and (max-width: 1023px){.about-us__content-section{padding:3rem 2rem}}@media (min-width: 1024px){.about-us__content-section{width:50%;padding:3rem}}@media (min-width: 1280px){.about-us__content-section{padding:4rem}}.about-us__container{max-width:40rem;width:100%}.about-us__header{margin-bottom:2rem}.about-us__title{font-size:2.5rem;font-weight:700;color:#1c3879;margin-bottom:1rem;line-height:1.2}@media (min-width: 768px) and (max-width: 1023px){.about-us__title{font-size:3rem}}@media (min-width: 1024px){.about-us__title{font-size:3.5rem}}.about-us__title-accent{width:5rem;height:.25rem;background:linear-gradient(135deg,#2563eb,#9333ea);border-radius:9999px}.about-us__tagline-section{margin-bottom:2rem}.about-us__tagline{font-size:1.25rem;font-weight:300;color:#4b5563;line-height:1.6;font-style:italic}@media (min-width: 1024px){.about-us__tagline{font-size:1.5rem}}.about-us__description-section{margin-bottom:2.5rem}.about-us__description{font-size:1.125rem;color:#6b7280;line-height:1.7;margin-bottom:1.5rem}.about-us__company-name{font-weight:600;color:#1c3879}.about-us__services{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.about-us__service-card{padding:1.5rem;background:#fff;border-radius:.75rem;border:1px solid #e5e7eb;box-shadow:0 1px 2px #0000000d;transition:all .3s ease-in-out}.about-us__service-card:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media screen and (max-width: 768px){.about-us__service-card .about-us__service-title{margin-top:0}}.about-us__service-card:hover{transform:translateY(-2px)}.about-us__service-card:hover .about-us__service-title--employers{color:#2563eb}.about-us__service-card:hover .about-us__service-title--jobseekers{color:#9333ea}.about-us__service-content{display:flex;align-items:flex-start;gap:1rem}.about-us__service-icon{flex-shrink:0;width:3rem;height:3rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.about-us__service-icon--blue{background:linear-gradient(135deg,#2563eb,#3b82f6)}.about-us__service-icon--purple{background:linear-gradient(135deg,#9333ea,#a855f7)}.about-us__service-svg{width:1.5rem;height:1.5rem;color:#fff}.about-us__service-text{flex:1}.about-us__service-title{font-size:1.25rem;font-weight:600;color:#1c3879;margin-bottom:.5rem;transition:color .3s ease-in-out}.about-us__service-description{color:#6b7280;line-height:1.6}.about-us__cta{background:linear-gradient(135deg,#2563eb,#9333ea);border-radius:.75rem;padding:1.5rem;text-align:center;color:#fff}.about-us__cta-text{font-size:1.125rem;font-weight:500;margin-bottom:1rem}.about-us__cta-buttons{display:flex;flex-direction:column;gap:.75rem;justify-content:center}@media (min-width: 768px) and (max-width: 1023px){.about-us__cta-buttons{flex-direction:row}}.about-us__cta-btn{padding:.75rem 1.5rem;font-weight:600;border-radius:.5rem;border:none;cursor:pointer;transition:all .3s ease-in-out}.about-us__cta-btn--primary{background:#fff;color:#2563eb}.about-us__cta-btn--primary:hover{background:#f9fafb;transform:translateY(-1px)}.about-us__cta-btn--secondary{background:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.about-us__cta-btn--secondary:hover{background:#ffffff4d;transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.about-us__container>*{animation:fadeInUp .6s ease-out forwards}.about-us__container>*:nth-child(1){animation-delay:.1s}.about-us__container>*:nth-child(2){animation-delay:.2s}.about-us__container>*:nth-child(3){animation-delay:.3s}.about-us__container>*:nth-child(4){animation-delay:.4s}.about-us__container>*:nth-child(5){animation-delay:.5s}.about-us__cta-btn:focus{outline:2px solid rgba(255,255,255,.5);outline-offset:2px}@media print{.about-us{min-height:auto}.about-us__image-section{display:none}.about-us__content-section{width:100%;padding:1rem}.about-us__cta-buttons{display:none}}@media screen and (max-width: 768px){#contact-section{padding:20px 0!important}}
