.report-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(80px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.report-modal .modal-content {
  padding: 60px 30px 60px;
  position: relative;
  max-width: 1080px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.report-modal .modal-close,
.modal-close.close-popup,
.fact-sheet-modal .modal-close,
.event-subscribe-modal .modal-close,
.success-close-icon {
  position: absolute;
  top: 60px;
  right: 60px;
  background: none;
  border: none;
  color: #78716c;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.2px;
  padding: 0;
  cursor: pointer;
}

.report-modal .modal-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.report-modal .modal-close svg,
.modal-close.close-popup svg,
.fact-sheet-modal .modal-close svg,
.event-subscribe-modal .modal-close svg,
.success-close-icon svg {
  width: 40px;
  display: block;
  margin-bottom: 6px;
  height: 24px;
}

.report-modal-txt {
  max-width: 900px;
  margin: 0 auto 20px;
  text-align: center;
}

.report-modal-txt .report-tags {
  margin-bottom: 20px;
}

.report-modal-txt .report-tags .badge {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.2px;
  padding: 0 8px;
  display: inline-block;
  vertical-align: top;
}

.report-modal-txt h2 {
  font-weight: 600;
  font-size: 48px;
  line-height: 114%;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

.report-modal-txt p {
  color: var(--black);
}
.report-modal .modal-content .modal-body:has(.flipbook-wrap) {
    width: 100%;
}
.report-modal .flipbook-wrap {
/*   max-width: 600px; */
  max-width: 100%;
  margin: 0 auto 60px;
}
._df_book {
    max-height: calc(100vh - 170px);
}
.df-ui-btn.df-ui-thumbnail.df-icon-grid-view.df-sidemenu-trigger {
    display: none;
}
.btn.download-btn {
  background-color: transparent;
  color: #365314;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.2px;
  border-bottom: 2px solid #365314;
  padding: 8px 15px;
  display: block;
  margin: 0 auto;
  text-align: center;
  width: max-content;
}

.btn.download-btn:hover {
  background-color: transparent;
}

.btn.download-btn:before {
  display: none;
}

.single-cpt_event video,
iframe {
  width: 100%;
  display: block;
  height: 653px;
}

.pagination-wrap .prev.page-numbers {
  width: auto;
  padding: 0 15px;
}

.pagination-wrap .prev.page-numbers img {
  width: auto;
  margin-right: 8px;
}

/*Face Sheet Modal Code Start*/
.fact-sheet-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.fact-sheet-modal .modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  backdrop-filter: blur(10px);
  z-index: 1;
}

.fact-sheet-modal .modal-dialog {
  position: relative;
  z-index: 2;
  background: #1C1917;
  max-width: 620px;
  width: 90%;
  margin: auto;
  padding: 40px;
  animation: fadeInUp 0.3s ease;
}
.fact-sheet-modal  .submit-btn {
    text-align: center;
}
.fact-sheet-modal  .submit-btn .wpcf7-spinner{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: calc(50% - 130px);
}
@keyframes fadeInUp {
  from {
    transform: translateY(30px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/*Face Sheet Modal Code End*/
#popup-form-wrapper.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(80px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

#popup-form-wrapper .popup-content,
.event-subscribe-modal .popup-content,
.popup-success-content,
#subPop .modal-content {
  background-color: #1C1917;
  padding: 80px;
  position: relative;
  max-width: 925px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
}

.popup-success-content {
  max-width: 800px;
}

.popup-form-outer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.popup-form-outer .popup-image {
  width: 265px;
}

.popup-form-outer .popup-image img {
  aspect-ratio: 265 / 376;
  object-fit: cover;
  height: 100%;
}

.popup-form-outer .popup-form {
  width: calc(100% - 265px);
  padding-left: 60px;
}

.popup-form-outer .popup-form h2,
.success-text h2 {
  color: var(--white);
  font-weight: 600;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 16px;
}

.popup-form-outer .popup-form p,
.success-text p {
  color: var(--white);
}

.popup-form-outer .wpcf7 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.popup-form-inner .form-group {
  margin-bottom: 24px;
}

.popup-form-inner .wpcf7 input[type="text"],
.popup-form-inner .wpcf7 input[type="email"],
.popup-form-inner .wpcf7 textarea {
  background-color: #292524;
  padding: 12px 30px;
  font-size: 14px;
  border: none;
  border-radius: unset;
  color: var(--white);
  font-weight: 400;
  font-size: 17px;
  line-height: 140%;
  letter-spacing: -0.2px;
  vertical-align: middle;
  width: 100%;
}

.popup-form-inner .wpcf7 input::placeholder {
  color: #78716C;
}

.popup-form-inner .wpcf7 input[type="submit"] {
  font-family: var(--primary_font);
  background-color: #5a9119;
  color: white;
  border: none;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: -0.2px;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

#popup-form-wrapper .wpcf7 input[type="submit"]:hover {
  background-color: #4a7f14;
}

.wpcf7-not-valid-tip {
  margin-top: 10px;
}

.popup-form-inner .wpcf7-response-output {
  color: var(--white);
}

/* === Success Modal CSS Start === */
.success-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(80px);
  display: none;
  align-items: center;
  justify-content: center;
}

.success-modal-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.success-icon img {
  width: 150px;
}

.success-modal-body .success-text {
  padding-left: 60px;
}

.back-success {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.back-success img {
  width: auto;
}

/* === Success Modal CSS End === */

/* === Event Subscribe Modal CSS Start === */
/* === Overlay Background === */
.event-subscribe-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(80px);
  display: none;
  align-items: center;
  justify-content: center;
}

/* === Event Subscribe Modal CSS End === */

.repeater-loader {
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  position: relative;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.loader-content img {
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}

.loader-content p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* === Responsive (Tablet/Mobile) === */
@media (max-width: 768px) {
  #popup-form-wrapper .popup-inner {
    flex-direction: column;
    gap: 30px;
  }

  #popup-form-wrapper .popup-image,
  #popup-form-wrapper .popup-form {
    flex: 1 1 100%;
  }

  #popup-form-wrapper .popup-content {
    padding: 40px 20px;
    margin-top: 100px;
  }

  #popup-form-wrapper .close-popup {
    top: 15px;
    right: 20px;
  }
}

