/* City Life Page Styles */
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root {
    --primary-yellow: #FDB517;
    --text-dark: #0F172B;
    --text-muted: #45556C;
    --dark-bg: #39383C;
    --dark-btn: #1a1a1a;
}

.city-life-page {
    font-family: 'Archivo', sans-serif;
    margin: 0;
    padding: 0;
}
.front-page-hero{
	min-height: 0px;
}
header .logo {
    padding-top: 2rem;
    position: relative;
    width: 150px;
    z-index: 5;
}
/* Hero Section */
.hero-section {
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), 
            url('/wp-content/uploads/2026/04/Home-banner_11zon-scaled.webp');
    background-size: cover;
    background-position: center;
    min-height:845px;
    display: flex;
    align-items: center;
    color: white;
    margin-top: -183px;
}
.hero-section .container-fluid {
	padding: 0px 50px;
	max-width: 1400px;
	margin: 0 auto;
}

.hero-title {
    font-family: 'Archivo', sans-serif;
font-weight: 500;
font-style: Medium;
font-size: 75px;
line-height: 75px;
	margin-top: 0 !important;
}

.sub-title {
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 35px;
	line-height: 45px;
	vertical-align: middle;

}


.btn-yellow {
    font-weight: 500;
    font-style: Medium;
    font-size: 29px;
    line-height: 50px;
	color: #161410;
	border-radius: 0px;
	background: var(--primary-yellow);
	border-radius: 10px;
}

.btn-yellow:hover {
    background-color: #e6a100;
}


/* Glassmorphism Form */
.contact-card {
   border: 0.5px solid #ffffff82;
    backdrop-filter: blur(10.735483169555664px);
    background: #FFFFFF33;
    border-radius: 10px;
    padding: 20px;
}
.contact-card h3{
	font-weight: 400;
	font-size: 25px;
	color: #161410;

}
/* Counter Section */
.stats-container {
    background-color: #ffb400;
    border-radius: 24px;
    padding: 40px 20px;
    margin-top: -50px;
    color: #1a1a1a;
    box-shadow: 0px -10px 30px rgba(0,0,0,0.1);
}

.stat-box {
    border-right: 1px solid rgba(0,0,0,0.1);
    text-align: center;
}
.stat-box img {
    transition: transform 0.6s ease;
}

.stat-box:hover img{
    transform: rotateY(180deg);
}

.stat-box:last-child {
    border-right: none;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 600;
}

.stat-label {
    font-size: 16px;
    font-weight: 400;
}

.vertical-line p{
	font-family: Archivo;
	font-weight: 300;
	font-style: Light;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF99;
}
.vertical-line{
	display: flex;
	column-gap: 10px;
    width: 70%;
    margin-top: 90px;
    margin-left: 100px;


}

/* Custom Section */
.custom-section {
    font-family: 'Inter', sans-serif;
    padding: 80px 0;
    background-color: #ffffff;
}
.custom-section .container-fluid {
	max-width:1400px;
	margin: auto;
	padding:0px 50px;
}

.main-heading {
    font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-style: Medium;
	font-size: 40.11px;
	line-height: 42.1px;
	color:var(--primary-yellow);

}

.feature-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.feature-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 10px;
    color: #1a1a1a;
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 35.18px;
}

.feature-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 4px;
    background-color: #ffb400;
}

.description-text {
   font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 26.11px;
	line-height: 37px;

}

.description-text strong {
    font-weight: 700;
}

.house-img-wrapper img {
    width: 100%;
    height: 700px;
    display: block;
    border-radius: 2px;
	    object-fit: cover;
}
.about-img-wrapper img{
	height: 610px;
	object-fit: cover;
}

/* Services Section */
.services-section {
    padding: 80px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}

.services-title {
    font-family: 'Archivo', sans-serif;
	font-weight: 500;
	margin-bottom: 50px;
	font-size: 50px;
	line-height: 60px;
	color:var(--primary-yellow);
}

.service-card {
    border: 1px solid #FDB517;
    border-radius: 15px;
    padding: 40px 30px;
    height: 100%;
    transition: all 0.3s ease;
    background: #fff;
}

