section#careers-top {
    position: relative;
    height: auto;
    max-height: 80%;
    overflow: hidden;
    justify-content: center;
}

.onweb{
    display: block;
}
.onmobile{
    display: none;
}

#careers-top img {
    width: 80%;
    margin-left: 20%;
    height: auto;
    max-height: 100%;
    display: block;
}

.careers_top_overlay {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 60%;
    height: 100%;
    background: rgb(20,20,35);
    background: linear-gradient(90deg, rgba(20,20,35,1) 0%, rgba(20,20,35,1) 69%, rgba(20,20,35,0) 100%);
}

#careers-top .careers-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 5%;
    z-index: 2;
    color: white;
    /* font-size: clamp(0.75rem, 0.2905rem + 2.2973vw, 2.875rem); */
    font-size: clamp(1.25rem, 0.1689rem + 5.4054vw, 6.25rem) !important;
    font-family: Roboto,sans-serif;
    font-weight: bolder;
}

/* Menu */
#careers_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: auto;
    height: 20%;
    gap: 10%;
    /* margin-top: 10px; */
}

#careers_menu div {
    /* width: clamp(1.875rem, 1.4696rem + 2.027vw, 3.75rem); */
    width: 85px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: clamp(0.625rem, 0.4899rem + 0.6757vw, 1.25rem);;
    cursor: pointer;
}

#careers_menu div img {
    width: 50%;
    height: 50%;
}

#careers_menu p {
    font-size: 12px;
    margin: 5px 0 0 0;
    /* Optional: Add margin to separate image and text */
    text-align: center;
    font-family: 'nunitobold';
}

#careers_menu div a {
    font-family: 'nunitobold';
    font-size: clamp(0.5rem, 0.3919rem + 0.5405vw, 1rem);
    padding: clamp(0.3125rem, 0.1774rem + 0.6757vw, 0.9375rem);;
    width: auto;
    text-wrap: nowrap;
    border-radius: 20px;
    background-color: #37A5CC;
    border: none;
    color: white;
    margin-left: 70%;
    text-align: center;
    cursor: pointer;
}

/* 3rd row */
#careers-3rd {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.careers_3rd_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.487);
    /* clip-path: polygon(0 0, 100% 0, 71% 100%, 0% 100%); */
    clip-path: polygon(0 0, 60% 0, 30% 100%, 0 100%);
}

#careers-3rd img {
    width: 100%;
    height: auto;
    max-height: 100%;
    display: none;
}


#careers-3rd .careers-3rd-title {
    position: absolute;
    top: 50%; /* Vertical centering */
    transform: translateY(-50%); /* Corrects positioning for vertical centering */
    left: 5%;
    z-index: 2;
    color: black;
    font-size: clamp(1rem, -1.5rem + 8vw, 3rem);
    font-family: 'Gotham', sans-serif;
    width: clamp(6.25rem, -0.5068rem + 33.7838vw, 37.5rem);
    font-weight: bolder;
}

#careers-3rd .careers-4rd-title {
    position: absolute;
    top: 260px;
    left: 150px;
    z-index: 2;
    color: black;
    font-size: clamp(1rem, -1.5rem + 8vw, 3rem);
    font-family: 'nunitobold';
    width: 500px;
}

.careers_3rd_bg {
    background-image: url('../img/careers/Careers HP6-1.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    /* Cover the entire area without distortion */
    background-position-x: center;
    /* Center horizontally */
    background-position-y: center;
    /* Move the background image to the top */
    position: absolute;
    display: block;
}

/* 4th row */
#careers-4th {
    display: flex;
    position: relative;
    height: clamp(12.5rem, 9.6622rem + 14.1892vw, 25.625rem);
}

#careers-4th .left,
#careers-4th .right {
    height: 100%;
    width: 100%;
    padding: clamp(0.625rem, 0.3547rem + 1.3514vw, 1.875rem);
}

#careers-4th .right {
    background-color: #6FA3C6;
    color: white;
}

#careers-4th .title {
    font-family: 'Gotham', sans-serif;
    font-size: clamp(0.6875rem, -0.5313rem + 3.9vw, 3.125rem);
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
}

