.Containerr {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 1px;
    padding: 60px;
    gap: 40px;
    #roles {
        font-size: 50px;
        font-weight: 600;
    }
}
.contact {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    width: 25vw;
    gap: 50px;
    font-weight: 600;
}
#roles {
    color: black;
    margin-bottom: 30px;
}
#roles2 {
    background: linear-gradient(135deg, #EB7928 20%, #051A61 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#email {
    color: #fb923c;
    font-size: 20px;
}
.jobs-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 100px;
}
.grey-line {
    border: none;
    height: 2px;
    background-color: #ccc;
    margin: 0;
}
.job-listing {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    perspective: 1000px;
    border-radius: 15px;
}
.job-listing:hover {
    transform: rotateY(3deg) rotateX(3deg) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.job-details {
    flex: 1;
}
.job-details h3 {
    margin: 0 0 10px 0;
    font-size: 14px;
    font-weight: bold;
}
.job-details h4 {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}
.job-info {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
}
/* .submit-btn {
    width: 120px;
    height: 50px;
    border-radius: 15px;
    background: #333333;
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 1s ease, color 0.6s ease;
}
.submit-btn:hover {
    color: #fb923c;
    background: linear-gradient(135deg, darkgrey 20%, black 100%); 
}  */

/* From Uiverse.io by Cornerstone-04 */ 
/* From Uiverse.io by Cornerstone-04 */ 
.box {
  width: 95px;
  height: auto;
  float: left;
  transition: .5s linear;
  position: relative;
  display: block;
  overflow: hidden;
  padding: 11px;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
  margin: 0 5px;
  background: transparent;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 15px;
  color: #333333;
}
.box:before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 4px;
  width: 100%;
  border-bottom: 4px solid transparent;
  border-left: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(100%);
}
.box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  transform: translateX(-100%);
}
.box:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.box:hover:before {
  border-image: linear-gradient(135deg, #EB7928 20%, #051A61 100%) 1;
  border-bottom: 4px solid;
  border-left: 4px solid;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .3s;
}
.box:hover:after {
  border-image: linear-gradient(135deg, #EB7928 20%, #051A61 100%) 1;
  border-top: 4px solid;
  border-right: 4px solid;
  height: 100%;
  transform: translateX(0);
  transition: .3s transform linear, .3s height linear .5s;
}
button {
  color: wht;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background: transparent;
}


/* .submit-btn {
    width: 120px;
    height: 50px;
    border-radius: 15px;
    background: linear-gradient(135deg, #EB7928 70%, #051A61 100%);
    color: white;
    border: none;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.submit-btn:hover {
    background-position: 100% 100%; 
    background: linear-gradient(135deg, #FF9800 20%, #051A61 100%); 
} */ /* Alternative submit-btn styles commented out */
/* Filter section styles */
.filter-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px; /* Spacing below the filters */
}
#search-input {
    width: 50%;
    padding: 12px 16px;
    margin: 33px 35px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}
#search-input:hover,
#search-input:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #bbb;
    outline: none;
}
#type-filter {
    width: 25%;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
    background-color: #fff;
    cursor: pointer;
}
#type-filter:hover,
#type-filter:focus {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-color: #bbb;
    outline: none;
}
/* Tablet Styles (768px to 1024px) */
@media screen and (max-width: 1024px) {
    .Containerr {
        padding: 20px;
        gap: 30px;
    }
    
    .contact {
        width: 25vw;
        gap: 30px;
    }
    
    .jobs-section {
        padding: 20px 50px;
    }
    
    .job-details h4 {
        font-size: 24px;
    }
    
    #email {
        font-size: 18px;
    }
    
    .submit-btn {
        width: 100px;
        height: 45px;
        font-size: 14px;
    }
}
/* Mobile Styles (max-width: 768px) */
@media screen and (max-width: 768px) {
    .Containerr {
        flex-direction: column;
        padding: 15px;
        gap: 20px;
    }
    
    .contact {
        width: 100%;
        gap: 20px;
        padding-top: 10px;
        text-align: center;
    }
    
    .jobs-section {
        padding: 15px 20px;
    }
    
    .job-listing {
        flex-direction: column;
        align-items: stretch;
        gap: 20px;
        padding: 15px;
    }
    
    .job-details {
        text-align: center;
    }
    
    .job-details h3 {
        font-size: 12px;
    }
    
    .job-details h4 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    
    .job-info {
        justify-content: center;
        gap: 10px;
        font-size: 12px;
    }
    
    #email {
        font-size: 16px;
    }
    
    .submit-btn {
        width: 100%;
        max-width: 200px;
        height: 45px;
        font-size: 14px;
        align-self: center;
    }
    
    .filter-section {
        flex-direction: column;
        gap: 10px;
    }
    #search-input {
        width: 100%;
    }
    #type-filter {
        width: 100%;
    }
}
/* Small Mobile Styles (max-width: 480px) */
@media screen and (max-width: 480px) {
    .Containerr {
        padding: 10px;
        gap: 15px;
    }
    
    .contact {
        gap: 15px;
    }
    
    .jobs-section {
        padding: 10px 15px;
    }
    
    .job-details h4 {
        font-size: 18px;
    }
    
    .job-info {
        flex-direction: column;
        gap: 5px;
        align-items: center;
    }
    
    #email {
        font-size: 14px;
    }
    
    .submit-btn {
        height: 40px;
        font-size: 13px;
    }
}
/* Very Small Screens (max-width: 320px) */
@media screen and (max-width: 320px) {
    .Containerr {
        padding: 8px;
    }
    
    .jobs-section {
        padding: 8px 12px;
    }
    
    .job-details h4 {
        font-size: 16px;
    }
    
    .job-info {
        font-size: 11px;
    }
    
    .submit-btn {
        height: 38px;
        font-size: 12px;
    }
}

/* Added component CSS from Uiverse.io for the Apply button */
/* From Uiverse.io by Mike11jr */ 
.scene {
 width: 10em;
 justify-content: center;
 align-items: center;
}

.cube {
 color: #ccc;
 cursor: pointer;
 font-family: 'Roboto', sans-serif;
 transition: all 0.85s cubic-bezier(.17,.67,.14,.93);
 transform-style: preserve-3d;
 transform-origin: 100% 50%;
 width: 10em;
 height: 4em;
}

.cube:hover {
 transform: rotateX(-90deg);
}

.side {
 box-sizing: border-box;
 position: absolute;
 display: inline-block;
 height: 4em;
 width: 10em;
 text-align: center;
 text-transform: uppercase;
 padding-top: 1.1em;
 font-weight: bold;
}

.top {
  background: linear-gradient(135deg, #EB7928 20%, #051A61 100%);
 color: #ffffff;
 transform: rotateX(90deg) translate3d(0, 0, 2em);
 box-shadow: inset 0 0 0 5px #fff;
}

.front {
 background: #222229;
 color: #ffffff;
 box-shadow: inset 0 0 0 5px #ffffff;
 transform: translate3d(0, 0, 2em);
}