.service-card:hover {
    box-shadow: 0 10px 30px rgba(255, 180, 0, 0.1);
    transform: translateY(-5px);
}
.service-card .icon-box {
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.service-card:hover .icon-box {
    transform: rotateY(180deg);
}
.icon-box {
    background-color: #ffb41a;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    font-size: 24px;
    color: var(--text-dark);
}

.service-card h3 {
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-style: Bold;
	font-size: 20px;
	line-height: 28px;
	color: var(--text-dark);
   
    margin-bottom: 20px;
}

.service-card p {
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	line-height: 26px;
    color: var(--text-muted);
    margin-bottom: 0;
}

.g-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

/* Process Section */
.property-management{
	background: #F3F3F3;
	padding:80px 0px;
	}
.property-management .container-fluid{
	background: #F3F3F3;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 50px;
	
}
.main-title {
	font-family: Archivo;
	font-weight: 500;
	font-style: Medium;
	font-size: 50px;
	color: #353535;
	margin-bottom: 60px;
	line-height: 60px;
}

.process-box {
    position: relative;
    margin-bottom: 40px;
    padding-top: 25px;
}

.label-container {
        position: absolute;
    top: -3px;
    left: 0px;
    background: #F3F3F3;
    padding: 6.5px 10px;
    z-index: 5;
    line-height: 1.2;
    width: 70%;
}

.step-title {
    font-weight: 600;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    color: #222;
}

.step-subtitle {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    margin: 0;
}

.capsule {
    border: 4px solid #222;
    border-radius: 80px 25px 25px 80px;
    padding: 32px 70px 25px 45px;
    min-height: 120px;
    position: relative;
    z-index: 1;
}

.capsule-content {
    font-size: 0.85rem;
    line-height: 1.5;
    color: #444;
    margin: 0;
}

.number-badge {
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffb41a;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    color: #000;
    z-index: 10;
}

.dot {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 3px solid #222;
    border-radius: 50%;
    z-index: 6;
}

.dot-left { left: -6px; top: 33.5px; }
.dot-top { right: 101.5px; top: -9px; }

/* Trust Section */
.trust-section {
    background-color: #ffffff;
    padding: 0;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}

.trust-image-box {
    background: url('/wp-content/uploads/2026/04/7.webp');
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: 100%;
}
.home-image-box{
    background: url('/wp-content/uploads/2026/04/4403-Elizabeth-Street-2_11zon.webp');
    background-size: cover;
    background-position: center;
    min-height: 600px;
    height: 100%;
}

.trust-content-box {
    background-color: var(--dark-bg);
    color: white;
    padding: 80px 60px;
    height: 100%;
}

.trust-title-wrapper {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.slash-icon {
    color: var(--primary-yellow);
    font-size: 2.5rem;
    font-weight: 300;
    margin-right: 15px;
    margin-top: -10px;
}

.trust-title {
   
	font-weight: 500;
	font-style: Medium;
	font-size: 50px;
	line-height: 60px;

}

.trust-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}
.trust-list li {
	padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.trust-list .flex-li {
    display: flex;
	column-gap:20px;
    align-items: center;
}
.trust-list p{
	padding-left: 65px;
}

.trust-list li:last-child {
    border-bottom: none;
}

.trust-list i {
    color: var(--primary-yellow);
    font-size: 1.5rem;
    width: 40px;
    margin-right: 20px;
}

.trust-list span {
	font-weight: 500;
	font-style: Medium;
	font-size: 25px;
	line-height: 36px;

    color: var(--primary-yellow);
}

.trust-footer-text {
font-weight: 500;
width:70%;
font-size: 19px;
line-height: 22px;

}
.company-details{
	padding-top: 80px !important;
}

/* Testimonial Section */
.testimonial-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
}
.testimonial-section .container-fluid{
	max-width: 1400px;
	margin: auto;
	padding: 0px 50px;
}

.title-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0px;
}

.slash {
    color: var(--text-dark);
    font-size: 2.5rem;
    font-weight: 300;
    margin-right: 15px;
    line-height: 1;
}

