@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&display=swap");

.back-to-top {
	position: fixed;
	right: 30px;
	bottom: 30px;
	transition: 0.5s;
	z-index: 99;
}

body {
	overflow-x: hidden;
}

.btn {
	font-weight: 600;
	transition: 0.5s;
}

.btn-primary {
	color: #fff;
	background-color: #0e4a73;
	border-color: #0e4a73;
	font-size: 14px;
	font-weight: 600;
	padding: 12px 25px;
	border-radius: 30px;
	width: fit-content;
}

.btn-primary:hover {
	color: #fff;
	background-color: #79b71b;
	border-color: #79b71b;
}
/* Topbar */

.topbar {
	background: #ffffff;
	border-bottom: 1px solid #dcd9d8;
	position: relative;
	z-index: 999;
	color: #000;
}

.topbar a {
	color: #000;
	font-size: 13px;
}
/* .topbar img{
    width: 100%;
    height: 100%;
    margin-right: 5px;

    
} */

.nav-bar {
	background: transparent !important;
	transition: background 0.5s;
}
/* .sticky-top {
    background: #fff !important;
} */

.navbar-light .navbar-nav .nav-link {
	margin-right: 70px;
	padding: 35px 0;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
	transition: 0.5s;
}

.sticky-top .navbar-light .navbar-nav .nav-link {
	padding: 20px 0;
	color: #364652;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: #79bb0f;
}

.navbar-light .navbar-brand img {
	max-height: 60px;
	transition: 0.5s;
}

.sticky-top .navbar-light .navbar-brand img {
	max-height: 80px;
	width: 100%;
}

.navbar-toggler:focus {
	outline: 0;
	box-shadow: none;
}.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 234px;
}

.ca
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 500;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0);
    border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #78b833;
    background-color: transparent;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 2px;
    margin: 0;
    font-size: 15px;
    color: #4d5b66;
    text-align: left;
    list-style: none;
	font-weight: 500;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 10px;
}
@media (min-width: 992px) {
	.navbar .nav-item .dropdown-menu {
        top: 100%;
        transform-origin: 0% 0%;
        border-radius: 0px;
        transition: 0.5s;
    }
}
@media (min-width: 992px) {
	/* Apply only on large screens */
	.nav-item.dropdown:hover .dropdown-menu {
		display: block;
	}
}

@media (max-width: 991px) {
	.navbar.navbar-expand-lg .navbar-toggler {
		padding: 8px 15px;
		border: 1px solid #79bb0f;
		color: #79bb0f;
	}
	.sticky-top .navbar-light .navbar-nav .nav-link {
		padding: 12px 0;
	}
	.navbar .btn-primary {
		margin-top: 20px;
	}
}

h6,
.h6 {
	font-size: 16px;
	color: #f15a29;
	font-weight: 800;
}

p {
	color: #2a353c;
	font-weight: 400;
	font-size: 14px;
}

h2,
.h2 {
	font-size: 38px;
	font-weight: 900;
	color: #203635;
}

