[wire\:loading][wire\:loading],
[wire\:loading\.delay][wire\:loading\.delay],
[wire\:loading\.inline-block][wire\:loading\.inline-block],
[wire\:loading\.inline][wire\:loading\.inline],
[wire\:loading\.block][wire\:loading\.block],
[wire\:loading\.flex][wire\:loading\.flex],
[wire\:loading\.table][wire\:loading\.table],
[wire\:loading\.grid][wire\:loading\.grid],
[wire\:loading\.inline-flex][wire\:loading\.inline-flex] {
  display: none;
}
[wire\:loading\.delay\.none][wire\:loading\.delay\.none],
[wire\:loading\.delay\.shortest][wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter][wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short][wire\:loading\.delay\.short],
[wire\:loading\.delay\.default][wire\:loading\.delay\.default],
[wire\:loading\.delay\.long][wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer][wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest][wire\:loading\.delay\.longest] {
  display: none;
}
[wire\:offline][wire\:offline] {
  display: none;
}
[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}
:root {
  --livewire-progress-bar-color: #2299dd;
}
[x-cloak] {
  display: none !important;
}

.modal-box {
  font-family: "Poppins", sans-serif;
}

.modal-box .show-modal {
  color: #fff;
  background-color: #fb3640;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.4);
  padding: 10px 15px;
  margin: 80px auto 0;
  border: none;
  display: block;
  transition: all 0.3s ease 0s;
}

.modal-box .show-modal:hover,
.modal-box .show-modal:focus {
  color: #fff;
}

.modal-backdrop.in {
  opacity: 0;
}

.modal-box .modal-dialog {
  width: 750px;
  margin: 50px auto 0;
}

.modal.in .modal-dialog {
  transform: scale(1);
}

.modal-box .modal-dialog .modal-content {
  background: #fff;
  border-radius: 30px;
  border: none;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.modal-box .modal-dialog .modal-content .close {
  color: #747474;
  background-color: rgba(255, 255, 255, 0.5);
  font-size: 30px;
  font-weight: 300;
  text-shadow: none;
  line-height: 32px;
  height: 27px;
  width: 27px;
  padding: 0;
  border-radius: 50%;
  opacity: 1;
  overflow: hidden;
  position: absolute;
  left: auto;
  right: 15px;
  top: 15px;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.modal-box .modal-dialog .modal-content .close span {
  margin: -2px 0 0 0;
  display: block;
}

.modal-content .close:hover {
  color: #747474;
}

.modal-box .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}

.modal-box .modal-dialog .modal-content .modal-body .modal-image {
  padding: 0 !important;
}

.modal-box .modal-dialog .modal-content .modal-body .modal-image img {
  height: 100%;
  width: 100%;
}

.modal-box .modal-dialog .modal-content .modal-body .content {
  padding: 36px 30px;
  text-align: center;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
  color: #f35710;
  font-family: "Sacramento", cursive;
  font-size: 35px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 30px;
  line-height: 40px;
}

.modal-box .modal-dialog .modal-content .modal-body .sub-title {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: block;
}

.modal-box .modal-dialog .modal-content .modal-body .description {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 30px;
}

#btn_modal {
  text-decoration: none;
  color: #f06323;
  background: #fff;
  box-shadow: 4px 2px #ff7400, 7px -2px #fed607, 9px 3px #ff9f43,
    -5px -3px #fed721, -7px 3px #f95c15;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  padding: 7px 20px 6px;
  border: none;
  border-radius: 40px;
  transition: all 0.3s ease 0s;
}

#btn_modal:hover {
  background-color: #f35710;
  /* Couleur de fond au survol */
  color: #ffffff;
  /* Couleur du texte au survol */
  text-decoration: none;
  /* Supprimer la décoration de texte */
}

/* free modal caroussel  */
.freeModal {
  position: fixed;
  display: none;
  justify-content: center;
  /* Stay in place */
  z-index: 100000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgb(0 0 0 / 69%);
  /* Black w/ opacity */
}

.freeModal .content {
  background-color: #fefefe;
  z-index: 100;
  position: relative;
  padding: 8px;
  border-radius: 20px;
  border: none;
  width: 60%;
  height: max-content;
  margin-top: 100px;
}

.free-modal-title {
  font-weight: 500;
  font-size: 1.5rem;
  padding-bottom: 0;
}

.freeModal .content .free-modal-img-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

#freeModalWrapper {
  /* display: none; */
}

.free-modal-container {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border: 2px solid #f4f0fe;
  border-radius: 20px;
}

.free-modal-text {
  font-size: 1.5rem;
}

