/*
Theme Name: Efiga Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.9.1780557017
Updated: 2026-06-04 10:10:17

*/


.elementskit-menu-hamburger{
	height: 40px !important;
}
.elementskit-menu-hamburger svg{
	width: 40px !important;
	height: 40px !important;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav > li:last-child a{
	padding-right: 0!important;
}
.no_underline a{
	text-decoration: none;
	padding-left: 25px;
}
.principles-bg{
	background: radial-gradient(37.89% 115.52% at 21.31% 103.57%, #523A22 0%, #33271B 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}
.about-us-bg{
	background: linear-gradient(256.56deg, #FAF9F8 37.06%, #D8CDC0 103.01%, #D1C5B6 103.01%);
}

.offer-section {
    background: #FAF9F8;
	font-family: "Manrope", Sans-serif;
}

.offer-viewport {
    overflow: hidden;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
}

.offer-viewport:active {
    cursor: grabbing;
}

.offer-track {
    display: flex;
    gap: 16px;
    will-change: transform;
}

.offer-card {
    min-width: 688px;
	max-width: 688px;
    flex-shrink: 0;
    background: #fff;
    overflow: hidden;
	border-radius: 8px;
}

/* .offer-card:last-child {
    min-width: calc(28% - 6px);
} */

.offer-card-image {
    width: 100%;
    height: 417px !important;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.offer-card-body {
    padding: 24px 16px 40px;
    display: flex;
    gap: 86px;
    align-items: flex-start;
	justify-content: space-between;
}

.offer-card-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -2%;
	color: #A9927B;
	font-family: "Manrope", Sans-serif;
	margin-bottom: 0 !important;
}

.offer-card-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 3%;
	color: #33271B;
	max-width: 285px;
	font-family: "Manrope", Sans-serif;
	margin-bottom: 0 !important;
}

.elementor-widget-google_maps .elementor-custom-embed iframe{
	filter: sepia(0.6) hue-rotate(-30deg) contrast(0.9) brightness(1) !important;
}



@media only screen and (max-width: 1024px) {
	button.elementskit-menu-close{
		font-size: 0 !important;
		position: relative;
	}
	button.elementskit-menu-close:before{
		position: absolute;
		content: "";
		background: url('/wp-content/uploads/2026/06/close_menu_button.svg');
		width: 40px;
		height: 40px;
		right: 20px;
		top: 20px;
	}
	.elementskit-menu-hamburger.elementskit-menu-toggler svg{
		width: 40px;
		height: 40px;
	}
	.elementskit-menu-overlay.elementskit-menu-toggler{
		display: none !important;
	}
	.elementskit-nav-identity-panel {
		padding: 34px 0px 10px 0px !important;
	}
	.elementskit-navbar-nav > li > a {
		padding: 0 !important;
		font-weight: 800 !important;
		font-size: 28px !important;
		line-height: 100%;
		letter-spacing: 2% !important;
		color: #D8CDC0 !important;
	}
	#menu-main-menu{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
		gap: 32px;
		padding: 20px;
	}
	.elementskit-menu-close.elementskit-menu-toggler:hover{
		background: transparent !important;
		color: #4290FF !important;
	}
	
	.elementskit-navbar-nav-default.elementskit-menu-offcanvas-elements {
        width: 100% !important;
        position: fixed !important;
        top: 0 !important;
        right: -100vw !important; 
        left: auto !important; 
        height: 100% !important;
        -webkit-box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
        box-shadow: 0 10px 30px 0 rgba(255, 165, 0, 0);
        overflow-y: auto;
        overflow-x: hidden;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
        display: flex !important;
        flex-direction: column-reverse;
        justify-content: flex-end;
        -webkit-transition: right .6s cubic-bezier(.6, .1, .68, .53) !important;
        transition: right .6s cubic-bezier(.6, .1, .68, .53) !important;
    }
	.elementskit-menu-offcanvas-elements.active {
        right: 0 !important;
        left: auto !important; 
    }
	#ekit-megamenu-main-menu{
		background: linear-gradient(180deg, #523A22 0%, #33271B 100%);
	}
}

@media (max-width: 768px) {
    .offer-card {
        min-width: 340px;
		max-width: 340px;
    }
	.offer-card-body {
		gap: 28px;
		flex-direction: column;
	}
	.offer-card-image{
		height: 206px !important;
	}
	.offer-card-title {
		font-size: 20px;
	}
	.ekit-wid-con .elementskit-accordion .elementskit-card-body p{
		max-width: 270px;
	}
}