/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 01 2025 | 11:11:40 */
:root {
	--primary-color: #DF9A2D; /*yellow*/
	--secondary-color: #C1C3CE; /*gray*/
	--third-color: #595E75; /*darkblue*/
}
a{
	color:var(--primary-color);
}
a:active, a:hover {
	color:var(--primary-color);
}
header a{
	color:white;
}
.bg-yellow{
 	background: var(--primary-color)
}
.text-yellow{
 	color: var(--primary-color)
}
main,
.bg-abstract{
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7)),
    url("/wp-content/uploads/2025/10/bg-abstract__low.jpg");
	background-repeat: no-repeat, repeat-x;
	background-position: bottom;
	background-size: 100% 100%, 1600px auto;
}

#breadcrumbs a{
	color:var(--e-global-color-primary);
}
body.home #breadcrumbs_wrapper{
	display:none;
}

.configurator-link{
	background-color:rgba(223, 154, 45, 0.2) !important; /*yellow*/
}

/* footer */
footer a,
footer .elementor-nav-menu a{
	color: var(--e-global-color-primary)
}
.menu_footer_wrapper .elementor-nav-menu a{
	padding:8px 0px !important;
	border-bottom: 1px solid #D1D1D1;
}


/* Timeline Cards */
.timeline {
	display: flex;
	flex-direction: column;
	gap: 32px;
}
.timeline-card {
      background: var(--background);
      border-radius: 8px;
      padding: 32px;
      box-shadow: var(--shadow-card);
      border-left: 4px solid var(--primary);
      transition: var(--transition);
      display: flex;
      gap: 16px;
      align-items: start;
    }

.timeline-card:nth-child(even) {
      border-left-color: var(--accent);
}

.timeline-card:hover {
	box-shadow: var(--shadow-hover);
	transform: translateY(-2px);
}

.timeline-icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
}

.timeline-card:nth-child(odd) .timeline-icon {
	background: rgba(30, 58, 95, 0.1);
	color: var(--primary);
}

.timeline-card:nth-child(even) .timeline-icon {
	background: rgba(230, 126, 34, 0.1);
	color: var(--accent);
}

.timeline-content h3 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 8px;
	color: var(--foreground);
}

.timeline-content p {
	color: var(--muted-foreground);
	line-height: 1.6;
}

/* iconbox  */
.cld_iconbox{
	padding:20px;
}
/* cld_area-card  */
.cld_area-card {
            background: white;
            border-radius: 12px;
            xxxpadding: 2rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 1px solid #e5e7eb;
        }

/* badge */
.cld_badge {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: rgba(102, 126, 234, 0.1);
            padding: 0.5rem 1.5rem;
            border-radius: 50px;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 1.5rem;
            color: #667eea;
}

.cld_padding_bottom{
	padding-bottom:45px;
}

/* mission card */
.mission_card {
            background: white;
            border-radius: 12px;
            padding: 2rem;
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
            border: 2px solid rgba(102, 126, 234, 0.2);
            max-width: 900px;
            margin: 0 auto;
        }
.mission_card i {
            color: #667eea;
        }
.mission_card p {
            font-size: 1.125rem;
            line-height: 1.8;
            color: #4b5563;
            margin-bottom: 1rem;
        }
.mission_card p.highlight {
            font-weight: 500;
            color: #667eea;
        }



.cld_section_margin{
	margin-top:35px;
}

.cld_cta-buttons{
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 2rem;}
.cld_btn-outline {
            background: transparent;
            border: 1px solid #e5e7eb;
            color: #333;
        }

.cld_btn-outline:hover {
	background: #f9fafb;
}

/* cld_process-card */ 
.cld_process-card {
	background: white;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5rem;
	border: 1px solid #e5e7eb;
}

.cld_process-title {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            font-size: 1.25rem;
            font-weight: bold;
            margin-bottom: 1rem;
            color: #333;
        }

.cld_process-number {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}

.cld_box_img{border-radius: 50%;}

.img-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.img-gallery > a {
  flex: 0 0 140px;
  height: 140px;
  display: block;
  overflow: hidden;
}

.img-gallery > a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.card_child{
	border: 1px solid var(--e-global-color-primary);
	xxxbackground-color: var(--e-global-color-secondary);
}
.card_child .e-con-inner{
	padding: 0px !important;
}
.card_child img{
	width:100% !important;
}
.zoom-effect a{
    display: block;
    overflow: hidden !important;
	transition: all .3s ease 0s;	
}
.zoom-effect a>img{
    transition: all .3s ease 0s;
}
.zoom-effect a:hover > img{
    transform: scale(1.1);   
	filter: brightness(1.1) saturate(130%);	
}
.elementor-popup-modal .dialog-close-button svg{
	fill: #fff !important;
}
.simple-table {
    border: none;
    border-collapse: collapse;
    background: none!important;
}

.simple-table td {
    border: none;
    padding: 0;
    background: none!important;
	vertical-align:middle;
}

.simple-table tr:hover {
    background: none !important;
}
.simple-table tr:hover>th, .simple-table tr:hover>td{
    background: none !important;
}
.settore-aerospaziale-table tr td:first-child{
	display:flex;
	justify-content:center;
	align-items:center;
}
