/* 
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 */
* {
	font-feature-settings: 'clig' off, 'liga' off;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
:root{
	--font-family-primary: "Satoshi", Sans-serif;
}
.elementor-button:hover {
	transform: scale(1.03);
}
span.text-break {
	display: block;
}
.qs-lightblue {
	color: var( --e-global-color-primary );
}

/*New Home Tabs Section*/
#home-tab-desktop .elementor-tabs-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}
#home-tab-desktop .elementor-tab-content {
	padding: 0;
}
#home-tab-desktop .elementor-tab-title {
	position: relative;
	padding-left: 0;
	min-width: 10%;
}
#home-tab-desktop .elementor-tab-title.elementor-active::before {
	height: 3px;
	background-color: #F78179;
	position: absolute;
	left: 0;
	bottom: 0;
	width: calc(100% - 25px);
}
#home-tab-desktop .tab-inner-row {
	margin-top: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#home-tab-desktop .tab-column:first-of-type {
	width: 40%;
}
#home-tab-desktop .tab-column:last-of-type {
	width: 55%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
}
#home-tab-desktop .tab-column h2 {
	font-weight: 500;
	font-size: 55px;
	line-height: 60px;
}
#home-tab-desktop .tab-column strong {
	font-weight: 800;
}
#home-tab-desktop .tab-column ul {
	position: relative;
	padding-left: 32px;
	list-style: none;
}
#home-tab-desktop .tab-column ul li {
	font-size: 18px;
}
#home-tab-desktop .tab-column ul li:before {
	content: '';
	background: url(/wp-content/uploads/2024/06/check-red.svg) no-repeat center;
	position: absolute;
	left: 0;
	width: 20px;
	height: 16px;
	margin-top: 9px;
	background-size: cover;
}
#home-tab-desktop .tab-column a {
	background-color: #1C2D50;
	padding: 25px;
	border-radius: 50px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 14px;
	margin-top: 50px;
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	-o-transition: transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
#home-tab-desktop .tab-column a:hover {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
	background-color: #F78179;
}
#home-tab-desktop .tab-column a:active {
	background-color: #F78179;
}
.fw-900 {
	font-weight: 900;
}

/*IDX Solutions Page*/
.mls-icons-section svg {
	margin-top: 12px;
}

/*CRM Service Page*/
ul.crm-ul {
	margin-left: 20px;
}
ul.crm-ul li:not(:first-child) {
	margin-top: 20px; 
}
.follow-attemp-div {
	display: flex;
	align-items: end;
}
.follow-attemp-div div:first-child {
	width: 300px;
}
span.big-text {
	font-size: 50px;
	font-weight: 900;
	line-height: 46px;
}
.d-block {
	display: block;
}

/* Realestate agent css */
.map_section .map_service_section {
	background: #1C2D50;
	padding: 15px 0px;
}
.map_section .map_service_section .title {
	font-family: var(--font-family-primary);
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #fff;
	padding-right: 30px;
}
.map_section .map_service_section .total_results {
	font-family: var(--font-family-primary);
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	color: #F78179;
	padding-left: 30px;
	position: relative;
}
.map_section .map_service_section .total_results:before {
	content: "|";
	position: absolute;
	color: #fff;
	left: 0;
}
.map_section .photography_place_section {
	padding: 60px 0px;
}
.map_section .photography_place_section .card {	
	border: 2px solid transparent;
	box-shadow: 0px 5px 20px 0px #DBECF4;
	padding: 15px;
	transition: border .3s ease-in-out;
}
.map_section .photography_place_section .card:hover {
	border: 2px solid #F78179;
	cursor: pointer;
}

.map_section .photography_place_section .card.active {
	border: 2px solid #F78179;
}

