/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Add your custom styles here */
.home-banner-video {
	border-radius:16px;
}
html, body {
  overflow-x: hidden;
  max-width: 100%;
}
.contact-form{
	font-family: 'Hanken Grotesk';
}
.contact-form input, .contact-form textarea{
	margin:15px 0 10px 0;
}
.contact-form .wpcf7-submit{
	border:none;
	font-family:'Hanken Grotesk';
	font-weight:800;
	color:var(--e-global-color-secondary);
    border-radius: 7px 7px 7px 7px;
    padding: 16px 28px 16px 28px;
}
.contact-form input, .contact-form textarea{
	border-radius:7px;
}
.contact-form .wpcf7-response-output{
	display:block;
    margin-top: -30px !important;
    border-radius: 7px;
    width: 100%;
	border-color:var( --e-global-color-primary ) !important;
}
.contact-form .wpcf7-spinner {
    display: block !important;
}
.newsletter input[type="email"] {
    background: #262320;
    border: 1px solid #3A3633;
    border-radius: 9px;
    padding: 14px 16px;
    font-family: 'Hanken Grotesk';
    font-weight: 500;
    font-size: 14.5px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #757575;
	min-width: 185px;
}
.newsletter input[type="submit"] {
    padding: 9px 18px;
    border: none;
}
.newsletter .wpcf7-form,
.contact-form  .wpcf7-form{
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	gap:10px;
}
.wpcf7-spinner {
    display: none !important;
}
.glassmorphism-effect{
	backdrop-filter: blur(8px);
}
.comments-area a, .page-content a{
	text-decoration:unset;
}
.custom-timeline::before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 25px;
    left: 6px;
    width: 2px;
    height: 200px;
    background-color: #3A3633;
    z-index: 0;
}
.positioned-icon .elementor-icon{
    margin-left:-4px;
}
.elementor-icon-box-title{
	margin-top:0px;
}

body:has(#leadership[aria-selected="true"], #ceo[aria-selected="true"]) .bannerimage {
    display: none !important;
}
body:has(#leadership[aria-selected="true"], #ceo[aria-selected="true"]) .tab-container{
    margin: 0px !important;
}
.home-banner-video .elementor-custom-embed-image-overlay img {
    border-radius: 16px !important;
    height: 600px;
    object-fit: cover;
}

.my-sticky-header.she-header-yes{
    transition: all 0.3s ease-in-out !important;!important;
	animation: slideDown 0.3s ease;
}
/* Creates a smooth entry when the header becomes fixed */
@keyframes slideDown {
    from { transform: translateY(-100%); }
    to { transform: translateY(0); }
}
@media(min-width:1024px){
.hfe-nav-menu__layout-horizontal{
	width:max-width !important;
}	
}
@media (max-width:1366px){
	.corevalues-grid-box{
		width:48%;
	}
}
@media (max-width:1024px){
	.elementor-lightbox .dialog-widget-content{
		width:100vw !important;
		height:100vh !important;
	}
	.corevalues-grid-box{
		width:100%;
	}
	.gallery-images  .gallery-columns-4 .gallery-item {
		max-width:47%;
		margin: 10px !important;
	}
	.gallery-images  .gallery-columns-4 .gallery-item img{
		width:100%;
	}
}
@media (max-width:767px){
	
	.corevalues-grid-box{
		width:47%;
	}
	.gallery-images  .gallery-columns-4 .gallery-item {
		max-width:47% !important;
		margin: 0px !important;
	}
	.gallery-images #gallery-1{
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
	}
	.home-banner-video .elementor-custom-embed-image-overlay img {
    height: auto;
}
	
	.custom-timeline::before {
    content:none;
	}
	.hfe-nav-menu-icon{
		padding:0px;
	}
}