.testimonial-title {
    color: var(--primary-yellow);
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;


}

.testimonial-text {
font-weight: 400;
font-size: 20px;
line-height: 30px;

    color: var(--text-dark);
    margin-bottom: 40px;
/*     max-width: 600px; */
}

.user-info {
    display: flex;
    align-items: center;
}

/* .user-avatar {
    width: 70px;
    height: 70px;
    background-color: #555;
    color: var(--primary-yellow);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
	font-size:45px;
    margin-right: 20px;
} */

.user-details h4 {
font-weight: 500;
font-size: 24px;
line-height: 20px;
color: var(--text-dark);
}

.user-details span {
	font-weight: 300;
	font-style: Light;
	font-size: 20px;
	line-height: 30px;
	color: #16141099;

}

.testimonial-img-box img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
	height: 600px;
}
.testimonial-slider-container {
    width: 100%;
    margin-top: 20px;
}

.testimonial-slide {
    padding-right: 15px; /* Thoda space side par */
}

/* User avatar styling (agar pehle se nahi hai) */
.user-avatar {
    width: 70px;
    height: 70px;
    background: #555;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 15px;
    font-weight: bold;
	font-size:45px;
}

.user-info {
    display: flex;
    align-items: center;
    margin-top: 25px;
}
.testimonial-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ccc; /* Inactive color */
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 0;
}

.testimonial-dot.active {
    background-color: #ffb400; /* Aapka brand color (Yellow/Orange) */
    width: 25px; /* Active dot thoda lamba dikhega */
    border-radius: 10px;
}

/* CTA Section */
.cta-section {
    background-color: var(--primary-yellow);
    padding: 80px 20px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

.cta-title {
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
	text-align: center;
    color: #1a1a1a;
    margin-bottom: 20px;
}

.cta-subtitle {
    color: #1a1a1a;
    max-width: 800px;
    margin: 0 auto 40px auto;
	font-weight: 400;
	font-size: 29px;
	line-height: 36px;
	text-align: center;


}

.btn-black {
font-weight: 500;
font-size: 29px;
line-height: 65px;
text-align: center;

    background-color: var(--dark-btn);
    color: var(--primary-yellow);
    border: none;
	border-radius: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
    transition: 0.3s;
	 padding: 0px 30px;
}

.btn-black:hover {
    background-color: #333;
    color: white;
}

.btn-outline-dark-custom {
    background-color: transparent;
    color: #1a1a1a;
    font-weight: 700;
    padding: 0px 95px;
    border: 2px solid #1a1a1a;
    border-radius: 0px;
    transition: 0.3s;
	font-weight: 500;
	font-size: 29px;
	line-height: 63px;
	text-align: center;

}

.btn-outline-dark-custom:hover {
    background-color: #1a1a1a;
    color: var(--primary-yellow);
}

.btn-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Insights Section */
.insights-section {
    padding: 80px 0;
    background-color: #ffffff;
}
.insights-section .container-fluid{
	max-width: 1400px;
	margin:0 atuo;
	padding: 0px 50px;
}

.insights-header {
    text-align: center;
    margin-bottom: 60px;
}

.insights-title {
    color: var(--primary-yellow);
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

/* .insights-title::before {
    content: "/";
    color: #333;
    font-weight: 300;
    font-size: 2.5rem;
} */

.insights-subtitle {
    color: var(--text-muted);
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
    max-width: 600px;
    margin: 15px auto 0;
    line-height: 1.5;
}

.blog-card {
    border: 1px solid #7171714D;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
    transition: transform 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.blog-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.blog-content {
    padding: 25px;
}

.blog-tag {
    background-color: #FFF5DE;
    color: var(--primary-yellow);
    padding: 4px 12px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: capitalize;
	font-weight: 500;
	font-size: 11px;
	line-height: 14.3px;
}

.blog-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 31.2px;
    margin-bottom: 15px;
}

.blog-excerpt {
    color: var(--text-muted);
	font-weight: 300;
	font-style: Light;
	font-size: 16px;
	line-height: 24px;
    margin-bottom: 0;
}

/* FAQ Section */
.faq-section {
    font-family: 'Archivo', sans-serif;
    padding: 100px 0;
    background-color: #ffffff;
}

.faq-header {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.faq-slash {
    font-size: 2.5rem;
    font-weight: 300;
    color: #333;
    margin-right: 15px;
}

.faq-title {
    color: var(--primary-yellow);
	font-weight: 600;
    font-size: 60PX;
    line-height: 60px;
}

.accordion-item {
    border: none !important;
    border-bottom: 1px solid var(--border-light) !important;
    background-color: transparent !important;
}

.accordion-button {
font-weight: 500;
font-size: 24px;
line-height: 31.2px;

    padding: 30px 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: var(--text-dark) !important;
    display: flex !important;
    flex-direction: row !important; 
    align-items: center !important;
    text-align: left !important;
}

.accordion-button::after {
    display: none !important;
}

.accordion-button::before {
    content: "+";
    margin-right: 25px;
    font-size: 1.8rem;
    font-weight: 400;
    color: var(--text-dark);
    width: 30px;
    display: inline-block;
    transition: 0.3s;
}

.accordion-button:not(.collapsed)::before {
    content: "−";
    color: var(--primary-yellow);
}


.accordion-body {
font-weight: 300;
font-size: 18px;
line-height: 27px;


    padding: 0 0 40px 55px !important;
    font-size: 1.15rem;
    color: #555;
    max-width: 600px;
}

/* Awards Section */
.awards-section {
    padding: 80px 0;
    background-color: #ffffff;
    border-top: 1px solid #f0f0f0;
}

.awards-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: no-wrap;
    gap: 40px;
}

.award-logo {
    max-height: 100%;
    width: 200px;
/*     filter: grayscale(100%);
    opacity: 0.8; */
    transition: all 0.3s ease;
}

.award-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.05);
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 100px;
}
#gform_fields_2 input,
textarea,
select{
	background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #00000094;
}
#gform_2 input::placeholder,
#gform_2 textarea::placeholder {
    color: #FFFFFF;          /* placeholder text color */
    font-size: 14px;     /* font size */
}
#gform_submit_button_2{
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0%;
	text-align: center;
	border: 1px solid #FDB517;
	background: #FDB517;
	color:#000;
	border-radius: 10px;
}
.gform_wrapper.gravity-theme .gform_footer{
	padding:0px;
}

