bg-primary-success {
  background: #2ebf50;
}

bg-primary-danger {
  background: #e8394b;
}

.email-not-verified {
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
  font-weight: bold;

}

.email-verification-link {
  color: var(--primary-color);
  cursor: pointer;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.email-verification-link span {
  margin-right: 8px;
}

.notify-container {
  width: 414px;
}

input[type="radio"].form-check-input {
  transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

input[type="radio"].form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

input[type="radio"].form-check-input:checked::after {
  background-color: var(--white);
}

input[type="radio"].form-check-input:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 192, 203, 0.5);
  border-color: var(--primary-color);
  outline: none;
}

.text-primary {
  color: var(--primary-color) !important;
}

.footer-link {
  color: var(--white);
  text-decoration: none;
}

.login-link {
  font-size: 16px !important;
}

.img-thumbnail {
  cursor: pointer;
}

/* 
.image-wrapper {
  position: relative;
  display: inline-block;
  margin: 10px;
}
 */
.image-gallery img {
  width: 100%;
  max-width: 200px;
  height: auto;
  cursor: pointer;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.lightbox-overlay {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  text-align: center;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}

.lightbox-title {
  font-size: 24px;
  font-weight: bold;
}

.lightbox-caption {
  font-size: 16px;
}


.portfolio-responsive-image {
  width: 115px;
  height: 115px;
  object-fit: cover;
  margin: 5px;
  border: 1px solid var(--primary-color);
}

@media (max-width: 768px) {
  .portfolio-responsive-image {
    width: 100px;
    height: 100px;
    /*  margin: 5px;
    border: 1px solid var(--primary-color); */
  }
}

.portfolio-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 2x;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .portfolio-wrapper {
    gap: 2px;
  }
}

@media (max-width: 768px) {
  .portfolio-wrapper {
    gap: 3px;
  }
}

@media (max-width: 480px) {
  .portfolio-wrapper {
    gap: 2px;
  }
}

.alert-secondary {
  --bs-alert-color: var(--white);
  --bs-alert-bg: var(--primary-color);
  --bs-alert-border-color: var(--primary-color);
  --bs-alert-link-color: var(--white);
}

.additional-info-box {
  background-color: var(--secondary-color);

  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  font-size: 25px;
  padding: 16px 30px;
}

.additional-info-box {
  margin-bottom: 50px;
}

.additional-info-box p {
  font-size: var(--font-sm);
}

.for-employees-card img.main-image {
  background: #f5f5f5;
  object-fit: scale-down;
  -webkit-filter: blur(2.3px);
  filter: blur(2.3px);
}

.company-logo-bg {
  background-color: var(--secondary-color);
}

.company-cover-img {
  object-fit: contain;
  width: 1640px;
  height: 409px;
}

.about-input {
  width: 430px;
  max-height: 500px;
  border-radius: 0;
  background-color: var(--secondary-color);
  border: none;
  font-size: var(--font-md);
  padding-left: 10px;
  overflow-y: auto;
}

.newsletter-form {
  margin-top: 45px;
}

.newsletter-input-container {
  margin-bottom: 60px;
}

.newsletter-input {
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;

  color: #000;
}

.newsletter-input::placeholder {
  color: #000;
  opacity: 0.28;
}

.newsletter-input::-webkit-input-placeholder {
  color: #000;
  opacity: 0.28;
}

.newsletter-input:-ms-input-placeholder {
  color: #000;
  opacity: 0.28;
}


.filter-area {
  max-height: 1000px;
  /* large enough to fit all content */
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 1;
}

.filter-area.closed {
  max-height: 0;
  opacity: 0;
}

.for-employees .card {
  width: 525px;
  ;
}

/* .profile-photo  width remove

newsletter-section p
.for-about-hero-section {
  margin-top: 150px;
  margin-bottom: 142px;
}
*/
.company-cardxz {
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140px;
  border-radius: 0%;
  width: 536px;
  height: 575px;
  background-color: var(--secondary-color);
}

.company-card img.main-image {
  background: #f5f5f5;
  object-fit: scale-down;
  -webkit-filter: blur(2.3px);
  filter: blur(2.3px);
}

.profile-pic {
  transition: background 0.3s ease;
}

.profile-pic:hover {
  background: rgba(0, 0, 0, 0.3);
}

option {
  padding-left: 30px;
  /* Ensure space for the flag */
  background-repeat: no-repeat;
  background-size: 20px 15px;
  background-position: left center;
}

/* .btn-pinkx:disabled {
  background-color: var(--secondary-color);
  color: #7d7d7d;
  cursor: not-allowed;
} */
.pp-video-placeholder {
  padding: 2px 77px;

  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pp-video-box {

  /* height: 334px; */
  /* width: 100%; */
  /* max-width: 532px; */
  /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); */
  background-color: var(--secondary-color);
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.responsive-video {
  max-width: 95%;
}

@media (max-width: 768px) {
  .responsive-video {
    max-width: 300px;
  }
}

/*  Verification Page  */

.confirmation-container {
  /* width: 100%; */
  /* height: 100vh; */
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.check-container {
  width: 6.25rem;
  height: 7.5rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;

  .check-background {
    width: 100%;
    height: calc(100% - 1.25rem);
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards;
    /*  0.75s */
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;

    svg {
      width: 65%;
      transform: translateY(0.25rem);
      stroke-dasharray: 80;
      stroke-dashoffset: 80;
      animation: animateCheck 0.35s forwards ease-out;
      /* animation: animateCheck 0.35s forwards 1.25s ease-out; */
    }
  }

  .check-shadow {
    bottom: calc(-15% - 5px);
    left: 0;
    border-radius: 50%;
    background: radial-gradient(closest-side, rgba(73, 218, 131, 1), transparent);
    animation: animateShadow 0.75s ease-out forwards 0.75s;
  }
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }

  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }

  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }

  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }

  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }

  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset,
      0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}

