.faq-container {
  max-width: 600px;
  margin: 20px auto;
  margin-top: 40px;
}

.faq {
  background-color: transparent;
  border: 1px solid #9fa4a8;
  border-radius: 10px;
  margin: 20px 0;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: 0.3 ease;
}

.faq.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.faq.active::before,
.faq.active::after {
  content: "\f075";
  font-family: "Font Awesome 5 Free";
  color: #2ecc71;
  font-size: 7rem;
  position: absolute;
  opacity: 0.2;
  top: 20px;
  left: 20px;
  z-index: 0;
}

.faq.active::before {
  color: #3498db;
  top: -10px;
  left: -30px;
  transform: rotateY(180deg);
}

.faq-title {
  margin: 0 35px 0 0;
}

.faq-text {
  display: none;
  margin: 30px 0 0;
}

.faq.active .faq-text {
  display: block;
}

.faq-toggle {
  background-color: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 0;
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
}

.faq-toggle:focus {
  outline: 0;
}

.faq-toggle .fa-times {
  display: none;
}

.faq.active .faq-toggle .fa-times {
  color: #fff;
  display: block;
}

.faq.active .faq-toggle .fa-chevron-down {
  display: none;
}

.faq.active .faq-toggle {
  background-color: #9fa4a8;
}

.slick-prev:before {
  display: none;
}

.slick-next:before {
  display: none;
}

.slick-dots li button:before {
  padding-top: 10%;
  font-size: 12px;
}

/* ---- Modeal------- */
.modal_background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(4px);
  z-index: 99;
}
.modal_lay {
  padding: 1rem;
  overflow: auto;
  height: 100%;
}
.modal_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.modal_text {
  font-size: 1.125rem;
  font-weight: 600;
}
.close_button {
  font-size: 1.5rem;
  color: #6b7280;
  background: none;
  border: none;
  cursor: pointer;
}
.close_button:hover {
  color: #1f2937;
}
.modal_lable {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
}
.modal_formbox {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.modal_inputbox {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.modal_input {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
}
.modal_textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.25rem;
  height: 6rem;
}
.modal_submit {
  width: 100%;
  padding: 0.5rem 1rem;
  background-color: #2563eb;
  color: "white";
  border-radius: 0.25rem;
  border: "none";
  cursor: "pointer";
}
/* ----responsive navebar----- */


/* ------responsivenavbar close------- */

/* ---- Privacy Poilicy Start----- */
.privacy_main {
  margin-top: 0px !important;
}
.privacy_sub {
  border-radius: 0px 0px 0px 0px !important;
}

/* ----Privacy Policy End */