* {
	font-family: 'Lato';
}

.text-center img {
	display: inline-block;
}

header .mainmenu {
	justify-self: center;
}

header {
	padding: 0px;
}

header .mainmenu ul li a {
	font-family: proxima-nova, sans-serif;
	text-decoration: none;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
}

header .mainmenu ul li {
	padding: 0px 15px;
}

header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}

/*************SUB MENU*************/
.mainmenu .sub-menu {
	list-style: outside none none;
	min-width: 250px;
	padding: 0;
	position: absolute;
	z-index: 1000;
	display: none;
}

.mainmenu li:last-child:hover .sub-menu {
	right: 0;
}

.mainmenu li:hover .sub-menu {
	display: block;
}

.mainmenu .sub-menu li {
	padding: 0px !important;
}

.mainmenu .sub-menu li a {
	background-color: #fff;
	display: block;
	padding: 10px 15px !important;
	text-align: left;
	color: #000 !important;
	text-decoration: none;
	transition: all 1s ease-in-out 0s;
}

.mainmenu .sub-menu li a:hover {
	background: #fff !important;
	padding-left: 25px;
	color: #000 !important;
}

.col-md-5ths {
	width: 20%;
	float: left;
}

.icon-bar {
	background-color: #f40101 !important;
	border-radius: 1px;
	display: block;
	height: 2px;
	width: 22px;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	margin: 0px;
}

.owl-theme .owl-nav {
	margin-top: 0;
}

header .mainmenu .navbar-nav a.active,
header .mainmenu .navbar-nav a:focus,
header .mainmenu .navbar-nav a:hover {
	background: none;
}

header .header-bottom {
	position: relative;
}

header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 35%;
	width: 100%;
}

header .banner-contents h3 {
	font-size: 56px;
	color: #7e7bea;
	font-weight: 700;
	line-height: 1;
}

.banner-contents p {
	font-size: 21px;
	color: #5c4949;
	line-height: 1.7;
	padding-top: 20px;
}

.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #e7b6d7;
	background-color: #e7b6d7;
	padding: 10px 30px;
}

/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}

header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
}


.owl-carousel-projects .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/projects-arrow-left.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 24px;
	right: 55%;
	position: absolute;
	text-indent: -99999px;
	top: 91%;
	width: 23px;
	outline: none !important;
}

.owl-carousel-projects .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/others/projects-arrow-right.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 24px;
	left: 55%;

	position: absolute;
	text-indent: -99999px;
	top: 91%;
	width: 23px;
	outline: none !important;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
	margin-top: 0;
}

header .header-bottom .owl-dots {
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #fff;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #edb200;
}

/* .amenities-gallery .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
} */

.contact-form .form-control::-webkit-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-moz-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::-ms-input-placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form .form-control::placeholder {
	color: #fcfcfc;
	opacity: 1;
}

.contact-form a {
	text-decoration: none;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	border-radius: 2px;
	text-transform: uppercase;
	background-color: #e5accc;
	padding: 7px 40px;

}

.footer-wrap h3 {
	font-size: 37px;
	color: #7d7bea;
	margin-bottom: 25px;
}

.footer-wrap ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #696969;
}

.footer-wrap ul li {
	padding-bottom: 5px;
}

.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 7px;
	padding-bottom: 10px;
}

.footer-contact ul li.location {
	background-image: url(img/others/cont-1.png);
}

.footer-contact ul li.phone {
	background-image: url(img/others/cont-2.png);
}

.footer-contact ul li.mail {
	background-image: url(img/others/cont-3.png);
}

.social-icons ul li a i {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding-top: 10px;
	text-align: center;
	background-color: #e5accc;
}

.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}

.social-icons ul li {
	padding-right: 8px;
}

.copyrights p {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	margin-bottom: 0px;
}

.copyrights a {
	color: #fff;
}


.copyrights {
	/* background-color: #2f3f3f; */
	padding: 20px 0px;
}

/*selvam css */
.mobile-phone {
	display: none;
}

/* .advantage {
	border: 6px solid #fff;
} */

.advantage-btn-list ul li {
	margin: 8px;
}

.footer-main-btn a {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #d47e18;
}

.download-main-btn a {

	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #fff !important;
	border-radius: 3px;
	padding: 10px 15px;
	background-color: #d47e18;
}


.footer-main-by a {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff !important;
}

.footer-section {
	/* background: linear-gradient(to bottom, #c6c7c8 0%,#fdfdfd 100%);
	background: -moz-linear-gradient(top, #c6c7c8 0%, #fdfdfd 100%);
	background: -webkit-linear-gradient(top, #c6c7c8 0%,#fdfdfd 100%); */
	background-color: #487307;

	border-top: 3px solid #d47e18;
}

.header-phone {
	/* background-color: #d47e18; */
	padding: 10px 5px;
	/* width: 80%; */
	margin: auto;
	text-align: center;
}

.header-top {

	/* background: linear-gradient(90deg, #00392e , #005b4a 100%); */
	background-color: #487307;
	padding: 10px 0px;
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100px;
	border-bottom: 2px solid #d47e18;
}

.header-phone a {
	color: #fff;
	font-family: proxima-nova, sans-serif;
	/* font-family: Raleway,
		sans-serif !important; */
	font-size: 20px;
	font-weight: 800;
	text-decoration: none;
}

.header-phone i {
	color: #fff;
	font-size: 23px;
	font-weight: 900;
}