/* Property Management page start */

        .custom-container {
            width: 100%;
            max-width: 1400px !important;
            margin-right: auto !important;
            margin-left: auto !important;
            padding-left: 50px !important;
            padding-right: 50px !important;
        }

        /* Section 1: Hero */
        .hero-outer {
            background: linear-gradient(rgba(0,0,0,0.5), rgb(0 0 0 / 79%)), url('/wp-content/uploads/2026/04/For-Owners-scaled.webp');
            background-size: cover;
			background-position: center;
			min-height: 845px;
			display: flex;
			align-items: center;
			color: white;
			margin-top: -183px;
        }
		.hero-outer .display-4{
		font-weight: 500;
		font-size: 75px;
		line-height: 75px;
		}
		.hero-inner h4{
		font-weight: 500;
		font-size: 46px;
		line-height: 75px;
		}
		.hero-inner p{
		font-weight: 400;
		font-size: 26px;
			margin:30px 0;
		line-height: 28px;;
		}
        .custom-btn {
            background-color: var(--primary-yellow);
            border: none;
            color: #000;
            font-weight: 600;
            padding: 15px 30px;
            border-radius: 4px;
            transition: 0.3s;
        }
		.Protects h2{
		font-weight: 600;
		font-size: 50px;
		color: var(--primary-yellow);
		line-height: 53px;

		}
		.Protects p{
		font-weight: 400;
		font-size: 26.11px;
		line-height: 37px;

		}
        /* Section 2: Intro */
        
        /* Section 3: Why Choose */
		.choose-title h2{
		font-weight: 700;	
		font-size: 50px;
		line-height: 53px;
			margin-bottom:20px;
		}
		.choose-title p{	
		font-weight: 400;
		font-size: 23px;
		line-height: 37px;
		}
       
        .bg-gold-box { background-color: var(--primary-yellow); color: #000; padding: 50px 30px;}
		.Expertise{
			background:#F4F4F4;
		}
			.Expertise h5{	
			font-weight: 700;
			font-size: 25px;
			line-height: 27px;
		}
		.Expertise p{	
		font-weight: 400;
		font-size: 15px;
		line-height: 19px;
			color:#787878;
		}
			/* Section 4: Services */
        .service-card-wrapper {
            height: 475px;
            overflow: hidden;
        }
		.service-card-wrapper a{
			text-decoration: none;
		}

        .service-card-inner {
            height: 100%;
            background-size: cover;
            background-position: center;
            position: relative;
            transition: transform 0.5s ease;
            display: flex;
            align-items: flex-end;
        }

        .service-card-inner:hover { transform: scale(1.08); }

        .service-overlay {
            background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.2) 100%);
            color: white;
            padding: 25px;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .service-overlay h5 {
            border-left: 4px solid var(--primary-yellow);
			font-weight: 700;
			font-size: 25px;
			line-height: 27px;
			padding-left: 15px;
		}
		.service-overlay ul li{
		font-size: 15px;
		line-height: 19px;

		}
		.full-service h2{
		font-weight: 500;
		font-size: 50px;
		line-height: 60px;
		color: var(--primary-yellow);
		}
		.full-service p {
		font-weight: 400;
		font-size: 23px;
		line-height: 37px;

		}
		.long-term {
			padding-top:170px;
		}
		.trust-head-text{
		font-weight: 500;
		font-size: 24px;
		line-height: 28px;
		}
