/** @format */

body {
	font-family: "Inter" !important;
	background-color: #0d1f0d; /* dark green */
	color: #fff;
	margin: 0;
	padding: 0;
}
header {
	background: #0b150b;

	border-bottom: 1px solid #1e3b1e;
	border-bottom: 0px !important;
}

/* Navbar */
.navbar {
	background-color: #0b150b;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-brand,
.navbar-nav > li > a {
	color: white !important;
	font-weight: bold;
}
.navbar-nav > li:hover > .dropdown-menu {
	display: block;
}
.dropdown-menu {
	background: #1b1b1b;
	border: none;
}
.dropdown-menu > li > a {
	color: white;
}
.dropdown-menu > li > a:hover {
	background: #00c853;
}
/* Hide dropdowns by default */
#menu-new-header-menu2 > li > .dropdown-menu {
	display: none;
	background: #0b150b;
	padding-left: 15px;
	border-radius: 5px;
}

/* Show dropdown on hover (desktop) */
#menu-new-header-menu2 > li:hover > .dropdown-menu {
	display: block;
}

/* Dropdown items */
#menu-new-header-menu2 .dropdown-menu li a {
	color: white !important;
	font-weight: normal;
	padding: 8px 0;
	display: block;
}

#menu-new-header-menu2 .dropdown-menu li a:hover {
	background: #00c853;
	border-radius: 5px;
}

/*mobile menu*/
.header-container2 {
	display: flex;
	justify-content: space-between; /* Distribute space between logo and menu icon */
	align-items: center;
	width: 100%;
	padding: 10px 20px;
	border-bottom: 0px !important;
}

.logo2 {
	height: 50px;
}

.menu-icon2 {
	cursor: pointer;
}

.icon-bar {
	display: block;
	width: 25px;
	height: 3px;
	margin: 4px 0;
	background-color: white;
}

.menu-overlay2 {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	transform: translateX(-100%);
	transition: transform 0.3s ease;
	z-index: 1000; /* Ensure overlay is on top of other elements */
}

.menu-container2 {
	position: fixed !important;
	width: 200px;
	background-color: #0b150b;
	height: 100%;
	padding: 20px;
	border-bottom: 0px !important;
	z-index: 1001; /* Ensure menu container is on top of the overlay */
}

.menu-header2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 0px !important;
}

.menu2 {
	list-style-type: none;
	padding-top: 30px;
	border-top: 0px !important;
}

.menu2 > li {
	padding: 10px 0;
}

.menu2 a {
	color: #fff; /* Set link color */
	text-decoration: none;
	text-align: left;
}

.menu2 a:hover,
.menu2 a:active {
	background-color: #0b150b;

	padding: 10px;
	border-radius: 10px;
}

.close-menu2 {
	font-size: 30px;
	background: none;
	color: #fff !important;
	border: none;
	cursor: pointer;
}
.hero {
	padding: 60px 0;
	background: #123312; /* darker green background */
	position: relative;
	overflow: hidden;
	color: #fff;
}

.hero h1 {
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.hero p {
	font-size: 16px;
	margin-bottom: 30px;
	color: #fff;
}

/* Star field layers */
.stars,
.shooting-stars {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 400px;

	pointer-events: none;
	z-index: 0;
}

/* tiny stars background */
.stars {
	background: transparent url("https://www.transparenttextures.com/patterns/stardust.png") repeat;
	animation: twinkle 200s linear infinite;
}

@keyframes twinkle {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -10000px 5000px;
	}
}

/* shooting stars */
.shooting-stars::before,
.shooting-stars::after {
	content: "";
	position: absolute;
	top: -10%;
	left: 50%;
	width: 2px;
	height: 80px;
	background: linear-gradient(-45deg, white, transparent);
	opacity: 0;
	transform: rotate(45deg);
	animation: shooting 5s linear infinite;
}

.shooting-stars::after {
	top: -20%;
	left: 80%;
	animation-delay: 2.5s;
}

@keyframes shooting {
	0% {
		opacity: 0;
		transform: translateX(0) translateY(0) rotate(45deg);
	}
	10% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translateX(-1000px) translateY(600px) rotate(45deg);
	}
}

/* make sure hero content is above stars */
.hero .container {
	position: relative;
	z-index: 2;
}

.btn-green {
	background: #4caf50;
	color: #fff;
	border: none;
	padding: 12px 20px;
	font-size: 16px;
	border-radius: 4px;
	display: inline-block;
	margin-bottom: 15px;
	width: 100%;
	max-width: 280px;
	text-align: center;
}
.btn-green:hover {
	background: #43a047;
	color: #fff;
}
.btn-dark {
	background: #2c2c2c;
	color: #fff;
	border: none;
	padding: 12px 20px;
	font-size: 16px;
	border-radius: 4px;
	display: inline-block;
	width: 100%;
	max-width: 280px;
	text-align: center;
}
.btn-dark:hover {
	background: #1c1c1c !important;
}
.hero img {
	max-width: 100%;
}
.bg-image {
	position: relative;
	background-image: url("/img/aimap.png");
	background-size: cover;
	background-position: left;
	padding: 50px;

	overflow: hidden;
}

