
/* ✅ Mobile Optimization */

@media (max-width: 768px) {
  html, body {
    font-size: 15px;
    line-height: 1.5;
    overflow-x: hidden;
  }

  h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
    margin-bottom: 12px;
  }

  .container {
    padding: 0 15px;
  }

  .cs-site_header .cs-main_header {
    padding: 10px 0;
  }

  .cs-main_header_center {
    display: none;
  }

  .cs-main_header_right {
    justify-content: flex-end;
  }

  .cs-nav_list,
  .cs-footer-content {
    flex-direction: column;
    gap: 25px;
  }

  .cs-btn,
  .cs-btn_filed,
  .cs-btn.cs-accent_btn,
  .cs-btn.cs-white_btn {
    padding: 10px 18px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
  }

  .cs-card,
  .cs-card.cs-style1 {
    flex-direction: column !important;
    align-items: flex-start !important;
    padding: 20px !important;
    font-size: 14px !important;
  }

  .cs-icon_box_icon {
    font-size: 32px !important;
  }

  .cs-section_title {
    font-size: 24px !important;
  }

  .cs-font_64, .cs-font_36 {
    font-size: 24px !important;
  }

  .cs-font_30, .cs-font_24 {
    font-size: 18px !important;
  }

  .cs-footer-content {
    gap: 40px;
  }

  .cs-footer-col ul {
    padding-left: 0;
  }

  .cs-footer-col ul li {
    padding: 5px 0;
  }

  .cs-footer-bottom {
    text-align: center;
  }

  .cs-social-icons img {
    width: 24px !important;
  }

  .cs-accordians .cs-accordian_title {
    font-size: 16px !important;
  }

  .cs-form_field {
    font-size: 14px !important;
  }

  .cs-cta_title,
  .cs-cta_subtitle {
    font-size: 18px !important;
    line-height: 1.4;
  }

  video {
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
  }
}