.freeModal .content .free-modal-img-container img {
  /* height: 300px; */
  border-radius: 10px;
  min-width: 100%;
  object-fit: cover;
}

/* CSS for countdown display */
#countdown,
#freeModalCountdown {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.603);
  color: orange;
  font-size: 25px;
  font-weight: bold;
  height: 70px;
  width: 70px;
  padding: 15px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  box-sizing: border-box;
}

.img {
  text-align: center;
  border-radius: 10px;
}

.free-modal-text {
  /* font-size: 1rem; */
  font-weight: 400;
  margin-top: 5px;
}

.free-modal-top {
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 15px;
}

.free-modal-text a {
  text-decoration: underline;
}

.slide p {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}

.nav-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.nav-buttons button {
  background-color: rgba(0, 0, 0, 0.5);
  border: none;
  color: white;
  padding: 10px;
  cursor: pointer;
  visibility: hidden;
}

.nav-dots {
  text-align: center;
  margin-top: 10px;
}

.nav-dots button {
  background-color: #ddd;
  border: none;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  cursor: pointer;
}

.nav-dots button.active {
  background-color: orange;
}

#closeFreeModalButton {
  display: none;
}

@media screen and (max-width: 1300px) {
  .freeModal .content {
    width: 60%;
    /* margin-top: -200px; */
  }
}

@media screen and (max-width: 760px) {
  .freeModal .content {
    width: 90%;
    margin-top: 150px;
  }

  .free-modal-title {
    font-size: 1rem;
  }

  .free-modal-text {
    font-size: 1rem;
  }
}

/* free modal caroussel  */

@media only screen and (max-width: 767px) {
  .btn {
    margin-bottom: 20px;
  }

  .free-modal-text {
    font-size: 0.9rem;
    margin-bottom: 0 !important;
  }

  #countdown,
  #freeModalCountdown {
    height: 40px;
    width: 40px;
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .modal-box .modal-dialog {
    width: 95% !important;
  }

  .modal-box .modal-dialog .modal-content .modal-body .modal-image {
    height: 250px;
    overflow: hidden;
  }

  .modal-box .modal-dialog .modal-content .modal-body .modal-image img {
    height: auto;
  }

  .modal-box .modal-dialog .modal-content .modal-body .content {
    text-align: center;
    padding: 30px;
  }

  .modal-box .modal-dialog .modal-content .modal-body .content .sub-title {
    font-size: 25px;
  }
}

/*style.css*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.chatbot-wrapper {
  position: fixed;
  font-family: "Poppins", sans-serif;
  visibility: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 3000;
  cursor: pointer;
}

.no-bg-wrapper {
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s;
}

.chatBot {
  position: fixed;
  bottom: -100%;
  /* Changed to fixed */
  right: 24px;
  bottom: 24px;
  /* Start from below the screen */
  border-radius: 10px;
  overflow: hidden;
  width: 450px;
  height: 600px;
  background: rgb(255, 255, 255);
  background-size: contain;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: scale(0);
  transform-origin: 90% 100%;
  backface-visibility: hidden;
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55),
    opacity 0.6s ease;
  pointer-events: all;
  /* Allows clicks when visible */
  z-index: 2999;
}

#chatbot-button:hover {
  transform: scale(1.1);
}

.visible {
  opacity: 1;
  /* bottom: 24px; */
  transform: scale(1);
}

header {
  position: relative;
  background: #fd7e14;
  z-index: 2999;
  direction: ltr;
  height: 56px;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
  padding: 0px 16px;
  /* background: rgb(255, 255, 255); */
  color: rgba(0, 0, 0, 0.85);

  box-sizing: border-box;
}