.banner-shape {
	position: absolute;
	left: 65%;
	top: 19%;
	z-index: 9;
	width: 26%;
	background: #fff;
}

#mainform {
	padding: 20px 20px;
	border: 3px solid #d47e18;
}

header .header-bottom {
	position: relative;
	padding-top: 100px;
}

.banner-shape h1 {
	font-family: proxima-nova, sans-serif;
	text-decoration: none;
	font-size: 40px;
	color: #000;
	padding: 10px 0px;
	font-weight: 700;
}

.banner-shape h4 {
	font-family: proxima-nova, sans-serif;
	text-decoration: none;
	font-size: 18px;
	color: #000;
	padding: 10px 0px;
	font-weight: 700;
}

.form-control {
	border-radius: 1px !important;
	padding: 18px 8px;
}

#submitbtn {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	background-color: #d47e18;
	width: 100%;
	border-radius: 2px;
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}

#submitbtn1 {
	font-family: proxima-nova, sans-serif;
	background-color: #14352E;
	width: 100%;
	border-radius: 2px;
	font-size: 27px;
	color: #E2DD8B;
	text-transform: uppercase;
}


.banner-bottom-line {
	position: absolute;
	bottom: -50px;
}

.brand-section {
	/* background-color: #f0e48e; */
	background: -moz-linear-gradient(top, #efe590 0%, #ddc563 100%);
	background: -webkit-linear-gradient(top, #efe590 0%, #ddc563 100%);
	background: linear-gradient(to bottom, #efe590 0%, #ddc563 100%);
}


footer {
	position: relative;
}

.top-arrow-link {
	position: absolute;
	right: 3%;
	bottom: 8%;
	z-index: 99;
}

html {
	scroll-behavior: smooth;
}

.main-heading-boat h3 {
	font-family: proxima-nova, sans-serif;
	font-size: 24px;
	color: #fffbc1;
	text-align: center;
}

hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #fff;
}

.green {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 2px solid #487307;
}

.main-heading-boat h2 {
	font-family: proxima-nova, sans-serif;

	font-size: 50px;
	color: #487307;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;

}

.text-style-bg.main-heading-boat h2 {
	background: #fff;
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.overview-section {
	background-image: url("img/river-garden/bg-1-new.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 60px 0 0 0;
}

.main-heading-boat p {
	font-family: proxima-nova, sans-serif;
	color: #fff;
	font-size: 20px;
	padding-bottom: 40px;
	text-align: center;
	line-height: 40px;
}

.main-heading-boat .whu-par {
	font-family: proxima-nova, sans-serif;
	color: #fff;
	font-size: 26px;
	padding-bottom: 40px;
	text-align: center;
	line-height: 40px;
	font-weight: bolder;
}

.overview-wrap {
	padding: 0px 0px 50px 0;
}

.main-heading-boat h4 {
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #fff;
	text-align: center;
	padding-bottom: 30px;
}

.boatclub-main-box {
	/* background: -moz-linear-gradient(top, #3e3e3e 23%,#141414 100%);
	background: -webkit-linear-gradient(top, #3e3e3e 23%,#141414 100%);
	background: linear-gradient(to bottom, #3e3e3e 23%,#141414 100%); */
	/* background: url('img/aakam/icon-bg.jpg'); */
	background: #487307;
	padding: 20px;
	/* border: 5px solid #fff; */
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 410px;
}

.bact-overview-logo {
	text-align: left;
	padding-bottom: 15px;
}

.boatclub-overview-number h5 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 32px;
	color: #fff;
}

.boatclub-overview-number p {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	position: relative;
	padding-top: 20px;
	line-height: 30px;
	text-align: justify;
}

.boatclub-overview-number p::after {
	content: "";
	width: 150px;
	height: 3px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	left: 0;
}

.boatclub-overview-box {
	margin: 50px 0px;
}

.advantages-wrap .main-heading-boat h3 {
	color: #000;
}

.advantages-wrap .main-heading-boat h2 {
	color: #487307 !important;
	font-size: 50px;
	margin-top: 40px;
}

.advantages-wrap .main-heading-boat p,
.location-main-section .main-heading-boat p {
	color: #000;
}

.advantages-list h3 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-size: 35px;
	color: #000;
}

.advantages-list p {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
}

.advantages-list p span {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000;
	display: block;
}

.advantages-list {
	background-image: url("img/icons/advantage-wing.png");
	background-size: 100% 100%;
	text-align: center;
	padding: 50px 0px;
}

.advantages-count {
	padding-top: 60px;
}

.advantages-section {
	padding: 120px 0 40px;
	background-color: #fff;
	margin-top: -180px;
}

.amenities-section {
	background-color: #487307;
	padding: 90px 0px;
}

.amenities-gallery img {
	width: 100%;
}

.articles-section {
	padding: 130px 0px 230px;
	margin-top: -185px;
	background-color: #b4c273;
}

.card-deck {
	margin-top: 40px;
}

.card-deck .card {
	background-color: transparent;
	background-clip: none;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-deck .card .card-text {
	text-align: left;
	font-size: 14px;
	padding-bottom: 0px;
}

.card-deck .card .card-title {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.card-deck .card-body {
	padding: 12px;
}

.card-deck a {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.about-section {
	background-color: #fff;
	padding: 70px 0px 70px;
}

.about-wrap .main-heading-boat p {
	color: #000;
}

.about-left-box-details.about1 {
	background-image: url("img/aakam/abou-bg-1.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
	min-height: 492px;
}

.about-left-box-details.about2 {
	background-image: url("img/aakam/abou-bg-2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
	min-height: 492px;
}

.about-left-box-details.about3 {
	background-image: url("img/aakam/abou-bg-3.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 50px;
	min-height: 492px;
}

.about-left-box-details {
	text-align: center;
}

.about-main-text-deatls p {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	display: block;
	padding-top: 20px;
	position: relative;
	font-size: 14px;
	text-align: justify;
}

.about-main-text-deatls h2 {
	position: absolute;
	color: #fffbc1;
	top: 1%;
	right: 38%;
	font-size: 50px;
	font-weight: 500;
	font-family: proxima-nova, sans-serif;
}

/* .about-main-text-deatls p::after{
	position: absolute;
	content: "";
	width: 170px;
	background-color: #fff;
	height: 2px;
	top: 28%;
	left: 0;
	right: 0;
	z-index: 99;
	margin: auto;
} */

.header-phones.main-phone-top {
	width: 40%;
	margin: auto;
	text-align: center;
	background-color: #000;
	padding: 10px 50px;
}

.header-phones.main-phone-top a {
	color: #fff;
	font-family: proxima-nova, sans-serif;
	font-size: 30px;
	font-weight: 900;
}

.bootom-section {
	padding: 20px 0px;
}

.advantage-btn-list .nav-tabs .nav-link.active,
.advantage-btn-list .nav-tabs .nav-item.show .nav-link {
	color: #000;
	background-color: #fffbc1;
	border: 1px solid #000;
}

.advantage-btn-list .nav-link {
	background: -moz-element;
	background-color: #000;
	color: #fffbc1;
	margin-bottom: 35px;
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 38px;
	border-radius: 5px;
	text-align: center;
}

.advantage-btn-list .nav-tabs {
	border-bottom: 1px solid transparent !important;
}

#advantage1.fade {
	opacity: 1 !important;
}

.location-main-section {
	background-color: #487307;
	padding: 40px 0px;
}

.location-main-section-new {
	background-color: #487307;
	padding: 40px 0px;
}

.faq-section {
	background-color: #fff;
	padding: 40px 0px;
}

.location-main-section-new h2 {
	font-family: proxima-nova, sans-serif;
	font-size: 50px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.faq-section h2 {
	font-family: proxima-nova, sans-serif;
	font-size: 50px;
	color: #487307;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
}

.faq-section p {
	font-family: proxima-nova, sans-serif;
	color: #000;
	font-size: 20px;
	padding-bottom: 40px;
	text-align: center;
	line-height: 40px;
}

.owl-carousel-gallery .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	left: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
}

.owl-carousel-gallery .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	right: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 29px;
	outline: none !important;
}

.connectivity-circle-top {
	text-align: center;
}

.connectivity-circle-top h3 {
	font-family: proxima-nova, sans-serif;
	font-size: 20px;
	color: #000;
	text-align: center;
	font-weight: 700;
	padding-top: 20px;
}

.maain-connectivity-deatls {
	position: relative;
}

.road-main-map {
	position: absolute;
	top: 23%;
	right: 0;
	z-index: 99;
	left: 0;
}

.road-main-map img {
	width: 100%;
}

.footer-main-by a {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #fff !important;
}

.footer-main-by span {
	font-family: proxima-nova, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff !important;
}


.header-phone img {
	width: 40px;
	float: right;
}

.blink_me {
	text-align: center;
	animation: blinker 2s linear infinite;
}

@keyframes blinker {
	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.blink_mes {
	text-align: center;
	/* animation: blinker 1.7s linear infinite; */
}

@keyframes blinkers {
	50% {
		opacity: 0;
		color: red;
	}

	100% {
		opacity: 1;
		color: #7e7bea;
	}
}

.thankyou-heading h3 {
	font-family: proxima-nova, sans-serif;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	padding: 10px 0px;
	font-weight: 900;
}

/* .form-logo-text {
  padding-bottom: 10px;
} */

/* car move */

body {
	overflow-x: hidden;
}

.sectionss {
	position: relative;
	max-width: 100%;
	/* min-height: 75vh; */
	padding: 40px;
	margin: auto;
	color: #ffffff;
}

.sectionss.bg-static {
	background-image: url("img/icons/road-map.png");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: absolute;
	width: 100%;
	top: 30%;
	z-index: 9;
}

.sectionss .bg-move {
	position: absolute;
	top: 0;
	bottom: 0;
	right: auto;
	width: 100%;
	background-image: url("img/icons/car-wrap.png");
	background-position: center;
	z-index: 99;
	background-repeat: no-repeat;
	overflow: hidden;
}

.hide-text {
	visibility: hidden;
}

.connectivity-section {
	margin: 100px 0px;
}













/*RESPONSIVE*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths,
.col-xl-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
}

.col-5ths {
	width: 20%;
	float: left;
}

@media (min-width: 576px) {
	.col-sm-5ths {
		width: 20%;
		float: left;
	}
}

@media (min-width: 768px) {
	.col-md-5ths {
		width: 20% !important;
		float: left !important;
	}
}

@media (min-width: 992px) {
	.col-lg-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media (min-width: 1200px) {
	.col-xl-5ths {
		width: 20% !important;
		float: left !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 20.0%;
		flex: 0 0 20.0%;
		max-width: 20.0%;
	}
}

@media screen and (max-width: 3840px) {}

@media screen and (max-width: 2880px) {}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {

	.banner-shape h4 {
		font-family: proxima-nova, sans-serif;
		text-decoration: none;
		font-size: 18px;
		color: #000;
		padding: 10px 0px;
		font-weight: 700;
	}

	.gold-coin-top img {
		width: 227px;
	}

	.gold-coin-top {
		position: absolute;
		top: -11%;
		left: 1%;
		z-index: 9;
	}

	.route-main-top-wrap {
		position: absolute;
		top: -10%;
		left: 0;
		right: 0;
	}

	.banner-shape img {
		width: 120px;
	}

	.banner-shape .thankyou-logo img {
		width: 34%;
	}

	.amenitis-top-wrap {
		padding-bottom: 90px;
		position: absolute;
		top: -18%;
		left: 0;
		right: 0;
	}

	.banner-shape {
		position: absolute;
		left: 66%;
		top: 20%;
		z-index: 9;
		width: 28%;
		background: #fff;
	}

	#mainform {
		padding: 20px 20px;
		border: 2px solid #fff;
	}

	.main-about-details {
		background: #053029;
		padding: 20px;
		min-height: 400px;
	}

}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	.banner-shape h4 {
		font-family: proxima-nova, sans-serif;
		text-decoration: none;
		font-size: 18px;
		color: #000;
		padding: 10px 0px;
		font-weight: 700;
	}

	.amenitis-top-wrap {
		padding-bottom: 90px;
		position: absolute;
		top: -16%;
		left: 0;
		right: 0;
	}
}

@media screen and (max-width: 1279px) {}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
}

@media screen and (max-width: 767px) {


	/* Sticky bottom container */
	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: #f8f9fa;
		/* light grey footer background */
		padding: 10px;
		border-top: 1px solid #ddd;
		z-index: 999;
		text-align: center;
	}

	/* Flex row for buttons */
	.btn-group-custom {
		display: flex;
		justify-content: space-around;
		gap: 10px;
	}

	/* Button styles */
	.btn-custom {
		flex: 1;
		text-decoration: none;
		padding: 6px;
		border-radius: 6px;
		border: 1px solid #ddd;
		font-size: 17px;
		font-weight: 900 !important;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		color: #333;
		background: #ffffffcc;
		transition: 0.2s;
	}

	/* Hover effect */
	.btn-custom:hover {
		background: #f1f1f1;
		color: #000;
	}

	/* Individual button color tweaks */
	.call-btn {
		border-color: #ccc;
	}

	.enquire-btn {
		border-color: #ccc;
	}

	.whatsapp-btn {
		border-color: #25d366;
		color: #25d366;
		font-size: 30px;
	}



	.faq-item .btn-link {
		font-size: 15px !important;
	}



	.card-header {
		padding: 6px 0.25rem;
		margin-bottom: 0;
		background-color: rgba(0, 0, 0, 0.03);
		border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	}

	.location-main-section-new h2 {
		color: #fff !important;
	}


	.zsiq-float {
		background: var(--zsiqf-custom-bg);
		border-radius: 100%;
		bottom: 10px;
		cursor: pointer;
		font-size: 15px;
		height: var(--zsiqf-float-close-height);
		padding: 3px;
		position: fixed !important;
		bottom: 42px !important;
		width: var(--zsiqf-float-close-height);
	}

	.top-arrow-link {
		display: none;
	}



	.whatsapp-float {
		position: fixed;
		bottom: 50px !important;

		left: 80% !important;
		z-index: 999;
		display: none;
	}

	.still {
		border-bottom: none !important;
		border-right: 2px solid #fff !important;
	}

	.another {
		border-right: 2px solid #fff !important;
		border-bottom: none;
	}

	.header-logo a {
		margin-left: 0px !important;
	}

	.discl p {
		text-align: justify;
	}

	header .header-logo {
		text-align: center;
		margin-left: -5px;
	}

	header .header-logo img {
		display: inline-block;
		/* height: 43px; */
		width: 180px;
	}

	header .mainmenu .navbar {
		margin: 0;
		padding: 0;
	}

	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}

	.icon-bar+.icon-bar {
		margin-top: 4px;
	}

	button:focus {
		outline: none;
	}

	.navbar-toggler {
		background-color: transparent;
		background-image: none;
		border-radius: 0;
		padding: 9px 10px;
	}

	.navbar-dark .navbar-toggler {
		border: medium none;
	}

	header .header-top .mainmenu ul li {
		margin-bottom: 10px;
	}

	header .header-top .mainmenu ul li .sub-menu li {
		margin-bottom: 0px;
	}

	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}

	header .mainmenu {
		float: none;
		padding-top: 0px;
	}

}

@media screen and (max-width: 480px) {
	.overview-section {
		padding: 40px 0 130px 0px;
		background-size: cover;
	}

	.connectivity-circle-top {
		text-align: center;
		position: relative;
		z-index: -999;
	}

	.connectivity-section {
		margin: 40px 0px;
	}

	.sectionss.bg-static-mob {
		background-image: url("img/icons/mob-road-map.png");
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		position: absolute;
		width: 60px;
		top: 11%;
		z-index: -9;
		height: 719px;
		right: 38%;
	}

	.sectionss .bg-move-mob {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: 100%;
		background-image: url("img/icons/mob-car-wrap.png");
		background-position: center;
		z-index: 99;
		background-repeat: no-repeat;
		overflow: hidden;
	}

	.banner-shape img {
		width: 47%;

		/* background: #fff; */
	}

	.banner-shape h4 {
		font-family: proxima-nova, sans-serif;
		text-decoration: none;
		font-size: 16px;
		padding-left: 20px;
		color: #fff;
	}

	.header-top {
		/* padding: 0px 0px; */
		/* background-color: #000; */
	}

	.desktop-view {
		display: none;
	}

	.mobile-phone {
		display: inline-block;
	}

	.main-heading-boat h2 {
		margin-top: 0px;
	}

	.main-heading-boat {
		margin-top: 0px;
	}

	.formButton.full-width {
		width: 100%;
	}

	.header-phones.main-phone-top {
		width: 90%;
		margin: auto;
		text-align: center;
		background-color: #000;
		padding: 10px 50px;
	}

	.header-phones.main-phone-top a {
		color: #000;
		font-family: proxima-nova, sans-serif;
		font-size: 22px;
		font-weight: 900;
	}

	.main-about-details {
		padding: 20px;
		min-height: 280px;
	}

	.about-left-box-details.about2 {
		min-height: 380px;
	}

	.about-left-box-details.about3 {
		min-height: 380px;
	}

	.gallery-section .main-heading p {
		color: #fff;
		position: relative;
		padding-top: 27px;
	}

	.projects-section .main-heading p {
		text-align: center;
		font-family: proxima-nova, sans-serif;
		font-size: 18px;
		padding-top: 30px;
	}

	.advantage ul {
		padding-left: 0px;
	}

	.advantage ul li span {
		width: 190px;
		font-family: proxima-nova, sans-serif;
		font-size: 16px;
	}

	.gold-coin-top {
		position: absolute;
		top: -1%;
		left: 5%;
		z-index: 9;
	}

	.gold-coin-top img {
		width: 100px;
	}

	.main-heading p {
		margin-bottom: 0px !important;
	}

	.advantage-btn-list ul li {
		display: block;
		width: 44%;
		padding: 5px;
	}

	.advantage-btn-list .nav-link {
		background: -moz-element;
		background-color: #fff;
		color: #000;
		margin-bottom: 22px;
		font-family: proxima-nova, sans-serif;
		font-weight: 700;
		font-size: 16px;
		border-radius: 5px;
		text-align: center;
	}

	.advantage-btn-list {
		padding-top: 30px;
	}

	.about-main-text-deatls h2 {
		right: 35%;
	}

	.location-wrap {
		margin-top: 90px;
		margin-bottom: 30px;
	}



	.projects-right-list-text ul li {
		color: #efe691;
		font-family: proxima-nova, sans-serif;
		font-size: 20px;
		font-weight: 400;
		padding-left: 60px;
		background-image: url("img/others/projects-list.png");
		background-position: 1% 7%;
		padding-bottom: 25px;
		background-repeat: no-repeat;
	}

	.brand-details {
		background-image: url("img/others/number.png");
		background-repeat: no-repeat;
		background-position: 50% 25%;
		background-size: 100%;
	}

	.project-two-imgs {
		margin-top: 90px;
		margin-bottom: 0;
	}

	.about-section {
		padding: 40px 0px 40px;
	}

	.amenities-section {
		padding-top: 60px;
		padding-bottom: 100px;
	}

	.articles-section {
		padding-top: 60px;
		padding-bottom: 200px;
		margin-top: -412px;
	}

	.location-section .main-heading p {
		text-align: center;
		font-family: proxima-nova, sans-serif;
		font-size: 18px;
		color: #fff;
		position: relative;
		padding-top: 20px;
		text-align: justify;
		text-align-last: center;
	}

	.route-map-section {
		padding: 40px 0px;
	}

	.location-main-section {
		padding: 40px 0px 40px;
	}

	.footer-section {
		padding-bottom: 80px;
	}

	.contactButtom a {
		font-family: proxima-nova, sans-serif;
		font-weight: bold;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
	}

	.formButton a {
		font-family: proxima-nova, sans-serif;
		font-weight: 700;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 18px;
	}

	.bottom_button {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		z-index: 99;
		display: block;
		width: 100%;
		/* background: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background:linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
		/* background: linear-gradient(90deg, #00392e, #005b4a 100%); */
		background: #d47e18;
		border-top: 1px solid #fff;
	}

	.formButton {
		width: 40%;
		float: left;
		padding: 10px 10px;
		text-align: center;
		display: block;
		border-right: 1px solid #fff;
	}

	.whatsappButtom {
		width: 20%;
		float: left;
		padding: 10px 10px;
		text-align: center;
		display: block;
		border-right: 1px solid #fff;
	}

	.contactButtom {
		width: 40%;
		float: right;
		padding: 10px 10px;
		text-align: center;
		display: block;
	}


	.footer-main-btn {
		display: none;
	}

	.copyrights {
		text-align: center;
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.owl-carousel-gallery .owl-prev {
		margin: 0px !important;
		display: inline-block;
		height: 28px;
		right: 57%;
		position: absolute;
		text-indent: -99999px;
		top: 111%;
		width: 28px;
		outline: none !important;
	}

	.owl-carousel-gallery .owl-next {
		height: 28px;
		left: 50%;
		position: absolute;
		text-indent: -99999px;
		top: 111%;
		width: 28px;
		outline: none !important;
	}

	.gallery-section .main-heading h2::after {
		position: absolute;
		content: "";
		height: 4px;
		background-color: #e5d377;
		left: 25%;
		top: 53%;
		width: 50px;
	}

	.gallery-section .main-heading h2::before {
		position: absolute;
		content: "";
		height: 4px;
		background-color: #e5d377;
		right: 24%;
		top: 53%;
		width: 50px;
	}

	.amenities-icon-details h3 {
		color: #2f3f3f;
		font-family: proxima-nova, sans-serif;
		font-size: 13px;
		font-weight: 700;
		padding-top: 20px;
		padding-bottom: 25px;
	}

	.main-heading p {
		text-align: center;
		padding-top: 20px;
		text-align: justify;
		text-align-last: center;

	}

	.main-heading h3 {
		text-align: center;
		font-family: proxima-nova, sans-serif;
		font-size: 25px;
		color: #2f3f3f;
		position: relative;
		font-weight: bold;
	}

	.projects-right-list-text {
		padding-top: 30px;
	}

	.projects-section .main-heading h2::after {
		position: absolute;
		content: "";
		height: 4px;
		background-color: #e5d377;
		left: 10%;
		top: 53%;
		width: 50px;
	}

	.projects-section .main-heading h2::before {
		right: 11%;
		top: 53%;
		width: 50px;
	}

	.route-main-top-wrap {
		display: none;
	}

	.amenitis-top-wrap {
		display: none;
	}

	.main-heading h2::after {

		background-color: #2f3f3f;
		left: 18%;
		top: 53%;
		width: 50px;
	}

	.main-heading h2::before {
		right: 19%;
		top: 53%;
		width: 50px;
	}

	.main-heading h2 {
		font-size: 30px;
	}

	header .header-bottom {
		position: relative;
		padding-top: 85px;
	}

	.mainmenu img {
		width: 60px;
	}

	.header-phone a {
		color: #fff;
		/* font-family: "Cormorant Garamond",
			serif; */
		font-size: 19px;
		font-weight: 900;
	}

	s .route-map-wrap {
		padding: 10px 0px;
	}

	.main-heading-boat h2 {
		font-family: proxima-nova, sans-serif;
		font-size: 36px;
		color: #487307;
		text-align: center;
		font-weight: 700;
	}

	.banner-shape {
		position: relative;
		left: 0;
		top: 20%;
		z-index: 9;
		width: 100%;
		background: #487307;
	}

	.main-heading-boat h3 {
		font-family: proxima-nova, sans-serif;
		font-size: 20px;
		color: #fffbc1;
		text-align: center;
	}

	.main-heading-boat h4 {
		font-size: 17px;
		color: #fff;
		text-align: center;
		padding-bottom: 30px;
	}

	.main-heading-boat p {
		font-family: proxima-nova, sans-serif;
		color: #fff;
		font-size: 17px;
		padding-bottom: 40px;
		text-align: justify;
		font-weight: 300;
	}

	.advantages-section {
		padding: 10px 0px 10px;
	}

	.advantages-wrap .main-heading-boat h2 {
		color: #487307 !important;
		font-size: 36px;
	}

	.advantages-list {
		background-image: url("img/icons/advantage-wing.png");
		background-size: 77% 100%;
		text-align: center;
		padding: 50px 0px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.advantage iframe {
		height: 450px !important;
	}

	.header-phone {
		/* background: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
		padding: 0px 0px !important;
		text-align: center;
		animation: none;
	}
}

@media screen and (max-width: 414px) {
	.header-top {
		background-color: #487307;
		height: 85px;
		padding: 5px 0px;
	}

	.header-phones.main-phone-top {
		/* width: 80%; */
		margin: auto;
		text-align: center;
		background-color: #000;
		padding: 0px 0px !important;
	}

	.header-phones.main-phone-top a {
		color: #fff;
		font-family: proxima-nova, sans-serif;
		font-size: 20px;
		font-weight: 900;
	}

	.formButton a {
		font-family: proxima-nova, sans-serif;
		font-weight: 700;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 17px;
	}

	.contactButtom a {
		font-family: proxima-nova, sans-serif;
		font-weight: 700;
		width: auto;
		color: #fff;
		text-transform: uppercase;
		font-weight: bold;
		font-size: 16px;
	}

	.header-phone img {
		width: 40px;
		float: right;
	}

	.header-phone {
		/* background: -moz-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: -webkit-linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
		background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C); */
		/* background: #d47e18; */
		/* padding: 10px 5px; */
		text-align: center;
		animation: none;
	}

	.header-phone a {
		color: #fff;
		/* font-family: "Cormorant Garamond",
			serif; */
		font-size: 19px;
		font-weight: 800;
	}

	.footer-main-by a {
		font-family: proxima-nova, sans-serif;
		font-weight: 400;
		font-size: 14px;
		color: #fff !important;
	}



	.main-heading h2 {
		font-size: 24px;
	}

	.brand-details {
		padding-top: 30px;
	}

	.main-heading h2::after {
		background-color: #2f3f3f;
		left: 14%;
		top: 53%;
		width: 50px;
	}

	.main-heading h2::before {
		right: 15%;
		top: 53%;
		width: 50px;
	}



	.formButton {
		padding: 10px 10px;
	}
}

@media screen and (max-width: 387px) {
	.banner-shape h4 {
		font-family: proxima-nova, sans-serif;
		text-decoration: none;
		font-size: 16px;
		padding-left: 20px;
	}


	.formButton {
		padding: 10px 10px;
	}

	.formButton a {
		font-size: 15px;
	}

	.contactButtom a {

		font-size: 14px;
	}
}

@media screen and (max-width: 375px) {
	.banner-shape h4 {
		font-family: proxima-nova, sans-serif;
		text-decoration: none;
		font-size: 16px;
		padding-left: 20px;
	}

}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}

.owl-carousel-banner img {
	height: 544px;
}

@media screen and (max-width: 767px) {


	.header-strip p {
		font-size: 14px !important;
	}

	.header-phone i {
		font-size: 17px;
	}

	.header-strip h4 {
		font-size: 24px !important;
	}


	.mob-anot {
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
	}


	.mob-another {
		border-left: 2px solid #fff !important;
	}

	.owl-carousel-banner img {
		height: unset;
	}

	.blog-mob {
		padding-top: 20px;
	}

	.strip-border {
		/* border-top: 2px solid #fff; */
		border-bottom: 2px solid #fff;
		/* border-left: none !important; */
		/* border-right: none !important; */
	}

	.mob-strip {
		border-top: none !important;
	}

	.mob-nul {
		border-left: none !important;
	}

}

@media screen and (min-width: 1440px) {

	.owl-carousel-banner img {
		height: unset;
	}


}

.card-header .title {
	font-size: 22px;
	color: #fff;
	font-family: proxima-nova, sans-serif;
}

.card-header .accicon {
	float: right;
	font-size: 20px;
	width: 1.2em;
}

.card-header {
	cursor: pointer;
	border-bottom: none;
	background-color: #d47e18;
}

.card {
	border: 1px solid #ddd;
	/*  text-align: center;*/
}

.card-body {
	border-top: 1px solid #ddd;
	/* font-family: Montserrat; */
}

.card-body li {
	/* font-family: Montserrat; */
	margin-top: 10px;
	list-style-type: square;
	font-family: proxima-nova, sans-serif;
}

.card-header:not(.collapsed) .rotate-icon {
	transform: rotate(180deg);
}

.card-header i {
	color: #fff;
}

.accordion {
	margin-top: 0px;
}

.Layout {
	padding-top: 10px;
	padding-bottom: 50px;
}

.testimonial-section {
	background-image: url("img/river-garden/bg-2.jpg");
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 40px 0 80px 0;
}

.testimonial-wrap {
	padding: 20px 0px;
}

.testimonial img {
	box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
	border: 3px solid #d47e18;
}

.leadership-item-box {
	padding: 10px;
	min-height: 455px;
}

.leadership-item-box {
	background-color: #fffbc1;
}

.leadership-item-box img {
	padding: 20px;
	border-radius: 100%;
	margin-left: 85px;
	width: 50% !important;
}

.leadership-item-box h4 {
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
	padding-bottom: 0px;
}

.leadership-item-box h6 {
	font-weight: 500;
	font-size: 18px;
	color: #000;
	text-align: center;
}

.leadership-item-box p {
	font-size: 17px;
	color: #000;
	text-align: center;
	padding-bottom: 10px;
	line-height: 30px;
	font-style: italic;
}

.testimonial {
	padding-top: 20px;
}

.owl-carousel-testimonial .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url(img/icons/right-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	right: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 105%;
	width: 29px;
	outline: none !important;
}

.owl-carousel-testimonial .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url(img/icons/left-arrow.png) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 29px;
	left: 51%;
	position: absolute;
	text-indent: -99999px;
	top: 105%;
	width: 29px;
	outline: none !important;
}

.main-location {
	padding-bottom: 40px;
}

.header-strip {
	padding: 20px 0 10px 0;
	background-color: #d47e18;
	color: #fff;
}

.header-strip h4 {
	font-weight: 800;
	font-size: 30px;
	text-align: center;
	padding-top: 15px;
	/* font-family: Cormorant Garamond, serif; */
}

.header-strip p {
	font-weight: 500;
	font-size: 19px;
	text-align: center;
	font-family: proxima-nova, sans-serif;
}

.strip-border {
	border-left: 2px solid #fff;
	border-right: 2px solid#fff;
}

.amenities-img-left img {
	border: 1px solid #fff;
	border-radius: 3px;
}

.header-logo {
	/* background: #fff; */
	/* display: inline-flex; */
	/* padding-bottom: 10px;
		padding-top: 10px;
		margin-top: -10px;
		margin-left: -20px; */
}

/* .header-logo a {
	margin-left: -75px;
} */

.header-wrap {
	padding: 15px 0px;
}

.discl {
	text-align: center;
	border-bottom: 1px solid #ffffff8a;
}

.discl p {
	padding-top: 35px;
	color: #fff;
}

.banner-shape img {
	width: 120px;
}



.amenities-img-left {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.amenities-img-left img {
	display: block;
	width: 100%;
	height: auto;
}

.amenity-info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.6);
	/* semi-transparent overlay */
	color: #fff;
	text-align: center;
}

.amenity-info h4 {
	margin: 0;
	font-size: 20px;
	font-weight: 600;
}


.location-highlights h3 {
	color: #d47e18;
	/* Theme color for heading */
	font-weight: 700;
}

.location-highlights ul li {
	margin-bottom: 10px;
	position: relative;
	padding-left: 22px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
}

.location-highlights ul li::before {
	content: "✔";
	color: #d47e18;
	/* Theme color for bullet */
	position: absolute;
	left: 0;
	font-weight: bold;
}

.rerano {
	text-align: center;
	color: #fff;
	padding-top: 20px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	padding-top: 12px;
}


.faq-item {
	display: none;
	/* hidden by default */
	margin-bottom: 10px;
}

.card-header button {
	font-size: 18px;
	font-weight: 600;
	text-align: left;
	width: 100%;
	color: #2c3e50;
}

.card-header span {
	font-size: 20px;
	/* arrow size */
	transition: transform 0.3s;
}

.card-header button[aria-expanded="true"] span {
	transform: rotate(180deg);
	/* rotate arrow on open */
}

.card-body {
	font-size: 16px;
	color: #333;
}





/* FAQ Question Style */
.faq-item .btn-link {
	width: 100%;
	text-align: left;
	font-size: 23px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-right: 30px;
	font-family: proxima-nova, sans-serif;
}

.faq-item .btn-link:hover {
	color: #fff;
	/* Hover color */
}

/* Arrow icon */
.faq-item .btn-link::after {
	content: "\25BC";
	/* Down arrow */
	font-size: 18px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: transform 0.3s ease;
	color: #fff;
	/* Arrow color */
}

/* Rotate arrow when active */
.faq-item .btn-link[aria-expanded="true"]::after {
	transform: translateY(-50%) rotate(180deg);
}

/* Answer section */
.faq-item .card-body {
	font-size: 18px;
	color: #555;
	line-height: 1.6;
}

/* Read More / Read Less buttons */
#loadMore,
#readLess {
	font-size: 23px;
	padding: 8px 20px;
	/* border-radius: 25px; */
}

.readmore {
	background-color: #487307;
	color: #fff;
}



/* Mobile adjustments */
@media (max-width: 576px) {
	.faq-item .btn-link {
		font-size: 14px;
		padding: 5px 6px;
	}

	.faq-item .card-body {
		font-size: 14px;
	}
}


/* FAQ button layout with flex */
.faq-item .btn-link {
	display: flex;
	justify-content: space-between;
	/* text left, arrow right */
	align-items: center;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;

	/* your orange background */
	border-radius: 5px;
	padding: 12px 15px;
	text-align: left;
	text-decoration: none;
	white-space: normal;
	/* allow wrapping */
}

.faq-item .btn-link:hover {

	/* darker hover */
	color: #fff;
}

/* arrow inside a span */
.faq-item .btn-link .arrow {
	transition: transform 0.3s ease;
	font-size: 18px;
	margin-left: 10px;
	flex-shrink: 0;
	/* prevent arrow from shrinking */
}

/* rotate arrow when open */
.faq-item .btn-link[aria-expanded="true"] .arrow {
	transform: rotate(180deg);
}

/* Answer section */
.faq-item .card-body {
	font-size: 18px;
	color: #333;
	line-height: 1.6;

	padding: 15px;
	border-left: 3px solid #d9822b;
}


.whatsapp-float {
	position: fixed;
	bottom: 76px;
	left: 15px;
	/* ✅ Now on the right side */
	z-index: 999;
}

.whatsapp-float img {
	width: 50px;
	height: 50px;
	/* border-radius: 50%; */

	transition: transform 0.3s ease;
}

.whatsapp-float img:hover {
	transform: scale(1.1);
	/* little zoom effect */
}




input[type="text"] {
	font-size: 12px;
	border: 0;
	color: #111;
	clear: both;
	padding: 0 10px !important;
	width: 100% !important;
	text-decoration: none;
	height: 35px;
	border-radius: 0px;
	margin: 0 0 10px 0;
	background-color: #fff;
	border: 1px solid;
}

select {
	font-size: 12px;
	border: 0;
	color: #111;
	clear: both;
	padding: 0 5px !important;
	width: 100% !important;
	text-decoration: none;
	height: 35px;
	border-radius: 0px;
	margin: 0 0 10px 0;
	background-color: #fff;
	border: 1px solid;
}

.btn3 {
	background-color: #d47e18;
	border: 0;
	width: 100%;
	display: block;
	padding: 5px 20px;
	line-height: 30px;
	font-weight: 700 !important;
	letter-spacing: 1px;
	color: #fff !important;
	text-transform: uppercase;
	font-size: 24px;
	margin: 0 0 0 0;
	border-radius: 2px;
	text-decoration: none !important;
}



.owl-carousel-testimonial .owl-prev,
.owl-carousel-gallery .owl-prev {
	background-image: url(img/river-garden/left-arrow.png) !important;
	filter: invert(100%);
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 40px;
	right: 52%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 40px;
	outline: none !important;
	background-size: cover !important;
	padding-top: 30px;
	padding-bottom: 50px;
	margin-bottom: 50px;
}


.owl-carousel-testimonial .owl-next,
.owl-carousel-gallery .owl-next {
	background-image: url(img/river-garden/arrow-right.png) !important;
	filter: invert(100%);
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin: 0px !important;
	display: inline-block;
	height: 40px;
	right: 46%;
	position: absolute;
	text-indent: -99999px;
	top: 110%;
	width: 40px;
	outline: none !important;
	background-size: cover !important;
	padding-top: 30px;
	padding-bottom: 50px;
	background: #fff;


}


.modal .modal-body .log-form {
	text-align: center;
}