/*
 Theme Name: Divi Child
 Theme URI: https://www.elegantthemes.com/gallery/divi/
 Description: Divi Child Theme
 Author: Elegant Themes
 Author URI: https://www.elegantthemes.com
 Template: Divi
 Version: 1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

.check-list {
  --icon-space: 1.8em;
  --icon-gap: 0.6em;
  list-style: none;
  padding: 0;
}

.check-list li {
  position: relative;
  padding-left: calc(var(--icon-space) + var(--icon-gap));
	margin-bottom:.5em;
}

/* Default icon styling */
.check-list li::before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: 'Font Awesome 6 Free';
	font-weight: 900;
  position: absolute;
  left: 0;
  top: 0; /* Aligns with the top of the text */
  display: flex;
  align-items: flex-start; /* Align icon to the top */
  justify-content: center;
  width: var(--icon-space);
  height: var(--icon-space);
  border-radius: 50%;
  color: white; /* Icon color */
  font-size: 0.9em;
  background-color: #4F9ABA; /* Default color */
  padding-top: 2px; /* Fine-tune this value if needed */
}

/* Color variations */
.check-list.blue li::before {
  background-color: #4F9ABA !important;
}

.check-list.purple li::before {
  background-color: #473351 !important;
}

.check-list.pink li::before {
  background-color: #9D3D65 !important;
}

.gform_button {
	color: #ffffff!important;
border-width: 1px!important;
border-color: #006080 !important;
border-radius: 0px !important;
letter-spacing: 1px !important;
font-size: 14px !important;
font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;
text-transform: uppercase!important;
background-color: #006080 !important;
	padding-top: 17px!important;
padding-right: 30px!important;
padding-bottom: 17px!important;
padding-left: 30px!important;
}

.gform_button:hover {
	color: #FFFFFF!important;
border-color: #4f9aba!important;
letter-spacing: 1px!important;
background-image: initial !important;
background-color: #4f9aba !important;
}

.gform_required_legend {
	display:none;
}

.gform-theme--api, .gform-theme--foundation {
	--gf-form-gap-y: 20px !important;
}

.blog article.post {
	padding:1.5em;
	border:1px solid #4F9ABA;
	border-radius: .8rem;
	margin-bottom:20px;
}

.wp-block-quote-is-layout-flow {
position: relative;
overflow-x: hidden;
overflow-y: hidden;
padding: 2.5rem;
margin-top: 5vh;
margin-bottom: 4vh;
background: #473351 !important;
	color:#fff;
	font-size:18px;
	line-height:1.8
}

.wp-block-quote-is-layout-flow:before {
content: "";
	background:473351 !important;
background-image: url(/wp-content/uploads/2025/02/home-bg-bottom.svg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
z-index: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
transition: inherit;
border-radius: 1.5rem;
pointer-events: none;
opacity: 0.5;
}

#sidebar ul li {
    position: relative;
    padding-left: 25px;
	padding-bottom:10px;
	margin-bottom: .5em;
	border-bottom:1px solid #4F9ABA
}

#sidebar ul li:before {
    content: "\f0c1"; /* Unicode for the arrow-right icon */
    font-family: "Font Awesome 6 Free"; /* Font Awesome font */
    font-weight: 900; /* Use solid style */ 
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);

    font-size: 14px;
	border:0 ;
}

.mega-close {
	display:none !important;
}

.et_pb_button {
	line-height:1.5 !important;
}
#menu-item-423 a {
    background-color: rgba(71, 51, 81, 1);
    color: #ffffff;
    padding: 10px 30px 10px 20px !important; /* Add extra padding on the right */
    border-radius: 10px;
    border: 1px solid #ffffff;
    position: relative; /* Needed for positioning ::after */
    display: inline-flex; /* Align text and arrow dynamically */
    align-items: left; /* Center text vertically */
    justify-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
    overflow: hidden; /* Ensure no overflow during animation */
}

#top-menu-nav>ul>#menu-item-423>a:hover {
background-color: rgba(92, 65, 99, 1);
		opacity:1.0;
}

/* Add the arrow dynamically using ::after */
#menu-item-423 a::after {
    content: "\f061"; /* Unicode for Font Awesome arrow-right */
    font-family: "Font Awesome 6 Free"; /* Font Awesome font family */
    font-weight: 900; /* Use solid style */
    position: absolute; /* Absolute positioning for smooth animation */
    right: 5px; /* Start position further to the right, inside the padding */
    top: 50%;
    transform: translateY(-50%) translateX(-20px); /* Start from the left */
    opacity: 0; /* Initially hidden */
    transition: opacity 0.3s ease, transform 0.3s ease; /* Smooth transition for movement */
}

/* Hover effect for the arrow */
#menu-item-423 a:hover::after {
transform: translateY(-50%) translateX(0); /* Move arrow into position */
    opacity: 1; /* Fade in the arrow */
}