header .left {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.admin-name {
  font-size: 16px;
  padding: 0px;
  font-weight: 600;
  color: #fff;
}

.header-anim {
  animation: 500ms ease-out 0s 1 normal none running jgQpwH;
}

@keyframes jgQpwH {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f5f5dc;
  color: rgba(0, 0, 0, 0.95);
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 0;
  font-weight: 600;
}

.circle img {
  height: 20px;
  /* width: 20px; */
}

.header-right {
  margin-left: auto;
  transition: opacity 200ms ease 0s;
}

.header-btn-container {
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0px -4px;
}

.header-btn {
  border: none;
  background: none;
  padding: 0px;
  cursor: pointer;
  font-size: 0px;
  color: #f5f5dc;
  border-radius: 8px;
  height: 32px;
  width: 32px;
  transition: all 100ms ease 0s;

  &:hover {
    background-color: rgba(0, 0, 0, 0.06);
  }
}

header h2 {
  color: #fff;
  margin: 0;
}

.chatbox {
  padding: 12px;
  list-style: none;
  height: 80%;
  width: 100%;
  overflow-y: auto;
  max-width: 100%;
  overflow: hidden;
  /* height: px; */
  overflow-y: auto;
  /* transform: translateY(-50px); */
  padding-top: 48px;
  z-index: 2999;
}

.chabox-anim {
  animation: 400ms ease-out 150ms 1 normal forwards running cxARAE;
}

.chatbot-btn-wrapper {
  position: relative;
}

.chat-bot-notif {
  position: absolute;
  color: rgb(245, 138, 68);
  background: #202020;
  top: -5px;
  right: 0;
  border-radius: 999px;
}

@keyframes cxARAE {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

.chat p {
  padding: 10px;
  border-radius: 10px;
  max-width: 70%;
  word-wrap: break-word;
}

.chat-outgoing {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
}

.chat-incoming {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 35px;
  max-width: 60%;
}

.chat-outgoing .message-content {
  position: relative;
  max-width: 70%;
}

.chat-outgoing p {
  background-color: #fd7e14;
  padding: 6px;
  display: flex;
  color: #fff;
  border-radius: 10px;
  width: max-content;
  max-width: 100%;
}

.chat-outgoing .time {
  position: absolute;
  transform: translateX(-20%);
  left: 0;
  bottom: -20px;
  color: #858585;
  font-size: 0.7rem;
}

.chat-incoming .message-content {
  position: relative;
  max-width: 100%;
}

.chat-incoming p {
  background-color: #eaeaea;
  padding: 6px;
  border-radius: 10px;
  max-width: 100%;
}

.chat-incoming .time {
  position: absolute;
  right: 0;
  color: #858585;
  font-size: 0.7rem;
  transform: translateX(20%);
  bottom: -20px;
}

.chat-date {
  display: flex;
  justify-content: center;
}

.chat-date div {
  width: max-content;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: 500;
  box-shadow: rgba(0, 0, 0, 0) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.082) 0px 0px 0px 1px;
  margin: 10px 0;
}

.chat-input {
  background: white;
  position: absolute;
  bottom: 0;
  padding: 10px;
  border-top: 1px solid #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px;

  img {
    width: 24px;
    height: auto;
    cursor: pointer;
  }
}

.chat-input-anim {
  animation: 1000ms linear 0s 1 normal forwards running dFXyWm;
}

@keyframes dFXyWm {
  0% {
    overflow: hidden;
  }

  100% {
    overflow: visible;
  }
}

.chatbot-form {
  width: 100%;
}

.chat-input #messageInput {
  width: 90%;
  height: 40px;
  resize: none;
  margin: 0px;
  border: none;
  background: rgb(255, 255, 255);
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.25;
  outline: none;
  box-sizing: border-box;
  padding: 10px 38px 10px 13px;
}

.text-area-container {
  display: flex;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.42);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 12px 36px 0px;
}

textarea:focus-visible {
  outline: none;
}

#cross:hover {
  color: red;
  transition: all 0.5s;
}

.chatbox .chat p.error {
  color: #ffffff;
  background-color: #ff3737e8;
}

#sendBTN {
  position: absolute;
  top: 8px;
  height: 24px;
  width: 24px;
  color: rgba(0, 0, 0, 0.95);
  transform: scale(1);
  opacity: 1;
  right: 8px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  padding: 0px;
  margin: 0px;
  background: rgb(245, 138, 68);
  border-radius: 50%;
  transition: transform 200ms cubic-bezier(0.34, 1.56, 0.64, 1) 300ms,
    opacity 200ms ease-out;
}

.lastMessage {
  margin-top: 50px;
  font-size: 35px;
  font-weight: 600;
  color: darkgreen;
  margin-left: 550px;
}

/* buton  */
.button-v2 {
  position: fixed;
  padding: 0;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 200ms opacity ease;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 20px 4px rgba(0, 0, 0, 0.12);
  transition: 0.1s ease;
  animation: button-fade-in 200ms ease 0s;
  opacity: 0;
  z-index: 1000;
}

.chatbot-button {
  opacity: 0;
}

.button--appear {
  opacity: 1;
}

.button__icon {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 17%;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
}

/* media queries  */

@media screen and (max-width: 545px) {
  .chatBot {
    width: 80%;
    /* height: 80%; */
  }

  .chat p {
    font-size: 0.9rem;
  }
}

.shopping-cart {
  height: 25px;
  margin-top: -2.5px;
}

