/* Main properties that control the layout direction are:
-----------------------------------------------
- Direction (LTR/RTL)
- Float (left/right)
- Margin 
- Padding
- Absolute position (left/right)
- Background position (left/right)
- Border
- Border radious
- Note: "Think about flexbox properties"
*/
/* Clearfix */
/* Direction */
/* Float */
/* Margin */
/* Padding */
/* Left And Right For Absolute Position */
/* Border */
html[lang="en"] .rotateArrow {
  transform: rotate(180deg);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@font-face {
  font-family: "project-font";
  src: url("../fonts/ArbFONTS-Janna-LT-Regular.ttf") format("truetype");
}
body {
  padding: 0;
  margin: 0;
  font-family: "project-font";
  font-size: 14px;
  overflow-x: hidden;
}
html[lang="en"] body {
  direction: ltr;
  text-align: left;
}
html[lang="ar"] body {
  direction: rtl;
  text-align: right;
}
@media (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

.main_color {
  color: #007580;
}

.bg_main {
  background: #007580;
}

.secondary_color {
  color: rgba(0, 117, 128, 0.1019607843);
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.s_space {
  margin: 30px 0;
}

a {
  text-decoration: none;
}

li {
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

i {
  line-height: unset !important;
}

a,
ul,
button,
i,
label {
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
  margin: 0;
  padding: 0;
}

label,
.dropdown-toggle,
button,
a,
i {
  cursor: pointer;
}

.mb-0 {
  margin-bottom: 0 !important;
}

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

.text-underline {
  text-decoration: underline;
}

.b_radius_0 {
  border-radius: unset;
}

.w-fitContent {
  width: -moz-fit-content;
  width: fit-content;
}

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

.form-control:focus {
  box-shadow: unset;
  border: 1px solid #007580;
}

.btn:focus {
  box-shadow: unset !important;
}

a:focus,
a:hover {
  text-decoration: none;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: unset;
  top: 50%;
  width: 20px;
  transform: translateY(-50%);
}
html[lang="en"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  right: 10px;
}
html[lang="ar"]
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  left: 10px;
}

.select2-container--default .select2-selection--single {
  display: flex;
  justify-content: end;
  align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-right: unset;
}

.main_color {
  color: #007580;
}

.owl-carousel {
  direction: ltr;
}

button:focus {
  outline: unset !important;
  box-shadow: unset !important;
}

.cursor_pointer {
  cursor: pointer;
}

.settingImg {
  width: 200px;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

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

.sm_shadow {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.afterNone::after {
  display: none;
}

.grow-1 {
  flex-grow: 1;
}

.text-end {
  text-align: end;
}

.breadcrumb {
  background-color: unset;
  padding: 0;
}

hr {
  background-color: #d0cfcf;
}

.shadow-0 {
  box-shadow: none !important;
}

.main_btn:not(.disabled)::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}

.main_btn:not(.disabled)::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 8rem;
}

.main_btn::before {
  left: -50%;
}

.main_btn::after {
  left: -100%;
}

.main_btn:not(.disabled):hover,
.main_btn:not(.disabled):hover {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.butn__new:hover::before {
  left: 120%;
  opacity: 0.5;
}

.main_btn:hover::after {
  left: 200%;
  opacity: 0.6;
}

.main_btn span {
  z-index: 20;
}

.main_btn {
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 12px;
  font-size: inherit;
  font-weight: bold;
  max-height: 50px;
  width: 168px;
  height: 50px;
  background-color: #007580;
  border: 1px solid #007580;
}
.main_btn.disabled {
  background-color: light-dark(rgba(239, 239, 239, 0.3), rgba(19, 1, 1, 0.3));
  color: light-dark(rgba(16, 16, 16, 0.3), rgba(255, 255, 255, 0.3));
  border-color: light-dark(rgba(118, 118, 118, 0.3), rgba(195, 195, 195, 0.3));
  cursor: not-allowed;
}
.main_btn.sm_height {
  height: 40px;
}
.main_btn.sm {
  width: 80px;
}
.main_btn.sm:not(.h_inherit) {
  height: 40px;
}
.main_btn.btn-dark {
  background-color: #000;
}
.main_btn.btn-dark:hover {
  background-color: #000;
}
.main_btn.btn-danger {
  background-color: #dc3545;
}
.main_btn.btn-danger:hover {
  background-color: #dc3545;
}
.main_btn.transparent {
  background-color: transparent;
  color: var(--primary_color);
  border: 1px solid rgba(0, 117, 128, 0.1019607843) !important;
  border-color: #007580;
}
.main_btn.transparent:hover {
  background-color: transparent !important;
  color: #007580;
  border: 1px solid #007580;
  border: 1px solid rgba(0, 153, 219, 0.031372549);
  transform: scale(0.99);
}
.main_btn.gray_btn {
  background-color: #f4f4f4;
  color: #007580;
  border-color: #f4f4f4;
}
.main_btn.lg {
  width: 170px;
  padding: 13px 0;
}
.main_btn.md {
  width: 150px;
  padding: 5px 0;
}
.main_btn.xlg {
  width: 230px;
  padding: 15px 0;
}
.main_btn.dxlg {
  width: 240px;
  padding: 15px 0;
}
.main_btn.dxxlg {
  width: 320px;
  padding: 15px 0;
}
.main_btn:not(.disabled):hover {
  background-color: #007580;
  color: white;
  border: 1px solid #007580;
  border: 1px solid rgba(0, 153, 219, 0.031372549);
  transform: scale(0.99);
}
.main_btn.btn-border-danger {
  background: transparent;
  color: #dc3545;
  border: 1px solid #dc3545;
}
.main_btn.btn-border-danger:hover {
  background: rgba(255, 0, 0, 0.249);
  border-color: rgba(255, 0, 0, 0.249);
  color: white;
}
.main_btn.btn-border-danger.danger {
  border-radius: 32px;
  background: #be1622;
}
@media (max-width: 600px) {
  .main_btn .main_btn.xlg {
    width: 150px;
  }
  .main_btn.rounded_sm_btn {
    background: white !important;
    border: 1px solid #007580;
    color: #007580;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
  }
  .main_btn.rounded_sm_btn span {
    display: none;
  }
  .main_btn.rounded_sm_btn:hover {
    background: #007580 !important;
    color: white !important;
  }
}
.main_btn.border-muted {
  border: 1px solid rgba(119, 119, 119, 0.4666666667) !important;
}
.main_btn.border-muted:hover {
  background: rgba(119, 119, 119, 0.4666666667) !important;
  color: white !important;
}
.main_btn.main_green_btn {
  background-color: #1e7b8c;
  border-color: #1e7b8c;
  color: #fff;
}
.main_btn.main_green_btn:hover {
  background-color: #1e7b8c;
  border-color: #1e7b8c;
  color: #fff;
}

/* ----------------------- // Layout  //-----------------------  */
html {
  scroll-behavior: smooth;
}

.anchor {
  scroll-margin-top: 110px;
}

header {
  background: white;
  color: black;
}
header.shadow {
  box-shadow: 0px 4px 203.6px 0px rgba(0, 0, 0, 0.1215686275) !important;
}
header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

header .mainTitle {
  font-size: 1.7rem;
  font-weight: bold;
}

@media (max-width: 768px) {
  header {
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  header .name {
    display: none;
  }
}


.hero-section-2 {
  font-weight: 700;
  font-size: 18px;
  color: white;
  background-color: #027681;
}

.img_icon {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}

footer {
  background-color: #007580;
  position: relative;
  z-index: 1;
}
footer .footer_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
  opacity: 0.8;
}
footer a {
  color: white;
}
a {
  text-decoration: none !important;
  color: inherit;
}
.footer h4 {
  max-width: 337px;
  margin: auto;
  line-height: 1.6;
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 400;
}

.social-media-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--bs-gray-100);
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-links a {
  color: var(--bs-white);
  font-size: clamp(0.8rem, 1.8vw, 1.2rem);
}
.footer-links .line {
  width: 1.5px;
  height: 35px;
  display: block !important;
  background-color: var(--bs-white);
}

.copyright {
  border-top: 1px solid var(--bs-gray-900);
}

.copyright p {
  color: var(--bs-white);
  font-size: 16px;
  font-weight: 400;
}

.form-control {
  border: 1px solid #dddddd;
  border-radius: 10px;
}
.form-control:not(textarea) {
  height: auto;
  min-height: 50px; /* allow padding to expand without clipping */
}
.form-control::-moz-placeholder {
  color: #a3a3a3;
  font-size: 12px;
}
.form-control::placeholder {
  color: #a3a3a3;
  font-size: 12px;
}

/* ----------------------- // Side Menu Styles  //-----------------------  */

.nav-links a {
  color: var(--bs-black);
  font-size: 16px;
  font-weight: 400;
}

.nav-links a:hover {
  color: var(--bs-primary);
}

.nav-links a.active {
  color: var(--bs-primary);
}

.lang-switch {
  width: 117px;
  height: 39px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--bs-black);
  border-radius: 43px;
  padding: 4px;
  gap: 6px;
}

.lang-btn {
  height: 31px;
  border: none;
  background: transparent;
  color: var(--bs-black);
  padding: 10px;
  border-radius: 73px;
  transition: all 0.3s ease;
  font-weight: 400;
  font-size: 16px;
}

.lang-btn.active {
  background: var(--bs-black);
  color: var(--bs-white);
}

.login-btn {
  width: 137px;
  height: 39px;
  border: 1px solid var(--bs-primary);
  border-radius: 43px;
}

.login-btn button {
  width: 129px;
  height: 31px;
  border-radius: 73px;
  border: none;
  background: var(--bs-primary);
  color: var(--bs-white);
  font-weight: 400;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
 
  .login-btn {
    width: 120px;
    height: 34px;
  }
  .login-btn button {
    width: 112px;
    height: 26px;
    font-size: 14px;
  }
}

.img_icon {
  width: 24px;
  height: 24px;
}

.offcanvas {
  background-color: var(--bs-white);
}

.offcanvas-body a {
  font-size: 14px;
  color: var(--bs-primary);
  padding: 10px 0;
  display: block;
  text-align: center;
  border: 1px solid var(--bs-primary);
  border-radius: 8px;
  transition: 0.3s;
  font-weight: 500;
}

.offcanvas-body a:hover {
  background-color: var(--bs-primary);
  color: var(--bs-light);
}

.offcanvas-header h5 {
  font-size: 16px;
  color: var(--bs-primary);
  font-weight: 700;
}

.btn-close {
  background-color: var(--bs-danger);
  width: 15px;
  height: 15px;
  color: var(--bs-white);
  border-radius: 8px;
}

#mobileMenu.offcanvas {
  width: 260px;
  max-width: 90vw;
}

.btn-sidebar:focus,
.btn-sidebar,
.btn-close:focus,
.btn-close {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.btn-sidebar img {
  width: 37px;
}

/* --------------  ^^ body_content ^^  --------------  */
.main_section .swiper-slide:not(.swiper-slide-sm) {
  min-height: 100vh;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_section .swiper-slide:not(.swiper-slide-sm) .panner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.main_section .swiper-slide:not(.swiper-slide-sm)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 117, 128, 0.277) 0%,
    #000000 100%
  );
  pointer-events: none;
  z-index: -1;
}
.main_section .swiper-slide:not(.swiper-slide-sm) .title {
  font-weight: 700;
  font-style: Bold;
  font-size: 48px;
  line-height: 147%;
  letter-spacing: 0%;
  text-align: center;
  color: white;
}
@media (max-width: 768px) {
  .main_section .swiper-slide:not(.swiper-slide-sm) .title {
    font-size: 30px;
  }
}

