/*
Theme Name: Abilene Hosanna Church
Theme URI: https://designsfunnel.com/
Author: Designs Funnel Team
Author URI: https://designsfunnel.com/
Description: Delivering a bespoke theme development tailored to precisely align with the unique requirements of our
esteemed client.
Version: 1.0
Template: hello-elementor


This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.scroll-box {
  max-height: 50px;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Chrome, Edge, Safari */
.scroll-box::-webkit-scrollbar {
  width: 8px;              /* scrollbar ki width */
}

.scroll-box::-webkit-scrollbar-track {
  background: #ff6b01;      /* piche ka colour */
  border-radius: 20px;
}

.scroll-box::-webkit-scrollbar-thumb {
  background: #ff6b01;      /* scroll bar ka colour */
  border-radius: 20px;
}

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #ff6b01;      /* hover par colour */
}

/* Firefox ke liye */
.scroll-box {
  scrollbar-width: thin;        /* thin | auto */
  scrollbar-color: #ff6b01 #f1f1f1;
}