/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2025 | 05:41:58 */
/* Darken the image inside Elementor CTA widgets */
/* Apply this to the CTA widget's Advanced → CSS Classes: cta-darken */
.cta-darken .elementor-cta {
  position: relative; /* ensure a positioning context */
}

/* Apply to the text inside your CTA */
.cta-text-shadow .elementor-cta__title,
.cta-text-shadow .elementor-cta__description {
  text-shadow: 0 2px 6px rgba(0,0,0,0.5); /* subtle black blur */
}

/* List css white and orange */
/* ul lists */
ul li::marker {
  color: #F26A21;
}

/* ol lists */
ol li::marker {
  color: #F26A21;
}

/* Use the same method of sizing elements as Elementor does */
body * {
    box-sizing: border-box;
}

/* Elementor - set some default left and right padding */
.elementor-section.elementor-section-boxed.elementor-top-section > .elementor-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

@media only screen and (max-width: 799px) {
    .elementor-section.elementor-section-boxed.elementor-top-section > .elementor-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

/* Elementor - set some default left and right padding on mobile - same as in GeneratePress */ /*
.elementor-top-section.elementor-section-boxed > .elementor-container {
    padding: 0 20px;
}*/

/* 1. Don't set padding if an Elementor library item is embedded within another section via shortcode */
/* 2. Don't set padding if an Elementor library item is embedded within a standard non-full width page */
.elementor-top-section .elementor-top-section.elementor-section-boxed > .elementor-container,
body:not(.full-width-content) .entry-content .elementor-top-section.elementor-section-boxed > .elementor-container {
    padding: 0;
}
/* 3. Don't set padding if the section has a class of 'nopad' */
.elementor-top-section.elementor-section-boxed.nopad > .elementor-container {
    padding: 0;
}

/* Make Elementor elements expand to fit the full available width. This is due to how Elementor puts padding all the way around columns */
.elementor-section-boxed .elementor-column-gap-default .elementor-row {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
}

.elementor-section-boxed .elementor-column-gap-narrow .elementor-row {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
}

.elementor-section-boxed .elementor-column-gap-extended .elementor-row {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
}

.elementor-section-boxed .elementor-column-gap-wide .elementor-row {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
}

.elementor-section-boxed .elementor-column-gap-wider .elementor-row {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
}


/* Elementor - override to float right/left */

.pull-right-section .elementor-container {
    margin-right: 0;
}

.pull-left-section .elementor-container {
    margin-left: 0;
}


/* Disable text wrapping */

.text-nowrap {
    white-space: nowrap;
}


@media (max-width: 880px) {
	.reverse-order {
		order: -1;
	}
}

.top-banner-section .elementor-container {
	background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0) 97.14%) !important;
}