@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }

  to {
    stroke-dashoffset: 0;
  }
}

@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }

  25% {
    opacity: 0.25;
  }

  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }

  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

/* Error background (red circle) */
.check-background.error-bg {
  background: linear-gradient(to bottom right, var(--error-color), var(--error-color));
  animation: animateContainer 0.75s ease-out forwards;
  /* same animation as success */
}

/* Error shadow */
.check-shadow.error-shadow {
  background: radial-gradient(closest-side, rgba(231, 76, 60, 0.7), transparent);
  animation: animateShadow 0.75s ease-out forwards;
}

/* SVG cross animation */
.check-background.error-bg svg path {
  stroke-dasharray: 40;
  stroke-dashoffset: 40;
  animation: animateCross 0.35s forwards 0.1s ease-out;
}

@keyframes animateCross {
  from {
    stroke-dashoffset: 40;
  }

  to {
    stroke-dashoffset: 0;
  }
}

/*  Verification Page End */

.modal-header {
  /* border-bottom: var(--bs-modal-header-border-width) solid var(--black); */
  background: var(--primary-color);
  color: var(--white);

  height: 48px;
  min-height: 48px;
  border-bottom: 1px solid #b5bac8;
  position: relative;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  z-index: 2;
  box-shadow: -1px 2px 13px -7px #000000bf;
  border-radius: 0;
}

.modal-header .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.8;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  /* --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25; */
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
  /*  box-shadow: var(--bs-btn-close-focus-shadow-2) !important; */
  transition: box-shadow 0.3s ease-in-out;
}

.modal-footer {
  display: flex;
  background: #fff;
  position: relative;
  min-height: 37px;
  border-radius: 0;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1), 0 0 2px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 -1px 4px #0000001a, 0 0 2px #0003;
  padding: 0;
}

.modal-footer .btn-secondary,
.modal-footer .btn-primary {
  margin: 0;
  border-radius: 0;
}

.btn-dark {
  background-color: #000;
  /* solid black */
  border-color: #000;
  /* match border */
}

.btn-close:focus,
.btn-close:hover {
  box-shadow: var(--bs-btn-close-focus-shadow-2) !important;
}


.email-phone-link {
  color: var(--black);
  text-decoration: none;
}


.alert-danger {
  --bs-alert-color: var(--white);
  --bs-alert-bg: var(--error-color);
  --bs-alert-border-color: var(--error-color);
  --bs-alert-link-color: var(--error-color);

}

.alert-success {

  --bs-alert-color: var(--white);
  --bs-alert-bg: var(--success-color);
  --bs-alert-border-color: var(--success-color);
  --bs-alert-link-color: var(--success-color);
}

.alert-light {
  --bs-alert-color: #000;
  --bs-alert-bg: #ebebeb;
  --bs-alert-border-color: #ebebeb;
  --bs-alert-link-color: #ebebeb;
}


.dropdown-item.active,
.dropdown-item:active {
  color: var(--white);
  text-decoration: none;
  background-color: var(--primary-color);
}

.first-section {
  background-color: var(--white);
  margin-top: 96px;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: var(--bs-border-width) solid var(--bs-form-invalid-border-color) !important
}

.blur {
  filter: blur(10px);
  transition: filter 0.3s ease-out;
}


/* Hide initially */
.image-transition {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  /* smooth fade */
}

/* Show when loaded */
.image-transition.show {
  opacity: 1;
}

/* Spinner transition */
.spinner-container {
  opacity: 1;
  transition: opacity 0.4s ease-in-out;
}

.spinner-container.hide {
  opacity: 0;
  visibility: hidden;
  /* avoid taking space */
}


@media (max-width: 768px) {
  .notify-container {
    width: 100% !important;
    max-width: 100% !important;
  }
}

.for-employees-slider-card img {
  -webkit-filter: blur(2.3px);
  filter: blur(2.3px);
}

.for-employees-slider-card {
  position: relative;
  padding-top: unset;
}

.slide-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* color: #fff; */
  font-size: 18px;
  font-weight: bold;
  /* background: rgba(0, 0, 0, 0.5); */
  /* padding: 5px 10px; */
  border-radius: 4px;
}

.for-employees-slider-card {
  /* background-color: var(--white); */
}

.for-employees-slider-card img.main-image {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: scale-down;
  margin: 0 auto;
  display: block;
}

.input-textarea {
  border-color: var(--secondary-color);
  box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.16);
  background-color: var(--secondary-color);
  border-radius: 0px;
}

.break {
  word-break: break-all;
}

/* A */
.info-box {
  background-color: var(--secondary-color);
  box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
  height: 89px;
  font-size: var(--font-sm);
  padding: 12px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  text-align: center;
}

.info-box .icon {
  width: 10%;
  height: 35px;
  position: absolute;
  left: 15px;
}

.info-box p {
  font-size: 24px;
  width: 100%;
  margin-bottom: 0;
}