* {
    padding: 0;
    margin: 0;
    font-family: "Inter";
    box-sizing: border-box;
}
.dropdown-content {
    text-align: left;
    opacity: 90%;
    display: none;
    position: absolute;
    background-color: #1D6CB7;
    margin-left: 10px;
    width: 200px;
    border-radius: 4px;
    color: white;
}
.dropdown.show .dropdown-content {
    display: block;
}

.hero {
    background-image: url(images/Job.png);
    /* background-position: left center; */
    align-items: center;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    /* padding: 5% 0%; */
}



/* .background-image {
    position: relative;
    left: 330px;
    width: 1276px;
    max-width: 1920px;
    height: auto;
    z-index: 1;
}
.front-image {
    position: relative;
    top: -470px;
    left: 1043px;
    width: 500px;
    height: auto;
    z-index: 2;
}

@media (max-width: 1602px) {
    .background-image {
        left: 36px;
    }
    .front-image {
        left: 680px;
    }
} */

.img001 {
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.img002 {
    position: absolute;
    width: 500px;
    height: auto;
    object-fit: cover;
    right: 80px;
}

@media (max-width: 1602px) { 

    .img001 {
        width: 100%;
    }
    
    .img002 {
        width: 300px;
        right: 30px;
        top: 980px;
    }
}


.jobOpp {
    position: absolute;
    width: 30%;
    height: auto;
    z-index: 99;
    left: 50px;
}

@media (max-width : 883px) {
    .jobOpp {
        margin: 50px 0px;
        margin-top: 270px;
    }
}
@media (max-width : 621px) {
    .jobOpp {
        top: 650px;
    }
}
@media (max-width : 487px) {
    .jobOpp {
        top: 650px;
    }
}
@media (max-width : 451px) {
    .jobOpp {
        margin-top: 270px;
    }
    .schedule-section {
        top: -40px;
        position: relative;
    }
}
@media (max-width : 441px) {
    .jobOpp {
        position: absolute;
        top: 700px;
    }
}
@media (max-width : 417px) {
    .jobOpp {
        position: absolute;
        top: 750px;
    }
}

.jobOpp .desc {
    text-align: justify;
}

.jobOpp .jobTitle {
    font-weight: bold;
    font-size: 20px;
}

@media (max-width: 1402px) { 

    .jobOpp {
        width: 35%;
    }
}

@media (max-width: 1335px) { 

    .jobOpp {
        width: 45%;
    }
}

@media (max-width: 1280px) { 

    .jobOpp {
        width: 55%;
        height: auto;
    }
}

@media (max-width: 855px) { 

    .jobOpp {
        width: 80%;
        margin-top: 30px;
    }
    .img002 {
        display: none;
    }
}
@media (max-width: 656px) { 

    .jobOpp {
        width: 80%;
        margin-top: 235px;
    }
    .img001 {
        margin-bottom: 150px;
        opacity: 0;
    }
    .img002 {
        display: none;
    }
    .jobOpp .desc {
        font-size: 12px;
    }
}

.title {
    position: relative;
    top: -300px;
    padding-bottom: 10px;
    padding-left: 30px;
}
.description {
    position: relative;
    top: -300px;
    text-align: justify;
    width: 800px;
    padding-left: 30px;
}
.modalBtn {
    position: relative;
    top: -280px;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
  display: none;
}

.schedule-section {
    margin-bottom: 100px;
    margin-top: 60px;
}

@media (max-width: 553px) { 
    .hero .text {
        font-size: 26px;
    }
}
@media (max-width: 400px) { 
    .hero .text {
        font-size: 22px;
    }
}

#drop-area {
    border: 2px dashed #007bff;
    border-radius: 5px;
    padding: 20px;
    text-align: center;
    color: white;
    font-weight: bold;
    position: relative;
}

#preview-container {
    margin-top: 20px;
    text-align: center;
}

.preview {
    display: inline-block;
    margin: 10px;
    max-width: 150px;
    max-height: 150px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.preview img {
    width: 100%;
    height: auto;
}

#file-name {
    margin-top: 10px;
    color: white;
}
.row {
    --bs-gutter-x: 0px;
}
.jobOppImages {
    height: 348px; 
    display: flex; 
    justify-content: center; 
    align-items: center;
}
.jobOppImg img{
    padding: 10px;
}
.blogsBackground {
    /* position: relative; */
    width: 100%;
    height: auto;
    overflow: hidden; /* Ensure pseudo-element doesn’t overflow */
    box-sizing: border-box;
  }
  
  .blogsBackground::before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://idetep.org/assets/user/images/background.jpg');
    background-size:100%;
    background-position: center;
    background-repeat: repeat;
    object-fit: contain;
    opacity: 0.09; /* Set opacity of the background image */
    z-index: -1; /* Ensure the pseudo-element is behind the content */
  }
  
  .blogsBackground > * {
    position: relative;
    box-sizing: border-box;
    z-index: 1; /* Ensure content is above the pseudo-element */
  }
  
  .box {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #0d6efd; */
    background-image: url(images/Staff.png);
    height: 300px;
    margin: 100px 200px;
    box-shadow: 2px 2px 16px 0px rgba(0, 0, 0, 0.3);
    /* border: 5px solid black; */
    border-radius: 5px;
  }

  .box .content {
    font-size: 80px;
    text-align: center;
    font-weight: bold;
    color: white;
  }

  .containers {
    margin-top: 60px;
  }

  .containers p {
    font-size: 20px;
    padding: 20px 205px;
    text-align: justify;
  }

  #job-opp-img1 {
    width:220px;
    height:300px;
  }

  #job-opp-img2 {
    width:250px;
  }

  .job-opp-left-container {
    margin-left: 150px;
    float: right;
  }

  .containers p {
    padding: 0px 100px !important; 
    margin-right: 0px !important; 
    margin-left: 0px !important; 
    font-family: var(--drivschol-font, Manrope, sans-serif) !important; 
    font-size: 20px !important; 
    line-height: 25px !important; 
    text-align: left !important; 
    color: rgb(33, 37, 41) !important;
  }

  .opp-first-sec h5,
  .opp-first-sec h1{
    padding: 0px 100px;
  }