/* Property Management page end */
/* Cnntact page start */
/* Banner Section */
.contact-banner-wrapper {
    background: linear-gradient(rgba(0,0,0,0.5), rgb(0 0 0 / 87%)), url('/wp-content/uploads/2026/04/About-Us-Ban-scaled.webp'); /* Replace with your actual banner image */
    background-size: cover;
    background-position: center;
	font-family: 'Archivo', sans-serif;
}
.contact-banner-img{
	 background: linear-gradient(rgba(0,0,0,0.5), rgb(0 0 0 / 87%)), url('/wp-content/uploads/2026/04/Contact-Us-Banner_11zon.webp'); /* Replace with your actual banner image */
	background-position: 100% 36%;
}
.team-box .team-desc {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 15px 0;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: -62px;
    background: #fff;
	z-index: 99;
    position: relative;
	border: 4px solid #FEB518;
    corner-shape: bevel;
    border-radius: 16px;

}

.contact-banner {
    min-height: 495px; /* Banner height as per image */
	margin-top: -125px;
	font-family: 'Archivo', sans-serif;
}
	.contact-ban h1{
	font-weight: 500;
	font-size: 75px;
	line-height: 75px;
	font-family: 'Archivo', sans-serif;
}
	.question-about h2{
	font-family: 'Archivo', sans-serif;
	font-weight: 600;
	font-size: 42.11px;
	line-height: 46px;

}
	.question-about p{
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 26.11px;
	line-height: 37px;

}

/* Map Container */
.map-container {
    overflow: hidden;
    border: 1px solid #eee;
}

/* Reusing your text-gold and custom-btn classes from previous code */
.text-gold {
    color: var(--primary-yellow);
}
/* Cnntact page End */
/* About Page Custom CSS */
.about-life p{

	font-weight: 400;
	font-size: 22.11px;
	line-height: 37px;
	color: #161410;


}
/* Team Card Image Effect */

.team-card {
    overflow: hidden;
    border-radius: 4px;
}

.team-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.4s ease;
    /* Optional: To match the clean look in image */
    filter: brightness(0.95);
}

.team-card:hover img {
    transform: scale(1.05);
    filter: brightness(1);
}

/* Gray background for Team section */
.bg-light {
    background-color: #fcfcfc !important;
}

