/* Styles moved from resources/views/components/site/layout.blade.php
   - select2 customizations and site-specific helper classes
*/

body {
    overflow-x: hidden;
}

.site-select2.select2-container {
	max-width: 100%;
}
.site-select2 .select2-selection--single {
	min-height: 36px;
	border-radius: .5rem;
	border: var(--bs-border-width) solid var(--bs-border-color);
	background: #fff;
	display: flex;
	align-items: center;
	transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
    padding-left: 12px;
}
.site-select2 .select2-selection--single:hover {
	border-color: #f1882a;
	box-shadow: 0 0 0 .12rem rgba(241, 136, 42, .14);
	background-color: #fff8f2;
}
.site-select2 .select2-selection--single .select2-selection__rendered {
	color: #1f2937;
	line-height: 1.2;
	padding-left: .6rem;
	padding-right: 1.65rem;
	font-size: 13px;
}
.select2-with-icon .select2-selection--single .select2-selection__rendered {
	padding-left: 1.25rem;
}
.site-select2.site-select2-xs .select2-selection--single {
	min-height: 34px;
}
.site-select2.site-select2-xs .select2-selection--single .select2-selection__rendered {
	font-size: 12px;
	padding-left: .55rem;
	padding-right: 1.5rem;
}
.site-select2 .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: .35rem;
}
.site-select2 .select2-selection--single .select2-selection__arrow b {
	border-color: #9ca3af transparent transparent transparent;
}
.site-select2.select2-container--open .select2-selection--single {
	border-color: #f2b276;
	box-shadow: 0 0 0 .2rem rgba(241, 136, 42, .16);
	background-color: #fff;
}
.site-select2-dropdown.select2-dropdown {
	border: 1px solid #f6dcb8;
	border-radius: .5rem;
	overflow: hidden;
	box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}
.site-select2-dropdown .select2-results__option {
	padding: .34rem .58rem;
	color: #1f2937;
	font-size: 12px;
}
.site-select2-dropdown .select2-results__option--selected {
	background-color: #fff7ee;
	color: #1f2937;
}
.site-select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f1882a;
	color: #fff;
}

/* End moved styles */

/* Dashboard: choice-grid / choice-card styles */
.choice-grid {
	gap: 0.5rem;
	grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}
.choice-grid:not(.hidden) {
	display: grid;
}
.choice-card {
	border: 1px solid #e6dccf;
	border-radius: 0.75rem;
	padding: 0.55rem 0.5rem;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: all .2s ease;
	display: flex !important;
	flex-direction: column;
}
.choice-card:hover { border-color: #f2a85d; }
.choice-figure {
	width: 32px;
	height: 32px;
	border-radius: 10px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 0.35rem;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
}
.choice-icon {
	font-size: 1.2rem;
	line-height: 1;
	color: #9ca3af;
	flex-wrap: wrap;
}
.choice-card .text-sm {
	font-size: 0.78rem;
	line-height: 1.1rem;
}
.choice-radio:checked + .choice-card {
	border-color: #f1882a;
	background: #fff4e8;
	box-shadow: inset 0 0 0 1px rgba(241, 136, 42, 0.2);
}
.choice-radio:checked + .choice-card .choice-icon {
	color: #f1882a;
}
.choice-radio:checked + .choice-card .choice-figure {
	background: #fff;
	border-color: #f1882a;
}

.site-container {
	max-width: 120rem;
	margin: 0 auto;
}

.web-container{
	max-width: 110rem;
	margin: 0 auto;
}

.site-topbar,
.site-nav {
	background: #de6d0f;
}
.site-brandbar {
	background: #fff8ed;
	border-color: #ffedd1 !important;
}
.site-logo-sm {
	height: 110px;
	max-height: 110px;
	width: auto;
	object-fit: contain;
}
.site-nav .nav-link:hover {
	color: #ffedd1 !important;
}

/* Education mega menu (desktop) — click to open */
.accordion-button:focus {
	box-shadow: none;
}
.site-edu-mega-wrap {
	position: static !important;
}
.site-edu-mega-trigger {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
}
.site-edu-mega-trigger-icon {
	display: inline-block;
	transition: transform 0.2s ease;
	font-size: 0.65rem;
	opacity: 0.9;
}
.site-edu-mega-wrap.is-open .site-edu-mega-trigger-icon {
	transform: rotate(180deg);
}
.site-edu-mega-panel {
	display: none;
	position: absolute;
	left: 0;
	transform: none;
	width: 100%;
	max-width: 100%;
	top: 100%;
	/* z-index: 1080; */
	/* margin-top: 0; */
}
.site-edu-mega-wrap.is-open .site-edu-mega-panel,
.site-service-mega-wrap.is-open .site-edu-mega-panel {
	display: block;
}
.site-service-mega-wrap.is-open .site-edu-mega-trigger-icon {
	transform: rotate(180deg);
}
.site-nav,
.site-nav .navbar,
.site-nav .navbar-nav,
.site-nav .nav-item {
	overflow: visible;
}
.site-edu-mega-inner {
	border-radius: 0 0 0.75rem 0.75rem;
}
.site-edu-mega-panel-header {
	border-bottom: 1px solid #f3e8dc;
}
.site-edu-mega-tabs {
	text-transform: none;
	letter-spacing: normal;
}
.site-edu-mega-tab {
	border: 1px solid #e8e0d8;
	background: #fff;
	color: #4b5563;
	font-weight: 600;
	text-transform: none;
	letter-spacing: normal;
	border-radius: 0.375rem;
}
.site-edu-mega-tab:hover,
.site-edu-mega-tab:focus {
	color: #b44e06;
	background: rgba(222, 109, 15, 0.08);
	border-color: rgba(222, 109, 15, 0.25);
}
.site-edu-mega-tab.active {
	color: #b44e06;
	background: rgba(222, 109, 15, 0.12);
	border-color: rgba(222, 109, 15, 0.45);
	box-shadow: 0 1px 0 rgba(222, 109, 15, 0.15);
}
.site-edu-mega-placeholder {
	border: 1px dashed #e8e0d8;
	border-radius: 0.5rem;
	background: #fffdfb;
}
.site-edu-mega-pane a:hover {
	color: #b44e06;
}
.site-mobile-edu-accordion .accordion-button {
	padding: 0.5rem 0.75rem !important;
	font-weight: 600;
	padding-left: 20px !important;

}
.site-mobile-edu-accordion .accordion-button:not(.collapsed) {
	background: rgba(222, 109, 15, 0.08);
	color: #b44e06;
}
.site-mobile-edu-accordion .accordion-body {
	padding: 0.5rem 0.75rem 0.75rem;
}
.site-mobile-menu-btn {
	border: 0;
	color: #3f1608;
}
.site-mobile-offcanvas {
	--bs-offcanvas-width: min(20rem, 92vw);
	max-width: 100%;
}
.site-mobile-nav-link {
	color: #211d19;
	padding: 0.75rem 0.75rem;
	border-radius: 0.5rem;
	margin: 0.15rem 0;
}
.site-mobile-nav-link:hover,
.site-mobile-nav-link:focus {
	background: rgba(222, 109, 15, 0.1);
	color: #b44e06;
}
.site-bell-menu {
	width: 320px;
	max-height: 320px;
	overflow-y: auto;
}
.site-footer {
	background: #26292f;
}
.site-footer-logo {
	max-height: 48px;
	width: auto;
}
.site-social-link {
	width: 25px;
	height: 25px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 999px;
	border: 1px solid rgba(255, 237, 209, 0.6);
	color: #fff;
	text-decoration: none;
	padding: 15px;
}
.site-social-link:hover {
	background: #de6d0f;
	color: #fff;
	border:1px solid #de6d0f;
}
.site-app-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 6px 13px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	text-decoration: none;
}
.site-app-badge:hover {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
}