.chat-bubble {
	position: relative;
	z-index: 1;
	background: #fff;
	border-radius: 20px;
	padding: 10px;
	max-width: 600px;
	margin: auto;
	word-break: none !important;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* optional "tail" for the bubble */
.chat-bubble::after {
	content: "";
	position: absolute;
	bottom: -18px;
	left: 40px;
	border-width: 20px 20px 0;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
/**About Section**/
.about-section {
	padding: 80px 0;
	background: #0d1f0d;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.about-card {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 12px;
	padding: 30px;
	box-shadow: 0 0 25px rgba(76, 175, 80, 0.3);
	position: relative;
	z-index: 2;
}

.about-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(135deg, rgba(76, 175, 80, 0.15), rgba(0, 0, 0, 0.6));
	border-radius: 12px;
	z-index: -1;
}

.about-title {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
	color: #4caf50;
}

.about-text {
	font-size: 16px;
	line-height: 1.7;
}

.highlight {
	color: #4caf50;
	font-weight: bold;
}

.about-list {
	margin-top: 20px;
	list-style: none;
	padding: 0;
}
.about-list li {
	margin: 10px 0;
	font-size: 15px;
}
.about-list i {
	color: #4caf50;
	margin-right: 10px;
}

/* Futuristic Holo Animation */
.holo-box {
	position: relative;
	height: 300px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.holo-box .circle {
	position: absolute;
	border: 2px solid rgba(76, 175, 80, 0.6);
	border-radius: 50%;
	animation: ripple 6s infinite;
}
.holo-box .circle:nth-child(1) {
	width: 100px;
	height: 100px;
	animation-delay: 0s;
}
.holo-box .circle:nth-child(2) {
	width: 160px;
	height: 160px;
	animation-delay: 2s;
}
.holo-box .circle:nth-child(3) {
	width: 220px;
	height: 220px;
	animation-delay: 4s;
}

@keyframes ripple {
	0% {
		transform: scale(0.8);
		opacity: 1;
	}
	100% {
		transform: scale(1.5);
		opacity: 0;
	}
}

.holo-text {
	position: relative;
	color: #4caf50;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 0 0 10px #4caf50, 0 0 20px #4caf50;
	animation: glow 2s infinite alternate;
}

@keyframes glow {
	from {
		text-shadow: 0 0 10px #4caf50;
	}
	to {
		text-shadow: 0 0 25px #4caf50, 0 0 50px #4caf50;
	}
}

/* Responsive */
@media (max-width: 768px) {
	.about-section {
		text-align: center;
	}
	.holo-box {
		margin-top: 30px;
	}
}
/**Listings**/
.listing-card {
	background: #dddddd;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.listing-card img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.listing-info {
	padding: 15px;
	text-align: left;
}

.listing-info h4 {
	color: #4caf50;
	font-weight: bold;
	margin-bottom: 5px;
}

.listing-info p {
	margin: 0 0 15px;
	color: #555;
}

.btn-view {
	display: inline-block;
	padding: 8px 15px;
	background: #4caf50;
	color: #fff;
	border-radius: 6px;
	text-decoration: none;
	transition: background 0.3s ease;
}

.btn-view:hover {
	background: #009e42;
}

.listing-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}
.ai-loader {
	display: flex;
	align-items: center;
	gap: 4px;
}

.ai-loader span {
	width: 6px;
	height: 6px;
	background: #00c853; /* your green theme */
	border-radius: 50%;
	animation: pulse 1.2s infinite ease-in-out;
}

.ai-loader span:nth-child(1) {
	animation-delay: 0s;
}
.ai-loader span:nth-child(2) {
	animation-delay: 0.2s;
}
.ai-loader span:nth-child(3) {
	animation-delay: 0.4s;
}
.ai-loader span:nth-child(4) {
	animation-delay: 0.6s;
}

@keyframes pulse {
	0%,
	80%,
	100% {
		transform: scale(0.6);
		opacity: 0.5;
	}
	40% {
		transform: scale(1.4);
		opacity: 1;
	}
}
.how-it-works {
	background: #f8f9f9;
	color: #4caf50;
	padding: 80px 20px;
	text-align: center;
	font-family: Arial, sans-serif;
	overflow: hidden;
}

.how-it-works h2 {
	font-size: 32px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #0b150b;
}

.how-it-works .intro {
	max-width: 600px;
	margin: 0 auto 50px;
	font-size: 16px;
	color: #555;
}

.steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	max-width: 1100px;
	margin: auto;
}

.step {
	background: #fff;
	padding: 30px 20px;
	border-radius: 16px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.6s ease;
	opacity: 0; /* start hidden */
	transform: translateY(40px);
}

.step.show {
	opacity: 1;
	transform: translateY(0);
}

.step:hover {
	transform: translateY(-10px) scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.icon {
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	background: #00c853;
	color: #fff;
	font-size: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: pulse 2s infinite;
}

.step:hover .icon {
	animation: bounce 0.6s;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.6);
	}
	70% {
		box-shadow: 0 0 0 15px rgba(0, 200, 83, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(0, 200, 83, 0);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(-8px);
	}
	50% {
		transform: translateY(0);
	}
	70% {
		transform: translateY(-4px);
	}
	100% {
		transform: translateY(0);
	}
}