#top-menu li.current-menu-item.menu-item-423>a, #top-menu li.current_page_item.menu-item-423> a,.et-fixed-header #top-menu li.current-menu-ancestor.menu-item-423>a, .et-fixed-header #top-menu li.current-menu-item.menu-item-423>a, .et-fixed-header #top-menu li.current_page_item.menu-item-423>a {
	color:#fff !important;
}

#main-footer img.svg {
    width: 100%;
    height: auto;
}

#main-footer .title {
	color:#fff !important;
	opacity: 0.7;
	text-transform:uppercase;
	position: relative;
}



#footer-widgets .footer-widget .menu, #footer-widgets .footer-widget .menu li {
    list-style: none; 
    padding: 0;
    margin: 0;
}

#footer-widgets .footer-widget .menu li {
    position: relative;
    padding-left: 25px;
	margin-bottom: .5em
}

#footer-widgets .footer-widget .menu li:before {
    content: "\f0c1"; /* Unicode for the arrow-right icon */
    font-family: "Font Awesome 6 Free"; /* Font Awesome font */
    font-weight: 900; /* Use solid style */ 
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    font-size: 14px;
	border:0 ;
}

.contact-widget {
	color:#fff !important;
	text-transform:uppercase;
	margin-top:10px;
		opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
}

.lisconn-company {
	display:block;
}

.footer-phone {
	display:block;
		margin-bottom: 10px;
}

.footer-button {
	margin-top:20px;
}

.footer-button-button {
    display: inline-flex;
    align-items: center; 
    padding: 10px 10px;
	font-size: 17px;
    color: #ffffff; 
    background-color: #4f9aba; 
    text-align: left;
    text-decoration: none;
    border-radius: 10px; 
	border: 1px solid transparent;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    overflow: hidden; 
	text-transform:uppercase;
}

.footer-button-button i {
    margin-left: 5px;
    opacity: 0; 
    transform: translateX(-10px); 
    transition: opacity 0.3s ease, transform 0.3s ease; 
}

.footer-button-button:hover {
    background-color: #055c6b; 
	border-color: rgba(255,255,255,0.3);
}

.footer-button-button:hover i {
    opacity: 1; 
    transform: translateX(0);
}

#footer-bottom, #et-footer-nav {
	background-color: rgba(71, 51, 81, 0.7);
	
}

#footer-info {
	color:#fff;
	font-size:13px;
	opacity: 0.7;
	transition: opacity 0.3s ease-in-out;
}

#footer-info:hover {
	opacity:1;
}

#main-footer {
	position: relative;
	background-color: rgba(71, 51, 81, 1);
}

#main-footer:before {
	content: "";
	background-image: url('/wp-content/uploads/2025/01/circuit-background-04.svg');
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
	z-index: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: inherit;
	pointer-events: none;
	opacity: 0.4;
}

/* Base styles for location cards */
#location-location-location .et_pb_column {
    transition: box-shadow 0.3s ease, transform 0.3s ease; /* Smooth hover effects for cards */
	border-bottom:2px solid #4F9ABA
}

#location-location-location .et_pb_column:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px); /* Adds a slight lift on hover */
}



/* Hidden details */
.location-info {
    max-height: 0; /* Initially hidden */
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease; /* Smoothly reveal content */
    background: #006080;
    padding: 0 15px; /* Padding is set to 0 initially */
	color:#fff;
	border-top:6px solid #4F9ABA;
}

/* Show details on hover */
.et_pb_column:hover .location-info {
    max-height: 1000px; /* Set a large enough value for all content */
    opacity: 1; /* Fade-in effect */
    padding: 15px; /* Add padding during the transition */
}

.location-button .footer-button-button {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin: 10px 0;
    padding: 10px; /* Ensure consistent padding */
    font-size: 17px;
    color: #ffffff; 
    background-color: #4f9aba; 
    text-align: left;
    text-decoration: none;
    border-radius: 10px; 
    border: 1px solid transparent;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    overflow: hidden; 
    text-transform: uppercase;
    box-sizing: border-box; /* Ensures padding and border are included in width */
}

.location-button .footer-button-button i {
    margin-left: 5px;
    opacity: 0; 
    transform: translateX(-10px); 
    transition: opacity 0.3s ease, transform 0.3s ease; 
}

.location-button .footer-button-button:hover {
    background-color: #055c6b; 
	border-color: rgba(255,255,255,.3);
}

.footer-button-button:hover i {
    opacity: 1; 
    transform: translateX(0);
} 

.single-industries .et_pb_section, .single-technology-product .et_pb_section {
    margin: 0;
    padding: 0;
}

.single-industries .et_pb_title, .single-technology-product .et_pb_title {
    display: none;
}

@media (min-width: 768px) {
  .mega-menu-wrap .mega-close {
    display: none !important;
    visibility: hidden !important;
  }
}


