/* EstateFlow brand — navy + gold from the logo */
:root {
	--ef-navy: #0b3d91;
	--ef-navy-hover: #0a347a;
	--ef-gold: #f5a623;
	--ef-gold-hover: #e09415;
	--ef-gold-soft: rgba(245, 166, 35, 0.2);
	--ef-navy-soft: rgba(11, 61, 145, 0.18);
}

/* Headings */
#hero-17 .hero-main-title {
	color: var(--ef-navy) !important;
}

#hero-17 .hero-main-title .hero-main-title-highlight,
#hero-17 .hero-main-title .hero-main-title-tail {
	color: var(--ef-gold) !important;
}

#hero-17 .hero-main-title .hero-main-title-highlight {
	display: inline;
	width: auto;
	max-width: none;
	position: static;
	background-image: linear-gradient(var(--ef-gold-soft), var(--ef-gold-soft));
	background-repeat: no-repeat;
	background-position: 0 0.92em;
	background-size: 100% 0.22em;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
}

#hero-17 .hero-main-title .hero-main-title-highlight::after,
#hero-17 .hero-main-title .hero-main-title-tail::after {
	content: none !important;
	display: none !important;
}

#main-content h2.s-40,
#main-content h2.s-50,
#banner-3 .banner-3-title {
	color: var(--ef-navy) !important;
}

.section-id {
	color: var(--ef-gold) !important;
}

/* Checkmarks */
.hero-check-row .hero-check-mark {
	color: var(--ef-gold) !important;
}

/* Primary CTA — navy (Estate) */
.btn.btn--black,
#banner-3.banner-3-trackaxo .banner-3-txt a.banner-3-cta.btn--black {
	color: #fff !important;
	background-color: var(--ef-navy) !important;
	border-color: var(--ef-navy) !important;
}

.btn.btn--black.hover--tra-black:hover,
#banner-3.banner-3-trackaxo .banner-3-txt a.banner-3-cta.hover--tra-black:hover {
	color: var(--ef-navy) !important;
	background-color: transparent !important;
	border-color: var(--ef-navy) !important;
}

/* Secondary CTA — gold (Flow) with white label for clearer contrast */
.btn.btn--theme,
.btn--theme,
.bg--theme {
	color: #fff !important;
	border-color: var(--ef-gold) !important;
	background-color: var(--ef-gold) !important;
}

.shape--blue-400:after {
	background-color: var(--ef-gold) !important;
}

.video-btn.bg--theme {
	color: var(--ef-gold) !important;
	border-color: var(--ef-navy) !important;
	background-color: var(--ef-navy) !important;
}

.video-btn.bg--theme [class^="flaticon-"]:before,
.video-btn.bg--theme [class^="flaticon-"]:after {
	color: var(--ef-gold) !important;
}

.btn.btn--theme.hover--tra-black:hover,
.hover--theme:hover,
.white-scroll .scroll .hover--theme:hover {
	color: #fff !important;
	border-color: var(--ef-navy) !important;
	background-color: var(--ef-navy) !important;
}

.color--theme,
.color--theme h1,
.color--theme h2,
.color--theme h3,
.color--theme h4,
.color--theme h5,
.color--theme h6,
.color--theme p,
.color--theme a,
.color--theme li,
.color--theme i,
.color--theme span,
.color--white .color--theme,
.wsmenu > .wsmenu-list.nav-theme > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.w-75 ul.link-list > li > a:hover,
.wsmenu > .wsmenu-list.nav-theme > li > .wsmegamenu.halfmenu ul.link-list > li > a:hover {
	color: var(--ef-navy) !important;
}

.nav-theme .sm-info {
	background-color: var(--ef-gold) !important;
}

/* Feature preview tiles */
@keyframes feature-btn-active-glow {
	0%, 100% {
		box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px var(--ef-navy-soft);
	}
	50% {
		box-shadow: 0 8px 26px rgba(0, 0, 0, 0.18), 0 0 0 3px rgba(245, 166, 35, 0.45);
	}
}

.feature-btn.active,
.employee-app-feature-buttons .mobile-app-feature-btn.active {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15), 0 0 0 2px var(--ef-navy-soft) !important;
}

