@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+AU+NSW:wght@100..400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Aoboshi+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
    font-family: 'CustomFont';
    /* The name you will use in your CSS */
    src: url('../fonts/annabel/annabel\ 1.ttf') format('truetype');
    /* Path to your .ttf file */
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    overflow-x: hidden;
}

.banner-home {
    position: relative;
    background-color: #cce3f4;
    padding-top: 70px;
    padding-bottom: 40px;
}


.customcontainer {
    padding-left: 3%;
    padding-right: 3%;
    padding-bottom: 30px;
    width: 90%;
    margin: auto;
}

.right_vector {
    position: absolute;
    right: 0px;
    top: 250px;
}

.left_vector {
    position: absolute;
    left: 0px;
    top: 250px;
}


.home-inner {
    min-height:70vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.home-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.nav_wrapper {
    min-height: 100px;
    width: 100%;
    position: fixed;
    z-index: 1000 !important;
    top: 0;
    left: 0;
    width: 100%;
    transition: background-color 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ffffff;
}

.image-logo {
    height: 80px;
    width: 160px;
    object-fit: contain;
}

.nav_custom li {
    margin-left: 15px;
}

.nav_custom li a {
    font-family: "Poppins", serif;
    font-size: 17px;
}

.nav_wrapper nav {
    padding-left: 4% !important;
    min-height: 80px;
    width: 95%;
    padding-right: 4% !important;
    padding-top: 0% !important;
    padding-bottom: 0% !important;
    background-color: transparent !important;
    
}

.nav_wrapper ul li a {
    position: relative;
    color: black !important;
    text-decoration: none;
    white-space: nowrap;
}

.nav_wrapper ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #333;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav_wrapper ul li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav_wrapper ul li a:focus:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav_wrapper ul li a {
    position: relative;
    color: black;
    text-decoration: none;
    font-weight: 500 !important;
}

.nav_wrapper ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #16423C;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}

.nav_wrapper ul li a:hover {
    color: #16423C !important;
}

.nav_wrapper ul li a:hover:before {
    visibility: visible;
    transform: scaleX(1);
}

.nav_wrapper ul li a:focus:before {
    visibility: visible;
    transform: scaleX(1);
}


.nav_wrapper ul li a.active {
    color: #16423C !important;
}

.nav_wrapper ul li a.active:before {
    visibility: visible;
    transform: scaleX(1);
}

.activenav {
    right: 25px !important;
    transition: all 0.8s ease;
}

.closenavbtn {
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    background-color: transparent;
    display: none;
}

.cusotmcontainer {
    width: 95%;
    margin: auto;
}

.scrolled {
    background-color: #ffffff !important;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    z-index: 3;
}

.userdropdown_wrapper {
    padding-left: 3px;
    padding-right: 18px;
    display: flex;
    align-items: center;
    background-color: #e3f1fe;
    border-radius: 35px;
}