.map_section .photography_place_section .card .photography_title {
	font-family: var(--font-family-primary);
	font-size: 20px;
	font-weight: 800;
	line-height: 26px;
	color: var( --e-global-color-secondary );
}
.map_section .photography_place_section .card .photography_subtitle, .map_section .photography_place_section .card .status {
	font-family: var(--font-family-primary);
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: var( --e-global-color-secondary );
	padding: 5px 0px;
}
.map_section .photography_place_section .card .ratings {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 10px;
}
.map_section .ratings .stars i {
	color: #FFD055;
}
.map_section .photography_place_section .card .numbers {
	font-family: var(--font-family-primary);
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: var( --e-global-color-secondary );
}
.map_section .quote-btn {
	font-family: var(--font-family-primary);
	font-size: 14px;
	font-weight: 700;
	line-height: 14px;
	color: #ffffff;
	border: 2px solid var( --e-global-color-secondary );
	border-radius: 50px;
	outline: none;
	background-color: var( --e-global-color-secondary );
	padding: 15px 25px;
	text-align: center;
	position: relative;
	text-align: left;
	max-width: 200px;
	text-decoration: none;
	transition: transform .3s ease-in-out;
}
.map_section .quote-btn.outlined {
	background-color: transparent;
	color: var(--e-global-color-secondary);
	transition: all .3s ease-in-out;
}
.map_section .quote-btn:hover {
	transform: scale(1.03);	
}

.map_section .quote-btn.outlined:hover {
	background-color: var(--e-global-color-secondary);
	color: #ffffff;
}

.map_section .photography_place_section .company_details {
	box-shadow: 0px 5px 20px 0px #DBECF4;
	padding: 24px;
	position: sticky;
	top: 0;
	height: 100%;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: var(--e-global-color-accent) transparent;
	scroll-behavior: smooth;
	max-height: 1000px;
	border-radius: 10px;
}
.map_section .photography_place_section .company_details .google_map_section .photos_section img {
	height: auto;
	background-position-y: 50%;
	background-position-x: 50%;
	object-fit: cover;
}
.map_section .photography_place_section .company_details .google_map_section .company_title {
	font-family: var(--font-family-primary);
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: var(--e-global-color-secondary);
}
.map_section .photography_place_section .company_details .google_map_section .form-group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.map_section .photography_place_section .company_details .google_map_section .form-group .form_group_btn {
	font-family: var(--font-family-primary);
	color: #444;
	font-size: 11px;
	font-weight: 700;
	line-height: 16px;
	color: #212529;
	border: 1px solid #dee2e6 !important;
	border-radius: 6px;
	padding: 6px 12px;
	text-decoration: none;
}
.map_section .photography_place_section .company_details .google_map_section .ratings {
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.map_section .photography_place_section .company_details .google_map_section .ratings .rating_count, .map_section .photography_place_section .company_details .google_map_section .ratings .google_review {
	font-family: var(--font-family-primary);
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
	color: var(--e-global-color-secondary);
}

.map_section .photography_place_section .company_details .google_map_section .location_title {
	font-family: var(--font-family-primary);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #444;
	padding: 14px 0px;
}
.map_section .photography_place_section .company_details .address_section {
	font-family: var(--font-family-primary);
	color: var(--e-global-color-secondary);
	font-size: 14px;
	font-weight: 500;
	line-height: 22px;
	padding: 14px 0px;
}
.map_section .photography_place_section .company_details .address_section .address {
	padding-bottom: 10px;
}
.map_section .photography_place_section .company_details .address_section .status {
	color: var(--e-global-color-secondary);
	font-weight: 700;
}
.map_section .photography_place_section .company_details .address_section ul {
	list-style-type: none;
}
.map_section .photography_place_section .company_details .address_section ul li {
	font-family: var(--font-family-primary);
	color: var(--e-global-color-secondary);
	font-size: 14px;
	line-height: 20px;
	font-weight: 500;
	padding-bottom: 5px;
}
.map_section .photography_place_section .company_details .address_section a {
	color: var(--e-global-color-secondary);
	word-break: break-all;
	transition: all .3s ease-in-out;
}
.map_section .photography_place_section .company_details .address_section a:hover {
	color: var(--e-global-color-accent);
	text-decoration: none;
}
.map_section .photography_place_section .company_details .address_section .phone {
	padding: 10px 0px;
}
.map_section .photography_place_section .company_details .review_section {
	padding: 20px 0px;
}
.map_section .photography_place_section .company_details .review_section .review_innersection .review_title {
	font-family: var(--font-family-primary);
	font-size: 20px;
	line-height: 26px;
	font-weight: 800;
	color: var(--e-global-color-secondary);
}
.map_section .photography_place_section .company_details .review_section .review_innersection .review_title .fa-question-circle {
	font-size: 16px;
}

/*Reviews Carousel*/
.carousel-card {
	padding: 25px;
	font-family: var(--font-family-primary);
	color: var(--e-global-color-secondary);
	background-color: #e3e3e34a;
    border-radius: 25px;
}

.carousel-card .review-author {
	font-size: 16px;
	font-weight: 800;
	line-height: 20px;
	margin-bottom: 0px;
}

.carousel-card .review-time {
	font-size: 12px;
	font-weight: 600;
}

.carousel-card .review-text {
	font-size: 14px;
	line-height: 18px;
}

#greviews-slider a.carousel-control-prev {
	left: -20px;
}