#careers-4th .left .content,
#careers-4th .right .content {
    font-family: 'Gotham', sans-serif;
    font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
    text-align: justify;
    padding-top: 20px;
}

/* 5th row */
#careers-5th {
    display: flex;
    position: relative;
    height: clamp(12.5rem, 9.6622rem + 14.1892vw, 25.625rem);
}

#careers-5th .left,
#careers-5th .right {
    height: 100%;
    width: 100%;
    padding: clamp(0.625rem, 0.3547rem + 1.3514vw, 1.875rem);
}

#careers-5th .left {
    background-color: #6FA3C6;
    color: white;
}

#careers-5th .title {
    font-family: 'Gotham', sans-serif;
    font-size: clamp(0.6875rem, -0.5313rem + 3.9vw, 3.125rem);
    text-align: center;
    padding-top: 50px;
    font-weight: bold;
}

#careers-5th .left .content,
#careers-5th .right .content {
    font-family: 'Gotham', sans-serif;
    font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
    text-align: justify;
    padding-top: 20px;
}

/* 6th row */
section#careers-6th {
    position: relative;
    height: 100%;
    overflow: hidden;
}


.careers_6th_overlay {
    background-image: url('../img/careers/Shapeyourfuturewithus.jpg');
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 0% 50%;
    position: absolute;
    left: 0;
    z-index: 1;
    display: block;
}

@font-face {
    font-family: 'Agrandir';
    src: url('../fonts/Agrandir-GrandHeavy.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

#careers-6th .careers-6th-title {
    position: absolute; 
    top: clamp(6.875rem, 2.8209rem + 20.2703vw, 25.625rem);
    transform: translateY(-50%); /* Corrects positioning for vertical centering */
    right: 10px;
    width: 40%;
    z-index: 2;
    color: white;
    font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
    font-family: Roboto,sans-serif;
    font-weight: 800;
}

#careers-6th .careers-6th-buttons {
    position: absolute;
    top: clamp(10.625rem, 7rem + 28.3784vw, 36.875rem);
    transform: translateY(-50%); /* Corrects positioning for vertical centering */
    right: 6.5%;
    width: 40%;
    z-index: 2;
    color: white;
    font-size: clamp(1rem, -1.3438rem + 7.5vw, 2.875rem);
    font-family: 'Gotham', sans-serif;
    font-weight: 800;
    text-align: center;
}

#careers-6th .careers-6th-buttons button {
    font-family: 'nunitobold';
    padding: 8px;
    /* width: 220px; */
    width: clamp(3.75rem, 1.4527rem + 11.4865vw, 14.375rem);
    border-radius: 5px;
    background-color: #ed0000;
    border: solid;
    border-width: 2px;
    color: white;
    cursor: pointer;
    font-size: clamp(0.5rem, 0.2838rem + 1.0811vw, 1.5rem);
}

#careers-6th .careers-6th-buttons button:hover {
    background-color: red;
}

#careers-6th .careers-6th-buttons div a {
    font-family: 'nunitobold';
    font-size: clamp(0.5rem, 0.2838rem + 1.0811vw, 1.5rem);
    padding: clamp(0.3125rem, 0.2449rem + 0.3378vw, 0.625rem) clamp(1.875rem, 1.6047rem + 1.3514vw, 3.125rem);;
    border-radius: 20px;
    background-color: #37A5CC;
    border: none;
    color: white;
    text-align: center;
    cursor: pointer;
}

/* 7th row */
#careers-7th {
    position: relative;
    height: 100%;
    overflow: hidden;
}

#careers-7th div {
    height: 25%;
    position: relative;
    /* padding: 20px; */
    margin-top: 30px;

}

#careers-7th div .blue {
    position: absolute;
    right: 10%;
    height: 100%;
    width: 35%;
}

#careers-7th div .red {
    position: absolute;
    right: -19%;
    height: 100%;
    width: 30%;
}

#careers-7th div .title {
    position: absolute;
    font-family: 'nunitobold';
    font-size: 170%;
    top: 15%;
    left: 100px;
    width: 40%;
}