.job-pad h4,
.job-pad p {
    padding: 0px 100px;
}

.job-pad p {
    font-size: 18px;
    text-align: left;
}

.open-roles-container {
    display: flex; 
    justify-content: center;
    padding: 20px 100px;
}

.opp-first-sec h1{
    font-size: 32px; 
    font-weight: bold;
}

.opp-first-sec a {
    padding: 0px 100px;
    color: #056fb7;
    font-size: 18px;
}

/* collage css starts */

.collage {
    /* width: 600px; */
    width: 90%;
    position: relative;
}

.collage a {
    position: absolute;
    max-width: 250px;
    padding: 10px;
    background-color:rgb(255,255,255);
    transform:rotate(-7deg);
    -ms-transform:rotate(-7deg); 
    -moz-transform:rotate(-7deg);
    -webkit-transform:rotate(-7deg);
    -o-transform:rotate(-7deg);

    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    
    /*** Fix for Webkit to resolve the flickering issue
            Suggested by erikhatfield ***/
    -webkit-transform-style: preserve-3d;

    -moz-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    box-shadow:1px 1px 3px rgba(0,0,0,0.2);
    -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true)";
    filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=1,OffY=1,Color=#33000000,Positive=true);
}

.collage a:nth-child(2) {
    transform:rotate(7deg);
    -ms-transform:rotate(7deg); 
    -moz-transform:rotate(7deg);
    -webkit-transform:rotate(7deg);
    -o-transform:rotate(7deg);
    margin-left: 30%;
}

.collage a:nth-child(3) {
    transform:rotate(-15deg);
    -ms-transform:rotate(-15deg); 
    -moz-transform:rotate(-15deg);
    -webkit-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    margin-left: 60%;
}

.collage a:nth-child(4) {
    transform:rotate(-15deg);
    -ms-transform:rotate(-15deg); 
    -moz-transform:rotate(-15deg);
    -webkit-transform:rotate(-15deg);
    -o-transform:rotate(-15deg);
    margin-top: 150px;
    margin-left: 15%;
}

.collage a:nth-child(5) {
    transform:rotate(7deg);
    -ms-transform:rotate(7deg); 
    -moz-transform:rotate(7deg);
    -webkit-transform:rotate(7deg);
    -o-transform:rotate(7deg);
    margin-left: 50%;
    margin-top: 150px;
}
    

.collage a img {
    max-width: 100%;
    max-height: 100%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
}

.collage a:hover { 
    z-index: 999;
    transform:rotate(0deg);
    -ms-transform:rotate(0deg); 
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.collage a:hover > img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.collage-parent {
    display: flex;
    justify-content: center;
    padding-top: 14px;
}

/* collage css ends */

.new-job {
    padding: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
    background-color: white;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.new-job:hover {
    cursor: pointer;
}

.open-roles-container,
.blogsBackground,
#open-roles {
    box-sizing: border-box;
}

.new-job:hover .job-title h3,
.new-job:hover .new-job p,
.new-job:hover .job-location h5  {
    color: #056fb7;
}

.new-job p {
    margin-bottom: 0px;
}
.job-location {
    display: flex;
    align-items: center;
    justify-content: right;
}

.job-location h5 {
    margin-bottom: 0px;
    font-size: 18px;
}

@media (max-width: 1440px) {
    .containers {
        margin-top: 30px;
    }
    .opp-first-sec h1 {
        font-size: 26px;
    }
    .opp-first-sec h5,
    .opp-first-sec h1,
    .job-pad h4,
    .job-pad p,
    .containers p,
    .opp-first-sec a {
        padding: 0px 50px !important;
    }
    .open-roles-container {
        padding: 20px 50px;
    }
    .collage a {
        max-width: 230px;
    }
    .job-title h3 {
        font-size: 22px;
    }
}

@media (max-width: 1280px) {
    .opp-first-sec h1 {
        font-size: 24px;
    }
    .collage-parent {
        padding-top: 34px;
    }
    .collage a {
        max-width: 210px;
    }
}

@media(max-width: 991px) {
    .leftContainer2 {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media(max-width: 928px) {
    .job-location h5 {
        font-size: 16px;
    }
}

@media(max-width: 848px) {
    .job-location h5 {
        font-size: 14px;
    }
}

@media(max-width: 768px) {
.opp-first-sec h5, 
.opp-first-sec h1, 
.containers p, 
.opp-first-sec a, 
.job-pad h4, 
.job-pad p, 
.open-roles-container {
    padding: 0px 20px !important;
}
}

@media(max-width: 767px) {
    .desp-section {
        margin-top: 345px;
    }
}

@media(max-width: 660px) {

    .jobOppImages {
    margin-top: 40px;
    }

    #job-opp-img1 {
    width:140px;
    height:200px;
    }

    #job-opp-img2 {
    width:180px;
    }
    .job-opp-left-container {
    margin-left: 0px;
    }
.containers p {
    padding: 20px 40px !important;
}
}

@media(max-width: 560px) {
    .containers p {
        padding: 20px 20px !important;
    }
    .containers {
        margin-top: 0px;
    }
    .opp-first-sec h1 {
        margin-bottom: 0px;
    }
    .containers p {
        margin-bottom: 0px;
    }
    .job-pad h4, .job-pad p {
        margin-bottom: 0px;
    }
}