.btn-link:hover{
	color: #de6d0f;
}
.site-footer-link {
    color: #fff;
    text-decoration: none;
    display: inline-block; 
    transition: all 0.3s ease;
}

.site-footer-link:hover {
    color: #de6d0f;
    transform: translateX(6px);
}
.site-subscribe-input {
	background: rgba(255, 255, 255, 0.15);
	border: 1px solid rgba(255, 237, 209, 0.6);
	color: #fff;
	min-height: 48px;
	padding: .75rem 8.25rem .75rem 1rem;
}
.site-subscribe-input::placeholder {
	color: rgba(255, 237, 209, 0.8);
}
.site-subscribe-wrap {
	max-width: 300px;
	width: 100%;
}
.site-subscribe-input:focus {
	background: rgba(255, 255, 255, 0.18) !important;
	border-color: rgba(255, 193, 7, 0.7);
	color: #fff !important;
	box-shadow: 0 0 0 .18rem rgba(255, 193, 7, 0.16);
}
.site-subscribe-inline-btn {
	position: absolute;
	top: 50%;
	right: .35rem;
	transform: translateY(-50%);
	padding: .5rem .95rem;
	min-width: 110px;
	border: 0;
	background-color: #de6d0f;
	color: #fff;
}

.site-subscribe-inline-btn:hover {
	background-color: #de6d0f;
	border:1px solid #de6d0f;
	color:#fff;
}

@media (max-width: 575.98px) {
	.site-subscribe-input {
		padding-right: 1rem;
	}
	.site-subscribe-inline-btn {
		position: static;
		transform: none;
		width: 100%;
		margin-top: .65rem;
		padding: .7rem 1rem;


	}
	.site-brand-text {
	color: #bb550c;
	font-size: 15px;
 	}

	.site-logo-sm {
		height: 55px !important;
		max-height: 55px;
	}
	
	.site-mobile-edu-accordion .accordion-body{
		padding-left: 30px;
	}
}
.site-footer-bottom {
	border-top: 1px solid rgba(255, 237, 209, 0.4);
}
.site-brand-text {
	color: #bb550c;
}
.site-brand-btn {
	--bs-btn-color: #fff;
	--bs-btn-bg: #de6d0f;
	--bs-btn-border-color: #de6d0f;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #bb550c;
	--bs-btn-hover-border-color: #bb550c;
	--bs-btn-focus-shadow-rgb: 222, 109, 15;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #bb550c;
	--bs-btn-active-border-color: #bb550c;
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #de6d0f;
	--bs-btn-disabled-border-color: #de6d0f;
	background: #de6d0f;
	border-color: #de6d0f;
	color: #fff;
	border-radius: 6px;
}
.site-brand-btn:hover {
	background: #bb550c;
	border-color: #bb550c;
	color: #fff;
}
.site-brand-btn:focus,
.site-brand-btn:focus-visible {
	background: #de6d0f;
	border-color: #de6d0f;
	color: #fff;
	box-shadow: 0 0 0 .2rem rgba(222, 109, 15, .25);
}
.site-brand-btn:active,
.site-brand-btn.active,
.show > .site-brand-btn.dropdown-toggle,
.btn-check:checked + .site-brand-btn,
.btn-check:active + .site-brand-btn {
	background: #bb550c;
	border-color: #bb550c;
	color: #fff;
}
.site-listing-card {
	border-radius: 14px;
}
.site-listing-card-image {
	height: 176px;
	object-fit: cover;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
}
.site-lead-card {
	border-radius: 14px;
}
.site-form-control {
	border-color: #ffedd1;
}
.site-lead-prefix {
	background: #fff8ed;
	color: #bb550c;
	border-color: #ffedd1;
}

