body {
    margin: 0px;
    padding: 0px;
}

header {
    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 */
}

.nav-item a {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}

.nav-link:hover {
    color: #ec3066 !important;
}

.navbar-collapse {
    align-items: normal !important;
}

.navbar-nav {
    margin-left: 8%;
    gap: 10px;
}

#mynavbar {
    margin-bottom: 2%;
}

#log {
    width: 38%;
    background-color: transparent;
    border-width: 2px;
    color: #fff !important;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #fff;
}

    #log:hover {
        background-color: rgb(77, 215, 219);
        color: #fff;
    }

.signup-details {
    display: flex;
    margin-left: 6%;
    gap: 20px;
}

#sign {
    background-color: #E63665;
    border: transparent;
    font-size: 17px;
    font-weight: 500;
    width: 37%;
}

    #sign:hover {
        background-color: #7a0929;
    }

#ban-desc {
    font-size: 46px;
    color: #fff;
    margin-left: 5%;
    line-height: inherit;
    margin-top: 7%;
}

#ban-btn {
    border: 0.5px solid black;
    margin-left: 5%;
    background-color: #D9D9D9;
    border-radius: 43px;
    height: 55px;
    margin-top: 2%;
}

#search-textbox {
    background-color: transparent;
    border: none;
}

.form-control:focus {
    box-shadow: none !important;
}

#basc-btn {
    height: 38px;
    background-color: #1E1E1E;
    width: 42%;
    border-radius: 22px;
    color: #fff;
}

.gig2 {
    color: #E63665;
    font-size: 26px;
    font-family: 'ARIAL';
    font-weight: 600;
}

@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;
    margin-left: 4%;
}

.group {
    display: flex;
    margin-left: 3%;
    gap: 6px;
}

.gr2 {
    margin-top: 3%;
}

.project-management {
    display: flex;
    margin-left: 3%;
    gap: 6px;
    margin-top: 1%;
}

.pro2 {
    margin-top: 3%;
}

.time {
    display: flex;
    margin-left: 2%;
    gap: 6px;
    margin-top: 2%;
}

.time2 {
    margin-top: 3%;
}

.indus1 {
    color: #335D9F;
    margin-top: 5.5%;
    text-align: center;
    font-weight: 600;
    font-family: 'ARIAL';
}

.indus2 {
    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;
}

#IT {
    text-align: center;
    border: 2px solid grey;
    border-top: none;
    border-left: none;
    border-bottom-color: #d9d9d9;
    border-right: none;
}

.IT2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    font-size: 17px;
}



#media {
    border: 2px solid grey;
    text-align: center;
    border-top-color: #D9D9D9;
    border-left: none;
    border-bottom: none;
    border-right-color: #D9D9D9;
}

.media2 {
    border: 1px solid rgb(233, 233, 233);
    width: 50%;
    text-align: center;
    margin: auto;
    background-color: #dbd9d9ad;
    border-radius: 5px;
    font-size: 17px;
}

#housekeeping {
    border: 2px solid grey;
    text-align: center;
    border-top-color: #D9D9D9;
    border-left: none;
    border-bottom: none;
    border-right-color: #D9D9D9;
}

.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;
    }

#service1 {
    margin-top: 4%;
}

.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;
}

.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: 150px;
}

.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: -11%;
    cursor: pointer;
}

.join-now {
    margin-top: 25%;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}

.join:hover {
    background-color: crimson;
}
