/*
Theme Name: Worldwide Property
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.1779432400
Updated: 2026-05-22 06:46:40

*/

html {
	scroll-behavior: smooth;
	scroll-padding-top: 103px;
}

#sticky-head {
	--transition: all 0.4s ease-out;
	transition: background-color var(--transition),
				backdrop-filter var(--transition),
				box-shadow var(--transition);
}

#sticky-head.elementor-sticky--effects {
	background-color: rgba(86, 100, 79, .8) !important;
	box-shadow: 0px 4px 33px 1px rgba(0, 0, 0, .07);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}

#sticky-head .logo img {
	transition: var(--transition);
}

#sticky-head.elementor-sticky--effects .logo img {
	max-width: 95px;
}

h3.elementor-heading-title > a {
	font-weight: inherit !important;
}

.gt_switcher-popup > span {
	color: #FFF !important;
}

.excerpt-home {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

#tab-services .e-n-tabs-heading,
#tab-news .e-n-tabs-heading {
	overflow: hidden;
	border-radius: 6px;
	background-color: #FFF;
}

#tab-news .e-n-tabs {
	align-items: center;
}

#tab-news .e-n-tabs-heading {
	border: 1px solid rgba(86, 100, 79, .3);
	width: 80%;
}

.dual-heading p.premium-dual-header-first-header {
	display: flex;
	justify-content: space-between;
}

/* Blog */
.elementor-element-81c9d16 .elementor-loop-container.elementor-grid {
	display: grid !important;
	grid-template-columns: repeat(2, 1fr) !important;
}

.elementor-element-81c9d16 .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) {
	grid-column: 1 / 3 !important;
}

.elementor-element-81c9d16 .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) .box-excerpt {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.heading-construct {
	min-height: 44px;
}

.elementor-element-81c9d16 .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) .box-excerpt .excerpt {
	max-width: 50%;
}

#timeline-wrap::before{
	content: "";
	position: absolute;
	top: 53px;
	left: 10%;
	width: 80%;
	height: 1px;
	background: #CCB182;
	z-index: 1;
}

#accordion-faq .e-n-accordion > details .elementor-element.e-child {
	padding: 0 0 0 43px;
}

#accordion-faq .e-n-accordion > details::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 43px;
	width: calc(100% - 43px);
	height: 1px;
	background: #CCB182;
}

details[open] summary .e-n-accordion-item-title-text {
	font-weight: 700;
}

.faq-number {
	font-size: 30px;
	font-weight: 700;
	padding-right: 10px;
}

#key-features ul {
	display: grid;
	grid-template-columns: 40% 60%;
	gap: 15px;
	padding-left: 20px;
}

.elementor-element-25fe8ac {
	height: 305px
}

/* Slide on homepage */
.elementor-element-352a003 .swiper-slide:not(.swiper-slide-active) {
	opacity: 0.45;
}

.floating-contact *:focus,
.floating-contact *:focus-visible {
	outline: none !important;
	box-shadow: none !important;
}

.back-to-top{
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}

.back-to-top.show{
	opacity: 1;
	visibility: visible;
}

@media only screen and (min-width: 1025px) and (max-width: 1111px) {
	.elementor-28 .elementor-element.elementor-element-9c23696 .elementor-nav-menu .elementor-item {
		font-size: 14px !important;
	}

	.faq-number {
		font-size: 24px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#tab-news .e-n-tabs-heading {
		width: 100%;
	}

	.excerpt-home {
		-webkit-line-clamp: 1;
	}

	.faq-number {
		font-size: 22px;
	}
}

@media only screen and (max-width: 767px) {
	#sticky-head.elementor-sticky--effects .logo img {
		max-width: 65px !important;
	}

	#tab-news .e-n-tabs-heading .e-n-tab-title {
		width: 100% !important;
	}
	
	.faq-number {
		font-size: 20px;
	}

	.elementor-element-81c9d16 .elementor-loop-container.elementor-grid {
		grid-template-columns: 1fr !important;
	}

	.elementor-element-81c9d16 .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) {
		grid-column: 1 !important;
	}
	
	.elementor-element-81c9d16 .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) .box-excerpt {
		flex-direction: column;
		justify-content: unset;
	}
	
	.elementor-element-81c9d16 .elementor-loop-container.elementor-grid > .e-loop-item:nth-of-type(1) .box-excerpt .excerpt {
		max-width: 100%;
	}
}