@media screen and (max-width: 1200px) {
  .d-lg-block {
    display: none;
  }

  .container {
    max-width: 100%;
  }

  .pricing {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .d-md-none {
    /* display: block; */
  }

  .container {
    max-width: 540px;
  }
}

.modal-body .form-item {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}

.modal-body .form-item select {
  border: 1px solid #eaecf0;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  height: 50px;
  line-height: 1.25;
  border-radius: 10px;
  outline: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140"><polyline points="10,50 70,110 130,50" style="fill:none;stroke:%238B8C8F;stroke-width:15;stroke-linecap:round"/></svg>')
    no-repeat right 15px center;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
}

.bug-btn {
  background: #fd7e14;
  color: white;
  max-width: 200px;
}

.bug-btn:hover {
  color: white !important;
  opacity: 0.8;
}

.pricng-page-title {
  font-size: 40px !important;
  line-height: normal;
  text-align: center;
  margin: 20px 0;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pricng-page-title {
    font-size: 30px !important;
  }
}

ol.style_1 {
  counter-reset: li;
  padding-left: 2.5rem;
  padding: 0.25rem 0 0.25rem 2.75rem;
}

ol.style_1 small {
  opacity: 0.8;
}

ol.style_1 ol,
ol.style_1 ul {
  padding: 0.75rem 0 0 1.5rem;
}

ol.style_1 li {
  font-weight: 500;
  margin-bottom: 0.375rem;
  position: relative;
  counter-increment: li;
  min-height: 2rem;
  padding-top: 0.5rem;
  list-style: none;
}

ol.style_1 li::before,
ol.style_1 li::after {
  position: absolute;
  display: flex;
  opacity: 0.7;
}

ol.style_1 li::before {
  content: counter(li);
  font-weight: 800;
  left: -2.75rem;
  top: 0;
  height: calc(2rem - 1px);
  width: calc(2rem - 1px);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid currentcolor;
  border-color: #ff7400;
  background-color: #ff7400;
  color: white;
}

ol.style_1 li::after {
  content: "";
  left: -1.75rem;
  top: calc(2rem + 1px);
  height: calc(100% - 2.5rem);
  border-left: 1px solid currentcolor;
}

.selector {
  display: flex;
  height: 56px;
  align-items: center;
  margin: 0 auto;
  background: rgba(55, 80, 155, 0.04);
  border-radius: 12px;
  padding: 5px;
  position: relative;
}

.active-package {
  background: #ff880036;
  width: 50%;
  border-radius: 12px;
  bottom: 0;
  box-shadow: 0 0 1px 0.4px rgba(12, 41, 126, 0.03),
    0 1px 3px rgba(12, 41, 126, 0.09);
  margin: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  z-index: 2;
  transform: translateX(0);
  margin: 4px 0;
}

.selector-package {
  width: 50%;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;

  display: flex;
  align-items: center;
  z-index: 3;
  /* transform: translateX(100%); */
}

.hidden {
  display: none;
}

.icons8-done {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4xMiw1LjEyKSI+PHBhdGggZD0iTTQyLjg3NSw4LjYyNWMtMC4wMzEyNSwwLjAwNzgxIC0wLjA2MjUsMC4wMTk1MyAtMC4wOTM3NSwwLjAzMTI1Yy0wLjI2MTcyLDAuMDY2NDEgLTAuNDg4MjgsMC4yMzQzOCAtMC42MjUsMC40Njg3NWwtMjAuNDM3NSwzMS42ODc1bC0xNC4wNjI1LC0xMi42ODc1Yy0wLjI0NjA5LC0wLjMxMjUgLTAuNjU2MjUsLTAuNDQ5MjIgLTEuMDQyOTcsLTAuMzQ3NjZjLTAuMzg2NzIsMC4xMDE1NiAtMC42NzE4NywwLjQyNTc4IC0wLjczMDQ3LDAuODIwMzFjLTAuMDU4NTksMC4zOTQ1MyAwLjEyMTA5LDAuNzg1MTYgMC40NjA5NCwwLjk5NjA5bDE0LjkwNjI1LDEzLjVjMC4yMTg3NSwwLjE5MTQxIDAuNTExNzIsMC4yNzczNCAwLjgwMDc4LDAuMjM0MzhjMC4yODkwNiwtMC4wNDI5NyAwLjU0Mjk3LC0wLjIwNzAzIDAuNjk5MjIsLTAuNDUzMTJsMjEuMDkzNzUsLTMyLjY4NzVjMC4yMzA0NywtMC4zMjgxMiAwLjI0MjE5LC0wLjc2MTcyIDAuMDMxMjUsLTEuMTAxNTZjLTAuMjEwOTQsLTAuMzM5ODQgLTAuNjA1NDcsLTAuNTE5NTMgLTEsLTAuNDYwOTR6Ij48L3BhdGg+PC9nPjwvZz4KPC9zdmc+")
    50% 50% no-repeat;
  background-size: 100%;
}

.all-pricing-card {
  padding: 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.4rem;
  min-height: 100%;
}

.pricing-card-featured {
  border-color: orange;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pricing-card .description {
  min-height: 30px;
  font-weight: 400;
  max-height: 30px;
}

.pricing-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
  height: 35px;
  max-height: 35px;
  /* align-items: center; */

  .pricing-featured-tag {
    justify-self: flex-end;
    align-self: flex-start;
    background: orange;
    padding: 6px 14px;
    font-weight: 500;
    color: white;
    font-size: 0.7rem;
    border-radius: 20px;
  }

  h4 {
    font-size: 1.4rem;
    font-weight: 600;
    padding-bottom: 0;
  }
}

.pricing-card-body .pricing-card-title {
  font-size: 1.5rem;
  height: 100px;
}

.orginal-price {
  position: relative;
  color: #d1d9e1;
  display: block;
  max-width: max-content;
  font-size: 1.3rem;
}

.orginal-price::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 2px;
  background: #d1d9e1;
  transform: translateX(-100%);
  top: 50%;
  /* transform: translateY(-50%); */
}