/* Heading with Slash style */
.text-gold {
    color: var(--primary-yellow);
	font-family: 'Archivo', sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 60px;

}
.team-box h5{
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	color: #191919;
}
.team-box p{
	font-family: 'Archivo', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	color: #787878;
	margin-bottom: 0px;
	font-style: italic;

}


 /* --- Global Section Styling --- */
.markets-section {
    background-color: #f4f7f9; /* Light background matching image feel */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* --- Left Side Infographic Styling --- */
.infographic-wrapper {
    position: relative;
    max-width: 480px; /* List box width limit */
    margin: 0 auto;
}

/* 1. Header Card (Logo + Brand Name) */
.info-header-card {
    background: #ffffff;
    border-radius: 50px; /* Circular header matching image_5 */
    padding: 10px 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    border: 1px solid #eee;
    z-index: 2;
    position: relative;
}

.flag-icon-wrap {
    width: 70px; /* Logo diameter */
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #ffffff; /* White border matching image */
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
}

.brand-text-wrap h3 {
    color: #3e4c6c; /* Dark blue color from image_5 */
    font-weight: 700;
    font-size: 1.5rem;
}

/* 2. Decorative Connector Line */
.connector-line {
    width: 2px;
    height: 40px; /* Space between logo and list */
    background-image: linear-gradient(to bottom, #ddd 50%, rgba(255,255,255,0) 0%);
    background-position: right;
    background-size: 1px 10px; /* Dotted effect */
    background-repeat: repeat-y;
    margin-left: 55px; /* Alignment with logo center */
    margin-top: -5px;
    z-index: 1;
    position: relative;
}

/* 3. Market List Card Styling */
.market-list-card {
    background: #ffffff;
    border-radius: 15px;
    margin-top: -10px;
    z-index: 0;
	font-family: 'Archivo', sans-serif;
    position: relative;
}

.market-list-card .card-title {
    color: #333;
	font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.4;
}

.market-list-card .card-subtitle {
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.5px;
}

.market-list li {
    font-size: 0.95rem;
    color: #555;
	font-family: 'Archivo', sans-serif;
    padding: 8px 0;
    display: flex;
    align-items: center;
	  /* Background Image Settings */
    background-image: url('/wp-content/uploads/2026/04/check-mark.png');
    background-repeat: no-repeat;
    background-size: 20px; /* Image ka size yahan se control hoga */
    background-position: left center; /* Image hamesha left side par center rahegi */
    
    display: block; /* Alignment fix karne ke liye */
	  list-style: none;
    padding-left: 30px; /* Check mark ke liye jagah */
    font-weight: 600;
    color: #333;
}

.market-item {
    list-style: none;
    padding-left: 30px; /* Check mark ke liye jagah */
    margin-bottom: 12px;
    font-weight: 600;
    color: #333;
    
  
}

/* --- Right Side Map Styling --- */
.map-container-wrap {
    background-color: #fff;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}
.d-grid .btn-dark{
	    font-weight: 500;
    font-size: 29px;
    line-height: 50px;
    color: #fff;
    background: #000000;
    border-radius: 10px;

}
.map-container-wrap:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.12) !important;
}
/* GHL Modal Styling */
#ghlFormModal .modal-content {
    background: #fff;
	width: 50%;
	margin: auto;
    margin: 10px; /* Mobile par gap ke liye */
}
#rentalSurveyModal .modal-content {
	width: 70%;
	margin: auto;
}
/* Hide extra scrollbar on background when modal is open */
.modal-open {
    overflow: hidden;
}

/* Force Iframe Responsiveness */
#inline-jZI7ZksJQsxebl4h1SMH {
    max-width: 100% !important;
    min-width: 100% !important;
}
/* Modal animation speed control */
.modal.fade .modal-dialog {
    transition: transform 0.2s ease-out !important; /* Default 0.3s se kam karke 0.2s kiya */
}
.modal.fade {
    transition: opacity 0.15s linear !important; /* Pura modal jaldi show hoga */
}

/* Jab modal open ho raha ho (Entrance speed) */
.modal.show .modal-dialog {
    transform: none;
	margin-top: 65px;
}

