body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Open Sans"
}

.container {
    max-width: 1680px
}

.heading-48px {
    font-size: 48px;
    font-weight: bold;
}


.section-heading-24px {
    font-size: 24px;
    font-weight: 500;
}

.context-text-20 {
    font-size: 20px;
    font-weight: 400;
}

.small-text16px {
    font-size: 16px;
    font-weight: 400;
}


.career-hero-section {
    background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),  url(../images/career.webp);
    height: 45vh;
    background-size: cover;
    color: #070101;
    border-radius: 13px;
    padding: 50px 0;
    margin: 30px 0;
}

.career-hero-section-title {
    font-size: 48px;
    font-weight: 700;
    margin: 0
    
}

.career-hero-section-subtitle {
    margin-top: 10px;
    font-size: 24px;
    padding: 33px 180px;
}

.work-with-us {
    margin: auto 0;
    gap: 40px
}

.career-card {
    border: none;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.08);
    width: 290px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: translateY(-5px);
   
}


.career-card .card-title {
    font-weight: 600;
font-size: 20px !important;
}

.card-text {
    opacity: .8;
    font-size: 16px
}

.opportunities-section {
    padding: 68px 0;
    background: rgba(244, 243, 243, 1)
}

.opportunities-heading {
    font-weight: 700;
    padding: 0 25px;
}

.opportunities-text {
    font-size: 24px;
    padding: 0 25px;
}

.opportunity-category {
    width: 100%;
    margin: 0 auto
}

.opportunities-card {
    width: 100%;
    margin: 10px auto
}

.opportunities-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 2)
}

/* .opportunities-text {
    padding-right: 296px;
} */

.career-box {
    background-color: #376896;
    color: #fff;
    padding: 20px;
    border-radius: 8px;
    /* height: 345px; */
}

.career-box img {
    width: 51px;
    height: 51px;
    color: #fff
}

.career-box p {
    font-size: 15px
}

.career-box.middle-card {
    border-radius: 0
}