.slide-title {
  max-width: 1141px;
}

.slid-title-home {
  color: var(--bs-white);
}
.slid-title-home h1 {
  font-size: 48px;
  font-weight: 700;
}
.slid-title-home h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.8;
}
.slid-title-home p {
  font-size: 24px;
  font-weight: 400;
}

.custom-pagination {
  position: absolute;
  bottom: 30px;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex;
  gap: 20px;
  width: 80%;
  z-index: 10;
  bottom: 30px !important;
}

.custom-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
}

.custom-pagination .swiper-pagination-bullet .progress {
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 4s linear;
}

.custom-pagination .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.3);
}

.main_section .swiper-button-prev {
  display: none !important;
}
.main_section .swiper-button-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000 !important;
  color: white !important;
  font-size: 20px !important;
}
.main_section .swiper-button-next::after {
  display: none;
}
.main_section .custom-next {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  cursor: pointer;
  font-size: 24px;
  color: #fff;
  margin-top: 80px;
}
.home-custom-next {
  top: auto !important;
  bottom: 140px !important;
  right: 110px !important;
  left: auto !important;
  transform: none !important;
}
@media (max-width: 1024px) {
  .main_section .custom-next {
    margin-top: 130px;
  }
}
@media (max-width: 768px) {
  .main_section .custom-next {
    margin-top: 0;
    bottom: 70px;
    top: unset;
  }

  .home-custom-next {
    right: 10px !important;
  }

  .slid-title-home h1 {
    font-size: 32px;
  }
  .slid-title-home h3 {
    font-size: 18px;
  }
  .slid-title-home p {
    font-size: 16px;
  }
  .hero-section-2 {
    font-size: 14px;
  }
}

