/*
Theme Name:   Nucleoanalytics Child
Theme URI:    https://wordpress.org/themes/nucleoanalytics/
Description:  nucleoanalytics child theme
Author:       WordPress.org
Author URI:   https://wordpress.org/
Template:     nucleoanalytics 
Version:      1.0.0
Text Domain:  nucleoanalytics child
*/

html, body {
  overflow-x:hidden 
}

.choose-veterans-fence .elementor-widget-container {
    height: 412px;
}

.sub-title:before {
    content: "";
    display: block;
    border: 2px solid #FFA722;
    position: relative;
    width: 32px;
    top: 11px;
    right: 0px;
}
.wpcf7-spinner
{
	display: block;
	margin: 0;
}

.swiper-navigation-button.swiper-button-prev
{
	margin-left: -80px;
}
.swiper-navigation-button.swiper-button-next
{
	margin-right: -80px;
}


.industries_box:before {
    content: "";
    position: absolute;
    top: 28px;
    z-index: 1;
    border-radius: 0 0 0;
    width: 85%;
    height: 24%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://nucleoanalytics.com/veteransfence/wp-content/uploads/2025/05/blue.png);
}

/* .industries_box_orange:before {
    content: "";
    position: absolute;
    top: 36px;
    z-index: 1;
    width: 80%;
    height: 0;
    border-bottom: 100px solid #FFA722;
    border-right: 100px solid #ffa72200;
} */

@media (max-width: 480px) {
    .elementor-icon-box-title  {
       margin: 0!important;
    }
	.choose-veterans-fence .elementor-widget-container {
    height: 375px;
}
	.sub-title:before {
    content: "";
    display: block;
    border: 2px solid #FFA722;
    position: relative;
    width: 32px;
    top: 11px;
    right: 0px;
}
	.industries_box:before
	{
		display: none;
	}
	.industries_box_orange:before{
		display: none;
	}
}

/* Tablet */

@media (max-width: 1024px) {
	.industries_box:before
	{
		display: none;
	}
	.industries_box_orange:before{
		display: none;
	}
}
