/*
CTC Separate Stylesheet
Updated: 2025-08-06 16:12:52
*/
.ays_lil_main input {
    margin: 10px 0px !important;
}
.ays_lil_main form.wpcf7-form.init {
    text-align: left !important;
}
.ays_lil_main .ays_content_box {
padding: 0px !important
    display: none !important;
}
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #0c2646 !important;
    color: white;
    padding: 10px 30px;
    border: none;
}
a.whatsapp-side {
    position: fixed;
    right: 5px;
    bottom: 80px;
}
a.whatsapp-side img {
    width: 55px;
   
}
.cta-button {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    width: 100%;
    background: white;
    z-index: 99;
}
.cta-button a {
    width: 50%;
    color: white;
        font-family: "Open Sans", Sans-serif;
        font-weight: 500;
        font-size: 18px;
}
.cta-button .phone {
    padding: 10px 0px;
    text-align: center;
    background: #0b203a;
}
.cta-button .message {
    padding: 10px 0px;
    text-align: center;
    background: #019043;
}
.up-box {
    display: grid !important;
    grid-template-columns: repeat(2,1fr) !important;
    gap: 10px;
}
 textarea{
	height: 120px !important;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.green_btn:hover {
    background: #ffc107;
color: #000000;
}
.career-form  input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required {
    max-width: 100%;
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px;
	   border-radius: 3px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-default.green_btn {
    background: #0b203a;
    color: white;
    border: none;
    padding: 12px 30px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.green_btn {
    background: #0b203a;
    color: white;
    border: none;
    padding: 12px 30px;
}
input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    border: 1px solid #d5d5d5 !important;
 
}
a#loadMore {
    background: #ffc107;
    padding: 10px 30px;
    margin-top: 30px;
    font-weight: 500;
    border-radius: 15px;
    margin-left: 20px;
}
.sticky-header {
    position: fixed !important;
    z-index: 9999 !important;
    width: 100% !important;
    top: 0 !important;
}
fieldset.hidden-fields-container {
    display: none !important;
}
@media only screen and (max-width: 768px) {
 a.whatsapp-side img {
    width: 40px;
   
}
.cta-button a {
    font-size: 14px;
}
.cta-button .phone {
    padding: 15px 0px;
 
}
.cta-button .message {
    padding: 15px 0px;

}
}

/* Overlay */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}
/* Popup Box */
.popup {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    width: 500px;
    max-width: 90%;
    text-align: center;
    z-index: 9999 !important;
    position: relative;
    animation: popupFade 0.3s ease;
}
.popup span.wpcf7-spinner {
    display: none;
}
/* Close Button */
.close-btn {
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    font-weight: 700;
}

/* Animation */
@keyframes popupFade {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}