#careers-7th div .content {
    cursor: pointer;
    position: absolute;
    /* padding-top: 30px; */
    top: 20%;
    right: 15%;
    height: 100%;
    width: 23%;
    font-family: 'nunitobold';
    z-index: 2;
    color: white;
    font-size: 150%;
}

#careers-7th div img {
    height: 100%;
    width: 100%;
}

#careers-7th .image {
    margin-top: 3%;
    /* margin-left: 10%; */
    display: flex;
    width: 100%;
}



/* For Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 7px;
    /* width of the entire scrollbar */
}

*::-webkit-scrollbar-thumb {
    background-color: rgb(95, 95, 97);
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 1px solid rgb(255, 255, 255);
    /* creates padding around scroll thumb */
}

/* For Firefox */
body {
    scrollbar-width: thin;
    /* "auto" or "thin" */
    scrollbar-color: rgb(95, 95, 97) rgb(255, 255, 255);
    /* scroll thumb and track */
}


.circles li {
    background: #000621 !important;
}


.mat-grid-tile {
    background: lightblue;
}

/* carousel */

.carousel {
    position: relative;
    max-width: 600px;
    margin: auto;
    overflow: hidden;
}

img {
    width: 100%;
    display: block;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    margin-left: 20px;
    margin-right: 20px;
    background-color: transparent;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    /* border-radius: 0 3px 3px 0; */
    user-select: none;
    border-style: none;
    color: white;
}

.next {
    right: 0;
    /* border-radius: 3px 0 0 3px; */
}

.prev:hover,
.next:hover {
    background-color: transparent
}

.bullets {
    text-align: center;
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.bullet {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.bullet.active {
    background-color: #717171;
}


.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    background-color: transparent;
    padding: 10px;
}

.grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    /* border: 1px solid rgba(0, 0, 0, 0.8); */
    padding: 15%;
    font-size: 20px;
    text-align: center;
    height: 100%;
    font-family: 'nunitobold';
}

.grid-item#Rblue {
    background-color: rgba(29, 179, 206, 0.8);
    /* border: 1px solid rgba(0, 0, 0, 0.8); */
    padding: 15%;
    font-size: 20px;
    text-align: center;
    height: 100%;
    font-family: 'nunitobold';

}

/* #careers-3rd .careers-3rd-title, */
#careers-3rd .careers-4rd-title {
    position: absolute;
    left: 50px;
    z-index: 2;
    color: black;
    font-size: clamp(1rem, -1.5rem + 8vw, 3rem);
    font-family: 'nunitobold';
    width: 500px;
    margin-top: 200px;
}

