body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}

button:focus {
    box-shadow: none !important;
    outline: none;
}

header {
    padding: 3px 22px;
}

    header.sticky-header {
        background: #3467bb;
        animation: slideDown 0.8s ease-out;
        box-shadow: 0 0 16px #d6d6d6;
        padding: 0 22px;
    }

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

header.sticky-header .navbar-brand img {
    width: 200px;
}

header.sticky-header .navbar-brand img {
    width: 145px;
}

header.sticky-header .navbar-expand-sm {
    padding: 0;
}

header.sticky-header #mynavbar {
    margin-bottom: 0;
}

header.sticky-header .navbar {
    width: 50%;
    flex: 0 0 auto;
    margin: auto;
}

.banner {
    background-image: url(../img/BANNER.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 14 / 7; /* Keeps a 16:9 aspect ratio */
    position: relative;
    padding: 75px 60px 0;
}

header .navbar {
    width: 56%;
    flex: 0 0 auto;
}
/* Button styling */
.btn.basebtn {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
}

/* Popup overlay background */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Popup box */
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 400px;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}

/* Cross (close) button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

    .close-popup:hover {
        color: #ff0000;
    }

/* Optional: popup text */
.popup-content h3 {
    font-size: 24px;
    margin: 20px 0;
}
.nav-item a {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.nav-link:hover {
    color: #ec3066 !important;
}

.navbar-nav {
    gap: 38px;
}

.navbar-collapse {
    justify-content: center;
}

.signup-details .btn {
    width: 250px;
    background-color: transparent;
    border-width: 2px;
    color: #fff;
    text-align: center;
    /* border-radius: 5px; */
    cursor: pointer;
    border: 2px solid #fff;
    padding: 5px 0;
    border-radius: 0;
}

    .signup-details .btn:hover {
        background-color: rgb(77, 215, 219);
        color: #fff;
    }

.signup-details {
    display: flex;
    /* margin-left: 6%; */
    gap: 20px;
    width: 20%;
    flex: 0 0 auto;
    align-items: anchor-center;
}

.signup.btn {
    background-color: #E63665;
    border-color: #fff;
}

    .signup.btn:hover {
        background-color: #fff;
        color: #E63665;
    }

.banbtn {
    /* border: 0.5px solid black; */
    background-color: #D9D9D9;
    border-radius: 43px;
    /* height: 59px; */
    margin-top: 2%;
    padding: 6px 10px 8px;
}

.banner h2 {
    font-size: 46px;
    color: #fff;
    line-height: inherit;
    margin-top: 7%;
}

.banner span {
    color: #FFC400;
    font-size: 40px;
}

#search-textbox {
    background-color: transparent;
    border: none;
}

.form-control:focus {
    box-shadow: none !important;
}

.basebtn.btn {
    background-color: #1E1E1E;
    border-radius: 40px !important;
    color: #fff;
    display: flex;
    justify-content: center;
    gap: 7px;
    padding: 8px 27px;
    margin-top: 2px;
}

    .basebtn.btn:hover {
        background-color: #1E1E1E;
        color: #fff;
    }

.gig2 {
    color: #E63665;
    font-size: 26px;
    font-family: 'ARIAL';
    font-weight: 600;
}

.join-now img {
    height: 38px;
}

@font-face {
    font-family: 'ARIAL';
    src: url(../fonts/Arial\ Rounded\ MT\ Bold/!important) format('TTF'), url(../fonts/Arial\ Rounded\ MT\ Bold/!important) format('TTF');
    font-weight: bold;
    font-style: normal;
}

.gig1 {
    color: #335D9F;
    font-size: 28px;
    font-family: 'ARIAL';
    font-weight: 600;
}

.group {
    display: flex;
    gap: 14px;
    align-items: center;
    margin-bottom: 6px;
}

.grp-img {
    background: #e63665;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 13px;
}

    .grp-img img {
        width: 25px;
        filter: brightness(0) saturate(100%) invert(100%) sepia(1%) saturate(4438%) hue-rotate(147deg) brightness(113%) contrast(101%);
    }

.gig-company-img {
    position: relative;
    overflow: hidden;
}

    .gig-company-img, .gig-company-img img {
        height: 100%;
    }

        .gig-company-img span:nth-child(1) {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 3px;
            background: linear-gradient(to right, #0d6efd57, #d16e8878);
            animation: animate1 2s linear infinite;
        }

@keyframes animate1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.gig-company-img span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to right, #0d6efd57, #d16e8878);
    animation: animate2 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate2 {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.gig-company-img span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #0d6efd57, #d16e8878);
    animation: animate3 2s linear infinite;
}

@keyframes animate3 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

.gig-company-img span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: linear-gradient(to right, #0d6efd57, #d16e8878);
    animation: animate4 2s linear infinite;
    animation-delay: 1s;
}

@keyframes animate4 {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.Industrial-serve {
    background: #e3e0e04d;
    /* padding: 25px; */
    margin: 68px 0 0;
    padding: 0px 0 40px;
}

.grp-text {
    float: left;
    padding-top: 5px;
}

.gr1 {
    margin-top: 3%;
}

.project-management {
    display: flex;
    gap: 6px;
    margin-top: 1%;
}

.gigeconomy-area {
    background: #fff;
    padding: 25px;
}

.pro2 {
    margin-top: 3%;
}

.time {
    display: flex;
    margin-left: 2%;
    gap: 6px;
    margin-top: 2%;
}

.time2 {
    margin-top: 3%;
}

.heading {
    color: #335D9F;
    padding-top: 45px;
    padding-bottom: 45px;
    text-align: center;
    font-weight: 600;
    font-family: 'ARIAL';
    font-size: 30px;
}

.animate-charcter {
    background-image: linear-gradient(-225deg, #e63665 0%, #e63665 29%, #084298 67%, #084298 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1s linear infinite;
    display: inline-block;
    font-size: 30px;
}

@keyframes textclip {
    to {
        background-position: 150% center;
    }
}

span {
    color: #E63665;
}

#delivery {
    border: 2px solid grey;
    text-align: center;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right-color: #D9D9D9;
}

.delivery1 {
    font-size: 20px;
}

.delivery2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    margin-bottom: 30px;
    font-size: 17px;
}

#software {
    border: 2px solid grey;
    text-align: center;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right-color: #D9D9D9;
}

