/* ===== Fonts: Multiple formats for better browser compatibility ===== */
@font-face {
  font-family: 'Ikaros';
  src: url('../fonts/ikaros/Ikaros-Light.woff2') format('woff2'),
       url('../fonts/ikaros/Ikaros-Light.woff') format('woff'),
       url('../fonts/ikaros/Ikaros-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Ikaros';
  src: url('../fonts/ikaros/Ikaros-Regular.woff2') format('woff2'),
       url('../fonts/ikaros/Ikaros-Regular.woff') format('woff'),
       url('../fonts/ikaros/Ikaros-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DM_Sans/static/DMSans_18pt-ExtraLight.woff2') format('woff2'),
       url('../fonts/DM_Sans/static/DMSans_18pt-ExtraLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'DMSans';
  src: url('../fonts/DM_Sans/DMSans-VariableFont_opsz,wght.woff2') format('woff2'),
       url('../fonts/DM_Sans/DMSans-VariableFont_opsz,wght.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* ===== Typography & Layout Classes ===== */
.register_heading {
  font-family: 'Ikaros', Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 20px;
}

.service_provider_area {
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.2);
  padding: 20px 0;
}

.service_provider_button {
  background-color: #009fd9;
  color: #fff;
  font-size: 20px;
  padding: 5px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

.service_provider_des {
  background-color: #fafafa;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 200;
  padding: 10px;
}

.service_provider_b {
  font-size: 18px;
  font-weight: 200;
}

.experince_section_x {
  margin-top: 80px;
}

.text_section {
  margin-top: 20px;
}

.experince_section {
  font-size: 50px;
  font-weight: 800;
}

.popular_icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #444;
  padding: 20px;
  border-radius: 10px;
}

.popular_title {
  font-size: 21px;
  margin-top: 8px;
}

.slider_title {
  text-align: center;
  font-size: 55px;
  margin-bottom: 10px;
}

.mobile_link,
.mobile_nav {
  font-size: 14px;
  text-transform: uppercase;
}

.mobile_link {
  margin-left: 20px;
}

.slider_section {
  padding-top: 20px !important;
  padding-bottom: 10px !important;
}

/* ===== Responsive Styles ===== */

/* Small devices (up to 768px) */
@media (max-width: 768px) {
  .slider_section {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .main_title {
    font-size: 40px !important;
  }

  .slider_title {
    text-align: left !important;
    font-size: 21px !important;
    padding-right: 5px !important;
    font-weight: 100 !important;
    font-family: Arial, sans-serif !important;
  }

  .tiles {
    margin-top: 30px;
  }

  .header_item {
    margin-bottom: 60px;
  }

  .mobile_section {
    padding: 0 20px !important;
    margin-top: -10px !important;
  }
}

/* Medium devices (768px to 991.98px) */
@media (max-width: 991px) {
  .slider_title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
  }

  .tiles {
    margin-top: 30px;
  }
}
