/*
Theme Name: JT
Theme URI: JT
Author: UnitelDirect
Author URI: UnitelDirect
Version: 1.0
Requires PHP: 7.0
Use it to make something cool, have fun, and share what you've learned with others.
*/
.abt-sec a {
	  color: var(--green-color);
}
.page-title ul{
	font-size: 16px;
  text-transform: capitalize;
  margin: 0 5px;
  list-style-type: none;
  color: var(--green-color);
}
table, th, td {
    border: 1px solid black;
    padding: 7px;
}
.abc-wrap {
	flex-direction: column;
	overflow: hidden;
}
.inner-page a{
  color: var(--blue-color);
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%; /* Ensures images scale correctly */
}
.owl-carousel .owl-item {
  height: 100vh !important; /* Adjust to your preferred height */
}

.owl-carousel .owl-item img {
  height: 100%;
  object-fit: cover;
}
.owl-carousel, .owl-stage-outer, .owl-item {
  margin: 0;
  padding: 0;
}