html, body {
    max-width: 100%;
    overflow-x: hidden;
}


p, h1, h3{
    font-family: Inter;
}

h1{
    font-size: 2.8125rem;
}

h3{
    font-size: 1.875rem;
}

p{
    font-size: 1.25rem;
}

.section_1 {
    display: flex;
    flex-direction: column;
    gap: 2.68rem;
    margin-top: 10vh;
    padding-left: 3%;
    padding-right: 3%;
    align-content: center;
    justify-content: center;
    padding-bottom: 5vh;
    
}

.hiring_division {
    display: flex;
}

.leftbox {
    width: 49%;
}

.leftboxtext {
    border-radius: 14px !important;
    margin:none;
}

.hiring_heading {
    position: relative;
    
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #000000;
    padding-top: 5%;
}

.hiring_subheading {
    position: relative;
    
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
    padding-top: 1%;
}

.hiring_paragraph {
    position: relative;
    
    font-weight: 500;
    margin-top: 20px;
    line-height: normal;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #8B8B8B;
    padding-top: 3%;
    padding-bottom: 6%;
}

.rightbox {
    border: none;
    border-radius: 14px !important;
    width: 49%;
}

.why_recruitment_text {
    background-color: #302F2F !important;
    border-radius: 14px !important;
    display: flex;
    flex-direction: column;
}

.recruitment_heading {
    position: relative;
    
    font-weight: bold;
    text-align: center;
    line-height: normal;
    letter-spacing: 0em;
    color: #B581F9;
}

.recruitment_points_division {
    margin-top: 5vh;
    width: 100%;
}

.recruitment_point {
    font-size: 1.5rem;
    position: relative;
    width: fit-content;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    padding-top: 1%;
}

.section_2 {
    width: 100%;
    margin-top: 2vw;
    padding-top: 3.35vh;
    padding-bottom: 9vh;
}

.what_we_do_subsection {
    background-color: #F7F7F7;
    border-radius: 14px;
}

.what_we_do_image {
        width: 35vw;
        height: 32vh;
        border-radius: 14px 0px 28px 0px;
        margin: 0px 2.5vw 1.67vw 0px;
        float: left;
        opacity: 0.9;
        min-height: 20rem;
        min-width: 20rem;
}

.what_we_do_text {
    padding-bottom: 5vh;
    overflow-wrap: break-word;
    word-wrap: break-word;
    padding-left: 5%;
    padding-right: 5%;
}

.what_we_do_heading {
    position: relative;
    
    font-weight: bold !important;
    line-height: normal;
    letter-spacing: 0em;
    color: #000000;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
}

.what_we_do_para {
    position: relative;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0em;
    color: #3D3D3D;
    text-align: left;

}

.para_1 {
    margin-bottom: 1rem;
}

.para_2 {
    margin-bottom: 1rem;
}

.para_3 {
    margin-bottom: 1rem;
}

.section_3 {
    margin-top: 3vh;
    margin-bottom: 12vh;
}

.let_us_connect_division {
    display: flex;
    flex-direction: row;
    /* gap: 1.8vw; */
    align-items: center;
}

.line_1, .line_2 {
    position: relative;
    width: 35%;
    height: 0px;
    transform: rotate(0.01deg);
    border-top: 1px solid #302F2F;
}

.let_us_connect_button {
    width: 25%;
    height: 4.5rem;
    min-height: 4rem;
}

.btn {
    width: 100%;
    height: 100%;
    border-color: #302F2F;
    border-radius: 8px;
    background-color: #302F2F !important;
    font-size: 2.3rem;
    font-family: Josefin Sans;
    font-weight: bold;
    
}


footer {
    background: #302f2f;
    height: 99px;
  }

.footer-text {
    
    font-weight: 500;
    line-height: normal;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #ffffff;
  }

  button#btn-hover {
    transform: scale(1); /* Initial state */
    transition: transform 0.5s ease, box-shadow 0.5s ease
}

button#btn-hover:hover {
    transform: scale(1.1); /* Scale up on hover */
    box-shadow: 0px 4px 10px 2px #5d5d5d;
}


@media (min-width: 1164px) {
    .why_recruitment_division {
        max-width: 100% !important;
    }
    
    .why_recruitment_text {
        width: 92vw;
    }

    .recruitment_points_division {
        display: flex !important;
        flex-direction: row;
        justify-content: space-between;
        padding-left: 3%;
        padding-right: 3%;
    }

    .recruitment_point {
        margin-bottom: 3vh;
    }


    .what_we_do_division {
        max-width: 93.9vw;
    }

    /* .let_us_connect_division {
        max-width: 92vw;
        
    } */

}
@media (max-width: 1200px) {

    .btn {
        font-size: 30px;
    
    }
}

@media (max-width: 1163px) {
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .section_1 {
        flex-direction: column;
        justify-items: center;
        gap: 5vh;
    }

    .hiring_division {
        display: flex;
        gap: 5vh;
        flex-direction: column;
    }

    .hiring_heading, .hiring_subheading {
        text-align: center;
    }
    .why_recruitment_text {
        justify-content: center;
    }

    .recruitment_point {
        text-align: left;
    }

    .point_4 {
        padding-left: 0%;
    }

    .section_2 {
        margin: none;
        padding: none;
    }

    .what_we_do_image {
        margin-right: 2.7vw;
    }

    /* .let_us_connect_division {
        max-width: 81vw;
    } */

    .let_us_connect_button {
        width: 50%;
    }
}

@media (max-width: 1013px){
    .what_we_do_division {
        width: 93.7vw;
    }

    /* .let_us_connect_division {
        max-width: 93.3vw;
    } */
}

@media (max-width: 991px) {


    .what_we_do_image {
        margin-right: 5vw;
    }

    .line_1, .line_2 {
        border-width: 1.3px;
        width: 33%;
    }

    .let_us_connect_button {
        width: 50%;
    }

}

@media (max-width: 932px) {

    .what_we_do_subsection {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .what_we_do_semisubsection {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }

    .what_we_do_image {
        width: 90%;
        height: 47vh;
        border-radius: 14px;
        margin-top: 5vw;
        margin-bottom: 6vw !important;
        margin-right: 5vw;
        margin-left: 5vw;
    }

    .what_we_do_heading {
        text-align: center;
    }

    .what_we_do_para {
        text-align: left;
        margin-bottom: 1rem;
    }
}

@media (max-width: 900px) {

    .what_we_do_image {
        height: 45vh;
        margin-right: 6vw;
        margin-bottom: 2vw;
    }
}

@media (max-width: 767px) {

    .hiring_division {
        display: flex;
        gap: 5vh;
        flex-direction: column;
    }

    .what_we_do_image {
        height: 35vh;
    }


    .let_us_connect_button {
        width: 60%;
        height: 3rem;
        min-height: 2rem;
    }
}

@media (max-width: 670px) {

    .recruitment_heading {
        color: #b687f5 !important;
    }

    
}

@media (max-width: 570px) {
    .what_we_do_image {
        height: 32vh;
    }

        .btn {
            font-size: 1.2rem;

        }

}

@media (max-width: 470px) {

    .what_we_do_image {
        height: 30vh;
    }

    .btn {
        font-size: 1.3rem;
        padding: 2%;
        width: 100%;
    }

}



@media (max-width: 400px) {
    .btn {
        font-size: 1.1rem;
        padding: 1%;
        width: 100%;
        border-radius: 8px;
    }

    .footer-text {
        margin-top: 0px !important;
    }
}
