.career-container{
    height: clamp(1px, 53.5vw, 2100px);
}

.opening-container {
    height: clamp(1px, 53.5vw, 2100px);
}

.career-icon {
    position: relative;
    width: clamp(1px, 30.99vw, 1190px);
    height: auto;
}

.form-select option {
    padding: 30px !important;
}

.form-select:focus {
    outline: none;
    border-color: #076ABD;
    box-shadow: 0 0 0 2px rgba(52, 152, 219, 0.2);
}

.form-select option:hover {
    background-color: #f0f0f0;
}

.form-select option:checked {
    background-color: #e0e0e0;
}

.form-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: clamp(1px, 3vw, 120px);
    padding: 0 10px !important;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: white;
    cursor: pointer;
}

.dropdown select{
    margin-top: 15px !important;
}

.dropdown {
    position: relative;
}

.dropdown-icon {
    position: absolute;
    right: 0;
    pointer-events: none;
}

.career-icon img {
    width: 100%;
    height: 100%;
}

.c-search,
.c-mail,
.c-file {
    position: absolute;
}

.drop-btn {
    width: clamp(1px, 21.3542vw, 820px);
    height: clamp(1px, 3.125vw, 120px);
    /* border-bottom: 2px solid #333333; */
}

.current-bg {
    height: 100%;
    width: auto;
}

/* .current-bg .blue-btn-lg {
    opacity: 0;
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.current-bg:hover .blue-btn-lg {
    opacity: 1;
    transform: translateY(0);
} */

.current-bg:hover {
    background: rgba(86, 198, 238, 0.15);
    border-radius: clamp(1px, 1.4vw, 50px);
}

.open-icon {
    position: relative;
    width: clamp(1px, 23.594vw, 906px);
    height: clamp(1px, 15.938vw, 612px);
}

.open-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}


.careers p {
    margin-bottom: 0 !important;
}

.jobs-careers p {
    margin-bottom: 0 !important;
}

.careers input {
    width: clamp(1px, 31.25vw, 1200px);
    height: clamp(1px, 3.386vw, 130px);
    margin: 0;
    border: none;
    background-color: transparent !important;
    border-bottom: 2px solid #FFFFFF;
    padding: 0px 5px;
	color: white;
}

.jobs-careers input {
    width: clamp(1px, 31.25vw, 1200px);
    height: clamp(1px, 3.386vw, 130px);
    margin: 0;
    border: none;
    background-color: transparent !important;
    border-bottom: 2px solid #076ABD;
    padding: 0px 5px;
	color: #333333 !important;
}

.careers input::placeholder,
.careers textarea::placeholder {
    color: #FFFFFF;
	opacity: 1 !important;
}

.jobs-careers input::placeholder,
.jobs-careers textarea::placeholder {
    color: #333333;
}

.careers .wpcf7-submit {
    width: clamp(1px, 8.8542vw, 340px) !important;
    height: clamp(1px, 2.865vw, 110px) !important;
    border: clamp(1px, 0.2vw, 6px) solid #FFFFFF !important;
    border-radius: 100px !important;
    padding: 0 !important;
}

.form-btn p {
    position: relative;
    width: 100%;
    margin: 0 !important;
}

.jobs-careers .wpcf7-submit {
    width: clamp(1px, 8.8542vw, 340px) !important;
    height: clamp(1px, 2.865vw, 110px) !important;
    border: clamp(1px, 0.2vw, 6px) solid #076ABD !important;
    border-radius: 100px !important;
    padding: 0 !important;
	color: #076ABD !important;
}


.attch-file {
    position: absolute;
    opacity: 1 !important;
	padding: clamp(1px,.78125vw,30px) 0;
}

.attch-file p {
    margin: 0;
}

.wpcf7-file {
    opacity: 0 !important;
}

.active-file .text-success {
	color: #56C6EE !important;
	border-bottom: 2px solid #56C6EE !important;
}

.attach-file-text {
    display: inline-block;
    max-width: clamp(1px, 26.042vw, 1000px); 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
}