.career-box:first-child {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.career-box:last-child {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.opportunities-row {
    border-radius: 16px;
    overflow: hidden
}


@media (max-width:575.98px) {
    .career-hero-section-title {
        font-size: 32px
    }
    .sub-heading-36px {
        font-size: 1.3rem !important;
        text-align: start !important
    }
    .career-box p {
        font-size: 14px;
    }

    .job-title {
        font-size: 1rem !important;
        font-weight: 400;
        color: #000;
        opacity: .8;
    }

    .form-container p {
        font-size: 20px !important;
        padding-right: initial !important;
    }


    .career-hero-section-subtitle {
        font-size: 18px;
        padding: 0 10px;
        line-height: 2;
    }

    .what-we-offer {
        padding: 8px !important;
       
    }

    .what-we-offer-heading {
        font-size: 24px
    }

    .what-we-offer-text {
        font-size: 16px
    }

    .opportunity-category {
        flex-direction: column;
        align-items: center
    }

    .opportunities-card {
        width: 100%;
        margin: 10px 0
    }

    footer {
        flex-direction: column;
        text-align: center
    }

    .footer-column {
        flex: 1 1 100%;
        margin-bottom: 20px
    }

    .social-icons a {
        font-size: 1.3em
    }

    .career-card {
        border: none;
        padding: 10px 20px;
        border-radius: 12px 0 0 0;
        background: rgba(251, 251, 251, 1);
        margin-top: 15px
    }

    /* .d-flex {
        display: initial !important
    } */

    h1 {
        font-size: 36px
    }

    h2 {
        font-size: 32px;
    }

    h3 {
        font-size: 20px !important;
        /* text-align: center; */
    }

    .navbar-brand {
        font-size: 28px;
        font-weight: 700
    }

    .form-container button {
        width: 245px !important;
        height: 54px;
        padding: 12px;
        background-color: #3970e9;
        border-radius: 24px;
        color: rgba(255, 255, 255, 1);
    }

    .form-container h3 {
        font-size: 24px !important;
        margin-bottom: 10px;
        font-weight: 800;
    }

    .what-we-offer-text {
        font-size: 17px;
        line-height: 36px;
       
    }

    .opportunities-heading {
        font-weight: 700;
        text-align: center;
    }

    .opportunities-text {
        font-size: 17px;
        padding: 0px 5px;
        /* text-align: justify; */
        line-height: 2;
    }

    .address {
        margin-left: 25px;
        margin-top: initial !important;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
    .opportunity-category {
        flex-direction: row;
        justify-content: space-around
    }

    .opportunities-card {
        width: 100%;
        max-width: 270px;
        margin: 10px auto
    }

    .work-with-us .card {
        width: 100%;
        max-width: 300px;
        margin: 10px auto;
        height: 300px;
        border-radius: 10px;
    }

    .opportunities-card img {
        width: 150px !important;
        height: 140px !important;
        object-fit: contain
    }

    .what-we-offer-text {
        font-size: 18px !important;
        line-height: 36px;
        text-align: justify !important;
        margin-top: 20px;
    }

    .career-hero-section-subtitle {
        margin-top: 10px;
        font-size: 24px;
        padding: 33px 20px;
    }

    .what-we-offer {
        padding: 50px 50px;
        background: rgba(244, 243, 243, 1);
    }

    .opportunities-text {
        font-size: 19px;
        padding: 0 25px;
        text-align: justify;
    }

    .address-number {
        margin-left: 28px;
        margin-top: initial;
    }
}

@media screen and (min-width:768px) and (max-width:991.98px) {
    .opportunities-card {
        max-width: 400px
    }

    h3 {
        font-size: 20px !important;
        /* text-align: center; */
        font-weight: 800 !important;
    }

    .career-box p {
        font-size: 18px;
    }

    .career-box {
        background-color: #376896;
        color: #fff;
        padding: 20px;
        border-radius: 8px;
        height: 350px;
    }


    .career-hero-section-subtitle {
        margin-top: 10px;
        font-size: 24px;
        padding: 9px 48px;
    }



    .opportunities-card img {
        width: 143px !important;
        height: 141px !important;
        object-fit: contain
    }



    .opportunities-card img {
        width: 150px;
        height: 140px;
        object-fit: contain
    }

    .logo img {
        width: 40px !important;
        height: 40px !important;
    }

    .logo {
        margin-left: initial !important;
    }

    .footer-tittle {
        font-size: 1.5rem !important;
    }

    .why-choose-us ul li {
        margin-bottom: 20px;
        font-size: 20px;
    }

}

@media screen and (min-width:992px) and (max-width:1199px) {
    .opportunities {
        width: 980px
    }

    h3 {
        font-size: 24px !important;
        /* text-align: center; */
        font-weight: 800 !important;
    }

    .career-box p {
        font-size: 20px;
    }


    .career-hero-section-subtitle {
        margin-top: 10px;
        font-size: 24px;
        padding: 9px 48px;
    }

    .career-box {
        background-color: #376896;
        color: #fff;
        padding: 20px;
        border-radius: 8px;
        height: 325px;
    }

    .opportunity-category {
        width: 980px;
        height: 278px;
        margin: 0 auto
    }

    .opportunities-card {
        margin-top: -8px;
        width: 280px;
        padding: 21px;
        border-radius: 10px;
        background: rgba(245, 250, 255, 1);
        height: 250px;
    }

    .opportunities-card img {
        width: 150px;
        height: 140px;
        object-fit: contain
    }


    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .logo img {
        width: 50px !important;
        height: 50px !important;
    }
}

@media screen and (min-width:1200px) and (max-width:1480px) {
    h3 {
        font-size: 24px !important
    }



    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .logo img {
        width: 50px !important;
        height: 50px !important;
    }

}

@media screen and (min-width:1481px) {
    h3 {
        font-size: 24px !important
    }

    .address {
        margin-left: 25px;
        margin-top: -39px;
    }

    .address-number {
        margin-left: 28px;
        margin-top: -26px;
    }

    .logo img {
        width: 50px !important;
        height: 50px !important;
    }

}

.form-container {
    max-width: 1005px;
    background: #fbfaff;
    padding: 55px;
    border-radius: 30px
}

.form-container h3 {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 800;
}

.form-container p {
    font-size: 24px;
    padding-right: 140px
}

.form-control {
    max-width: 680px;
    font-size: 18px;
    padding: 11px
}

.form-container label {
    margin-bottom: 5px;
    font-weight: 700
}

.form-container button,
.form-container input {
    border-radius: 5px
}

.form-container button {
    width: 285px;
    height: 54px;
    padding: 12px;
    background-color: #3970e9;
    border-radius: 24px;
    color: rgba(255, 255, 255, 1)
}

.form-container button:hover {
    background: linear-gradient(90.6deg, #051839 8.49%, #0446a3 30.52%, #0346a3 69.85%, #051939 100.27%);
    color: rgba(255, 255, 255, 1)
}

.upload-icon {
    position: relative;
    cursor: pointer
}

.upload-icon input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer
}

.upload-icon i {
    font-size: 24px;
    color: #4a90e2
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0 -5px;

}

.job-card {
    background-color: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    padding: 33px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;
    width:250px ;
}

.job-card-last {
    padding: 47px
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.job-title {
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    opacity: .2
}

.job-availability {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    opacity: .2
}

.latest-posting {
    padding: 60px 0
}

.form-container {
    background: #b2dbe2;
    padding: 60px 20px 30px 60px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    /* margin: 0 auto; */
}

h3 {
    font-size: 32px;
    /* text-align: center */
}

.mb-4 {
    margin-bottom: 1rem
}

.form-control {
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 5px
}

.form-label {
    display: block;
    margin-bottom: .5rem
}

.upload-icon {
    position: relative
}

.btn {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1rem;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center
}

.btn:hover {
    background-color: #0056b3
}

.card-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap
}

.job-card {

    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, .1);
    padding: 12px;
    text-align: center;
    transition: transform .3s ease, box-shadow .3s ease;width:250px ;
}

.job-card img {
    padding-top: 3px !important;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .15)
}

.job-title {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    opacity: .8
}

.job-availability {
    font-size: 1rem;
    font-weight: 400;
    color: #000;
    opacity: .8
}

@media (max-width:768px) {
    .form-container {
        padding: 15px
    }

    h3 {
        font-size: 24px
    }

    .job-card {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px)
    }
}