.site-home-banner {
	height: 240px;
	object-fit: cover;
}

@media (min-width: 576px) {
	.site-home-banner {
		height: 450px;
	}

	.site-home-free-service-image {
	height: 120px !important;
}
}

.fs-15 {
    font-size: 15px;
}

.site-home-overlay {
	margin-top: -1.5rem;
	position: relative;
	z-index: 1;
}

.site-home-link-card {
	border-color: #fcd34d !important;
	transition: all .2s ease-in-out;
}

.site-home-link-card:hover {
	border-color: #f59e0b !important;
	background: #fffbeb;
}

.site-home-service-tile {
	border-radius: .5rem;
	padding: .35rem;
	transition: all .2s ease-in-out;
}

.site-home-service-tile:hover {
	background: #fffbeb;
}

.site-home-service-image {
	height: 122px;
	width: 100%;
	object-fit: contain;
}

.site-home-split-main-image {
    width: 100%;
    max-width: 1043px;  /* limits max size */
    height: auto;
    max-height: 300px;
}
.site-home-free-services-card {
	background: transparent;
	border: 0 !important;
}

.site-home-free-services-head {
	background: #f36f21;
	color: #fff;
	padding: .2rem .75rem;
}

.site-home-free-service-image {
	height: 180px !important;
	width: 100%;
	object-fit: contain;
}

@media (max-width: 575.98px) {
	.site-home-free-service-image {
		height: 120px !important;
	}
}

.site-home-free-service-label {
	font-size: 1rem;
	font-weight: 600;
	color: #f36f21;
	line-height: 1.2;
}

.realest-text{
	font-size: 1rem;
	color: #f36f21;
}

.site-home-free-services-card .site-home-service-tile {
	padding: .1rem;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.site-home-free-services-card .site-home-service-tile:hover {
	background: transparent !important;
}

.site-home-kicker {
	letter-spacing: .12em;
	color: #475569;
}

.site-home-slider-marquee-wrap {
	overflow: hidden;
	border-radius: 0.5rem;
	background: #f8fafc;
	padding: 0.5rem 0;
}

.site-home-slider-marquee {
	overflow: hidden;
	-webkit-mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
	mask-image: linear-gradient(to right, transparent, #000 3%, #000 97%, transparent);
}

.site-home-slider-marquee-track {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	gap: 0.75rem;
	width: max-content;
	animation: site-home-slider-marquee-rtl var(--site-home-marquee-duration, 45s) linear infinite;
	will-change: transform;
}

.site-home-slider-marquee-item {
	flex: 0 0 auto;
	display: block;
	border-radius: 0.5rem;
	overflow: hidden;
	border: 1px solid #e2e8f0;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
	text-decoration: none;
	color: #334155;
}

.site-home-slider-marquee-item:hover {
	box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
	transform: translateY(-1px);
}

.site-home-slider-marquee-img {
	display: block;
	width: 100%;
	height: 140px;
	object-fit: contain;
}

@media (min-width: 576px) {
	.site-home-slider-marquee-img {
		height: 140px;
	}
}

@keyframes site-home-slider-marquee-rtl {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-33.3333%);
	}
}

@media (prefers-reduced-motion: reduce) {
	.site-home-slider-marquee-track {
		animation: none;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
		max-width: 100%;
	}
}

.site-home-option-card {
	border-radius: .5rem;
	color: #334155;
	transition: all .2s ease-in-out;
}

.site-home-option-card:hover {
	background: #fffbeb;
	color: #0f172a;
}

.site-home-option-image {
	height: 140px;
	/* object-fit: contain; */
}

.site-home-kicker-dark {
	letter-spacing: .12em;
	color: #0f172a;
}

.site-home-about-image {
	height: 220px;
	object-fit: cover;
	opacity: .75;
}

@media (min-width: 576px) {
	.site-home-about-image {
		height: 300px;
	}
}

.site-home-about-overlay {
	background: rgba(255, 255, 255, .2);
}

.site-home-about-title {
	max-width: 62rem;
	font-size: 1rem;
	line-height: 1.4;
	color: #1e293b;
}