.custom-nav {
  background: transparent;
  padding: 0;
}

.custom-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 0 16px;
  position: relative;
}

.custom-nav .nav-item:not(:last-child) .nav-link::after {
  content: "|";
  position: absolute;
  left: -2px;
  color: rgba(255, 255, 255, 0.6);
}

.custom-nav .nav-link:hover {
  color: #e0f7f7;
}

.about_us {
  position: relative;
  padding: 50px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.about_us .about_us_card {
  border: 1px solid #007580;
  background: #0075801a;
  border-radius: 40px;
  padding: 20px;
}
.about_us .about_us_card .title_card {
  color: #007580;
  background-color: #b5d7da;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 15px;
}
.home_title_card {
  border-radius: 61px !important;
}
.vision-desc {
  font-size: 20px !important;
  line-height: 1.5;
  width: 950px;
  margin: auto;
}
.about_us .about_us_card .title_card_2 {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  border-radius: 61px;
}
.about_us .about_us_card .desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0%;
  text-align: center;
}
.about_us .about_us_card .about_title {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  color: #007580;
}
.about_us .about_us_card .about_status {
  background: #007580;
  width: 256px;
  height: 94px;
  border-radius: 12px;
  padding: 10px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about_us .about_us_card .about_content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(20px);
  transition: all 0.4s ease;
}
.about_us .about_us_card:hover .about_content {
  opacity: 1;
  max-height: 800px;
  transform: translateY(0);
}