/* Responsive */
@media (max-width: 900px) {
	.steps {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
/* General Section */
.slider-section {
	padding: 80px 0;
	text-align: center;
}

/* Receipt Card */
.receipt-card {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	max-width: 400px;
	min-height: 300px;
	margin: 0 auto;
	overflow: hidden;
	transition: transform 0.3s ease-in-out;
}

.receipt-card:hover {
	transform: translateY(-5px);
}

/* Header */
.receipt-header {
	background: linear-gradient(135deg, #4285f4, #6aa9f7);
	color: #fff;
	padding: 15px;
	text-align: left;
	position: relative;
}

.receipt-header h4 {
	margin: 0;
	font-size: 20px;
	font-weight: bold;
}

.receipt-header small {
	opacity: 0.9;
	font-size: 12px;
}

.receipt-header .arrow {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	opacity: 0.9;
}

/* Body Items */
.receipt-body {
	padding: 20px;
}

.receipt-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.receipt-item:last-child {
	margin-bottom: 0;
}

.receipt-item .left {
	display: flex;
	align-items: center;
}

.receipt-item .check {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #34c759;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
}

.receipt-item .text {
	background: #f1f3f6;
	border-radius: 20px;
	padding: 5px 15px;
	font-size: 14px;
	color: #333;
}

.receipt-item .date {
	font-size: 12px;
	color: #666;
	background: #f8f9fb;
	padding: 4px 10px;
	border-radius: 6px;
}

/* Carousel Indicators */
.carousel-indicators li {
	background: #aaa;
	border-radius: 50%;
	width: 10px;
	height: 10px;
}

.carousel-indicators .active {
	background: #4caf50;
}
/*Agents*/
.agents-section {
	background: #f8f9f9;
	padding: 80px 0;
}

.section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.section-header h2 {
	font-size: 32px;
	color: #0d1f0d;
	font-weight: bold;
}

.view-more {
	background: #4caf50;
	color: #fff;
	padding: 8px 18px;
	border-radius: 6px;
	text-decoration: none;
	font-size: 14px;
	transition: 0.3s;
}

.view-more:hover {
	background: #43a047;
}

.agent-card {
	background: #fff;
	border-radius: 14px;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s, box-shadow 0.3s;
}

.agent-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.agent-img img {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 4px solid #4caf50;
	object-fit: cover;
	margin-bottom: 15px;
}

.agent-card h3 {
	font-size: 20px;
	font-weight: bold;
	color: #0d1f0d;
}

.agent-card p {
	color: #4caf50;
	font-size: 14px;
	margin-bottom: 12px;
}

.rating {
	color: gold;
	font-size: 16px;
	margin-bottom: 8px;
}

.verified {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: bold;
}

.verified-true {
	background: #e8f5e9;
	color: #4caf50;
}

.verified-false {
	background: #ffebee;
	color: #e53935;
}

/* Responsive */
@media (max-width: 768px) {
	.agent-card {
		margin-bottom: 40px;
	}
}
/*testimonial*/
.testimonials-section {
	background: #0d1f0d;
	padding: 80px 0;
	text-align: center;
}

.section-header h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 50px;
	font-weight: bold;
}

.testimonial-card {
	background: #111f11;
	border-radius: 14px;
	padding: 25px;
	margin-bottom: 30px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
	transition: 0.3s;
}

.testimonial-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 0 20px #4caf50;
}

.client-img img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 3px solid #4caf50;
	object-fit: cover;
	margin-bottom: 15px;
}

.testimonial {
	color: #ddd;
	font-size: 15px;
	font-style: italic;
	margin-bottom: 15px;
}

.testimonial-card h4 {
	color: #fff;
	font-size: 18px;
	margin: 5px 0 3px;
}

.testimonial-card span {
	color: #4caf50;
	font-size: 14px;
}

/* Responsive */
@media (max-width: 768px) {
	.testimonial-card {
		margin-bottom: 40px;
	}
}

/*footer*/
.footer {
	background: linear-gradient(135deg, #0b150b, #1c2e1c);
	color: #fff;
	padding: 50px 20px 20px;
	font-family: Arial, sans-serif;
}

.footer-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	max-width: 1200px;
	margin: auto;
}

.footer-col h4 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #00c853;
}

.footer-col ul {
	list-style: none;
	padding: 0;
}

.footer-col ul li {
	margin-bottom: 10px;
}

.footer-col ul li a {
	color: #bbb;
	text-decoration: none;
	transition: color 0.3s;
}

.footer-col ul li a:hover {
	color: #00c853;
}

.footer-bottom {
	text-align: center;
	margin-top: 40px;
}

.social-icons a {
	display: inline-block;
	margin: 0 8px;
	color: #bbb;
	font-size: 18px;
	transition: color 0.3s;
}

.social-icons a:hover {
	color: #00c853;
}

.footer-bottom p {
	margin-top: 15px;
	font-size: 14px;
	color: #888;
}