@media (max-width:480px) {
    /* .job-card {
        flex: 1 1 100%;
        max-width: 100%
    } */

    .form-container {
        padding: 10px
    }

    .btn {
        font-size: .9rem
    }

    .career-box {
        background-color: #376896;
        color: #fff;
        padding: 15px;
        border-radius: 8px;
    }
}

.logo {
    margin-left: 45px
}


.footer-column {
    .logo {
        margin-left: 45px;
    }
}

.footer-section {
    background-color: #0b0e32;
    color: #ffffff;
}

.footer-tittle {
    font-size: 2rem;
}




.footer-section a {
    color: #ffffff;
}

.social-icons {
    display: flex;
    gap: 14px;
}

.social-icons a {
    font-size: 1.5em;
    /* color: #333; */
    transition: color .3s ease;
}

.social-icons a:hover {
    color: #007bff;
}




.link-heading {
    font-size: 1.25rem;
}

hr {
    width: 103px;
    color: #ffffff;
    height: 2px;
}

.explore-us {
    margin-bottom: 50px;
}

.footer-tittle {
    margin-left: 20px;
}

.what-we-offer-heading {
    font-weight: 700;
    line-height: 65.37px;
    text-align: left;
}



.what-we-offer {
    padding: 50px 50px;
    background: rgba(244, 243, 243, 1);
}

.what-we-offer-text {
    line-height: 45px;
    text-align: left;
    margin-top: 20px;
}

.connect-footer {
    background-color: #d7f1f3;
    padding-top: 20px;
}