@media screen and (max-width: 768px) {
  /* Phone styles - adjusted font sizes and padding for mobile devices */

  body {
    font-size: 14px;
  }

  h1, .h1 {
    font-size: 32px;
  }

  h2, .h2 {
    font-size: 28px;
  }

  h3, .h3 {
    font-size: 24px;
  }

  h4, .h4 {
    font-size: 20px;
  }

  h5, .h5 {
    font-size: 16px;
  }

  h6, .h6 {
    font-size: 14px;
  }

  .btn {
    font-size: 12px;
   padding: 6px 12px;
  }

  .btn-suite {
    padding: 6px 12px;
  }

  .inner-title .title {
    font-size: 22px;
  }

  p.inner-text {
    font-size: 14px;
  }


  .card .card-title {
    font-size: 14px;
  }

  .card .location {
    font-size: 14px;
  }

  .card .montant-white {
    font-size: 16px;
  }

  .stats-container h3 {
    font-size: 28px;
  }

  .text-choisir {
    font-size: 14px;
  }

  .titre-choisir {
    font-size: 14px;
  }

  .btn-suite {
    font-size: 14px;
  }

  section .nav-tabs .nav-link {
    font-size: 14px;
  }

  .filtre-trip input.form-control {
    font-size: 14px;
  }

  .ettiq {
    font-size: 12px;
  }

  .card .btn-cards {
    font-size: 12px;
  }

  .card .item-price {
    font-size: 12px;
  }

  .card .item_box_text {
    font-size: 10px;
  }

  .heart {
    font-size: 24px;
  }

  .text {
    font-size: 24px;
  }

  [class*="swiper-button"]::before {
    font-size: 14px;
  }

  /* Additional adjustments for other components */
  .filtre-trip label.label-form {
    font-size: 12px;
  }

  .card .item-price-fs-4 {
    font-size: 16px;
  }

  .card .card-img-overlay p.card-text {
    font-size: 12px;
  }

  .h5-title {
    font-size: 14px;
  }

  .stats-container .label {
    font-size: 14px;
  }

  /* Additional adjustments from other CSS files */

  /* footer-site.css */
  footer .footer-links a {
    font-size: 12px;
  }

  footer .btn-lettre {
    font-size: 14px;
  }

  footer .footer-links h3 {
    font-size: 16px;
  }

  /* custom-styles.css */
  .price-value {
    font-size: 20px;
  }

  .per-person {
    font-size: 16px;
  }

  .multiplier-value {
    font-size: 48px;
  }

  .TravelD .price .price-start {
    font-size: 10px;
  }

  /* details.css */
  .details .avatar.avatar-sm i {
    font-size: 12px;
  }

  .details .avatar i {
    font-size: 12px;
  }

  .details .card-title {
    font-size: 16px;
  }

  .equipment-text {
    font-size: 16px;
  }

  .timeline .accordion-body * {
    font-size: 14px !important;
  }

  /* hotels-travel.css */
  .TravelD .calendrier-disponibilite .btn {
    font-size: 12px;
  }

  .TravelD .actions li {
    font-size: 8px;
  }

  /* login-page.css */
  #pop-reset-pass .modal-header .login-tabs li {
    font-size: 14px;
  }

  #pop-reset-pass .modal-body p {
    font-size: 13px;
  }

  .login-register-title h2 {
    font-size: 20px;
  }

  /* tarifs-dispo.css */
  .tarifs-dispo .title {
    font-size: 18px;
  }

  .tarifs-dispo .subtitle {
    font-size: 14px;
  }

  .tarifs-dispo .price {
    font-size: 18px;
  }

  /* contact-travel.css */
  .contact-info-panel h3 {
    font-size: 21px;
  }

  .info-block .icon {
    font-size: 16px;
  }

  /* headermobile.css */
  .submenu-list__item-title {
    font-size: 14px;
  }

  .submenu-list__item-subtile {
    font-size: 10px;
  }

  /* filtre-trip.css */
  .filtre-trip label {
    font-size: 14px;
  }

  .filtre-trip .btn {
    font-size: 16px;
  }

  /* root.css */
  .daterangepicker .calendar-table th.month {
    font-size: 15px;
  }

  .daterangepicker .drp-buttons .btn {
    font-size: 14px;
  }

}