.clip {
    background-image: url('../../images/custom/Careers/attach-file.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: clamp(1px, 1.407vw, 54px);
    height: clamp(1px, 1.407vw, 54px);
}

.careers .clip .clip-blue {
	display: none;
}

.careers .clip-blue {
    background-image: url('../../images/custom/Careers/clip-blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: clamp(1px, 1.407vw, 54px);
    height: clamp(1px, 1.407vw, 54px);
}

.jobs-careers .clip {
    background-image: url('../../images/custom/Careers/attach-file-black.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: clamp(1px, 1.407vw, 54px);
    height: clamp(1px, 1.407vw, 54px);
}

.careers input:focus,
.careers input:focus-visible {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #56C6EE;
}

.jobs-careers input:focus,
.jobs-careers input:focus-visible {
    outline: none;
    box-shadow: none;
    border-bottom: 2px solid #076ABD;
}

textarea {
    width: clamp(1px, 31.25vw, 1200px);
    min-height: clamp(1px, 3.907vw, 150px);
    border: none;
    color: #ffffff;
    background-color: transparent !important;
    border-bottom: 2px solid #ffffff;
    padding: clamp(1px, 1.041665vw, 40px) 5px;
    margin: 0;
    max-height: clamp(1px, 3.7vw, 70px);
    transition: max-height 0.2s ease;
}

.jobs-careers textarea {
    color: #333333;
    border-bottom: 2px solid #076ABD;
}

textarea::-webkit-scrollbar {
    display: none;
}

textarea:focus,
textarea:focus-visible {
    outline: none;
    box-shadow: none;
    max-height: clamp(1px, 10.5vw, 200px);
    border-bottom: clamp(1px, 0.2vw, 4px) solid #56C6EE;
}

.jobs-careers textarea:focus,
.jobs-careers textarea:focus-visible {
    outline: none;
    box-shadow: none;
    max-height: clamp(1px, 3.907vw, 150px);
    border-bottom: clamp(1px, 0.2vw, 4px) solid #076abd;
}

.careers label {
    color: #56C6EE !important;
    padding-top: 6px;
}

.jobs-careers label {
    color: #076abd !important;
    padding-top: 6px;
}

.careers label {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

.jobs-careers label {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    pointer-events: none;
}

@keyframes bounce {
    0% {
        transform: translateY(100%) scale(1);
    }

    80% {
        transform: translateY(0%) scale(1);
    }

    100% {
        transform: translateY(0%) scale(1.05);
    }
}

/* Ensure the label becomes visible when input is focused or filled */
.careers div:focus-within label,
.careers input:not(:placeholder-shown)+label,
.careers textarea:not(:placeholder-shown)+label{
    opacity: 1 !important;
    animation: bounce 0.5s; 
}

/* For input and textarea, hide placeholder when filled or focused */
input:focus::placeholder,
textarea:focus::placeholder,
input:not(:placeholder-shown)::placeholder,
textarea:not(:placeholder-shown)::placeholder {
    opacity: 0;
    animation: bounce 0.5s;
}

/* When the input or textarea is focused, show the label */
.careers input:focus+label,
.careers textarea:focus+label,
.careers input.filled+label,
.careers textarea.filled+label 
{
    opacity: 1 !important;
    animation: bounce 0.5s;
}

.careers div.focused label,
.careers div.filled label {
    opacity: 1 !important;
}

/* Ensure the label becomes visible when input is focused or filled */
.jobs-careers div:focus-within label,
.jobs-careers input:not(:placeholder-shown)+label,
.jobs-careers textarea:not(:placeholder-shown)+label {
  opacity: 1 !important;
  animation: bounce 0.5s;
}

/* For input and textarea, hide placeholder when filled or focused */
input:focus::placeholder,
textarea:focus::placeholder,
input:not(:placeholder-shown)::placeholder,
textarea:not(:placeholder-shown)::placeholder {
  opacity: 0;
  animation: bounce 0.5s;
}

/* When the input or textarea is focused, show the label */
.jobs-careers input:focus+label,
.jobs-careers textarea:focus+label,
.jobs-careers input.filled+label,
.jobs-careers textarea.filled+label {
  opacity: 1 !important;
  animation: bounce 0.5s;
}

.jobs-careers div.focused label,
.jobs-careers div.filled label {
  opacity: 1 !important;
}

.training-bg,
.training-bg-m {
    height: clamp(1px, 6.25vw, 240px);
    width: 100%;
    border-bottom: 1px solid #333333;
}

.nav-pills .nav-link {
    border-radius: 0 !important;
}

.border-top {
    border-top: 1px solid #333333 !important;
}

.training-img {
    width: 450px !important;
    height: 400px !important;
    border-radius: 15px;
}

.training-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.training-bg-m.active {
    color: #076abd;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #076abd !important;
    background-color: transparent !important;
}

.bg-descrip {
    height: clamp(1px, 32.813vw, 1260px);
    overflow-y: auto;
    scrollbar-width: thin; 
    scrollbar-color: #076abd #f1f1f1; 
}

/* WebKit (Safari/Chrome) */
.bg-descrip::-webkit-scrollbar,
.jobs-modal-container::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important; 
}

.bg-descrip::-webkit-scrollbar-thumb,
.jobs-modal-container::-webkit-scrollbar-thumb {
    background-color: #076abd !important; 
    border-radius: 4px !important;
    border: 2px solid #f1f1f1 !important;
}

.bg-descrip::-webkit-scrollbar-track,
.jobs-modal-container::-webkit-scrollbar-track {
    background-color: #f1f1f1 !important; 
    border-radius: 4px !important;
}

/* .job-modal-container::-webkit-scrollbar,
.scroll::-webkit-scrollbar {
    display: none;
} */

.jobs-modal {
    background-color: #FFFFFF;
    width: clamp(1px, 69.74vw, 2678px);
    height: fit-content;
}

.job-modal-container {
    background-color: rgb(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

body.modal-open {
    overflow: hidden;
}

.overflow-auto {
    overflow: auto !important;
    height: 100% !important;
}

.job-description {
    /* max-width: 800px; */
    margin: 0 auto;
}

.job-description-list {
    padding-left: 24px;
}

.border-bottom-black {
    border-bottom: 1px solid black;
}

/* fix contact form 7 error messages */

.careers input:-webkit-autofill,
.careers textarea:-webkit-autofill,
.careers select:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: white !important;
    caret-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
    /* hack to delay autofill bg */
}

.jobs-careers input:-webkit-autofill,
.jobs-careers textarea:-webkit-autofill,
.jobs-careers select:-webkit-autofill {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #333333 !important;
    caret-color: #333333 !important;
    transition: background-color 5000s ease-in-out 0s;
    /* hack to delay autofill bg */
}

.jobs-careers input:focus,
.jobs-careers textarea:focus,
.careers input:focus,
.careers textarea:focus {
    outline: none;
    background-color: transparent !important;
}

.training-img-content img {
    width: 100%;
    height: clamp(1px, 32vh, 345px);
    object-fit: cover;
    border-radius: 20px;
}

.white-btn-lg {
    width: clamp(1px, 20.021vw, 500px);
    height: clamp(1px, 2.865vw, 110px);
    border: 2px solid white;
    border-radius: 50px;
    background-color: transparent;
    padding-bottom: 1px;
    color: white !important;
}

.white-btn-lg:hover {
    background-color: #ffffff !important;
    color: #076abd !important;
    border: 2px solid white;
}

.white-btn-lg:hover a {
    color: #076abd !important;
}

.copy {
    position: relative; /* Needed for absolute positioning of children */
    display: inline-flex;
    align-items: center;
}

.copied-image {
    transform: translate(-50%, -100%); /* Positions above the copy icon */
    top: -35px; /* Adjust this value to control spacing */
    left: 50%;
}

.copy-icon {
    transition: all 0.3s ease;
}


.custom-dropdown-search {
    width: 100%;
    padding: clamp(1px,0.625vw,20px) clamp(1px,0.78125vw,30px);
    border: none;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 18px;
    outline: none;
}

.custom-dropdown {
    position: relative;
    width: 100%;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 8px;
    background: #fff;
}

.custom-dropdown-selected {
    padding: clamp(1px,0.625vw,20px) clamp(1px,0.78125vw,30px);
    border-radius: 8px;
}

.custom-dropdown-selected::after {
    content: "";
    position: absolute;
    top: 50%;
    right: clamp(1px,0.78125vw,30px);
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
    background-image: url('../../images/custom/Careers/chevron\ 3.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
}

.custom-dropdown-options {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 100;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 8px;
}



.custom-dropdown-options::-webkit-scrollbar {
    display: none !important;
}


.custom-option {
    padding: clamp(1px,0.625vw,20px) clamp(1px,0.78125vw,30px);
    transition: background 0.2s;
}

.custom-option:hover {
    background-color: #f0f0f0;
}

@media (max-width:767px) {
	
    .career-container {
        width: 100%;
        height: auto !important;
    }

    .opening-container {
        background-image: url('../../images/custom/Careers/Homepage Banners(1).png') !important;
        background-repeat: no-repeat;
        width: auto;
        height: 100%;
    }

    .training-container {
        background-image: url('../../images/custom/Careers/News\ Section-mob.png') !important;
        background-repeat: no-repeat;
        background-size: cover !important;
    }


    .drop-btn,
    .form-select {
        width: 100%;
        height: 100%;
        /* border-bottom: 2px solid #333333; */
    }

    .current-bg {
        height: 100%;
        width: auto;
    }

    .current-bg:hover {
        background: transparent !important;
    }

    .jobs-careers input,
    .jobs-careers textarea{
        /* width: clamp(1px, 83.9vw, 630px); */
        width: 100% !important;
        height: clamp(1px, 12.096vw, 65px);
    }

    .careers input {
        width: clamp(1px, 87vw, 700px);
        height: clamp(1px, 12.096vw, 65px);
    }
	
	.attach-file-text {
    	max-width: clamp(1px, 74.42vw, 700px); 
	}
	
    textarea {
        width: clamp(1px, 87vw, 700px);
        min-height: clamp(1px, 12.094vw, 70px);
    }
	
    .jobs-careers .wpcf7-submit {
        width: clamp(1px, 34.187vw, 170px) !important;
        height: clamp(1px, 11.63vw, 50px) !important;
        border: clamp(1px, 0.6vw, 3px) solid #076ABD !important;
    }
	
	.career-search-btn {
		width: clamp(1px, 34.187vw, 170px) !important;
		height: clamp(1px, 11.63vw, 50px) !important;
		border: clamp(1px, 0.6vw, 3px) solid #076ABD !important;
	}

    .careers .wpcf7-submit {
        width: clamp(1px, 34.187vw, 170px) !important;
        height: clamp(1px, 11.63vw, 50px) !important;
        border: clamp(1px, 0.6vw, 3px) solid white !important;
    }

    .open-icon {
        position: relative;
        width: clamp(1px, 48.14vw, 906px);
        height: clamp(1px, 32.56vw, 280px);
        right: clamp(-150px, -17vw, 1px);
        transform: scaleX(-1);
    }
	.careers .clip-blue,
    .clip,
    .jobs-careers .clip {
        width: clamp(1px, 6.28vw, 30px);
        height: clamp(1px, 6.28vw, 30px);
    }

    .training-bg,
    .training-bg-m {
        height: clamp(1px, 23.256vw, 120px);
    }

    .job-modal-container {
        background-color: #FFFFFF;
        overflow: scroll;
    }

    .jobs-modal {
        background-color: #FFFFFF;
        width: 100%;
        height: 100%;
    }

    .jobs-modal .fs-60 {
        font-size: clamp(1px, 5.5814vw, 28px) !important;
    }

    .bg-descrip {
        height: 100%;
        overflow: visible !important;
    }

    .bg-title {
        height: 100%;
        overflow: visible !important;
    }

    .bg-title.scroll.overflow-auto {
        overflow: hidden !important;
    }

    .white-btn-lg {
        width: clamp(1px, 75.814vw, 380px);
        height: clamp(1px, 11.63vw, 50px) !important;
        border: clamp(1px, 0.6vw, 3px) solid white;
    }

    .apply-btn-yellow {
        width: clamp(1px, 75.814vw, 380px);
        height: clamp(1px, 11.63vw, 50px) !important;
        border: clamp(1px, 0.6vw, 3px) solid #FDCE2E;
    }

    .copied-image {
        position: absolute;
        top: -40px;
        right: -38px;
        width: 100px !important;
        display: none;
        animation: fadeOut 5s ease-out forwards;
        z-index: 10;
    }
	
	.custom-dropdown-selected,
	.custom-option,
	.custom-dropdown-search {
		padding: clamp(1px, 2.326vw, 20px) clamp(1px, 3.48837vw, 30px);
	}
	
	
	.custom-dropdown-selected::after {
		right: clamp(1px, 3.48837vw, 30px);
	}

}