.site-home-about-subtitle {
	max-width: 52rem;
	font-size: .95rem;
	color: #334155;
}

@media (min-width: 576px) {
	.site-home-about-title {
		font-size: 1.45rem;
	}

	.site-home-about-subtitle {
		font-size: 1.1rem;
	}
}

.site-home-kicker-wide {
	letter-spacing: .2em;
}

.site-home-section-title {
	color: #0f172a;
	font-size: clamp(1.8rem, 2.5vw, 2.4rem);
}

.site-home-property-card {
	border-radius: 1rem;
}

.site-home-property-image {
	height: 224px;
	object-fit: cover;
	border-radius: 1rem;
}

.site-home-property-title {
	font-size: 1.05rem;
	line-height: 1.35;
	color: #1e293b;
}

.site-home-counsel-strip {
	background: #de6d0f;
	border-color: #bb550c !important;
}

.site-home-strip-logo-wrap,
.site-home-strip-spacer {
	width: 56px;
}

.site-home-strip-logo {
	width: 56px;
	height: 56px;
	object-fit: contain;
}

.site-home-strip-kicker {
	letter-spacing: .2em;
}

.site-home-strip-title {
	font-size: clamp(1.2rem, 2vw, 1.9rem);
}

.site-home-service-card {
	background: rgba(255, 243, 229, .7);
}

.site-home-service-card-image {
	height: 240px;
	border-radius: 1rem;
	object-fit: cover;
}

.site-home-service-title {
	font-size: clamp(1.6rem, 2.2vw, 2rem);
	color: #0f172a;
}

.site-home-service-title-icon {
	width: 32px;
	height: 32px;
	color: #0f172a;
}

.site-home-service-desc {
	font-size: clamp(.95rem, 1.3vw, 1.05rem);
	line-height: 1.35;
	color: #334155;
}

.site-home-service-arrow-wrap {
	width: 28px;
	height: 28px;
	color: #1e293b;
	border-color: #1e293b !important;
}

.site-home-service-arrow-icon {
	width: 16px;
	height: 16px;
}

.site-home-featured-title {
	color: #0f172a;
}

.site-home-featured-card {
	border-color: #fcd34d !important;
	background: rgba(255, 251, 235, .7);
	transition: all .2s ease-in-out;
}

.site-home-featured-card:hover {
	border-color: #f59e0b !important;
	background: #fffbeb;
}

.site-auth-card {
	max-width: 40rem;
	border-color: #ffedd1 !important;
}

.login-page {
	background: #f5f6f8;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0;
}

.login-container {
	width: 50%;
	margin: 0;
	flex:100%;
	display: flex;
	justify-content: center;
}


@media (max-width: 991.98px) {
	.login-page {
		justify-content: center;
	}

	.login-container {
		width: 100%;
		flex: 0 0 100%;
		margin: 0 auto;
	}
}


.login-card {
	color: #fff;
	width: 400px;
	border-radius: 14px;
	padding: 2rem 1.25rem 1.5rem;
	box-shadow: 0 14px 28px rgba(15, 23, 42, .22);
	background-color: white;
	margin: 10px;
}

.login-logo-center {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}

.login-image {
    max-width: 230px;
	height: 50px !important; /* adjust size if needed */
}


.login-logo {
	text-align: center;
	margin-bottom: .9rem;
}

.login-logo img {
	height: 70px;
	width: 100% !important;
	object-fit: contain;
}

.login-heading {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
	color: #000;
}

.alert-message {
	padding: .75rem 1rem;
	border-radius: 10px;
	margin-bottom: .9rem;
	display: none;
}

.alert-message.show {
	display: block;
}

.alert-success {
	background: #e6ffec;
	border: 1px solid #8ad4a2;
	color: #1b6e36;
}

.alert-error {
	background: #ffe7e7;
	border: 1px solid #f3aaaa;
	color: #8f2020;
}

.login-toggle {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 300px;        /* control width */
    margin: 0 auto 1rem;     /* top:0, left-right:auto(center), bottom:1rem */
    border-bottom: 1px solid #e0e0e0;
}

