/* Loader styles */
#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: opacity 0.5s ease;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 5px solid #ccc;
  border-top: 5px solid #000;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Hide content initially */
body.loading header,
body.loading main,
body.loading footer {
  display: none;
}


.wpcf7-not-valid-tip {
    display: none !important;
}
.wpcf7-not-valid {
	border-bottom: 1px solid #dc3232 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border: 2px solid #dc3232 !important;
    background-color: #ffefef;
    color: #dc3232;
    text-align: center;
    padding: 15px 15px !important;
    font-weight: 700;
    margin: 0 !important;
    margin-top: 30px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border: 2px solid #46b450 !important;
    background-color: #f1fdf2;
    color: #46b450;
    text-align: center;
    padding: 15px 15px !important;
    font-weight: 700;
    margin: 0 !important;
    margin-top: 30px !important;
}

.no-vacancies {
    text-align: center;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-vacancies p {
	font-size: 24px;
	font-weight: 500;
}

@media (max-width: 568px) {
	.page-banner {
		background-position: right top;
	}
}

/* Whatsapp Icon Hide */

header .menu-wrapper .header-contact .so-icon.whatsapp, .footer .footer-contact .social-icons li:first-child {
    display: none;
}

@media (max-width: 1199px) {
    .page-banner .page-banner-content p.sac-dec br, .page-banner .page-banner-content p.cnt-dec br {
        display: block;
    }
}


@media (max-width: 992px) {
	.page-banner .page-banner-content p {
		max-width: 90%;
	}
	.complaint-page .complaint-block p {
		line-height: 28px;
	}
}



.not-found {
    padding: 120px 0;
    width: 100%;
}

@media (max-width: 992px) {
    .not-found {
        padding: 50px 0;
    }
}

.not-found .not-found-content img {
    max-width: 450px;
    margin: 0px auto;
    margin-bottom: 30px;
}

.not-found .not-found-content .title {
    font-size: 50px;
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 30px;
}

.not-found .not-found-content h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #000000;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.not-found .not-found-content p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    color: #696969;
    margin: 0;
}