.feature-list-item {
  display: grid;
  grid-template-columns: 18px 100%;
  align-items: flex-start;
  gap: 5px;
}

.feature-list-item li {
  font-weight: 500;
}

.feature-list-item span {
  background: orange;
  border-radius: 100px;
  width: 15px;
  height: 15px;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-pricing-card-btn-featured {
  background: orange !important;
  border: none;
  font-weight: 700;
  transition: transform 0.3s, background-color 0.3s;
  transform: scale3d(1, 1, 1.01);
  width: 100%;
  margin: 0 auto;

  &:hover {
    transform: scale3d(0.95, 0.95, 1.01);
  }
}

.skin .btn-outline-primary:hover {
  background: #202020;
  transform: scale3d(0.95, 0.95, 1.01);
  /* opacity: 0.5; */
}

.sub-pricing-card-btn {
  background: black !important;
  border: 1px solid #202020;
  color: white;
  font-weight: 700;
  transition: transform 0.3s, background-color 0.3s;
  transform: scale3d(1, 1, 1.01);

  margin: 0 auto;

  &:hover {
    background: #202020;
    transform: scale3d(0.95, 0.95, 1.01);
    /* opacity: 0.5; */
  }

  &:active {
    border: 1px solid #202020;
    color: #202020;
    background: none;
    /* opacity: 0.5; */
  }

  &:focus {
    background: none;
    color: #202020;
    border-color: #202020;
  }
}

.background-div {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#packages-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 30px !important;
}

#package-item {
  width: 100%;
}

.btn.disabled,
.btn:disabled {
  pointer-events: none;
  /* Disable click events */
  opacity: 0.8;
  /* Lower opacity to make it appear disabled */
  background-color: #ccc !important;
  /* Change background color to a light gray */
  color: #666;
  /* Change text color to a darker gray */
  border-color: #bbb;
  /* Change border color to match the disabled state */
  cursor: not-allowed;
  /* Change cursor to indicate it's not clickable */
}

.discount {
  color: #fd7e14;
  font-size: 0.8rem;
  font-weight: bold;
  background: #fd7d1431;
  margin-left: 10px;
  padding: 2px 5px;
  border: 1px solid #fd7e14;
  border-radius: 5px;
  visibility: hidden;
}

.no-visible {
  visibility: hidden !important;
  background: none !important;
  border: none !important;
}

/* slector  */
.month-selector {
  display: flex;
  max-width: 700px;
  height: 66px;
  align-items: center;
  margin: 0 auto;
  background: rgba(55, 80, 155, 0.04);
  border-radius: 12px;
  padding: 1px 0;
  position: relative;
  margin-top: 50px;
  box-shadow: rgba(55, 80, 155, 0.04) 0px 0px 0px 1px inset;
}

.month-active-package {
  background: #fff;
  width: calc(100% / 6);
  border-radius: 12px;
  bottom: 0;
  box-shadow: 0 0 1px 0.4px rgba(12, 41, 126, 0.03),
    0 1px 3px rgba(12, 41, 126, 0.09);
  margin: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-out;
  z-index: 2;
  transform: translateX(100%);
  margin: 4px 0;
}