/* Background backdrop (Black layer) ki speed */
.modal-backdrop.fade {
    transition: opacity 0.1s linear !important;
}
/* Unique Prefix 'cr-' to avoid conflicts */
        .cr-gallery-wrapper .container {
            background-color: transparent;
            
			width: 100%;
			max-width: 1400px !important;
			margin-right: auto !important;
			margin-left: auto !important;
			padding-left: 50px !important;
			padding-right: 50px !important;
        }

        .cr-photo-card {
            overflow: hidden;
            border-radius: 12px;
            cursor: pointer;
            border: 2px solid #eee;
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
        }

        .cr-photo-card img {
            width: 100%;
            height: 260px;
            object-fit: cover;
            display: block;
            transition: transform 0.6s ease;
        }

        /* Hover Effects */
        .cr-photo-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.15);
            border-color: #feb518; /* Aapka brand color */
        }

        .cr-photo-card:hover img {
            transform: scale(1.1);
        }

        /* Full-Screen Zoom Modal Styles */
        #crZoomModal .modal-content {
            background: rgba(0,0,0,0.85); /* Darker backdrop for focus */
            border: none;
            backdrop-filter: blur(5px);
            margin-top: 40px;
        }

        #crZoomModal .modal-body {
            position: relative;
            padding: 20px;
        }

        .cr-close-btn {
            position: absolute;
            top: -40px;
            right: 0;
            background: #feb518;
            border: none;
            color: #000;
            padding: 5px 15px;
            font-weight: bold;
            border-radius: 4px;
            cursor: pointer;
        }

        #crExpandedImg {
            max-height: 85vh;
            object-fit: contain;
            border: 4px solid #fff;
        }

/* Mobile Adjustments */
@media (max-width: 768px) {
    #ghlFormModal .modal-body {
        height: 85vh; /* Screen ka 85% height */
    }
	
}


/* Screen 1400px ya us se choti */

@media (max-width: 1400px) {
    .label-container {
        top: -4px;
        left: 1px;
        width: 71%;
    }
	   .dot-top {
        right: 92px;
        top: -9px;
    }
	.dot-left {
    left: -6px;
    top: 32.5px;
}
}

@media (max-width: 768px) {
	.hero-section {
    margin-top: -124px;
    padding-top: 180px;
}
	.hero-title
 {
    font-size: 35px;
    line-height: 47px;
}
	.sub-title{
		font-size:20px;
		margin-bottom: 0;

	}
	.hero-section .container-fluid {
    padding: 0px 20px;
    max-width: 1400px;
    margin: 0 auto;
}
	.btn-yellow {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
	}
	.vertical-line
 {
    display: flex;
    column-gap: 10px;
    width: 100%;
    margin-top: 35px;
    margin-left: 0;
    padding-bottom: 50px;
}
	.custom-section .container-fluid {
    padding: 0px 20px;
}
	.main-heading {
    font-size: 25.11px;
    line-height: 35.1px;
	}
	.feature-list li{
		font-size: 20px;
	}
	.description-text {
    font-size: 18.11px;
    line-height: 28px;
}
	.services-title{
		font-size:35px;
		line-height: 45px;
	}
	.property-management .container-fluid{
		padding:0px 20px;
	}
	.main-title{
		font-size:35px;
		line-height: 45px;
	}
	.trust-image-box{
		min-height:250px;
	}
	.trust-content-box{
		padding: 80px 20px;
	}
	.trust-title {
    font-size: 30px;
    line-height: 45px;
	}
	    .trust-list span {
        font-size: 20px !important;
        line-height: 30px;
    }
	.trust-footer-text {
		font-size: 18px;
		line-height: 22px;
			width:100%;
}
	.testimonial-section .container-fluid{
		padding: 0px 20px;
	}
	.testimonial-title
 {
    font-size: 35px;
    line-height: 45px;
}
	.testimonial-text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 40px;
    max-width: 600px;
}
	.user-details h4 {
    font-size: 22px;
    line-height: 22px;
	}
	.user-details span{
		font-size: 16px;
		
	}
	.testimonial-img-box{
		margin-top: 35px;
	}
	.cta-title {
    font-size: 35px;
    line-height: 45px;
	}
	.cta-subtitle{
		font-size:20px;
		line-height:28px;
	}
	.btn-black {
    font-size: 18px;
    line-height: 60px;
		padding: 0px 10px;
	}
	.btn-outline-dark-custom{
		padding: 0 50px;
		    font-size: 18px;
    line-height: 58px;
	}
	.insights-section .container-fluid{
		padding: 0px 20px;
	}
	.insights-title {
    font-size: 35px;
    line-height: 45px;
    display: inline-flex;
    align-items: flex-start;
 
}
	.insights-subtitle{
		font-size: 18px;
	}
	.blog-img
 {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
	.faq-section{
		padding: 50px 20px; 
	}
	.accordion-button {
    font-weight: 500;
    font-size: 20px;
    line-height: 26.2px;
    padding: 20px 0 !important;
	}
.accordion-body {
    font-weight: 300;
    font-size: 16px !important;
    line-height: 24px;
	}
	 .awards-container {
        justify-content: center;
        gap: 20px;
    }

    .awards-container img {
        width: 45%;
		padding: 15px;
    }
	.faq-title {
    font-size: 35px;
    line-height: 45px;
}
	#gform_fields_2 input, textarea, select {
    height: 40px;
}
/* 	About Us page */
	.custom-container{
		padding: 0px 20px !important;
	}
	.contact-banner {
		min-height: 300px;
	}
	.contact-ban h1
 {
	    margin-top: 100px;
        line-height: 45px;
        font-size: 35px;
	}
	.about-life p {
		font-size: 18px;
	    line-height: 30px;
	}
	.text-gold{
		font-size:35px;
		line-height: 45px;
	}
	.team-card img {
		width: 100%;
		height: 185px;
	}
	
