.pages-body {
  background-image: url("../assets/images/bg-dots.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.progress-bar {
  width: 24px;
  height: 90vh;
  background-color: rgba(14, 106, 57, 0.05);
  border-radius: 17px;
  border: 1px solid rgba(14, 106, 57, 0.5);
  margin-top: 20px;
  display: flex;
  justify-content: start;
}

.progress-bar-inner {
  width: 100%;
  height: var(--progress);
  background: linear-gradient(90deg, #000000 0.38%, #0e6a39 51.5%);
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 10px;
}

.progress-bar-inner i {
  font-size: 14px;
  color: var(--white-color);
}

 .inquiry-details-form {
  padding: 20px;
  background-color: rgba(109, 189, 146, 0.05);
  border-radius: 27px;
  margin: 20px 0;
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

 .inquiry-details-form::before,
 .inquiry-details-form::after {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 70px;
  height: 70px;
  background-color: rgba(109, 189, 146, 1);
  border-radius: 27px;
  filter: blur(25px);
  z-index: -1;
  /* box-shadow: 10px 4px 64px 10px rgba(109, 189, 146, 1); */
}

.inquiry-details-form::after {
  top: unset;
  bottom: -20px;
  left: -20px;
  right: unset;
}

.section-form h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 20px;
}
.terms-and-conditions .sub-section{
  padding: clamp(20px, 2vw,40px);
}
.sub-section {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: rgba(14, 106, 57, 0.05);
  border-radius: 17px;
  padding: 10px;
  border: 1px solid rgba(14, 106, 57, 0.5);
  margin-top: 20px;
}

.order-number.sub-section {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.order-number.sub-section .order-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.order-number.sub-section .order-details p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}

.order-number.sub-section .order-details span:first-of-type {
  font-size: 24px;
  font-weight: 700;
}

.order-number.sub-section .order-details span:last-of-type {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}

.payment-details-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.payment-details-inner p {
  font-size: 20px;
  font-weight: 600;
}

.payment-details-inner span {
  font-size: 20px;
  font-weight: 600;
}

.payment-details-inner.total {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  border-top: 1px solid rgba(14, 106, 57, 0.5);
}

.payment-methods h3 {
  text-align: right;
  margin-bottom: 20px;
  font-size: 24px;
}

.payment-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.payment-card {
  width: calc((100% - 50px) / 4);
  min-height: 180px;
  background: rgba(14, 106, 57, 0.05);
  border-radius: 16px;
  padding: 30px 15px;
  position: relative;
  cursor: pointer;
  border: 2px solid transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.payment-card:hover {
  border-color: rgba(14, 106, 57, 0.5);
}

.payment-card input {
  display: none;
}

.check {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  border: 2px solid #88b59f;
  border-radius: 6px;
}

.payment-card input:checked + .check {
  background: linear-gradient(#000000 0.38%, #0e6a39 51.5%);
  border-color: rgba(14, 106, 57, 0.5);
}

.payment-card input:checked + .check::after {
  content: "✓";
  color: white;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.payment-logo {
  width: 80%;
  height: 65px;
  padding: 10px;
  background: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  margin-bottom: 12px;
}

.other-department-form {
  display: none;
}
.other-department-form.show {
  display: block;
}


.bank-transfer {
  color: #0059c8;
}

.tabby {
  color: #000;
}

.apple-pay {
  font-size: 24px;
}

.mada {
  color: #000;
}

.payment-card p {
  font-size: 18px;
  color: #222;
}

.complete-payment-section {
  padding: 20px 0;
}

.payment-button-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* inquire */
.inquire-message-img{
  max-width: 240px;
}
.inquire-message {
  width: 100%;
  margin: 0 auto;
}

.inquire-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.inquire-content-details {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.inquire-content-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  gap: 10px;
}

.inquire-content-inner p {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}

.inquire-content-inner input {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(14, 106, 57, 0.5);
  background-color: rgba(14, 106, 57, 0.05);
  padding: 10px;
}
.inquire-content-inner textarea {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid rgba(14, 106, 57, 0.5);
  background-color: rgba(14, 106, 57, 0.05);
  padding: 10px;
}

.inquire-content span {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}

/* inquire details */

.order-details-content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.order-details-inner p {
  font-size: 18px;
  font-weight: 600;
  color: var(--main-color);
}

.order-details-inner span {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}


.order-number.sub-section .order-details .timer-text {
  font-size: 18px;
  font-weight: 500;
  color: #FF383C;
  display: flex;
  align-items: center;
  gap: 10px;
}

.timer-text img{
  width: 24px;
  height: 24px;
  object-fit: contain;
  object-position: center;
  border-radius: 50%;
}

.inquire-message h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  text-align: start;
  margin-bottom: 20px;
}
.inquire-message-text {
  min-height: 230px;
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
  margin-bottom: 20px;
}

.inquire-message-text p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}

.paid-status {
  background: #1DCD591A;
  color: #1DCD59;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
}

.sent-status {
  background: #7D5FB11A;
  color: #7D5FB1;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.completed-status {
  background: #0E6A391A;
  color: #0E6A39;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}
.not-paid-status {
  background: #B453091A;
  color:#B45309;
  padding: 10px 20px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

/*! ==================================== Track-Telegram ==================================== */
.track-telegram{
  padding: 140px 0 !important;
}
.track-telegram figure {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.track-telegram figure img {
  width: 300px;
  height: 300px;
  animation: floatMessage 4s ease-in-out infinite;
}
.track-telegram .steps-wrapper {
  position: relative;
  width: 70%;
  margin: 0 auto;
}
.track-telegram .steps-wrapper .circle {
  width: 550px;
  height: 550px;
  /* border: 2px dashed var(--main-color); */
  border-radius: 50%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.track-telegram .steps-wrapper .circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px dashed var(--main-color);
  border-radius: 50%;
  z-index: -1;
  animation: spin 20s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.track-telegram .arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  animation: spin 20s linear infinite;
}
.track-telegram .arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  animation: arrowPulseGlow 1s ease-in-out infinite;
}
.track-telegram .arrow-top {
  left: 50%;
  bottom: 97%;
  transform: translateX(-50%) rotate(-100deg);
}
.track-telegram .arrow-bottom {
  left: 50%;
  top: 97%;
  transform: translateX(-50%) rotate(80deg);
}
.track-telegram .arrow-left {
  top: 50%;
  left: -17px;
  transform: rotate(-180deg);
}
.track-telegram .arrow-right {
  top: 50%;
  right: -15px;
}
.track-telegram .steps-wrapper .circle .title {
  width: 100%;
}
.track-telegram .step-card {
  background-color: rgba(109, 189, 146, 0.2);
  width: 400px;
  padding-block: 20px;
  padding-inline: 20px 40px;
  border-radius: 30px;

  position: absolute;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9;
}
.track-telegram .step-card h3 {
  font-weight: 700;
  font-size: clamp(20px, 3vw, 24px);
}
.track-telegram .step-card p {
  font-size: clamp(18px, 3vw, 22px);
}
.track-telegram .step-card::before {
  content: attr(data-num);
  position: absolute;
  top: -15%;
  right: -5%;
  width: 40px;
  height: 40px;
  font-family: Arial, sans-serif;
  background-image: linear-gradient(
    to right,
    var(--main-color),
    var(--main-color),
    var(--main-color),
    var(--second-color)
  );
  border-radius: 10px;
  z-index: -1;
  color: var(--white-color);
  font-size: 45px;
  font-weight: 900;
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: start;
  align-items: center;
  animation: bounceNumber 2s infinite;
}
.track-telegram .step-card::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    var(--second-color) 0%,
    var(--second-color) 35%,
    rgba(100, 255, 180, 0.15) 60%,
    transparent 80%
  );
  filter: blur(34px);
  border-radius: 30px;
  z-index: -1;
}
.track-telegram .step-card-1 {
  top: -7%;
}
.track-telegram .step-card-2 {
  bottom: 0;
}
.track-telegram .step-card-3 {
  top: 100%;
  right: 55%;
}
.track-telegram .step-card-4 {
  left: -60px;
  top: 50%;
}
.track-telegram .step-card-5 {
    left: 55px;
    top: -40px;
}
@keyframes floatMessage {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
@keyframes bounceNumber {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
@keyframes arrowPulseGlow {
  0%,
  100% {
    scale: 1;
    filter: drop-shadow(0 0 0px #6dbd92);
  }
  50% {
    scale: 1.2;
    filter: drop-shadow(0 0 10px #6dbd92);
  }
}

/*! ==================================== FAQS ==================================== */
.faqs .main-container {
  background-image: linear-gradient(
    to right,
    rgba(109, 189, 146, 0.2),
    rgba(109, 189, 146, 0.2)
  );
  border-radius: 30px;
  padding-inline: 30px;
  padding: 40px;
}
.faqs figure {
  width: 60%;
  margin-right: auto;
  position: relative;
}
.faqs figure .question {
  position: absolute;
  width: 25%;
  height: fit-content;
  right: 30px;
  bottom: 5px;
  transform-origin: bottom center;
  animation:
    thinking 3s ease-in-out infinite,
    popQuestion 3s ease-in-out infinite,
    questionGlow 3s ease-in-out infinite;
}
.faqs .question-mark {
  position: absolute;
  color: var(--main-color);
  font-size: 28px;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
  text-shadow: 0 0 12px rgba(109, 189, 146, 0.6);
  z-index: -1;
}
.faqs figure .q1 {
  right: 65px;
  bottom: 90px;
  animation: floatMark 3s infinite;
}
.faqs figure .q2 {
  right: 30px;
  bottom: 100px;
  animation: floatMark 3s infinite 0.7s;
}
.faqs figure .q3 {
  right: 95px;
  bottom: 110px;
  animation: floatMark 3s infinite 1.4s;
}
.faqs .accordion-box .accordion {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faqs .accordion-item {
  background-image: linear-gradient(
    45deg,
    var(--black-color),
    rgba(14, 106, 57, 1),
    rgba(14, 106, 57, 1)
  );
  color: var(--white-color);
  font-size: 22px;
  border-radius: 20px;
}
.faqs .accordion-item .accordion-body p {
  font-size: clamp(15px, 3vw, 20px);
}
.faqs .accordion-button {
  background-image: linear-gradient(
    45deg,
    var(--black-color),
    rgba(14, 106, 57, 1),
    rgba(14, 106, 57, 1)
  );
  color: var(--white-color) !important;
  font-size: clamp(18px, 3vw, 22px);
  border-radius: 20px !important;
  box-shadow: none;
  text-align: start;
  display: flex;
  gap: 10px;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-button::after {
  width: 15px;
  height: 15px;
  margin-right: auto;
  margin-left: unset;
  background-image: url("../assets/images/arrow-faqs.svg");
  background-size: contain;
}

@keyframes thinking {
  0%,
  100% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(-8deg);
  }
  40% {
    transform: rotate(8deg);
  }
  60% {
    transform: rotate(-5deg);
  }
  80% {
    transform: rotate(5deg);
  }
}

@keyframes popQuestion {
  0%,
  80%,
  100% {
    scale: 1;
  }
  85% {
    scale: 1.18;
  }
  90% {
    scale: 0.95;
  }
  95% {
    scale: 1.1;
  }
}

@keyframes questionGlow {
  0%,
  80%,
  100% {
    filter: drop-shadow(0 0 0 rgba(109, 189, 146, 0.7));
  }
  90% {
    filter: drop-shadow(0 0 18px rgba(109, 189, 146, 1));
  }
}

@keyframes floatMark {
  0% {
    opacity: 0;
    transform: translateY(15px) scale(0.6);
  }

  20% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateY(-55px) scale(1.2);
  }
}

/* choose department */
.order-number p {
  color: #010b06;
  font-size: 28px;
  font-weight: 600;
}

.inquiry-tap {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.order-number .payment-card h2{
  margin-bottom: 0;
  color: #010b06;
  font-size: 22px;
}

.order-number .payment-card p{
  font-size: 20px;
  color: #010b06;
  font-weight: 500;
}
.btn-entity {
  width: fit-content;
  border: 1.5px solid #0e6a3980;
  border-radius: 16px;
  padding: 10px 20px;
  font-size: 21px;
  color: #0e6a39;
  background: #0e6a390d;
  display: flex;
  align-items: center;
  gap: 7px;
  transition: all 0.2s;
  white-space: nowrap;
}
.btn-entity img {
  width: 24px;
  height: 24px;
}
.btn-entity:hover {
  border-color: #1a6e3c;
  color: #1a6e3c;
  background: #f0faf4;
}

.inquiry-tap input[type="radio"] {
  display: none;
}

.inquiry-tap input[type="radio"]:checked + label ,
.btn-entity.active {
  background: #1a6e3c;
  border-color: #1a6e3c;
  color: #fff;
}
.inquiry-tap input[type="radio"]:checked + label img,
.btn-entity.active img {
  filter: brightness(0) invert(1);
}

.filter-box,
.group-box {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 15px;
}

.search-input,
.select-input,
.input-box {
  width: 100%;
  position: relative;
}

.search-input img,
.select-input img {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  pointer-events: none;
}
.input-box label {
  color: #010b06;
  font-size: 22px;
  font-weight: 400;
  /* display: block; */
  margin-bottom: 10px;
}
.search-input input,
.select-input select {
  width: 100%;
  height: 50px;
  border: 1.5px solid #0e6a3980;
  border-radius: 16px;
  padding: 10px 50px 10px 40px;
  font-size: 22px;
  color: #0e6a39;
  background: #0e6a390d;
  display: flex;
  align-items: center;
  gap: 7px;
  outline: none;
  transition: 0.3s;
}

.search-input input:focus,
.select-input select:focus {
  border-color: #0e6a39;
  box-shadow: 0 0 0 4px rgba(14, 106, 57, 0.12);
}

.select-input select {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("../assets/images/arrow-down.svg");
  background-size: 20px;
  background-position: left 18px center;
  background-repeat: no-repeat;

}

.upload-box {
  width: 100%;
  padding: 20px;
  min-height: 230px;
  border: 2px dashed #c9d4cf;
  border-radius: 16px;
  background: #fafcfb;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

.upload-box:hover {
  border-color: #0e6a39;
}

.upload-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.upload-content img {
  width: 48px;
  height: 48px;
  margin-bottom: 10px;
}

.upload-content h4 {
  font-size: 18px;
  font-weight: 400;
  color: #0e6a39;
}


  .preview {
  width: 100%;
  height: 100%;
  display: none;
  object-fit: contain;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
  padding: 2px;
  border: 1px solid #c9d4cf;
  box-sizing: border-box;
}
.upload-box.has-image .preview {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.preview-item-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
}
.preview-pdf-wrapper {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #c9d4cf;
  border-radius: 8px;
  padding: 4px;
  box-sizing: border-box;
  text-align: center;
}

.preview-pdf-icon {
  background: #FF383C;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 4px;
  margin-bottom: 4px;
}

.preview-pdf-name {
  font-size: 9px;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.preview-remove-btn {
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: #FF383C;
  color: #fff;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 2;
}

.upload-box.has-pdf .upload-pdf {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: var(--main-color);
  text-align: center;
  align-content: center;
  height: 100%;
}

.upload-box.has-pdf .upload-content ,
.upload-box.has-image .upload-content {
  display: none;
}


.upload-box.has-image .upload-content span {
  display: block;
  margin-top: 8px;
  color: #010b06;
  font-size: 16px;
  font-weight: 400;
}

.radio-group {
  width: 100%;
}
.radio-group .question {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #222;
  margin-bottom: 16px;
}

.radio-options {
  display: flex;
  align-items: center;
  gap: 30px;
}

.radio-options label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #444;
  user-select: none;
}

.radio-options input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #cfd4dc;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
}

.radio-options input[type="radio"]::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0e6a39;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.3s;
}

.radio-options input[type="radio"]:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
.radio-options input[type="radio"]:checked {
  border-color: #0e6a39;
}
#attachmentsBox {
  max-height: 0;
  display: none;
  opacity: 0;
  overflow: hidden;
  transition: 0.4s ease;
}

#attachmentsBox.show {
  max-height: 400px;
  opacity: 1;
  margin-top: 20px;
  display: block;
}


.terms-box{
    width: 100%;
}


.checkbox-label{
    display:flex;
    align-items:flex-start;
    gap:15px;
    cursor:pointer;
}

.checkbox-label input{
    display:none;
}

.checkmark{
    width:24px;
    height:24px;
    min-width:24px;
    border:2px solid #FF383C;
    border-radius:8px;
    position:relative;
    transition:.3s;
}

.checkmark::after{
    content:"";
    position:absolute;
    left:7px;
    top:2px;
    width:6px;
    height:12px;
    border:solid var(--second-color);
    border-width:0 2px 2px 0;
    transform:rotate(45deg) scale(0);
    transition:.3s;
}

.checkbox-label input:checked + .checkmark{
    background:#D0D5DD;
    border-color:#D0D5DD;
}

.checkbox-label input:checked + .checkmark::after{
    transform:rotate(45deg) scale(1);
}

.terms-content h4{
    margin:0 0 6px;
    font-size:16px;
    font-weight:600;
    color:#1D2939;
}

.terms-content p{
    margin:0;
    font-size:14px;
    line-height:1.7;
    color:#667085;
}
.checkbox-label input ~ .terms-content h4,
.checkbox-label input ~ .terms-content p{
    color: #FF383C;
}
.checkbox-label input:checked ~ .terms-content h4,
.checkbox-label input:checked ~ .terms-content p{
    color: var(--second-color);
}


/*  */

.about-us .main-container {
  padding: 50px 30px;
  background-color: rgba(109, 189, 146, 0.2);
  border-radius: 27px;
}

.about-us .about-us-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: start;
    justify-content: center;
    height: 100%;
}
.about-us .about-us-content-title {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.about-us .about-us-content-title h2  {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-color);
  background: linear-gradient(
    90deg,
    var(--black-color),
    var(--second-color),
    var(--black-color)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0% 50%;
  animation: gradientMove 3s linear infinite;
  font-family: "font-bold";
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.about-us p {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
}

.about-us .about-us-content-title p {
  font-size: 22px;
  font-weight: 500;
  background: linear-gradient(
    90deg,
    var(--black-color),
    var(--second-color),
    var(--black-color)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0% 50%;
  animation: gradientMove 4s linear infinite;
  font-family: "font-bold";
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}


.about-us-statistics-items{
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.cards .about-us-statistics-item{
  max-width: 200px;
  width: 100%;
  max-height: 140px;
}
.cards .about-us-statistics-item h2{
  color: #010B06;
  font-weight: 700;
  font-size: 22px;
}
.cards .about-us-statistics-item p{
  color: #010B06;
  font-weight: 400;
  font-size: 20px;
}


.about-us-statistics-item {
  height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background: radial-gradient(
    circle,
    #fbfdfc 30%,
    #c7e6d5 70%,
    rgba(157, 211, 182, 1) 100%
  );
  border-radius: 27px;
}

.about-us-statistics-item h3 {
  font-size: 38px;
  font-weight: 700;
  color: var(--text-color);
}
.about-us-statistics-item p {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
}

.about-us-statistics-item img{
    width: 48px;
    height: 48px;
}



/*! ==================================== Why Choose Us ==================================== */

.why-choose-us-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
  background: radial-gradient(
    circle,
    #fbfdfc 30%,
    #c7e6d5 70%,
    rgba(157, 211, 182, 1) 100%
  );
  border-radius: 27px;
  padding: 36px 20px;
  position: relative;
  height: 100%;
}

.why-choose-us-content-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(
    360deg,
    #fbfdfc 0.38%,
    #f0f8f4 20%,
    rgba(157, 211, 182, 1) 51.5%
  );
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.why-choose-us-content-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-choose-us-content h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  margin: auto;
}
.why-choose-us-content h3 span {
  background: linear-gradient(
    90deg,
    var(--black-color),
    var(--second-color),
    var(--black-color)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0% 50%;
  animation: gradientMove 3s linear infinite;
  font-family: "font-bold";
}


.why-choose-us-content .type-details{
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: start;
    height: 100%;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.why-choose-us-content .type-details a,
.why-choose-us-content .type-details span{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
    border: 1px solid #0E6A39;
    padding: 5px 10px;
    border-radius: 10px;
}

/*! ==================================== Our Services ==================================== */
.our-services{
  box-shadow: 0px 13px 63.4px 0px #0E6A3933 inset;
background: #F5FFFA;
padding: 100px 0 !important;
}

.our-services-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  gap: 10px;
}
.our-services-header h2 {
  font-size: 36px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--black-color),
    var(--second-color),
    var(--black-color)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 0% 50%;
  animation: gradientMove 4s linear infinite;
  font-family: "font-bold";
}
.our-services-header p {
  font-size: 20px;
  font-weight: 500;
  color: var(--text-color);
}
.our-services-item {
  height: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: radial-gradient(
    circle,
    #fbfdfc 30%,
    #c7e6d5 70%,
    rgba(157, 211, 182, 1) 100%
  );
  border-radius: 27px;
  padding: 36px 20px;
}

.our-services-item figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.our-services-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-services-item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.our-services-item h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
}
.our-services-item p {
  font-size: 18px;
  font-weight: 500;
  color: var(--text-color);
}
/* choose department end */


/*! ==================================== Barqia Application ==================================== */

.barqia-application-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 10px;
    width: 100%;
}
.barqia-application-content p{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}


.barqia-application-content p:first-child{
    font-weight: 700;
    font-size: 18px;
    color: var(--text-color);
}
.barqia-application-content p:last-child{
    font-weight: 700;
    font-size: 18px;
    color: var(--text-color);
}



/*! ==================================== Privacy Policy ==================================== */

.settings-section h2{
    font-size: 36px;
    font-weight: 700;
    background: linear-gradient( 90deg, var(--black-color), var(--second-color), var(--black-color));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 0% 50%;
    animation: gradientMove 4s linear infinite;
    font-family: "font-bold";
}
.settings-section p{
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    line-height: 1.7;
}


.terms-and-conditions p{
  font-size: clamp(18px, 2vw,24px);
    font-weight: 700;
    color: var(--text-color);
}
.terms-and-conditions span{
    font-size: clamp(16px, 2vw,22px);
    font-weight: 500;
    color: var(--text-color);
}




/*! ==================================== Modal ==================================== */

#originalTextModal .modal-content{
    padding: 20px;
    border-radius: 20px;
    background-image: url("../assets/images/bg-dots.svg");
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.modal-footer-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.modal-footer-buttons button{
    height: 48px;
    align-items: center;
}

#originalTextModal .modal-content img{
    width: 30%;
    object-fit: contain;
  }
  .modal-footer-buttons button img{
    width: 26px;
    height: 26px;
}
.modal-footer-buttons a:first-child img,
.modal-footer-buttons button:first-child img{
    filter: invert(1) saturate(0);
}
#originalTextModal .modal-content h3{
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
}
#originalTextModal .modal-content p{
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}


.copy-btn{
  position: relative;
  overflow: visible !important;
}
.copy-number-text-success {
  position: absolute;
  top: -30px;
  right: 0;
  width: fit-content;
  height: 100%;
  color: var(--main-color) !important;
  display: none;
}
