* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Aeonik", sans-serif;
}

.dropdown-item {
  color: #5b5b5b;
}

.border-2:hover {
  border: 2px solid #5b5b5b !important;
  transition: 0.5s;
}

@media only screen and (max-width: 426px) {
  section {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem 0.5rem;
    gap: 1.5rem;
  }
  header #header_container a {
    width: 100% !important;
    text-align: center;
  }
  header #header_navigation_list {
    display: none !important;
  }
  header #header_user_actions {
    display: none !important;
  }
  #hero_section_data h1 {
    font-size: 2rem !important;
    line-height: 1.1;
  }
  #hero_section_data p {
    font-size: 1rem !important;
  }
  #hero_section_data a.btn {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem 0;
  }
  #hero_section_data .floating-icons {
    display: none;
  }
  #expertise_section_data {
    flex-direction: column !important;
    gap: 1.5rem !important;
    align-items: center !important;
    padding: 1.5rem 1rem !important;
    background: linear-gradient(135deg, #f8fafc 60%, #e0e7ff 100%);
    border-radius: 1.2rem;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.07);
    margin: 1rem 0;
  }
  #expertise_section_data .d-flex.flex-column {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.05);
    padding: 1rem 0.5rem;
    align-items: center;
    margin-bottom: 0.5rem;
    width: 100% !important;
    max-width: 100% !important;
  }
  #expertise_section_data h1 {
    text-align: center;
    font-size: 1.5rem;
    margin: 0.2rem 0;
  }
  #expertise_section_data i {
    color: #6366f1;
    font-size: 2rem;
    margin-bottom: 0.3rem;
  }
  #expertise_section_data .text-primary {
    color: #6366f1 !important;
    font-weight: 700;
    font-size: 2rem;
  }
  #expertise_section_data .vr {
    display: none !important;
  }
  #projects_section_data,
  #why_us_section_data,
  #working_process_section_data,
  #faq_section_data,
  #contact_section_data {
    flex-direction: column !important;
    gap: 1.5rem !important;
    align-items: stretch !important;
    padding: 1rem 0.5rem !important;
  }
  #expertise_section_data .vr,
  #projects_section_data .vr,
  #why_us_section_data .vr,
  #working_process_section_data .vr {
    display: none !important;
  }
  #projects_section_data .d-flex.gap-5.w-100.mt-4 {
    flex-direction: column !important;
    gap: 1rem !important;
    align-items: center;
  }
  #projects_section_data .card {
    width: 100% !important;
    min-width: 0;
  }
  #projects_section_data img.card-img-top {
    height: 180px;
    object-fit: cover;
  }
  #why_us_section_data .w-50,
  #working_process_section_data .w-50,
  #faq_section_data .w-50,
  #contact_section_data .w-50 {
    width: 100% !important;
  }
  #working_process_section_data img {
    width: 100%;
    height: auto;
  }
  #faq_section_data img {
    width: 100%;
    height: auto;
    margin-top: 1rem;
  }
  #contact_section_data form,
  #contact_section_data .d-flex.flex-column.w-50 {
    width: 100% !important;
    padding: 1rem !important;
  }
  #contact_section_data input,
  #contact_section_data textarea {
    font-size: 1rem;
  }
  #contact_section_data button {
    width: 100%;
    font-size: 1rem;
    padding: 0.75rem 0;
  }
  #contact_section_data ul {
    padding-left: 1.2rem;
  }
  #contact_section_data {
    background-position: center !important;
    background-size: cover !important;
  }
  #scroll_top_aside {
    display: none !important;
  }
  #projects_section_data > div:first-of-type {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
  .rounded-pill {
    overflow-x: hidden;
    text-wrap: nowrap;
  }
  #consulting_form_captcha {
    flex-direction: column !important;
    align-items: center !important;
    padding: 1rem !important;
    gap: 1rem !important;
  }
}

/*# sourceMappingURL=style.css.map */