/* 	property management page*/
	
	.hero-outer .display-4 {
            font-size: 34px;
        line-height: 43px;
}
	.hero-inner h4 {
   font-size: 24px;
        line-height: 34px;
}
	.hero-inner p {
    font-size: 18px;
}
	.Protects h2{
    font-size: 33px;
    line-height: 43px;
	}
	.Protects p {
    font-size: 18.11px;
    line-height: 26px;
}
	.choose-title p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
	.bg-gold-box{
		padding: 30px 20px;
	}
	.choose-title h2 {
    font-size: 30px;
    line-height: 40px;
	}
	.full-service h2
 {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
	}
	.full-service p {
    font-size: 18px;
    line-height: 28px;
}
	header::before{
		background: none;
	}
	.service-card-wrapper {
    height: 380px;
    overflow: hidden;
}
	.trust-head-text {
    font-size: 18px;
    line-height: 28px;
}
	.hero-outer{
		min-height: 700px;
	}
	.question-about h2,span{
		line-height: 40px;
		font-size: 30px !important;
	}
	.question-about p {
    font-size: 18.11px;
    line-height: 28px;
}
	  .infographic-wrapper {
        max-width: 100%;
        margin-bottom: 30px;
    }
    .connector-line {
        display: none; /* Mobile par line hataden complexity kam karne ke liye */
    }
    .market-list-card {
        margin-top: 20px;
    }
	#ghlFormModal .modal-body {
        height: 500px !important;
    }
	.foot-heading h2 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
}
	.testimonial-img-box img {
    width: 100%;
    border-radius: 4px;
    object-fit: cover;
    height: 100%;
}
	.newslatter {
    padding-left: 10px !important;
}
	.brand-text-wrap h3
 {
    color: #3e4c6c;
    font-weight: 700;
    font-size: 1.3rem;
}
	.market-list-card .card-title
 {
    color: #333;
    font-family: 'Archivo', sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4;
}
	.team-box .team-desc {
    padding: 9px 0;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -62px;
}
	.team-box h5 {
    font-size: 16px;
    line-height: 27px;
    color: #191919;
    margin: 0;
}
	.team-box p
 {
    font-family: 'Archivo', sans-serif;
    font-weight: 400;
    font-size: 12px;
	}
	.awards-container {
		flex-wrap: wrap;
		}
	.house-img-wrapper img{
		height:auto;
	}
}