@media only screen and (max-width: 832px) {
    #careers-top .careers-title {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 10%;
        z-index: 2;
        color: white;
        font-family: Roboto, sans-serif;
        font-weight: normal;
        font-size: 16px !important;
    }
    
    #careers_menu div img {
        width: 80%;
        height: 100%;
    }

    #careers_menu div a {
        font-family: 'nunitobold';
        font-size: clamp(0.5rem, 0.3919rem + 0.5405vw, 1rem);
        /* padding: clamp(0.3125rem, 0.1774rem + 0.6757vw, 0.9375rem); */
        width: auto;
        text-wrap: nowrap;
        border-radius: 20px;
        background-color: #37A5CC;
        border: none;
        color: white;
        margin-left: 0% !important;
        text-align: center;
        cursor: pointer;
        height: 50%;
        padding: 10px;
    }

    .careers_3rd_overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 1;
        background-color: unset !important;
        clip-path: none !important;
        clip-path: none !important;
    }

    #careers-3rd .careers-3rd-title {
        position: absolute;
        /* top: 65%; */
        transform: translateY(-50%);
        left: 5%;
        z-index: 2;
        color: #ffffff;
        font-size: 25px;
        font-family: 'Gotham', sans-serif;
        width: 60%;
        font-weight: normal;
        left: 23%;
    }

    #careers-6th .careers-6th-buttons button {
        font-family: 'nunitobold';
        padding: 8px;
        width: 90px;
        /* width: clamp(3.75rem, 1.4527rem + 11.4865vw, 14.375rem); */
        border-radius: 5px;
        background-color: #ed0000;
        border: solid;
        border-width: 2px;
        color: white;
        cursor: pointer;
        font-size: clamp(0.5rem, 0.2838rem + 1.0811vw, 1.5rem);
    }

    #careers-6th .careers-6th-buttons {
        position: absolute;
        top: 80%;
        transform: translateY(-50%);
        right: 0px !important;
        width: 99%;
        z-index: 2;
        color: white;
        font-size: clamp(1rem, -1.3438rem + 7.5vw, 2.875rem);
        font-family: 'Gotham', sans-serif;
        font-weight: 800;
        text-align: center;
    }

    .view-all{
        margin-top: 7px;
    }

    #careers-6th .careers-6th-buttons div a {
        font-family: 'nunitobold';
        font-size: clamp(0.5rem, 0.2838rem + 1.0811vw, 1.5rem);
        padding: 10px;
        border-radius: 20px;
        background-color: #37A5CC;
        border: none;
        color: white;
        text-align: center;
        cursor: pointer;
    }

    #careers-6th .careers-6th-title {
        position: absolute;
        top: 63%;
        transform: translateY(-50%);
        left: 4%;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
        font-family: Roboto, sans-serif;
        font-weight: 800;
    }

    .scrollable-div.onmobile {
        padding: 10px;
    }

    .title {
        font-size: 14px;
    }

    .arrow-link {
        font-size: 12px;
        padding: 8px 16px;
    }

    .scrollable-div.onmobile {
        display: flex;
        flex-direction: column; /* Stack elements on mobile view */
        align-items: flex-start;
        padding: 20px;
    }
    
    .title {
        font-size: 16px;
        line-height: 1.5;
        color: #4A4A4A; /* Adjust color as needed */
        margin-bottom: 20px;
    }
    
    .content {
        position: relative;
        display: inline-block;
    }
    
    .arrow-link {
        display: inline-block;
        background-color: #E53935; /* Red background */
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        padding: 10px 20px;
        clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
        transition: background-color 0.3s ease;
    }
    
    .arrow-link:hover {
        background-color: #d32f2f; /* Darker shade on hover */
    }

    .onweb{
        display: none;
    }
    .onmobile{
        display: block;
    }

    .gridviewmobile {
        width: 100%;
        height: 100%;
        display: grid;
        grid-template-columns: auto auto;
        background-color: rgb(255, 255, 255);
        padding: 70px;
    }

    .head1 {
        width: 170px;
        position: relative;
        right: 50px;
        font-size: 15px;
    }

    .head2 {
        width: 150px;
        font-size: 9px;
        position: relative;
        right: 10px;
        top: 0px;
        background-color: #cd3939;;
        padding : 20px;
        color: white;
        clip-path: polygon(68% 0, 100% 47%, 73% 100%, 0 100%, 0 0);
    }

    
}

@media only screen and (max-width: 926px) {

    #careers-6th .careers-6th-title {
        position: absolute;
        top: 52% !important;
        transform: translateY(-50%);
        left: 51%;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
        font-family: Roboto, sans-serif;
        font-weight: 800;
    }

    .gridviewmobile {
        width: 100%;
        /* height: 100%; */
        display: grid
;
        grid-template-columns: auto auto;
        background-color: rgb(255, 255, 255);
        /* padding: 40px 20px 40px 50px; */
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 1px;
    }

    .head2 {
        width: 150px;
        font-size: 9px !important;
        position: relative;
        right: 5px;
        top: 0px;
        background-color: #cd3939;;
        padding : 20px;
        color: white;
        clip-path: polygon(68% 0, 100% 47%, 73% 100%, 0 100%, 0 0);
    }
}