.login-toggle-btn {
    border: none;
    background: transparent;
    color: #4b5771;
    font-weight: 600;
    min-height: 42px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.login-toggle-btn:hover {
    color: #de6d0f;
}

.login-toggle-btn.active {
    color: #de6d0f;
    border-bottom: 2px solid #de6d0f;
}

.login-form-section {
	display: none;
}

.login-form-section.active {
	display: block;
}

.login-subtitle {
	color: #000;
	font-size: 1rem;
}

.login-card .form-label {
	color: #000;
	font-size: 1.05rem;
	font-weight: 600;
}

.login-card .input-group-text {
	background: #f4f4f4;
	color: #0e2a54;
	border: 1px solid #d8d8d8;
	border-right: 0;
}

.login-card .form-control {
	min-height: 48px;
	border: 1px solid #d8d8d8;
	font-size: 1rem;
}

.login-card .form-control:focus {
	background-color: transparent !important;
	box-shadow: none !important;
}

.login-card .form-text {
	color: #000 !important;
}

.btn-continue {
	width: 100%;
	border: 1px solid #ffc107;
	background: #ffc107;
	color: #000;
	font-size: 1.1rem;
	font-weight: 700;
	border-radius: 10px;
	padding: .72rem 1rem;
}

.btn-continue:hover {
	background: #ffc107;
	border-color: #ffc107;
	color: #fff;
}

.btn-continue:disabled {
	opacity: .7;
	cursor: not-allowed;
}

.loading-spinner {
	display: none;
	margin-left: .5rem;
}

.loading-spinner.show {
	display: inline-block;
}

.resend-otp-btn {
	border: 0;
	background: transparent;
	color: #a56426;
	padding: 0;
	font-weight: 500;
	margin-top: 5px;
}

.resend-otp-timer {
	color: #a56426;
	font-size: .9rem;
	/* min-height: 1.1rem; */
}

.error-message {
	color: red;
	font-size: .875rem;
	margin-top: .3rem;
	display: none;
}

.error-message.show {
	display: block;
}

.footer-links {
	margin-top: 1.2rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, .28);
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.text-link {
	color: #000;
	text-decoration: none;
}

.text-link:hover {
	color: #f0cc63;
}

.site-auth-shell {
	max-width: 32rem;
	background: #10264a;
	border-radius: 1.1rem;
	padding: 2.25rem 1.4rem 1.6rem;
	color: #fff;
	box-shadow: 0 12px 24px rgba(15, 23, 42, .2);
}

.site-auth-header {
	margin-bottom: 1.3rem;
}

.site-auth-logo {
	max-height: 84px;
	width: auto;
	object-fit: contain;
	margin-bottom: .95rem;
}

.site-auth-title {
	font-size: clamp(2rem, 5.8vw, 2.7rem);
	font-weight: 700;
	color: #fff;
}

.site-auth-alert {
	border-radius: .7rem;
	font-size: .9rem;
}

.site-auth-info-box {
	background: #c8d4e4;
	color: #0e2a54;
	border-radius: .55rem;
	padding: .9rem 1rem;
	font-size: 1.02rem;
}

.site-auth-segment {
	background: #c8d4e4;
	border-radius: .62rem;
	padding: .22rem;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: .15rem;
}

.site-auth-segment-btn {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: .5rem;
	color: #4e5b71;
	font-weight: 600;
	background: transparent;
	border: 0;
}

.site-auth-segment-btn.is-active {
	background: #ededed;
	color: #0e2a54;
}

.site-auth-helper {
	font-size: 1.02rem;
	color: #fff;
}

.site-auth-label {
	color: #fff;
	font-weight: 600;
	font-size: 1.05rem;
}

.site-auth-phone-row {
	display: flex;
	align-items: stretch;
}

.site-auth-country {
	min-width: 62px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f4f4f4;
	color: #0e2a54;
	border: 1px solid #d5d5d5;
	border-right: 0;
	border-radius: .6rem 0 0 .6rem;
	font-size: 1.1rem;
}

.site-auth-input {
	border-radius: .6rem;
	min-height: 48px;
	border: 1px solid #d5d5d5;
	font-size: 1rem;
}

.site-auth-phone-row .site-auth-input {
	border-radius: 0 .6rem .6rem 0;
}

.site-auth-mini {
	color: #fff;
	font-size: .92rem;
}

.site-auth-cta {
	background: #d1a73a;
	border: 1px solid #d1a73a;
	border-radius: .65rem;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
	padding: .7rem 1rem;
}

.site-auth-cta:hover,
.site-auth-cta:focus,
.site-auth-cta:focus-visible {
	background: #bc942e;
	border-color: #bc942e;
	color: #fff;
}

.site-auth-link {
	color: #f0cc63;
	font-weight: 500;
}

.site-auth-link:hover {
	color: #ffe18a;
}

.site-auth-inline-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: .8rem;
	font-size: .95rem;
	color: #fff;
}

.site-auth-footer-links {
	margin-top: 1.4rem;
	padding-top: 1rem;
	border-top: 1px solid rgba(255, 255, 255, .25);
	display: flex;
	gap: 1.25rem;
	flex-wrap: wrap;
}

.site-auth-footer-links a {
	color: #fff;
}

.site-auth-footer-links a:hover {
	color: #f0cc63;
}

@media (max-width: 575.98px) {
	.site-auth-shell {
		border-radius: 1rem;
		padding: 1.5rem 1rem 1.35rem;
	}

	.site-auth-title {
		font-size: 2.6rem;
	}
}

.site-contact-hero {
	max-width: 48rem;
}

.site-contact-header {
	background: linear-gradient(90deg, #de6d0f, #bb550c);
}

.site-contact-sidebar-main {
	background: linear-gradient(135deg, #0f172a, #1e293b);
	border-color: #334155 !important;
}

.site-contact-icon {
	width: 36px;
	height: 36px;
	border-radius: .5rem;
	background: rgba(255, 255, 255, .12);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.site-about-card {
	max-width: 52rem;
	border-color: #ffedd1 !important;
}

.site-dashboard-menu-active {
	background: #ffedd1;
	color: #bb550c;
}

.site-dashboard-avatar {
	width: 64px;
	height: 64px;
}

.site-dashboard-map-frame {
	height: 224px;
}

.site-dashboard-thumb {
	height: 80px;
}

.site-dashboard-banner {
	max-width: 768px;
	height: 192px;
}

.site-property-breadcrumb-title {
	max-width: 280px;
}

.site-property-hero {
	height: 300px;
}

@media (min-width: 576px) {
	.site-property-hero {
		height: 360px;
	}
}

.site-property-hero-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, .1), rgba(0, 0, 0, .2));
}