@media (max-width: 768px) {
  .event-subscribe-modal .popup-inner {
    flex-direction: column;
    padding: 30px 20px;
  }

  .event-subscribe-modal .popup-image,
  .event-subscribe-modal .popup-form {
    width: 100%;
  }

  .event-subscribe-modal .popup-image img {
    max-width: 100%;
  }

  .report-modal-txt h2 {
    font-size: 30px;
  }

  .report-modal .modal-content {
    padding: 40px 20px 40px;
    margin-top: 100px;
  }

  .popup-form-outer {
    display: block;
  }

  .popup-form-outer .popup-image {
    margin-bottom: 15px;
	  max-width: 120px;
  }

  .popup-form-outer .popup-form {
    width: 100%;
    padding-left: 0;
  }

  .report-modal .modal-close,
  .modal-close.close-popup,
  .event-subscribe-modal .modal-close,
  .success-close-icon {
    top: 15px;
    right: 15px;
  }

  #popup-form-wrapper .popup-content,
  .event-subscribe-modal .popup-content,
  .popup-success-content {
    padding: 30px 20px;
    margin-top: 20px;
    max-height: calc(100vh - 120px);
  }

  .fact-sheet-modal .modal-dialog {
    padding: 30px 25px;
  }
	body ._df_book {
		min-height: 330px;
	}
}

/** Career Video CSS Start */
.video-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  justify-content: center;
  align-items: center;
}

.video-modal-content {
  position: relative;
  width: 90%;
  max-width: 800px;
}

.video-modal-close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: white;
  /* border-radius: 50%; */
  cursor: pointer;
  /* padding: 5px; */
}

#videoPlayer {
  width: 100%;
  height: auto;
  max-height: 80vh;
  border-radius: 8px;
}

/** Career Video CSS End */