@media only screen and (max-width: 930px) {

    #careers-4th .left .content, #careers-4th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    #careers-5th .left .content, #careers-5th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    .head2 {
        width: 150px;
        font-size: 9px;
        position: relative;
        right: 25px;
        top: 0px;
        background-color: #cd3939;;
        padding : 20px;
        color: white;
        clip-path: polygon(68% 0, 100% 47%, 73% 100%, 0 100%, 0 0);
    }

    #careers-6th .careers-6th-buttons {
        position: absolute;
        top: 72%;
        transform: translateY(-50%);
        right: 100px !important;
        width: 35%;
        z-index: 2;
        color: white;
        font-size: clamp(1rem, -1.3438rem + 7.5vw, 2.875rem);
        font-family: 'Gotham', sans-serif;
        font-weight: 800;
        text-align: center;
    }

    #careers-6th .careers-6th-title {
        position: absolute;
        top: 49% !important;
        transform: translateY(-50%);
        left: 51%;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
        font-family: Roboto, sans-serif;
        font-weight: 800;
    }

    .formargin{
        margin-right: 2px !important;
        margin-bottom: 3px;
    }

    .gridviewmobile {
        width: 100%;
        /* height: 100%; */
        display: grid;
        grid-template-columns: auto auto;
        background-color: rgb(255, 255, 255);
        /* padding: 40px 20px 40px 50px; */
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 1px;
    }
  
}

@media only screen and (max-width: 812px) {

    #careers-4th .left .content, #careers-4th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    #careers-5th .left .content, #careers-5th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    .head2 {
        width: 150px;
        font-size: 9px;
        position: relative;
        right: 25px;
        top: 0px;
        background-color: #cd3939;;
        padding : 20px;
        color: white;
        clip-path: polygon(68% 0, 100% 47%, 73% 100%, 0 100%, 0 0);
    }

    #careers-6th .careers-6th-buttons {
        position: absolute;
        top: 72%;
        transform: translateY(-50%);
        right: 100px !important;
        width: 30%;
        z-index: 2;
        color: white;
        font-size: clamp(1rem, -1.3438rem + 7.5vw, 2.875rem);
        font-family: 'Gotham', sans-serif;
        font-weight: 800;
        text-align: center;
    }

    #careers-6th .careers-6th-title {
        position: absolute;
        top: 49% !important;
        transform: translateY(-50%);
        left: 51%;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
        font-family: Roboto, sans-serif;
        font-weight: 800;
    }

    .formargin{
        margin-right: 2px !important;
        margin-bottom: 3px;
    }

    .gridviewmobile {
        width: 100%;
        /* height: 100%; */
        display: grid;
        grid-template-columns: auto auto;
        background-color: rgb(255, 255, 255);
        /* padding: 40px 20px 40px 50px; */
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 1px;
    }
  
}


@media only screen and (max-width: 640px) {

    #careers-4th .left .content, #careers-4th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    #careers-5th .left .content, #careers-5th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    .head2 {
        width: 150px;
        font-size: 9px;
        position: relative;
        right: 25px;
        top: 0px;
        background-color: #cd3939;;
        padding : 20px;
        color: white;
        clip-path: polygon(68% 0, 100% 47%, 73% 100%, 0 100%, 0 0);
    }

    #careers-6th .careers-6th-buttons {
        position: absolute;
        top: 72%;
        transform: translateY(-50%);
        right: 100px !important;
        width: 35%;
        z-index: 2;
        color: white;
        font-size: clamp(1rem, -1.3438rem + 7.5vw, 2.875rem);
        font-family: 'Gotham', sans-serif;
        font-weight: 800;
        text-align: center;
    }

    #careers-6th .careers-6th-title {
        position: absolute;
        top: 49% !important;
        transform: translateY(-50%);
        left: 51%;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
        font-family: Roboto, sans-serif;
        font-weight: 800;
    }

    .formargin{
        margin-right: 2px !important;
        margin-bottom: 3px;
    }

    .gridviewmobile {
        width: 100%;
        /* height: 100%; */
        display: grid;
        grid-template-columns: auto auto;
        background-color: rgb(255, 255, 255);
        /* padding: 40px 20px 40px 50px; */
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 1px;
    }

    #careers-7th div .title {
        position: absolute;
        font-family: 'nunitobold';
        font-size: 100%;
        top: 15%;
        left: 100px;
        width: 40%;
    }

    #careers-7th div .content {
        cursor: pointer;
        position: absolute;
        /* padding-top: 30px; */
        top: 20%;
        right: 15%;
        height: 100%;
        width: 23%;
        font-family: 'nunitobold';
        z-index: 2;
        color: white;
        font-size: 100%;
    }
  
}



