/* ==== Mobile Layout Fixes === */
@media screen and (max-width: 768px) {
  .header-image {
    height: auto !important;
    min-height: 500px !important;
    padding: 1.5em 1em 0.3em 1em;
    background-position: center center;
    background-size: cover;
    text-align: center;
  }

  .header-image .t1,
  .header-image .t2,
  .header-image .t3 {
    font-size: 2em !important;
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 0 1em;
  }

  .header-image h2 {
    font-size: 1.6em !important;
  }

  .searchbar {
    width: 100% !important;
    margin: 1em auto;
  }

  .searchbar .form-control,
  .input-group-text {
    font-size: 1.1em !important;
    padding: 0.8em !important;
  }

  .charater h2,
  .charater h3 {
    font-size: 1.8em !important;
    padding: 0 1em;
  }
  
  .points h2 {
    font-size: 1.8em !important;
  }
  
  .points h3 {
    font-size: 1.2em !important;
  }

  .container-fluid.header-image img.logo {
    width: 100%;
    max-width: 420px;
    height: auto;
  }
  
  .searchbar {
    width: 90% !important;
    margin: 1em auto;
    padding: 1.2em 0.8em !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
  }
  
  .searchbar .form-control {
    margin-bottom: 1em !important;
  }

  .cbtn,
  .cbtn2 {
    font-size: 1.2em !important;
    padding: 0.8em 1.5em !important;
    width: 100%;
    max-width: 280px;
    margin: 1em auto !important;
    display: block !important;
  }
  
  .cbtn span,
  .cbtn2 span {
    padding: 0 !important;
  }

  .input-group-text {
    border-radius: 0 10px 10px 0 !important;
  }
}

@media screen and (max-width: 414px) {
  .header-image {
    min-height: 450px !important;
    padding: 1.5em 0.5em 0.3em 0.5em;
  }
  
  .search-trust-badges {
    font-size: 0.85em !important;
    gap: 1em !important;
  }
  
  .trust-badge i {
    font-size: 1.5em !important;
  }
}
