/* 
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 */
:root{
	--white: #ffffff;
	--black: #000000;
	--primary: #5D69D1;
	--secondary: #BD5B92;
	--smoke: #F2F2F2;
	--gray: #7A7A7A;
	--granite-gray: #665E57;
	--black-pepper: #423A31;
	--blue-bell-opacity: #5D69D11A;
	--blue-bell: #93A4CA;
}
/* general */
html {
  scroll-behavior: auto !important;
}
body:not(.elementor-editor-active) .elementor-widget-button:not(.btn-outline) .elementor-button, 
.primary-gradient .elementor-icon:not(:hover), 
.customized-icon-box .customized-icon-box-alt.elementor-widget-icon-box:hover .elementor-icon, 
.custom-btn,
.icon-fit-radius-gradient .elementor-icon{
    background-image: linear-gradient(174deg, var(--secondary) 0%, var(--primary) 50%, var(--blue-bell) 100%) !important;
}
.e-con {
    max-width: 100%;
}
.h-100 {
    height: 100%;
}
textarea{
	resize: none;
}
form:not([name="Subscribtion Form"]) ::placeholder {
    font-weight: 500;
    font-size: 25px;
    letter-spacing: -0.01em;
    color: #D1D1D1 !important;
}
form:not([name="Subscribtion Form"]) input:-webkit-autofill {
  background-color: transparent !important; 
}
select {
    font-size: 25px !important;
    font-weight: 500 !important;
	background: url(/wp-content/uploads/2025/07/down-arrow.svg) no-repeat right / 12px;
}
.elementor-field.elementor-select-wrapper .select-caret-down-wrapper{
	display: none;
}
select option{
	font-size: 14px !important;
}
/* header */
.logo-svg svg {
    max-width: 167px;
}
.logo-svg .elementor-icon-wrapper a {
    display: flex;
    align-items: center;
}
.main-nav {
    border-radius: 10px;
}
.navbar > .e-con-inner{
	transition: all 0.7s ease-in-out;
}
.navbar.min > .e-con-inner {
    max-width: 1100px;
}
.navbar > .e-con-inner > .elementor-element  {
	border-radius: 15px;
}
.navbar.min > .e-con-inner > .elementor-element {
    background-color: var(--smoke);
    box-shadow: 0px 0 0 1px rgba(0, 0, 0, 0.1);
    transition: border-radius .3s, box-shadow .3s;
	padding-left: 20px;
	padding-right: 20px;
}
.navbar.min.change > .e-con-inner > .elementor-element  {
    background-color: var(--black);
}
.navbar.change .logo-svg svg path:first-child, 
.navbar.change .elementor-nav-menu li a .sub-arrow svg {
    fill: var(--white);
}
.navbar.change .elementor-nav-menu > li > .elementor-item-active:after,
.navbar.change .elementor-nav-menu > li:hover > .elementor-item:after{
    background-color: var(--white) !important;
}
.navbar.change .elementor-menu-toggle svg {
    fill: var(--white) !important;
}
/* subscription form */
#subscription-form.form-style-2 .elementor-button {
    background: var(--white) !important;
}
.form-style-2 input {
    padding: 16px !important;
}
.form-style-2 button[type="submit"] {
    height: 51px;
    width: 51px;
}
.form-style-2 .elementor-button svg {
    width: 38px;
}
/* banner */
.base-image .elementor-icon, .base-image .elementor-icon svg{
	width: 100% !important;
}
.hotspot-pin:hover svg path {
    fill: var(--white);
}
.hotspot-pin:hover > .elementor-widget-container {
    background-color: var(--primary) !important;
}
.hotspot-pin.logo-pin:hover > .elementor-widget-container .e-hotspot__icon svg .st1,
.hotspot-pin.logo-pin:hover > .elementor-widget-container .e-hotspot__icon svg .st2,
.hotspot-pin.logo-pin:hover > .elementor-widget-container .e-hotspot__icon svg .st3 {
	fill: var(--white);
}
.building-image:not(.building-yellow){
	opacity: 0;
	transition: opacity 0.4s ease;
}
.hotspot-pin .e-hotspot {
    transform: translate(calc(-1 * var(--hotspot-translate-x)),calc(-1 * var(--hotspot-translate-y)));
}
.tooltip-top-con > div{
	display: flex;
}
.hotspot-pin .e-hotspot__tooltip:before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 10px 15px 10px;
    border-color: transparent transparent #FFFFFF transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.tooltip-top.hotspot-pin .e-hotspot__tooltip:before {
   border-width: 15px 10px 0 10px;
   border-color: #FFFFFF transparent transparent transparent;
   transform: rotate(0deg);
   bottom: 5px;
   top: auto;
}
.tooltip-wrap.tooptip-style-2 .tooltip-right img {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
}
.tooltip-wrap.tooptip-style-2 {
    flex-direction: column-reverse;
    max-width: 250px;
}
/* icon box */
.customized-icon-box .elementor-widget-icon-box .elementor-icon-box-content{
	padding: 0 25px 25px;
    margin-top: -5px;
}
.customized-icon-box .elementor-widget-icon-box:hover .elementor-icon-box-content * {
    color: var(--white);
}
.customized-icon-box .elementor-icon-box-wrapper {
    height: 100%;
}
.customized-icon-box .elementor-widget-icon-box .elementor-icon {
    width: 101px;
    height: 101px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.customized-icon-box .elementor-widget-icon-box:hover .elementor-icon {
    background-image: none !important;
	background-color: var(--white) !important;
} 
.customized-icon-box .elementor-widget-icon-box:hover .elementor-icon svg, 
.customized-icon-box .elementor-widget-icon-box:hover .elementor-icon svg path, 
.customized-icon-box .elementor-widget-icon-box:hover .elementor-icon svg rect {
	fill: var(--black-pepper) ;
}
.customized-icon-box .elementor-icon-box-icon {
    text-align: center;
    position: relative;
    padding: 65px 0 85px;
}
.customized-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon::before {
    content: "";
    position: absolute;
    background-size: 283px;
    background-position: center;
    background-repeat: no-repeat;
    width: 283px;
    height: 283px;
    top: -10px;
    left: 0;
	right: 0;
    margin: 0 auto;
	max-width: 100%;
}
.customized-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon::before,
.customized-icon-box .customized-icon-box-alt .elementor-icon-box-wrapper:hover .elementor-icon-box-icon::before{
	background-image: url("/wp-content/uploads/2025/05/icon-ellipses.svg");
}
.customized-icon-box .elementor-icon-box-wrapper:hover .elementor-icon-box-icon::before,
.customized-icon-box .customized-icon-box-alt .elementor-icon-box-wrapper .elementor-icon-box-icon::before{
    background-image: url("/wp-content/uploads/2025/05/icon-ellipses-hover.svg");
}
.customized-icon-box .customized-icon-box-alt.elementor-widget-icon-box:hover .elementor-icon-box-content * {
	color: var(--black-pepper);
}
.customized-icon-box .customized-icon-box-alt.elementor-widget-icon-box:hover .elementor-icon svg, 
.customized-icon-box .customized-icon-box-alt.elementor-widget-icon-box:hover .elementor-icon svg path, 
.customized-icon-box .customized-icon-box-alt.elementor-widget-icon-box:hover .elementor-icon svg rect {
	fill: var(--white);
}
/* Globe */
.globe-container .elementor-icon {
    background-color: #fff;
    border-radius: 100%;
    border: 20px solid #fff !important;
}
.globe-container svg{
	max-width: 100%;
}
/* number element */
.numbers-elem .elementor-heading-title {
    background-color: #5f68cd;
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 2.35935px 2.35935px 14.7459px rgba(0, 0, 0, 0.15);
    border: 6px solid #fff;
}
/* list counter */
.number-counter{
	counter-reset: number-counter;
}
.number-counter > .elementor-widget {
	counter-increment: number-counter;
	padding-left: 70px;
}
.number-counter.number-counter-only-title > .elementor-widget {
    min-height: 50px;
    display: flex;
    align-items: center;
}
.number-counter > .elementor-widget:before {
    content: counter(number-counter);
    background-color: var(--primary);
    color: var(--white);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    box-shadow: 2.35935px 2.35935px 14.7459px rgba(0, 0, 0, 0.15);
    font-weight: 500;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    border: 6px solid #fff;
}
.number-counter.nc-with-line > .elementor-widget:not(:last-child):after {
    content: "";
    width: 2px;
    height: calc(100% + 50px);
    display: flex;
    background-color: #141213;
    position: absolute;
    top: 15px;
    bottom: 0;
    justify-content: center;
    align-items: center;
    left: 25px;
}
/* right image box */
.right-image-box {
    max-width: 364px !important;
}
.right-image-box .elementor-image-box-img{
	display: flex;
}
/* logo carousel */
.logo-carousel .swiper-wrapper{
	transition-timing-function: linear !important;
	-webkit-transition-timing-function: linear !important;
	-moz-transition-timing-function: linear !important;
	-o-transition-timing-function: linear !important;
}
.logo-carousel .swiper-slide-inner {
    background-color: var(--white);
    padding: 10px;
    border-radius: 15px;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-carousel .swiper-slide-inner img {
    height: 60%;
}
/* custom tooltip */
.tooltip-wrap {
	display: flex;
	width: 100%;
	max-width: 400px;
	overflow: hidden;
	align-items: center;
	padding: 10px;
    border-radius: 10px;
	background-color: var(--white);
	box-shadow: 0px 1.57561px 35.4512px rgba(0, 0, 0, 0.3);
}
.tooltip-header,
.tooltip-rating {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tooltip-rating .stars {
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
	color: goldenrod;
}
.tooltip-rating img {
	width: 20px;
	height: 20px;
	object-fit: contain;
	object-position: center;
}
.tooltip-left {
	flex: 1;
	margin-right: 15px;
}
.tooltip-content {
	margin-top: 5px;
}
.tooltip-right {
    min-width: 70px;
}
.tooltip-right img {
	border-radius: 10px;
	max-width: 100px;
	height: auto;
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100% !important;
}
.tooltip-title {
	font-size: 14px;
	font-weight: 600;
}
.tooltip-text {
	font-size: 9px;
	line-height: 1.2;
}
.tooltip-price {
	font-size: 10px;
	font-weight: 600;
	color: #5d69d1;
}
/* mobile section with lines connected */
.icon-fit-radius{
    line-height: .5;
}
.counter-center .elementor-counter-title{
	text-align: center;
}
.border-lines:before, .border-lines:after {
    content: "";
    position: absolute;
}
.border-lines:before{
	border-bottom: 2px dashed #7a7a7a;
    height: 2px;
    top: 50%;
    width: 300%;
    left: 100%;
}
.border-lines:after{
	border-left: 2px dashed #7a7a7a;
    height: 300%;
    bottom: 0;
    left: 50%;
}
.border-lines > .elementor-widget-container, 
.divider-counter .elementor-widget-container{
	z-index: 1;
	position: relative;
}
.border-lines-right::before {
    left: auto;
    right: 100%;
    width: 150%;
}
.border-lines-right::after {
    height: 200%;
}
/* Form Fields */
.elementor-field-option{
	display: flex;
	align-items: center;
}
.elementor-field-option input{
	margin-right: 10px;
    width: 27px;
    height: 27px;
    flex: 0 0 27px;
	accent-color: #5D69D1;
}
.tabs-titles-con .e-n-tabs-heading {
    max-width: 1254px;
    margin: 0 auto;
    width: 100%;
    padding: 10px;
}
/* accordion */
.e-n-accordion-item {
    border-bottom: 1px solid rgb(66 58 49 / 50%);
}
/* responsive */
@media (min-width: 1025px){
	.main-nav {
		background-color: var(--blue-bell-opacity);
	}
	.navbar.change .elementor-nav-menu > li > a{
		color: var(--white) !important;
	}
}
@media (min-width: 768px){
	.tooltip-wrap:not(.tooptip-style-2) {
		min-width: 350px;
	}
}
@media (max-width: 1024px) {
	.hidden-tab{
		display: none;
	}
}
@media (max-width: 767px) {
	.right-image-box .elementor-image-box-wrapper {
		display: flex !important;
	}
	.right-image-box .elementor-image-box-img {
		margin-right: 10px !important;
	}
	.tooltip-wrap {
		max-width: 250px;
	}
	.tooltip-wrap.tooptip-style-2 {
		max-width: 150px;
	}
	.tooltip-header {
		flex-direction: column;
		align-items: start;
	}
	.hotspot-pin .e-hotspot__tooltip {
		display: none;
	}
}