.main_card {
  border: 1px solid #007580;
  background: rgba(0, 117, 128, 0.1019607843);
  padding: 20px;
  border-radius: 25px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.main_card_2 {
  border: 1px solid var(--bs-primary);
  max-width: 374px;
  height: 273px;
  background: #0075801a;
  padding: 10px 12px;
  border-radius: 24px;
  transition: all 0.3s ease;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main_card_2 h5 {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.main_card.goal_card {
  text-align: center;
}
.main_card.goal_card:hover,
.main_card_2:hover {
  border: 1px solid var(--bs-white);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #007580;
  color: #fff !important;
}
.main_card.goal_card:hover .main_color,
.main_card_2:hover .main_color {
  color: #fff !important;
}

.contain_goal_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  cursor: pointer;
}

.creative_banner {
  background-color: #0a8089;
}

.creative_banner_shell {
  min-height: 560px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panner-left {
  position: relative;
}

.creative_banner_photo {
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(250px, 31vw, 430px);
  max-width: 100%;
  z-index: 2;
}

.creative_banner_content {
  color: #fff;
  text-align: right;
}

.creative_banner_content h2 {
  font-size: clamp(24px, 4.6vw, 64px);
  line-height: 1.2;
  font-weight: 700;
}

.creative_banner_content p {
  margin: 0;
  font-size: clamp(16px, 2.2vw, 24px);
  line-height: 1.7;
  font-weight: 700;
  max-width: 535px;
}

@media (max-width: 1024px) {
  .creative_banner_shell {
    min-height: 500px;
  }

  .creative_banner_photo {
    left: 0;
    width: 300px;
  }
  .creative_banner_decor {
    max-width: 330px;
  }
}

@media (max-width: 768px) {
  .creative_banner_shell {
    min-height: auto;
    justify-content: center;
    flex-direction: column;
    gap: 70px;
  }

  .creative_banner_photo {
    width: 100%;
    max-width: 200px;
  }

  .creative_banner_decor {
    max-width: 230px;
  }

  .creative_banner_content {
    text-align: center;
  }
}

.root {
  position: relative;
  background-color: #007580;
  z-index: 1;
  padding: 80px 0;
  transition: background-color 0.4s;
}
.root .root_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 768px) {
  .root {
    padding: 30px 0;
  }
  .vision-desc {
    font-size: 16px !important;
    line-height: 1.5;
    width: 100%;
    margin: auto;
  }
}
@media (max-width: 567px) {
  .root {
    padding: 20px 0;
  }
}

@font-face {
  font-family: "number-font";
  src: url("../fonts/lyon-arabic-display-regular.otf") format("truetype");
}
.root .root_card {
  background-color: #d9d9d94d;
  border-radius: 15px;
  padding: 50px 0;
  color: white !important;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  padding: 50px 15px;
}
.root .root_card .main_icon {
  width: 70px;
  height: 70px;
}
.root .root_card .num {
  font-family: "number-font";
  font-weight: 900;
  font-style: Black;
  font-size: 64px;
  line-height: 147%;
  letter-spacing: 0%;
  text-align: center;
}
.root .root_card h3 {
  font-size: 32px;
  font-weight: 700;
}
.root .root_card p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffffb2;
}
.root .root_card .hidden_content {
  opacity: 0;
  max-height: 0;
  transition: all 0.5s ease;
}
.root .root_card:hover .hidden_content {
  opacity: 1;
  max-height: 500px;
}
.root_card .root_btn {
  width: 230px;
  height: 40px;
  border-radius: 8px;
  border: 0;
  padding: 11px 0;
  background-color: #ffffff33;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  transition: all 0.4s ease-in-out;
}
.root_card .root_btn:hover {
  transform: translateX(15px);
}
.root:has(.helthy_card:hover) {
  background-color: #4aa3ca;
}
.root:has(.environment_card:hover) {
  background-color: #5dcb83;
}
.root:has(.tech_card:hover) {
  background-color: #8a85c5;
}
.root:has(.culture_card:hover) {
  background-color: #64a387;
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .mb-80 {
    margin-bottom: 30px !important;
  }
}
@media (max-height: 576px) {
  .mb-80 {
    margin-bottom: 20px !important;
  }
}

.partner-card {
  background: #0a7b7b;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.partnerSwiperSm {
  width: 100%;
}

.partnerSwiperSm img {
  width: 100%;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .partnerSwiperSm img {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .partnerSwiperSm img {
    height: 30px;
  }
}
.terms_sec {
  background-color: #8a85c5;
  padding: 50px 0;
  position: relative;
  color: white;
  z-index: 1;
}
.terms_sec .frame {
  width: 90px;
  height: 90px;
  margin-top: -120px;
}

.features_list li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 8px;
  font-size: 0.85rem;
  color: #fff;
}

.features_list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.contain_terms_title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.main_bg_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.awards {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}
.awards .row {
  align-items: flex-end !important;
}
.awards .awards_card {
  background-color: rgba(0, 117, 128, 0.2);
  border: 1px solid #007580;
  border-radius: 25px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 400px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
@media (max-width: 768px) {
  .awards .awards_card {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.awards .awards_card .contain_awards_icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #007580;
}
.awards .awards_card .contain_awards_icon img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
  object-fit: contain;
}
.awards .awards_card:hover {
  height: 510px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  .awards .awards_card:hover {
    height: 350px;
  }
}
.awards .col-md-3:first-child .awards_card {
  height: 510px;
  background-color: rgba(0, 117, 128, 0.4);
}
@media (max-width: 768px) {
  .awards .col-md-3:first-child .awards_card {
    height: 350px;
  }
}
.awards .col-md-3:nth-child(2) .awards_card {
  background-color: #d4af3733;
  border-color: #d4af37;
}
.awards .col-md-3:nth-child(2) .awards_card .contain_awards_icon {
  background: #d4af37;
}
.awards .col-md-3:nth-child(2) .awards_card .title {
  color: #d4af37;
}
.awards .col-md-3:nth-child(3) .awards_card {
  background-color: #8e8e8e33;
  border-color: #8e8e8e;
}
.awards .col-md-3:nth-child(3) .awards_card .contain_awards_icon {
  background: #8e8e8e;
}
.awards .col-md-3:nth-child(3) .awards_card .title {
  color: #8e8e8e;
}
.awards .col-md-3:nth-child(4) .awards_card {
  background-color: #965a3833;
  border-color: #965a38;
}
.awards .col-md-3:nth-child(4) .awards_card .contain_awards_icon {
  background: #965a38;
}
.awards .col-md-3:nth-child(4) .awards_card .title {
  color: #965a38;
}

.row_center_end {
  display: flex;
  align-items: center;
}

.row_center_end .content {
  margin-left: auto;
  margin-right: auto;
}

.row_center_end .frame {
  margin-bottom: -100px;
}

.public_award_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  -o-object-fit: contain;
  object-fit: contain;
}
html[lang="en"] .public_award_icon {
  right: 30px;
}
html[lang="ar"] .public_award_icon {
  left: 30px;
}

.frame_top_end {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 80px;
  top: 130px;
}
@media (max-width: 991px) {
  .frame_top_end {
    display: none;
  }
}

.target-card {
  border: 1px solid var(--bs-primary);
  background-color: #0075801a;
  border-radius: 24px;
  padding: 24px 36px;
  color: var(--bs-primary);
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.4s ease;
}

.target-card:hover {
  border: 1px solid var(--bs-white);
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.timeline_section {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 40px auto;
  padding: 20px 0;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background-color: rgba(0, 0, 0, 0.0588235294);
  top: 30px;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  border-radius: 10px;
}

.timeline-item {
  padding: 20px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
  transition: all 0.3s ease;
  display: flex;
  justify-content: flex-start;
}

.timeline-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  background-color: #007580;
  outline: 10px solid white;
  top: 180px;
  border-radius: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 700;
}

.home-journey-desc {
  font-weight: 400;
  font-size: 18px;
}

.timeline-icon-2 {
  top: -32px !important;
}

.timeline-icon-second {
  border: 2px solid #8a85c5 !important;
  background: #8a85c566 !important;
  color: #8a85c5 !important;
}

.timeline-item:nth-of-type(1) .timeline-icon {
  border: 2px solid #4ba3ca !important;
  background: #b7daea;
  color: #4ba3ca;
}

.timeline-item:nth-of-type(2) .timeline-icon {
  border: 2px solid #5dca83;
  background: #c1dacf;
  color: #5dca83;
}

.timeline-item:nth-of-type(3) .timeline-icon {
  border: 2px solid #63a387;
  background: #bce9cc;
  color: #63a387;
}

.timeline-item:nth-of-type(4) .timeline-icon {
  border: 2px solid #8a85c5;
  background: #d0cee8;
  color: #8a85c5;
}

.timeline-item:nth-child(odd) {
  right: 50%;
}

.timeline-item:nth-child(even) {
  right: unset;
  left: 0;
  display: flex;
  justify-content: flex-end;
}

.timeline-item:nth-child(odd) .timeline-icon {
  right: -22px;
}

.timeline-item:nth-child(even) .timeline-icon {
  left: -22px;
}

.timeline-content {
  padding: 15px 25px;
  background-color: var(--white);
  position: relative;
  border-radius: 15px;
  cursor: pointer;
  transition: transform 0.3s ease;
  overflow: auto;
}

.timeline_sh {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 768px) {
  .timeline_sh {
    display: none;
  }
}

.timeline-content h5 {
  margin-top: 0;
  font-weight: 800;
  color: #21303a;
  font-size: 1.25rem;
}

.timeline-content .date {
  color: #007580;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

.timeline-content .desc {
  margin: 0;
  color: #6c757d;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .timeline::after {
    left: 31px;
  }
  .timeline-item {
    width: 100%;
    padding-right: 70px;
    padding-left: 20px;
    text-align: right !important;
  }
  .timeline-icon {
    left: 10px !important;
    right: auto !important;
  }
  [dir="rtl"] .timeline::after {
    left: auto;
    right: 31px;
  }
  [dir="rtl"] .timeline-item {
    padding-right: 70px;
    padding-left: 20px;
  }
  [dir="rtl"] .timeline-icon {
    right: 10px !important;
    left: auto !important;
  }
  .timeline-item {
    right: 0 !important;
    left: unset !important;
  }
  .timeline-item {
    justify-content: flex-start !important;
  }
}
.timeline {
  position: relative;
}

.timeline-start {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 20;
  width: 50px;
}
@media (max-width: 768px) {
  .timeline-start {
    display: none;
  }
}

/* -----------------------home journey ref design----------------------- */
.home-journey .timeline {
  min-height: 760px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0;
}

.contain_journey_title{
  color: #027681;
  border-radius: 29px;
  max-width: 250px;
  max-height: 57px;
  padding: 10px 25px;
  font-weight: 700;
  margin: auto;
  background-color: #02768133;
}

.home-journey .timeline_sh {
  object-fit: fill;
}

.home-journey .timeline::after {
  width: 130px;
  margin-left: -65px;
  top: 52px;
  bottom: 52px;
  background: url(../../images/line.png) center/100% 100% no-repeat;
}

.home-journey .timeline .journey-ref-item {
  direction: ltr;
  width: 100%;
  right: auto;
  left: auto;
  padding: 0;
  margin-bottom: 0;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.home-journey .timeline .journey-ref-item:nth-child(odd),
.home-journey .timeline .journey-ref-item:nth-child(even) {
  right: auto;
  left: auto;
  justify-content: space-between;
}

.home-journey .timeline .journey-ref-item.is-reverse {
  flex-direction: row-reverse;
}

.home-journey .timeline .journey-ref-side {
  width: calc(50% - 66px);
  display: flex;
  align-items: center;
}

.home-journey .timeline .journey-ref-title-wrap {
  justify-content: flex-end;
}

.home-journey .timeline .journey-ref-title-group {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.home-journey .timeline .journey-ref-item.is-reverse .journey-ref-title-wrap {
  justify-content: flex-start;
}

.home-journey .timeline .journey-ref-title {
  margin: 0;
  color: var(--bs-black);
  line-height: 1.2;
  font-weight: 700;
}

.home-journey .timeline .journey-ref-center {
  width: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.home-journey .timeline .journey-ref-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.home-journey .timeline .journey-ref-dot.teal {
  background: #0f8f98;
  box-shadow: 0 0 0 5px rgba(15, 143, 152, 0.12);
}

.home-journey .timeline .journey-ref-dot.purple {
  background: #8a85c5;
  box-shadow: 0 0 0 5px rgba(138, 133, 197, 0.12);
}
.home-journey .timeline .journey-ref-dot.blue {
  background: #4aa3ca;
  box-shadow: 0 0 0 5px rgba(74, 163, 202, 0.12);
}

.home-journey .timeline .journey-ref-meta {
  justify-content: flex-start;
  gap: 0;
}

.home-journey .timeline .journey-ref-item.is-reverse .journey-ref-meta {
  justify-content: flex-end;
}

.home-journey .timeline .journey-ref-event-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-journey .timeline .journey-ref-event-icon.teal {
  background: #02768133;
}

.home-journey .timeline .journey-ref-event-icon.purple {
  background: #8a85c533;
}

.home-journey .timeline .journey-ref-event-icon.blue {
  background: #4aa3ca33;
}

.home-journey .timeline .journey-ref-event-icon img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.home-journey .timeline .journey-ref-date {
  max-height: 55px;
  border-radius: 44px;
  padding: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  direction: rtl;
  font-size: 20px;
  line-height: 1;
}

.home-journey .timeline .journey-ref-date.teal {
  color: #138d98;
  background: #ccebf2;
}

.home-journey .timeline .journey-ref-date.purple {
  color: #8a85c5;
  background: #8a85c533;
}
.home-journey .timeline .journey-ref-date.blue {
  color: #4aa3ca;
  background: #4aa3ca33;
}

.home-journey .timeline .journey-ref-date img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .home-journey .timeline::after {
    width: 96px;
    margin-left: -48px;
    top: 46px;
    bottom: 46px;
  }

  .home-journey .timeline .journey-ref-date {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  .home-journey .timeline {
    min-height: auto;
    gap: 18px;
  }

  .home-journey .timeline::after {
    display: none;
  }

  .home-journey .timeline .journey-ref-item,
  .home-journey .timeline .journey-ref-item.is-reverse,
  .home-journey .timeline .journey-ref-item:nth-child(odd),
  .home-journey .timeline .journey-ref-item:nth-child(even) {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    justify-content: center;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid #e6eaee;
    border-radius: 16px;
    padding: 14px 10px;
  }

  .home-journey .timeline .journey-ref-side,
  .home-journey .timeline .journey-ref-title-wrap,
  .home-journey .timeline .journey-ref-title-group,
  .home-journey .timeline .journey-ref-meta,
  .home-journey .timeline .journey-ref-item.is-reverse .journey-ref-title-wrap,
  .home-journey .timeline .journey-ref-item.is-reverse .journey-ref-meta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .home-journey .timeline .journey-ref-center {
    width: auto;
  }
}

/* ----------------------- // FAQ Section //----------------------- */
.faq_section {
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.faq_section .faq {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq_section .faq-item,
.faq_section .accordion .accordion-item {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.04);
  margin-bottom: 12px;
}
.faq_section .faq .accordion-button {
  width: 100%;
  text-align: right;
  direction: rtl;
  padding: 17px 22px;
  background: white !important;
  border: 1px solid transparent;
  font-size: 1rem;
  cursor: pointer;
  color: #21303a;
  font-weight: 700;
  border-radius: 12px;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.faq_section .faq .accordion-button.collapsed {
  background: var(--white);
}
.faq_section .faq .accordion-button:not(.collapsed) {
  background: #f9fafb;
  border-color: rgba(0, 0, 0, 0.04);
}
.faq_section .faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}
.faq_section .faq .accordion-body {
  padding: 16px 22px 22px 22px;
  font-size: 0.95rem;
  color: #6c757d;
}
.faq_section .faq-btn {
  display: none;
}
.faq_section .faq-body {
  display: none;
}
.faq_section .faq-item.open .faq-body {
  padding: 16px 22px 22px 22px;
  max-height: 400px;
}

@media (max-width: 768px) {
  .faq_section {
    padding: 40px 0;
  }
  .faq {
    padding: 0 16px;
  }
}
.accordion-button::after {
  transform: rotate(90deg);
}

.stepper-wrapper {
  margin: 40px auto;
  max-width: 1100px;
}

.stepper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 12px;
  margin-bottom: 30px;
  padding: 0 8px;
}

.stepper::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3px;
  background: rgba(0, 0, 0, 0.06);
  z-index: 1;
  border-radius: 2px;
}

.line {
  display: none !important;
}

.step {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  color: #334d53;
  cursor: pointer;
}

.step.active .circle,
.step.completed .circle {
  background-color: #007580;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
  .stepper {
    overflow-x: auto;
    gap: 16px;
    padding: 0 16px;
  }
  .step {
    flex: 0 0 auto;
  }
  .step .circle {
    padding: 10px 18px;
  }
}
.step.completed .circle {
  background: #1e6b73;
  color: #fff;
  border-color: #1e6b73;
}

.step-content {
  display: none;
}

.step-content.active {
  display: block;
}

/* ----------------------- // Form (first step) //----------------------- */
.step-form {
  margin-top: 20px;
}

.step-form .field-title {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  color: #21303a;
}

.step-form .form-control {
  border-radius: 12px !important;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
  color: #21303a;
}

.step-form .form-textarea {
  min-height: 130px;
  resize: vertical;
}

@media (max-width: 768px) {
  .step-form .form-textarea {
    min-height: 110px;
  }
  .step-form .mb-4 {
    margin-bottom: 24px;
  }
}
/*  dynamic section */
.members-section .member-item:not(:last-child) {
  border-bottom: 1px solid #007580;
}

.add-member {
  color: #007580 !important;
  border-radius: 8px;
  padding: 6px 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.add-member i {
  font-size: 30px;
}

.remove-member {
  background: transparent;
  border: none;
  color: #b02a2a;
}

@media (max-width: 768px) {
  .add-member {
    padding: 6px 10px;
  }
}
.actions {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  gap: 20px;
}

.actions button {
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  background: #007580;
  border: 1px solid #007580;
  color: #fff;
  cursor: pointer;
  flex-basis: 48%;
}

.actions button:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.step .circle {
  border-radius: 20px;
  background-color: #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  color: black;
  padding: 10px 20px;
}

.contain_form_registration {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

.input_icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #8f9aa0;
  pointer-events: none;
}

.contain_code {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007580;
  color: white;
  padding: 6px 10px;
  border-radius: 6px !important;
  font-weight: 600;
  z-index: 2;
}

.step-form select.form-control {
  direction: rtl;
  text-align: right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 56px;
  padding-right: 20px;
  font-size: 13px;
  color: #a4a4a4;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%238f9aa0" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 14px;
}

@media (max-width: 480px) {
  .step-form select.form-control {
    padding-left: 48px;
    background-position: 14px center;
  }
}
[type="email"],
[type="number"],
[type="tel"],
[type="url"] {
  direction: rtl;
}

#successModal .modal-content {
  border-radius: 18px;
  padding: 28px;
  max-width: 620px;
}

#successModal .success-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #007580;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin: 0 auto 10px auto;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
}

#successModal .modal-title {
  color: #007580;
  font-weight: 700;
}

#successModal .modal-body p {
  color: #6c757d;
}