.site-property-share-btn {
	width: 40px;
	height: 40px;
	padding: 0;
}

.site-property-thumb {
	width: 112px;
	height: 80px;
	flex-shrink: 0;
}

.site-property-preline {
	white-space: pre-line;
}

.site-property-map-frame {
	height: 208px;
}

.site-property-related-image-wrap {
	height: 180px;
}

.site-property-line-clamp-2 {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.site-property-modal-wrap {
	max-height: 90vh;
	width: 100%;
	max-width: 960px;
}

.site-property-modal-thumb {
	height: 132px;
}

/* Property detail page: prevent mobile horizontal overflow */
.site-property-layout {
	overflow-x: clip;
}

.site-property-layout .site-property-preline,
.site-property-layout .site-property-breadcrumb-title,
.site-property-layout .btn,
.site-property-layout a {
	overflow-wrap: anywhere;
	word-break: break-word;
}

.site-property-layout iframe,
.site-property-layout img {
	max-width: 100%;
}

@media (max-width: 767.98px) {
	.site-property-layout .site-property-main-row {
		margin-left: 0;
		margin-right: 0;
	}

	.site-property-layout .site-property-main-row > [class*="col-"] {
		padding-left: 0;
		padding-right: 0;
	}

	.site-property-layout .site-property-sticky {
		position: static !important;
	}
}

.site-listing-default-main-image {
	height: 300px;
}

@media (min-width: 576px) {
	.site-listing-default-main-image {
		height: 350px;
	}
}

.site-listing-default-thumb {
	height: 88px;
}

@media (min-width: 576px) {
	.site-listing-default-thumb {
		height: 112px;
	}
}

.site-listing-default-related-image {
	height: 128px;
}

.site-listing-service-icon-wrap {
	width: 53px;
	height: 53px;
}

.site-listing-service-count {
	font-size: 9px;
	transform: translate(35%, -35%);
	border-radius: 50%;
}

.site-listing-collage-image {
	height: 200px;
}

.site-listing-property-hero {
	background: linear-gradient(135deg, #0f172a, #7c2d12, #9a3412);
}

.site-listing-property-hero-pattern {
	opacity: .12;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='1'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.site-listing-kicker-line {
	height: 1px;
	width: 24px;
	background: rgba(255, 237, 209, .8);
}

/* .site-listing-property-collage-main {
	min-height: 200px;
} */

.site-listing-property-collage-small {
	min-height: 96px;
}

.site-listing-property-list-image-wrap {
	width: 100%;
}

@media (min-width: 576px) {
	.site-listing-property-list-image-wrap {
		width: 320px;
		min-height: 220px;
	}
}

.site-listing-empty-icon {
	width: 56px;
	height: 56px;
}

.site-listing-grid-property-image-wrap {
	aspect-ratio: 4 / 3;
}

.site-listing-grid-property-overlay {
	background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, .1), rgba(0, 0, 0, 0));
}

.site-listing-grid-generic-image-wrap {
	aspect-ratio: 1 / 1;
}

.site-listing-help-modal {
	max-width: 420px;
}

.site-service-hero-image-wrap {
	width: 100%;
}

@media (min-width: 576px) {
	.site-service-hero-image-wrap {
		width: 256px;
	}
}

.site-service-thumb {
	height: 56px;
}

.btn-common{
	color: #de6d0f;
	border: 1px solid #de6d0f;
}

.btn-common:hover{
	color: #de6d0f;
	border: 1px solid #de6d0f;
	background-color: transparent;
}
.bg-primary{
	background-color: #de6d0f !important;
}
.h-fit {
    height: fit-content;
}

/* Pagination Styles - Matching Brand Standards */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin: 2rem 0;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.pagination .page-item {
    margin: 0;
}

.pagination .page-link {
    min-width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    margin: 0;
    color: var(--color-primary);
    background: #ffffff;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

.pagination .page-link:hover:not(.disabled) {
    background: #de6d0f;
    color: #ffffff;
    border-color: #de6d0f;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(19, 35, 60, 0.2);
}

.pagination .page-link:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(19, 35, 60, 0.15);
}

.pagination .page-item.active .page-link {
    background: #de6d0f;
    color: #ffffff;
    border-color: #de6d0f;
    box-shadow: 0 4px 12px rgba(19, 35, 60, 0.25);
    cursor: default;
}

.pagination .page-item.active .page-link:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(19, 35, 60, 0.25);
}

.pagination .page-item.disabled .page-link {
    color: #cbd5e0;
    background: #f7fafc;
    border-color: #e2e8f0;
    cursor: not-allowed;
    opacity: 0.6;
}

.pagination .page-item.disabled .page-link:hover {
    background: #f7fafc;
    color: #cbd5e0;
    transform: none;
    box-shadow: none;
}