@media only screen and (max-width: 540px) {

    #careers-4th .left .content, #careers-4th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    #careers-5th .left .content, #careers-5th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    .head2 {
        width: 150px;
        font-size: 9px;
        position: relative;
        right: 25px;
        top: 0px;
        background-color: #cd3939;;
        padding : 20px;
        color: white;
        clip-path: polygon(68% 0, 100% 47%, 73% 100%, 0 100%, 0 0);
    }

    #careers-6th .careers-6th-buttons {
        position: absolute;
        top: 72%;
        transform: translateY(-50%);
        right: 60px !important;
        width: 40%;
        z-index: 2;
        color: white;
        font-size: clamp(1rem, -1.3438rem + 7.5vw, 2.875rem);
        font-family: 'Gotham', sans-serif;
        font-weight: 800;
        text-align: center;
    }

    #careers-6th .careers-6th-title {
        position: absolute;
        top: 49% !important;
        transform: translateY(-50%);
        left: 51%;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
        font-family: Roboto, sans-serif;
        font-weight: 800;
    }

    .formargin{
        margin-right: 2px !important;
        margin-bottom: 3px;
    }

    .gridviewmobile {
        width: 100%;
        /* height: 100%; */
        display: grid;
        grid-template-columns: auto auto;
        background-color: rgb(255, 255, 255);
        /* padding: 40px 20px 40px 50px; */
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 1px;
    }

    #careers-7th div .title {
        position: absolute;
        font-family: 'nunitobold';
        font-size: 100%;
        top: 15%;
        left: 100px;
        width: 40%;
    }

    #careers-7th div .content {
        cursor: pointer;
        position: absolute;
        /* padding-top: 30px; */
        top: 20%;
        right: 15%;
        height: 100%;
        width: 23%;
        font-family: 'nunitobold';
        z-index: 2;
        color: white;
        font-size: 100%;
    }
  
}


@media only screen and (max-width: 470px) {

    #careers-4th .left .content, #careers-4th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    #careers-5th .left .content, #careers-5th .right .content {
        font-family: 'Gotham', sans-serif;
        font-size: clamp(0.4rem, 0.0938rem + 1.6vw, 1.875rem);
        text-align: justify;
        padding-top: 0px !important;
    }

    .head2 {
        width: 150px;
        font-size: 9px;
        position: relative;
        right: 25px;
        top: 0px;
        background-color: #cd3939;;
        padding : 20px;
        color: white;
        clip-path: polygon(68% 0, 100% 47%, 73% 100%, 0 100%, 0 0);
    }

    #careers-6th .careers-6th-buttons {
        position: absolute;
        top: 72%;
        transform: translateY(-50%);
        right: 40px !important;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(1rem, -1.3438rem + 7.5vw, 2.875rem);
        font-family: 'Gotham', sans-serif;
        font-weight: 800;
        text-align: center;
    }

    #careers-6th .careers-6th-title {
        position: absolute;
        top: 49% !important;
        transform: translateY(-50%);
        left: 51%;
        width: 50%;
        z-index: 2;
        color: white;
        font-size: clamp(0.6875rem, -0.8438rem + 4.9vw, 3.75rem);
        font-family: Roboto, sans-serif;
        font-weight: 800;
    }

    .formargin{
        margin-right: 2px !important;
        margin-bottom: 3px;
    }

    .gridviewmobile {
        width: 100%;
        /* height: 100%; */
        display: grid;
        grid-template-columns: auto auto;
        background-color: rgb(255, 255, 255);
        /* padding: 40px 20px 40px 50px; */
        padding-top: 40px;
        padding-bottom: 30px;
        padding-left: 70px;
        padding-right: 1px;
    }

    #careers-7th div .title {
        position: absolute;
        font-family: 'nunitobold';
        font-size: 100%;
        top: 15%;
        left: 100px;
        width: 40%;
    }

    #careers-7th div .content {
        cursor: pointer;
        position: absolute;
        /* padding-top: 30px; */
        top: 20%;
        right: 15%;
        height: 100%;
        width: 23%;
        font-family: 'nunitobold';
        z-index: 2;
        color: white;
        font-size: 100%;
    }
  
}