.month-selector-package {
  width: 16.66%;
  display: flex;
  height: 56px;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;

  display: flex;
  align-items: center;
  z-index: 3;
  /* transform: translateX(100%); */
}

.hidden {
  display: none;
}

/* selector  */

@media screen and (max-width: 1200px) {
  #packages-row {
    display: block;
  }

  #package-item {
    width: 100%;
    margin: 15px auto;
  }
}

@media screen and (max-width: 768px) {
  #package-item {
    /* width: 95%; */
  }

  .all-pricing-card {
    margin: 15px 0;
  }

  .orginal-price {
    margin-bottom: 5px;
  }
}

.bonus-feature {
  display: none;
}

@media screen and (max-width: 768px) {
  #package-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .all-pricing-card {
    margin: 15px 0;
  }

  .orginal-price {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .discount {
    padding: 1px;
    margin: 0;
  }

  .month-selector-package {
    flex-direction: column;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .month-selector-package {
    font-size: 12px;
  }
}

/* add sup modal  */
.cinetpay-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: hidden;
  align-items: center;
  justify-content: center;

  /* Enable scroll if needed */
  /* background-color: rgb(0, 0, 0); */
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.cinetpay-modal .modal-content {
  background-color: #fefefe;
  z-index: 100;
  position: relative;
  margin: 15% auto;
  padding: 25px;
  border-radius: 10px;
  border: none;
  width: 50%;
  overflow-y: auto;
  max-height: 90%;
}

.cinetpay-modal .modal-content h3 {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0;
}

.cinetpay-modal .diviser {
  height: 1.5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.034);
  margin: 15px 0;
}

.cinetpay-modal .modal-content p {
  font-size: 0.8rem;
}

.cinetpay-modal .modal-content .add-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.addSuppBtnContainer {
  display: flex;
  justify-content: flex-end;
}

/* add btn */
.cinetPayBtn {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    Ubuntu, sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  /* width: 100%; */
}

.cinetPayBtn:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
    rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

.form-group {
  display: flex;
  width: 100%;
  gap: 20px;
  margin: 10px 0;
}

.form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 20px;
}

.form-item label {
  font-size: 1rem;
  color: #344054;
  margin-bottom: 10px;
}

.form-item input {
  border: 1px solid #eaecf0;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  height: 50px;
  line-height: 1.25;
  border-radius: 10px;
  outline: none;
}

.form-item input::placeholder {
  color: #d1d5db;
  font-size: 1rem;
}

.form-item input:focus {
  border-color: #4c6a92;
  box-shadow: 0 1px 0 #4c6a92, 0 -1px 0 #4c6a92, -1px 0 0 #4c6a92,
    1px 0 0 #4c6a92;
  outline: 0 none;
}

.country-select {
  border: 1px solid #eaecf0;
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  height: 50px;
  line-height: 1.25;
  border-radius: 10px;
  outline: none;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 140 140"><polyline points="10,50 70,110 130,50" style="fill:none;stroke:%238B8C8F;stroke-width:15;stroke-linecap:round"/></svg>')
    no-repeat right 15px center;
  background-size: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin: 0px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
}

.country-select::placeholder {
  color: #d1d5db;
  font-size: 1rem;
}

.country-select:focus {
  border-color: #4c6a92;
  box-shadow: 0 1px 0 #4c6a92, 0 -1px 0 #4c6a92, -1px 0 0 #4c6a92,
    1px 0 0 #4c6a92;
  outline: 0 none;
}