#successModal .btn-modal {
  background: #007580;
  color: #fff;
  border-radius: 30px;
  padding: 10px 36px;
  border: none;
  display: inline-block;
}

@media (max-width: 480px) {
  #successModal .modal-content {
    padding: 15px;
  }
  #successModal .success-icon {
    width: 58px;
    height: 58px;
    font-size: 20px;
  }
  #successModal .btn-modal {
    padding: 8px 24px;
  }
}
#prevBtn {
  background: white;
  border: 1px solid #007580;
  color: #007580;
}

.main_border {
  border: 1px solid #007580;
}

/* keep existing .contain_code positioning and make it interactive for select */
.contain_code {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #007580; /* keeps your theme color */
  color: white;
  padding: 6px 10px;
  border-radius: 6px !important;
  font-weight: 600;
  z-index: 2;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"/></svg>');
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 10px;
}

.individual_form_main_section {
  position: relative;
  height: 670px;
  margin-bottom: 120px;
}
.individual_form_main_section .individual_form_main_section_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -o-object-fit: cover;
  object-fit: cover;
}
.individual_form_main_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    180deg,
    rgba(0, 117, 128, 0.277) 0%,
    #000000 100%
  );
  z-index: 1;
}

.registration_form_title {
  background-color: rgba(0, 117, 128, 0.8980392157);
  height: 590px;
  width: 65%;
  position: absolute;
  top: 150px;
  text-align: end;
  padding: 40px 80px;
  color: white;
  z-index: 4;
}
html[lang="en"] .registration_form_title {
  right: 12.5%;
}
html[lang="ar"] .registration_form_title {
  left: 12.5%;
}

