@media (max-width: 768px) {
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }

  html {
    -webkit-text-size-adjust: 100%;
  }

  body {
    margin: 0;
    background: #111214;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.45;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .main-header-three__top,
  .mobile-nav-toggler,
  .xs-sidebar-group,
  .mobile-menu,
  .menu-backdrop,
  .shape2,
  .shape3 {
    display: none !important;
  }

  .fix,
  main {
    width: 100%;
    overflow-x: hidden;
  }

  .main-header-three {
    background: #111214;
    padding: 10px 0 0;
  }

  .container {
    width: min(100% - 24px, 720px);
    margin: 0 auto;
  }

  .logo-box-three {
    text-align: center;
    padding: 4px 0 8px;
  }

  .logo-box-three img {
    width: 92px;
    height: auto;
  }

  .main-header-three__bottom {
    display: block;
    padding: 8px 0 12px;
    background: #111214;
  }

  .main-header-three__bottom-left,
  .main-header-three__bottom-right,
  .main-menu {
    display: block;
  }

  .main-menu .navigation {
    display: flex;
    gap: 8px;
    margin: 0;
    padding: 0 0 4px;
    overflow-x: auto;
    list-style: none;
    scrollbar-width: none;
  }

  .main-menu .navigation::-webkit-scrollbar {
    display: none;
  }

  .main-menu .navigation > li {
    flex: 0 0 auto;
  }

  .main-menu .navigation > li > a {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    border: 1px solid rgba(244, 196, 48, 0.38);
    border-radius: 6px;
    padding: 8px 10px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }

  .main-menu .sub-menu,
  .search-box,
  .navSidebar-button-box {
    display: none !important;
  }

  .main-header-three__bottom-right .btn-box {
    margin-top: 8px;
  }

  .main-header-three__bottom-right .thm-btn {
    width: 100%;
  }

  .request-services-one--two {
    min-height: 0;
    padding: 8px 0 28px;
    background: #111214;
  }

  .request-services-one--two__bg {
    display: none;
  }

  .sec-title-style3 {
    text-align: center;
    margin: 0 0 12px;
  }

  .sec-title-style3 .sub-title {
    display: none;
  }

  .sec-title-style3 h2 {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: clamp(24px, 7vw, 32px);
    line-height: 1.12;
    font-weight: 800;
  }

  .row {
    display: block;
    margin: 0;
  }

  [class*="col-"] {
    width: 100%;
    padding: 0;
  }

  .request-services-one__form-box,
  .request-services-one__single-tab,
  .request-services-one__form,
  .request-services-one__form-top,
  .request-services-one__form-bottom {
    margin: 0;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .request-services-one__form-tab {
    background: #ffffff;
    border-radius: 8px;
    padding: 14px;
  }

  .tab-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding: 0;
    margin: 0 0 14px;
    list-style: none;
  }

  .tab-btn {
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    padding: 9px 8px;
    color: #111111;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
  }

  .tab-btn.active-btn {
    background: #f4c430;
    border-color: #f4c430;
  }

  .tab:not(.active-tab) {
    display: none;
  }

  .title-box h3 {
    margin: 0 0 4px;
    color: #111111;
    font-size: 18px;
    line-height: 1.2;
  }

  .title-box p {
    display: none;
  }

  .input-box {
    margin: 0 0 10px;
  }

  .input-box label {
    display: block;
    margin-bottom: 4px;
    color: #111111;
    font-size: 14px;
    font-weight: 700;
  }

  .input-box input,
  .input-box textarea,
  .input-box select {
    width: 100%;
    min-height: 44px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    padding: 10px 12px;
    color: #111111 !important;
    -webkit-text-fill-color: #111111;
    background: #ffffff !important;
    caret-color: #111111;
    font-size: 16px;
  }

  .input-box input::placeholder,
  .input-box textarea::placeholder {
    color: #555555 !important;
    -webkit-text-fill-color: #555555;
    opacity: 1;
  }

  .input-box input:focus,
  .input-box textarea:focus,
  .input-box select:focus {
    border-color: #b58a00;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(244, 196, 48, 0.24);
  }

  .col-6 {
    width: 100%;
  }

  .request-services-one__form-btn {
    margin-top: 14px !important;
    text-align: center;
  }

  .thm-btn,
  button.thm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    padding: 12px 16px;
    color: #111111;
    background: #f4c430;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
  }

  .bt-whatsApp {
    width: 52px !important;
    height: 52px !important;
    right: 16px !important;
    bottom: 16px !important;
  }

  .bt-whatsApp img {
    width: 52px;
    height: 52px;
  }

  .btn-close {
    min-width: 44px;
    min-height: 44px;
  }

  #msg1,
  #alertWapp {
    display: none !important;
  }

  .modal:not(.show),
  .search-popup {
    display: none !important;
  }

  .about-one,
  .why-choose-two,
  .work-process-two,
  .footer-one {
    display: block;
    padding: 28px 0;
    background: #ffffff;
  }

  .why-choose-two__img,
  .work-process-two__bg,
  .footer-one__bg,
  .footer-one .shape2,
  .footer-bottom .social-links {
    display: none !important;
  }

  .why-choose-two__content,
  .work-process-two__single,
  .single-footer-widget {
    text-align: left;
    margin: 0 0 18px;
  }

  .why-choose-two .sec-title-style3,
  .work-process-two .sec-title-style3 {
    text-align: left;
  }

  .why-choose-two h2,
  .work-process-two h2 {
    color: #111111;
    font-size: 26px;
    line-height: 1.15;
    margin: 0 0 12px;
  }

  .why-choose-two p,
  .work-process-two p,
  .footer-one p,
  .footer-one a {
    color: #222222;
  }

  .why-choose-two .btn-box {
    margin-top: 12px;
  }

  .why-choose-two .btn-box a {
    display: inline-flex;
    width: auto;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 6px;
    background: #f4c430;
    color: #111111;
    font-weight: 800;
    text-decoration: none;
  }

  .section-kicker {
    display: inline-block;
    color: #6f5200;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 6px;
  }

  .why-choose-two__progress {
    margin: 16px 0;
  }

  .why-choose-two__counter-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
    background: #ffffff;
  }

  .why-choose-two__counter-single .count {
    color: #111111;
    font-size: 24px;
    line-height: 1.1;
    margin: 0 0 4px;
  }

  .why-choose-two__counter-single .icon-box {
    color: #b28a05;
    font-size: 28px;
  }

  .bar,
  .bar-inner {
    height: 8px;
    border-radius: 8px;
  }

  .bar {
    background: #ededed;
  }

  .bar-inner {
    width: 90%;
    background: #f4c430;
  }

  .count-text {
    display: none;
  }

  .work-process-two__single {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 14px;
    background: #ffffff;
  }

  .work-process-two__single h3,
  .work-process-two__single .title h3 {
    color: #8a6500;
    font-size: 18px;
    line-height: 1.25;
    margin: 10px 0 6px;
  }

  .work-process-two__single h2 {
    color: #111111;
  }

  .work-process-two__single p {
    color: #303030;
  }

  .footer-one {
    background: #111214;
  }

  .footer-one p,
  .footer-one a,
  .footer-one .sidebar-title,
  .footer-one .footer-contact-link {
    color: #ffffff;
  }

  .footer-main,
  .footer-bottom__inner {
    padding: 0;
  }

  .footer-widget__links ul,
  .footer-widget__services-list,
  .footer-widget__contact-box ul,
  .social-links ul {
    padding-left: 0;
    list-style: none;
  }

  .footer-widget__links li,
  .footer-widget__services-list li {
    margin: 8px 0;
  }

  .single-footer__newsletter-form-input input {
    min-height: 44px;
    width: 100%;
    border-radius: 6px;
    padding: 10px 12px;
    font-size: 16px;
  }
}
