body {
    font-family: "Poppins", sans-serif;
}

.ml-auto {
    margin-left: auto;
}

.navbar {
    z-index: 99;
}

.headerLinks.active {
    font-weight: 400;
    opacity: 1;
}

.headerLinks {
    opacity: 0.4;
}

.panel-home-banner {
    position: relative;
    top: 0;
}

.panel-home-banner .container {
    text-align: center;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.sidebar-contact {
    position: fixed;
    right: 0;
    z-index: 200;
    top: 10rem;
}

.right_btn {
    border-radius: 0 !important;
    padding: 10px !important;
    background-color: #233853 !important;
    z-index: 1;
}

.border-white {
    border: 1px solid white;
}

.text-primary {
    color: #233853 !important;
}

.fw-normal {
    font-weight: 500 !important;
}

.font-600 {
    font-weight: 600 !important;
}

.bg-primary {
    background-color: #233853 !important;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 99%;
    width: 100%;
    background-image: url('assets/images/layer.png');
    background-size: cover;
    background-color: rgb(0 0 0 / 50%);
    z-index: 2;
}

.workTribe-subTitle {
    font-size: .843rem;
    line-height: 1.5rem;
    letter-spacing: 0.03rem;
    text-align: justify;
}

.card-Banner {
    position: absolute;
    top: -3rem;
    width: -webkit-fill-available;
}

.px-6 {
    padding-right: 2rem;
    padding-left: 2rem;
}

.py-6 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#industriesSlide .item,
#AgribusinessesSlide .item {
    margin: 15px;
}

:placeholder-shown {
    font-size: .7rem;
}

.footerLinkTitle::after {
    content: '';
    display: block;
    width: 15%;
    border-bottom: 2px solid #085685;
    transition: border-color 0.3s ease;
}

.mail_input {
    width: 100%;
    margin-top: .5rem;
    margin-bottom: .5rem;
}

h4 {
    font-size: 1.2rem;
}

.workTribe-title {
    letter-spacing: 0.02rem;
    font-size: 0.9rem;
}

.expertiseImg-sec {
    margin-top: 4rem;
}

.expertiseImg-bannerImg {
    position: relative
}

.subscribeBtn {
    font-size: .8rem;
    background-color: #085685 !important;
    border: 1px solid #085685 !important;
}

.footerText {
    font-size: .8rem;
    width: 246px;
}

.footerLinks {
    font-size: .9rem;
    padding-left: 15px
}

.contact-sec {
    font-size: .8rem;
    padding-left: 0px;
}

.contact-title {
    font-size: .7rem;
    opacity: 0.6
}

.footerright-reserved {
    font-size: .8rem;
}

@media (max-width:576px) {
    .navbar-expand .navbar-nav .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }

    .companyCares-sec {
        height: auto !important;
    }

    .ourStory-sec {
        height: auto !important;
    }

    .companyCares-sec-text {
        padding: 1rem 1rem !important;
    }

    .headerLinks {
        font-size: .7rem;
    }

    .company-cares-text {
        margin-top: 0 !important;
    }

    .homebanner_p {
        font-size: 18px !important;
    }

    .h1,
    h1 {
        line-height: 1.7rem;
        font-size: 35px !important;
    }

    .banner-subtitle {
        font-size: 0.8rem;
    }

    .panel-home-banner .container {
        top: 67%;
    }

    .px-sm-2 {
        padding-right: .3rem !important;
        padding-left: .3rem !important;
    }

    .why-workTribe-Title {
        text-align: center;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .form-container {
        width: 100% !important;
    }

    .bannerImage {
        height: 155px;
    }

    .textContainer {
        left: 0.7rem !important;
    }

    .navbar-brand {
        width: 50px;
    }
}

@media (min-width: 992px) {
    .pr-6 {
        padding-right: 4rem;
    }

    .ml-sm-6 {
        margin-left: 3rem;
    }

    .mail_input {
        height: 100%;
        width: 250px;
        margin-top: 0;
        margin-bottom: 0;
    }

    h4 {
        font-size: calc(1.275rem + .3vw);
    }

    .workTribe-title {
        letter-spacing: 0.06rem;
        font-size: 0.9rem;
    }

    .workTribe-subTitle {
        letter-spacing: 0.01rem;
        line-height: 33px;
        font-size: 19px;
        text-align: justify;
    }
}

.bg-primary {
    background-color: #002542 !important;
}

.heading {
    font-size: 35px;
    font-weight: 600;
}

.nav-tabs {
    border: 0px !important;
}

.nav-tabs .nav-link {
    border: 0px !important;
    font-size: 16px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: black !important;
    border: 0px !important;
    font-weight: 500;
}

.tabLink {
    font-weight: 400;
    font-size: 18px;
    color: #808080 !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: 0px !important;
}

.tabLinksMain { 
    gap: 3rem;
}

.tab-content {
    padding: 1.5rem;
}

@media (max-width: 992px) {
    .tabLinksMain {
        margin-left: 0;
    }

    .tabLink {
        padding-left: 0 !important;
    }

    .heading {
        font-size: 2rem !important;
    }

    .nav-tabs .nav-link {
        font-size: .9rem;
    }

    .imgTitle {
        font-size: .9rem;
    }

    .tab-content {
        padding: 0;
    }
}

.imgTitle {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.imgNumber {
    margin-left: .3rem;
}

.w-6 {
    width: 15px;
}

.w-4 {
    width: 10px;
}

a {
    text-decoration: none;
    color: black;
}

.about-info {
    line-height: 1.7rem;
}

.form-control:focus {
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.textContainer {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 3rem;
}

.form-container {
    width: 85%
}

.form-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    padding-left: 0;
}

.image-container {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 37, 66, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    justify-content: center;
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
}

.image-container:hover .overlay {
    opacity: 1;
}

.cursor-pointer {
    cursor: pointer;
}

.help-block {
    color: red;
    font-size: 13px;
    margin-bottom: 0.25rem;
}

p {
    margin-bottom: .6rem;
}

.company-cares-text {
    margin-top: 6rem;
}

.animate__delay-1s {
    animation-delay: 0.1s !important;
}

.animate__delay-3s {
    animation-delay: 0.3s !important;
}

.animate__delay-5s {
    animation-delay: 0.5s !important;
}

.companyCares-sec {
    background-image: url('../../assets/images/carers.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.companyCares-sec-text {
    padding: 1.5rem 2rem;
}

.ourStory-sec {
    background-image: url('../../assets/images/story.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 250px;
}

.bg-card {
    background-color: #233853;
}

.listImage {
    width: 40px;
}

.navbar-brand {
    margin-right: 0;
}

.banner-video {
    position: relative;
    /* Ensure the container takes up the full viewport height */
}

.inner {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Example overlay color */
    z-index: 1;
    /* Ensure the overlay is above the video */
}

.video-overlay:hover {
    background-color: rgba(0, 0, 0, 0.8);
    /* Example hover overlay color */
}

.cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
.headerLinks {
    opacity: 1;
}
*/

.homebanner_p {
    color: #FFF;
    font-size: 25px;
    line-height: 1.5;
    opacity: 1;
}

.f-38 {
    font-size: 38px;
}

.f-24 {
    font-size: 24px;
}

.workTribeSub {
    font-size: 18px;
    color: #3c3c3c;
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.8;
}
