.current-main {
  margin-top: 10%;
  margin-left: 100px;
  margin-bottom: 10%;
}
.current-main h1 {
  font-size: 35px;
}
.current-main p {
  font-size: 18px;
}
.main-img {
  background: url(../imges/four.webp) no-repeat center center / cover;
  width: 100%;
  height: 405px;
  display: flex;
  flex-direction: column;
}
.main-img h1 {
  font-size: 3rem;
  font-weight: 700;
  white-space: nowrap; /* Prevent text from wrapping */
  color: #fff9f9;
  margin-left: 10%;
  margin-top: 80px;
}
.main-img .first-p {
  font-size: 20px;
  color: #fff9f9;
  font-weight: 700;
  top: 44%;
  left: 10%;
  position: absolute;
}
@media (max-width: 513px) {
  .main-img h1 {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap; /* Prevent text from wrapping */
    color: #fff9f9;
    margin-left: 10%;
    margin-top: 80px;
  }
  .main-img .first-p {
    font-size: 20px;
    color: #fff9f9;
    font-weight: 700;
    margin-top: 150px;
  }
}
@media (max-width: 1000px) {
  .getaloaneverpag {
    position: relative;
    text-align: start;
    width: 90%;
    margin-left: -72%;
  }

  .getaloaneverpag h1 {
    font-size: 30px;
    margin-left: 45px;
  }
}
@media (max-width: 1167px) {
  .current-main {
    margin-left: 20px;
  }
  .wa-inside-stuff2 {
    margin-left: 20px;
    margin-top: 90px;
  }
  .current-main p {
    font-size: 12px;
  }
  .wa-inside-stuff2 li {
    font-size: 15px;
  }
  .wa-btn-btn {
    position: relative;
    width: 90%;
    margin-left: 20px;
  }
}

@media (max-width: 1000px) {
  .getaloaneverpag {
    position: relative;
    text-align: start;
    width: 90%;
    margin-left: -72%;
  }

  .getaloaneverpag h1 {
    font-size: 30px;
    margin-left: 45px;
  }
}
.frfrrf {
  font-size: 35px;
  font-weight: 700;
  margin-left: 170px;
}
.all-inFAQ {
  margin-top: 10%;
  margin-bottom: 10%;
}
.all-inFAQ .one {
  display: grid;
  text-align: start;
  background: #ffffff;
  padding: 16px;
  border-radius: 5px;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
  width: 80%;
  margin-left: 5%;
}
.all-inFAQ .one:hover {
  box-shadow: 30px 0px 40px rgba(236, 236, 236, 0.4),
    -30px 0px 40px rgba(221, 220, 220, 0.4);
  animation: comas 1s;
}
.all-inFAQ .one .head {
  display: flex;
  cursor: pointer;
}
.all-inFAQ .one .head h1 {
  font-size: 19px;
  font-weight: 600;
}
.all-inFAQ .one .head i {
  margin-top: 8px;
  margin-left: 48%;
  position: absolute;
  left: 34%;
}
.all-inFAQ .one .ans {
  display: none;
}
@media (max-width: 680px) {
  .all-inFAQ .one {
    display: grid;
    text-align: start;
    background: #ffffff;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 80%;
    margin-left: 4%;
  }
  .all-inFAQ .one .head h1 {
    font-size: 19px;
    font-weight: 600;
  }
}
@media (max-width: 487px) {
  .all-inFAQ .one {
    display: grid;
    text-align: start;
    background: #ffffff;
    border-radius: 20px;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
    width: 90%;
    margin-left: 2%;
  }
  .all-inFAQ .one .head h1 {
    font-size: 16px;
    font-weight: 600;
  }
  .all-inFAQ .one .head i {
    margin-top: 30px;
    margin-left: 50%;
    position: absolute;
    left: 45%;
  }
}

.ans {
  font-size: 18px;
  font-weight: 500;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.profile-card {
  width: 300px;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
  transition: transform 0.3s;
  text-align: center;
  padding-bottom: 20px;
}
.profile-card:hover {
  transform: translateY(-5px);
}
.profile-card img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* object-fit: cover; */
}
.profile-info {
  padding: 15px;
}
.profile-info h5 {
  margin: 10px 0 5px;
  font-size: 20px;
}
.profile-info small {
  display: block;
  color: gray;
  margin-bottom: 10px;
}
.modal-profile-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
.modal-body {
  max-height: 500px;
  overflow-y: auto;
}
#profileModalName {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.ans {
  font-size: 13px;
  font-weight: 400;
}
.all-inFAQ .head {
  font-size: 14px;
}