@media (max-width: 1200px) {
  .individual_form_main_section {
    height: 600px;
    margin-bottom: 100px;
  }
  .registration_form_title {
    height: 520px;
    width: 70%;
    top: 120px;
    padding: 35px 60px;
  }
}
@media (max-width: 992px) {
  .individual_form_main_section {
    height: 520px;
    margin-bottom: 80px;
  }
  .registration_form_title {
    height: 460px;
    width: 85%;
    top: 90px;
    padding: 30px 40px;
    text-align: center;
  }
  html[lang="en"] .registration_form_title {
    right: 7.5%;
  }
  html[lang="ar"] .registration_form_title {
    left: 7.5%;
  }
}
@media (max-width: 576px) {
  .individual_form_main_section {
    height: 480px;
    margin-bottom: 60px;
  }
  .registration_form_title {
    height: 420px;
    width: 92%;
    top: 30px;
    padding: 24px 20px;
    text-align: center;
  }
  html[lang="en"] .registration_form_title {
    right: 4%;
  }
  html[lang="ar"] .registration_form_title {
    left: 4%;
  }
}
@media (max-width: 480px) {
  .individual_form_main_section {
    height: 380px;
    margin-bottom: 60px;
  }
  .registration_form_title {
    height: 320px;
    width: 92%;
    top: 30px;
    padding: 24px 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  html[lang="en"] .registration_form_title {
    right: 4%;
  }
  html[lang="ar"] .registration_form_title {
    left: 4%;
  }
}
.input-group input[type="tel"] {
  padding-left: 92px;
}

.input-group input[type="tel"] {
  padding-left: 92px;
}

.wizard-title {
  font-size: 26px;
  font-weight: bold;
  color: #007580;
  margin-bottom: 40px;
}

.wizard-step {
  display: none;
}

.wizard-step.active {
  display: block;
}

.wizard-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 40px;
  gap: 20px;
}

.btn-prev,
.btn-next {
  padding: 12px 28px;
  border-radius: 8px;
  border: none;
  font-size: 16px;
}

.btn-prev {
  background: #fff;
  border: 1px solid #007580;
  color: #0f6b6d;
}

.btn-next {
  background: #007580;
  color: #fff;
}

.form-control.custom-input {
  background-color: rgba(0, 0, 0, 0.1019607843);
  border-color: rgba(0, 0, 0, 0.1019607843);
}

.form-check-label {
  width: 20px;
  height: 20px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s ease-in-out;
  background-color: #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-check-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #007580;
  display: none;
}

.custom_form_check {
  display: flex;
  align-items: center;
  gap: 10px;
}
.custom_form_check.checkbox .form-check-label {
  border-radius: 5px;
}
.custom_form_check.checkbox .form-check-label::before {
  display: none !important;
}
.custom_form_check.checkbox .form-check-label i {
  display: none;
  color: #007580;
}

.form-check-input:checked + .form-check-label {
  background-color: #fff;
  border-color: #007580;
}
.form-check-input:checked + .form-check-label::before {
  display: block;
}

.custom_form_check.checkbox .form-check-input:checked + .form-check-label i {
  display: block;
} /*# sourceMappingURL=main.css.map */