#greviews-slider a.carousel-control-next { 
	right: -20px;
}

#greviews-slider .carousel-inner {
	width: 85%;
	margin: 0 auto;
}

/* End of realestate agent */

span.plugin-currency {
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	color: #A7B1C5;
}

/*Plugin Pricing Toggler*/
#pricing-toggler {
	display: flex;
	justify-content: center;
	align-items: center;
}

#pricing-toggler .options {
	border-radius: 50px;
	box-shadow: 5px 10px 20px 0px #004B7D26;
	padding: 3px;
	display: inherit;
}

#pricing-toggler span {
	font-family: var(--font-family-primary);
	font-size: 24px;
	line-height: normal;
	font-weight: 800;
	color: var(--e-global-color-secondary);
	padding: 0 45px;
	cursor: pointer;
}

#pricing-toggler span.toggle-active {
	color: #fff;
	background-color: var(--e-global-color-accent);
	border-radius: 45px;
	transition: background .2s ease;
}

.text-uppercase {
	text-transform: uppercase;
}

@media only screen and (max-width: 1500px) {
	span.big-text {
		font-size: 40px;
		line-height: 40px;
	}
	.follow-attemp-div div:first-child {
		width: 270px;
	}
}

@media only screen and (max-width: 1440px) {
	#home-tab-desktop .tab-column h2 {
		font-size: 40px;
		line-height: 48px;
	}
	#home-tab-desktop .tab-inner-row {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#home-tab-desktop .tab-column a {
		width: 40%;
	}
	.follow-attemp-div div:first-child {
		width: 250px;
	}
}

@media only screen and (max-width: 1250px) {
	.follow-attemp-div div:first-child {
		width: 230px;
	}
}

@media only screen and (max-width: 1199px) {
	span.big-text {
		font-size: 32px;
		line-height: 32px;
	}
	.follow-attemp-div div:first-child {
		width: 200px;
	}
}

