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

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font-weight: 300;
	line-height: 1.4;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: "";
	content: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

input,
textarea,
select {
	margin: 0;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

textarea {
	overflow: auto;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}

mark {
	background: none;
	color: inherit;
}

strong {
	font-weight: bold;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

html,
body {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
	width: 100%;
	min-height: 100%;
	color: #000000;
	background-color: #ffffff;
}

@font-face {
	font-family: 'Authentic';
	font-style: normal;
	font-weight: 400;
	src: local('Authentic'), url('Authentic.woff') format('woff');
}

h2.amenities-title {
	font-family: 'Dancing Script', 'Authentic', cursive !important;
	font-size: 190px;
	font-weight: 400;
	color: #FFD700;
	/* Bright yellow */
	text-transform: none;
	letter-spacing: 1px;
	line-height: 1.1;
	margin: 0;
}

.floor-font {
	font-family: 'Dancing Script', 'Authentic', cursive;
}

body {
	overflow-x: hidden;
}

a,
button,
input {
	outline: none;
}

a,
a:hover {
	text-decoration: none;
}

p,
li {
	margin-bottom: 0;
}

button {
	border: 0;
	background-color: transparent;
}

*:focus {
	outline: none;
}

.content-wrapper {
	width: 100%;
	max-width: 1440px;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: auto;
	margin-right: auto;
}

.desk-visible {
	display: block;
}

.only-mobile {
	display: none;
}

.hide-mobile-tablet {
	display: block;
}

.only-mobile-tablet {
	display: none;
}

@media (max-width: 1023px) {
	.content-wrapper {
		padding-left: 32px;
		padding-right: 32px;
	}

	.hide-mobile-tablet {
		display: none;
	}

	.only-mobile-tablet {
		display: block;
	}
}

@media (max-width: 767px) {
	.content-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.desk-visible {
		display: none;
	}

	.only-mobile {
		display: block;
	}
}

.vl-header {
	background-color: transparent;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}

.vl-header-outer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	position: relative;
}

.vl-header-inner {
	display: flex;
	align-items: center;
	gap: 20px;
}

.vl-header-brand {
	width: 200px;
	height: auto;
	display: inline-block;
}

.vl-header-brand img {
	width: 100%;
	height: 100%;
}

.vl-header .cntct {
	font-size: 22px;
	line-height: 32px;
	font-weight: 500;
	color: #ffffff;

	a {
		font-weight: 700;
		color: #ffffff;
	}
}

.vl-header .qr {
	width: 300px;
	height: auto;
	display: inline-block;
}

.vl-header .qr img {
	width: 100%;
	height: 100%;
}

.vl-hero {
	width: 100%;
	height: 700px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.vl-hero::after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	left: 0;
	top: 0;
	background: linear-gradient(181.6deg,
			rgba(0, 50, 23, 0) 36.13%,
			#002614 89.92%);
}

.vl-hero .btn {
	position: absolute;
	right: 0;
	top: 50%;
	/* transform: translate(-50%, -50%); */
	font-size: 34px;
	line-height: 43px;
	color: #087c3d;
	font-weight: 700;
	background-color: #f7df1c;
	padding: 18px 29px 8px;
	border-top-left-radius: 32px;
	border-top-right-radius: 32px;
	transform: rotate(-90deg) translate(10px, 140%);
	z-index: 10;
	cursor: pointer;
}

@media (max-width: 767px) {
	.vl-header-inner {
		display: none;
	}

	.vl-hero {
		height: 715px;
	}
}

.vl-module {
	width: 100%;
	height: 550px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.vl-module .img {
	width: 500px;
	height: auto;
	position: absolute;
	left: -5%;
	bottom: 0;
	z-index: 10;

	img {
		width: 100%;
		height: 100%;
	}
}

.vl-module .cntrn {
	position: relative;
}

.vl-module .outer {
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-direction: column;
	width: 50%;
	margin-left: auto;
	height: 550px;
	padding: 40px 0 10%;
}

.vl-module .head {
	font-weight: 300;
	font-size: 32px;
	line-height: 48px;
	color: #ffffff;
	padding-bottom: 20px;
}

.vl-module .head span {
	font-weight: 600;
}

@media (max-width: 767px) {
	.vl-module .img {
		top: -22%;
		bottom: unset;
	}

	.vl-module .img {
		width: 70%;
	}

	.vl-module .outer {
		width: 100%;
		margin: 0;
	}

	h2.amenities-title {
		font-family: 'Dancing Script', 'Authentic', cursive !important;
		font-size: 60px !important;
		font-weight: 400;
		color: #FFD700;
		text-transform: none;
		letter-spacing: 1px;
		line-height: 1.1;
		margin: 0;
	}

	.amenity-text {
		color: #ffffff;
		font-size: 16px !important;
		font-weight: 300;
		line-height: 100%;
	}

	.pannika-title-highlight {
		color: #f4d03f;
		font-weight: 600;
		font-size: 27px;
		font-family: inter;
	}
}

.location-section {
	padding: 0px 0px 60px 0px;
	background-color: #fff;
	text-align: center;
}

.location-title {
	font-size: 32px;
	font-weight: 600;
	color: #075c2e;
	/* Dark green like your design */
	margin-bottom: 30px;
}

.map-wrapper {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	border: 3px solid #02944e;
	/* Bright green border */
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.map-wrapper iframe {
	width: 100%;
	height: 400px;
	display: block;
	border: none;
}

/* Overlay Background */
.contact-popup-overlay {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
}

/* Popup Content Box */
.contact-popup-content {
	background: linear-gradient(to bottom right, #004d2d, #0d6644);
	padding: 30px 40px;
	border-radius: 10px;
	width: 90%;
	max-width: 400px;
	color: #fff;
	position: relative;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

/* Close Button */
.close-popup {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

/* Form Styles */
.popup-form input,
.popup-form textarea {
	width: 100%;
	padding: 10px 12px;
	margin: 10px 0;
	border: 1px solid #ccc;
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.popup-form button {
	background: #f8e900;
	border: none;
	width: 100%;
	padding: 12px;
	border-radius: 6px;
	font-weight: bold;
	cursor: pointer;
	color: #000;
	margin-top: 10px;
}

.popup-form button:hover {
	background: #e6d800;
}

/* Default styles (desktop & large screens > 1024px) */
.sy_right_section {
	text-align: end;
	position: relative;
	right: -24%;
}

.arts_image {
	position: relative;
	left: -37%;
}

.arts_image img {
	position: relative;
	width: 200% !important;
}

/* Responsive reset for 1024px and below */
@media screen and (max-width: 1024px) {
	.sy_right_section {
		right: 0;
		text-align: center;
	}

	.arts_image {
		left: 0;
	}

	.arts_image img {
		width: 100% !important;
	}
}

@media screen and (max-width: 767px) {
	.sy_right_section {
		right: 0;
		text-align: center;
	}

	.arts_image {
		left: 0;
	}

	.arts_image img {
		width: 100% !important;
	}

	.sy_leaf:nth-child(3) {
		top: 44%;
		animation-delay: 3s;
		right: 0 !important;
	}
}

/*cgi css */


.amenities-content-wrapper {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	min-height: 100vh;
	padding: 40px;
	gap: 60px;
}

.left-column {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: end;
}

.amenities-title {
	font-family: 'Authentic' !important;
	font-size: 90px;
	font-weight: 300;
	color: #ffd700;
	/* font-family: 'a', cursive; */
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
	transform: rotate(-5deg);
	font-style: italic;
}

.right-column {
	position: relative;
	right: -3%;
}

.right-column {
	flex: 1;
	display: flex;
	justify-content: end !important;
	align-items: center;
}

.amenities-container {
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(20px);
	border-radius: 20px;
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
	max-width: 100%;
	width: 100%;
}

.amenities-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}

.amenity-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 20px;
	border-radius: 15px;

	transition: all 0.3s ease;
	cursor: pointer;
}

.amenity-item:hover {
	transform: translateY(-5px);

}

.amenity-icon {

	margin-bottom: 15px;
	fill: #ffd700;

}

.amenity-text {
	color: #ffffff;
	font-size: 25px;
	font-weight: 300;
	line-height: 100%;
	opacity: 0.9;
}

@media (max-width: 768px) {
	.amenities-content-wrapper {
		flex-direction: column;
		padding: 20px;
		gap: 30px;
	}

	.amenities-title {
		font-size: 2.5rem;
	}

	.amenities-container {
		padding: 20px;
	}

	.amenities-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.amenity-item {
		padding: 15px;
	}
}

@media (max-width: 767px) {
	.right-column {
		position: relative;
		right: 0;
	}

	div#pannikaThumbnailSlider {
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
		gap: 20px;
		justify-content: center;
		align-items: stretch;
		padding: 10px;
	}
}

/* slider Section css end */


.floor-plans-section {
	padding: 60px 20px;

}

.section-title {
	text-align: center;
	margin-bottom: 50px;
}

.section-title h2 {
	font-size: 2.5rem;
	color: #2c5530;
	font-weight: 300;
	font-style: italic;
	margin-bottom: 10px;
}

.section-title .title-highlight {
	color: #4a8c57;
	font-weight: 600;
}


.floor-plan-slide {
	outline: none;
	padding: 20px;
}

.floor-plan-image {
	width: 100%;
	border-radius: 15px;
	object-fit: cover;

	transition: transform 0.3s ease;
}

.floor-plan-image:hover {
	transform: scale(1.02);
}

.floor-plan-info {
	text-align: center;
	margin-top: 20px;
}

.floor-plan-info h3 {
	font-size: 1.5rem;
	color: #2c5530;
	margin-bottom: 10px;
}

.floor-plan-info p {
	color: #666;
	font-size: 1rem;
	line-height: 1.6;
}

/* Slick Slider Custom Styles */
.slick-dots {
	bottom: -50px;
}

.slick-dots li button:before {
	color: #4a8c57;
	font-size: 12px;
}

.slick-dots li.slick-active button:before {
	color: #2c5530;
}

.slick-prev,
.slick-next {
	z-index: 1;
	width: 50px;
	height: 50px;
}

.slick-prev {
	left: -25px;
}

.slick-next {
	right: -25px;
}

.slick-prev:before,
.slick-next:before {
	font-size: 24px;
	color: #4a8c57;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #2c5530;
}


/* Responsive Design */
@media (max-width: 768px) {
	.floor-plans-section {
		padding: 40px 15px;
	}

	.section-title h2 {
		font-size: 2rem;
	}

	.floor-plans-slider {
		padding: 20px;
		border-radius: 15px;
	}

	.floor-plan-slide {
		padding: 10px;
	}

	.floor-plan-image {
		height: 300px;
	}

	.floor-plan-info h3 {
		font-size: 1.3rem;
	}

	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}

	.slick-prev {
		left: -20px;
	}

	.slick-next {
		right: -20px;
	}
}

@media (max-width: 480px) {
	.section-title h2 {
		font-size: 1.8rem;
	}

	.floor-plans-slider {
		padding: 15px;
		margin: 0 10px;
	}

	.floor-plan-image {
		height: 250px;
	}

	.slick-prev,
	.slick-next {
		display: none !important;
	}
}

/* Loading Animation */
.loading-spinner {
	text-align: center;
	padding: 40px;
	color: #4a8c57;
}

.spinner {
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 4px solid #004D23;
	border-top: 4px solid #004D23;
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.loading-spinner p {
	margin-top: 20px;
}

/* === SYMD Gallery Slider === */
/* === SYMD Gallery Slider === */

.symd-gallery-section {
	padding: 40px 0px 0px 0px;
	text-align: center;
}

.symd-gallery-section h2 {
	color: #006400;
	margin-bottom: 40px;
	font-size: 64px;
}

.symd-swiper {
	width: 100%;
	padding-bottom: 50px;
}


.swiper-slide {
	flex-shrink: 0;
	width: auto !important;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.symd-swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 20px;
}

/* Responsive breakpoints */
@media (max-width: 768px) {
	.symd-swiper-slide {
		width: 80%;
		/* Bigger slides on mobile */
	}
}

@media (max-width: 480px) {
	.symd-swiper-slide {
		width: 90%;
		/* Only 1 slide shows fully, less peeking */
	}

	.symd-gallery-section h2 {
		color: #006400;
		/* margin-bottom: 40px; */
		font-size: 43px;
	}
}

/* General style for bullets */
.swiper-pagination-bullet {
	background-color: #aaa;
	/* Default color */
	width: 10px;
	height: 10px;
	margin: 0 4px;
	opacity: 1;
	transition: all 0.3s ease;
	transform: scale(1);
}

/* Active bullet */
.swiper-pagination-bullet-active {
	background-color: #007bff;
	/* Active color */
	transform: scale(1.4);
	/* Slightly larger */
}

/* Positioning (optional tweak if needed) */
.swiper-pagination {
	bottom: 15px !important;
	text-align: center;
}

/* Media queries to increase bullet size on larger screens */
@media (min-width: 600px) {
	.swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		margin: 0 6px;
	}

	.swiper-pagination-bullet-active {
		transform: scale(1.6);
	}
}

@media (min-width: 900px) {
	.swiper-pagination-bullet {
		width: 14px;
		height: 14px;
		margin: 0 8px;
	}

	.swiper-pagination-bullet-active {
		transform: scale(1.8);
	}
}

/* === SYMD Gallery Slider === */

/* === SYMD Gallery Slider === */
.contact-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.03)"/><circle cx="50" cy="10" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="10" cy="60" r="1" fill="rgba(255,255,255,0.02)"/><circle cx="90" cy="40" r="1" fill="rgba(255,255,255,0.02)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
	opacity: 0.7;
}

.logo-container {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.logo {
	color: #ffd700;
	font-size: 28px;
	font-weight: bold;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.symphony-logo {
	color: #ffffff;
	font-size: 32px;
	font-weight: 300;
	font-style: italic;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-container {
	max-width: 800px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.contact-header {
	text-align: center;
	margin-bottom: 40px;
}

.contact-title {
	color: #ffd700;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.contact-subtitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 300;
	opacity: 0.9;
}


.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 25px;
}

.form-group {
	position: relative;
}

.form-input {
	width: 100%;
	padding: 15px 20px;
	background: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

	color: #ffffff;
	font-size: 16px;
	transition: all 0.3s ease;

}

.form-input:focus {
	outline: none;
	border-color: #ffd700;
	background: transparent;
	background: rgba(255, 255, 255, 0.15);
}

.form-input::placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.form-textarea {
	width: 100%;
	padding: 15px 20px;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.2);
	border-radius: 8px;
	color: #ffffff;
	font-size: 16px;
	min-height: 120px;
	resize: vertical;
	transition: all 0.3s ease;

	font-family: inherit;
}

.form-textarea:focus {
	outline: none;
	border-color: #ffd700;
	background: rgba(255, 255, 255, 0.15);
}

.submit-btn {
	background: linear-gradient(135deg, #ffd700 0%, #ffed4a 100%);
	color: #2d5a3d;
	padding: 15px 50px;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
	text-transform: uppercase;
	letter-spacing: 1px;
	display: block;
	margin: 30px auto 0;
}

.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 215, 0, 0.4);
	background: linear-gradient(135deg, #ffed4a 0%, #ffd700 100%);
}

.submit-btn:active {
	transform: translateY(0);
}

.footer-text {
	text-align: center;
	margin-top: 40px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
	position: relative;
	z-index: 1;
}

.footer-text a {
	color: #ffd700;
	text-decoration: none;
	transition: color 0.3s ease;
}

.footer-text a:hover {
	color: #ffffff;
}

input,
.form-textarea {
	display: block;
	outline: none;
	border: none;
	height: 2em;
	font-size: 16px;
	margin-bottom: 1px;
	border-bottom: 1px solid #333;
}

input:focus {
	border-bottom: 1px solid #0572ce;
	box-shadow: 0 1px 0 0 #0572ce;
}

/* Responsive Design */
@media (max-width: 768px) {
	.contact-section {
		padding: 60px 15px;
	}

	.logo-container {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 30px;
	}

	.logo {
		font-size: 24px;
	}

	.symphony-logo {
		font-size: 28px;
	}

	.contact-title {
		font-size: 28px;
	}

	.contact-subtitle {
		font-size: 16px;
	}

	.contact-form {
		padding: 30px 20px;
	}

	.form-row {
		grid-template-columns: 1fr;
		gap: 15px;
		margin-bottom: 20px;
	}

	.form-input,
	.form-textarea {
		padding: 12px 15px;
		font-size: 14px;
	}

	.submit-btn {
		padding: 12px 40px;
		font-size: 16px;
	}

	.sy_veegaland_wrapper {
		padding: 20px 0px 20px 0px !important;
		background: #ffffff;
	}
}

@media (max-width: 480px) {
	.contact-section {
		padding: 40px 10px;
	}

	.contact-title {
		font-size: 24px;
	}

	.contact-subtitle {
		font-size: 14px;
	}

	.contact-form {
		padding: 20px 15px;
	}

	.form-input,
	.form-textarea {
		padding: 10px 12px;
		font-size: 14px;
	}

	.form-textarea {
		min-height: 100px;
	}

	.submit-btn {
		padding: 10px 30px;
		font-size: 14px;
	}

	.sy_veegaland_wrapper {
		padding: 20px 0px 20px 0px;
		background: #ffffff;
	}
}

/* Animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(30px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.contact-container {
	animation: fadeInUp 0.8s ease-out;
}

.logo-container {
	animation: fadeInUp 0.8s ease-out 0.2s both;
}

.contact-title {
	animation: fadeInUp 0.8s ease-out 0.4s both;
}

.contact-section {
	background: linear-gradient(135deg, #2d5a3d 0%, #1e3a2b 100%);
	padding: 80px 0px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

/* Style slick dots */
.slick-dots li button {
	width: 20px;
	/* Size */
	height: 20px;
	border-radius: 2%;
	background-color: #ccc;
	/* Inactive color */
	border: none;
	padding: 0;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

/* Active dot style */
.slick-dots li.slick-active button {
	background-color: #f4d03f;
	/* Active dot color */
	transform: scale(1.2);

}


/* third section css*/

.sy_veegaland_wrapper {

	padding: 100px 0px 100px 0px;
	background: #ffffff;
}

.sy_main_content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	position: relative;
}

.sy_left_section {
	position: relative;
	z-index: 2;
}

.sy_right_section {
	text-align: center;
}


.sy_description {
	margin-top: 20px;
	font-size: 1rem;
	color: #333;
}

.sy_cta_button {
	display: inline-block;
	margin-top: 20px;
	padding: 14px 28px;
	background-color: #4a9b4e;
	color: white;
	text-decoration: none;
	border-radius: 6px;
	font-weight: bold;
}

.sy_building_image {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.sy_floating_elements {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 1;
}

.sy_leaf {
	position: absolute;
	width: 20px;
	height: 20px;
	background: #4a9b4e;
	border-radius: 0 100% 0 100%;
	animation: sy_float 6s ease-in-out infinite;
	opacity: 0.7;
}

.sy_leaf:nth-child(1) {
	top: 10%;
	left: 10%;
	animation-delay: 0s;
}

.sy_leaf:nth-child(2) {
	top: 30%;
	left: 70%;
	animation-delay: 1.5s;
}

.sy_leaf:nth-child(3) {
	top: 0%;
	right: -50%;
	animation-delay: 3s;
}

@keyframes sy_float {

	0%,
	100% {
		transform: translateY(0) rotate(0deg);
		opacity: 0.7;
	}

	50% {
		transform: translateY(-25px) rotate(180deg);
		opacity: 1;
	}
}

@media (max-width: 768px) {
	.sy_main_content {
		grid-template-columns: 1fr;
		text-align: center;
		gap: 30px;
	}

	.sy_title {
		font-size: 2rem;
	}

	.sy_description {
		font-size: 0.95rem;
	}
}


/* /css file */
.sy_custom_title {
	font-family: inter;
	font-size: 40px;
	color: #1a5d2b;
	line-height: 48px;
	max-width: 500px;
}

.sy_custom_title strong {
	font-weight: 700;
	color: #087C3D;
	font-size: 40px;
	color: #1a5d2b;
	line-height: 48px;
}


.arts_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

button#slick-slide-control10 {
	display: none;
}