/* Keep hero / mobile feature icons colorful (not navy) */
.feature-btn[data-feature="dashboard"] .icon-wrapper [class^="flaticon-"]:before { color: #667eea !important; }
.feature-btn[data-feature="properties"] .icon-wrapper [class^="flaticon-"]:before { color: #ff6b6b !important; }
.feature-btn[data-feature="crm"] .icon-wrapper [class^="flaticon-"]:before { color: #4ecdc4 !important; }
.feature-btn[data-feature="deals"] .icon-wrapper [class^="flaticon-"]:before { color: #f59e0b !important; }
.feature-btn[data-feature="visits"] .icon-wrapper [class^="flaticon-"]:before { color: #4facfe !important; }
.feature-btn[data-feature="finance"] .icon-wrapper [class^="flaticon-"]:before { color: #44a3db !important; }
.feature-btn[data-feature="installments"] .icon-wrapper [class^="flaticon-"]:before { color: #43e97b !important; }
.feature-btn[data-feature="reports"] .icon-wrapper [class^="flaticon-"]:before { color: #fa709a !important; }
.feature-btn[data-feature="website"] .icon-wrapper [class^="flaticon-"]:before { color: #38bdf8 !important; }
.feature-btn[data-feature="employees"] .icon-wrapper [class^="flaticon-"]:before { color: #f5576c !important; }

.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="properties"] .icon-wrapper [class^="flaticon-"]:before { color: #ff6b6b !important; }
.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="crm"] .icon-wrapper [class^="flaticon-"]:before { color: #4ecdc4 !important; }
.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="visits"] .icon-wrapper [class^="flaticon-"]:before { color: #4facfe !important; }
.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="deals"] .icon-wrapper [class^="flaticon-"]:before { color: #f59e0b !important; }
.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="dashboard"] .icon-wrapper [class^="flaticon-"]:before { color: #667eea !important; }
.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="finance"] .icon-wrapper [class^="flaticon-"]:before { color: #44a3db !important; }
.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="reports"] .icon-wrapper [class^="flaticon-"]:before { color: #f5576c !important; }
.employee-app-feature-buttons .mobile-app-feature-btn[data-feature="profile"] .icon-wrapper [class^="flaticon-"]:before { color: #fa709a !important; }

.feature-grid-item:nth-child(10n+1) .feature-icon [class^="flaticon-"]:before { color: #ff6b6b !important; }
.feature-grid-item:nth-child(10n+2) .feature-icon [class^="flaticon-"]:before { color: #38bdf8 !important; }
.feature-grid-item:nth-child(10n+3) .feature-icon [class^="flaticon-"]:before { color: #4facfe !important; }
.feature-grid-item:nth-child(10n+4) .feature-icon [class^="flaticon-"]:before { color: #667eea !important; }
.feature-grid-item:nth-child(10n+5) .feature-icon [class^="flaticon-"]:before { color: #f59e0b !important; }
.feature-grid-item:nth-child(10n+6) .feature-icon [class^="flaticon-"]:before { color: #4ecdc4 !important; }
.feature-grid-item:nth-child(10n+7) .feature-icon [class^="flaticon-"]:before { color: #fa709a !important; }
.feature-grid-item:nth-child(10n+8) .feature-icon [class^="flaticon-"]:before { color: #f5576c !important; }
.feature-grid-item:nth-child(10n+9) .feature-icon [class^="flaticon-"]:before { color: #44a3db !important; }
.feature-grid-item:nth-child(10n+10) .feature-icon [class^="flaticon-"]:before { color: #43e97b !important; }

.feature-grid-item.feature-grid-large:hover {
	border-color: var(--ef-navy) !important;
	box-shadow: 0 4px 12px rgba(11, 61, 145, 0.15);
}

.hero-check-text span[style*="font-weight: 700"] {
	color: var(--ef-navy) !important;
}

/* Accordion + links */
.accordion-thumb h5,
.more-questions a,
.more-questions-simple a,
.foo-links a:hover,
.newsletter-form .btn.color--theme,
.post-tag.color--theme,
.suite-explore-link {
	color: var(--ef-navy) !important;
}

.newsletter-form .btn.color--theme {
	background-color: transparent !important;
}

#banner-3.banner-3-trackaxo .banner-3-note .flaticon-check:before {
	color: var(--ef-gold) !important;
}

/* Inner-page accents that still used skyblue in custom.css */
.contact-captcha-refresh--icon {
	border-color: rgba(11, 61, 145, 0.28) !important;
	background: rgba(11, 61, 145, 0.08) !important;
	color: var(--ef-navy) !important;
	box-shadow: 0 6px 16px rgba(11, 61, 145, 0.12) !important;
}

.contact-captcha-refresh--icon:hover {
	border-color: rgba(11, 61, 145, 0.45) !important;
	background-color: rgba(11, 61, 145, 0.12) !important;
	color: var(--ef-navy-hover) !important;
}

.contact-captcha-refresh--icon:focus {
	outline-color: rgba(11, 61, 145, 0.45) !important;
}

.pricing-billing-switch-input:focus-visible + .pricing-billing-switch-track {
	outline-color: rgba(11, 61, 145, 0.55) !important;
}

/* Unchecked (Monthly) — logo gold */
.pricing-billing-switch-track {
	background: var(--ef-gold) !important;
}

.pricing-billing-switch:hover .pricing-billing-switch-input:not(:checked) + .pricing-billing-switch-track {
	background: var(--ef-gold-hover) !important;
}

.pricing-billing-switch-input:checked + .pricing-billing-switch-track {
	background: linear-gradient(135deg, var(--ef-navy) 0%, var(--ef-navy-hover) 100%) !important;
}

.pricing-billing-switch:hover .pricing-billing-switch-input:checked + .pricing-billing-switch-track {
	background: linear-gradient(135deg, #0d47a1 0%, var(--ef-navy) 100%) !important;
}

.pricing-grid-promo-off {
	color: var(--ef-navy) !important;
	background: rgba(11, 61, 145, 0.1) !important;
}

#more-features .integrations-1-wrapper .in_tool-logo.ico-35.in_tool-logo--flaticon [class*="flaticon-"]:before,
#more-features .integrations-1-wrapper .in_tool-logo.ico-35.in_tool-logo--flaticon [class*="flaticon-"]:after {
	color: var(--ef-navy) !important;
}

#more-features .integrations-1-wrapper .in_tool-logo.ico-35.in_tool-logo--flaticon {
	background: rgba(11, 61, 145, 0.1) !important;
}

.loading--theme .loader {
	border-color: transparent var(--ef-gold) !important;
}

/* Mobile app mockups — large, sharp, and kept on the right (no left overlap) */
#lnk-1 .txt-block.left-column {
	position: relative;
	z-index: 2;
}

#lnk-1 .mobile-app-image-wrapper {
	overflow: visible !important;
}

@media (min-width: 992px) {
	#lnk-1 #mobile-app-image.mobile-app-image.img-fluid {
		width: 125% !important;
		max-width: 780px !important;
		height: auto !important;
	}
}

@media (min-width: 1200px) {
	#lnk-1 #mobile-app-image.mobile-app-image.img-fluid {
		width: 132% !important;
		max-width: 900px !important;
	}
}

/* Pricing table: keep Rs on the same baseline as the amount */
.pricing-grid-price {
	align-items: baseline !important;
}

.pricing-grid-currency {
	margin-top: 0 !important;
	font-size: 1.35rem !important;
	font-weight: 700 !important;
	line-height: 1 !important;
	align-self: baseline;
}

.pricing-grid-fee {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.15rem;
	line-height: 1.25;
}

.pricing-grid-fee .pricing-grid-price-was {
	font-size: 0.9rem;
	font-weight: 500;
	color: #9aa3af;
	text-decoration: line-through;
	margin-bottom: 0;
}

.pricing-grid-fee-now {
	font-size: 1.05rem;
	font-weight: 700;
	color: #353f4f;
}

.pricing-grid-fee-off {
	font-size: 0.75rem;
	font-weight: 700;
	color: #c2410c;
}

.pricing-grid-col-highlight .pricing-grid-fee-now {
	color: #2a9fe8;
}

/* Footer affiliate program CTA (replaces unused newsletter column) */
#footer-3 .footer-affiliate-cta {
	max-width: 18rem;
}

#footer-3 .footer-affiliate-copy {
	margin: 0 0 1rem;
	color: #6c757d;
	line-height: 1.5;
}

#footer-3 .footer-affiliate-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.55rem 1.15rem !important;
	font-size: 0.9rem !important;
	font-weight: 600 !important;
	line-height: 1.3 !important;
	margin: 0 !important;
	white-space: nowrap;
	text-decoration: none !important;
}

#footer-3 .footer-affiliate-btn:hover {
	text-decoration: none !important;
}

/* Header Sign In — navy button between Start Free Trial and Book a Demo */
#header .wsmenu > .wsmenu-list > li > a.nav-sign-in-btn {
	margin-right: 6px;
}

/* Contact page — WhatsApp & email above the form */
.contact-quick-card {
	display: flex;
	align-items: center;
	gap: 1rem;
	padding: 1.15rem 1.35rem;
	border: 1px solid #e7e7e7;
	border-radius: 8px;
	background: #fff;
	text-decoration: none !important;
	color: inherit;
	height: 100%;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-quick-card:hover {
	border-color: var(--ef-navy);
	box-shadow: 0 4px 14px rgba(11, 61, 145, 0.08);
	text-decoration: none !important;
}

.contact-quick-card__icon {
	flex-shrink: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-quick-card--whatsapp .contact-quick-card__icon {
	background: #25d366;
	color: #fff;
}

.contact-quick-card--whatsapp .contact-quick-card__icon svg {
	width: 26px;
	height: 26px;
	fill: currentColor;
}

.contact-quick-card--email .contact-quick-card__icon {
	background: var(--ef-navy-soft);
	color: var(--ef-navy);
	font-size: 1.35rem;
	line-height: 1;
}

.contact-quick-card__label {
	display: block;
	font-size: 0.8125rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #6c757d;
	margin-bottom: 0.15rem;
}

.contact-quick-card__value {
	display: block;
	font-size: 1.05rem;
	font-weight: 600;
	color: var(--ef-navy);
}

.contact-quick-card:hover .contact-quick-card__value {
	color: var(--ef-navy-hover);
}

/* Index banner CTA — support contact cards */
#banner-3.banner-3-trackaxo .banner-3-wrapper {
	max-width: 980px;
}

#banner-3.banner-3-trackaxo .banner-3-support {
	margin-top: 2rem;
}

#banner-3.banner-3-trackaxo .banner-3-support-label {
	margin: 0 0 0.85rem;
	font-size: 0.9rem;
	font-weight: 500;
	color: #6c757d;
}

#banner-3.banner-3-trackaxo .banner-3-support-links {
	display: grid;
	grid-template-columns: 1fr 1fr 1.15fr;
	gap: 0.85rem;
	text-align: left;
}

#banner-3.banner-3-trackaxo .banner-3-support-card {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	padding: 0.95rem 1.05rem;
	border-radius: 10px;
	border: 1px solid #e7e7e7;
	background: #fff;
	text-decoration: none !important;
	color: inherit;
	box-shadow: 0 2px 10px rgba(11, 61, 145, 0.04);
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

#banner-3.banner-3-trackaxo .banner-3-support-card:hover {
	border-color: var(--ef-navy);
	box-shadow: 0 6px 18px rgba(11, 61, 145, 0.1);
	transform: translateY(-2px);
	text-decoration: none !important;
}

#banner-3.banner-3-trackaxo .banner-3-support-icon {
	flex-shrink: 0;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.15rem;
	line-height: 1;
}

#banner-3.banner-3-trackaxo .banner-3-support-card--call .banner-3-support-icon {
	background: var(--ef-navy-soft);
	color: var(--ef-navy);
}

#banner-3.banner-3-trackaxo .banner-3-support-card--call .banner-3-support-icon svg,
#banner-3.banner-3-trackaxo .banner-3-support-card--email .banner-3-support-icon svg {
	width: 20px;
	height: 20px;
}

#banner-3.banner-3-trackaxo .banner-3-support-card--whatsapp .banner-3-support-icon {
	background: #25d366;
	color: #fff;
}

#banner-3.banner-3-trackaxo .banner-3-support-card--whatsapp .banner-3-support-icon svg {
	width: 22px;
	height: 22px;
	fill: currentColor;
}

#banner-3.banner-3-trackaxo .banner-3-support-card--email .banner-3-support-icon {
	background: rgba(245, 166, 35, 0.18);
	color: var(--ef-navy);
}

#banner-3.banner-3-trackaxo .banner-3-support-kind {
	display: block;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #6c757d;
	margin-bottom: 0.1rem;
}