@media only screen and (max-width: 991px) {
	span.text-break {
		display: inline;
	}
	#home-tab-desktop :is(.tab-column:first-of-type, .tab-column:last-of-type) {
		width: 100%;
	}
	#home-tab-desktop .tab-column:first-of-type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 30px;
	}
	#home-tab-desktop .elementor-tabs-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		gap: 20px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		width: 100%;
		overflow-x: scroll;
		scroll-behavior: smooth;
		scrollbar-width: none;
		padding: 18px 20px;
		background-color: #fff;
		-webkit-box-shadow: 0px 3px 10px 0 rgba(182, 182, 182, .4);
		box-shadow: 0px 3px 10px 0 rgba(182, 182, 182, .4);
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	#home-tab-desktop .elementor-tabs-wrapper:hover {
		scrollbar-width: thin;
	}
	#home-tab-desktop .elementor-tab-content {
		padding-top: 0;
	}
	#home-tab-desktop .elementor-tab-title {
		padding: 0 0 10px 0;
		min-width: 100px;
	}
	#home-tab-desktop .elementor-tab-title.elementor-active::before {
		content: none;
	}
	#home-tab-desktop .elementor-tab-title.elementor-active {
		border-bottom: 3px solid #F78179;
	}
	#home-tab-desktop .tab-column h2 {
		font-size: 20px;
		line-height: 24px;
	}
	#home-tab-desktop .tab-column:last-of-type {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 15px;
	}
	#home-tab-desktop .tab-column ul {
		padding-left: 20px;
	}
	#home-tab-desktop .tab-column ul li {
		font-size: 12px;
	}
	#home-tab-desktop .tab-column ul li:before {
		width: 12px;
		height: 9px;
		margin-top: 4px;
	}
	#home-tab-desktop .tab-column a {
		width: 40%;
		padding: 15px 30px;
		font-size: 14px;
		line-height: normal;
		margin-top: 30px;
	}
	.number-icons-section svg {
		margin-top: 10px;
	}
	.mt-icon .elementor-icon-box-icon svg {
		margin-top: 8px;
	}
	.map_section .photography_place_section .card .featured_image{
		min-height: 200px;
	}
	
	.map_section .photography_place_section .card .ratings{
		padding: 20px 0px;
	}
	#pricing-toggler span {
		font-size: 18px;
	}
	.bg-girl-section {
		background: none !important;
	}
}

@media only screen and (max-width: 767px) {
	.elementor-nav-menu--dropdown:not(.sub-menu) {
		padding-top: 50px;
		padding-bottom: 50px;
		height: 100vh;
	}
	.sub-arrow svg {
		fill: #ffffff;
	}
	.elementor-nav-menu--dropdown > ul > li:nth-last-child(2), .elementor-nav-menu--dropdown > ul > li:last-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.elementor-nav-menu--dropdown > ul > li:nth-last-child(2) a {
		width: 200px;
		height: 45px;
		border: 2px solid #ffffff;
		margin: 60px 0 20px 0;
		border-radius: 50px;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	
	.elementor-nav-menu--dropdown > ul > li:nth-last-child(2) a:hover {
		background-color: #ffffff !important;
		color: var(--e-global-color-secondary) !important;
	}
	
	.elementor-nav-menu--dropdown > ul > li:last-child a {
		background-color: #ffffff;
		border: 2px solid #ffffff;
		color: var(--e-global-color-secondary) !important;
		width: 200px;
		height: 45px;
		border-radius: 50px;
		-webkit-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
	}
	.elementor-nav-menu--dropdown > ul > li:last-child a:hover {
		background-color: transparent;
		color: #fff !important;
	}
	.elementor-nav-menu--dropdown li a.elementor-sub-item {
		margin-bottom: 15px;
	}
	.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
		width: 30%;
	}
	#home-tab-desktop .elementor-tabs-content-wrapper {
		width: 100%;
	}
	#home-tab-desktop .tab-inner-row {
		margin-top: 50px;
	}
	span.big-text {
		font-size: 20px;
		line-height: 20px;
	}
	.follow-attemp-div div:first-child {
		width: 150px;
	}
	ul.crm-ul {
		margin-left: -20px;
	}
	#pricing-toggler span {
        font-size: 14px;
		padding: 0 20px;
    }
}

@media only screen and (max-width: 576px) {
	#home-tab-desktop .elementor-tabs {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#home-tab-desktop .elementor-tab-mobile-title {
		display: none;
	}
	#home-tab-desktop .tab-column a {
		width: 50%;
	}
	span.big-text {
		font-size: 18px;
		line-height: 18px;
	}
	.follow-attemp-div div:first-child {
		width: 125px;
	}
	.crm-icon-box .elementor-icon-box-icon svg {
		margin-top: 8px;
	}
}

@media only screen and (max-width: 425px) {
	.map_section .map_service_section .title, .map_section .map_service_section .total_results{
		padding: 0;
		width: 100%;
		text-align: center;
	}
	.map_section .map_service_section .total_results:before{
		display: none;
	}
}

@media only screen and (max-width: 380px) {
	#pricing-toggler span {
        font-size: 12px;
        padding: 0 15px;
        text-align: center;
    }
}