:root {
  --bs-primary: #24a259;
  --bs-secondary: #22303E;
  --bg-secondary: #ebf7f0;
  --bs-body-color: #24a259;
  --bs-btn-color: #fff;

  --bs-btn-bg: #24a259;

  --bs-btn-border-color: #24a259;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #24a259;
  --bs-btn-hover-border-color: #24a259;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #24a259;
  --bs-btn-active-border-color: #24a259;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #24a259;
  --bs-btn-disabled-border-color: #24a259;
  --Colors-Secondary-Alpha-50: rgba(34, 48, 62, 0.5);
  --Colors-Primary-600---P: #24a259;
  --Colors-Primary-Alpha-8: rgba(36, 162, 89, 0.08);
}

@font-face {
  font-family: "IBM Plex Sans Arabic";
  src: url("../font/IBMPlexSansArabic-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MadaniArabic-Medium";
  src: url("../font/MadaniArabicMedium400.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../font/sf-ui-display-medium-58646be638f96.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "IBM Plex Sans Arabic";
}

section {
  margin-top: 2rem;
}

.gap-2 {
  gap: 2rem !important;
}

.gap-half {
  gap: 0.5rem !important;
}

.hero {
  background: #f8f9fa;
  padding: 50px 0;
}

.lang-btn {
  position: absolute;
}

.background-primary {
  border-radius: var(--RADIUS-radius-full, 62.4375rem);
  background: var(--Colors-Primary-Alpha-8, rgba(36, 162, 89, 0.08));
}

.bg-primary {
  background: #f6fbf8 !important;
}

.feature {
  padding: 50px 0;
}

.pt-16 {
  padding-top: 16px !important;
}

.w-50 {
  width: 50% !important;
}

.w-33 {
  width: 35% !important;
}

.text-align-right {
  text-align: right !important;
}

.gap-10 {
  gap: 10rem !important;
}

.text-primary {
  color: var(--Colors-Primary-600---P, #24a259) !important;
  font-family: "IBM Plex Sans Arabic" !important;
  font-size: 3rem !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  letter-spacing: -0.03rem !important;
}

.title-text-primary {
  color: var(--Colors-Primary-600---P, #24a259) !important;
}

.title {
  color: var(--Colors-Primary-600---P, #24A259);
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 4.5rem */
  letter-spacing: -0.03rem;

}

.navbar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: var(--bg-secondary) !important;
}

.navbar-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  align-self: stretch;
}

.navbar-nav li {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}

.navbar-nav .active {
  border-bottom: #24a259 solid 3px;
}

.border-r-16 {
  border-radius: 16px;
}

.h-48 {
  min-height: 36px;
}

.section1-title {
  gap: 2rem;
  width: 40%;
}

.section1-title button {
  width: 66%;
}

/* .section1-title .title {
  font-size: 3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.03rem;
} */

.dqq-title {
  color: var(--Colors-Primary-600---P, #24A259);
  font-family: "IBM Plex Sans Arabic";
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.03125rem;
}

.footer-sub-title {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 166.667% */
}

.sub-title {
  color: var(--Colors-Secondary-Alpha-50);
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  align-self: stretch;
  /* 155.556% */
}

.width-16 {
  width: 16.125rem;
}

.star-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.package-icon {
  width: 2.75rem;
  height: 2.75rem;
  gap: 1.25rem;
  border-radius: 6.25rem;
  background: var(--Colors-Primary-Alpha-10, rgba(36, 162, 89, 0.1));
}

.package-icon-active {
  width: 2.75rem;
  height: 2.75rem;
  gap: 1.25rem;
  border-radius: 6.25rem;
  background: linear-gradient(107deg, #1bfb7a -22.88%, #24a259 88.48%);
}

.pinifit-icon {
  width: 1rem;
  height: 1rem;
}

.star-title {
  color: var(--Colors-Primary-600---P, #24a259);
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  display: contents;
}

.section2-title {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 4.5rem */
  letter-spacing: -0.03rem;
}

.section2-subtitle {
  color: var(--Colors-Secondary-Alpha-50, rgba(34, 48, 62, 0.5));
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75rem;
  /* 155.556% */
}

.section3-title {
  gap: 2rem;
  width: 40%;
}

.title-secondary {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.8125rem;
  /* 152.5% */
  text-transform: capitalize;
}

.text-title {
  color: #22303E;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  /*font-size: 2.5rem;*/
  font-style: normal;
  font-weight: 700;
  /*line-height: 2.5rem;*/
  /* 100% */
  line-height: 61px;
  font-size: 40px;
  text-transform: capitalize;
}

.light-text {
  color: var(--Colors-Secondary-Alpha-50, rgba(34, 48, 62, 0.5));
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 177.778% */
}

.light-text>li {
  color: var(--Colors-Secondary-Alpha-50, rgba(34, 48, 62, 0.5));
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  /*font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
 */
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.section3-btn {
  width: 15.6875rem;
  height: 6.6875rem;
  padding: 0.5625rem 0.675rem 0.5625rem 1.51875rem;
  gap: 1.5rem;
  border-radius: 0.675rem;
  border: 1.35px solid #22303E;
  background: var(--Colors-Neutral-100---W, #fff);
}

.section4-title {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5625rem;
  text-transform: capitalize;
}

.title-light {
  color: var(--Colors-Secondary-Alpha-50, rgba(34, 48, 62, 0.5));
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  /* 177.778% */
}

.g-recaptcha {
  float: inline-end;
}

.section-8 {
  padding: 4.5rem 0.625rem;
  gap: 0.625rem;
}

.section-9 {
  padding: 4.5rem 0.625rem;
  gap: 0.625rem;
}

.section-border-radius {
  border-radius: 62.4375rem;
}

.section-border-radius>img {
  width: 45.32963rem;
  height: 29.65988rem;
}

.section-border-radius>p {
  color: #22303E;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5625rem;
  /* 142.5% */
  text-transform: capitalize;
}

.section-border-radius>p>span {
  color: #24a259;
  font-family: "IBM Plex Sans Arabic";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.5625rem;
  text-transform: capitalize;
}

.section-10 {
  gap: 5.375rem;
}

.section-10-img {
  flex-shrink: 0;
}

.section-delivery {
  padding: 0.625rem;
  gap: 2rem;
}

.section-11 {
  gap: 7.5rem;
  align-self: stretch;
}

.toggle-button {
  display: flex;
  padding: 0.25rem;
  align-items: flex-start;
  border-radius: 6.25rem;
  border: 1px solid var(--Colors-Primary-400, #49d684);
  background: var(--Colors-Primary-Alpha-8, rgba(36, 162, 89, 0.08));
  backdrop-filter: blur(6.000000476837158px);
}

/* .toggle-button {
    border: 2px solid #28a745;
    border-radius: 50px;
    padding: 5px;
    display: inline-flex;
    cursor: pointer;
    background-color: #f8f9fa;
} */

.toggle-button span {
  display: flex;
  width: 5.5rem;
  padding: 0.5rem 0.625rem;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  border-radius: 0.5rem;
  transition: background 0.3s ease;
  color: #22303E;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.toggle-button .active {
  color: #fff;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  border-radius: 6.25rem;
  background: linear-gradient(221deg, #1bfb7a 0%, #24a45a 76.95%);
  box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.25) inset;
}

.section-packages {
  display: flex;
  padding: 7.5rem 3.75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3.375rem;
  background: #fff;
}

.package-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  flex: 1 0 0;
  border-radius: 0.75rem;
  background: linear-gradient(180deg,
      rgba(27, 251, 122, 0.06) 0%,
      rgba(27, 251, 122, 0.06) 100%);
  box-shadow: 0px 4px 0px 0px rgba(36, 162, 89, 0.24) inset;
  backdrop-filter: blur(5px);
  height: 100%;
}

@media (min-width: 768px) {
  .package-card {
    padding: 1.5rem;
  }
}

.package-active {
  border-radius: 0.75rem;
  background: linear-gradient(180deg,
      rgba(27, 251, 122, 0.06) 0%,
      rgba(27, 251, 122, 0.06) 100%);
  box-shadow: 0px 4px 0px 0px rgba(36, 162, 89, 0.75) inset;
  backdrop-filter: blur(5px);
}

.card-package-btn {
  display: flex;
  height: 3.25rem;
  padding: 0.625rem 1.5rem;
  justify-content: center;
  gap: 0.5rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: var(--Colors-Primary-Alpha-10, rgba(36, 162, 89, 0.1));
  backdrop-filter: blur(5px);
}

.card-package-btn>span {
  color: #24a259;
  font-family: "IBM Plex Sans Arabic";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-package-btn-active {
  display: flex;
  height: 3.25rem;
  padding: 1.1rem 2rem;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  align-self: stretch;
  border-radius: 1rem;
  border: 0px;
  background: linear-gradient(92deg, #1bfb7a -50.65%, #24a259 94.4%);
}

.card-package-btn-active>span {
  color: #fff;
  font-family: "IBM Plex Sans Arabic";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.package-penifit-text {
  color: #22303E;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.package-penifit-light-text {
  color: var(--Colors-Secondary-Alpha-50, rgba(34, 48, 62, 0.5));
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.375rem;
  text-align: start;
  /* 137.5% */
}

.card-number {
  color: #22303E;

  font-family: "IBM Plex Sans Arabic";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card-number>span {
  width: 1.3125rem;
  height: 1.5rem;
  aspect-ratio: 7/8;
}

.section-card-title {
  color: #22303E;
  text-align: center;
  font-family: "IBM Plex Sans Arabic";
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.5rem;
  /* 125% */
  text-transform: capitalize;
}

.section-card {
  border-radius: 1rem;
  border: 2px solid var(--Colors-Primary-Alpha-10, rgba(36, 162, 89, 0.1));
  background: var(--Colors-Primary-Alpha-4, rgba(36, 162, 89, 0.04));
  box-shadow: 0px 25.92px 51.84px -9.72px rgba(14, 29, 46, 0.08);
  backdrop-filter: blur(21.100000381469727px);
}

.width-40 {
  width: 39.1875rem;
}

.section-card-img {
  width: 5.125rem;
  height: 5.125rem;
}

.section-12 {
  border-radius: 2rem;
  background: linear-gradient(234deg, #24a45a 17.14%, #1bfb7a 116.98%);
}

.download-btn {
  width: 12.9375rem;
  padding: 0.63125rem 1.78rem 0.68125rem 1.7825rem;
  border-radius: 8.3125rem;
  background: var(--Colors-Primary-700, #1c7f46);
}

.download-btn>p {
  color: var(--Colors-Neutral-100---W, #fff);
  text-align: right;
  font-family: MadaniArabic-Medium;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.download-btn>span {
  color: var(--Colors-Neutral-100---W, #fff);
  text-align: right;
  font-family: "SF UI Display";
  font-size: 1.485rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 1.485rem */
  letter-spacing: -0.03875rem;
}

.section12-title {
  color: var(--Colors-Neutral-100---W, #fff);
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.65rem;
  font-style: normal;
  font-weight: 500;
  line-height: 3.3rem;
  /* 200% */
  text-transform: capitalize;
}

.section12-title>span {
  color: var(--Colors-Neutral-100---W, #fff);
  font-family: "IBM Plex Sans Arabic";
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.3rem;
  text-transform: capitalize;
}

.section12-btns {
  border-radius: 8.3125rem !important;
  background: var(--Colors-Primary-700, #1c7f46) !important;
  padding: 0.56875rem 1.6rem 0.55625rem 1.65rem !important;
}

.section13-title,
.section14-title {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.8125rem;
  /* 152.5% */
  text-transform: capitalize;
}

.section13-title>span {
  color: var(--Colors-Primary-600---P, #24a259);
  font-family: "IBM Plex Sans Arabic";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.8125rem;
  text-transform: capitalize;
}

.carousel-card {
  border-radius: var(--Spacing-ml, 1.5rem);
  border: 3px solid #daf0e3;
  background: var(--Colors-Neutral-100---W, #fff);
  box-shadow: 0px 31.363px 62.726px -11.761px rgba(14, 29, 46, 0.1);
  backdrop-filter: blur(21.100000381469727px);
  height: 18.9375rem;
}

.carousel-title {
  color: #22303E;
  text-align: right;

  /* Heading 5/Semibold */
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.8125rem;
  /* 150% */
}

.carousel-body {
  color: #22303E;
  text-align: right;

  /* Body XL/Medium */
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.875rem;
  /* 150% */
  width: 28.4375rem;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.carousel-item {
  display: flex;
  width: 30%;
  margin-right: 0 !important;
}

.carousel-item .active {
  width: 40%;
}

.section-14 {
  gap: 4.375rem;
}

.fag {
  width: 55.3125rem !important;
}

.fag-item {
  padding: 1.25rem 1.375rem;
  border-radius: 1rem;
  border: 0.688px solid rgba(255, 255, 255, 0.12);
  background: #f6fbf8;
}

.fag-item-title,
.small-title {
  color: #22303E;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.875rem;
  min-width: max-content;
  /* 150% */
}

.fag-item-arrow {
  width: 2.3125rem;
  height: 2.3125rem;
  padding: 1.125rem 0.9375rem;
  border-radius: 62.4375rem;
  background: var(--Colors-Primary-600---P, #24a259);
  cursor: pointer;
}

.fag-item .collapse>p {
  color: rgba(34, 48, 62, 0.7);
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 164%;
  /* 1.845rem */
}

.footer {
  background: #f6fbf8;
}

.footer {
  gap: 4rem;
}

.footer-start {
  flex-shrink: 0;
}

.download-btns {
  gap: 0.75rem;
}

.download-btns button {
  border-radius: 7.48125rem;
  /* width: 11.64375rem; */
  background: var(--Colors-Primary-600---P, #24a259);
  border: none;
  outline: none;
  padding: 9.09px 25.632px;
  width: 186.3px;
  padding: 9.09px;
  text-align: end;
  gap: 5px;
  height: 56px;
}

.download-btns button:nth-child(2) {
  padding: 0.53688rem 1.44rem 0.52563rem 1.485rem;
  /* width: 11.64375rem; */
  gap: 0.75rem;

  border-radius: 7.48125rem;
  background: var(--Colors-Primary-600---P, #24a259);
}

hr {
  height: 0.1875rem;
  background: var(--Colors-Primary-600---P, #24a259);
}

.made-text {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5rem;
  /* 150% */
}

/* .made-text > span {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
} */

.text-light-madeby {
  color: var(--Colors-Secondary-Alpha-50, rgba(34, 48, 62, 0.5));
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}

.text-light-madeby>span {
  color: var(--Colors-Secondary-Alpha-50, rgba(34, 48, 62, 0.5));
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5rem;
  /* 150% */
}

.download-btns>button>div>p {
  color: var(--Colors-Neutral-100---W, #fff);
  text-align: right;
  font-family: MadaniArabic-Medium;
  font-size: 0.675rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.owl-btn-arrow {
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  padding: 1.25rem;
  justify-content: center;
  align-items: center;
  border-radius: 3.5rem;
  border: 1px solid var(--Colors-Primary-600---P, #24a259);
}

.owl-btn-arrow:hover {
  border-radius: 3.5rem;
  background: var(--Colors-Primary-600---P, #24a259);
}

.owl-btn-arrow svg path {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  fill: #24a259;
  /* Change color on hover */
}

.owl-btn-arrow:hover svg path {
  fill: white;
  /* Default color */
  transition: fill 0.3s ease-in-out;
}

.form-control {
  color: black;
}

.download-dqq-btn {
  color: #22303E;
  text-align: right;
  font-family: "IBM Plex Sans Arabic";
  font-size: 0.9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.40625rem;
  /* 156.25% */
}

.free-dqq-btn {
  color: #22303E;
  font-family: "IBM Plex Sans Arabic";
  font-size: 1.2375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.19375rem;
}

.phone-input {
  display: flex;
  align-items: stretch;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  overflow: hidden;
  background: white;
  width: 100%;
  min-width: 300px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.country-select-container {
  flex: 0 0 auto;
  min-width: 100px;
  background: #f6f8fa;
  border-right: 1px solid #d0d7de;
}

/* RTL support */
[dir="rtl"] .country-select-container {
  border-right: none;
  border-left: 1px solid #d0d7de;
}

.phone-number-container {
  flex: 1;
  background: white;
}

.phone-number-container input {
  border: none;
  outline: none;
  padding: 10px 12px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  background: transparent;
  color: #24292f;
}

.phone-number-container input::placeholder {
  color: #656d76;
}

.phone-number-container input:focus {
  outline: none;
  box-shadow: none;
}

/* Select2 customization */
.select2-container {
  width: 100% !important;
  border: none;
}

.select2-container .select2-selection--single {
  border: none;
  border-radius: 0;
  height: auto;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 8px;
  background: transparent;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  line-height: normal;
  color: #24292f;
  font-size: 14px;
  font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 6px;
  top: 0;
  width: 16px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #656d76 transparent transparent transparent;
  border-width: 5px 4px 0 4px;
  margin-left: -4px;
  margin-top: -2px;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #656d76 transparent;
  border-width: 0 4px 5px 4px;
  margin-top: -7px;
}

/* Remove focus outline from select2 */
.select2-container--default .select2-selection--single:focus {
  outline: none;
}

/* Dropdown styling */
.select2-dropdown {
  z-index: 9999 !important;
  border: 1px solid #d0d7de;
  border-radius: 6px;
  box-shadow: 0 8px 24px rgba(140, 149, 159, 0.2);
  margin-top: 4px;
}

.select2-container--open {
  z-index: 9999 !important;
}

.select2-results__option {
  padding: 10px 12px;
  font-size: 14px;
  border-bottom: 1px solid #f6f8fa;
}

.select2-results__option:last-child {
  border-bottom: none;
}

.select2-results__option--highlighted {
  background-color: #0969da;
  color: white;
}

.select2-search--dropdown {
  padding: 8px;
  border-bottom: 1px solid #d0d7de;
}

.select2-search__field {
  border: 1px solid #d0d7de;
  border-radius: 4px;
  padding: 6px 8px;
  font-size: 14px;
}

/* Focus state for the entire component */
.phone-input:focus-within {
  border-color: #0969da;
  box-shadow: 0 0 0 3px rgba(9, 105, 218, 0.12);
}



/* Remove bootstrap form-control styling conflicts */
.phone-input .form-control {
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

.phone-input .form-control:focus {
  border: none;
  box-shadow: none;
}

/* Flag image styling */
.country-flag {
  border-radius: 2px;
  margin-right: 6px;
}

.select2-selection {
  align-content: center !important;
  border: none !important;
}

.select2-selection__arrow {
  align-self: anchor-center !important;
}

#phoneNumber {
  padding: 10px !important;
}

select option[disabled] {
  color: #6c757d !important;
  font-weight: normal !important;
}

/* Style the select element when showing placeholder */
select:invalid {
  color: #6c757d;
}

select:valid {
  color: #212529;
}

[lang="en"][dir="ltr"] body,
[lang="en"][dir="ltr"] .text-align-right,
[lang="en"][dir="ltr"] .section2-title,
[lang="en"][dir="ltr"] .section4-title,
[lang="en"][dir="ltr"] .title-light,
[lang="en"][dir="ltr"] .download-btn>p,
[lang="en"][dir="ltr"] .download-btn>span,
[lang="en"][dir="ltr"] .section12-title,
[lang="en"][dir="ltr"] .section13-title,
[lang="en"][dir="ltr"] .section14-title,
[lang="en"][dir="ltr"] .carousel-title,
[lang="en"][dir="ltr"] .carousel-body,
[lang="en"][dir="ltr"] .fag-item .collapse>p,
[lang="en"][dir="ltr"] .made-text,
[lang="en"][dir="ltr"] .made-text>span,
[lang="en"][dir="ltr"] .text-light-madeby,
[lang="en"][dir="ltr"] .light-text>li,
[lang="en"][dir="ltr"] .title,
[lang="en"][dir="ltr"] .dqq-title,
[lang="en"][dir="ltr"] .text-light-madeby>span,
[lang="en"][dir="ltr"] .download-btns>button>div>p,
[lang="en"][dir="ltr"] .fag-item .collapse>p,
[lang="en"][dir="ltr"] .sub-title {
  text-align: left !important;
}

[lang="en"][dir="ltr"] .arrow-ltr {
  rotate: 180deg;
}

[lang="en"][dir="ltr"] .lang-btn {
  right: 10px;
}

[lang="ar"][dir="rtl"] .lang-btn {
  left: 10px;
}

@media (max-width: 768px) {

  /* SM (<768px) */
  .faq {
    width: 100%;
  }
}

@media (min-width: 992px) {

  /* LG (≥992px) */
  .section-12>div {
    position: relative;
    height: 24.8125rem;
  }

  .section-12>div>div {
    padding-right: 4rem;
  }

  .section12-img {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .section12-title {
    width: 31.125rem;
  }

  .w-md-50 {
    width: 40% !important;
  }

  .section-border-radius>span {
    width: 38.75rem;
  }

  .fag-item {
    width: 55.75rem !important;
  }

  .footer-start {
    width: 29.75rem;
  }

  footer hr {
    width: 73.5rem;
  }

  .footer {
    height: 30.125rem;
  }
}