@charset "UTF-8";
/*---------------------------------------
    40. Modal CSS
-----------------------------------------*/
.quick-view-modal-container {
  display: block !important;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.quick-view-modal-container.show {
  visibility: visible;
  opacity: 1;
  z-index: 99999;
}
.quick-view-modal-container .modal-dialog {
  max-width: 80%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .quick-view-modal-container .modal-dialog {
    max-width: 100%;
  }
}
.quick-view-modal-container .modal-header {
  border: none;
  padding-bottom: 0;
}
.quick-view-modal-container .modal-header button {
  z-index: 999;
}
.quick-view-modal-container .modal-body {
  padding: 30px 50px 70px 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-body {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-body {
    padding: 30px 30px 30px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-body {
    padding: 15px 15px 15px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .quick-view-modal-container .modal-body {
    padding: 15px 15px 15px 15px;
  }
}
.quick-view-modal-container .modal-content {
  border-radius: 0;
  max-height: 850px;
  overflow: auto;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}
@media only screen and (max-width: 767px) {
  .quick-view-modal-container .modal-content {
    max-height: 500px;
    overflow: auto;
  }
}

.page-item.active .page-link {
  background-color: #343a40;
  border-color: #343a40;
}

a.page-link,
a.page-link:hover {
  color: #ca2422;
}

a,
a:hover {
  color: #ca2422;
  font-weight: bold;
}

#overlay {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: white;
  transition: 1s 0.4s;
}

#overlay .modal-content {
  border: 0 !important;
}

/* National Recruitment Drive 2025 Modal Styles */
#welcomeModal .recruitment-modal {
  border: none;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#welcomeModal .modal-header {
  background: transparent;
  border: none;
  padding: 1rem 1rem 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  pointer-events: none;
}
#welcomeModal .btn-close {
  background: #fff;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  opacity: 1;
  font-size: 1rem;
  color: #333;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  background-image: none;
  border: 1px solid #e0e0e0;
}
#welcomeModal .btn-close::before {
  content: "×";
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
#welcomeModal .btn-close:hover {
  background: #f8f9fa;
  transform: scale(1.05);
  transition: all 0.2s ease;
}
#welcomeModal .btn-close:hover::before {
  color: #000;
}
#welcomeModal .btn-close:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
#welcomeModal .recruitment-content {
  background: #fff;
  height: 100%;
  min-height: 500px;
  padding: 4rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#welcomeModal .recruitment-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  color: #1a1a1a;
  margin-bottom: 2rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
#welcomeModal .recruitment-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  margin-right: 1rem;
}
#welcomeModal .recruitment-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  margin-right: 1rem;
}
#welcomeModal .recruitment-button-container {
  margin-top: 1rem;
}
#welcomeModal .recruitment-btn {
  background: #1e40af;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(30, 64, 175, 0.2);
  text-transform: none;
  letter-spacing: 0.5px;
}
#welcomeModal .recruitment-btn:hover {
  background: #1d4ed8;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(30, 64, 175, 0.3);
  color: #fff;
  text-decoration: none;
}
#welcomeModal .recruitment-image {
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  background: #1e40af;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#welcomeModal .recruitment-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 768px) {
  #welcomeModal .modal-dialog {
    margin: 1rem;
    max-width: calc(100% - 2rem);
  }
  #welcomeModal .recruitment-content {
    padding: 2.5rem 2rem !important;
    min-height: auto;
  }
  #welcomeModal .recruitment-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
  }
  #welcomeModal .recruitment-subtitle {
    font-size: 1rem;
    margin-right: 0;
  }
  #welcomeModal .recruitment-description {
    font-size: 0.9rem;
    margin-right: 0;
  }
  #welcomeModal .recruitment-btn {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }
  #welcomeModal .recruitment-image {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  #welcomeModal .recruitment-title {
    font-size: 2rem;
  }
  #welcomeModal .recruitment-subtitle {
    font-size: 0.9rem;
  }
  #welcomeModal .recruitment-content {
    padding: 2rem 1.5rem !important;
  }
}

/*# sourceMappingURL=modal.css.map*/