.profile_logo {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.profile_logo img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.nav_dashheading {
    color: black;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.textd_none {
    text-decoration: none !important;
}

.navtoggler_edit {
    height: 40px;
    padding: 0px;
    width: 40px;
    padding: 10px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

.navprofile-wrapper {
    height: 40px;
    width: 40px;
    border: 1px solid gainsboro;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
}

.accountdropdown {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: none !important;
    border-radius: 0px !important;
    margin-top: 15px !important;
}

.accountdropdown a {
    font-size: 16px !important;
}

.banner-title {
    font-size: 55px;
    font-weight: 700;
    /* line-height: 70px; */
    color: #303030;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
}

.banner-slogen {
    font-size: 18px;
    opacity: 0.9;
    font-family: "Poppins", sans-serif;
}

.banner-text {
    font-size: 16px;
    opacity: 0.9;
    font-family: "Poppins", sans-serif;
    text-align: justify;
}

.Services {
    padding-top: 4% !important;
    padding-bottom: 4% !important;
    padding: 5%;
}

.bannersearch-form select {
    height: 60px;
    border-radius: 5px;
    margin-right: 10px;
    font-family: "Poppins", sans-serif;
}

.bannersearch-form button {
    height: 60px;
    width: 130px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    color: white !important;
    border: none !important;
}


.customshaped_wrap {
    width: 100%;
    height: 85px;
    position: absolute;
    bottom: -50px;
}

.shapedividers_com-4860 {
    overflow: hidden;
    height: 85px;
    z-index: 0;
    position: relative;
}

.shapedividers_com-4860::before {
    content: '';
    font-family: 'shape divider from ShapeDividers.com';
    position: absolute;
    z-index: 3;
    pointer-events: none;
    background-repeat: no-repeat;
    bottom: -0.1vw;
    left: -0.1vw;
    right: -0.1vw;
    top: -0.1vw;
    background-size: 127% 212px;
    background-position: 50% 0%;
    background-image: url('data:image/svg+xml;charset=utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 35.28 2.17" preserveAspectRatio="none"><path d="M0 .5c3.07.55 9.27-.42 16.14 0 6.88.4 13.75.57 19.14-.11V0H0z" fill="%23cce3f4"/></svg>');

}

.overlay {
    height: 100%;
    width: 100%;
    /* background-color: rgba(255, 255, 255, 0.685); */
    padding: 6%;
    padding-bottom: 2%;
    padding-top: 0% !important;
}
.media_form{
    display: none !important;
}
.search-workers-container{
    min-height: 80px;
}
.search-workers{
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    min-height: 130px;
    width: 90%;
    background-color: white;
    margin: auto;
    border-radius: 5px;
    position: absolute;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Features {
    min-height: 450px;
    background-color: white;
    padding: 5%;
    padding-bottom: 3% !important;
}

.mini-title {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    color: #218fce;
}

.section-title {
    font-size: 36px;
    color:#15423c;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.section-heading {
    font-size: 34px;
    text-transform: capitalize;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

.Feature-title {
    font-size: 22px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
}

.feature-box {
    min-height: 100px;
    border-radius: 15px;
    background-color: rgb(247, 247, 247);
}

.icon_wrap {
    height: 60px;
    width: 60px;
    background-color: rgb(240, 240, 240);
    border-radius: 10px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.featuretext {
    font-size: 16px;
    opacity: 0.9;
    font-family: "Poppins", sans-serif;
}

.rightside_feature img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.best_employees {
    min-height: 650px;
    padding: 5%;
    padding-bottom: 5%;
}

.workerprofile {
    min-height: 255px;
    width: 220px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.workerprofile:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.worker_imagewrap {
    height: 200px;
    width: 200px;
}

.worker_imagewrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.jobcateogry {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    color: #1a524a;
    margin: 0;
}

.canidatename {
    font-size: 17px;
    margin: 0;
    font-weight: 500;
    color: black;
    font-family: "Poppins", sans-serif;
}

.workerswrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.quotebanner {
    min-height: 450px;
    background-color: #16423C;
    padding: 5%;
    padding-left: 6%;
    padding-right: 6%;
}

.lightfont {
    color: white !important;
}
.offered_services {
    min-height: 400px;
    width: 100%;
    padding: 5% !important;
    position: relative !important;
    background-color: #f1f8ff;
  
}
.inner_product {
    padding: 10px;
    border-radius: 10px;
    position: relative !important;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

    background: rgba(255, 255, 255, 0.9); 
    border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
    backdrop-filter: blur(20px); 
}
.product_icon {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #ffead9;
    display: flex;
    align-items: center;
    justify-content: center;
}


.Productsinner-Title {
    font-size: 24px;
    text-align: center;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.miniproduct {
    font-size: 16px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    text-transform: capitalize;
}

/*review card css*/
.review_card {
    border-radius: 15px;
    padding: 50px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
}

.owl-controls .owl-buttons .owl-prev {
    background: white !important;
    box-shadow: 0 0 10px gainsboro;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 5px;
    height: 65px;
    width: 65px;
    border-radius: 50% !important;
    transition: background 0.5s ease 0s;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

}

.owl-controls .owl-buttons .owl-next {
    background: white !important;
    box-shadow: 0 0 10px gainsboro;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    right: -61px;
    height: 65px;
    width: 65px;
    border-radius: 50% !important;
    transition: background 0.5s ease 0s;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
    content: "\f060";
    font-family: FontAwesome;
    color: #020202;
    font-size: 24px;
}

.owl-controls .owl-buttons .owl-next:after {
    content: "\f061";
}

.reviewer_image {
    height: 90px;
    width: 90px;
    border: 1px solid #ffa828;
    padding: 4px;
    border-radius: 15px;

}

.reviewer_image img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
}

.Reviewername {
    font-size: 32px;
    font-weight: 500;
    font-family: "Raleway", sans-serif;
}

.details_reviewer {
    font-size: 16px;
    color: #15423c;
    font-family: "Poppins", sans-serif;
}

.reviewtext {
    font-size: 18px;
    line-height: 28px;
    color: #282828;
    font-family: "Raleway", sans-serif;
}

.Reviewsection {
   padding: 5%;
    width: 100%;
    margin: auto;
}

.reviewwrapper {
    background-color: #f1f8ff;
}

.color_body {
    padding: 5%;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fefefe;
}

.Subscribe_field {
    height: 70px;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif !important;
}

.Subscribe_btn {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    background-color: #16423C !important;
}

.footer-custom {
    background-color: #16423C;
    padding-top: 3%;
}

.footersection-title {
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}


.footer-custom p {
    font-family: "Poppins", sans-serif;
}


.singlepage-navwrapper {
    min-height: 100px;
    width:100% !important;
    background-color: white;
}

.singlepage-banner {
    min-height: 380px;
    /* background-color: #f1f8ff; */
    background-color: #0c89d13e;
    position: relative;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Shortheight-banner {
    min-height: 250px;
    background-color: #f1f8ff;
    position: relative;
    padding: 5%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.Shortheight-banner h1 {
    font-size: 36px;
    text-transform: lowercase;
    text-align: center;
    z-index: 100;
    font-family: 'CustomFont', sans-serif;
}

.singleright_vector {
    position: absolute;
    right: 0px;
    top: 100px;
}

.singleleft_vector {
    position: absolute;
    left: 0px;
    top: 100px;
}

.banner-singletitle {
    font-size: 45px;
    text-transform: uppercase;
    text-align: center;
    z-index: 100;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    /* font-family: 'CustomFont', sans-serif; */
}

.singlepage-customcontainer {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.accordionheader-customize {
    height: 80px;
}

.accordionheader-customize button {
    height: 80px;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    border-bottom: 1px solid rgb(170, 170, 170);
}

.accordionheader-customize button:not(.collapsed) {
    background-color: #f1f8ff !important;
    border-bottom: 1px solid rgb(170, 170, 170);
}

.accordionbody-customization p {
    font-family: "Poppins", sans-serif;
    margin: 0px;
    font-size: 16px;
    margin-bottom: 10px !important;
}

.accordionbody-customization p a {
    text-decoration: none;
    color: black;
}

.accordionbody-customization p a:hover {
    text-decoration: none;
    color: #16423C;
}

.single-workerswrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.workerprofile-single {
    min-height: 200px;
    width: 205px;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}

.workerprofile-single:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.singleworker_imagewrap {
    height: 160px;
    width: 185px;
}

.singleworker_imagewrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 5px;
}

.contact-infowrapper {
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    border-radius: 15px;
    padding: 30px;
}

.contacticonwrapper {
    height: 50px;
    width: 50px;
    border: 1px solid rgb(226, 226, 226);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-infowrapper h5 {
    font-family: "Poppins", sans-serif;
}

.contact-infowrapper p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: black;
}

.contact-infowrapper p a {
    color: black;
}

.contactform label {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.contactform input {
    font-family: "Poppins", sans-serif;
    height: 50px;
    border-radius: 0px;
}

.miniform_heading {
    font-size: 16px;
    font-family: "Raleway", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.form_input {
    border: none;
    border-bottom: 2px solid #d6d6d6;
    outline: none;
    font-size: 16px;
    width: 100%;
    border-radius: 0%;
    padding-bottom: 10px;
}

::placeholder {
    font-size: 16px !important;
    font-family: "Poppins", sans-serif;
}

.btn_submit_form {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #000;
    border: none;
    font-family: "Raleway", sans-serif;
    color: white;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn_submit_form:hover {
    background-color: #282828;
}

.btn_submit_form:focus {
    background-color: #282828;
}

.userprofile-detailswrapper {
    min-height: 160px;
    width:100%;
}

.userprofilewrapper {
    width: 100%;
    padding-left:20px;
    padding-right:20px;
    position: absolute;
    top: -60px;
    left:0px;
}

.worker_profile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.userpro-imagewrapper {
    border: 4px solid white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.userpro-imagewrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.userprofilewrapper h5 {
    font-family: "Raleway", sans-serif;
}

.userprofilewrapper p {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.userprofile-tabs {
    font-family: "Poppins", sans-serif;
    color: #16423C;
    height: 55px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-transform: uppercase;
}

.userprofile-tabs:hover {
    color: #16423C !important;
}

.userprofile-tabs:not(:active) {
    color: black;
    font-weight: 500;
}

.userprofile-tabs.active {
    font-weight: 600 !important;
    color: #16423C !important;
}

.tabcontent-area {
    padding-top: 20px;
}

.tabcontent-area h5 {
    font-weight: 600;
    font-family: "Raleway", sans-serif;
}

.tab-text {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
}

.skills {
    display: inline-block;
    padding: 4px;
    padding-left: 15px;
    font-family: "Poppins", sans-serif;
    padding-right: 15px;
    /* border: 1px solid rgb(228, 228, 228); */
    border: 1px solid #16423C;
    color: #16423C;
    border-radius: 25px;
    margin-right: 2px;
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s ease-in;
}

.skills:hover {
    background-color: #16423C;
    color: white;
}

.detailsboxwrapper {
    min-height: 100px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    border-radius: 5px;
    cursor: pointer;
}

.detailsboxwrapper:hover {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.detailbox-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 4px;
    font-family: "Poppins", sans-serif;
}

.detailbox-text {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
}

.portfolio-wrapper {
    min-height: 350px;
    padding: 15px;
    position: relative;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

.portfolio-wrapper img {
    height: 100%;
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}

.project-cate-text {
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    color: #16423C;
    margin: 0;
    margin-top: 15px;
    border-radius: 20px;
}

.project-title {
    font-size: 19px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    color: black;
    margin: 0;
    margin-top: 8px;
}

.project-desc {
    font-size: 14px;
    margin: 0;
    margin-top: 8px;
    font-family: "Poppins", sans-serif;
    color: black;
}

.authentication_wrapper {
    background-image: url('../Images/man-working-dark-home-office-with-laptop_53876-16041.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.Authentication_inner{
    /* background: rgba(255, 255, 255, 0.4);  */
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    backdrop-filter: blur(30px); 
    padding: 5% !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Authentication_inner_login{
    min-height: 600px;
    width: 550px !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    backdrop-filter: blur(30px); 
    padding: 50px !important;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.authentication_left {
    min-height: 100vh;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.authentication_left h2 {
    font-weight: 300;
    font-size: 26px !important;
    color: white;
    font-family: "Poppins", sans-serif;
}

.authentication_left p {
    font-weight: 300;
    color: white;
    font-size: 16px !important;
    font-family: "Poppins", sans-serif;
}

.authentication_left label {
    font-size: 18px;
    margin-bottom: 10px;
    color: white;
    font-family: "Poppins", sans-serif;
}

.authentication_field {
    font-size: 18px;
    height: 55px;
    border-radius: 5px !important;
    font-family: "Poppins", sans-serif;
    border: 1px solid rgb(224, 224, 224) !important;
    padding-left: 20px !important;
}

.authentication_left button {
    color: white;
    height: 55px;
    width: 100%;
    border-radius: 10px !important;
    font-family: "Poppins", sans-serif;
}
.authentication_right {
    height: 100vh;
    padding: 40px !important;
}
.authentication_right img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 35px;
}
.company_logowrapper {
    height: 100px;
    width: 190px;
    background-color: white;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;

    position: absolute;
    top: 20px;
    left: 20px;
}

.company_logowrapper img {
    height: 80px;
    width: 150px;
    object-fit: contain;
}
.resetpass{
    margin-top: 10px !important;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    float: right !important;
}
.overlaybg{
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
}
.signupimg {
    height: 80px;
    width: 150px;
    object-fit: contain;
}

.alert_success_message {
    height: 70px;
    border: 1px solid black;
    width: 100%;
    background-color: white;
}

.nav_buttonswrapper {
    display: flex;
    align-items: center;
}

.nav_login {
    font-family: "Poppins", sans-serif;
    color: #16423C;
    text-decoration: none;
}

.nav_signup {
    color: #16423C !important;
    font-family: "Poppins", sans-serif !important;
    border: 1px solid #16423C !important;
}

.nav_signup:hover {
    color: white !important;
    background-color: #16423C !important;
}

.worker_profile button {
    height: 50px;
    font-family: "Poppins", sans-serif !important;
}

.media-profile {
    margin-top: 50px;
}

.complete-profile {
    min-height: 600px;
}

.custom-form {
    height: 55px !important;
    border-radius: 5px !important;
}

.custom-textarea {
    min-height: 100px !important;
    border-radius: 5px !important;
}

.profilesub-btn {
    height: 55px;
}

.oldimage-wrapper {
    height: 60px;
    width: 60px;
    padding: 3px;
    border: 1px solid gainsboro;
}

.oldimage-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.portfolioimage-wrapper {
    height: 320px !important;
    padding: 0px !important;
}

.portfolioimage-wrapper img {
    height: 100% !important;
    object-fit: cover;
}

.portfolio-customizebtn {
    height: 40px;
    width: 40px;
    padding: 9px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: white !important;
    border: 1px solid #e9e9e9 !important;

}

.portfoliocustomwrapper {
    position: absolute !important;
    right: 25px !important;
    top: 25px !important;
    z-index: 100;
}

.tag-container {
    border: 1px solid #dedede;
    padding: 10px;
    min-height: 150px;
    width: 100%;
    border-radius: 5px;
}

.tag {
    border: 1px solid #3f3f3f;
    color: #3f3f3f;
    padding: 5px 10px;
    border-radius: 15px;
    display: inline-block;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-left: 8px;
}

.tag .remove {
    margin-left: 8px;
    cursor: pointer;
    font-weight: bold;
}

.tag-container input {
    border: none;
    outline: none;
    font-size: 16px;
    height: 50px !important;
    flex: 1;
    min-width: 100px;
    margin-left: 10px;
}

.tag-container input:focus {
    outline: none;
}
.btn-home{
    background-color: #15423c !important;
    border: 1px solid #15423c !important;
}
.btn-home:hover{
    background-color:#0a6155;
}
.btn-reset{
    background-color: #218fce !important;
    border: 1px solid #218fce !important;
}
.btn-reset:hover{
    background-color:#0c88d1;
}
.filters-wrapper{
    min-height: 70px;
}
.bannersearch-form-single{
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap !important;
}
.bannersearch-form-single select {
    height: 70px;
    border-radius: 5px;
    margin-right: 10px;
    font-family: "Poppins", sans-serif;
}

.bannersearch-form-single button {
    height: 70px;
    width: 130px;
    border-radius: 5px;
    font-family: "Poppins", sans-serif;
    white-space: nowrap;
    color: white !important;
    border: none !important;
}
#customcolor{
    background-color: transparent !important;
    color: #18433e;
    border: 1px solid #18433e;
}
#customcolor:hover{
    background-color: #18433e !important;
    color: white;
    border: 1px solid #18433e;
}
/* Full-screen loader */
#loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Spinner animation */
.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid #0c88d1;
    border-top: 5px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

  .pagination-nav {
    display: flex;
    justify-content: center; /* Center align */
    margin-top: 30px;
}

.pagination {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
    background: #ffffff;
    padding: 8px 15px;
}

.pagination .page-item {
    overflow: hidden
    border:1px solid #15423c;
}

.pagination .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 16px;
    color: #15423c;
    border:1px solid #15423c;
        border-radius:5px;
    background-color: transparent;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Hover Effect - No extra border or padding shift */
.pagination .page-link:hover {
    background-color: #0f2e2a;
    color:white;
}


.pagination .active .page-link {
    background-color: #15423c;
    border: 1px solid #15423c;
    color:white;
    font-weight: bold;
}

/* Previous & Next Buttons */
.pagination .prev-next {
    font-weight: bold;
    padding: 10px 20px;
}
.reviewsflexwrap{
    display:flex;
    justify-content:space-between;
}

/* Responsive */
@media (max-width: 350px) {
    .reviewsflexwrap{
    flex-wrap:wrap !important;
}
.reviewmedia{
    margin-top:30px;
}
}
@media (max-width: 768px) {
    .pagination {
        flex-wrap: wrap;
        gap: 5px;
    }
    
    .pagination .page-link {
        padding: 8px 12px;
        font-size: 12px;
    }
}