/* Pagination Icons - Style Bootstrap Icons */
.pagination .page-link i {
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.pagination .page-link[rel="prev"],
.pagination .page-link[rel="next"],
.pagination .page-item.disabled .page-link[aria-hidden="true"] {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Make arrows more visible and styled on hover */
.pagination .page-link[rel="prev"]:hover:not(.disabled),
.pagination .page-link[rel="next"]:hover:not(.disabled) {
    transform: translateY(-2px) scale(1.1);
}

.pagination .page-link[rel="prev"]:hover:not(.disabled) i,
.pagination .page-link[rel="next"]:hover:not(.disabled) i {
    transform: scale(1.2);
}


@media (max-width: 576px) {
    .pagination .page-link {
    min-width: 35px;
    height: 35px;
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
}

.pagination{
  margin: 1rem 0rem;
}
}

@media  (max-width:992px){
	.site-logo-sm {
		height: 75px;
		max-height: 75px;
		width: 100%;
		object-fit: contain;
	}
}

.form-control:focus{
color: var(--bs-body-color);
background-color: var(--bs-body-bg);
border-color: #fbaa74 !important;
outline: 0;
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08) !important;
}

.custom-ps {
    padding-left: 2rem;
}

.text-blue{
	color: #0d6efd !important;
}

@media (max-width: 767px) {
    /* .site-dashboard-main,
    .site-dashboard-main * {
        max-width: 100%;
        box-sizing: border-box;
    } */
    
    .site-dashboard-properties-table {
        border-collapse: separate;
        border-spacing: 0 12px;
        width: 100%;
        table-layout: fixed;
    }

    .site-dashboard-properties-table thead {
        display: none;
    }

    .site-dashboard-properties-table tbody,
    .site-dashboard-properties-table tr,
    .site-dashboard-properties-table td {
        display: block;
        width: 100%;
    }

    .site-dashboard-properties-table tr {
        background: #fff;
        border: 1px solid #e9ecef;
        border-radius: 12px;
        padding: 8px 10px;
        box-shadow: 0 2px 10px rgba(15, 23, 42, 0.04);
        margin-bottom: 10px;
        overflow: hidden;
    }

    .site-dashboard-properties-table td {
        display: flex;
        align-items: flex-start;
        /* justify-content: space-between; */
        gap: 12px;
        border: 0 !important;
        padding: 8px 4px !important;
    }

    .site-dashboard-properties-table td:not(:last-child) {
        border-bottom: 1px dashed #eceff3 !important;
    }

    .site-dashboard-properties-table td::before {
        content: attr(data-label);
        font-weight: 600;
        flex: 0 0 40%;
        max-width: 40%;
    }

    .site-dashboard-properties-table td > * {
        overflow-wrap: anywhere;
        word-break: break-word;
        white-space: normal;
    }

    .site-dashboard-description-text {
        display: inline-block;
        width: 100%;
        overflow-wrap: anywhere;
        word-break: break-word;
        white-space: normal;
    }

	.free-add-btn{
	font-size: 15px !important;
	right: 15px !important;

}

}

.free-add-btn{
	font-size: 22px !important;
	border-radius: 10px !important;
	top:40% !important;
	position: fixed;
	padding: 12px;
	z-index: 1025;
	right: 20px;
	background-color: #de6d0f;
	border: none;
	transition: all 0.3s ease;
}

.free-add-btn:hover{
	background-color: #de6d0f !important;
}

input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}

.serive-add-img{
	height: 100%;
	max-height: 250px;
	width: 100%;
	max-width: 350px;
}

.text-orange{
	color: #de6d0f !important;
}

/* Our Team (/about) */
.site-team-hero-sub {
	max-width: 36rem;
	line-height: 1.55;
	font-size: 20px;
}

.site-team-section-spacing {
	margin-bottom: 2.75rem;
}

@media (min-width: 992px) {
	.site-team-section-spacing {
		margin-bottom: 3.25rem;
	}
}

.site-team-section-title {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin-bottom: 1.25rem !important;
}

.site-team-section-accent {
	display: inline-block;
	width: 4px;
	align-self: stretch;
	min-height: 1.35rem;
	border-radius: 2px;
	background: #de6d0f;
	flex-shrink: 0;
}

.site-team-card {
	border-color: #ffedd1 !important;
	transition: box-shadow 0.2s ease;
}

.site-team-card:hover {
	box-shadow: 0 0.35rem 1rem rgba(0, 0, 0, 0.06) !important;
}

.site-team-member-card .card-body {
	min-height: 220px;
	justify-content: center;
	padding: 50px !important;
	padding-bottom: 20px !important;
}

.site-team-member-card {
	background: #f4f4f4 !important;
	border: 0 !important;
	border-top: 4px solid #de6d0f !important;
	border-radius: 12px !important;
}

