@font-face {
  font-family: "Tajawal";
  src: url("/assets/fonts/Tajawal-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "TajawalLight";
  src: url("/assets/fonts/Tajawal-Light.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "TajawalMedium";
  src: url("/assets/fonts/Tajawal-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "TajawalBold";
  src: url("/assets/fonts/Tajawal-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: "AmpleSoft";
  src: url("/assets/fonts/AmpleSoftPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
      font-display: swap;
}

@font-face {
  font-family: "AmpleSoftBold";
  src: url("/assets/fonts/AmpleSoftPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "AmpleSoftMedium";
  src: url("/assets/fonts/AmpleSoftPro-Medium.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
    font-display: swap;
}
@font-face {
  font-family: "AmpleSoftLight";
  src: url("/assets/fonts/AmpleSoftPro-Light.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
    font-display: swap;
}
@media (max-width: 767px) {
  .custom-dot-list {
    display: flex !important;
  }
}
@media (max-width: 599.95px) {
  .react-multiple-carousel__arrow {
    display: none !important;
  }
}
@media (min-width: 767px) {
  .custom-dot-list-style {
    display: none !important;
   
    
}}
.react-multi-carousel-dot-list{
 position: absolute;
    bottom: -5px !important;
}
html, body {
 overflow-x: clip;
}
body {
   width: 100%;
  margin: 0;
      background: linear-gradient(113.19deg, #F0F7FE 3.39%, #F2FBF4 96.51%) !important;
}
.react-multi-carousel-list{
  overflow:visible !important;
}
.no-clickable {
  cursor: default !important;
  pointer-events: none !important;
}

a {
  text-decoration: none;
}

body {
  font-family: 'AmpleSoft'; 
}

html[lang="ar"] {
  font-family: 'Tajawal'; 
}

.section-wrapper {
  background: white;
  padding: 32px 16px 64px; 
}

@media (min-width: 600px) {
  .section-wrapper {
    padding: 32px 32px 64px; 
  }
}

@media (min-width: 960px) {
  .section-wrapper {
    padding: 32px 48px 64px; 
  }
}

@media (max-width: 600px) {
  .section-wrapper {
    padding: 24px 16px 48px; /* Adjust padding for small screens */
  }
}

.step-wrapper {
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
  gap: 16px;
  flex-direction: row;
}

.step-wrapper .step-title {
  font-size: 40px;
  color: #1e396c;
  font-weight: bold;
  padding-bottom: 10px;
}

.step-wrapper .step-text {
  font-size: 20px;
  color: #1e396c;
  text-align: justify;
  padding-bottom: 5px;
}

@media (max-width: 600px) {
  .step-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }

  .step-wrapper .step-title {
    font-size: 24px;
  }

  .step-wrapper .step-text {
    font-size: 16px;
  }

  .badge {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 400px) {
  .step-wrapper .step-title {
    font-size: 20px;
  }

  .step-wrapper .step-text {
    font-size: 14px;
  }

  .badge {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--badge-image) center/contain no-repeat; /* Use the dynamic image URL */
  color: white;
  font-weight: bold;
  width: 48px;
  height: 48px;
  font-size: 20px;
}

@media (min-width: 600px) {
  .badge {
    width: 72px;
    height: 72px;
    font-size: 32px;
    margin: 0;
  }
}

@media (max-width: 600px) {
  .badge {
    width: 50px;
    height: 50px;
    font-size: 18px;
    margin-left: auto;
    margin-right: auto;
  }
}

.custom-toolbar {
  padding: 0px 10px !important;
  min-height: 52px !important;
  width: calc(100% - 50px) !important;
}
