.twitter-x-logo {
  width: 24px;
  text-align: center;
  padding: 2px 4px;
  line-height: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #045da7;
}

.twitter-x-logo i {
  font-size: 16px;
  font-weight: 900;
}

.custom-about-member {
  background-color: #fff;
  height: fit-content;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
  transform: scale(0);
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.custom-about-member:hover {
  z-index: 1;
  position: relative;
  transform: scale(1.1) !important;
}

.text-small {
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.text-xs {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-about-member .about_teamboxx_left .about_teambox {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.custom-about-member .about_teamboxx_left .about_teambox img {
  width: 100% !important;
  /* height: 200px !important; */
}

.icon-wrapper {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.common_form_design .form-group .form-control,
.common_form_design .form-group .form-select {
  height: 50px;
  width: 100%;
  border: none;
  background-color: #f2f5f9;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: #222;
  display: block;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: -0.02em;
  border: 1px solid #d2dbe6;
}

.download_pdf_pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 100000;
  height: 100vh;
}

.download_pdf_pop .download_pdf_content {
  width: 50%;
  background-color: #fff;
  margin: 0 auto;
  margin-top: 13%;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.download_pdf_close {
  cursor: pointer;
}

.investor-box-shadow {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px !important;
}

@media (max-width: 1023px) {
  .custom-about-member .about_teamboxx_left .about_teambox img {
    width: 100% !important;
  }
}

.ourbranches_box img {
  width: 100%;
}

.open-modal-bg {
  height: 100vh;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .w-lg-20 {
    width: 20%;
  }
}

.captcha {
  position: relative;
  display: inline-block;
  background: url(../img/captcha.jfif) no-repeat center center;
  background-size: cover;
  width: 200px; /* Adjust as needed */
}

.captcha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.captcha span {
  position: relative;
  color: #d5d2d2;
  z-index: 2;
  font-size: 24px;
  text-align: center;
}
.ul_tick {
  padding: 0; /* Remove padding if not needed */
}

.ul_tick li {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 16px;
  list-style: none;
  position: relative;
  padding-left: 40px; /* Default for LTR */
}

/* Default tick position for LTR */
.ul_tick li::after {
  position: absolute;
  top: 0;
  content: "";
  left: 0; /* Default tick on the left */
  height: 26px;
  width: 26px;
  background-image: url("../img/tickk.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

/* For RTL: Adjust tick position to the right */
:dir(rtl) .ul_tick li {
  padding-right: 40px; /* Adjust padding for RTL */
  padding-left: 0; /* Remove left padding for RTL */
}

:dir(rtl) .ul_tick li::after {
  left: auto; /* Remove default left position */
  right: 0; /* Position tick on the right */
}

/* Media query for smaller screens */
@media (max-width: 767px) {
  .ul_tick li {
    font-size: 15px;
    margin-bottom: 14px;
    padding-left: 35px; /* Adjust padding for LTR */
  }

  .ul_tick li::after {
    height: 22px;
    width: 22px;
    background-size: contain;
  }

  /* Adjust for RTL in smaller screens */
  :dir(rtl) .ul_tick li {
    padding-right: 35px; /* Adjust padding for RTL */
    padding-left: 0; /* Remove left padding for RTL */
  }

  :dir(rtl) .ul_tick li::after {
    right: 0; /* Ensure tick is on the right for RTL */
  }
}

/* .planouter_tabs .nav-link.active::after {
  opacity: 1;
  display: none;
} */

.object_fit_cover {
  object-fit: cover !important;
}

.custom_select_box {
  height: 50px;
  width: 100%;
  border: none;
  background-color: #f2f5f9;
  padding-left: 20px;
  padding-right: 20px;
  outline: none;
  font-size: 14px;
  color: #222;
  display: block;
  border-radius: 4px;
  font-weight: 500;
  letter-spacing: -0.02em;
  border: 1px solid #d2dbe6;
}

:dir(rtl) .blue_box_1::after {
  right: 0 !important;
}
:dir(rtl) .blue_box_1 img {
  right: 40px !important;
}

:dir(rtl) .blue_box_2 img {
  left: 40px !important;
}

:dir(ltr) .similar2 .similar_img::after {
  right: 0 !important;
  left: unset;
}
:dir(rtl) .similar2 .similar_img::after {
  left: 0 !important;
  right: unset !important;
}

:dir(rtl) .link_part img {
  padding: 0 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
:dir(rtl) .anchors_design a img {
  padding: 0 10px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
:dir(rtl) .back_btn {
  /* padding: 0 10px ; */
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
/* :dir(rtl) .eyebtn {
  border: 0;
  background: transparent !important;
  box-shadow: unset !important;
  padding: 0;
  position: absolute;
  left: 40px;
  top: 16px;

} */

/* .privacy_policy{
  font-family: tajawal;
  font-size: 16px ;
}

.privacy_policy ul li, .privacy_policy ol li {
  color: rgba(81, 80, 80, 1);
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  margin-bottom: 20px;
}

.privacy_policy ol {
  counter-reset: item;
}

.privacy_policy ol > li {
  display: block;
  counter-increment: item;
}


.privacy_policy ol > li::before {
  content: counters(item, ".") " ";
  font-weight: bold;
}

.privacy_policy table {
  border: 1px solid grey;
  border-radius: 20px;
}

.privacy_policy table th, table td {
  border: 1px solid grey;
}

.privacy_policy ol ol {
  list-style-type: none;
} */
/* Hide the arrows for number input */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
}
.privacy_policy {
  text-align: justify;
}
.policy_pages p,
.privacy_policy ul li,
.privacy_policy ol li {
  font-size: 18px !important;
}

@media (max-width: 450px) {
  .policy_pages p,
  .privacy_policy ul li,
  .privacy_policy ol li {
    font-size: 12px !important;
  }
  .privacy_policy {
    font-size: 12px !important;
  }
}
.privacy_policy table{
  overflow-wrap: anywhere !important;
}