/* Overflow Hotfix */
html {
	overflow-x:hidden; 
}

.csl b, strong {
    color: #222;
}

.csl ul, ol {
    padding-left: 15px;
    margin-left: 0;
    list-style-position: outside; /* Keeps the bullet or number outside the text */
}

.csl ul li, ol li {
    padding-left: 0.1em; /* Adjust this value for desired indentation */
    text-indent: -1.em; /* Aligns text lines with the bullet or number */
}

ul {
    list-style-type: none; /* Remove default bullet */
}

.csl ul li::before {
    content: "-"; /* Replace bullet points with dashes */
    position: absolute;
    left: 0; /* Position the dash at the start of the line */
}

.csl li {
    margin-bottom: 5px; /* Add 5px margin at the bottom of each list item */
}

.grecaptcha-badge { 
    visibility: hidden;
}

.bg-text-w1 .elementor-heading-title {
  background-color: #fff;
  padding: 0px 5px 0px 5px;
	-webkit-box-decoration-break: clone;
}

.bg-text-b1 .elementor-heading-title {
  background-color: #111;
  padding: 0px 10px 0px 10px;
  -webkit-box-decoration-break: clone;
}

.bg-text-b2 .elementor-heading-title {
  background-color: #111;
  padding: 0px 0px 0px 0px;
  -webkit-box-decoration-break: clone;
}

.bg-text-y1 .elementor-heading-title {
  background-color: #FECD08;
  padding: 0px 10px 0px 10px;
  -webkit-box-decoration-break: clone;
}

.num-text {
	font-variant-numeric: tabular-nums;
}

.ov-text1 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--title_max-num-lines,2);
}

.ov-text2 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--title_max-num-lines,3);
}

.wp-caption-text {
    padding: 10px 20px;
    background-color: #f5f5f5;
    font-size: 14px;
}

.wp-caption {
    margin-top: 20px;
}

ol{
    margin-top: 0;
    margin-bottom: 20px;
}

li {
    margin-top: 0;
    margin-bottom: 10px;
}

.wp-caption-text {
    padding: 10px;
    background-color: #eee;
}

h4, h5, h6 {
    margin-bottom: .2rem;
}

h1, h2, h3 {
    margin-bottom: .7rem;
}
