/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Template: hello-elementor
 Version: 1.0.0
*/
.page-header {
	display: none;
}

.secondary-btn a,
.cf-submit {
	background-color: #FE6600 !important;
}

.secondary-btn a:hover,
.cf-submit:hover {
	background-color: #6A7A69 !important;
}

header .hfe-nav-menu li.menu-item .hfe-menu-item {
	position: relative;
	padding-right: 5px !important;
}

header .hfe-nav-menu li.menu-item .hfe-menu-item::after{
	content: "";
	position: absolute;
	width: -webkit-fill-available;
	height: 8px;
	top: 20px;
	display: block !important;
	background-color: #FE6600 !important;
	z-index: -1;
}
header .hfe-nav-menu li.menu-item.current-menu-item .hfe-menu-item::after {
	content: "";
	position: absolute;
	width: -webkit-fill-available;
	height: 8px;
	top: 20px;
	display: block !important;
	background-color: #FE6600 !important;
	z-index: -1;
}
header .hfe-nav-menu li.menu-item.current-menu-item .hfe-menu-item::after,
footer .hfe-nav-menu li.menu-item.current-menu-item .hfe-menu-item::after {
	opacity: 1 !important;
}
.p-tag-margin p {
	margin: 0;
}

.image-with-text-strong strong {
	font-weight: 500;
}

.heading-after h2 {
	position: relative;
	width: fit-content;
	z-index: 99;
	padding-left: 32px;
}

.heading-after h2::after {
	content: "";
	position: absolute;
	width: -webkit-fill-available;
	height: 8px;
	top: 35px;
	right: 36px;
	display: block !important;
	background-color: #FE6600 !important;
	z-index: -1;
}

.area-content-after p {
	position: relative;
	margin-bottom: 0;
	padding-left: 10px;
	line-height: 120%;
}

.area-content-after p:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0px;
	left: 0px;
	display: block !important;
	background-color: #FE6600 !important;
}

.investments-icon-height {
	height: 92px;
	display: flex;
	justify-content: center;
	align-items: center;
}

header .header-side-aber-mbl .hfe-side {
	width: 100% !important;
}

.p-tag-margin.line-break-wrap {
	white-space: nowrap;
	overflow: hidden;
	max-width: 100%;
}

/* slider */

.investment-slider {
	display: flex;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	gap: 28px;
	padding-bottom: 45px;
}

.investment-slider {
	-ms-overflow-style: none;
}

.investment-slider>.e-child {
	flex: 0 0 39%;
	scroll-snap-align: start;
	display: flex;
	align-items: center;
	gap: 40px;
}

.investment-slider h2 {
	font-size: 32px;
}

.investment-slider>.e-child.is-faded {
	opacity: 0.5;
	transition: opacity 0.3s ease;
}

/* form */
.cf-label br {
	display: none;
}

.cf-label {
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-bottom: 20px;
}

.cf-input,
.cf-textarea {
	margin-top: 17px;
	font-size: 16px;
	padding: 18px 20px !important;
	line-height: 1;
	border-radius: 10px !important;
	border: 1px solid #CCCCCC !important;
}

.cf-textarea {
	min-height: 220px;
	height: 220px;
	resize: none;
}

.cf-input::placeholder,
.cf-textarea::placeholder {
	color: #0000004D;
}

.cf-input:focus,
.cf-textarea:focus {
	border: 1px solid #333 !important;
}

.cf-submit {
	margin-top: 10px;
	border: none !important;
	padding: 12px 24px !important;
	line-height: 1;
}

.contact-form-parent p {
	margin-bottom: 0px;
}


.about-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-image img {
  position: relative;
  z-index: 2;
  width: 115%;
  height: auto;
  animation: float-smooth 12s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

@keyframes float-smooth {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  15% {
    transform: translate(-4px, -6px) rotate(-0.5deg);
  }
  30% {
    transform: translate(3px, -10px) rotate(0.3deg);
  }
  45% {
    transform: translate(6px, -5px) rotate(0.5deg);
  }
  60% {
    transform: translate(2px, -8px) rotate(-0.3deg);
  }
  75% {
    transform: translate(-3px, -4px) rotate(0.2deg);
  }
  90% {
    transform: translate(-2px, -7px) rotate(-0.2deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}


@media (max-width: 1024px) {
	.investment-slider>.e-child {
		flex: 0 0 65%;
		gap: 10px;
	}

	.cf-textarea {
		min-height: 190px;
		height: 190px;
	}

	.cf-input,
	.cf-textarea {
		margin-top: 10px;
		padding: 12px 20px !important;
	}

	.cf-submit {
		margin-top: 0px;
	}

	header .hfe-flyout-close,
	header .hfe-flyout-close svg {
		top: 8px;
		right: 5px;
	}
}

header .header-side-aber-mbl li.menu-item .hfe-menu-item,
header .header-side-aber-mbl li.menu-item.current-menu-item .hfe-menu-item {
	width: fit-content;
}

@media only screen and (max-width: 767px) {
	.mbl-bg-none {
		background-image: none !important;
	}

	.investment-slider>.e-child {
		flex: 0 0 100%;
		gap: 10px;
	}

	.cf-input,
	.cf-textarea {
		padding: 10px 15px !important;
		margin-top: 10px;
	}

	footer .hfe-nav-menu {
		justify-content: center !important;
		row-gap: 0px !important;
	}

	footer .hfe-nav-menu li a,
	.footer-links a,
	footer .p-tag-margin p {
		font-size: 13px !important;
	}

}

@media only screen and (max-width: 567px) {
	.heading-after h2 {
		padding-left: 20px;
	}

	.heading-after h2::after {
		height: 6px;
		top: 22px;
		right: 25px;
	}

	footer ul.hfe-nav-menu::after,
	footer ul.hfe-nav-menu::before {
		display: none;
	}

	footer ul.hfe-nav-menu {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
	}

}