.product-banner-section {
    position: relative;
    background-image: url('../about-images/careers-banner.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    color: white;
    overflow: hidden;
}

.product-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.product-banner-content {
    position: relative;
    z-index: 2;
    /* Ensure it's above the overlay */
}

.product-banner-content {
    text-align: left;
    padding-left: 65px;
    padding-top: 60px;
}

.product-text {
    font-size: 42px;
    margin-bottom: 10px;
}

.product-inner-para{
    color: white;
    padding-left: 0;
    /* No need for 23px anymore */
}

.product-inner-para a {
    color: white;
    text-decoration: none;
}

.product-inner-para a:hover {
    color: white;
    text-decoration: none;
}

/* build your future with castfab */
.careers-content {
    font-family: 'Be Vietnam Pro', sans-serif;
}

.build-title {
    color: #A90605;
}
.build-inner-title{
    color: #A90605;
    padding-top: 41px;
    /* padding-bottom: 48px; */
}
.build-para {
    color: #323232;
    font-size: 15px;

}

.tell-us {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #323232;
    font-size: 20px;
    border-bottom: 1px solid #A90605;
    padding-bottom: 15px;
    margin-top: 36px;

}

.custom-input {
    border: 1px solid #E6E6E6;
    color: #A6A6A6;
    padding: 8px 12px;
    border-radius: 4px;
    width: 100%;
    font-size: 12px;
    font-family: 'Be Vietnam Pro', sans-serif;
    background-color: #fff;
}

.custom-input:focus {
    border: 1px solid #E6E6E6;
    background-color: #FFF5F5;
    color: #333333;
    outline: none; 
}

.custom-select-no-arrow {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none !important;
}

.careers-btn {
    background-color: #A90605;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
    width: 100%;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

.material-symbols-outlined {
    font-size: 20px;
    pointer-events: none;
}

.info-title {
    padding-top: 15px;
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #323232;
    font-size: 18px;
}

.info-para {
    font-family: 'Be Vietnam Pro', sans-serif;
    color: #3C3C3C;
    font-size: 15px;
        margin-top: 20px;
    margin-bottom: 20px;
}

.info-section{
    background-color: #FFF5F5;
    border-width: 1px 0 1px 1px; /* top, right, bottom, left */
  border-style: solid;
  border-image: linear-gradient(to right, #EA8D8D, #FFF5F5) 1;
  border-radius: 8px; /* or any value you like */
      /* margin-top: -10px; */
    /* margin-bottom: -20px;
     */
}