h6 span {
	background: #d6f2fc;
	color: #f15a29;
	font-size: 13px;
	padding: 5px 14px;
	border-radius: 24px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.shadow-sm {
	box-shadow: 0 3px 6px #0000001c !important;
	background: #fff;
}

/* Hero Section */
/* Hero Section Styles */
.hero-section {
	position: relative;
	overflow: hidden;
	color: white;
}

.hero-section .swiper-slide {
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	height: 600px;
}

.hero-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

.hero-content {
	position: relative;
	z-index: 2;
	max-width: 600px;
}

.hero-content h3 {
	font-size: 48px;
	color: #fff;
	font-weight: 200;
}

.hero-content h1 {
	font-size: 58px;
	font-weight: bold;
	color: white;
}

.hero-content h1 span {
	color: #88d42e;
}

.hero-content p {
	font-size: 15px;
	color: #ddd;
}

.hero-content .btn {
	display: inline-flex;
	align-items: center;
	background: #88d42e;
	padding: 10px 20px;
	color: white;
	border-radius: 30px;
	font-weight: 400;
	text-decoration: none;
	transition: background 0.3s;
	font-size: 14px;
}
.hero-content .btn:hover {
	background: #76c123;
}

.hero-content .btn img {
	margin-left: 10px;
	width: 16px;
	height: 16px;
}

/* Responsive Styles */
@media (max-width: 1024px) {
	.hero-content h1 {
		font-size: 2.5rem;
	}
	.hero-content p {
		font-size: 0.9rem;
	}
}

@media (max-width: 768px) {
	.hero-section .swiper-slide {
		height: 80vh;
	}
	.hero-content {
		max-width: 90%;
		text-align: center;
	}
	.hero-content h1 {
		font-size: 2rem;
	}
	.hero-content p {
		font-size: 0.85rem;
	}
	.hero-content .btn {
		padding: 8px 16px;
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.hero-section .swiper-slide {
		height: 70vh;
	}
	.hero-content h1 {
		font-size: 1.8rem;
	}
	.hero-content p {
		font-size: 0.8rem;
	}
	.hero-content .btn {
		padding: 6px 12px;
		font-size: 0.8rem;
	}
}

/* Our Services */
.landscaping-section {
	padding: 30px 0;
	background: linear-gradient(
		to left,
		#79bb0f 0%,
		#79bb0f 45%,
		#fff 40%,
		#fff 100%
	);
}
.landscaping-section .col-md-5 {
	background: #fff;
}

.subtitle {
	color: #79bb0f;
	font-size: 15px;
	font-weight: 500;
}

.main-title {
	color: #2a353c;
	font-weight: 800;
	font-size: 42px;
	line-height: 1.2;
}

.service-description {
	color: #2a353c;
	font-size: 1rem;
	line-height: 1.6;
}

.explore-btn {
	background-color: #007bff;
	border-color: #007bff;
	padding: 10px 20px;
	font-weight: 500;
	border-radius: 50px;
	color: #fff;
}

.explore-btn:hover {
	background-color: #0056b3;
	border-color: #0056b3;
}

.service-container {
	position: relative;
	padding-right: 0;
}

/* Green background for the right side */
.service-container::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%; /* Covers only half of the cards */
	background-color: #79bb0f;
	z-index: -1;
}

.service-grid {
	margin: 0;
	padding: 0;
}
/* 
.service-item-wrapper {
    padding: 15px;
} */

.service-item {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	transition: transform 0.2s;
	box-shadow: 0px 3px 6px #0000001a;
}

.service-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.service-image {
	/* border-radius: 8px; */
	height: 200px;
	width: 100%;
	object-fit: cover;
}

.service-label {
	font-size: 18px;
	color: #2a353c;
	margin: 10px 0 0 0;
	text-align: justify;
	font-weight: 800;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.service-container::before {
		width: 100%;
	}
	.main-title {
		font-size: 2rem;
	}
}
.card-img,
.card-img-top {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
@media (min-width: 768px) {
	.service-item-wrapper {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
.services .card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: none;
	border-radius: 0;
	background-color: #fff;
	padding: 14px;
	text-align: left;
	transition: transform 0.2s;
	box-shadow: 0px 3px 6px #0000001a;
}
.services .card-body a {
	font-size: 14px;
}
/* About Us */

/* Custom styles */
.about-section {
	padding: 60px 0;
	background: url("../img/slider-1-3@2x.png") no-repeat center center/cover;
	color: #fff;
	position: relative;
}
.collapse .mx-auto {
	margin-right: inherit !important;
	margin-left: auto !important;
}
.about-subtitle {
	color: #79bb0f;
	font-size: 1rem;
	font-weight: 500;
	text-transform: uppercase;
}
.about-description {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.6;
}
.know-more-btn {
	background-color: #79bb0f;
	border: none;
	padding: 12px 20px;
	font-weight: 600;
	border-radius: 50px;
	color: #fff;
	transition: background-color 0.3s ease;
}

.know-more-btn:hover {
	background-color: #218838;
}

.about-grid {
	margin: 0;
	padding: 0;
}

.about-item-wrapper {
	padding: 10px;
}

.about-item {
	background-color: #fff;
	border-radius: 8px;
	padding: 16px;
	text-align: left;
	transition: transform 0.2s;
}
.about-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.article-content ol,
ul {
	padding-left: 2rem;
	font-size: 15px;
	color: #212529;
	font-weight: 400;
}
.about-item img {
	width: 42px;
	height: 41px;
	margin-bottom: 15px;
}
.article-content h3 {
	font-size: 17px;
	font-weight: 700;
}
.about-item-title {
	font-size: 20px;
	font-weight: 600;
	color: #333;
	margin-bottom: 10px;
}

.about-item-text {
	font-size: 14px;
	color: #6c757d;
	margin: 0;
	font-weight: 500;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.main-title {
		font-size: 2rem;
	}
	.about-item-wrapper {
		margin-bottom: 20px;
	}
}

@media (min-width: 768px) {
	.about-item-wrapper {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
}

/* Content section */
.content-section {
	padding: 50px 0;
}
.section-title {
	font-size: 2rem;
	font-weight: bold;
	color: #212529;
}
.feature-box {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	flex-direction: column;
}
.feature-box img {
	width: 60px;
	height: 55px;
}

.feature-text {
	font-size: 20px;
	font-weight: 600;
	color: #212529;
}

.image-section img {
	width: 100%;
	border-radius: 10px;
}
.image-grid {
	position: relative;
}
.image-grid img {
	border-radius: 15px;
	position: absolute;
}
.image-top {
	width: 200px;
	top: -40px;
	right: -20px;
	border-radius: 20px;
}
.image-bottom {
	width: 250px;
	right: 10px;
	bottom: -40px;
}

/* Call to Action */
.call-of-action {
	position: relative;
	background: url("../img/group3@2x.png") no-repeat center center/cover;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: white;
	padding: 20px;
}

.action-content {
	position: relative;
	z-index: 2;
	max-width: 90%;
}

.call-of-action h1 {
	font-size: 42px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 10px;
}

.call-of-action p {
	font-size: 1rem;
	margin-bottom: 15px;
	color: #fff;
}

.know-more-btn {
	background-color: #79bb0f;
	color: white;
	padding: 12px 24px;
	border-radius: 25px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 1rem;
	transition: background 0.3s;
	font-weight: bold;
}

.know-more-btn img {
	width: 16px;
	height: 16px;
}

.know-more-btn:hover {
	background-color: #4cae4c;
}

/* Responsive */
@media (max-width: 992px) {
	.call-of-action {
		height: 250px;
	}

	.call-of-action h1 {
		font-size: 36px;
	}

	.call-of-action p {
		font-size: 0.95rem;
	}

	.know-more-btn {
		padding: 10px 20px;
		font-size: 0.95rem;
	}
}

@media (max-width: 768px) {
	.call-of-action {
		height: auto;
		padding: 40px 20px;
	}

	.call-of-action h1 {
		font-size: 30px;
	}

	.call-of-action p {
		font-size: 0.9rem;
	}

	.know-more-btn {
		padding: 8px 16px;
		font-size: 0.9rem;
	}
}

@media (max-width: 480px) {
	.call-of-action h1 {
		font-size: 24px;
	}

	.call-of-action p {
		font-size: 0.85rem;
	}

	.know-more-btn {
		padding: 8px 14px;
		font-size: 0.85rem;
	}

	.know-more-btn img {
		width: 14px;
		height: 14px;
	}

	.desktop-break {
		display: none;
	}
}

/* Gallery Styles */
.gallery-container {
	padding: 25px 0;
}
.gallery-header {
	color: #4caf50;
	font-weight: 600;
	font-size: 16px;
}
.gallery-title {
	font-size: 32px;
	font-weight: bold;
	color: #222;
}
.gallery-text {
	color: #666;
	font-size: 14px;
}
.custom-slider {
	position: relative;
	padding: 20px;
}
.custom-slide {
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.custom-slide img {
	width: 100%;
	height: 330px;
	object-fit: cover;
	transition: transform 0.3s;
}
.custom-slide:hover img {
	transform: scale(1.05);
}
.custom-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/* background: rgba(0, 0, 0, 0.6); */
	color: white;
	padding: 15px;
	font-size: 16px;
}
.custom-overlay h4 {
	font-size: 18px;
	margin: 0;
	color: white;
}
.custom-overlay p {
	font-size: 14px;
	margin: 5px 0 0;
	color: white;
}
/* Navigation Buttons */
.custom-nav-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 15px;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.3s, transform 0.3s;
	z-index: 10;
}
.custom-nav-btn:hover {
	background: #4caf50;
	color: white;
	transform: scale(1.1);
}
.custom-prev {
	left: 1px;
	position: absolute;
	top: 50%;
	color: #000;
}
.custom-next {
	right: 1px;
	position: absolute;
	top: 50%;
	color: #000;
}
@media (max-width: 768px) {
	.custom-prev {
		left: 5px;
	}
	.custom-next {
		right: 5px;
	}
}

/* News Section */

.main-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}

.section-title {
	text-align: center;
	font-size: 2.5rem;
	font-weight: bold;
}

.article-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.article-item {
	flex: 1 1 calc(33.333% - 20px);
	min-width: 300px;
}

.article-box {
	border: none;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.article-image {
	width: 100%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.article-content {
	padding: 15px;
}

.article-heading {
	font-size: 1.25rem;
	font-weight: bold;
}

.article-description {
	color: #6c757d;
}

.author-info {
	color: #6c757d;
}

.category-tag {
	margin-left: 10px;
	padding: 2px 8px;
	border-radius: 3px;
}

.action-button {
	display: inline-block;
	background-color: #0066cc;
	color: #fff;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 5px;
}

.action-button:hover {
	background-color: #004d99;
}

/* Responsive adjustments */
@media (max-width: 767px) {
	.article-item {
		flex: 1 1 100%;
	}
}

/* Footer */

.footer {
	background: #2c3332;
	color: white;
	padding: 40px 0 10px;
}
.footer h5 {
	color: white;
	text-decoration: none;
	margin-bottom: 15px;
}
.footer a {
	color: white;
	text-decoration: none;
}
/* .footer a:hover {
    text-decoration: underline;
} */
.footer p {
	color: white;
	text-decoration: none;
}
.social-icons a {
	color: white;
	margin-right: 10px;
	font-size: 18px;
}
.footer hr {
	border-color: rgba(255, 255, 255, 0.2);
}
.footer ul li a {
	line-height: 2;
	font-size: 14px;
	color: #fff;
	opacity: 90%;
}

.contact-item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 15px;
	gap: 10px;
}
.contact-item i {
	font-size: 16px;
	color: #79bb0f;
	/* width: 30px; */
	text-align: center;
}
.contact-item p,
.contact-item a {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
}
.contact-item a {
	text-decoration: none;
	font-weight: 500;
}
.contact-item a:hover {
	color: #0056b3;
	text-decoration: underline;
}

/* news section */

.news-section {
	padding: 25px 0;
}
.news-title {
	text-align: center;
	margin-bottom: 30px;
}
.news-title h2 {
	font-weight: bold;
}
.news-title p {
	color: green;
	font-weight: bold;
}
.article-card {
	border: none;
}
/* .article-img img{
    width: 533px;
    height: 353px;
} */

.text-primary {
	color: #79bb0f !important;
}
.card-body h5 {
	font-size: 22px;
	font-weight: 600;
}
.article-card h5 {
	font-size: 22px;
	font-weight: 600;
}
.page-header {
	background: url(../img/img.png) center center no-repeat;
	background-size: cover;
}
/* Our Mission  */
.info-box {
	border: 1px solid #70707026;
	border-radius: 5px;
	padding: 39px;
	text-align: center;
	transition: 0.3s;
}
.info-box:hover {
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.info-box img {
	font-size: 40px;
	color: #79bb0f; /* Green Color */
	margin-bottom: 15px;
}
.info-box h5 {
	font-weight: 600;
	margin-bottom: 10px;
}
hr:not([size]) {
	height: 0px;
	border: 1px dotted #e5eeeb;
}
.service-list {
	background: #f8f9fa;
	padding: 20px;
	border-radius: 10px;
}
.btn-light {
	color: #000;
	background-color: #ffffff;
	border-color: #ffffff;
}
.service-list .btn {
	width: 100%;
	margin-bottom: 18px;
	text-align: left;
	font-family: "Plus Jakarta Sans";
	font-size: 17px;
	padding: 12px;
	border-radius: 10px;
	text-align: center;
}
h4,
.h4 {
	font-size: 26px;
	font-weight: 700;
}
.contact-box {
	background: #000;
	color: #fff;
	padding: 3px;
	text-align: center;
	border-radius: 10px;
}
.contact-box .btn {
	background: #79bb0f;
	color: #fff;
	width: 100%;
	padding: 9px;
	font-size: 18px;
	font-weight: 500;
}
.feature-box {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	text-align: left;
	border: 1px solid #70707023;
}

.contact-box h6 {
	color: #ffffff;
	font-size: 23px;
	font-weight: 700;
}
/* blogs */
.blog-card {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	transition: 0.3s;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	position: relative;
}
.blog-card:hover {
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.15);
}
.blog-card img {
	width: 100%;
	/* height: 200px; */
	object-fit: cover;
}
.blog-content {
	padding: 15px;
}
.blog-meta {
	font-size: 14px;
	color: #6c757d;
	margin-bottom: 8px;
}
.blog-meta i {
	margin-right: 5px;
	color: #79bb0f;
}
.read-more {
	font-size: 14px;
	color: #79bb0f;
	font-weight: 500;
	text-decoration: none;
}
.read-more:hover {
	text-decoration: underline;
}
/* Date as Button */
.blog-date {
	position: absolute;
	top: 243px;
	left: 244px;
	background: #0e4a73;
	color: white;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 12px;
	border-radius: 5px;
}
.blog-card h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 7px 0 23px;
}
.news-details {
	margin-top: -48px;
}
.read-more img {
	width: auto;
	height: auto;
}
.contact-section {
	padding: 50px 0;
}
.contact-info {
	border-radius: 8px;
}
.contact-info h2 {
	color: #333;
	font-weight: bold;
}
.contact-info p {
	color: #666;
}
.contact-info .icon {
	font-size: 20px;
	margin-right: 10px;
}
.contact-form {
	background: #ffffff;
	padding: 30px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-form h3 {
	margin-bottom: 20px;
	color: #333;
}
.map-container {
	margin-top: 30px;
}
.contact-info li {
	font-size: 1rem;
	color: #555;
}

.icon-circle {
	width: 40px;
	height: 40px;
	/* background-color: #e9f7e9; */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #28a745;
}

.card {
	border: none;
	border-radius: 10px;
}

.form-control {
	border-radius: 0px;
	border: 1px solid #f5f5f5;
	padding: 16px;
	background: #f5f5f5;
	font-size: 14px;
}

.form-control::placeholder {
	color: #aaa;
}

label {
	display: inline-block;
	color: #2a353c;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 12px;
}
.contact-section h4 {
	font-size: 20px;
	font-weight: 700;
}
.map-placeholder img {
	width: 100%;
	border-radius: 10px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.contact-info li {
		font-size: 0.9rem;
	}

	.icon-circle {
		width: 35px;
		height: 35px;
	}
}