@media screen and (max-width: 1200px) {
  .cinetpay-modal .modal-content {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #add-packages-row {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  #package-item {
    /* width: 95%; */
  }

  .pricing-card {
    margin: 15px 0;
  }

  .orginal-price {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .cinetPayBtn .modal-content {
    width: 95%;
  }

  .form-group {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pricing-card {
    margin: 15px 0;
  }

  .orginal-price {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 576px) {
  .cinetpay-modal .modal-content {
    width: 97%;
  }
}

.icons8-done {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjAsMCwyNTYsMjU2IgpzdHlsZT0iZmlsbDojMDAwMDAwOyI+CjxnIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxnIHRyYW5zZm9ybT0ic2NhbGUoNS4xMiw1LjEyKSI+PHBhdGggZD0iTTQyLjg3NSw4LjYyNWMtMC4wMzEyNSwwLjAwNzgxIC0wLjA2MjUsMC4wMTk1MyAtMC4wOTM3NSwwLjAzMTI1Yy0wLjI2MTcyLDAuMDY2NDEgLTAuNDg4MjgsMC4yMzQzOCAtMC42MjUsMC40Njg3NWwtMjAuNDM3NSwzMS42ODc1bC0xNC4wNjI1LC0xMi42ODc1Yy0wLjI0NjA5LC0wLjMxMjUgLTAuNjU2MjUsLTAuNDQ5MjIgLTEuMDQyOTcsLTAuMzQ3NjZjLTAuMzg2NzIsMC4xMDE1NiAtMC42NzE4NywwLjQyNTc4IC0wLjczMDQ3LDAuODIwMzFjLTAuMDU4NTksMC4zOTQ1MyAwLjEyMTA5LDAuNzg1MTYgMC40NjA5NCwwLjk5NjA5bDE0LjkwNjI1LDEzLjVjMC4yMTg3NSwwLjE5MTQxIDAuNTExNzIsMC4yNzczNCAwLjgwMDc4LDAuMjM0MzhjMC4yODkwNiwtMC4wNDI5NyAwLjU0Mjk3LC0wLjIwNzAzIDAuNjk5MjIsLTAuNDUzMTJsMjEuMDkzNzUsLTMyLjY4NzVjMC4yMzA0NywtMC4zMjgxMiAwLjI0MjE5LC0wLjc2MTcyIDAuMDMxMjUsLTEuMTAxNTZjLTAuMjEwOTQsLTAuMzM5ODQgLTAuNjA1NDcsLTAuNTE5NTMgLTEsLTAuNDYwOTR6Ij48L3BhdGg+PC9nPjwvZz4KPC9zdmc+")
    50% 50% no-repeat;
  background-size: 100%;
}

.pricing-card {
  padding: 2.25rem 1.5rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.7rem;
  min-height: 100%;
  background: rgba(55, 80, 155, 0.04);
}

.pricing-card-featured {
  border-color: orange;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.pricing-card .description {
  min-height: 30px;
  font-weight: 400;
  max-height: 30px;
}

.package-plus-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 15px;
  height: 35px;
  max-height: 35px;
  /* align-items: center; */

  .featured-tag {
    justify-self: flex-end;
    align-self: flex-start;
    background: orange;
    padding: 6px 14px;
    font-weight: 500;
    color: white;
    font-size: 0.875rem;
    border-radius: 20px;
  }

  h4 {
    font-size: 1.7rem;
    font-weight: 600;
    padding-bottom: 0;
  }
}

.pricing-card-body h1 {
  font-size: 1.5rem;
}

.orginal-price {
  position: relative;
  color: #d1d9e1;
  display: block;
  max-width: max-content;
  font-size: 1.3rem;
}

.orginal-price::after {
  position: absolute;
  content: "";
  width: 110%;
  height: 2px;
  background: #d1d9e1;
  transform: translateX(-100%);
  top: 50%;
  /* transform: translateY(-50%); */
}

.feature-list-item li {
  font-weight: 500;
}

.pricing-card-btn-featured {
  background: orange !important;
  border: none;
  font-weight: 700;
  transition: transform 0.3s, background-color 0.3s;
  transform: scale3d(1, 1, 1.01);
  width: 50%;
  margin: 0 auto;
  margin-top: 60px;

  &:hover {
    transform: scale3d(0.95, 0.95, 1.01);
  }
}

.skin .btn-outline-primary:hover {
  background: #202020;
  transform: scale3d(0.95, 0.95, 1.01);
  /* opacity: 0.5; */
}

.add-supp-card-btn {
  background: orange !important;
  /* border: 1px solid #202020; */
  color: #fff;
  font-weight: 700;
  transition: transform 0.3s, background-color 0.3s;
  transform: scale3d(1, 1, 1.01);
  width: 100%;
  margin: 0 auto;

  &:hover {
    color: #fff;
    /* background: #202020; */
    /* transform: scale3d(0.95, 0.95, 1.01); */
    /* opacity: 0.5; */
  }

  &:active {
    /* border: 1px solid #202020; */
    color: #fff;
    /* background: none; */
    /* opacity: 0.5; */
  }

  &:focus {
    background: none;
    color: #fff;
    /* border-color: #202020; */
  }
}

.background-div {
  width: 100%;
  height: auto;
  object-fit: cover;
}

#add-packages-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 30px !important;
}

#package-item {
  width: 100%;
}

/* add sup modal  */
.add-sup-modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 10000;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

.add-sup-modal .modal-content {
  background-color: #fefefe;
  z-index: 100;
  position: relative;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 25px;
  border-radius: 10px;
  border: none;
  width: 400px;
  /* Could be more or less, depending on screen size */
}

.add-sup-modal .modal-content h3 {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 0;
}

.add-sup-modal .diviser {
  height: 1.5px;
  width: 100%;
  background: rgba(0, 0, 0, 0.034);
  margin: 15px 0;
}

.add-sup-modal .modal-content p {
  font-size: 0.8rem;
}

.add-sup-modal .modal-content .add-number {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}

.total-price,
.single-price {
  display: flex;
  justify-content: space-between;
}

.add-prices p {
  color: #8a8a8c;
  font-weight: bold;
  font-size: 0.9rem !important;
}

.range-value {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

.close {
  color: #aaa;
  position: absolute;
  top: 5px;
  right: 15px;
  float: right;
  font-size: 30px !important;
  /* font-weight: bold; */
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.addSuppBtnContainer {
  display: flex;
  gap: 10px;
}

/* add btn */
.addSuppBtn {
  appearance: button;
  backface-visibility: hidden;
  background-color: #405cf5;
  border-radius: 6px;
  border-width: 0;
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.1) 0 2px 5px 0, rgba(0, 0, 0, 0.07) 0 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, "Helvetica Neue",
    Ubuntu, sans-serif;
  font-size: 100%;
  height: 44px;
  line-height: 1.15;
  margin: 12px 0 0;
  outline: none;
  overflow: hidden;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-transform: none;
  transform: translateZ(0);
  transition: all 0.2s, box-shadow 0.08s ease-in;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
}

.addSuppBtn.cancel {
  background: none;
  color: black;
}

.addSuppBtn:focus {
  box-shadow: rgba(50, 50, 93, 0.1) 0 0 0 1px inset,
    rgba(50, 50, 93, 0.2) 0 6px 15px 0, rgba(0, 0, 0, 0.1) 0 2px 2px 0,
    rgba(50, 151, 211, 0.3) 0 0 0 4px;
}

input[type="range"] {
  border: none;
  width: 100%;
  /* Additional styles to make it look better without the border */
  -webkit-appearance: none;
  /* Remove default styling in WebKit browsers */
  appearance: none;
  /* Remove default styling in other browsers */
}

input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}

input[type="range"]::-webkit-slider-thumb {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: whitesmoke;
  border: 2px solid blue;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
  /* Adjust to center the thumb */
}

input[type="range"]::-moz-range-thumb {
  border: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #4caf50;
  cursor: pointer;
}

input[type="range"]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: #ddd;
  border-radius: 5px;
}

