.min-h-100 {
    min-height: 100vh;
}

.page-wrapper *:focus, .ui-dialog *:focus {
  outline: none !important;
  box-shadow: none !important;
  }

a {
  text-decoration: none;
}

.bg-primary-color {
  background: var(--primaryColor);
}

 .accordion {
  border-top: none !important;
    border-left: none !important;
    box-shadow: none !important;
    border-right: none !important;
    border-bottom: none !important;
}

.contact-card {
  margin-bottom: 25px;
  text-align: center;
  padding: 50px 20px;
  background-color: #0E1E36;
  position: relative;
  border-radius: 5px;
}
.contact-card .contact-card-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}
.contact-card .icon {
  font-size: 40px;
  color: #EF0548;
  margin-bottom: 20px;
}
.contact-card h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 12px;
}
.contact-card a {
  color: #CCC;
  display: block;
  line-height: 1.8;
}
.contact-card a:hover {
  color: #EF0548;
}
.contact-card span {
  color: #CCC;
  display: block;
  line-height: 1.8;
}

.inner-contact-card {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -110px;
}
.inner-contact-card .form-control {
  height: 70px;
  border: none;
  margin-bottom: 20px;
  padding-left: 25px;
  background-color: #ffffff;
  border-radius: 5px;
  transition: all ease 0.5s;
}
.inner-contact-card .form-control:focus {
  box-shadow: unset;
}
.inner-contact-card .form-control:focus::-moz-placeholder {
  color: transparent;
}
.inner-contact-card .form-control:focus::placeholder {
  color: transparent;
}
.inner-contact-card .form-control::-moz-placeholder {
  color: #888;
  -moz-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.inner-contact-card .form-control::placeholder {
  color: #888;
  transition: all ease 0.5s;
}
.inner-contact-card textarea {
  height: 160px !important;
  padding-top: 12px;
}
.inner-contact-card .contact-form {
  margin-top: 75px;
}

.contact-card-warp {
  z-index: 1;
}
.contact-card-warp .team-contact-shape1 {
  position: absolute;
  top: 38%;
  z-index: -1;
  pointer-events: none;
}
.contact-card-warp::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 88%;
  width: 100%;
  z-index: -1;
  background-color: #F5F5F5;
}
.map-warp > .inner-map {
  display: flex !important;
}
.map-warp iframe {
  width: 50%;
  height: 470px;
  position: relative;
  z-index: 1;
}

body {
  /* background-color: #F5F5F5; */
}

.accordion {
  --accordion-bg-color: none !important;
}

.services-details-area .services-details-card > .image > img {
  min-height: 500px;
}

.contact-card-warp {
  background-color: #F5F5F5;
}

.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black background */
  display: flex; /* Use flexbox for centering content */
  justify-content: center; /* Horizontally center content */
  align-items: center; /* Vertically center content */
  z-index: 9999; /* Ensure it's on top of other content */
  display: none; /* Hidden by default */
}

.lightbox-content {
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  /* Add any other styling for your lightbox content */
}

#masonry-testimonial p {
  font-size: 14px;
    line-height: 20px;
}

.button {
  background-color: none !important;
  box-shadow: none !important;
}

.text-right {
  text-align: right;
}