.software2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    font-size: 17px;
}

.industrial {
    background: #fff;
    text-align: center;
    padding: 28px;
    margin-bottom: 29px;
    transition: transform all 0.5s;
    box-shadow: 0 10px 20px rgb(0 0 0 / 14%), 0 6px 6px rgb(0 0 0 / 8%);
}

    .industrial:hover {
        box-shadow: 0 10px 20px #e6366524, 0 6px 6px #e6366529;
    }

    .industrial img {
        transition: transform 0.5s;
        cursor: pointer;
    }

    .industrial:hover img {
        transform: scale(1.2);
    }

    .industrial h3 {
        font-size: 20px;
        margin-bottom: 18px;
    }

    .industrial:hover h3 {
        color: #E63665;
    }

.IT2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    font-size: 17px;
}

.media2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    font-size: 17px;
}

.house2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    font-size: 17px;
}

#HR-ADmin {
    text-align: center;
}

.hr2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    font-size: 17px;
}

#show-more-button {
    background-color: #E63665;
    padding: 8px 30px 8px 30px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    width: 21%;
    border-radius: 0;
}

    #show-more-button:hover {
        background-color: #7a0929;
    }

.service-img:before {
    position: absolute;
    content: "";
    background-image: url(../img/Circle.png);
    background-size: 85%;
    background-position: center;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    top: 0;
    left: -39px;
    animation: rotate 10s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.service-img {
    background-image: url(../img/service-bg.png);
    background-position: center;
    background-size: cover;
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
    /* text-align: center; */
}

    .service-img img {
        width: 510px;
        position: relative;
        left: 21px;
        top: 20px;
    }

.check {
    display: flex;
    gap: 0px;
    margin-top: 2%;
    align-items: baseline;
}

    .check p {
        font-size: 20px;
    }

.offer {
    color: #E63665;
    font-size: 30px;
}

.service2 {
    font-size: 30px;
    color: #335D9F;
    font-weight: 600;
    font-family: ARIAL;
}

.bullet {
    width: 93%;
}

.genius-hrtech {
    text-align: center;
    color: #fff;
    margin-top: 3%;
    font-size: 40px;
}
footer {
    background-color: #335D9F;
}
.foot-logo-p {
    color: #fff !important;
    text-align: center !important;
}

.foot_list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    gap: 18px;
    margin-top: 1%;
}

    .foot_list li:first-child {
        padding-left: 0;
    }

    .foot_list li {
        border: 1px solid black;
        border-left: none;
        border-top: none;
        border-bottom: none;
        border-right-color: grey;
    }

        .foot_list li a {
            text-decoration: none;
            color: #fff !important;
            margin-right: 14px;
        }

.fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: #fff !important;
}

#foot-logo {
    text-align: end;
}

    #foot-logo img {
        padding-right: 20px;
    }

.Industrial-serve img {
    height: 135px;
    margin-bottom: 15px;
}

.floating {
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    from {
        transform: translate(0, 0px);
    }

    40% {
        transform: translate(0, 10px);
    }

    to {
        transform: translate(0, -0px);
    }
}

.join {
    border: 1px solid #DDDDDD;
    margin: auto;
    text-align: center;
    background-color: #E63665;
    width: 135px;
    height: 131px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
    margin-top: 5%;
    cursor: pointer;
}

.join-now {
    margin-top: 25%;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.join:hover {
    background-color: crimson;
}
/* Popup overlay background */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

/* Popup box */
.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 400px;
    padding: 30px 40px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    text-align: center;
    position: relative;
}

/* Cross (close) button */
.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    background: none;
    border: none;
    cursor: pointer;
}

    .close-popup:hover {
        color: #ff0000;
    }

/* Optional: popup text */
.popup-content h3 {
    font-size: 24px;
    margin: 20px 0;
}
/*.box-cont {
    padding: 25px;
    box-shadow: 2px 1px 11px #00000047;
}

form label {
    margin-bottom: 13px;
    font-size: 15px;
    color: #585353;
}
.form-cont {
    padding-top: 125px;
    padding-bottom:40px
}
.box-cont .form-control {
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #dfdbdb;
    appearance: auto;
}

form .form-group {
    margin-bottom: 20px;
}

.form-head {
    text-align: center;
    padding-bottom: 41px;
    padding-top: 15px;
}

.btn.submit {
    background: #dc3545;
    border: 0;
    padding: 8px 41px;
}
*/