/*
Theme Name: TransPro – Transportation & Logistics Divi Child Theme
Theme URI: https://transpro.layoutdivi.com/
Description: TransPro is a modern Transportation & Logistics Divi Child Theme built for Divi 5. Perfect for logistics companies, transport services, shipping businesses, and freight agencies. Fully responsive and easy to customize.
Author: LayoutDivi
Author URI: https://layoutdivi.com/
Template: Divi
Version: 1.0.0
*/

/* General */

body {
  overflow-x: hidden !important;
}

/* Smooth small scrollbar */


/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 10px;
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #999999;
}

::-webkit-scrollbar-corner {
  background: transparent;
}

