@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap";.header_container{background-color:purple}.header_container header{padding:7px 4%;display:flex;align-items:center;justify-content:space-between}.header_container header .left_nav a img{width:150px;border-radius:5px}.header_container header .right_nav{display:flex;align-items:center;gap:20px}.header_container header .right_nav .hamClose{display:none}.header_container header .right_nav ul{display:flex;align-items:center;gap:30px}.header_container header .right_nav ul li{list-style-type:none}.header_container header .right_nav ul li a{text-decoration:none;color:#fff;font-size:1.13rem;font-family:Outfit}.header_container header .right_nav .profile_button{display:flex;align-items:center;justify-content:center;gap:10px;background-color:#fff;padding:10px 20px;border-radius:5px;font-family:outfit;cursor:pointer;position:relative;width:200px}.header_container header .right_nav .profile_button p{display:-webkit-box;-webkit-box-orient:vertical;line-clamp:1;-webkit-line-clamp:1;overflow:hidden;font-weight:300}.header_container header .right_nav .profile_button img{width:30px}.header_container header .right_nav .profile_button .profile_box{background-color:#fff;border-radius:5px;padding:10px;position:absolute;width:200px;bottom:-150px;display:flex;flex-direction:column;gap:7px;box-shadow:#00000029 0 1px 4px;opacity:0;visibility:hidden;transition:all .2s ease;z-index:3}.header_container header .right_nav .profile_button .profile_box p{padding:5px 0}.header_container header .right_nav .profile_button:hover .profile_box{opacity:1;visibility:visible;bottom:-125px;transition:all .2s ease}.header_container header .hamMenu,.header_container header .btn2{width:40px;display:none}@media screen and (max-width: 768px){.header_container header{position:relative}.header_container header .left_nav a img{width:130px}.header_container header .mobile_nav{z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%;transform:translate(100%);transition:all .3s ease;background-color:#0006}.header_container header .mobile_nav .right_nav{position:absolute;top:0;right:0;background-color:purple;flex-direction:column;height:100%;width:70%;align-items:flex-start;padding:80px 20px 20px;transform:translate(100%);transition:all .3s ease}.header_container header .mobile_nav .right_nav ul{flex-direction:column;align-items:flex-start}.header_container header .mobile_nav .right_nav.active{transform:translate(0);transition:all .6s ease}.header_container header .mobile_nav.active{transform:translate(0);transition:all .3s ease-in-out}.header_container header .btn2{display:block;position:absolute;width:10%;height:100%;transition-duration:.3s;z-index:999999;right:4%}.header_container header .btn2 .icon{transition-duration:.3s;position:absolute;height:4px;width:30px;top:35px;right:0;border-radius:5px;background-color:#fff;margin-right:3%}.header_container header .btn2 .icon:before{transition-duration:.3s;position:absolute;width:30px;height:4px;background-color:#fff;content:"";top:-10px;border-radius:5px;margin-right:3%}.header_container header .btn2 .icon:after{transition-duration:.3s;border-radius:5px;position:absolute;width:30px;height:4px;background-color:#fff;margin-right:3%;content:"";top:10px}.header_container header .btn2:hover{cursor:pointer}.header_container header .btn2.open .icon{transition-duration:.3s;background:transparent}.header_container header .btn2.open .icon:before{transform:rotate(45deg) scaleX(1.25) translate(2px,13px)}.header_container header .btn2.open .icon:after{transform:rotate(-45deg) scaleX(1.25) translate(2px,-12px)}}.button5{align-items:center;border:none;border-radius:5px;box-shadow:#00000005 0 1px 3px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:Outfit;font-size:1rem;font-weight:600;justify-content:center;line-height:1.25;min-height:3rem;padding:calc(.875rem - 1px) calc(1.5rem - 1px);text-decoration:none;transition:all .25s;user-select:none;-webkit-user-select:none;touch-action:manipulation;vertical-align:baseline;width:auto}.button5:hover,.button5:focus{box-shadow:#0000001a 0 4px 12px}.button5:hover{transform:translateY(-2px)}.button5:active{border-color:#00000026;box-shadow:#0000000f 0 2px 4px;transform:translateY(0)}.button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:2px solid var(--deep_green);border-radius:5px;color:var(--deep_green);cursor:pointer;display:inline-block;font-family:Outfit;font-weight:500;font-size:1rem;line-height:normal;margin:0;min-width:0;outline:none;padding:calc(.8rem - 1px) 30px;text-align:center;text-decoration:none;transition:all .3s cubic-bezier(.23,1,.32,1);user-select:none;-webkit-user-select:none;touch-action:manipulation;will-change:transform}.button:disabled{pointer-events:none}.button:hover{color:#000!important;background-color:#fdab4a;border:2px solid #fdab4a;box-shadow:#00000040 0 8px 15px;transform:translateY(-1px)}.button:active{box-shadow:none;transform:translateY(0)}.footer_container{background-color:#ffedd9}.footer_container .footer{padding:40px 4%;display:flex;align-items:flex-start}.footer_container .footer .left{width:30%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px}.footer_container .footer .left a img{width:150px;border-radius:5px}.footer_container .footer .left h2{color:var(--text_green);font-family:Outfit;font-size:30px}.footer_container .footer .left .social_icons{display:flex;gap:10px;align-items:center}.footer_container .footer .left .social_icons a img{width:35px;filter:drop-shadow(0 .2rem .25rem rgba(0,0,0,.2))}.footer_container .footer .right{width:70%;display:flex;align-items:flex-start;justify-content:space-around}.footer_container .footer .right h4{font-family:Outfit;font-size:20px}.footer_container .footer .right .hireIndia,.footer_container .footer .right .reach,.footer_container .footer .right .resource{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.footer_container .footer .right .hireIndia ul,.footer_container .footer .right .reach ul,.footer_container .footer .right .resource ul{display:flex;flex-direction:column;gap:10px}.footer_container .footer .right .hireIndia ul li,.footer_container .footer .right .reach ul li,.footer_container .footer .right .resource ul li{list-style-type:none}.footer_container .footer .right .hireIndia ul li a,.footer_container .footer .right .reach ul li a,.footer_container .footer .right .resource ul li a{color:#000;text-decoration:none;font-family:Montserrat,sans-serif;font-weight:500;font-size:1rem}.footer_container .copyright{width:100%;background-color:purple;color:#fff;font-family:Outfit;font-size:18px;padding:10px 4%;display:flex;align-items:center;justify-content:center}.footer_container .copyright a{color:#fff;text-decoration:underline;text-underline-offset:5px}@media screen and (max-width: 768px){.footer_container .footer{flex-direction:column;gap:30px}.footer_container .footer .left{width:100%;align-items:flex-start}.footer_container .footer .right{width:100%;flex-direction:column;gap:30px}.footer_container .copyright{text-align:center;font-size:16px}.footer_container .copyright a{text-align:center}}.loader_main{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999999;display:flex;align-items:center;justify-content:center;background-color:#fff;font-family:Outfit}.loader{width:400px;height:180px;border-radius:10px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;padding:30px;box-shadow:#64646f33 0 7px 29px;text-align:center}.loading{width:100%;height:10px;background:#d3d3d3;border-radius:10px;position:relative;overflow:hidden}.loading:after{content:"";position:absolute;top:0;left:0;width:50%;height:10px;background:#002;border-radius:10px;z-index:1;animation:loading .6s alternate infinite}.loader label{color:#002;font-size:18px;animation:bit .6s alternate infinite}@keyframes bit{0%{opacity:.3}to{opacity:1}}@keyframes loading{0%{left:-25%}to{left:70%}0%{left:-25%}}@media screen and (max-width: 768px){.loader{width:92%}}.candidate_card{background-color:#fff;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;border-radius:5px;padding:15px;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.candidate_card .lastActive{color:gray;margin-top:10px}.candidate_card .card_top{width:100%;display:flex;align-items:center;justify-content:space-between;gap:15px}.candidate_card .card_top .top_left{display:flex;align-items:center;gap:15px}.candidate_card .card_top .top_left h2{background-color:#e5e5e5;width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:5px;font-size:30px;color:#5e5e5e}.candidate_card .card_top .top_left .candidate_title{display:flex;flex-direction:column;gap:5px}.candidate_card .card_top .top_left .candidate_title h3 span{background-color:#ffeb89;font-weight:400;font-size:14px;padding:1px 5px;border-radius:5px;margin-left:7px}.candidate_card .card_top .top_left .candidate_title .candidate_location{display:flex;align-items:center;gap:15px;color:gray}.candidate_card .card_top .top_left .candidate_title .candidate_location small{font-size:14px}.candidate_card .card_top .top_right{width:50%;display:flex;align-items:center;justify-content:flex-end}.candidate_card .card_top .top_right .icons{display:flex;align-items:center;gap:15px}.candidate_card .card_top .top_right .icons .icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}.candidate_card .card_top .top_right .icons .icon img{width:40px}.candidate_card .card_top .top_right .icons .icon .tooltip{background-color:#fff;position:absolute;white-space:nowrap;color:#234e3e;padding:5px;box-shadow:#00000029 0 1px 4px;top:-40px;border-radius:5px;visibility:hidden;opacity:0;transition:all .3s ease}.candidate_card .card_top .top_right .icons .icon:hover .tooltip{visibility:visible;opacity:1;transition:all .3s ease}.candidate_card .card_bottom{display:flex;align-items:flex-start;gap:15px;width:100%}.candidate_card .card_bottom .bottom_left,.candidate_card .card_bottom .bottom_right{width:50%;display:flex;flex-direction:column;gap:15px}.candidate_card .card_bottom .box{display:flex;align-items:center;gap:15px}.candidate_card .card_bottom .box p{width:90px;font-size:15px}.candidate_card .card_bottom .box .candidate_location{display:flex;align-items:center;gap:15px;font-size:16px;color:#5e5e5e}.candidate_card .download_modal{position:fixed;top:0;left:0;background-color:#ffe1ff84;width:100%;height:100%;z-index:1000;align-items:center;justify-content:center;display:none}.candidate_card .download_modal .modal_box{background-color:#fff;width:40%;height:200px;border-radius:10px;color:#000;padding:15px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;position:relative;box-shadow:#64646f33 0 7px 29px}.candidate_card .download_modal .modal_box .buttons{display:flex;align-items:center;gap:10px}.candidate_card .download_modal .modal_box .buttons button{all:unset;background-color:purple;color:#fff;padding:10px;border-radius:6px;cursor:pointer}.candidate_card .download_modal .modal_box .buttons button:hover{transform:translateY(-1px)}.candidate_card .download_modal .modal_box .buttons button:active{transform:translateY(0)}.candidate_card .download_modal .modal_box .cross{position:absolute;width:30px;top:15px;right:15px;cursor:pointer}.candidate_card .download_modal.active{display:flex}@media screen and (max-width: 768px){.candidate_card{padding:10px}.candidate_card .card_top{flex-direction:column}.candidate_card .card_top .top_left{width:100%;gap:10px}.candidate_card .card_top .top_left h2{width:60px;height:60px}.candidate_card .card_top .top_left .candidate_title .candidate_location{flex-direction:column;gap:1px;align-items:flex-start}.candidate_card .card_top .top_right{width:100%;justify-content:flex-start}.candidate_card .card_top .top_right .icons{gap:20px}.candidate_card .card_top .top_right .icons .icon{width:40px;height:40px}.candidate_card .card_bottom{flex-direction:column;gap:10px}.candidate_card .card_bottom .bottom_left,.candidate_card .card_bottom .bottom_right{width:100%;gap:10px}.candidate_card .card_bottom .box p{width:100px}.candidate_card .card_bottom .box .candidate_location{flex-wrap:wrap;gap:5px}.candidate_card .card_bottom .box .candidate_location small{white-space:nowrap}.candidate_card .download_modal .modal_box{width:92%}.candidate_card .download_modal .modal_box .buttons button{font-size:15px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.main_modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000b5;z-index:1;display:flex;align-items:center;justify-content:center}.pagination{display:flex;align-items:center;justify-content:center;gap:15px}.pagination .pre{transform:rotate(-180deg)}.pagination img{width:25px;cursor:pointer}.pagination .circle{border:1px solid #212121;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer;transition:background-color .3s ease}.pagination .circle.active{background-color:#79c67c;color:#fff;border:1px solid #79c67c}.home_container{background-color:#fdf1e9;position:relative}.home_container .bg1{position:absolute;top:0;left:0;height:100%}.home_container .bg2{position:absolute;top:0;right:0;height:100%}.home_container .home_section1{padding:40px 4%;display:flex;font-family:Outfit;z-index:1;position:relative}.home_container .home_section1 .left{width:50%;display:flex;flex-direction:column;gap:30px}.home_container .home_section1 .left h2{font-size:40px;color:#003609}.home_container .home_section1 .left h2 span{color:#00a91b}.home_container .home_section1 .left p{font-size:18px;width:80%}.home_container .home_section1 .left img{width:100%;align-self:center;filter:drop-shadow(5px 5px 10px #a09292)}.home_container .home_section1 .right{width:50%;display:flex;align-items:flex-start;justify-content:center}.home_container .home_section1 .right .form{background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;width:80%}.home_container .home_section1 .right .form .top{display:flex;height:90px;align-items:center;justify-content:center;border-bottom:1px solid #a5a5a5;width:100%;padding:0 30px}.home_container .home_section1 .right .form .top h3{font-size:30px;text-align:center}.home_container .home_section1 .right .form .bottom{padding:30px;display:flex;flex-direction:column;gap:20px;width:100%}.home_container .home_section1 .right .form .bottom .input_div{display:flex;flex-direction:column;width:100%;gap:10px}.home_container .home_section1 .right .form .bottom .input_div .input_box{width:100%;display:flex;align-items:center;gap:10px}.home_container .home_section1 .right .form .bottom .input_div .input_box button{height:40px;border:none;background-color:purple;color:#fff;border-radius:4px;cursor:pointer}.home_container .home_section1 .right .form .bottom .input_div .input_box input{width:100%}.home_container .home_section1 .right .form .bottom .input_div input{height:40px;border-radius:5px;border:1px solid #a5a5a5;outline:none;padding:0 15px;font-family:Outfit;font-size:16px}.home_container .home_section1 .right .form .bottom .postButton{all:unset;background-color:purple;color:#fff;display:flex;align-items:center;justify-content:center;font-size:16px;height:45px;border-radius:5px;cursor:pointer;box-shadow:#00000029 0 1px 4px}.home_container .home_section1 .right .form .bottom .postButton:hover{transform:translateY(-1px)}.home_container .home_section1 .right .form .bottom .postButton:active{transform:translateY(0)}.home_container .home_Section2{display:flex;align-items:center;justify-content:center;padding:40px 4%;font-family:Outfit;z-index:1;position:relative}.home_container .home_Section2 .left{width:50%;display:flex;align-items:flex-start;justify-content:center;flex-direction:column;gap:20px}.home_container .home_Section2 .left h3{font-size:24px;color:#003609}.home_container .home_Section2 .left h2{font-size:40px}.home_container .home_Section2 .left .boxes{display:flex;align-items:flex-start;flex-direction:column;gap:10px;margin-left:30px}.home_container .home_Section2 .left .boxes .box{display:flex;align-items:center;justify-content:flex-start;gap:20px}.home_container .home_Section2 .left .boxes .box img{width:30px}.home_container .home_Section2 .right{width:50%;display:flex;align-items:center;justify-content:center}.home_container .home_Section2 .right img{width:70%}.home_container .home_section3{padding:40px 4% 100px;font-family:Outfit;display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column;z-index:1;position:relative}.home_container .home_section3 h2{font-size:40px;text-align:center}.home_container .home_section3 .boxes{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:30px}.home_container .home_section3 .boxes .box{width:calc(20% - 24px);background-color:#d5d5d5;display:flex;align-items:center;justify-content:center;height:80px;border-radius:5px;font-size:18px;font-weight:500;box-shadow:#00000029 0 1px 4px;transition:all .3s ease}.home_container .home_section3 .boxes .box:hover{transform:scale(1.1)}@media screen and (max-width: 768px){.home_container .bg1{width:100%;object-fit:cover}.home_container .home_section1{flex-direction:column;gap:30px}.home_container .home_section1 .left,.home_container .home_section1 .left p,.home_container .home_section1 .left img,.home_container .home_section1 .right,.home_container .home_section1 .right .form{width:100%}.home_container .home_section1 .right .form .top h3{font-size:24px}.home_container .home_section1 .right .form .bottom{padding:15px;gap:15px}.home_container .home_Section2{flex-direction:column;gap:20px}.home_container .home_Section2 .left{width:100%}.home_container .home_Section2 .left h3{font-size:22px}.home_container .home_Section2 .left h2{font-size:30px}.home_container .home_Section2 .left .boxes{margin-left:10px}.home_container .home_Section2 .left .boxes .box{gap:15px}.home_container .home_Section2 .left .boxes .box img{width:20px}.home_container .home_Section2 .right{width:100%}.home_container .home_Section2 .right img{width:90%}.home_container .home_section3 h2{font-size:30px}.home_container .home_section3 .boxes{gap:15px}.home_container .home_section3 .boxes .box{width:calc(50% - 8px)}}.jobPost_container{background-color:#fdf1e9;position:relative}.jobPost_container .bg1{position:absolute;top:0;left:0;height:100%;width:100%}.jobPost_container .bg2{position:absolute;top:0;right:0;height:100%;width:100%}.jobPost_container .jobPost{padding:40px 4%;display:flex;flex-direction:column;align-items:center;gap:30px;font-family:Outfit;z-index:2;position:relative}.jobPost_container .jobPost .bottom{width:70%;display:flex;flex-direction:column;gap:20px}.jobPost_container .jobPost .bottom .box{width:100%;background-color:#fff;border-radius:10px;padding:15px;box-shadow:#00000029 0 1px 4px;display:flex;flex-direction:column;gap:15px}.jobPost_container .jobPost .bottom .box .content{display:flex;flex-direction:column;gap:5px}.jobPost_container .jobPost .bottom .box .content textarea{outline:none;height:100px;border:1px solid #212121;border-radius:10px}.jobPost_container .jobPost .bottom .box .content h3{font-size:22px}.jobPost_container .jobPost .bottom .box .content h3 span{color:red}.jobPost_container .jobPost .bottom .box .content p{color:#7c7c7c;font-size:18px}.jobPost_container .jobPost .bottom .box .content small{color:red}.jobPost_container .jobPost .bottom .box .office_locations{display:flex;align-items:center;gap:12px}.jobPost_container .jobPost .bottom .box .office_locations .select{width:calc(33.3333333333% - 8px)!important}.jobPost_container .jobPost .bottom .box .office_locations input{width:calc(33.3333333333% - 8px)!important;padding:9px;border-radius:4px;border:1px solid #d4d4d4;outline:none}.jobPost_container .jobPost .bottom .box .job_d{width:100%;display:flex;align-items:center;justify-content:space-between}.jobPost_container .jobPost .bottom .box .job_d button{border:none;display:flex;align-items:center;justify-content:center;gap:6px;padding:6px 10px;border-radius:8px;background-color:#1f84d1;color:#fff;min-width:150px;min-height:40px;cursor:pointer}.jobPost_container .jobPost .bottom .box .job_d button:hover{transform:translateY(-1px);background-color:#53a5e4}.jobPost_container .jobPost .bottom .box .job_d button:active{transform:translateY(0)}.jobPost_container .jobPost .bottom .box .job_d button img{width:30px}.jobPost_container .jobPost .bottom .box .office_add{display:flex;align-items:center;gap:12px}.jobPost_container .jobPost .bottom .box .office_add .input_div{width:calc(33.3% - 8px)}.jobPost_container .jobPost .bottom .box .office_add .input_div input{padding:26px 16px}.jobPost_container .jobPost .bottom .box .documents .input_div{margin-top:0}.jobPost_container .jobPost .bottom .box .documents .input_div input[type=file i]{padding:10px;height:fit-content;align-items:center!important}.jobPost_container .jobPost .bottom .box .documents .input_div input[type=file i] input#file-upload-button{background-color:red!important}.jobPost_container .jobPost .bottom .box .input_div{display:flex;flex-direction:column;gap:7px}.jobPost_container .jobPost .bottom .box .input_div h3 span{color:red}.jobPost_container .jobPost .bottom .box .input_div input{outline:none;height:40px;border-radius:5px;border:1px solid #a5a5a5;font-family:Outfit;font-size:16px;padding:0 15px}.jobPost_container .jobPost .bottom .box .input_div #jobDesignation{width:60%;border:1px solid red}.jobPost_container .jobPost .bottom .box .radio_div{display:flex;align-items:flex-start;flex-direction:column;gap:7px;width:100%}.jobPost_container .jobPost .bottom .box .radio_div h3 span{color:red}.jobPost_container .jobPost .bottom .box .radio_div .radio_group{flex-wrap:wrap;display:flex;align-items:center;gap:15px;margin-top:10px;width:100%}.jobPost_container .jobPost .bottom .box .radio_div .radio_group label{min-width:100px;width:fit-content;min-height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #a1a1a1;border-radius:30px;cursor:pointer;padding:10px;white-space:nowrap}.jobPost_container .jobPost .bottom .box .radio_div .radio_group input:checked+label{background-color:#d5f1ff;border-color:#2d6c9d;color:#2d6c9d}.jobPost_container .jobPost .bottom .box .radio_div .radio_group input{display:none}.jobPost_container .jobPost .bottom .box .check_box{display:flex;align-items:center;gap:10px}.jobPost_container .jobPost .bottom .box .alert_box{display:flex;align-items:center;gap:10px;background-color:#d5f1ff;padding:5px;border-radius:5px;border:1px solid #69b7f2}.jobPost_container .jobPost .bottom .box .searchResult{border:1px solid #a5a5a5;max-height:200px;padding:5px;display:flex;flex-direction:column;border-radius:5px;width:65%;overflow-y:auto}.jobPost_container .jobPost .bottom .box .searchResult p{cursor:pointer;padding:5px 15px}.jobPost_container .jobPost .bottom .box .searchResult p:hover{background-color:#e2f2ff;border-radius:5px}.jobPost_container .jobPost .bottom .box .select_div{display:flex;align-items:flex-start;gap:15px}.jobPost_container .jobPost .bottom .box .select_div .select_box{display:flex;flex-direction:column;gap:10px}.jobPost_container .jobPost .bottom .box .select_div .select_box select,.jobPost_container .jobPost .bottom .box .select_div .select_box input{outline:none;cursor:pointer;border:1px solid #e5e5e5;border-radius:5px;padding:7px 14px}.jobPost_container .jobPost .bottom .box .input_div .selected{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.jobPost_container .jobPost .bottom .box .input_div .selected .selected_item{cursor:pointer;border:1px solid #69b7f2;background-color:#d5f1ff;padding:10px;border-radius:30px;display:flex;align-items:center;justify-content:flex-start;gap:10px;width:fit-content;color:#2d6c9d}.jobPost_container .jobPost .bottom .box .input_div .selected .selected_item button{all:unset}.jobPost_container .jobPost .bottom .box .input_div .selected .selected_item button img{width:20px;display:flex;align-items:center;justify-content:center}.jobPost_container .jobPost .bottom .box .ageBox{display:flex;gap:15px}.jobPost_container .jobPost .bottom .box .ageBox .input_div{display:flex;flex-direction:row;align-items:center}.jobPost_container .jobPost .bottom .box .ageBox .input_div input{width:60px}.jobPost_container .jobPost .bottom .box .callDirectly h4{color:#000}.jobPost_container .jobPost .bottom .box .callDirectly h4 span{color:red}.jobPost_container .jobPost .bottom .box .callDirectly .normal_radio{cursor:pointer;margin-bottom:10px;margin-top:15px}.jobPost_container .jobPost .bottom .box .callDirectly .normal_radio .input_div{display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:10px;margin-top:5px}.jobPost_container .jobPost .bottom .box .callDirectly .normal_radio .input_div button{padding:9px;border-radius:8px;border:none;background-color:#2d6c9d;color:#fff;cursor:pointer}.jobPost_container .jobPost .bottom .box .callDirectly .normal_radio .input_div button:hover{background-color:#69b7f2}.jobPost_container .jobPost .bottom .box .callDirectly .normal_radio .input_div input[type=number]{border:1px solid #000;outline:none;height:40px;font-family:Outfit;padding:0 15px;width:60%;border-radius:7px}.jobPost_container .jobPost .bottom .box .callDirectly .normal_radio label{display:flex;align-items:center;cursor:pointer;transition:background-color .3s ease}.jobPost_container .jobPost .bottom .box .callDirectly .normal_radio label p{margin:0 0 0 10px}.jobPost_container .jobPost .bottom .box h4{color:#722ed1;display:flex;align-items:center}.jobPost_container .jobPost .bottom .box h4 img{width:40px}.jobPost_container .jobPost .bottom .box .heading{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e5e5e5}.jobPost_container .jobPost .bottom .box .heading .title{display:flex;align-items:center;gap:10px}.jobPost_container .jobPost .bottom .box .heading .title img{width:35px}.jobPost_container .jobPost .bottom .box .subHeading{padding:10px 0;margin-top:-15px;display:flex;flex-direction:column;gap:15px}.jobPost_container .jobPost .bottom .box .subHeading .content{display:flex;flex-direction:row}.jobPost_container .jobPost .bottom .box .subHeading .content .title_name{color:#979797;font-size:18px;min-width:250px}.jobPost_container .jobPost .bottom .box .subHeading .content p{color:#000;font-size:18px}.jobPost_container .jobPost .bottom .buttons{display:flex;align-items:center;justify-content:flex-end;gap:10px}.jobPost_container .jobPost .bottom .buttons .nextBtn{all:unset;background-color:purple;color:#fff;font-size:18px;padding:10px 30px;border-radius:5px;cursor:pointer;width:80px;display:flex;align-items:center;justify-content:center}.jobPost_container .jobPost .bottom .buttons .nextBtn:hover{transform:translateY(-1px)}.jobPost_container .jobPost .bottom .buttons .nextBtn:active{transform:translateY(0)}@media screen and (max-width: 768px){.jobPost_container .jobPost .bottom{width:100%}.jobPost_container .jobPost .bottom .box .content p{font-size:16px}.jobPost_container .jobPost .bottom .box .office_locations{display:flex;align-items:center;flex-direction:column;flex-wrap:wrap;gap:12px}.jobPost_container .jobPost .bottom .box .office_locations .select{width:100%!important}.jobPost_container .jobPost .bottom .box .office_locations input{height:40px;width:100%!important}.jobPost_container .jobPost .bottom .box .office_add{display:flex;align-items:flex-start;flex-direction:column;gap:12px}.jobPost_container .jobPost .bottom .box .office_add .input_div{width:100%}.jobPost_container .jobPost .bottom .box .office_add .input_div input{padding:26px 16px}.jobPost_container .jobPost .bottom .box .radio_div,.jobPost_container .jobPost .bottom .box .radio_div .radio_group{gap:5px}.jobPost_container .jobPost .bottom .box .subHeading .content{flex-direction:column}}.login_container{background-color:#fdf1e9;position:relative}.login_container .bg1{position:absolute;top:0;left:0;height:100%;width:40%;object-position:center;object-fit:cover}.login_container .bg2{position:absolute;top:0;right:0;width:40%;height:100%;object-position:center;object-fit:cover}.login_container .login_section1{padding:40px 4%;display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column}.login_container .login_section1 .login_form{box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;background-color:#fff;border-radius:12px;width:500px;padding:30px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:30px;z-index:1}.login_container .login_section1 .login_form h3{font-family:Outfit;color:#000;font-size:30px}.login_container .login_section1 .login_form .input_div{width:100%;display:flex;flex-direction:column;gap:10px;font-family:Outfit}.login_container .login_section1 .login_form .input_div input{outline:none;border:1px solid #a1a1a1;height:45px;border-radius:5px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;font-family:Outfit;font-size:16px;padding:0 10px}.login_container .login_section1 .login_form .input_div .forgot{align-self:flex-end;text-decoration:none;color:#393939}.login_container .login_section1 .login_form .button5{width:80%}.login_container .login_section1 .login_form p{font-family:Outfit;margin-top:-15px}.login_container .login_section1 .login_form p a{text-decoration:none;color:#000;font-weight:500}.login_container .login_section2{padding:40px 4%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}.login_container .login_section2 h2{font-family:Outfit;font-size:2.75rem;color:#310049}.login_container .login_section2 p{font-family:Montserrat,sans-serif;font-weight:500;font-size:1.3rem;line-height:1.5}.login_container .login_section2 .boxes{width:100%;display:flex;align-items:center;justify-content:center;gap:30px;z-index:1}.login_container .login_section2 .boxes .box{position:relative;width:calc(25% - 22px);padding:10px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;overflow:hidden}.login_container .login_section2 .boxes .box .circle1{width:130px;height:130px;position:absolute;top:-65px;border-radius:50%}.login_container .login_section2 .boxes .box .circle2{position:absolute;width:100px;height:100px;border-radius:50%;left:-50px}.login_container .login_section2 .boxes .box .circle3{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-50px}.login_container .login_section2 .boxes .box img{width:80px;height:80px;object-fit:contain;z-index:1}.login_container .login_section2 .boxes .box h4{font-family:Outfit;font-size:24px}.login_container .login_section2 .boxes .box p{font-size:14px}.login_container .login_section2 .boxes .box:nth-child(1){background-color:#fffaf8}.login_container .login_section2 .boxes .box:nth-child(1) .circle1{background-color:#ffebe3}.login_container .login_section2 .boxes .box:nth-child(1) .circle2{background-color:#ffebe3}.login_container .login_section2 .boxes .box:nth-child(1) .circle3{background-color:#ffebe3}.login_container .login_section2 .boxes .box:nth-child(1) h4{color:#8d3c1a}.login_container .login_section2 .boxes .box:nth-child(2){background-color:#f0fbf8}.login_container .login_section2 .boxes .box:nth-child(2) .circle1{background-color:#d1f2eb}.login_container .login_section2 .boxes .box:nth-child(2) .circle2{background-color:#d1f2eb}.login_container .login_section2 .boxes .box:nth-child(2) .circle3{background-color:#d1f2eb}.login_container .login_section2 .boxes .box:nth-child(2) h4{color:#18564a}.login_container .login_section2 .boxes .box:nth-child(3){background-color:#fdf1f9}.login_container .login_section2 .boxes .box:nth-child(3) .circle1{background-color:#fadbf0}.login_container .login_section2 .boxes .box:nth-child(3) .circle2{background-color:#fadbf0}.login_container .login_section2 .boxes .box:nth-child(3) .circle3{background-color:#fadbf0}.login_container .login_section2 .boxes .box:nth-child(3) h4{color:#661c4d}.login_container .login_section2 .boxes .box:nth-child(4){background-color:#e8f8ff}.login_container .login_section2 .boxes .box:nth-child(4) .circle1{background-color:#d0f1ff}.login_container .login_section2 .boxes .box:nth-child(4) .circle2{background-color:#d0f1ff}.login_container .login_section2 .boxes .box:nth-child(4) .circle3{background-color:#d0f1ff}.login_container .login_section2 .boxes .box:nth-child(4) h4{color:#1b4a5f}@media screen and (max-width: 768px){.login_container .login_section1 .login_form{width:100%;z-index:2}.login_container .login_section2 h2{font-size:30px;z-index:1}.login_container .login_section2 p{font-size:1rem;z-index:1}.login_container .login_section2 .boxes{flex-wrap:wrap}.login_container .login_section2 .boxes .box{width:100%}}.register_container{background-color:#fdf1e9}.register_container .register{padding:40px 4%;display:flex;align-items:center;justify-content:center}.register_container .register .register_form{box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;background-color:#fff;border-radius:12px;width:500px;padding:30px;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:30px;z-index:1}.register_container .register .register_form h2{font-size:30px;font-family:Outfit}.register_container .register .register_form p{font-size:16px;color:#a1a1a1;font-family:Montserrat,sans-serif;margin-top:-10px}.register_container .register .register_form .input_div{width:100%;display:flex;flex-direction:column;gap:10px;font-family:Outfit}.register_container .register .register_form .input_div input,.register_container .register .register_form .input_div select{outline:none;border:1px solid #a1a1a1;height:45px;border-radius:5px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;font-family:Outfit;font-size:16px;padding:0 10px}.register_container .register .register_form .button5{width:80%}.register_container .register .register_form p a{text-decoration:none;color:#000;font-weight:600}@media screen and (max-width: 768px){.register_container .register .register_form{width:100%;padding:15px}.register_container .register .register_form h2{font-size:28px;text-align:center}}.forgot_container{background-color:#fdf1e9;position:relative}.forgot_container .bg1{position:absolute;width:100%;height:100%;top:0;left:0}.forgot_container .bg2{position:absolute;width:100%;height:100%;top:0;right:0}.forgot_container .forgot{padding:40px 4%;display:flex;align-items:center;justify-content:center;z-index:1;position:relative}.forgot_container .forgot .forgot_form{width:500px;height:450px;background-color:#fff;border-radius:10px;box-shadow:#32325d40 0 13px 27px -5px,#0000004d 0 8px 16px -8px;padding:20px;gap:20px;display:flex;align-items:center;justify-content:center;flex-direction:column}.forgot_container .forgot .forgot_form h2{font-size:30px;font-family:Outfit}.forgot_container .forgot .forgot_form p{font-family:Montserrat;font-size:16px;font-weight:500;text-align:center}.forgot_container .forgot .forgot_form .input_div{display:flex;flex-direction:column;width:100%;font-family:Outfit;gap:10px}.forgot_container .forgot .forgot_form .input_div input{outline:none;border:1px solid #a1a1a1;height:45px;border-radius:5px;box-shadow:#32325d40 0 2px 5px -1px,#0000004d 0 1px 3px -1px;font-family:Outfit;font-size:16px;padding:0 10px}.forgot_container .forgot .forgot_form .button5{width:80%}.forgot_container .forgot .forgot_form p a{font-weight:600;text-decoration:none;color:#000}@media screen and (max-width: 768px){.forgot_container .forgot .forgot_form{width:100%}.forgot_container .forgot .forgot_form p{text-align:center}}.about_container{background-color:#fdf1e9;position:relative}.about_container .bg1{position:absolute;left:0;top:0}.about_container .bg2{position:absolute;right:0;top:0}.about_container .about_section1{padding:40px 4%;display:flex;align-items:center;justify-content:center;flex-direction:column;z-index:1;position:relative}.about_container .about_section1 h2{text-align:center;font-size:40px;font-family:Outfit;color:#003609}.about_container .about_section1 h2 span{color:#00a91b}.about_container .about_section2{padding:40px 4%;display:flex;align-items:center;z-index:1;position:relative}.about_container .about_section2 .left{width:50%;display:flex;align-items:flex-end;position:relative;height:500px}.about_container .about_section2 .left .g2{width:60%;position:absolute;bottom:0;right:0}.about_container .about_section2 .left .g1{width:32%;position:absolute;left:20px;bottom:0;object-fit:cover}.about_container .about_section2 .left .g3{position:absolute;top:-20px;left:100px;width:70px}.about_container .about_section2 .left .g4{position:absolute;top:30px;left:180px;width:100px}.about_container .about_section2 .right{width:50%;font-family:Outfit;display:flex;flex-direction:column;gap:30px}.about_container .about_section2 .right h2{font-size:36px}.about_container .about_section2 .right p{font-size:18px;line-height:1.5}.about_container .about_section3{padding:70px 10%;display:flex;align-items:center;font-family:Outfit;position:relative;z-index:1}.about_container .about_section3 .left{width:70%;display:flex;align-items:flex-end;justify-content:space-around}.about_container .about_section3 .left img{width:35%}.about_container .about_section3 .left .content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.about_container .about_section3 .left .content img{width:80px}.about_container .about_section3 .left .content h2{font-size:36px;color:#8ed778}.about_container .about_section3 .left .content ul{align-self:flex-start;display:flex;flex-direction:column;gap:10px;margin-left:20px}.about_container .about_section3 .left .content ul li{font-size:18px}.about_container .about_section3 .right{width:30%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px}.about_container .about_section3 .right img{width:80%;border-radius:10px;box-shadow:#00000029 0 1px 4px}.about_container .about_section3 .right p{font-size:22px;color:#003609}.about_container .about_section3 .right h2{font-size:36px;color:#00a91b}.about_container .about_section3 .box1{width:300px;position:absolute;height:100%;left:4%}.about_container .about_section3 .box1 .line1{height:30px;width:100%;background-color:#feb600;position:absolute;bottom:0}.about_container .about_section3 .box1 .line2{position:absolute;bottom:0;left:0;width:30px;height:130px;background-color:#feb600}.about_container .about_section3 .box2{position:absolute;top:0;right:4%;height:100%;width:300px}.about_container .about_section3 .box2 .line1{height:30px;width:100%;background-color:#4976f3}.about_container .about_section3 .box2 .line2{height:130px;width:30px;background-color:#4976f3;position:absolute;right:0;top:0}.about_container .about_section4{padding:40px 4%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px;font-family:Outfit;z-index:1;position:relative}.about_container .about_section4 h2{font-size:36px;color:#00a91b}.about_container .about_section4 p{line-height:1.4;font-size:18px;width:80%;text-align:center;color:#212121}.about_container .about_section4 .box{border:2px solid #000;border-radius:10px;width:90%;padding:20px;display:flex;flex-direction:column;gap:15px;transition:all .3s ease;cursor:pointer;box-shadow:#00000029 0 1px 4px}.about_container .about_section4 .box .title{display:flex;align-items:center;gap:20px}.about_container .about_section4 .box .title img{width:60px}.about_container .about_section4 .box .title h2{font-size:28px;color:#000}.about_container .about_section4 .box p{width:100%;font-size:22px;text-align:left}.about_container .about_section4 .box:hover{transform:scale(1.03);box-shadow:#00000059 0 5px 15px}@media screen and (max-width: 768px){.about_container .bg1,.about_container .bg2{width:100%}.about_container .about_section1 h2{font-size:30px}.about_container .about_section2{flex-direction:column;gap:30px}.about_container .about_section2 .left{width:100%;height:350px}.about_container .about_section2 .left .g3{left:50px;top:-10px}.about_container .about_section2 .left .g4{left:120px}.about_container .about_section2 .right{width:100%;text-align:center}.about_container .about_section2 .right p{font-size:16px}.about_container .about_section3{padding:40px 4%;flex-direction:column;gap:30px}.about_container .about_section3 h2{font-size:28px}.about_container .about_section3 .left{width:100%;flex-direction:column;align-items:center}.about_container .about_section3 .left .content{width:100%}.about_container .about_section3 .left img{width:70%}.about_container .about_section3 .right{width:100%}.about_container .about_section3 .right img{width:150px;border-radius:5px}.about_container .about_section4{margin-top:40px;gap:20px}.about_container .about_section4 h2{font-size:28px}.about_container .about_section4 p{width:100%;font-size:16px}.about_container .about_section4 .box{width:100%;padding:10px}.about_container .about_section4 .box .title h2{font-size:24px}.about_container .about_section4 .box p{font-size:18px}}.privacy_container{font-family:Outfit;background-color:#fdf1e9;position:relative}.privacy_container .bg1{position:absolute;left:0;top:0}.privacy_container .bg2{position:absolute;right:0;top:0}.privacy_container .privacy_section1{padding:40px 4%;display:flex;align-items:center;z-index:1;position:relative}.privacy_container .privacy_section1 .left{width:50%}.privacy_container .privacy_section1 .left h2{font-size:64px;color:#000;-webkit-text-fill-color:#fdf1e9;-webkit-text-stroke:2px black;font-family:Open Sans}.privacy_container .privacy_section1 .left small{color:#b0b0b0;font-size:16px}.privacy_container .privacy_section1 .right{width:50%}.privacy_container .privacy_section1 .right img{border-radius:10px;box-shadow:#00000029 0 1px 4px}.privacy_container .privacy_section2{z-index:1;position:relative;padding:40px 4%;line-height:1.5;font-size:18px;font-weight:300}@media screen and (max-width: 768px){.privacy_container .privacy_section1{flex-direction:column;gap:30px;padding-bottom:0}.privacy_container .privacy_section1 .left{width:100%}.privacy_container .privacy_section1 .left h2{font-size:40px;-webkit-text-stroke:1px}.privacy_container .privacy_section1 .right{width:100%}.privacy_container .privacy_section2 p{font-size:16px}.privacy_container .bg1{position:absolute;left:0;top:0;width:100%}.privacy_container .bg2{position:absolute;right:0;top:0;width:100%}}.dashboard_container{font-family:Outfit;position:relative;background-color:#fdf1e9}.dashboard_container .bg1{position:absolute;top:0;left:0;height:100%;width:100%}.dashboard_container .bg2{position:absolute;top:0;right:0;height:100%;width:100%}.dashboard_container .dashboard{padding:40px 4%;display:flex;align-items:flex-start;gap:20px;position:relative}.dashboard_container .dashboard .notification_body{background-color:transparent;position:fixed;z-index:9999;width:100%;height:100%;top:0;left:0;transform:translate(100%);transition:all .8s ease}.dashboard_container .dashboard .notification_body .cross{position:absolute;background-color:#c9ffd3;top:10px;cursor:pointer;right:calc(30% + 12px);border-radius:50%;width:30px}.dashboard_container .dashboard .notification_body .notification_modal{position:fixed;background-color:#00000080;z-index:999;top:0;right:0;width:30%;height:100%;display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:20px;overflow:auto;padding:20px;transform:translate(70%);transition:transform .4s ease}.dashboard_container .dashboard .notification_body .notification_modal .cross{display:none}.dashboard_container .dashboard .notification_body .notification_modal::-webkit-scrollbar{display:none}.dashboard_container .dashboard .notification_body .notification_modal .notification_card{background-color:#fff;padding:10px;border-radius:10px;position:relative;display:flex;flex-direction:column;width:100%;gap:7px}.dashboard_container .dashboard .notification_body .notification_modal .notification_card .date{color:#a1a1a1;display:flex;align-items:center;gap:10px}.dashboard_container .dashboard .notification_body .notification_modal .notification_card .date span{display:inline-block;width:8px;height:8px;background-color:#32cd32;border-radius:50%}.dashboard_container .dashboard .notification_body .notification_modal .notification_card .date span.active{display:none}.dashboard_container .dashboard .notification_body .notification_modal .notification_card .cross{position:absolute;width:20px;top:5px;right:5px;background-color:#abffba}.dashboard_container .dashboard .notification_body .notification_modal .notification_card .cross.active{display:none}.dashboard_container .dashboard .notification_body .notification_modal .notification_card p{font-weight:500}.dashboard_container .dashboard .notification_body .notification_modal h4{color:#000;background-color:#fff;width:100%;padding:10px;border-radius:10px;font-weight:500}.dashboard_container .dashboard .notification_body .notification_modal .notification_card.active{display:none}.dashboard_container .dashboard .notification_body .notification_modal.active,.dashboard_container .dashboard .notification_body.active{transform:translate(0)}.dashboard_container .dashboard .left{z-index:1;background-color:#fff;width:25%;border-radius:5px;padding:15px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;height:700px;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.dashboard_container .dashboard .left .top{width:100%}.dashboard_container .dashboard .left .top .company_name{display:flex;align-items:center;gap:10px;width:100%;cursor:pointer}.dashboard_container .dashboard .left .top .company_name img{width:50px;height:50px;object-fit:cover;object-position:center}.dashboard_container .dashboard .left .top .company_name h1{width:50px;height:50px;color:#fff;font-weight:400;border-radius:8px;background-color:#9a2dd1;display:flex;align-items:center;justify-content:center}.dashboard_container .dashboard .left .top .coin_box{border-radius:12px;display:flex;align-items:center;margin-top:10px;gap:12px;padding:8px 10px;background-color:#c0ffea;width:fit-content;border:1px solid #10b981}.dashboard_container .dashboard .left .top .coin_box img{width:24px}.dashboard_container .dashboard .left .top .columns{padding:10px 0;display:flex;flex-direction:column;gap:10px;margin-top:20px}.dashboard_container .dashboard .left .top .columns .box{display:flex;align-items:center;gap:15px;padding:10px;border-radius:5px;cursor:pointer}.dashboard_container .dashboard .left .top .columns .box svg{width:25px;fill:gray}.dashboard_container .dashboard .left .top .columns .box:hover{background-color:#eaf8f4}.dashboard_container .dashboard .left .top .columns .box:hover svg{fill:#234e3e}.dashboard_container .dashboard .left .bottom{width:100%}.dashboard_container .dashboard .left .bottom .coin_box{display:flex;align-items:center;justify-content:center;padding:10px;border-radius:5px;gap:10px;width:100%;border:1px solid #bdbdbd}.dashboard_container .dashboard .left .bottom .coin_box img{width:30px}.dashboard_container .dashboard .right{z-index:1;display:flex;flex-direction:column;gap:20px;width:75%}.dashboard_container .dashboard .right .top{background-color:#fff;border-radius:5px;padding:10px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.dashboard_container .dashboard .right .top h2{color:#310049}.dashboard_container .dashboard .right .top p{color:#4f335d}.dashboard_container .dashboard .right .middle{background-color:#fff;display:flex;flex-wrap:wrap;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.dashboard_container .dashboard .right .middle .box{text-decoration:none;color:#000;cursor:pointer;width:25%;border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;height:150px;transition:all .3s ease}.dashboard_container .dashboard .right .middle .box img{width:60px}.dashboard_container .dashboard .right .middle .box:hover{background-color:#f0fff1;color:#234e3e;transition:all .3s ease}.dashboard_container .dashboard .right .middle .box p span{background-color:#ff0;padding:2px 4px;border-radius:5px;font-size:14px}.dashboard_container .dashboard .right .bottom{position:relative;width:100%}.dashboard_container .dashboard .right .bottom .content{position:absolute;top:0;left:20px;height:100%;width:40%;display:flex;justify-content:center;align-items:flex-start;flex-direction:column;gap:10px;color:#fff}.dashboard_container .dashboard .right .bottom .content h2{font-size:40px}.dashboard_container .dashboard .right .bottom .content p{line-height:1.5;font-weight:300;color:#ededed}.dashboard_container .dashboard .right .bottom .content .line{height:3px;width:200px;background-color:#fff}.dashboard_container .dashboard .right .bottom .content .postBtn{text-decoration:none;color:#000;background-color:#fff;font-size:18px;padding:15px 30px;border-radius:5px;cursor:pointer}.dashboard_container .dashboard .right .bottom .content .postBtn:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .bottom .content .postBtn:active{transform:translateY(0)}.dashboard_container .dashboard .right .bottom img{width:100%;display:block}.dashboard_container .dashboard .right .no-jobs-message{display:flex;align-items:center;justify-content:center;height:80dvh}.dashboard_container .dashboard .right .no-jobs-message img{width:20rem}.dashboard_container .dashboard .right .job_box{background-color:#fff;padding:10px;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.dashboard_container .dashboard .right .job_box h3{color:#07540a;font-size:24px}.dashboard_container .dashboard .right .job_box h3 span{background-color:#eb9d39;color:#fff;font-weight:400;font-size:16px;padding:5px 7px;border-radius:30px}.dashboard_container .dashboard .right .job_box small{color:#bdbdbd}.dashboard_container .dashboard .right .job_box .boxes{display:flex;align-items:center;gap:15px;width:100%}.dashboard_container .dashboard .right .job_box .boxes .count_box{border:1px solid #07540a;border-radius:5px;width:calc(50% - 7px);display:flex;align-items:center;gap:15px;padding:10px}.dashboard_container .dashboard .right .job_box .boxes .count_box .circle{background-color:#e3ffe4;width:60px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:50%}.dashboard_container .dashboard .right .job_box .boxes .count_box .circle img{width:35px;height:35px}.dashboard_container .dashboard .right .job_box .boxes .count_box .content{display:flex;flex-direction:column;gap:7px}.dashboard_container .dashboard .right .job_box .boxes .count_box .content p:first-child{color:#07540a}.dashboard_container .dashboard .right .job_box .row{margin-top:10px;display:flex;align-items:center;justify-content:space-between;width:100%}.dashboard_container .dashboard .right .job_box .row button{all:unset;background-color:#07540a;color:#fff;padding:10px 15px;border-radius:5px;cursor:pointer}.dashboard_container .dashboard .right .job_box .row button:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .job_box .row button:active{transform:translateY(0)}.dashboard_container .dashboard .right .job_box .row button:disabled{background-color:gray;color:#ccc;cursor:not-allowed;transform:none}.dashboard_container .dashboard .right .search_candidate{display:flex;align-items:flex-start;gap:15px}.dashboard_container .dashboard .right .search_candidate .left_search{display:flex;flex-direction:column;gap:15px;padding-bottom:20px;width:65%;background-color:#fff;border-radius:8px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.dashboard_container .dashboard .right .search_candidate .left_search .search{display:flex;flex-direction:column;gap:15px;padding:20px;border-bottom:1px solid #bdbdbd}.dashboard_container .dashboard .right .search_candidate .left_search .search .search_box{display:flex;align-items:center;gap:15px}.dashboard_container .dashboard .right .search_candidate .left_search .search .search_box .radio_div{display:flex;gap:7px}.dashboard_container .dashboard .right .search_candidate .left_search .search .search_box .radio_div label{cursor:pointer}.dashboard_container .dashboard .right .search_candidate .left_search .input_div{padding:0 20px;display:flex;flex-direction:column;gap:7px}.dashboard_container .dashboard .right .search_candidate .left_search .input_div label{font-weight:500;font-size:18px}.dashboard_container .dashboard .right .search_candidate .left_search .input_div label span{color:red}.dashboard_container .dashboard .right .search_candidate .left_search .input_div input{outline:none;height:45px;border-radius:5px;border:1px solid #808080;font-size:16px;font-family:Outfit;padding:0 16px}.dashboard_container .dashboard .right .search_candidate .left_search .input_div .css-hlgwow{all:unset;height:45px!important;padding:0 16px;display:flex;align-items:center;justify-content:center;outline:none}.dashboard_container .dashboard .right .search_candidate .left_search .two_div{display:flex;align-items:flex-end;gap:20px;padding:0 20px}.dashboard_container .dashboard .right .search_candidate .left_search .two_div .select_div{width:100%}.dashboard_container .dashboard .right .search_candidate .left_search .two_div .select_div label{font-weight:500;font-size:18px}.dashboard_container .dashboard .right .search_candidate .left_search .two_div .select_div select{width:100%;height:45px;border-radius:5px;font-family:Outfit;font-size:16px;border:1px solid #808080;outline:none;margin-top:7px}.dashboard_container .dashboard .right .search_candidate .left_search .education{padding:0 20px}.dashboard_container .dashboard .right .search_candidate .left_search .education p{font-weight:500;font-size:18px}.dashboard_container .dashboard .right .search_candidate .left_search .education .education_box .radio_group{flex-wrap:wrap;display:flex;align-items:center;gap:15px;margin-top:10px;width:100%}.dashboard_container .dashboard .right .search_candidate .left_search .education .education_box .radio_group label{min-width:100px;width:fit-content;min-height:40px;display:flex;align-items:center;justify-content:center;border:1px solid #a1a1a1;border-radius:30px;cursor:pointer;padding:10px;white-space:nowrap}.dashboard_container .dashboard .right .search_candidate .left_search .education .education_box .radio_group input:checked+label{background-color:#e3ffe4;border-color:#07540a;color:#07540a}.dashboard_container .dashboard .right .search_candidate .left_search .education .education_box .radio_group input{display:none}.dashboard_container .dashboard .right .search_candidate .left_search .active_box{display:flex;align-items:center;width:100%;justify-content:flex-end;padding:20px 20px 0;margin-top:20px;border-top:1px solid #bdbdbd}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .active{display:flex;align-items:center;gap:7px}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .active p{color:gray}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .active select{outline:none;border:1px solid #808080;font-family:Outfit;font-size:16px;border-radius:5px;height:40px;width:200px}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .buttons{display:flex;align-items:center;gap:20px}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .buttons button{all:unset;color:#208268;font-weight:500;cursor:pointer}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .buttons .searchBtn{color:#fff;background-color:#208268;padding:10px 20px;border-radius:5px}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .buttons .searchBtn:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .buttons .searchBtn:active{transform:translateY(0)}.dashboard_container .dashboard .right .search_candidate .right_search{width:35%;display:flex;flex-direction:column;gap:15px!important}.dashboard_container .dashboard .right .search_candidate .right_search .top_box{padding:15px;display:flex;flex-direction:column;gap:10px;align-items:flex-start;background-color:#fff;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px}.dashboard_container .dashboard .right .search_candidate .right_search .top_box img{width:40px}.dashboard_container .dashboard .right .search_candidate .right_search .top_box .content{display:flex;flex-direction:column;gap:10px}.dashboard_container .dashboard .right .search_candidate .right_search .bottom_box{padding:15px;background-color:#fff;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;display:flex;flex-direction:column;gap:20px}.dashboard_container .dashboard .right .search_candidate .right_search .bottom_box .box{display:flex;align-items:center;gap:7px}.dashboard_container .dashboard .right .search_candidate .right_search .bottom_box .box .icon{background-color:#d8bcff;min-width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%}.dashboard_container .dashboard .right .search_candidate .right_search .bottom_box .box .icon img{width:25px;height:25px;object-fit:cover}.dashboard_container .dashboard .right .search_candidate .right_search .bottom_box .box:nth-child(3) .icon{background-color:#fff3b2}.dashboard_container .dashboard .right .search_candidate .right_search .bottom_box .box:nth-child(4) .icon{background-color:#c9ffd3}.dashboard_container .dashboard .right .filter_section{background-color:#fff;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;display:flex;align-items:center;justify-content:space-between}.dashboard_container .dashboard .right .filter_section .box{display:flex;align-items:center;justify-content:center;gap:10px;padding:20px 15px;width:20%;cursor:pointer;border-right:1px solid #e5e5e5;font-weight:300;border-bottom:2px solid #fff}.dashboard_container .dashboard .right .filter_section .box img{width:20px}.dashboard_container .dashboard .right .filter_section .box.active{border-bottom:2px solid #208268;font-weight:400}.dashboard_container .dashboard .right .filter_section .buttons{width:20%;display:flex;align-items:center;justify-content:center}.dashboard_container .dashboard .right .filter_section .buttons .downloadBtn{all:unset;background-color:#208268;color:#fff;padding:8px 15px;border-radius:5px;cursor:pointer}.dashboard_container .dashboard .right .filter_section .buttons .downloadBtn:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .filter_section .buttons .downloadBtn:active{transform:translateY(0)}.dashboard_container .dashboard .right .billing{background-color:#fff;width:100%;min-height:700px;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;padding:20px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:30px}.dashboard_container .dashboard .right .billing .pricePlan{font-size:36px;color:#4976f3}.dashboard_container .dashboard .right .billing p{margin-top:-15px;text-align:center;font-weight:400;color:gray}.dashboard_container .dashboard .right .billing .mySwiper{width:100%;padding:10px}.dashboard_container .dashboard .right .billing .mySwiper .box{min-height:447px!important;width:100%;border-radius:10px;box-shadow:#32325d40 0 7px 27px -5px,#0000004d 0 5px 6px -10px;padding:20px;display:flex;flex-direction:column;gap:15px;font-family:Outfit;transition:all .3s ease}.dashboard_container .dashboard .right .billing .mySwiper .box:hover{transform:scale(1.03)}.dashboard_container .dashboard .right .billing .mySwiper .box p{text-align:left}.dashboard_container .dashboard .right .billing .mySwiper .box .price{display:flex;align-items:center;gap:6px}.dashboard_container .dashboard .right .billing .mySwiper .box .price span{font-size:20px}.dashboard_container .dashboard .right .billing .mySwiper .box .price h2{font-weight:600}.dashboard_container .dashboard .right .billing .mySwiper .box .coins{display:flex;align-items:center;gap:6px;width:100%;justify-content:center}.dashboard_container .dashboard .right .billing .mySwiper .box .coins img{width:40px}.dashboard_container .dashboard .right .billing .mySwiper .box p{margin-top:0;color:#ffb600}.dashboard_container .dashboard .right .billing .mySwiper .box small{color:#939393;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:3;overflow:hidden}.dashboard_container .dashboard .right .billing .mySwiper .box button{all:unset;display:flex;align-items:center;justify-content:center;padding:10px 20px;background-color:#4976f3;color:#fff;border-radius:6px;cursor:pointer}.dashboard_container .dashboard .right .billing .mySwiper .box button:hover{transform:translateY(-1px)}.dashboard_container .dashboard .right .billing .mySwiper .box button:active{transform:translateY(0)}.dashboard_container .dashboard .right .billing .mySwiper .box .slab{display:flex;justify-content:center;align-items:center;gap:10px}.dashboard_container .dashboard .right .billing .mySwiper .box .slab small{letter-spacing:2px}.dashboard_container .dashboard .right .billing .mySwiper .box .slab .line{height:1px;width:90px;background-color:gray}.dashboard_container .dashboard .right .billing .mySwiper .box ul{display:flex;flex-direction:column;gap:13px}.dashboard_container .dashboard .right .billing .mySwiper .box ul li{list-style-type:none;display:flex;align-items:flex-start;gap:7px}.dashboard_container .dashboard .right .billing .mySwiper .box ul li img{width:20px}.dashboard_container .dashboard .right .billing .boxes{width:100%}.dashboard_container .dashboard .right .reports{background-color:#fff;width:100%;min-height:700px;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.dashboard_container .dashboard .right .reports .reports_top{width:100%;display:flex;align-items:flex-start;justify-content:space-between;padding:20px;border-bottom:1px solid #cccccc}.dashboard_container .dashboard .right .reports .reports_top .reports_left{display:flex;flex-direction:column;gap:6px}.dashboard_container .dashboard .right .reports .reports_top .reports_left .details{display:flex;align-items:center;gap:10px}.dashboard_container .dashboard .right .reports .reports_top .reports_left .details h2{font-weight:500}.dashboard_container .dashboard .right .reports .reports_top .reports_left .details span{background-color:#9a2dd1;padding:3px 20px;border-radius:100px;color:#fff}.dashboard_container .dashboard .right .reports .reports_top .reports_left p{color:#949494;font-weight:400}.dashboard_container .dashboard .right .reports .reports_top .reports_right .download{cursor:pointer;background-color:#208268;display:flex;align-items:center;gap:10px;padding:10px 16px;color:#fff;border-radius:50px}.dashboard_container .dashboard .right .reports .reports_bottom{width:100%;border-bottom:1px solid #cccccc}.dashboard_container .dashboard .right .reports .reports_bottom table{width:100%;border-collapse:collapse}.dashboard_container .dashboard .right .reports .reports_bottom table thead tr{background-color:#fff;box-shadow:0 2px 4px #0000000d}.dashboard_container .dashboard .right .reports .reports_bottom table thead tr th{text-align:left;padding:12px 20px;font-size:16px;color:#000;font-weight:500;letter-spacing:.05em}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr{background-color:#fff;transition:transform .2s ease,box-shadow .2s ease}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr:hover{transform:scale(1.01);box-shadow:0 4px 12px #0000001a}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td{padding:14px 20px;font-size:15px;color:#374151;border-top:1px solid #e5e7eb}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .download{width:1.7rem;cursor:pointer}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .box{display:flex;align-items:center;gap:6px}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .box .icon{display:flex;align-items:center;justify-content:center;background-color:#ecd2ff;padding:8px;border-radius:100%}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .box .icon img{width:20px}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td:nth-child(3){font-weight:400}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td:nth-child(3).paid span{border:1px solid #10b981;background-color:#ebfff8;border-radius:50px;padding:3px 10px;color:#10b981}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td:nth-child(3).failed span{border:1px solid #ef4444;background-color:#ffe6e6;border-radius:50px;padding:3px 10px;color:#ef4444}.dashboard_container .dashboard .right .reports .reports_pegination{display:flex;align-items:center;justify-content:space-between;width:100%;padding:20px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_right p{color:#202c32;font-size:15px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left{font-weight:400;display:flex;align-items:center;gap:10px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .previous{margin-right:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .previous img{width:16px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .next{margin-left:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .next img{width:16px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .box{width:36px;height:36px;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .box.active{width:36px;height:36px;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color:#f9e7ff;color:#7c1cc0}@media screen and (max-width: 768px){.dashboard_container .dashboard{flex-direction:column}.dashboard_container .dashboard .left{width:100%;height:fit-content;gap:15px}.dashboard_container .dashboard .left .top{width:100%}.dashboard_container .dashboard .left .top .columns{flex-direction:row;overflow:auto;width:100%;padding:0}.dashboard_container .dashboard .left .top .columns::-webkit-scrollbar{display:none}.dashboard_container .dashboard .left .top .columns .box{border:1px solid #07540a;padding:5px 10px;gap:10px;white-space:nowrap}.dashboard_container .dashboard .left .top .columns .box svg{width:20px}.dashboard_container .dashboard .left .bottom .coin_box{margin:0 auto;width:fit-content}.dashboard_container .dashboard .left .bottom .coin_box img{width:20px}.dashboard_container .dashboard .notification_body .cross{display:none}.dashboard_container .dashboard .notification_body .notification_modal{width:100%;padding:15px}.dashboard_container .dashboard .notification_body .notification_modal .cross{display:block;position:relative;right:0;margin-bottom:30px}.dashboard_container .dashboard .right{width:100%}.dashboard_container .dashboard .right .top h2{font-size:26px}.dashboard_container .dashboard .right .top p{font-size:16px;margin-top:7px}.dashboard_container .dashboard .right .middle .box{width:50%}.dashboard_container .dashboard .right .middle .box img{width:50px}.dashboard_container .dashboard .right .bottom{display:flex;flex-direction:column-reverse;background-color:#7c1cc0;gap:20px;border-radius:10px}.dashboard_container .dashboard .right .bottom .content{padding:10px;position:relative;width:100%;left:0}.dashboard_container .dashboard .right .bottom .content h2{font-size:28px}.dashboard_container .dashboard .right .bottom .content .postBtn{font-size:16px;padding:10px 20px}.dashboard_container .dashboard .right .bottom img{width:90%;margin:0 auto}.dashboard_container .dashboard .right .job_box h3{font-size:22px}.dashboard_container .dashboard .right .job_box h3 span{font-size:14px}.dashboard_container .dashboard .right .job_box p{font-size:16px;line-height:1.5}.dashboard_container .dashboard .right .job_box .boxes{flex-wrap:wrap}.dashboard_container .dashboard .right .job_box .boxes .count_box{width:100%}.dashboard_container .dashboard .right .job_box .boxes .count_box .circle{width:40px;height:40px}.dashboard_container .dashboard .right .job_box .boxes .count_box .circle img{width:25px;height:25px}.dashboard_container .dashboard .right .job_box .boxes .count_box .content{gap:3px}.dashboard_container .dashboard .right .search_candidate{flex-direction:column}.dashboard_container .dashboard .right .search_candidate .left_search{width:100%}.dashboard_container .dashboard .right .search_candidate .left_search .search{padding:10px}.dashboard_container .dashboard .right .search_candidate .left_search .search .search_box{flex-direction:column;align-items:flex-start}.dashboard_container .dashboard .right .search_candidate .left_search .input_div{padding:0 10px}.dashboard_container .dashboard .right .search_candidate .left_search .input_div label{font-weight:400}.dashboard_container .dashboard .right .search_candidate .left_search .two_div{padding:0 10px}.dashboard_container .dashboard .right .search_candidate .left_search .two_div .select_div label{font-weight:400}.dashboard_container .dashboard .right .search_candidate .left_search .education{padding:0 10px}.dashboard_container .dashboard .right .search_candidate .left_search .education p{font-weight:400}.dashboard_container .dashboard .right .search_candidate .left_search .education .education_box .radio_group{gap:7px}.dashboard_container .dashboard .right .search_candidate .left_search .active_box{padding:10px;margin-top:10px;flex-direction:column;align-items:flex-start;gap:20px}.dashboard_container .dashboard .right .search_candidate .left_search .active_box .buttons{width:100%;justify-content:center}.dashboard_container .dashboard .right .search_candidate .right_search{width:100%}.dashboard_container .dashboard .right .filter_section{width:100%;overflow:auto;padding:10px}.dashboard_container .dashboard .right .filter_section::-webkit-scrollbar{display:none}.dashboard_container .dashboard .right .filter_section .box{padding:10px;white-space:nowrap;width:fit-content}.dashboard_container .dashboard .right .filter_section .buttons{width:fit-content}.dashboard_container .dashboard .right .filter_section .buttons .downloadBtn{white-space:nowrap}.dashboard_container .dashboard .right .billing{height:fit-content}.dashboard_container .dashboard .right .billing .pricePlan{font-size:26px}.dashboard_container .dashboard .right .billing .boxes{flex-direction:column}.dashboard_container .dashboard .right .billing .boxes .box{width:100%}.dashboard_container .dashboard .right .billing .boxes .box small{color:#939393;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:4;overflow:hidden}.dashboard_container .dashboard .right .reports{background-color:#fff;width:100%;min-height:700px;border-radius:5px;box-shadow:#0000000d 0 6px 24px,#00000014 0 0 0 1px;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column}.dashboard_container .dashboard .right .reports .reports_top{width:100%;display:flex;align-items:flex-start;justify-content:space-between;padding:20px;border-bottom:1px solid #cccccc}.dashboard_container .dashboard .right .reports .reports_top .reports_left{display:flex;flex-direction:column;gap:6px}.dashboard_container .dashboard .right .reports .reports_top .reports_left .details{display:flex;align-items:center;gap:10px}.dashboard_container .dashboard .right .reports .reports_top .reports_left .details h2{font-weight:500;font-size:22px}.dashboard_container .dashboard .right .reports .reports_top .reports_left .details span{background-color:#9a2dd1;padding:3px 15px;border-radius:100px;color:#fff}.dashboard_container .dashboard .right .reports .reports_top .reports_left p{color:#949494;font-weight:400;font-size:14px}.dashboard_container .dashboard .right .reports .reports_top .reports_right .download{cursor:pointer;background-color:#208268;display:flex;align-items:center;gap:10px;padding:10px 16px;color:#fff;border-radius:50px}.dashboard_container .dashboard .right .reports .reports_bottom{width:100%;border-bottom:1px solid #cccccc;overflow-x:auto}.dashboard_container .dashboard .right .reports .reports_bottom::-webkit-scrollbar{display:none}.dashboard_container .dashboard .right .reports .reports_bottom table{width:100%;border-collapse:collapse;white-space:nowrap}.dashboard_container .dashboard .right .reports .reports_bottom table thead tr{background-color:#fff;box-shadow:0 2px 4px #0000000d}.dashboard_container .dashboard .right .reports .reports_bottom table thead tr th{text-align:left;padding:12px 20px;font-size:16px;color:#000;font-weight:500;letter-spacing:.05em}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr{background-color:#fff;transition:transform .2s ease,box-shadow .2s ease}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr:hover{transform:scale(1.01);box-shadow:0 4px 12px #0000001a}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td{padding:14px 20px;font-size:15px;color:#374151;border-top:1px solid #e5e7eb}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .download{width:1.7rem;cursor:pointer}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .box{display:flex;align-items:center;gap:6px}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .box .icon{display:flex;align-items:center;justify-content:center;background-color:#ecd2ff;padding:8px;border-radius:100%}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td .box .icon img{width:20px}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td:nth-child(3){font-weight:400}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td:nth-child(3).paid span{border:1px solid #10b981;background-color:#ebfff8;border-radius:50px;padding:3px 10px;color:#10b981}.dashboard_container .dashboard .right .reports .reports_bottom table tbody tr td:nth-child(3).failed span{border:1px solid #ef4444;background-color:#ffe6e6;border-radius:50px;padding:3px 10px;color:#ef4444}.dashboard_container .dashboard .right .reports .reports_pegination{display:flex;align-items:flex-start;gap:10px;justify-content:space-between;flex-direction:column;width:100%;padding:10px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_right p{color:#202c32;font-size:15px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left{font-weight:400;width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .previous{margin-right:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .previous img{width:16px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .next{margin-left:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .next img{width:16px}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .box{width:28px;height:28px;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color:#fff;color:#000}.dashboard_container .dashboard .right .reports .reports_pegination .pegination_left .box.active{width:28px;height:28px;border-radius:100%;display:flex;align-items:center;justify-content:center;background-color:#f9e7ff;color:#7c1cc0}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.profile_container{font-family:Outfit;position:relative;background-color:#fdf1e9}.profile_container .bg1{position:absolute;top:0;left:0;height:100%;width:100%}.profile_container .bg2{position:absolute;top:0;right:0;height:100%;width:100%}.profile_container .profile{padding:40px 4%;display:flex;flex-direction:column;gap:15px;align-items:center;justify-content:center;z-index:2;position:relative}.profile_container .profile .title{text-align:center}.profile_container .profile .title h2{font-size:36px}.profile_container .profile .title p{font-size:16px;color:gray}.profile_container .profile .profile_form{z-index:3;background-color:#fff;border-radius:8px;box-shadow:#00000029 0 1px 4px;padding:15px;width:50%;display:flex;flex-direction:column;gap:15px}.profile_container .profile .profile_form .input_div{display:flex;flex-direction:column;width:100%;gap:7px}.profile_container .profile .profile_form .input_div label span{color:red}.profile_container .profile .profile_form .input_div input{height:45px;border-radius:5px;outline:none;border:1px solid #e5e5e5;font-family:Outfit;font-size:16px;padding:0 15px}.profile_container .profile .profile_form .input_div .css-hlgwow{padding:0 15px;height:45px;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap}.profile_container .profile .profile_form .input_div .css-13cymwt-control{min-height:45px;border-radius:5px;border-color:#e5e5e5;outline:none;display:flex;align-items:center;justify-content:center;flex-wrap:nowrap}.profile_container .profile .profile_form .input_div textarea{border-radius:5px;outline:none;border:1px solid #e5e5e5;padding:10px 15px;font-family:Outfit;font-weight:300;line-height:1.3}.profile_container .profile .profile_form .logo_div{display:flex;align-items:flex-start;gap:10px}.profile_container .profile .profile_form .logo_div label span{color:red}.profile_container .profile .profile_form .logo_div .outer{border:1px solid #e5e5e5;width:100px;height:100px;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile_container .profile .profile_form .logo_div .outer img{width:70px;object-fit:cover;object-position:center}.profile_container .profile .profile_form .logo_div .outer .inner{width:100px;height:100px;display:flex;align-items:center;justify-content:center}.profile_container .profile .profile_form .logo_div .outer .inner img{width:40px}.profile_container .profile .profile_form .document_div{display:flex;align-items:flex-start;gap:10px}.profile_container .profile .profile_form .document_div label span{color:red}.profile_container .profile .profile_form .document_div .outer{border:1px dashed #e5e5e5;min-width:180px;min-height:100px;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile_container .profile .profile_form .document_div .outer .upload-image{width:100%;height:100px;object-fit:cover}.profile_container .profile .profile_form .document_div .outer img{width:200px;object-fit:cover;object-position:center}.profile_container .profile .profile_form .document_div .outer .inner{width:100px;height:100px;display:flex;align-items:center;justify-content:center}.profile_container .profile .profile_form .document_div .outer .inner img{width:90px}.profile_container .profile .buttons{display:flex;align-items:center;justify-content:center;gap:15px;z-index:2}.profile_container .profile .buttons .back,.profile_container .profile .buttons .next{width:120px;background-color:purple;border-radius:5px;padding:10px 20px;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer}.profile_container .profile .buttons .back:hover,.profile_container .profile .buttons .next:hover{transform:translateY(-1px)}.profile_container .profile .buttons .back:active,.profile_container .profile .buttons .next:active{transform:translateY(0)}.profile_container .profile .steps{display:flex;align-items:center;justify-content:space-between;gap:10px}.profile_container .profile .steps .circle{border:1px solid #800080;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:16px;border-radius:5px}.profile_container .profile .steps .circle.active{background-color:purple;color:#fff}.profile_container .profile .steps .line{width:200px;height:2px;background-color:purple}.profileDetails_container{font-family:Outfit;position:relative;background-color:#fdf1e9}.profileDetails_container .bg1{position:absolute;top:0;left:0;height:100%;width:100%}.profileDetails_container .bg2{position:absolute;top:0;right:0;height:100%;width:100%}.profileDetails_container .profile_details{padding:40px 4%;display:flex;align-items:center;justify-content:center;z-index:1;position:relative}.profileDetails_container .profile_details .detailsBox{padding:15px;position:relative;border-radius:10px;background-color:#fff;box-shadow:#00000029 0 1px 4px;width:55%;display:flex;flex-direction:column;align-items:flex-start;gap:20px}.profileDetails_container .profile_details .detailsBox .edit{position:absolute;background-color:#d6ffd8;display:flex;align-items:center;gap:10px;padding:7px 10px;border-radius:8px;color:#325e09;border:1px solid #325e09;right:15px;cursor:pointer;top:15px}.profileDetails_container .profile_details .detailsBox .edit:hover{transform:translateY(-1px)}.profileDetails_container .profile_details .detailsBox .edit:active{transform:translateY(0)}.profileDetails_container .profile_details .detailsBox .edit img{width:25px}.profileDetails_container .profile_details .detailsBox .title{display:flex;flex-direction:column;gap:7px}.profileDetails_container .profile_details .detailsBox .title p{color:#000}.profileDetails_container .profile_details .detailsBox .title .user{display:flex;align-items:center;gap:10px}.profileDetails_container .profile_details .detailsBox .title .user img{border:1px solid #212121;width:80px;height:80px;object-position:top center;object-fit:cover;border-radius:100%}.profileDetails_container .profile_details .detailsBox .line{width:100%;height:1px;background-color:#bdbdbd}.profileDetails_container .profile_details .detailsBox .content{display:flex;align-items:flex-start;gap:7px;width:100%}.profileDetails_container .profile_details .detailsBox .content .box{display:flex;align-items:center;gap:7px}.profileDetails_container .profile_details .detailsBox .content .box button{border:none;background-color:#00aeffc7;color:#fff;align-self:center;padding:8px;border-radius:8px;cursor:pointer}.profileDetails_container .profile_details .detailsBox .content input{height:30px;width:30%;padding:0 10px;outline:none}.profileDetails_container .profile_details .detailsBox .content .about{width:calc(100% - 150px);color:#000}.profileDetails_container .profile_details .detailsBox .content p{width:150px;color:gray}.profileDetails_container .profile_details .detailsBox .content span img{width:80px;height:80;object-fit:cover}.profileDetails_container .profile_details .detailsBox .content ul{display:flex;align-items:center;flex-wrap:wrap;gap:7px;width:calc(100% - 100px)}.profileDetails_container .profile_details .detailsBox .content ul li{list-style-type:none;background-color:#deffff;white-space:nowrap;padding:10px;border-radius:5px}.profileDetails_container .profile_details .detailsBox .content .document{width:220px;object-fit:cover}@media screen and (max-width: 768px){.profileDetails_container .profile_details .detailsBox{width:100%;padding:10px}.profileDetails_container .profile_details .detailsBox .content{flex-direction:column;gap:10px}.profileDetails_container .profile_details .detailsBox .content input,.profileDetails_container .profile_details .detailsBox .content .about{width:100%}.profileDetails_container .profile_details .detailsBox .content p{font-size:16px;width:fit-content}.profileDetails_container .profile_details .detailsBox .content ul{width:100%}.profileDetails_container .profile_details .detailsBox .content ul li{padding:7px;font-size:16px}.profileDetails_container .profile_details .detailsBox .content .document{width:100%}}.contact_container{font-family:Outfit;position:relative;background-color:#fdf1e9}.contact_container .bg1{position:absolute;top:0;left:0;height:100%;width:100%}.contact_container .bg2{position:absolute;top:0;right:0;height:100%;width:100%}.contact_container .contact_section1{padding:40px 4%;display:flex;align-items:center;justify-content:center;gap:40px;z-index:1;position:relative}.contact_container .contact_section1 .left{width:70%;display:flex;flex-direction:column;gap:20px}.contact_container .contact_section1 .left h2{font-size:40px;color:#4876f3}.contact_container .contact_section1 .left p{font-size:18px;line-height:1.5;font-weight:300}.contact_container .contact_section1 .left a{text-decoration:none;color:#000;font-size:18px;font-weight:300}.contact_container .contact_section1 .left .boxes{display:flex;align-items:flex-start;justify-content:center;gap:15px}.contact_container .contact_section1 .left .boxes .box{width:calc(33.3% - 10px);display:flex;flex-direction:column;gap:10px;height:150px;background-color:#fff;padding:15px;border-radius:10px;box-shadow:#32325d40 0 1px 10px -5px,#0000004d 0 1px 1px -22px}.contact_container .contact_section1 .left .boxes .box h3{color:#ffb600}.contact_container .contact_section1 .left .boxes .box p{font-size:16px}.contact_container .contact_section1 .right{width:30%;background-color:#fff;border-radius:15px;box-shadow:#64646f33 0 7px 29px;padding:20px;display:flex;flex-direction:column;gap:20px}.contact_container .contact_section1 .right p{margin-top:-10px}.contact_container .contact_section1 .right h2{font-size:32px}.contact_container .contact_section1 .right p{font-weight:300}.contact_container .contact_section1 .right .form{display:flex;flex-direction:column;align-items:center;gap:15px}.contact_container .contact_section1 .right .form .name{display:flex;align-items:center;gap:10px}.contact_container .contact_section1 .right .form .input_div{width:100%}.contact_container .contact_section1 .right .form .input_div input{height:45px;font-family:Outfit;padding:0 15px;width:100%;border-radius:8px;border:1px solid #e5e5e5;font-size:16px;font-weight:300;outline:none}.contact_container .contact_section1 .right .form textarea{font-family:Outfit;padding:15px 10px;width:100%;border-radius:8px;border:1px solid #e5e5e5;font-size:16px;font-weight:300;outline:none}.contact_container .contact_section1 .right .form button{all:unset;background-color:purple;color:#fff;padding:10px 20px;width:150px;display:flex;align-items:center;justify-content:center;border-radius:10px;cursor:pointer}.contact_container .contact_section1 .right .form button:hover{transform:translateY(-1px)}.contact_container .contact_section1 .right .form button:active{transform:translateY(0)}.contact_container .contact_section1 .right .form small{color:#bdbdbd;font-weight:300;text-align:center;line-height:1.5}.contact_container .contact_section1 .right .form small a{color:#000;text-decoration:none}.contact_container .contact_section2{padding:40px 4%;position:relative;z-index:1}.contact_container .contact_section2 .boxes{width:100%;background:url(/assets/world-0LLOWij9.png);background-size:contain;background-repeat:no-repeat;background-position:right;border-radius:20px;display:flex;align-items:center;justify-content:center;box-shadow:#64646f33 0 7px 29px}.contact_container .contact_section2 .boxes .left{width:50%}.contact_container .contact_section2 .boxes .left iframe{display:block;width:100%;height:500px;border-radius:20px 0 0 20px;outline:none;border:none}.contact_container .contact_section2 .boxes .right{width:50%;display:flex;flex-direction:column;justify-content:center;padding-left:40px;gap:15px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:500px;border-radius:0 20px 20px 0}.contact_container .contact_section2 .boxes .right h2{font-size:30px}.contact_container .contact_section2 .boxes .right .address{display:flex;flex-direction:column;gap:10px}.contact_container .contact_section2 .boxes .right .address p{font-weight:300;line-height:1.5;color:gray}@media screen and (max-width: 768px){.contact_container .contact_section1{flex-direction:column}.contact_container .contact_section1 .left{width:100%;gap:15px}.contact_container .contact_section1 .left h2{font-size:30px}.contact_container .contact_section1 .left p,.contact_container .contact_section1 .left a{font-size:16px}.contact_container .contact_section1 .left .boxes{flex-wrap:wrap}.contact_container .contact_section1 .left .boxes .box{width:100%;height:auto;background-color:#fff;padding:10px;border-radius:10px;box-shadow:#32325d40 0 1px 10px -5px,#0000004d 0 1px 1px -22px}.contact_container .contact_section1 .right{width:100%}.contact_container .contact_section2 .boxes{flex-direction:column;background-position:center bottom}.contact_container .contact_section2 .boxes .left{width:100%}.contact_container .contact_section2 .boxes .left iframe{width:100%;height:300px;border-radius:10px}.contact_container .contact_section2 .boxes .right{width:100%;height:auto;padding:20px;gap:10px}.contact_container .contact_section2 .boxes .right h2{font-size:26px}}.faq_container{font-family:Outfit;position:relative;background-color:#fdf1e9}.faq_container .bg1{position:absolute;top:0;left:0;height:100%;width:100%}.faq_container .bg2{position:absolute;top:0;right:0;height:100%;width:100%}.faq_container .faq_section{padding:40px 4%;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;flex-direction:column;gap:20px}.faq_container .faq_section h2{font-size:40px}.faq_container .faq_section h2 span{color:#4976f3}.faq_container .faq_section p{font-size:18px;font-weight:300;line-height:1.5;width:65%;text-align:center}.faq_container .faq_section .getTouch{all:unset;background-color:purple;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;width:150px;padding:10px 0;border-radius:5px;box-shadow:#00000026 1.95px 1.95px 2.6px;cursor:pointer}.faq_container .faq_section .getTouch:hover{transform:translateY(-1px)}.faq_container .faq_section .getTouch:active{transform:translateY(0)}.faq_container .faq_section .faqs{display:flex;flex-direction:column;gap:20px;width:65%;background-color:#fff;border-radius:10px;padding:20px;box-shadow:#64646f33 0 7px 29px}.faq_container .faq_section .faqs .accordion .question{cursor:pointer;padding:5px 30px;display:flex;align-items:center;gap:10px}.faq_container .faq_section .faqs .accordion .question .arrow{width:20px;transition:all .3s ease}.faq_container .faq_section .faqs .accordion .question .arrow.active{transform:rotate(180deg)}.faq_container .faq_section .faqs .accordion .question h2{font-size:22px;font-weight:600}.faq_container .faq_section .faqs .accordion .question:hover{background-color:#e6f7ff;border-radius:15px}.faq_container .faq_section .faqs .accordion .answer{height:0;max-height:0;font-size:16px;font-weight:400;line-height:1.5;text-align:left;display:none;transition:all .3s ease}.faq_container .faq_section .faqs .accordion .answer.active{display:block;height:auto;max-height:1000px;padding:10px 60px;transition:max-height .3s ease,padding .3s ease}.faq_container .faq_section .faqs .accordion.active{background-color:#e6f7ff;border-radius:20px;box-shadow:#0000001a 0 1px 2px}@media screen and (max-width: 768px){.faq_container .faq_section h2{font-size:30px}.faq_container .faq_section p{font-size:16px;width:100%;text-align:left}.faq_container .faq_section .faqs{width:100%;gap:15px;padding:10px}.faq_container .faq_section .faqs .accordion .question{padding:10px 5px;align-items:flex-start}.faq_container .faq_section .faqs .accordion .question h2{font-size:18px}.faq_container .faq_section .faqs .accordion .question .arrow{width:18px;margin-top:5px}.faq_container .faq_section .faqs .accordion .answer{font-size:15px}.faq_container .faq_section .faqs .accordion .answer.active{padding:10px}}.blog_section1_container{background-color:purple;font-family:Outfit;height:250px}.blog_section1_container .blog_section1{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;color:#fff;padding:40px 4%}.blog_section1_container .blog_section1 h2{font-size:40px;letter-spacing:2px}.blog_section1_container .blog_section1 p{margin-top:-10px;font-size:18px;letter-spacing:1px;font-weight:300}.blog_section2_container .blog_section2{padding:40px 4%;font-family:Outfit;display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column}.blog_section2_container .blog_section2 h3{font-size:30px;font-weight:400}.blog_section2_container .blog_section2 .boxes{display:flex;align-items:center;justify-content:center;gap:30px}.blog_section2_container .blog_section2 .boxes .box{width:calc(33.3% - 20px);border:1px solid #fff;cursor:pointer;padding:20px;border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;gap:15px;transition:all .3s ease}.blog_section2_container .blog_section2 .boxes .box img{width:100%;border-radius:15px}.blog_section2_container .blog_section2 .boxes .box .content{display:flex;flex-direction:column;gap:23px}.blog_section2_container .blog_section2 .boxes .box .content .details{display:flex;align-items:center;justify-content:space-between;gap:10px}.blog_section2_container .blog_section2 .boxes .box .content .details p{color:gray}.blog_section2_container .blog_section2 .boxes .box .content .details p span{color:#000}.blog_section2_container .blog_section2 .boxes .box .content h3{font-size:20px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.blog_section2_container .blog_section2 .boxes .box:hover{border:1px solid #bcbcbc;box-shadow:#0000001a 0 0 5px,#0000001a 0 0 1px}.blog_section3{padding:40px 4%;display:flex;align-items:center;justify-content:center}.blog_section3 .box{display:flex;align-items:center;width:100%;height:350px}.blog_section3 .box .left{width:70%;background-color:#e8f8ff;height:100%;border-radius:30px 0 0 30px;display:flex;flex-direction:column;justify-content:center;gap:20px;padding:40px 150px 40px 40px;font-family:Outfit}.blog_section3 .box .left h2{font-weight:400;letter-spacing:1px}.blog_section3 .box .left p{font-weight:300;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.blog_section3 .box .left .details{display:flex;align-items:center;gap:20px}.blog_section3 .box .left .details .content{display:flex;flex-direction:column;gap:2px}.blog_section3 .box .right{width:30%;height:100%;background-color:#feb704;border-radius:0 30px 30px 0;position:relative}.blog_section3 .box .right img{width:80%;position:absolute;top:50%;left:50%;transform:translate(-100%,-50%);filter:drop-shadow(.35rem .35rem .4rem rgba(0,0,0,.5))}.blog_section4{padding:40px 4%;display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column;font-family:Outfit}.blog_section4 h2{font-size:30px;font-weight:400}.blog_section4 .boxes{display:flex;align-items:center;justify-content:flex-start;gap:30px;flex-wrap:wrap}.blog_section4 .boxes .box{width:calc(33.3% - 20px);border-radius:20px;padding:20px;box-shadow:#32325d40 0 0 100px -20px,#0000004d 0 20px 20px -20px;flex-direction:column;gap:15px;cursor:pointer;transition:all .3s ease}.blog_section4 .boxes .box h2{font-size:20px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.blog_section4 .boxes .box small{font-size:15px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden;margin-top:10px;color:#6f6e6e}.blog_section4 .boxes .box .details{display:flex;align-items:center;justify-content:space-between;padding:20px 0}.blog_section4 .boxes .box .details p{color:gray}.blog_section4 .boxes .box .details p span{color:#000}.blog_section4 .boxes .box img{width:100%;height:220px;object-fit:cover;object-position:center;border-radius:20px 20px 0 0}.blog_section4 .boxes .box:hover{transform:scale(1.02)}@media screen and (max-width: 768px){.blog_section1_container .blog_section1 h2{font-size:30px}.blog_section1_container .blog_section1 p{font-size:16px}.blog_section2_container .blog_section2 h3{font-size:26px}.blog_section2_container .blog_section2 .boxes{flex-wrap:wrap}.blog_section2_container .blog_section2 .boxes .box{width:100%;padding:15px}.blog_section2_container .blog_section2 .boxes .box .content h3{font-size:18px}.blog_section3 .box{flex-direction:column;width:100%;height:fit-content}.blog_section3 .box .left{width:100%;border-radius:30px 30px 0 0;padding:20px}.blog_section3 .box .right{width:100%;border-radius:0 0 30px 30px;display:flex;align-items:center;justify-content:center;height:200px}.blog_section3 .box .right img{position:relative;top:auto;left:auto;transform:translate(0)}.blog_section4 h2{font-size:28px}.blog_section4 .boxes .box{width:100%;padding:15px}}.BlogDetails_container .blogDetails{padding:40px 4%}.BlogDetails_container .blogDetails .image_container{width:100%;height:550px}.BlogDetails_container .blogDetails .image_container img{width:100%;height:100%;object-fit:cover;border-radius:10px;box-shadow:#00000029 0 3px 6px,#0000003b 0 3px 6px}.BlogDetails_container .blogDetails .main{display:flex;flex-direction:column;gap:50px;font-family:Outfit}.BlogDetails_container .blogDetails .main .boxes{width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.BlogDetails_container .blogDetails .main .boxes .left{width:65%;display:flex;flex-direction:column;gap:15px}.BlogDetails_container .blogDetails .main .boxes .left h2{font-size:32px}.BlogDetails_container .blogDetails .main .boxes .left small{color:#000;font-size:15px;margin-top:-10px}.BlogDetails_container .blogDetails .main .boxes .left small span{color:gray}.BlogDetails_container .blogDetails .main .boxes .left .content p{font-size:18px;font-weight:300;line-height:1.5}.BlogDetails_container .blogDetails .main .boxes .right{width:30%;display:flex;flex-direction:column;gap:20px}.BlogDetails_container .blogDetails .main .boxes .right h3{font-size:24px}.BlogDetails_container .blogDetails .main .boxes .right .boxes{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:15px}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box{width:100%;border:1px solid #e5e5e5;cursor:pointer;padding:20px;border-radius:20px;display:flex;flex-direction:column;align-items:flex-start;gap:15px;transition:all .3s ease}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box img{width:100%;border-radius:15px}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box .content{display:flex;flex-direction:column;gap:23px}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box .content .details{display:flex;align-items:center;justify-content:space-between;gap:10px}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box .content .details p{color:gray}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box .content .details p span{color:#000}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box .content h3{font-size:20px;font-weight:400;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box:hover{border:1px solid #bcbcbc;transform:scale(1.01);box-shadow:#0000001a 0 0 5px,#0000001a 0 0 1px}@media screen and (max-width: 768px){.BlogDetails_container .blogDetails{padding:20px 4%}.BlogDetails_container .blogDetails .image_container{height:220px}.BlogDetails_container .blogDetails .main{gap:30px}.BlogDetails_container .blogDetails .main .boxes{flex-direction:column;justify-content:center}.BlogDetails_container .blogDetails .main .boxes .left{width:100%!important}.BlogDetails_container .blogDetails .main .boxes .left h2{font-size:25px}.BlogDetails_container .blogDetails .main .boxes .left .content p{font-size:16px}.BlogDetails_container .blogDetails .main .boxes .right{width:100%}.BlogDetails_container .blogDetails .main .boxes .right h3{font-size:22px}.BlogDetails_container .blogDetails .main .boxes .right .boxes .box .content h3{font-size:18px}}:root{--light_green: #f0ffc6;--deep_green: #003609;--text_green: #003609}*,body{padding:0;margin:0;box-sizing:border-box}*{-webkit-user-select:none;user-select:none}.container{max-width:1600px;margin:0 auto}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--deep_green);border-radius:20px}.error{color:red}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