#banner-3.banner-3-trackaxo .banner-3-support-value {
	display: block;
	font-size: 0.95rem;
	font-weight: 600;
	color: var(--ef-navy);
	line-height: 1.25;
	white-space: nowrap;
}

#banner-3.banner-3-trackaxo .banner-3-support-card--email .banner-3-support-value {
	font-size: 0.88rem;
}

#banner-3.banner-3-trackaxo .banner-3-support-card:hover .banner-3-support-value {
	color: var(--ef-navy-hover);
}

#banner-3.banner-3-trackaxo .banner-3-support-card--whatsapp:hover {
	border-color: #25d366;
}

@media (max-width: 767.98px) {
	#banner-3.banner-3-trackaxo .banner-3-support-links {
		grid-template-columns: 1fr;
	}
}

/* Pricing — stack plan cards on small screens (table overlaps on narrow viewports) */
.pricing-grid-mobile {
	display: none;
}

@media (max-width: 767.98px) {
	.pricing-grid-desktop {
		display: none !important;
	}

	.pricing-grid-mobile {
		display: flex;
		flex-direction: column;
		gap: 1.25rem;
	}

	.pricing-mobile-card {
		background: #fff;
		border: 1px solid rgba(11, 61, 145, 0.35);
		border-radius: 12px;
		padding: 1.35rem 1.25rem 1.5rem;
		text-align: left;
		box-shadow: 0 8px 24px rgba(11, 61, 145, 0.1);
	}

	.pricing-mobile-card.pricing-grid-col-highlight {
		border-color: rgba(11, 61, 145, 0.35);
		box-shadow: 0 8px 24px rgba(11, 61, 145, 0.1);
	}

	.pricing-mobile-promo {
		margin-bottom: 0.75rem;
	}

	.pricing-mobile-name {
		margin: 0 0 0.35rem;
		line-height: 1.25;
		color: #353f4f;
	}

	.pricing-mobile-desc {
		margin: 0 0 1rem;
		line-height: 1.45;
	}

	.pricing-mobile-card .pricing-grid-head-price {
		margin: 0 0 1rem;
		padding-top: 0;
		text-align: left;
	}

	.pricing-mobile-card .pricing-grid-price {
		justify-content: flex-start;
	}

	.pricing-mobile-card .pricing-grid-amount {
		font-size: 2.1rem;
	}

	.pricing-mobile-card .pricing-grid-period {
		text-align: left;
	}

	.pricing-mobile-meta {
		list-style: none;
		margin: 0 0 1rem;
		padding: 0;
		border-top: 1px solid #f0f1f3;
		border-bottom: 1px solid #f0f1f3;
	}

	.pricing-mobile-meta li {
		display: flex;
		flex-wrap: wrap;
		gap: 0.35rem 0.65rem;
		padding: 0.65rem 0;
		font-size: 0.95rem;
		color: #6c757d;
		border-bottom: 1px solid #f5f6f7;
	}

	.pricing-mobile-meta li:last-child {
		border-bottom: 0;
	}

	.pricing-mobile-meta strong {
		color: #353f4f;
		font-weight: 600;
		min-width: 7.5rem;
	}

	.pricing-mobile-features-details {
		margin: 0 0 1.15rem;
		border: 1px solid #eef0f3;
		border-radius: 10px;
		overflow: hidden;
		background: #fafbfc;
	}

	.pricing-mobile-features-summary {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 0.75rem;
		padding: 0.85rem 1rem;
		cursor: pointer;
		list-style: none;
		font-size: 0.95rem;
		font-weight: 600;
		color: var(--ef-navy);
		user-select: none;
	}

	.pricing-mobile-features-summary::-webkit-details-marker {
		display: none;
	}

	.pricing-mobile-features-chevron {
		width: 0.55rem;
		height: 0.55rem;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg);
		transition: transform 0.2s ease;
		flex: 0 0 auto;
		margin-top: -0.2rem;
	}

	.pricing-mobile-features-details[open] .pricing-mobile-features-chevron {
		transform: rotate(-135deg);
		margin-top: 0.15rem;
	}

	.pricing-mobile-features {
		list-style: none;
		margin: 0;
		padding: 0 1rem 0.85rem;
		border-top: 1px solid #eef0f3;
	}

	.pricing-mobile-feature {
		display: flex;
		align-items: flex-start;
		gap: 0.55rem;
		padding: 0.4rem 0;
		font-size: 0.92rem;
		color: #495057;
		line-height: 1.4;
	}

	.pricing-mobile-feature-icon {
		flex: 0 0 auto;
		line-height: 1.4;
	}

	.pricing-mobile-cta .btn {
		width: 100%;
		text-align: center;
	}
}