.site-team-avatar {
	width: 88px;
	height: 88px;
	background: linear-gradient(145deg, #e8e8e8 0%, #d4d4d4 100%);
	border: 3px solid #f6e8da;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (min-width: 576px) {
	.site-team-avatar {
		width: 96px;
		height: 96px;
	}
}

.site-team-contact:hover {
	color: #bb550c !important;
	text-decoration: underline !important;
}

.site-team-cta {
	background: transparent;
}

.site-team-cta-inner {
	background: #fff8f0;
	border: 1px solid rgba(255, 237, 209, 0.85);
	box-shadow: 0 0.25rem 0.85rem rgba(222, 109, 15, 0.06);
}

.site-team-cta-icon {
	width: 52px;
	height: 52px;
	background: rgba(222, 109, 15, 0.12);
	color: #de6d0f;
}

.site-team-cta-btn {
	--bs-btn-color: #de6d0f;
	--bs-btn-border-color: #de6d0f;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #de6d0f;
	--bs-btn-hover-border-color: #de6d0f;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #bb550c;
	--bs-btn-active-border-color: #bb550c;
	color: #de6d0f;
	background: #fff;
	border-width: 2px;
	border-radius: 6px;
}

.site-team-cta-btn:hover {
	color: #fff;
	background: #de6d0f;
	border-color: #de6d0f;
}

.site-team-member-role {
	color: #de6d0f;
}

.site-team-member-social {
	margin-top: 12px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 0.2s ease, transform 0.2s ease;
	pointer-events: none;
}

.site-team-member-card:hover .site-team-member-social {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.site-team-social-link {
	width: 34px;
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #fff3e8;
	color: #de6d0f;
	text-decoration: none;
}

.site-team-social-link:hover {
	background: #de6d0f;
	color: #fff;
}
.bg-brand-100 {
    background-color: #fff3e8 !important;  /* light orange */
}

.border-brand-300 {
    border-color: #fd7e14 !important;      /* orange border */
}

.text-brand-900 {
    color: #e76f00 !important;             /* orange text */
}

#otp-mobile:-webkit-autofill,
#otp-mobile:-webkit-autofill:hover,
#otp-mobile:-webkit-autofill:focus,
#otp-mobile:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

/* Autofill background remove (Chrome/Edge) */
#password-mobile:-webkit-autofill,
#password-mobile:-webkit-autofill:hover,
#password-mobile:-webkit-autofill:focus,
#password-input:-webkit-autofill,
#password-input:-webkit-autofill:hover,
#password-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    transition: background-color 5000s ease-in-out 0s;
}

.custom-hover-orange {
    transition: all 0.3s ease;
}


.custom-hover-orange:hover {
    background-color: #fff3e8;
    border-color: #fd7e14;
    color: #fd7e14;
}


.custom-hover-orange:active {
    background-color: #ffe5d0 !important;
    border-color: #fd7e14 !important;
    color: #fd7e14 !important;
}

.custom-hover-orange:focus {
    background-color: #fff3e8 !important;
    border-color: #fd7e14 !important;
    color: #fd7e14 !important;
    box-shadow: none !important;
}



#areaDropdown .dropdown-item:hover {
    background-color: #fff3e8;
    color: #fd7e14;
    cursor: pointer;
}

.custom-area-wrapper {
    width: 500px;
    max-width: 100%;
}

#areaDropdown {
    width: 100%;
    left: 0 !important;
    right: auto !important;
    transform: none !important;
    position: absolute;
    top: 100%;
    z-index: 1000;
}

#areaInput {
    text-align: left !important;
}

.area-filter-wrap {
    width: 500px;
    max-width: 500px;
}

@media (max-width: 576px) {
    .area-filter-wrap {
        width: 220px;
        max-width: 220px;
    }
}

.area-filter-dropdown {
    top: calc(100% + 4px);
    left: 0;
    max-height: 200px;
    overflow-y: auto;
}

.area-filter-item:hover,
.area-filter-item:focus {
    background: #fff3e8;
    color: #fd7e14;
}

.area-filter-clear-btn {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1;
    z-index: 2;
}

.site-team-member-card .site-team-avatar {
	margin-left: auto;
	margin-right: auto;
}

.quick-pay-tabs{
	border: 1px solid #de6d0f !important;
	border-radius: 0.75rem !important;
	padding: 0.55rem 0.5rem !important;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: all .2s ease;
	display: flex !important;
	flex-direction: column;
	color: #de6d0f;
}

.quick-pay-tabs:hover {
	 border-color: #f2a85d;
	 background: #fff3e8;
	 color: #de6d0f;
}

.quick-pay-tabs:active,
.quick-pay-tabs:focus{
	background: #de6d0f !important;
	color: #fff !important;
	border-color: #de6d0f !important;
}

.pay-now-btn{
	background: #de6d0f;
	border: 1px solid #de6d0f;
	border-radius: 0.75rem;
	color: #fff;
	font-size: 1.05rem;
	font-weight: 700;
	padding: .7rem 1rem;
	transition: all .2s ease;
}

.pay-now-btn:hover,
.pay-now-btn:focus,
.pay-now-btn:focus-visible 
.pay-now-btn:active {
	background: #de6d0f !important;
	border-color: #de6d0f !important;
	color: #fff !important;
}

.receipt-btn{
	background: transparent;
	border: 1px solid #de6d0f;
	border-radius: 0.75rem;
	color: #de6d0f;
	font-size: .7rem;
	font-weight: 500;
	padding: .4rem;
	transition: all .2s ease;
}

.receipt-btn:hover,
.receipt-btn:focus,
.receipt-btn:focus-visible,
.receipt-btn:active {
	background: #de6d0f !important;
	border-color: #de6d0f !important;
	color: #fff !important;
}

.job-section-icon{
	background-color: #FFEDD5;
	color: #F97316;
}
