:root{--green-light: #f3faf4;--header-margin-top: 25px;--job-card-width: 320px;--job-card-lr-padding: 20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#fff;min-height:100vh;padding:0 7%;padding-bottom:5vh;scrollbar-width:none}a,button{cursor:pointer}.main-header{height:50px;margin-top:var(--header-margin-top);display:flex;justify-content:space-between;align-items:center;position:relative}.main-header:before{position:absolute;content:"";background-color:#f3faf4;height:100vh;width:100%;top:-110px;left:-30%;border-radius:25px;transform:rotate(8deg) skew(8deg);z-index:-1}.main-header .main-logo{transform:translateY(7px)}.main-header .main-logo img{width:70px}.main-header .nav-header{display:flex;justify-content:center;align-items:center}.main-header .nav-header a{padding:10px 30px;text-decoration:none;color:#3f403f;font-size:16px;white-space:nowrap;border-radius:50px;transition:.2s padding ease}.main-header .nav-header a:hover{background-color:#caf6d4}.links{display:flex;justify-content:center;align-items:center;gap:10px}.links>button{height:45px;width:170px;border-radius:50px;font-size:16px;font-weight:600;cursor:pointer}.links .signup-btn{color:#616161;background-color:#fff;border:1px solid #a3a3a3}.links .login-btn{border:none;color:#3dd05f;background-color:#ddffe5;border:1px solid #bdefc8}.links .signup-btn:hover{color:#000;border-color:#000}.links .login-btn:hover{color:#14b53a;border-color:#14b53a}.main-header .menu-hamburger{display:none}.hero-section{margin-top:40px;display:flex;justify-content:space-between;align-items:center;gap:10%}.hero-section .left-side{display:flex;flex-direction:column;gap:20px}.hero-section .left-side h1{font-size:48px;font-weight:700;color:#3f403f}.hero-section .left-side h1 span{color:#219f41}.hero-section .left-side p{color:#3f403f;line-height:1.8}.hero-section .left-side .job-search{height:50px;margin-top:15px;display:flex;align-items:center}.hero-section .left-side .job-search input{font-size:16px}.hero-section .left-side .job-search input:focus{outline:none}.hero-section .left-side .job-search input::placeholder{color:#b8b8b8;font-size:14px;letter-spacing:.6px}.hero-section .left-side .job-search .search-keyword,.hero-section .left-side .job-search .location-keyword{height:100%;border:2px solid #ededed;background-color:#fff;border-right:none}.hero-section .left-side .job-search .search-keyword{padding:0 20px;border-radius:50px 0 0 50px;width:55%}.hero-section .left-side .job-search .location-keyword{width:30%;padding-left:15px;display:flex;justify-content:center;align-items:center}.hero-section .left-side .job-search .location-keyword input{width:100%;height:100%;border:none;padding:0 15px}.hero-section .left-side .job-search button{height:100%;width:68px;background-color:#06942a;border:none;border-radius:0 50px 50px 0}.hero-section .left-side .job-search button:hover{background-color:#1cbe45}.hero-section .left-side .trusted-partners{margin-top:20px}.hero-section .left-side .trusted-partners .trusted-partners-logos{margin-top:25px;display:flex;align-items:center;gap:20px}.hero-section .right-side{display:flex;height:748px}.hero-section .right-side img{height:95%;transform:translate(25px)}.hero-links{display:none}.jobs{margin-top:20vh;position:relative;overflow:hidden}.jobs h2{font-size:40px}.jobs .slide-left,.jobs .slide-right{position:absolute;display:flex;align-items:center;justify-content:center;height:50px;width:50px;border:none;border-radius:50%;background-color:#fff;box-shadow:2px 2px 7px #f0f0f0,0 0 2px #dadada;cursor:pointer}.jobs .slide-left{bottom:0;left:30%;animation:arrowShakeLeft 1s linear infinite}.jobs .slide-right{bottom:0;right:30%;animation:arrowShakeRight 1s linear infinite}.jobs .slide-left:hover,.jobs .slide-right:hover{background-color:#f3faf4;box-shadow:inset 2px 2px 7px #fff}.jobs .slide-left:active,.jobs .slide-right:active{background-color:#fff;box-shadow:inset 2px 2px 7px #f0f0f0}.recommended-jobs{margin-top:10px;padding:50px 0 10vh;display:flex;align-items:center;gap:20px;overflow:hidden;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;white-space:nowrap;scroll-behavior:smooth}.recommended-jobs::-webkit-scrollbar{display:none}.recommended-jobs .job-card{width:var(--job-card-width);margin:0 5px;padding:2px var(--job-card-lr-padding) 15px;border-radius:7px;display:flex;flex-direction:column;align-items:center;scroll-snap-align:center;background-color:#fff;transition:.3s;box-shadow:2px 3px 15px #ebf6ed,0 0 2px #e1e1e1}.recommended-jobs .job-card:hover{scale:1.03;box-shadow:0 4px 10px #cbf5d2,0 0 2px #e1e1e1}.job-card .job-type{width:100%;display:flex;justify-content:end;align-items:center}.job-card .job-type p{font-size:14px;padding:5px 20px;color:#8d8d8d;background-color:#f5f5f5}.job-card>*{margin:20px 0}.job-card img{height:30px}.job-card h4{width:90%;font-size:15px;height:70px;margin-bottom:0;text-wrap:wrap;text-align:center;font-weight:600}.job-card hr{margin-top:10px;width:var(--job-card-width);height:1px;border:none;background-color:#eee}.job-card h5{font-weight:500;font-size:14px;align-self:flex-start;margin:0}.job-card .location{width:100%;display:flex;align-items:center;justify-content:space-between}.job-card .location p{font-size:14px;flex:2;margin:0 5px}.job-card .location .apply-now{padding:6px 20px;border-radius:20px;border:none;font-weight:600;color:#06942a;background-color:transparent}.job-card .location .apply-now:hover{background-color:#caf6d4}.companies-section{margin-top:10vh;min-height:100vh;display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap;background-color:#f3faf4;padding:10px}.companies-section .companies-content{width:50%;min-width:500px}.companies-section .companies-content h1{font-size:40px;margin-bottom:40px}.companies-section .companies-content p{font-size:18px;line-height:1.7;display:flex;flex-direction:column}.companies-section .companies-content button{font-size:20px;font-weight:700;border:none;background-color:transparent;display:flex;align-items:center;gap:5px;color:#14b53a;margin-top:40px;transition:.3s}.companies-section .companies-content button:hover{scale:1.05}.companies-section .company-logos{width:40%;min-width:300px;max-width:600px}.companies-section .company-logos img{width:100%}.customer-reviews{width:100%;padding-top:15vh;position:relative}.customer-reviews h1{font-size:35px}.customer-reviews .slider-arrows{position:absolute;bottom:0;right:100px;display:flex;gap:15px}.customer-reviews .slider-arrows button{border:none;background-color:transparent;color:#8d8d8d;animation:arrowShakeLeft 1s linear infinite}.customer-reviews .slider-arrows button:last-child{animation:arrowShakeRight 1s linear infinite}.customer-reviews .slider-arrows button:hover{color:#14b53a}.customer-reviews .all-reviews-container{display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;border-right:5px solid transparent;overflow:hidden}.customer-reviews .all-reviews-container:hover{border-right:5px solid #b9e6c4}.review-content-container{padding:7vh 0;width:100%;display:flex;flex-shrink:0;align-items:center;gap:7%;scroll-snap-align:start}.review-content-container .img-box{position:relative}.review-content-container .img-box:after{content:"";position:absolute;width:100%;height:100%;top:15px;left:15px;border-radius:30px;z-index:-1;border:2px solid #06942a}.review-content-container .img-box img{border-radius:30px}.review-content-container .review-content{width:60%;position:relative}.review-content-container .review-content img{position:absolute;top:-60px}.review-content-container .review-content p{font-size:20px;line-height:1.7}.review-content-container .review-content h3{font-size:25px;margin-top:50px}.review-content-container .review-content h2{font-size:25px;margin-top:20px;font-weight:400;color:#bdbdbd}.get-started{background-image:url(/assets/get_started-DiGbL2K4.png);height:400px;width:100%;margin-top:10vh;color:#fff;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:50px;display:flex;justify-content:flex-end}.get-started div{width:50%;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:30px}.get-started h1{font-size:50px}.get-started p{font-size:18px;text-align:start}.get-started button{height:50px;width:230px;border:none;font-size:16px;color:#fff;font-weight:600;background-color:#14b53a;border-radius:30px}.get-started button:hover{background-color:#06942a}@keyframes arrowShakeLeft{50%{transform:translate(-5px)}to{transform:translate(0)}}@keyframes arrowShakeRight{50%{transform:translate(5px)}to{transform:translate(0)}}@media (max-width: 1400px){.main-header .nav-header{position:fixed;flex-direction:column;justify-content:flex-start;align-items:flex-start;right:0;top:0;padding:80px 0;z-index:1;min-height:70vh;width:0;background-color:var(--green-light);border-bottom-left-radius:50px;transition:.5s width;box-shadow:1px 2px 10px #b1c4a7}.nav-header.active{width:280px}.main-header .nav-header a{border-radius:0 50px 50px 0;width:100%;font-size:20px;padding:10px 0 10px 30px}.main-header .nav-header a:hover{background-color:#219f41;padding-left:35px;color:#fff}.links{margin-right:100px}.main-header .menu-hamburger{display:block;position:fixed;display:flex;justify-content:center;align-items:center;right:0;top:20px;margin:0 30px;z-index:2;width:60px;height:60px;background-color:var(--green-light);cursor:pointer;border-radius:50%}.main-header .menu-hamburger:hover{box-shadow:1px 2px 10px #b1c4a7}.hero-section{margin-top:10vh}.hero-section .right-side{height:500px}.hero-section .right-side img{transform:translate(0)}}@media (max-width: 1000px){:root{--header-margin-top: 5px}.main-header .main-logo{padding-top:10px}.links{display:none}.main-header .menu-hamburger{top:calc(var(--header-margin-top) + 3px)}.hero-section{align-items:flex-start;flex-direction:column}.hero-section .right-side{height:auto}.hero-section .right-side img{display:none}.hero-links{display:flex;height:max-content;margin:0;margin-top:10vh}.get-started{height:300px;border-radius:30px}.get-started button{height:40px;width:150px;font-size:14px;font-weight:500}.get-started div{width:80%}.get-started h1{font-size:30px}.get-started p{font-size:16px;text-align:start}}@media (max-width: 800px){:root{--job-card-width: 270px;--header-margin-top: 5px}.main-header .nav-header a{font-size:20px7}.hero-section .left-side h1{font-size:40px}.main-header .menu-hamburger{cursor:default;top:calc(var(--header-margin-top) + 3px)}.jobs h2{font-size:30px}.recommended-jobs{margin-top:10px;padding:40px 0 7vh;display:flex;gap:20px}.recommended-jobs .job-card{width:var(--job-card-width);margin:0 3px;padding:2px var(--job-card-lr-padding) 15px}.companies-section{min-height:auto;padding:10px}.companies-section .companies-content{width:auto;min-width:auto}.companies-section .companies-content h1{font-size:30px;margin-bottom:20px}.companies-section .companies-content p{font-size:16px;line-height:1.5}.customer-reviews{width:98%;padding:5vh 10px 10px}.customer-reviews h1{text-align:center;font-size:30px}.customer-reviews .slider-arrows{right:25px;gap:15px}.review-content-container{padding:5vh 0;width:100%;flex-direction:column;gap:10vh}.review-content-container .img-box:after{top:5px;left:10px}.review-content-container .review-content{width:100%}.review-content-container .review-content p{font-size:18px;line-height:1.5}.review-content-container .review-content h3{text-align:center;font-size:20px;margin-top:30px}.review-content-container .review-content h2{text-align:center;font-size:20px;margin-top:10px}}._top_categories_jeozq_1{min-height:100vh;padding-top:5vh}._top_categories_jeozq_1 h1{font-size:40px;text-align:center}._top_categories_jeozq_1 ._cat_container_jeozq_11{margin-top:5vh;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}._top_categories_jeozq_1 ._cat_card_jeozq_18{display:flex;flex-direction:column;gap:10px;justify-content:center;align-items:center;border-radius:10px;padding:8vh 20px;border:2px solid #e6f4ea;text-align:center;transition:.3s}._top_categories_jeozq_1 ._cat_card_jeozq_18:hover{scale:1.07;background-color:#f6fef8}._top_categories_jeozq_1 ._cat_card_jeozq_18 ._cat_image_jeozq_34{width:100px;height:100px;display:flex;justify-content:center;align-items:center;background-color:#e6f4ea;border-radius:50%}._top_categories_jeozq_1 ._cat_card_jeozq_18 ._cat_image_jeozq_34 img{width:35px}._top_categories_jeozq_1 ._cat_card_jeozq_18 h3{font-size:25px;font-weight:600}._top_categories_jeozq_1 ._cat_card_jeozq_18 p{color:#ababab;font-weight:600}@media (max-width: 800px){._top_categories_jeozq_1 h1{font-size:30px}._top_categories_jeozq_1 ._cat_container_jeozq_11{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:25px}._top_categories_jeozq_1 ._cat_card_jeozq_18{padding:4vh 10px}._top_categories_jeozq_1 ._cat_card_jeozq_18:hover{scale:1.05;background-color:#f6fef8}._top_categories_jeozq_1 ._cat_card_jeozq_18 ._cat_image_jeozq_34{width:80px;height:80px}._top_categories_jeozq_1 ._cat_card_jeozq_18 ._cat_image_jeozq_34 img{width:30px}._top_categories_jeozq_1 ._cat_card_jeozq_18 h3{font-size:20px;font-weight:600}._top_categories_jeozq_1 ._cat_card_jeozq_18 p{font-size:16px;font-weight:400}}@media (max-width: 600px){._top_categories_jeozq_1 ._cat_container_jeozq_11{grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:20px}._top_categories_jeozq_1 ._cat_card_jeozq_18 h3{font-size:16px;font-weight:500}._top_categories_jeozq_1 ._cat_card_jeozq_18 p{font-size:14px;font-weight:300}}._how_section_1l5dw_1{min-height:100vh;padding:7vh 0;display:flex;justify-content:space-between;gap:5%;margin-bottom:5vh}._how_section_1l5dw_1 ._left_side_1l5dw_12{width:55%;display:flex;gap:8%;justify-content:space-between}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21,._how_section_1l5dw_1 ._left_side_1l5dw_12 ._second_left_side_1l5dw_22{height:100%;width:45%;display:flex}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21{flex-direction:column;gap:8%}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._second_left_side_1l5dw_22{align-items:center}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21 ._image_card_1l5dw_36:nth-child(2){transform:translate(8%)}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36{width:100%;border-radius:30px;display:flex;flex-direction:column;box-shadow:0 0 10px #eee;overflow:hidden}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36:hover{animation:_cardShake_1l5dw_1 1s ease-in-out}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36 img{width:100%}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36 ._how_job_card_info_1l5dw_54{height:7vh;padding:10px;display:flex;justify-content:center;align-items:center}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36 ._how_job_card_info_1l5dw_54 h4{font-weight:500;text-align:center}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36 ._how_job_card_info_1l5dw_54 h4 span{color:#06942a}._how_section_1l5dw_1 ._right_side_1l5dw_71{width:38%}._how_section_1l5dw_1 ._right_side_1l5dw_71>*{margin-bottom:40px}._how_section_1l5dw_1 ._right_side_1l5dw_71>h2{font-size:38px;line-height:1;color:#3f403f}._how_section_1l5dw_1 ._right_side_1l5dw_71 p{line-height:2;font-size:18px}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._all_how_point_1l5dw_88{margin-left:15px}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._all_how_point_1l5dw_88 ._how_point_1l5dw_92{display:flex;flex-direction:column;margin-bottom:50px}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._all_how_point_1l5dw_88 ._how_point_1l5dw_92 ._how_point_title_1l5dw_101{display:flex;align-items:center;gap:40px;margin-bottom:30px}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._all_how_point_1l5dw_88 ._how_point_1l5dw_92 ._how_point_title_1l5dw_101 ._point_title_icon_1l5dw_108{position:relative;left:16px}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._all_how_point_1l5dw_88 ._how_point_1l5dw_92 ._how_point_title_1l5dw_101 ._point_title_icon_1l5dw_108:before{position:absolute;content:"";height:35px;width:35px;background-color:#dff5e2;border-radius:50%;left:-16px;top:-2px;z-index:-1}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._how_point_1l5dw_92 ._how_point_title_1l5dw_101 h4{font-size:25px;font-weight:600}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._how_point_1l5dw_92 p{font-size:18px}@keyframes _cardShake_1l5dw_1{10%,30%,50%{rotate:3deg}20%,40%,60%{rotate:-3deg}70%,90%{rotate:1deg}80%,98%{rotate:-1deg}to{rotate:0}}@media (max-width: 1400px){._how_section_1l5dw_1{flex-direction:column;gap:5vh}._how_section_1l5dw_1 ._left_side_1l5dw_12{width:max-content;gap:0}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21,._how_section_1l5dw_1 ._left_side_1l5dw_12 ._second_left_side_1l5dw_22{height:auto;width:auto;gap:0;align-items:center}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21{flex-direction:row}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21>*,._how_section_1l5dw_1 ._left_side_1l5dw_12 ._second_left_side_1l5dw_22>*{width:280px;height:280px;margin-right:10px}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21 ._image_card_1l5dw_36:nth-child(2){transform:translate(0)}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36 ._how_job_card_info_1l5dw_54{height:auto}._how_section_1l5dw_1 ._left_side_1l5dw_12 ._image_card_1l5dw_36 ._how_job_card_info_1l5dw_54 h4{font-size:15px}._how_section_1l5dw_1 ._right_side_1l5dw_71{width:100%;padding-right:15%}._how_section_1l5dw_1 ._right_side_1l5dw_71>h2{text-align:center}}@media (max-width: 1000px){._how_section_1l5dw_1 ._left_side_1l5dw_12 ._first_left_side_1l5dw_21>*,._how_section_1l5dw_1 ._left_side_1l5dw_12 ._second_left_side_1l5dw_22>*{width:230px;height:250px}}@media (max-width: 800px){._how_section_1l5dw_1{min-height:auto;margin-top:10vh;padding:20px 0}._how_section_1l5dw_1 ._left_side_1l5dw_12{display:none}._how_section_1l5dw_1 ._right_side_1l5dw_71>h2{font-size:30px}._how_section_1l5dw_1 ._right_side_1l5dw_71{width:100%;padding:0}._how_section_1l5dw_1 ._right_side_1l5dw_71 p{line-height:1.5;font-size:16px}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._how_point_1l5dw_92 ._how_point_title_1l5dw_101 h4{font-size:20px;font-weight:600}._how_section_1l5dw_1 ._right_side_1l5dw_71 ._how_point_1l5dw_92 p{font-size:16px;line-height:1.5}}._footer_container_1opue_1{margin-top:15vh;padding:3vh 0 10vh;color:#515151;display:flex;justify-content:space-between;flex-wrap:wrap;gap:40px;border-top:2px solid #ececec}._footer_container_1opue_1 ._first_column_1opue_11{width:25%}._footer_container_1opue_1 ._first_column_1opue_11 img{margin-bottom:15px}._footer_container_1opue_1 h3{font-size:18px;margin-bottom:30px;font-weight:600}._footer_container_1opue_1 ._footer_column_1opue_23 ul{display:flex;flex-direction:column;gap:20px}._footer_container_1opue_1 li{list-style:none;cursor:pointer;font-size:15px}._footer_container_1opue_1 ._fourth_column_1opue_33 ul{display:flex;gap:20px}footer>p{text-align:center;font-size:14px;color:gray}@media (max-width: 1000px){._footer_container_1opue_1 ._first_column_1opue_11{width:auto}._footer_container_1opue_1 h3{margin-bottom:15px}._footer_container_1opue_1 ._footer_column_1opue_23 ul{gap:10px}}