@media screen and (max-width: 1200px) {
  #add-packages-row {
    grid-template-columns: 1fr 1fr;
  }

  #package-item {
    width: 100%;
    margin: 15px auto;
  }
}

@media screen and (max-width: 768px) {
  #add-packages-row {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
  }

  #package-item {
    /* width: 95%; */
  }

  .pricing-card {
    margin: 15px 0;
  }

  .orginal-price {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  #package-item {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .pricing-card {
    margin: 15px 0;
  }

  .orginal-price {
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 500px) {
  .add-sup-modal .modal-content {
    width: 95%;
  }
}

.faq-card {
  padding: 24px 0;
  background: #f7f8fb;
  /* border-top: 1px solid #e5e5e5; */
  cursor: pointer;
  border-radius: 16px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 16px;
  padding: 24px;
  /* -webkit-transform: rotate(180deg); */
  /* transform: rotate(180deg); */
  transition: all 0.3s ease;

  &:hover {
    /* background: #fafafa; */
  }

  &.open .text-content {
    display: block;
    max-height: 1000px;
    /* Adjust based on content length */
    transition: max-height 0.5s ease-in-out, padding 0.3s ease;
  }

  .top {
    display: flex;
    justify-content: space-between;
    transition: background-color 0.3s ease-in-out;
    align-items: center;

    span {
      height: 40px;
      border-radius: 50px;
      width: 40px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 2rem;
      cursor: pointer;
      border: 2px solid #0000;

      &:hover {
        background: #ededed;
      }
    }
  }

  .text-content {
    opacity: 0;
    color: #707070;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease;
    line-height: 24px;
    max-height: 0;
    max-width: 1000px;

    &.show-text {
      opacity: 1;
      padding-top: 24px;
      max-height: 650px;
    }
  }
}

.icon {
  transform: rotate(180deg);
  transition: all 0.3s ease;
}

.icon.open-icon {
  transform: rotate(0deg);
}

.faq-title {
  word-break: break-word;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.btn {
  padding: 8px 12px;
}

/* media queries  */

@media screen and (max-width: 913px) {
  #faq {
    padding: 50px 20px;
  }

  .faq-title {
    font-size: 1rem;
  }
}
