.member-img {
  background-position: center;
  background-size: cover;
  min-height: 200px;
  background-image: url("img/Ourteam/member1.jpg");
}

.our-tem {
  position: relative;
  bottom: 203px;
  z-index: 3;
}

/* Popup Overlay */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000; /* Set higher than the header */
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Header - Ensure it has a lower z-index if defined */
.header-effect-shrink {
  z-index: 1000; /* Adjust or add this if needed */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
.close-btn:hover {
  color: #555;
}

/* Popup Content */
.popup-content {
  background: white;
  padding: 20px;
  border-radius: 5px;
  max-width: 730px;
  width: 90%;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.popup-content h2 {
  margin-top: 0;
}

.popup-content ul {
  margin-top: 10px;
  padding-left: 20px;
}

.popup-content button {
  background-color: var(--primary);
  border: none;
  padding: 10px 20px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}

.popup-overlay.show {
  visibility: visible;
  opacity: 1;
}
#agree-btn {
  background-color: var(--primary);
}

/* Add this CSS */
.logo-img {
  max-height: 70px; /* Adjust as needed */
  padding: 5px; /* Add some padding if needed */
}

.header-logo {
  display: flex;
  align-items: center; /* Centers the logo vertically */
}


/* Basic styling for services section */
.services-section {
  background-color: #f9f9f9;
  padding: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
}

.services-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list li {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.services-list li i.icon-arrow {
  color: #007bff;
  font-size: 14px;
  margin-right: 10px;
}

/* Arrow icon styling */
.icon-arrow::before {
  content: '\2192'; /* Unicode for right arrow */
  font-size: 16px;
}


/* ------------ 24 March 2025 ----------------- */

.font-15{font-size: 15px !important;}
.text-j{text-align: justify;}
.custom-card-style-1{height: calc(100% - 20px);}
.blog-card-cantiner{margin: 5rem 0 50px;}
.rounded-custom{border-radius: 10px 40px 0px 10px !important;}

@media (max-width: 765px) {
  .mg-b-0{margin-bottom: 0px !important;}
  .pd-b-0{padding-bottom: 0px !important;}
  .f-d-c{flex-direction: column;}
}

.testi-img { width: 70px; height: 70px; }
.testi-img img { width: 100%; border-radius: 50px; height: 100%; }
.testimonial-wrap{align-items: center;}
.testimonial-wrap { display: flex ; flex-direction: column; align-items: center; }