/*
Theme Name:A Guide to Himachal
Theme URI: https://aguidetohimachal.com
Description: Child Theme For Divi
Author: Trilok Singh
Author URI: https://aguidetohimachal.com
Template: Divi
*/

/* Start your custom CSS bellow this comment
============================================ */
.custom-slider {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 20px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scroll-snap-type: x mandatory !important;
  white-space: nowrap !important;
  width: 100% !important;
  -webkit-overflow-scrolling: touch !important;
}

.custom-slide-item {
  flex: 0 0 auto !important;
  width: 300px !important;
  scroll-snap-align: start !important;
  display: block !important;
  background: #f8f8f8 !important;
  border-radius: 10px !important;
  padding: 10px !important;
  white-space: normal !important;
}
