@import "https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap";

body {
	font-size: 16px;
	line-height: 1.8;
	font-family: open sans, sans-serif;
	color: #555;
	font-weight: 400
}

p {
	color: #555
}

a {
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none
}

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

button {
	margin: 0;
	padding: 0;
	outline: 0
}

button:focus {
	outline: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	color: #5aa648;
	font-family: "noto serif", serif;
	line-height: 1.4
}

h3 {
	font-size: 22px;
	font-weight: 800
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle
}

img {
	max-width: 100%
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	/** padding-top: 100px; **/
	padding-top: 15px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-70 {
	/**	padding-bottom: 70px ; **/
	padding-bottom: 5px;
}

.pt-45 {
	/**	padding-top: 45px; **/
	padding-top: 15px;
}

.pt-20 {
	padding-top: 20px
}

.ml-45 {
	margin-left: 45px
}

.border-radius-5 {
	border-radius: 5px
}

.border-radius-50 {
	border-radius: 50px !important
}

.section-bg {
	/**	background-color: #f5f5f5; **/
	background-color: #def7d7;
}

.section-bg-2 {
	background-color: #fef7f6
}

.default-btn {
	display: inline-block;
	padding: 12px 42px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1
}

.default-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 0;
	height: 50%;
	background-color: #105954;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
	opacity: 0
}

.default-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0%;
	width: 0;
	height: 50%;
	background-color: #105954;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s
}

.default-btn:hover {
	color: #fff !important
}

.default-btn:hover::before {
	width: 100%;
	color: #fff !important;
	opacity: 1
}

.default-btn:hover::after {
	width: 100%;
	opacity: 1;
	color: #fff !important
}

.btn-bg-one {
	background-color: #ff4e0a
}

.btn-bg-two {
	background-color: #c890ff
}

.btn-bg-three {
	background: linear-gradient(135deg, #5aa648, #9fc745);
}

.section-title span {
	line-height: 0;
	text-transform: capitalize;
	padding-bottom: 5px;
	margin: 0;
	color: #ff4e0a;
	font-weight: bold;
}

.section-title h2 {
	font-size: 35px;
	font-weight: 600;
	margin-top: 0;
	line-height: 1.4;
	color: #5aa648;
	margin-bottom: 0
}

.section-title p {
	padding-top: 17px;
	margin-bottom: 0
}

.sp-color {
	color: #618542 !important;
}

.top-header {
	padding: 7px 0 10px
}

.top-header-bg {
	background: #89b53d;
}

.header-right {
	text-align: right;
	z-index: 1;
	position: relative
}

.header-right ul {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none
}

.header-right ul li {
	display: inline-block;
	text-align: left;
	position: relative;
	padding-left: 7px;
	color: #fff;
	margin-right: 35px
}

.header-right ul li::before {
	content: '';
	position: absolute;
	top: 5px;
	right: -20px;
	height: 20px;
	width: 1px;
	background-color: #fff
}

.header-right ul li:last-child {
	margin-right: 0
}

.header-right ul li:last-child::before {
	display: none
}

.header-right ul li i {
	color: #fff;
	font-size: 20px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 52%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.header-right ul li a {
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	margin-left: 25px
}

.header-right ul li:hover i {
	color: #fff;
}

.header-right ul li:hover a {
	color: #fff;
}

.language-list {
	top: -5px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	margin-left: -25px;
	z-index: 9999;
	text-align: left
}

.language-list .language-list-item {
	height: 0;
	padding: 0 15px;
	border: none;
	color: #fff;
	background-color: transparent;
	font-weight: 400;
	font-size: 15px;
	border-radius: 5px 0 0 5px;
	padding-left: 30px;
	padding-right: 30px
}

.language-list .language-list-item:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.language-list .nice-select {
	height: 0;
	line-height: 0;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	text-align: right !important
}

.language-list .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 20px;
	width: 125px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.language-list .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #5aa648;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	width: 180px;
	border-bottom: 1px solid #e1e1e1
}

.language-list .nice-select .list .option:hover {
	background-color: transparent !important;
	color: #ff4e0a
}

.language-list .nice-select .list .option .selected {
	background-color: transparent !important;
	font-weight: 400;
	color: #ff4e0a !important
}

.language-list .nice-select:after {
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	height: 6px;
	width: 6px
}

.side-nav .nav-flag-dropdown {
	display: inline-block
}

.navbar-light .navbar-brand .logo-two {
	display: none
}

.main-nav {
	position: inherit;
	background-color: #fff;
	top: 0;
	left: 0;
	z-index: inherit;
	padding: 0;
	width: 100%;
	height: auto
}

.main-nav .navbar {
	padding-left: 0;
	padding-right: 0
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
	color: #ff4e0a !important
}

.main-nav nav .navbar-nav .nav-item a {
	text-transform: capitalize;
	color: #5aa648;
	font-weight: bold;
	margin-left: 12px;
	margin-right: 12px
}

.main-nav nav .navbar-nav .nav-item a i {
	line-height: 0;
	position: relative;
	top: 3px;
	font-size: 18px
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
	color: #ff4e0a !important
}

.main-nav nav .navbar-nav .nav-item a.active {
	color: #ff4e0a !important
}

.main-nav nav .navbar-nav .nav-item a .active::before {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	z-index: 5;
	border: none;
	padding: 0;
	border-radius: 0;
	background-color: #fff !important;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	border-bottom: 1px dashed #ff4e0a4f
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
	border-bottom: none
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	color: #5aa648 !important;
	position: relative;
	-webkit-transition: .7s;
	transition: .7s;
	font-weight: 400;
	padding: 10px 25px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	border-radius: 0;
	color: #ff4e0a !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #ff4e0a !important;
	border-radius: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #ff4e0a !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	left: 100%;
	margin-top: 18px !important;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.nav-btn {
	margin-bottom: -8px
}

.nav-btn .default-btn {
	padding: 10px 30px;
	border-radius: 10px;
}

.nav-two {
	position: absolute;
	background-color: #fff;
	top: 15px;
	left: 0;
	right: 0;
	z-index: 5555;
	padding: 0;
	width: 1240px;
	margin: 0 auto;
	height: auto;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .05);
	box-shadow: 0 0 15px rgba(0, 0, 0, .05)
}

.nav-two .navbar {
	padding-left: 0;
	padding-right: 0
}

.nav-two nav .navbar-nav .nav-item:hover a,
.nav-two nav .navbar-nav .nav-item .active {
	color: #c890ff !important
}

.nav-two nav .navbar-nav .nav-item a:hover,
.nav-two nav .navbar-nav .nav-item a :focus {
	color: #c890ff !important
}

.nav-two nav .navbar-nav .nav-item a.active {
	color: #c890ff !important
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #c890ff !important
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.nav-two nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.nav-two nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #c890ff !important
}

.nav-two nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #c890ff !important
}

.nav-three nav .navbar-nav .nav-item:hover a,
.nav-three nav .navbar-nav .nav-item .active {
	color: #ff4e0a !important
}

.nav-three nav .navbar-nav .nav-item a:hover,
.nav-three nav .navbar-nav .nav-item a :focus {
	color: #ff4e0a !important
}

.nav-three nav .navbar-nav .nav-item a.active {
	color: #ff4e0a !important
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #ff4e0a !important
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.nav-three nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.nav-three nav .navbar-nav .nav-item .dropdown-menu li a .active {
	color: #ff4e0a !important
}

.nav-three nav .navbar-nav .nav-item .dropdown-menu li.active {
	color: #ff4e0a !important
}

.side-nav-responsive {
	display: none
}

.side-nav-responsive .dot-menu {
	padding: 0 10px;
	height: 30px;
	cursor: pointer;
	z-index: 999;
	position: absolute;
	right: 60px;
	top: 12px
}

.side-nav-responsive .dot-menu .circle-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 30px
}

.side-nav-responsive .dot-menu .circle-inner .circle {
	height: 5px;
	width: 5px;
	border-radius: 100%;
	margin: 0 2px;
	-webkit-transition: .7s;
	transition: .7s;
	background-color: #105954
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
	background-color: #ff4e0a
}

.side-nav-responsive .container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.side-nav-responsive .container .container {
	position: absolute;
	top: 55px;
	right: 0;
	max-width: 250px;
	margin-left: auto;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .7s;
	transition: .7s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	z-index: 2;
	padding-left: 15px;
	padding-right: 15px
}

.side-nav-responsive .container .container.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}

.side-nav-responsive .side-nav-inner {
	padding: 10px;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .09);
	background-color: #fff
}

.side-nav-responsive .side-nav-inner .side-nav {
	background-color: #105954;
	padding: 10px 0
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
	padding-left: 10px;
	position: relative;
	display: inline-block
}

.side-nav-responsive .side-nav-inner .side-nav .side-item:last-child {
	padding-right: 10px;
	padding-left: 0
}

.side-nav-responsive .side-nav-inner .side-nav .option-item {
	margin-right: 15px
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list {
	top: -5px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	z-index: 9999;
	text-align: left;
	margin-left: -25px
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .language-list-item {
	height: 0;
	padding: 0 15px;
	border: none;
	color: #fff;
	background-color: transparent;
	font-weight: 400;
	font-size: 15px;
	border-radius: 5px 0 0 5px;
	padding-left: 30px;
	padding-right: 30px
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .language-list-item:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .nice-select {
	height: 0;
	width: 125px;
	line-height: 0;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	text-align: right !important
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 20px;
	width: 125px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #5aa648;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	width: 180px;
	border-bottom: 1px solid #e1e1e1
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .nice-select .list .option:hover {
	background-color: transparent !important;
	color: #ff4e0a
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .nice-select .list .option .selected {
	background-color: transparent !important;
	font-weight: 400;
	color: #ff4e0a !important
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .language-option-list .nice-select:after {
	border-bottom: 1.5px solid #fff;
	border-right: 1.5px solid #fff;
	height: 6px;
	width: 6px
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon {
	line-height: 1;
	position: relative;
	top: 10px
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-one {
	font-size: 35px;
	color: #fff
}

.side-nav-responsive .side-nav-inner .side-nav .option-item .menu-icon .menu-icon-one:hover {
	color: #ff4e0a
}

.sticky-nav {
	top: 0;
	position: fixed;
	-webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
	-webkit-transition: .9s;
	transition: .9s;
	width: 100% !important;
	z-index: 999
}

.sticky-nav .main-nav {
	top: 0;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.sticky-nav .nav-two {
	top: 0;
	background-color: #fff;
	position: fixed;
	z-index: 9999;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px rgba(0, 0, 0, .3);
	border-radius: 0;
	width: 100%
}

.option-item {
	margin-right: 20px;
	display: inline-block;
	position: relative;
	margin-top: -13px
}

.option-item:last-child {
	margin-right: 0
}

.option-item .language-nav-list {
	top: -5px;
	margin-bottom: 0;
	position: relative;
	display: inline-block;
	margin-left: -25px;
	z-index: 9999;
	text-align: left
}

.option-item .language-nav-list .language-list-item {
	height: 0;
	padding: 0 15px;
	border: none;
	color: #5aa648;
	background-color: transparent;
	font-weight: 400;
	font-size: 15px;
	border-radius: 5px 0 0 5px;
	padding-left: 30px;
	padding-right: 30px
}

.option-item .language-nav-list .language-list-item:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.option-item .language-nav-list .nice-select {
	height: 0;
	width: 125px;
	line-height: 0;
	font-size: 15px;
	margin-bottom: 0;
	font-weight: 400;
	border-radius: 0;
	background-color: transparent;
	color: #5aa648;
	border-radius: 5px 0 0 5px;
	z-index: 9999;
	text-align: right !important
}

.option-item .language-nav-list .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 20px;
	width: 125px;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.option-item .language-nav-list .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #5aa648;
	font-weight: 400;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 0;
	width: 180px;
	border-bottom: 1px solid #e1e1e1
}

.option-item .language-nav-list .nice-select .list .option:hover {
	background-color: transparent !important;
	color: #ff4e0a
}

.option-item .language-nav-list .nice-select .list .option .selected {
	background-color: transparent !important;
	font-weight: 400;
	color: #ff4e0a !important
}

.option-item .language-nav-list .nice-select:after {
	border-bottom: 1.5px solid #5aa648;
	border-right: 1.5px solid #5aa648;
	height: 6px;
	width: 6px
}

.option-item .menu-icon {
	line-height: 1;
	position: relative;
	top: 10px;
	z-index: 5
}

.option-item .menu-icon .menu-icon-one {
	font-size: 35px;
	color: #c890ff
}

.option-item .menu-icon .menu-icon-one:hover {
	color: #5aa648
}

.nav-item-btn {
	display: none
}

.sidebar-modal {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: 0 0 20px 3px rgba(0, 0, 0, .05);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	overflow: hidden
}

.sidebar-modal .sidebar-modal-inner {
	position: absolute;
	right: -100%;
	top: 0;
	width: 400px;
	overflow-y: scroll;
	height: 100%;
	background-color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	z-index: 1;
	padding: 40px
}

.sidebar-modal .sidebar-header {
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px
}

.sidebar-modal .sidebar-header .sidebar-logo {
	display: inline-block
}

.sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo-two {
	display: none
}

.sidebar-modal .sidebar-header .close-btn {
	display: inline-block;
	font-size: 20px;
	-webkit-transition: all .5s;
	transition: all .5s;
	cursor: pointer;
	width: 30px;
	height: 30px;
	line-height: 32px;
	background-color: #105954;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	margin-top: 15px;
	float: right
}

.sidebar-modal .sidebar-header .close-btn:hover {
	background-color: #c890ff
}

.sidebar-modal .sidebar-about {
	margin-bottom: 30px
}

.sidebar-modal .sidebar-about .title h2 {
	margin-bottom: 0;
	font-size: 24px
}

.sidebar-modal .sidebar-about .title p {
	margin-bottom: 0;
	font-size: 15px
}

.sidebar-modal .contact-us {
	margin-bottom: 30px
}

.sidebar-modal .contact-us h2 {
	font-size: 20px;
	margin-bottom: 25px
}

.sidebar-modal .contact-us ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.sidebar-modal .contact-us ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 20px;
	color: #555
}

.sidebar-modal .contact-us ul li:last-child {
	margin-bottom: 0
}

.sidebar-modal .contact-us ul li i {
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 28px;
	color: #5aa648
}

.sidebar-modal .contact-us ul li a {
	display: block;
	color: #555
}

.sidebar-modal .contact-us ul li a:hover {
	color: #5aa648
}

.sidebar-modal .sidebar-room-feed {
	margin-bottom: 30px
}

.sidebar-modal .sidebar-room-feed h2 {
	margin-bottom: 25px;
	font-size: 20px
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li {
	display: inline-block;
	padding-left: 100px;
	position: relative;
	margin-bottom: 20px
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li:last-child {
	margin-bottom: 0
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li img {
	position: absolute;
	top: 0;
	left: 0;
	height: 80px;
	width: 80px
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content {
	max-width: 170px;
	margin-top: 15px;
	margin-bottom: 15px
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content h3 {
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 700
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content h3 a {
	color: #555
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content h3:hover a {
	color: #5aa648
}

.sidebar-modal .sidebar-room-feed .sidebar-room-content li .content span {
	font-size: 15px
}

.sidebar-modal .sidebar-follow-us h2 {
	font-size: 20px;
	margin-bottom: 25px
}

.sidebar-modal .sidebar-follow-us .social-wrap {
	line-height: 1
}

.sidebar-modal .sidebar-follow-us .social-wrap {
	list-style: none;
	margin: 0;
	padding: 0
}

.sidebar-modal .sidebar-follow-us .social-wrap li {
	display: inline-block;
	padding-right: 10px
}

.sidebar-modal .sidebar-follow-us .social-wrap li a i {
	font-size: 20px;
	color: #5aa648
}

.sidebar-modal .sidebar-follow-us .social-wrap li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px)
}

.sidebar-modal.active {
	opacity: 1;
	visibility: visible;
	background-color: rgba(0, 0, 0, .9)
}

.sidebar-modal.active .sidebar-modal-inner {
	right: 0
}

.banner-area {
	background-image: url(../img/home-one.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1
}

.banner-area::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: -webkit-gradient(linear, left top, right top, from(#ffffff85), to(#ffffff00));
	background-image: linear-gradient(to right, #ffffff85, #ffffff00);
	z-index: -1
}

.banner-content {
	padding: 160px 0 230px;
	max-width: 650px;
	margin-right: auto;
	position: relative
}

.banner-content h1 {
	font-size: 60px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
	color: #5aa648
}

.banner-content p {
	font-size: 18px;
	margin-bottom: 30px;
	color: #5aa648
}

.banner-area-three {
	background-image: url(../img/home-three.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.banner-max {
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 160px 0 162px
}

.banner-area-two {
	background-image: -webkit-gradient(linear, left top, right top, from(#ffffff85), to(#FEF4F2));
	background-image: linear-gradient(to right, #ffffff85, #FEF4F2);
	padding-top: 180px;
	padding-bottom: 85px
}

.banner-another {
	max-width: 540px;
	margin-left: auto;
	position: relative
}

.banner-another h1 {
	font-size: 50px;
	line-height: 1.2;
	font-weight: 700;
	margin-bottom: 20px;
	color: #5aa648
}

.banner-another p {
	font-size: 17px;
	margin-bottom: 30px;
	color: #555
}

.banner-another .banner-shape {
	position: absolute;
	top: -80px;
	left: -70px
}

.banner-another .banner-shape img {
	height: 550px
}

.banner-img {
	max-width: 600px;
	margin-right: auto;
	position: relative;
	z-index: 1
}

.banner-img::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 30px;
	right: -30px;
	width: 100%;
	height: 90%;
	background-image: url(../img/home-two/home-two-bg.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 50px;
	opacity: .5
}

.banner-img img {
	border-radius: 50px
}

.banner-form {
	position: relative;
	z-index: 1;
	margin-top: -70px;
	background-color: #f5f5f5;
	padding: 25px 40px 22px;
	border-radius: 15px;
	max-width: 870px;
	margin-right: auto
}

.banner-form .form-group {
	position: relative;
	margin-bottom: 0;
	position: relative
}

.banner-form .form-group i {
	font-size: 20px;
	position: absolute;
	top: 55%;
	left: 95px
}

.banner-form .form-group label {
	font-weight: 600;
	color: #105954;
	margin-bottom: 0
}

.banner-form .form-group .form-control {
	height: 40px;
	padding: 0 10px;
	font-size: 15px;
	border: none;
	color: #555;
	background-color: transparent;
	font-weight: 500;
	border-radius: 0;
	z-index: 55
}

.banner-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.banner-form .default-btn {
	float: right;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.banner-form .nice-select {
	height: 40px;
	width: 100%;
	font-size: 15px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 0;
	padding-left: 20px;
	border-radius: 50px;
	background-color: #ff4e0a;
	color: #fff;
	z-index: 1
}

.banner-form .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500;
	z-index: 1
}

.banner-form .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #555;
	padding-left: 20px;
	padding-right: 20px;
	z-index: 55
}

.banner-form .nice-select .list .option:hover {
	background-color: #ff4e0a !important;
	color: #fff
}

.banner-form .nice-select .list .option .selected {
	background-color: transparent;
	font-weight: 600
}

.banner-form .nice-select::after {
	height: 8px;
	width: 8px;
	border-color: #555;
	right: auto;
	top: 42%;
	left: 35px
}

.inner-banner {
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.inner-banner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #105954;
	opacity: .5
}

.inner-banner .inner-title {
	/**	padding-top: 150px;
	padding-bottom: 150px; **/

	padding-top: 25px;
	padding-bottom: 25px;
	position: relative;
}

.inner-banner .inner-title ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.inner-banner .inner-title ul li {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-right: 5px;
	position: relative;
	font-weight: 500;
	font-family: open sans, sans-serif
}

.inner-banner .inner-title ul li:last-child {
	margin-right: 0
}

.inner-banner .inner-title ul li a {
	color: #fff
}

.inner-banner .inner-title ul li a:hover {
	color: #ff4e0a
}

.inner-banner .inner-title ul li i {
	font-size: 24px;
	color: #fff;
	position: relative;
	top: 5px
}

.inner-banner .inner-title h3 {
	margin-top: 10px;
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	position: relative;
	font-family: open sans, sans-serif
}

.inner-bg1 {
	background-image: url(../img/inner-banner/bg1.JPG)
}

.inner-bg2 {
	background-image: url(../img/inner-banner/inner-banner2.jpg)
}

.inner-bg3 {
	background-image: url(../img/inner-banner/inner-banner3.jpg)
}

.inner-bg4 {
	background-image: url(../img/inner-banner/inner-banner4.jpg)
}

.inner-bg5 {
	background-image: url(../img/inner-banner/inner-banner5.jpg)
}

.inner-bg6 {
	background-image: url(../img/inner-banner/inner-banner6.jpg)
}

.inner-bg7 {
	background-image: url(../img/inner-banner/inner-banner7.jpg)
}

.inner-bg8 {
	background-image: url(../img/inner-banner/inner-banner8.jpg)
}

.inner-bg9 {
	background-image: url(../img/inner-banner/inner-banner9.jpg)
}

.inner-bg10 {
	background-image: url(../img/inner-banner/inner-banner10.jpg)
}

.inner-bg11 {
	background-image: url(../img/inner-banner/inner-banner11.jpg)
}

.inner-bg12 {
	background-image: url(../img/inner-banner/inner-banner12.jpg)
}

.about-img {
	max-width: 540px;
	margin-left: auto;
	margin-bottom: 70px;
	margin-top: 40px;
	position: relative;
	z-index: 1
}

.about-img img {
	border-radius: 15px
}

.about-img::before {
	content: '';
	position: absolute;
	top: -40px;
	left: -70px;
	width: 70%;
	height: 115%;
	background-color: #f5f5f5;
	z-index: -1;
	border-radius: 50px
}

.about-img-2 {
	max-width: 630px;
	margin-left: auto;
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.about-content {
	max-width: 560px;
	margin-right: auto;
	margin-left: 30px;
	margin-bottom: 30px
}

.about-content .section-title {
	margin-bottom: 20px
}

.about-content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.about-content ul li {
	display: block;
	padding-left: 70px;
	position: relative;
	margin-bottom: 25px
}

.about-content ul li i {
	font-size: 50px;
	color: #ff4e0a;
	position: absolute;
	top: -10px;
	left: 0
}

.about-content ul li .content h3 {
	margin-bottom: 5px
}

.about-content ul li .content p {
	margin-bottom: 0;
	max-width: 400px
}

.about-content .about-form {
	margin-top: 30px;
	background-color: #fef7f6;
	padding: 25px 15px;
	border-radius: 15px
}

.about-content .about-form .form-group {
	position: relative;
	margin-bottom: 20px;
	position: relative
}

.about-content .about-form .form-group i {
	font-size: 20px;
	position: absolute;
	top: 60%;
	right: 10px
}

.about-content .about-form .form-group label {
	font-weight: 600;
	color: #105954;
	margin-bottom: 10px
}

.about-content .about-form .form-group .form-control {
	height: 45px;
	padding: 0 15px;
	border: none;
	color: #5aa648;
	background-color: #fff;
	font-weight: 400;
	border-radius: 50px;
	font-size: 15px
}

.about-content .about-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	z-index: 5
}

.about-content .about-form .input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.about-content .about-form .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
	border-radius: 50px
}

.about-content .about-form .default-btn {
	float: right;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%
}

.about-content .about-form .nice-select {
	height: 50px;
	width: 100%;
	line-height: 42px;
	font-size: 15px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-radius: 50px;
	background-color: #ff4e0a;
	color: #fff
}

.about-content .about-form .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0
}

.about-content .about-form .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #5aa648;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 0
}

.about-content .about-form .nice-select .list .option:hover {
	background-color: #ff4e0a !important;
	color: #fff
}

.about-content .about-form .nice-select .list .option .selected {
	background-color: transparent;
	font-weight: 600
}

.about-content .about-form .nice-select::after {
	height: 8px;
	width: 8px;
	border-color: #555;
	right: auto;
	top: 45%;
	right: 20px
}

.choose-area .section-title h2 {
	max-width: 600px;
	margin: 0 auto
}

.choose-card {
	background-color: #f5f5f5;
	/**	padding: 30px; **/
	padding: 15px;
	-webkit-transition: .7s;
	transition: .7s;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	box-shadow: 1px 0px 6px 0px #131313bf;
}

.choose-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	height: 0;
	opacity: 0;
	-webkit-transition: .7s;
	transition: .7s
}

.choose-card:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.choose-card:hover::before {
	height: 100%;
	opacity: 1
}

.choose-card:hover i {
	background-color: #fef7f6
}

.choose-card i {
	width: 90px;
	height: 90px;
	background-color: #fff;
	font-size: 45px;
	color: #ff4e0a;
	border-radius: 50px;
	line-height: 90px;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px
}

.choose-card h3 {
	margin-bottom: 10px
}

.choose-card p {
	margin-bottom: 15px
}

.choose-card .read-btn {
	padding: 6px 16px;
	color: #5aa648;
	border: 1px solid #ff4e0a
}

.choose-card .read-btn:hover {
	color: #fff;
	background-color: #ff4e0a
}

.gallery-tab .tabs {
	margin: 0;
	padding: 0;
	list-style: none
}

.gallery-tab .tabs li {
	display: inline-block;
	background-color: #f5f5f5;
	margin: 0 -3px
}

.gallery-tab .tabs li a {
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #555;
	padding: 10px 24px
}

.gallery-tab .tabs li a:focus {
	color: #fff;
	background-color: #ff4e0a
}

.gallery-tab .tabs li.active a {
	color: #fff;
	background-color: #ff4e0a
}

.gallery-tab .tabs li.current a {
	color: #fff;
	background-color: #ff4e0a
}

.single-gallery {
	position: relative;
	margin-bottom: 30px
}

.single-gallery:hover .gallery-icon {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.single-gallery:hover img {
	-webkit-filter: brightness(.5);
	filter: brightness(.5)
}

.single-gallery .gallery-icon {
	position: absolute;
	text-align: center;
	top: 45%;
	left: 0;
	right: 0;
	margin: 0 auto;
	font-size: 20px;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 45px;
	background-color: #ff4e0a;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .7s;
	transition: .7s
}

.single-gallery .gallery-icon:hover {
	background-color: #105954;
	color: #fff
}

.single-gallery .gallery-icon:hover::before {
	border-color: #105954
}

.single-gallery .gallery-icon::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 1px solid #ff4e0a;
	-webkit-animation: scale 1s linear 2s infinite;
	animation: scale 1s linear 2s infinite
}





.services-area {
	position: relative
}

.services-area .section-title h2 {
	max-width: 650px;
	margin: 0 auto
}

.services-area .owl-nav {
	margin-top: 0
}

.services-area .owl-nav .owl-prev {
	position: absolute;
	top: 50%;
	left: -5%;
	font-size: 25px !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.services-area .owl-nav .owl-prev:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.services-area .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	right: -5%;
	color: #555 !important;
	font-size: 25px !important;
	background-color: transparent !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.services-area .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.services-item {
	background-color: #f5f5f5;
	padding: 30px;
	border-radius: 5px;
	margin-bottom: 30px
}

.services-item:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.services-item:hover i {
	background-color: #f5f5f5
}

.services-item i {
	width: 100px;
	height: 100px;
	background-color: #fff;
	font-size: 65px;
	color: #ff4e0a;
	border-radius: 50px;
	line-height: 100px;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px
}

.services-item h3 {
	margin-bottom: 10px
}

.services-item h3 a {
	color: #5aa648;
	display: block
}

.services-item p {
	margin-bottom: 10px;
	display: block
}

.services-item .get-btn {
	display: inline-block;
	color: #ff4e0a;
	font-weight: 500;
	margin-bottom: 0;
	position: relative
}

.services-item .get-btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #ff4e0a;
	-webkit-transition: .9s;
	transition: .9s;
	opacity: .5
}

.services-item .get-btn:hover {
	color: #105954;
	letter-spacing: .5px
}

.services-item .get-btn:hover::before {
	background-color: #105954;
	opacity: 1
}

.services-area-two .section-title h2 {
	max-width: 450px;
	margin: 0 auto
}

.services-card {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 30px 20px;
	border-radius: 5px;
	margin-bottom: 30px;
	text-align: center
}

.services-card:hover {
	background-color: #fef7f6
}

.services-card:hover i {
	background-color: #fff
}

.services-card:hover h3 a {
	color: #c890ff
}

.services-card i {
	width: 90px;
	height: 90px;
	background-color: #f5f5f5;
	font-size: 45px;
	color: #c890ff;
	border-radius: 50px;
	line-height: 90px;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px
}

.services-card h3 {
	margin-bottom: 10px
}

.services-card h3 a {
	color: #5aa648;
	display: block
}

.services-card p {
	margin-bottom: 10px;
	display: block
}

.services-card .get-btn {
	display: inline-block;
	color: #c890ff;
	font-weight: 600;
	position: relative
}

.services-card .get-btn::before {
	content: '';
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 1px;
	left: 0;
	right: 0;
	background-color: #c890ff;
	-webkit-transition: .9s;
	transition: .9s;
	opacity: .5
}

.services-card .get-btn:hover {
	color: #5aa648;
	letter-spacing: .25px
}

.services-card .get-btn:hover::before {
	background-color: #5aa648;
	opacity: 1
}

.services-area-three .section-title h2 {
	max-width: 650px;
	margin: 0 auto
}

.service-item-two {
	margin-bottom: 30px;
	padding: 30px;
	position: relative;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.service-item-two:hover .read-btn {
	color: #fff !important;
	background-color: #ff4e0a
}

.service-item-two i {
	font-size: 75px;
	color: #ff4e0a;
	position: absolute;
	top: 30px;
	left: 30px;
	line-height: 1
}

.service-item-two .content {
	padding-left: 100px
}

.service-item-two .content h3 {
	margin-bottom: 10px
}

.service-item-two .content h3 a {
	color: #5aa648;
	display: block
}

.service-item-two .content p {
	margin-bottom: 15px
}

.service-item-two .content .read-btn {
	padding: 6px 16px;
	color: #5aa648;
	border: 1px solid #ff4e0a
}

.service-item-two .content .read-btn:hover {
	color: #fff;
	background-color: #ff4e0a
}

.service-article .service-article-img {
	margin-bottom: 30px
}

.service-article .service-article-title h2 {
	font-size: 26px;
	margin-bottom: 20px;
	max-width: 500px
}

.service-article .service-article-content p {
	margin-bottom: 20px
}

.service-article .service-article-content .blockquote {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 40px;
	background-color: #fef7f6;
	padding: 30px
}

.service-article .service-article-content .blockquote::before {
	content: '\f10c';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 120px;
	font-weight: 400;
	color: #ff4e0a;
	font-family: Flaticon;
	line-height: 0;
	opacity: .2
}

.service-article .service-article-content .blockquote::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	background-color: #ff4e0a
}

.service-article .service-article-content .blockquote p {
	font-size: 20px;
	color: #555;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 20px
}

.service-article .service-facility-content {
	margin-bottom: 20px
}

.service-article .service-facility-content h2 {
	font-size: 26px;
	color: #5aa648;
	margin-bottom: 15px
}

.service-article .service-facility-content p {
	margin-bottom: 15px
}

.service-article .service-facility-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.service-article .service-facility-content ul li {
	display: block;
	margin-bottom: 10px
}

.service-article .service-facility-content ul li:last-child {
	margin-bottom: 0
}

.service-article .service-facility-content ul li:hover {
	color: #ff4e0a
}

.service-article .service-facility-content ul li:hover i {
	color: #5aa648
}

.service-article .service-facility-content ul li i {
	color: #ff4e0a;
	margin-right: 10px
}

.service-article .more-services h2 {
	font-size: 26px;
	color: #5aa648;
	margin-bottom: 20px
}

.services-bar-widget {
	margin-bottom: 35px;
	background-color: #f5f5f5
}

.services-bar-widget .title {
	font-size: 20px;
	color: #5aa648;
	padding: 20px 20px 0;
	font-weight: 700
}

.services-bar-widget .side-bar-categories {
	padding: 10px 15px 20px
}

.services-bar-widget .side-bar-categories ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.services-bar-widget .side-bar-categories ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	background-color: #fef7f6;
	border: 1px solid #ff4e0a7a
}

.services-bar-widget .side-bar-categories ul li:hover {
	background-color: #ff4e0a
}

.services-bar-widget .side-bar-categories ul li a {
	display: inline-block;
	color: #105954;
	font-weight: 400;
	padding: 8px 20px;
	font-weight: 600
}

.services-bar-widget .side-bar-categories ul li a:hover {
	color: #fff
}

.services-bar-widget .side-bar-list {
	padding: 10px 15px 20px
}

.services-bar-widget .side-bar-list ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.services-bar-widget .side-bar-list ul li {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
	background-color: #fef7f6;
	border: 1px solid #ff4e0a7a
}

.services-bar-widget .side-bar-list ul li:hover {
	background-color: #ff4e0a
}

.services-bar-widget .side-bar-list ul li a {
	display: inline-block;
	color: #105954;
	font-weight: 400;
	padding: 8px 20px;
	font-weight: 600;
	position: relative;
	width: 100%
}

.services-bar-widget .side-bar-list ul li a i {
	position: absolute;
	top: 12px;
	right: 20px;
	font-size: 24px;
	text-align: right
}

.services-bar-widget .side-bar-list ul li a:hover {
	color: #fff
}

.reservation-content {
	margin-bottom: 30px
}

.reservation-content .section-title {
	margin-bottom: 25px
}

.reservation-content .section-title h2 a {
	display: block;
	color: #5aa648
}

.reservation-img {
	margin-bottom: 30px
}

.reservation-img img {
	border-radius: 50px
}

.reservation-tab {
	margin-top: 20px
}

.reservation-tab .tabs {
	margin: 0;
	padding: 0;
	list-style: none
}

.reservation-tab .tabs li {
	display: inline-block;
	background-color: #f5f5f5;
	margin: 0 -3px
}

.reservation-tab .tabs li a {
	display: inline-block;
	position: relative;
	font-size: 17px;
	font-weight: 500;
	color: #555;
	padding: 10px 24px
}

.reservation-tab .tabs li a:focus {
	color: #fff;
	background-color: #ff4e0a
}

.reservation-tab .tabs li.active a {
	color: #fff;
	background-color: #ff4e0a
}

.reservation-tab .tabs li.current a {
	color: #fff;
	background-color: #ff4e0a
}

.tab .tabs_item {
	display: none
}

.tab .tabs_item:first-child {
	display: block
}

.reservation-widget-content {
	padding: 25px 30px 0;
	margin-bottom: 30px;
	background-color: #f5f5f5;
	border-radius: 15px
}

.reservation-widget-content h2 {
	font-size: 26px;
	margin-bottom: 25px
}

.reservation-room {
	background-color: #fff !important
}

.reservation-room:hover {
	background-color: #fef7f6 !important;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.reservation-room .content p {
	border-bottom: 1px solid #ff4e0a !important
}

.reservation-room .content .book-btn {
	background-color: #ff4e0a !important;
	border-radius: 0 !important
}

.reservation-room .content .book-btn:hover {
	background-color: #105954 !important
}

.ability-content .section-title {
	margin-bottom: 30px
}

.ability-content .section-title p {
	max-width: 500px
}

.ability-content .ability-counter {
	margin-bottom: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 23px 30px 30px;
	border-radius: 15px;
	text-align: center
}

.ability-content .ability-counter h3 {
	font-size: 45px;
	color: #c890ff;
	margin-bottom: 0
}

.ability-content .ability-counter p {
	font-size: 20px;
	margin-bottom: 0;
	color: #5aa648;
	font-weight: 600
}

.ability-img {
	margin-bottom: 60px;
	position: relative;
	z-index: 1;
	margin-top: 30px;
	margin-left: 30px
}

.ability-img img {
	border-radius: 15px
}

.ability-img::before {
	content: '';
	position: absolute;
	z-index: -1;
	right: -70px;
	top: -30px;
	width: 70%;
	height: 112%;
	background-color: #fff;
	border-radius: 50px
}

.ability-img-2 {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.ability-img-2 img {
	border-radius: 50px
}

.ability-img-2::before {
	content: '';
	position: absolute;
	z-index: -1;
	right: -30px;
	top: 30px;
	width: 70%;
	height: 90%;
	background-color: #ff4e0a;
	border-radius: 50px
}

.text-color {
	color: #ff4e0a !important
}

.specialty-area .section-title h2 {
	max-width: 540px;
	margin: 0 auto
}

.specialty-img {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.specialty-img::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 30px;
	left: -30px;
	background-image: url(../img/specialty/specialty-img2.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 90%;
	border-radius: 50px;
	-webkit-filter: brightness(.7);
	filter: brightness(.7)
}

.specialty-img img {
	border-radius: 50px
}

.specialty-img-3 {
	margin-bottom: 30px
}

.specialty-img-3 img {
	border-radius: 50px
}

.specialty-list {
	margin-left: 30px
}

.specialty-list .section-title {
	margin-bottom: 30px
}

.specialty-list .section-title h2 {
	max-width: 540px;
	margin-left: 0
}

.specialty-list .specialty-list-card {
	background-color: #f5f5f5;
	margin-bottom: 25px;
	padding: 30px;
	padding-left: 130px;
	position: relative;
	z-index: 1;
	border-radius: 15px;
	-webkit-transition: .7s;
	transition: .7s
}

.specialty-list .specialty-list-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	border-radius: 15px;
	opacity: 0;
	background-color: #fff;
	-webkit-transition: .7s;
	transition: .7s
}

.specialty-list .specialty-list-card:hover::before {
	width: 100%;
	opacity: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.specialty-list .specialty-list-card:hover i {
	background-color: #f5f5f5
}

.specialty-list .specialty-list-card i {
	position: absolute;
	left: 30px;
	width: 85px;
	height: 85px;
	line-height: 85px;
	background-color: #fff;
	color: #ff4e0a;
	display: inline-block;
	text-align: center;
	border-radius: 50px;
	font-size: 50px;
	margin-bottom: 15px
}

.specialty-list .specialty-list-card h3 {
	margin-bottom: 10px
}

.specialty-list .specialty-list-card p {
	margin-bottom: 0
}

.room-card {
	margin-bottom: 30px;
	background-color: #fff;
	overflow: hidden;
	/** -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1) **/
	box-shadow: 1px 0px 6px 0px #131313bf;
}

.room-card:hover {
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.room-card:hover a img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.room-card a {
	display: block;
	overflow: hidden
}

.room-card a img {
	-webkit-transition: .7s;
	transition: .7s
}

.room-card .content {
	padding: 20px;
	position: relative
}

.room-card .content h3 {
	margin-bottom: 10px
}

.room-card .content h3 a {
	display: block;
	color: #5aa648
}

.room-card .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.room-card .content ul li {
	font-size: 16px;
	color: #ff4e0a;
	display: inline-block;
	margin-right: 20px;
	position: relative;
	font-weight: 600
}

.room-card .content ul li:last-child {
	margin-right: 0
}

.room-card .content ul li:last-child::before {
	display: none
}

.room-card .content ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	right: -12px;
	background-color: #ff4e0a;
	width: 2px;
	height: 15px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}

.room-card .content .rating {
	position: absolute;
	top: 24px;
	right: 20px;
	font-size: 16px;
	color: #ff4e0a;
	display: inline-block
}





.room-area-two {
	margin-bottom: 20px
}

.room-area-two .owl-dots {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.room-area-two .owl-dots .owl-dot span {
	background-color: #c890ff54 !important;
	-webkit-transition: .7s;
	transition: .7s;
	margin: 0 7px;
	width: 14px !important;
	height: 14px !important
}

.room-area-two .owl-dots .owl-dot.active span {
	background-color: #c890ff !important
}

.room-area-two .owl-dots .owl-dot:hover span {
	background-color: #c890ff !important
}

.room-item {
	margin-bottom: 30px;
	background-color: #fef7f6;
	border-radius: 15px;
	box-shadow: 1px 0px 6px 0px #131313bf;
}

.room-item:hover {
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.room-item a {
	display: block
}

.room-item a img {
	border-radius: 15px
}

.room-item .content {
	padding: 20px 20px 30px;
	position: relative
}

.room-item .content h3 {
	margin-bottom: 10px
}

.room-item .content h3 a {
	display: block;
	color: #5aa648
}

.room-item .content p {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c890ff
}

.room-item .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.room-item .content ul li {
	font-size: 16px;
	color: #c890ff;
	display: inline-block;
	margin-right: 10px;
	position: relative;
	font-weight: 600
}

.room-item .content ul li span {
	color: #5aa648
}

.room-item .content ul li:last-child {
	margin-right: 0
}

.room-item .content ul li:last-child::before {
	display: none
}

.room-item .content ul li::before {
	content: '';
	position: absolute;
	top: 7px;
	right: -7px;
	background-color: #5aa648;
	width: 2px;
	height: 15px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg)
}

.room-item .content .book-btn {
	position: absolute;
	bottom: 25px;
	right: 20px;
	background-color: #c890ff;
	padding: 6px 18px;
	color: #fff;
	border-radius: 50px
}

.room-item .content .book-btn:hover {
	background-color: #105954
}

.room-card-two {
	background-color: #fff;
	z-index: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	position: relative;
	padding: 20px;
	border-radius: 15px
}

.room-card-two::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #f5f5f5;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	border-radius: 15px
}

.room-card-two:hover::before {
	width: 100%;
	opacity: 1
}

.room-card-two .room-card-img {
	padding-left: 15px
}

.room-card-two .room-card-img a {
	display: block
}

.room-card-two .room-card-img a img {
	border-radius: 15px
}

.room-card-two .room-card-content {
	padding: 0 20px;
	position: relative
}

.room-card-two .room-card-content h3 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
	max-width: 270px
}

.room-card-two .room-card-content h3 a {
	color: #5aa648
}

.room-card-two .room-card-content span {
	color: #ff4e0a
}

.room-card-two .room-card-content .rating {
	font-size: 16px;
	color: #ff4e0a;
	display: inline-block;
	position: absolute;
	top: 44px;
	right: 30px
}

.room-card-two .room-card-content p {
	margin-bottom: 10px;
	margin-top: 5px
}

.room-card-two .room-card-content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.room-card-two .room-card-content ul li {
	display: inline-block;
	color: #5aa648;
	font-size: 15px;
	margin-right: 15px;
	margin-bottom: 10px
}

.room-card-two .room-card-content ul li:last-child {
	margin-right: 0
}

.room-card-two .room-card-content ul li i {
	font-size: 18px;
	color: #ff4e0a;
	margin-right: 5px;
	position: relative;
	top: 3px
}

.room-card-two .room-card-content .book-more-btn {
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #ff4e0a;
	padding: 6px 18px;
	color: #fff
}

.room-card-two .room-card-content .book-more-btn:hover {
	background-color: #105954
}

.side-bar-form {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 30px 20px;
	border-radius: 15px
}

.side-bar-form h3 {
	font-size: 22px;
	margin-bottom: 20px
}

.side-bar-form .form-group {
	position: relative;
	margin-bottom: 20px;
	position: relative
}

.side-bar-form .form-group i {
	font-size: 20px;
	position: absolute;
	top: 60%;
	right: 10px;
	color: #ff4e0a
}

.side-bar-form .form-group label {
	font-weight: 600;
	color: #105954;
	margin-bottom: 10px
}

.side-bar-form .form-group .form-control {
	height: 45px;
	padding: 0 15px;
	border: none;
	color: #5aa648;
	background-color: #fff;
	font-weight: 400;
	border-radius: 5px
}

.side-bar-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.side-bar-form .default-btn {
	float: right;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%
}

.side-bar-form .nice-select {
	height: 50px;
	width: 100%;
	line-height: 42px;
	font-size: 15px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-radius: 50px;
	background-color: #ff4e0a;
	color: #fff
}

.side-bar-form .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.side-bar-form .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #5aa648;
	padding-left: 20px;
	padding-right: 20px
}

.side-bar-form .nice-select .list .option:hover {
	background-color: #ff4e0a !important;
	color: #fff
}

.side-bar-form .nice-select .list .option .selected {
	background-color: transparent;
	font-weight: 600
}

.side-bar-form .nice-select::after {
	height: 8px;
	width: 8px;
	border-color: #ff4e0a;
	right: auto;
	top: 45%;
	right: 20px
}

.side-bar-plan {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 0 20px 30px;
	border-radius: 15px
}

.side-bar-plan h3 {
	padding-top: 30px;
	font-size: 22px;
	margin-bottom: 20px
}

.side-bar-plan ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.side-bar-plan ul li {
	display: inline-block;
	padding: 7px 10px;
	margin: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	color: #555;
	font-size: 14px;
	font-weight: 500;
	background-color: #fff
}

.side-bar-plan ul li:hover {
	background-color: #ff4e0a;
	border-color: #ff4e0a
}

.side-bar-plan ul li a {
	color: #555
}

.side-bar-plan ul li:hover a {
	color: #fff
}

.room-details-slider {
	position: relative
}

.room-details-slider .owl-nav {
	margin-top: 0
}

.room-details-slider .owl-nav .owl-prev {
	position: absolute;
	top: 42%;
	left: 3%;
	font-size: 25px !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.room-details-slider .owl-nav .owl-prev:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.room-details-slider .owl-nav .owl-next {
	position: absolute;
	top: 42%;
	right: 3%;
	color: #555 !important;
	font-size: 25px !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.room-details-slider .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.room-details-item {
	margin-bottom: 30px
}

.room-details-item img {
	border-radius: 15px
}

.room-details-title {
	margin-bottom: 30px;
	border-bottom: 1px solid #bababd;
	padding-bottom: 15px
}

.room-details-title h2 {
	font-size: 26px;
	margin-bottom: 20px;
	max-width: 650px
}

.room-details-title ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.room-details-title ul li {
	display: inline-block;
	color: #555;
	margin-right: 35px;
	position: relative;
	font-size: 18px;
	font-weight: 500
}

.room-details-title ul li:hover {
	color: #ff4e0a
}

.room-details-title ul li:last-child {
	margin-right: 0
}

.room-details-content p {
	margin-bottom: 20px
}

.room-details-review {
	margin-bottom: 30px
}

.room-details-review h2 {
	font-size: 26px;
	margin-bottom: 10px
}

.room-details-review .review-ratting {
	margin-bottom: 20px
}

.room-details-review .review-ratting h3 {
	font-size: 16px;
	color: #555;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 500
}

.room-details-review .review-ratting i {
	color: #ff4e0a;
	display: inline-block
}

.room-details-review .form-group {
	margin-bottom: 20px
}

.room-details-review .form-group .form-control {
	height: 50px;
	color: #5aa648;
	border: 1px solid #c4c0c0be;
	background-color: #f5f5f5;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%;
	font-weight: 500
}

.room-details-review .form-group .form-control:focus {
	outline: none;
	border-color: #5aa648;
	-webkit-box-shadow: none;
	box-shadow: none
}

.room-details-review .form-group textarea.form-control {
	height: auto
}

.room-details-review .default-btn {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.room-details-other .room-details-text {
	margin-bottom: 30px
}

.room-details-other .room-details-text h2 {
	font-size: 26px;
	margin-bottom: 0
}

.testimonials-area {
	position: relative
}

.testimonials-area .section-title h2 {
	max-width: 650px;
	margin: 0 auto
}

.testimonials-area .owl-nav {
	margin-top: 0
}

.testimonials-area .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: -5%;
	font-size: 25px !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.testimonials-area .owl-nav .owl-prev:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.testimonials-area .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	right: -5%;
	color: #555 !important;
	font-size: 25px !important;
	background-color: transparent !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.testimonials-area .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.testimonials-item {
	background-color: #f5f5f5;
	padding: 30px 20px;
	margin-bottom: 30px;
	border-radius: 15px
}

.testimonials-item i {
	color: #ff4e0a;
	/**	font-size: 40px; **/
	font-size: 25px;
	line-height: 1;
	/**	margin-bottom: 20px; **/
	margin-bottom: 10px
}

.testimonials-item p {
	margin-top: 10px;
	margin-bottom: 15px
}

.testimonials-item ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.testimonials-item ul li {
	display: inline-block;
	padding-left: 70px;
	position: relative
}

.testimonials-item ul li img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: unset !important
}

.testimonials-item ul li h3 {
	margin-bottom: 0
}

.testimonials-item ul li span {
	margin-bottom: 0
}

.testimonials-img {
	position: relative;
	margin-left: 50px;
	margin-bottom: 30px
}

.testimonials-img img {
	border-radius: 15px
}

.testimonials-img .content {
	position: absolute;
	bottom: 60px;
	left: -50px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	padding: 20px 50px;
	border-radius: 15px
}

.testimonials-img .content h3 {
	margin-bottom: 0
}

.testimonials-img .content span {
	margin-bottom: 0
}

.testimonials-area-two {
	margin-bottom: 30px
}

.testimonials-area-two .section-title h2 {
	max-width: 650px;
	margin: 0 auto
}

.testimonials-area-two .owl-dots {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.testimonials-area-two .owl-dots .owl-dot span {
	background-color: #c890ff54 !important;
	-webkit-transition: .7s;
	transition: .7s;
	margin: 0 7px;
	width: 14px !important;
	height: 14px !important
}

.testimonials-area-two .owl-dots .owl-dot.active span {
	background-color: #c890ff !important
}

.testimonials-area-two .owl-dots .owl-dot:hover span {
	background-color: #c890ff !important
}

.testimonials-content {
	background-color: #fef7f6;
	padding: 70px 40px;
	position: relative;
	left: -100px;
	border-radius: 20px;
	margin-bottom: 30px
}

.testimonials-content::before {
	content: '\f10c';
	position: absolute;
	font-family: Flaticon;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	font-size: 250px;
	color: #c890ff;
	margin: 0 auto;
	text-align: center;
	opacity: .08
}

.testimonials-content i {
	font-size: 50px;
	color: #c890ff;
	line-height: 1
}

.testimonials-content p {
	padding-top: 10px;
	margin-bottom: 10px
}

.testimonials-content span {
	margin-bottom: 0
}

.testimonials-img-two {
	position: relative;
	z-index: 1;
	margin-left: 30px;
	margin-bottom: 30px
}

.testimonials-img-two::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 30px;
	left: -30px;
	width: 70%;
	height: 90%;
	background-color: #fff8e6
}

.testimonials-area-another {
	margin-bottom: 30px
}

.testimonials-area-another .section-title h2 {
	max-width: 600px;
	margin: 0 auto
}

.testimonials-area-another .owl-dots {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.testimonials-area-another .owl-dots .owl-dot span {
	background-color: #ff4e0a96 !important;
	-webkit-transition: .7s;
	transition: .7s;
	margin: 0 7px;
	width: 12px !important;
	height: 12px !important
}

.testimonials-area-another .owl-dots .owl-dot.active span {
	background-color: #ff4e0a !important
}

.testimonials-area-another .owl-dots .owl-dot:hover span {
	background-color: #ff4e0a !important
}

.testimonials-area-three {
	margin-bottom: 30px
}

.testimonials-area-three .section-title h2 {
	max-width: 600px;
	margin: 0 auto
}

.testimonials-slider-area .owl-dots {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.testimonials-slider-area .owl-dots .owl-dot span {
	background-color: #ff4e0a87 !important;
	-webkit-transition: .7s;
	transition: .7s;
	margin: 0 7px
}

.testimonials-slider-area .owl-dots .owl-dot.active span {
	background-color: #ff4e0a !important
}

.testimonials-slider-area .owl-dots .owl-dot:hover span {
	background-color: #ff4e0a !important
}

.testimonials-slider-content {
	margin-bottom: 30px;
	margin-left: 30px
}

.testimonials-slider-content i {
	color: #ff4e0a;
	font-size: 40px;
	line-height: 1.6;
	margin-bottom: 20px
}

.testimonials-slider-content p {
	margin-bottom: 15px
}

.testimonials-slider-content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.testimonials-slider-content ul li {
	display: inline-block;
	padding-left: 70px;
	position: relative
}

.testimonials-slider-content ul li img {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	width: unset !important
}

.testimonials-slider-content ul li h3 {
	margin-bottom: 0
}

.testimonials-slider-content ul li span {
	margin-bottom: 0
}

.faq-img {
	margin-bottom: 30px
}

.faq-img img {
	border-radius: 50px
}

.faq-content {
	max-width: 540px;
	margin-right: auto;
	/**	margin-bottom: 30px; **/
	margin-bottom: 30px;
}

.faq-content .section-title {
	margin-bottom: 30px
}

.faq-content .faq-accordion .accordion {
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;
	border: none
}

.faq-content .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 15px;
	border: 1px solid #ff4e0a
}

.faq-content .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0
}

.faq-content .faq-accordion .accordion .accordion-title {
	padding: 10px 60px 10px 20px;
	color: #5aa648;
	text-decoration: none;
	position: relative;
	display: block;
	font-family: "noto serif", serif;
	font-size: 18px;
	font-weight: 600
}

.faq-content .faq-accordion .accordion .accordion-title i {
	position: absolute;
	right: 15px;
	top: 11px;
	font-size: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 24px;
	width: 30px;
	height: 30px;
	color: #ff4e0a;
	text-align: center;
	line-height: 30px;
	background-color: transparent
}

.faq-content .faq-accordion .accordion .accordion-title.active i::before {
	content: "\eb8b"
}

.faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
	margin-top: -5px
}

.faq-content .faq-accordion .accordion .accordion-content {
	display: none;
	position: relative;
	margin-top: 0;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px
}

.faq-content .faq-accordion .accordion .accordion-content p {
	margin-top: -6px;
	line-height: 1.8;
	font-size: 15px;
	margin-bottom: 3px
}

.faq-content .faq-accordion .accordion .accordion-content.show {
	display: block
}

.faq-content-bg .faq-accordion .accordion .accordion-item {
	border: none !important;
	background-color: #fff;
	border-radius: 10px
}

.faq-content-bg .faq-accordion .accordion .accordion-title i {
	color: #5aa648
}

.faq-content-bg .faq-accordion .accordion .accordion-title.active i::before {
	content: "\ea57"
}

.faq-content-bg2 .faq-accordion .accordion .accordion-item {
	border: none !important;
	background-color: #fff
}

.faq-content-bg2 .faq-accordion .accordion .accordion-item .accordion-title i {
	color: #5aa648
}

.faq-img-2 {
	margin-bottom: 30px;
	margin-left: 30px
}

.faq-img-2 img {
	border-radius: 0 50px 0 50px
}

.faq-img-3 {
	margin-bottom: 60px;
	margin-left: 30px;
	position: relative;
	z-index: 1
}

.faq-img-3::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -30px;
	width: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	height: 112%;
	background-color: #fff;
	text-align: center
}

.faq-form .contact-form .section-title {
	margin-bottom: 30px
}

.contact-content .section-title {
	margin-bottom: 30px
}

.contact-content .contact-img {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.contact-content .contact-img img {
	border-radius: 50px
}

.contact-content .contact-img::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 30px;
	left: -30px;
	width: 70%;
	height: 87%;
	background-color: #ff4e0a;
	border-radius: 50px
}

.contact-form {
	padding: 50px 30px;
	max-width: 800px;
	position: relative;
	z-index: 1;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #f5f5f5
}

.contact-form .form-group {
	margin-bottom: 20px;
	position: relative
}

.contact-form .form-group.checkbox-option {
	position: relative
}

.contact-form .form-group.checkbox-option #chb2 {
	position: absolute;
	top: 6px;
	left: 0
}

.contact-form .form-group.checkbox-option p {
	padding-left: 25px;
	font-size: 15px
}

.contact-form .form-group.checkbox-option p a {
	color: #ff4e0a
}

.contact-form .form-group.checkbox-option p a:hover {
	color: #c890ff
}

.contact-form .form-group .form-control {
	height: 50px;
	color: #5aa648;
	border: 1px solid #ebebeb;
	background-color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	width: 100%;
	font-weight: 500
}

.contact-form .form-group .form-control:focus {
	outline: none;
	border-color: #5aa648;
	-webkit-box-shadow: none;
	box-shadow: none
}

.contact-form .form-group textarea.form-control {
	height: auto
}

.contact-form .with-errors {
	float: left;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	color: red;
	font-weight: 400;
	display: block
}

.contact-form .text-danger {
	font-size: 18px;
	margin-top: 15px
}

.contact-form .default-btn {
	border: 0;
	outline: none;
	padding: 14px 60px;
	width: 100%
}

.contact-form .form-group .form-control::-webkit-input-placeholder {
	color: #5aa648
}

.contact-form .form-group .form-control:-ms-input-placeholder {
	color: #5aa648
}

.contact-form .form-group .form-control::-ms-input-placeholder {
	color: #5aa648
}

.contact-form .form-group .form-control::placeholder {
	color: #5aa648
}

.contact-another-content .section-title {
	margin-bottom: 30px
}

.contact-item {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 30px
}

.contact-item ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.contact-item ul li {
	display: block;
	position: relative;
	padding-left: 85px;
	margin-bottom: 20px
}

.contact-item ul li:last-child {
	margin-bottom: 0
}

.contact-item ul li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background-color: #fff;
	color: #ff4e0a;
	font-size: 40px;
	text-align: center;
	border-radius: 5px
}

.contact-item ul li .content {
	padding-top: 7px;
	padding-bottom: 7px
}

.contact-item ul li .content span {
	display: block;
	color: #555;
	font-size: 17px;
	font-weight: 600
}

.contact-item ul li .content span a {
	display: block;
	color: #555
}

.contact-item ul li .content span a:hover {
	color: #ff4e0a
}

.contact-another-img {
	margin-bottom: 30px
}

.contact-another-img img {
	border-radius: 50px
}

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

.user-all-form {
	margin-bottom: 30px
}

.user-all-form .contact-form {
	max-width: 650px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px
}

.user-all-form .contact-form .section-title {
	margin-bottom: 30px
}

.user-all-form .contact-form .agree-label label {
	font-weight: 500;
	color: #5aa648;
	margin-left: 10px
}

.user-all-form .contact-form .forget {
	margin-bottom: 15px;
	float: right;
	color: #5aa648;
	font-weight: 500
}

.user-all-form .contact-form .forget:hover {
	color: #ff4e0a
}

.user-all-form .contact-form .account-desc {
	margin-top: 15px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 0
}

.user-all-form .contact-form .account-desc a {
	color: #ff4e0a
}

.user-all-form .contact-form .account-desc a:hover {
	color: #ff4e0a
}

.team-area .section-title h2 {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto
}

.team-area .owl-nav {
	margin-top: 0
}

.team-area .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: -5%;
	font-size: 25px !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.team-area .owl-nav .owl-prev:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.team-area .owl-nav .owl-next {
	position: absolute;
	top: 45%;
	right: -5%;
	color: #555 !important;
	font-size: 25px !important;
	background-color: transparent !important;
	-webkit-transition: .7s;
	transition: .7s;
	width: 40px;
	height: 40px;
	list-style: 40px;
	background-color: #fff !important;
	color: #5aa648 !important;
	border-radius: 50px;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.team-area .owl-nav .owl-next:hover {
	color: #fff !important;
	background-color: #ff4e0a !important
}

.team-item {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden
}

.team-item:hover .content {
	bottom: 0
}

.team-item:hover .content .social-link {
	opacity: 1
}

.team-item a {
	display: block
}

.team-item a img {
	border-radius: 15px
}

.team-item .content {
	background-color: #f5f5f5;
	padding: 20px;
	position: absolute;
	bottom: -45px;
	left: 0;
	right: 0;
	border-radius: 15px;
	-webkit-transition: .7s;
	transition: .7s;
	text-align: center
}

.team-item .content h3 {
	margin-bottom: 0;
	font-size: 24px
}

.team-item .content h3 a {
	color: #5aa648
}

.team-item .content span {
	color: #555
}

.team-item .content .social-link {
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	opacity: 0;
	-webkit-transition: .9s;
	transition: .9s
}

.team-item .content .social-link li {
	display: inline-block;
	margin-right: 5px
}

.team-item .content .social-link li a {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: #fff
}

.team-item .content .social-link li:nth-child(1) a {
	background-color: #3b5998
}

.team-item .content .social-link li:nth-child(1) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-item .content .social-link li:nth-child(2) a {
	background-color: #55acee
}

.team-item .content .social-link li:nth-child(2) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-item .content .social-link li:nth-child(3) a {
	background-color: #3f729b
}

.team-item .content .social-link li:nth-child(3) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-item .content .social-link li:nth-child(4) a {
	background-color: red
}

.team-item .content .social-link li:nth-child(4) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-area-two .section-title h2 {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto
}

.team-card {
	position: relative;
	margin-bottom: 30px
}

.team-card a {
	display: block
}

.team-card a img {
	border-radius: 15px
}

.team-card:hover .social-link {
	-webkit-transform: scale(1);
	transform: scale(1)
}

.team-card .content {
	background-color: #fef7f6;
	padding: 20px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	border-radius: 15px;
	-webkit-transition: .7s;
	transition: .7s;
	width: 80%;
	margin: 0 auto
}

.team-card .content h3 {
	margin-bottom: 0;
	font-size: 24px
}

.team-card .content h3 a {
	color: #5aa648
}

.team-card .content span {
	color: #555
}

.team-card .social-link {
	position: absolute;
	top: 30px;
	right: 30px;
	margin: 10px 0 0;
	padding: 0;
	list-style: none;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: .9s;
	transition: .9s
}

.team-card .social-link li {
	display: block;
	margin-bottom: 10px
}

.team-card .social-link li a {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: #fff
}

.team-card .social-link li:nth-child(1) a {
	background-color: #3b5998
}

.team-card .social-link li:nth-child(1) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-card .social-link li:nth-child(2) a {
	background-color: #55acee
}

.team-card .social-link li:nth-child(2) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-card .social-link li:nth-child(3) a {
	background-color: #3f729b
}

.team-card .social-link li:nth-child(3) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-card .social-link li:nth-child(4) a {
	background-color: red
}

.team-card .social-link li:nth-child(4) a:hover {
	background-color: #5aa648;
	-webkit-animation: tada 1s linear;
	animation: tada 1s linear
}

.team-area-three {
	margin-bottom: 20px
}

.team-area-three .section-title h2 {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto
}

.team-area-three .owl-dots {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.team-area-three .owl-dots .owl-dot span {
	background-color: #ee796c6b !important;
	-webkit-transition: .7s;
	transition: .7s;
	margin: 0 7px
}

.team-area-three .owl-dots .owl-dot.active span {
	background-color: #ff4e0a !important
}

.team-area-three .owl-dots .owl-dot:hover span {
	background-color: #ff4e0a !important
}

.team-style-area .section-title h2 {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto
}

.book-img {
	margin-bottom: 30px;
	position: relative;
	z-index: 1
}

.book-img img {
	border-radius: 50px
}

.book-img .book-shape {
	position: absolute;
	z-index: -1;
	top: 50px;
	left: -50px
}

.book-img .book-shape img {
	border-radius: 0;
	height: 460px
}

.book-content {
	margin-bottom: 30px;
	margin-left: 20px
}

.book-content .section-title {
	margin-bottom: 20px
}

.book-content-two {
	margin-bottom: 30px
}

.book-content-two .section-title {
	margin-bottom: 20px
}

.book-img-2 {
	position: relative;
	z-index: -1;
	margin-bottom: 30px;
	margin-top: 30px
}

.book-img-2::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: -30px;
	width: 60%;
	height: 112%;
	background-color: #fff8e6;
	right: -30px
}

.booking-form {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 30px 20px;
	border-radius: 15px
}

.booking-form h3 {
	font-size: 26px;
	margin-bottom: 20px
}

.booking-form .form-group {
	position: relative;
	margin-bottom: 20px;
	position: relative
}

.booking-form .form-group i {
	font-size: 20px;
	position: absolute;
	top: 60%;
	right: 10px;
	color: #c890ff
}

.booking-form .form-group label {
	font-weight: 600;
	color: #105954;
	margin-bottom: 10px
}

.booking-form .form-group .form-control {
	height: 45px;
	padding: 0 15px;
	border: none;
	color: #5aa648;
	background-color: #fff;
	font-weight: 400;
	border-radius: 5px
}

.booking-form .form-group .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none
}

.booking-form .default-btn {
	float: right;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 100%
}

.booking-form .nice-select {
	height: 50px;
	width: 100%;
	line-height: 42px;
	font-size: 15px;
	margin-bottom: 20px;
	padding-left: 20px;
	border-radius: 50px;
	background-color: #ff4e0a;
	color: #fff
}

.booking-form .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.booking-form .nice-select .list .option {
	-webkit-transition: .6s;
	transition: .6s;
	color: #5aa648;
	padding-left: 20px;
	padding-right: 20px
}

.booking-form .nice-select .list .option:hover {
	background-color: #ff4e0a !important;
	color: #fff
}

.booking-form .nice-select .list .option .selected {
	background-color: transparent;
	font-weight: 600
}

.booking-form .nice-select::after {
	height: 8px;
	width: 8px;
	border-color: #c890ff;
	right: auto;
	top: 45%;
	right: 20px
}

.billing-details {
	margin-bottom: 30px;
	background-color: #fff;
	padding: 50px 30px 25px;
	-webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

.billing-details h3 {
	font-size: 24px;
	color: #5aa648;
	margin-bottom: 15px;
	font-weight: 600
}

.billing-details .form-group {
	margin-bottom: 25px
}

.billing-details .form-group label {
	color: #555;
	display: block;
	margin-bottom: 10px;
	font-weight: 500
}

.billing-details .form-group label span {
	color: #ff4e0a
}

.billing-details .form-group .form-control {
	height: 50px;
	color: #2d3652;
	border: 1px solid #e8e8e8;
	background-color: #fcfcff;
	border-radius: 0;
	padding: 10px 20px;
	width: 100%
}

.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #555
}

.billing-details .form-group .form-message {
	font-size: 16px;
	border: 1px solid #e8e8e8;
	background-color: #fcfcff;
	padding: 18px;
	font-weight: 400;
	width: 100%
}

.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #555
}

.billing-details .form-group .nice-select {
	float: unset;
	line-height: 45px;
	color: #555;
	padding-top: 0;
	padding-bottom: 0;
	font-weight: 500
}

.billing-details .form-group .nice-select .list {
	background-color: #fff;
	-webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	box-shadow: 0 0 29px 0 rgba(102, 102, 102, .1);
	border-radius: 0;
	margin-top: 0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px
}

.billing-details .form-group .nice-select .list .option {
	-webkit-transition: .5s;
	transition: .5s;
	padding-left: 20px;
	padding-right: 20px
}

.billing-details .form-group .nice-select .list .option:hover {
	background-color: #5aa648 !important;
	color: #fff
}

.billing-details .form-group .nice-select .list .option:focus {
	border: none;
	outline: none
}

.billing-details .form-group .nice-select .list .option .selected {
	background-color: transparent
}

.billing-details .form-group .nice-select:after {
	right: 20px
}

.billing-details .form-check {
	margin-bottom: 15px
}

.billing-details .form-check .form-check-input {
	width: 15px;
	height: 15px
}

.billing-details .form-check .form-check-label {
	color: #555;
	margin-left: 5px;
	font-weight: 500
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
	background-color: #5aa648 !important;
	color: #fff !important;
	border: none;
	outline: none
}

.payment-box {
	background-color: #fff;
	-webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	box-shadow: 0 5px 28px rgba(0, 0, 0, .07);
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 50px 30px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto
}

.payment-box .payment-method p [type=radio]:checked {
	display: none
}

.payment-box .payment-method p [type=radio]:checked+label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #5aa648;
	position: relative;
	margin-bottom: 8px
}

.payment-box .payment-method p [type=radio]:checked+label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff
}

.payment-box .payment-method p [type=radio]:checked+label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #ff4e0a;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.payment-box .payment-method p [type=radio]:not(:checked) {
	display: none
}

.payment-box .payment-method p [type=radio]:not(:checked)+label {
	padding-left: 27px;
	cursor: pointer;
	display: block;
	font-weight: 600;
	color: #172541;
	position: relative;
	margin-bottom: 8px
}

.payment-box .payment-method p [type=radio]:not(:checked)+label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 18px;
	height: 18px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background: #fff
}

.payment-box .payment-method p [type=radio]:not(:checked)+label::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #5aa648;
	position: absolute;
	top: 6px;
	left: 3px;
	border-radius: 50%;
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0);
	transform: scale(0)
}

.payment-box .order-btn {
	margin-top: 20px;
	display: block;
	text-align: center;
	width: 100%;
	padding: 12px 27px;
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	background-color: #ff4e0a
}

.payment-box .order-btn::before {
	content: "";
	position: absolute;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #c890ff;
	z-index: -1;
	-webkit-transition: all .5s;
	transition: all .5s
}

.payment-box .order-btn:hover {
	color: #fff;
	border: none
}

.payment-box .order-btn:hover::before {
	left: auto;
	right: 0;
	width: 100%
}

.billing-details .form-group .nice-select .option:hover,
.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus {
	background-color: #5aa648 !important;
	color: #fff !important
}

.terms-conditions-img {
	margin-bottom: 30px
}

.terms-conditions-img img {
	width: 100%
}

.single-content {
	margin-bottom: 30px
}

.single-content h3 {
	font-size: 24px;
	color: #5aa648;
	margin-bottom: 15px
}

.single-content p {
	margin-bottom: 15px
}

.blog-area .section-title h2 {
	max-width: 640px;
	margin: 0 auto
}

.blog-card {
	background-color: #fff;
	z-index: 1;
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	position: relative;
	padding: 20px;
	border-radius: 15px
}

.blog-card::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 0;
	height: 100%;
	background-color: #f5f5f5;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	border-radius: 15px
}

.blog-card:hover::before {
	width: 100%;
	opacity: 1
}

.blog-card .blog-img {
	padding-left: 15px
}

.blog-card .blog-img a {
	display: block
}

.blog-card .blog-img a img {
	border-radius: 15px
}

.blog-card .blog-content {
	padding: 0 20px
}

.blog-card .blog-content span {
	font-size: 16px;
	color: #ff4e0a;
	margin-bottom: 10px
}

.blog-card .blog-content h3 {
	margin-top: 10px;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 700;
	max-width: 270px
}

.blog-card .blog-content h3 a {
	color: #5aa648
}

.blog-card .blog-content p {
	margin-bottom: 10px
}

.blog-card .blog-content .read-btn {
	color: #ff4e0a;
	display: block
}

.blog-card .blog-content .read-btn:hover {
	color: #5aa648
}

.blog-card .blog-color span {
	color: #c890ff
}

.blog-card .blog-color .read-btn {
	color: #c890ff
}

.blog-item {
	background-color: #f5f5f5;
	z-index: 1;
	/**
	-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1); **/
	margin-bottom: 30px;
	border-radius: 15px;
	position: relative;
	box-shadow: 1px 0px 6px 0px #131313bf;
}

.blog-item::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	-webkit-transition: .7s;
	transition: .7s;
	opacity: 0;
	border-radius: 15px
}

.blog-item:hover::before {
	height: 100%;
	opacity: 1
}

.blog-item a {
	display: block
}

.blog-item .content {
	padding: 20px
}

.blog-item .content ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-item .content ul li {
	display: inline-block;
	font-size: 16px;
	color: #555;
	margin-right: 25px
}

.blog-item .content ul li:last-child {
	margin-right: 0
}

.blog-item .content ul li i {
	margin-right: 5px;
	font-size: 18px;
	position: relative;
	top: 2px
}

.blog-item .content ul li:last-child {
	margin-right: 0
}

.blog-item .content h3 {
	margin-top: 10px;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	max-width: 270px
}

.blog-item .content h3 a {
	color: #5aa648
}

.blog-item .content p {
	margin-bottom: 15px
}

.blog-item .content .read-btn {
	background-color: transparent;
	padding: 8px 24px;
	color: #5aa648;
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 1;
	font-size: 15px;
	border-radius: 5px;
	border: 1px solid #ff4e0a
}

.blog-item .content .read-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	width: 0;
	height: 50%;
	background-color: #ff4e0a;
	z-index: -1;
	-webkit-transition: all .7s;
	transition: all .7s;
	opacity: 0
}

.blog-item .content .read-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0%;
	width: 0;
	height: 50%;
	background-color: #ff4e0a;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all .8s;
	transition: all .8s
}

.blog-item .content .read-btn:hover {
	color: #fff
}

.blog-item .content .read-btn:hover::before {
	width: 100%;
	color: #fff;
	opacity: 1
}

.blog-item .content .read-btn:hover::after {
	width: 100%;
	opacity: 1;
	color: #fff
}

.blog-article {
	margin-bottom: 30px
}

.blog-article .blog-article-img {
	margin-bottom: 30px
}

.blog-article .blog-article-title {
	margin-bottom: 30px;
	border-bottom: 1px solid #ff4e0a;
	padding-bottom: 15px
}

.blog-article .blog-article-title h2 {
	font-size: 30px;
	margin-bottom: 20px;
	max-width: 650px
}

.blog-article .blog-article-title ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.blog-article .blog-article-title ul li {
	display: inline-block;
	color: #5aa648;
	margin-right: 30px;
	position: relative
}

.blog-article .blog-article-title ul li i {
	color: #ff4e0a
}

.blog-article .blog-article-title ul li:last-child {
	margin-right: 0
}

.blog-article .article-content p {
	margin-bottom: 20px
}

.blog-article .article-content .blockquote {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
	margin-top: 40px;
	background-color: #fef7f6;
	padding: 30px
}

.blog-article .article-content .blockquote::before {
	content: '\f10c';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 120px;
	font-weight: 400;
	color: #ff4e0a;
	font-family: Flaticon;
	line-height: 0;
	opacity: .2
}

.blog-article .article-content .blockquote::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	text-align: center;
	font-size: 50px;
	font-weight: 400;
	background-color: #ff4e0a
}

.blog-article .article-content .blockquote p {
	font-size: 20px;
	color: #555;
	font-weight: 500;
	margin-top: 10px;
	margin-bottom: 0;
	margin-left: 20px
}

.blog-article .another-content p {
	margin-bottom: 20px
}

.blog-article .another-content .content-img {
	margin-top: 40px;
	margin-bottom: 30px
}

.blog-article .another-content .content-img img {
	border-radius: 15px
}

.blog-article .comments-wrap .title {
	font-size: 30px;
	margin-bottom: 30px;
	color: #5aa648
}

.blog-article .comments-wrap ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.blog-article .comments-wrap ul li {
	position: relative;
	padding: 30px;
	padding-left: 95px;
	margin-bottom: 30px;
	background-color: #f5f5f5
}

.blog-article .comments-wrap ul li:last-child {
	margin-bottom: 0
}

.blog-article .comments-wrap ul li img {
	position: absolute;
	top: 30px;
	left: 30px;
	border-radius: 50%
}

.blog-article .comments-wrap ul li h3 {
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500
}

.blog-article .comments-wrap ul li span {
	margin-bottom: 10px;
	display: block;
	font-size: 14px;
	color: #8b8b8b
}

.blog-article .comments-wrap ul li p {
	margin-bottom: 0
}

.blog-article .comments-wrap ul li a {
	position: absolute;
	top: 27px;
	right: 30px;
	color: #ff4e0a;
	font-weight: 600
}

.blog-article .comments-wrap ul li a:hover {
	color: #5aa648
}

.blog-article .comments-form {
	margin-top: 40px
}

.blog-article .comments-form .contact-form {
	max-width: 100%
}

.blog-article .comments-form .contact-form h2 {
	font-size: 26px;
	margin-bottom: 30px
}

.blog-article .comments-form .contact-form .form-group .form-control {
	border-color: #fef7f6;
	border-radius: 0
}

.side-bar-wrap {
	margin-bottom: 30px
}

.side-bar-widget {
	margin-bottom: 30px
}

.search-widget {
	margin-bottom: 30px;
	background-color: #f5f5f5;
	padding: 20px
}

.search-widget .search-form {
	position: relative
}

.search-widget .search-form .form-control {
	height: 50px;
	border: none;
	background-color: #fff;
	padding: 10px 20px;
	width: 100%;
	border-radius: 0
}

.search-widget .search-form .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0
}

.search-widget .search-form button {
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 50px;
	background-color: #ff4e0a;
	-webkit-transition: all .5s;
	transition: all .5s;
	border: none;
	outline: none
}

.search-widget .search-form button i {
	color: #fff
}

.search-widget .search-form button:hover {
	background-color: #105954
}

.side-bar-widget {
	margin-bottom: 30px;
	background-color: #f5f5f5
}

.side-bar-widget .title {
	font-size: 20px;
	color: #5aa648;
	padding: 20px 0 0 20px;
	font-weight: 600;
	position: relative;
	display: inline-block
}

.side-bar-widget .widget-popular-post {
	position: relative;
	overflow: hidden;
	padding: 20px
}

.side-bar-widget .widget-popular-post .item {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px
}

.side-bar-widget .widget-popular-post .item:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.side-bar-widget .widget-popular-post .item .thumb {
	float: left;
	overflow: hidden;
	position: relative;
	margin-right: 15px
}

.side-bar-widget .widget-popular-post .item .thumb .full-image {
	width: 80px;
	height: 80px;
	display: inline-block;
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center center !important;
	position: relative;
	background-color: #555
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
	background-image: url(../img/blog/blog-item-img1.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
	background-image: url(../img/blog/blog-item-img2.jpg)
}

.side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
	background-image: url(../img/blog/blog-item-img3.jpg)
}

.side-bar-widget .widget-popular-post .item .info {
	overflow: hidden
}

.side-bar-widget .widget-popular-post .item .info .title-text {
	margin-bottom: 5px;
	line-height: 1.5;
	font-size: 17px;
	font-weight: 700;
	max-width: 215px
}

.side-bar-widget .widget-popular-post .item .info .title-text a {
	display: inline-block;
	color: #5aa648
}

.side-bar-widget .widget-popular-post .item .info .title-text a:hover {
	color: #ff4e0a
}

.side-bar-widget .widget-popular-post .item .info ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.side-bar-widget .widget-popular-post .item .info ul li {
	display: inline-block;
	margin-right: 15px
}

.side-bar-widget .widget-popular-post .item .info ul li:last-child {
	margin-right: 0
}

.side-bar-widget .side-bar-widget-tag {
	list-style: none;
	margin: 0;
	padding: 10px 20px 20px
}

.side-bar-widget .side-bar-widget-tag li {
	display: inline-block;
	padding: 7px 15px;
	margin: 5px;
	-webkit-transition: .7s;
	transition: .7s;
	color: #555;
	font-size: 14px;
	font-weight: 600;
	background-color: #fff
}

.side-bar-widget .side-bar-widget-tag li:hover {
	background-color: #ff4e0a;
	border-color: #ff4e0a
}

.side-bar-widget .side-bar-widget-tag li a {
	color: #555
}

.side-bar-widget .side-bar-widget-tag li:hover a {
	color: #fff
}

.restaurant-item {
	padding: 20px;
	margin-bottom: 30px;
	background-color: #fef7f6;
	border-radius: 5px
}

.restaurant-item .restaurant-img {
	padding-left: 15px
}

.restaurant-item .restaurant-content {
	padding: 20px
}

.restaurant-item .restaurant-content h3 {
	font-size: 20px;
	color: #5aa648;
	margin-bottom: 10px
}

.restaurant-item .restaurant-content h3 a {
	color: #5aa648;
	display: block
}

.restaurant-item .restaurant-content h3 a:hover {
	color: #ff4e0a
}

.restaurant-item .restaurant-content p {
	margin-bottom: 10px
}

.restaurant-item .restaurant-content h4 {
	font-size: 30px;
	color: #ff4e0a;
	margin-bottom: 0
}

.pagination-area {
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center
}

.pagination-area .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #ff4e0a;
	background-color: #f5f5f5;
	text-align: center;
	display: inline-block;
	position: relative;
	margin-left: 3px;
	margin-right: 3px;
	font-size: 18px;
	border-radius: 50px
}

.pagination-area .page-numbers:hover {
	background-color: #ff4e0a;
	color: #fff
}

.pagination-area .page-numbers i {
	position: relative;
	font-size: 25px;
	top: 5px
}

.pagination-area .page-numbers.current {
	background-color: #ff4e0a;
	color: #fff
}

.error-area .error-content {
	text-align: center;
	position: relative;
	padding-top: 140px;
	padding-bottom: 140px
}

.error-area .error-content h1 {
	font-size: 300px;
	line-height: .7;
	font-weight: 700;
	color: #105954
}

.error-area .error-content h1 span {
	color: #ff4e0a
}

.error-area .error-content h3 {
	margin: 30px 0 0;
	position: relative;
	color: #5aa648;
	font-size: 35px
}

.error-area .error-content p {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 18px;
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	color: #5aa648
}

.coming-soon-area {
	position: relative;
	height: 100vh;
	overflow: hidden;
	background-image: url(../img/inner-banner/inner-banner9.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}

.coming-soon-area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 800px;
	height: 100%;
	-webkit-animation: radius-border 7s linear infinite alternate forwards;
	animation: radius-border 7s linear infinite alternate forwards;
	background-color: #000;
	opacity: .3;
	margin: auto
}

.coming-soon-area .coming-soon-content {
	text-align: center;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 2;
	padding: 50px 30px
}

.coming-soon-area .coming-soon-content h1 {
	margin-bottom: 0;
	color: #fff;
	font-size: 60px
}

.coming-soon-area .coming-soon-content p {
	font-size: 16px;
	max-width: 600px;
	margin-top: 15px;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	color: #fff
}

.coming-soon-area .coming-soon-content #timer {
	margin-top: 20px
}

.coming-soon-area .coming-soon-content #timer div {
	display: inline-block;
	color: #fff;
	position: relative;
	margin-left: 35px;
	margin-right: 35px;
	font-size: 45px;
	font-weight: 700
}

.coming-soon-area .coming-soon-content #timer div span {
	display: block;
	text-transform: capitalize;
	margin-top: -15px;
	font-size: 16px;
	font-weight: 400;
	color: #fff
}

.coming-soon-area .coming-soon-content #timer div:last-child {
	margin-right: 0
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
	display: none
}

.coming-soon-area .coming-soon-content #timer div:first-child {
	margin-left: 0
}

.coming-soon-area .coming-soon-content #timer div::before {
	content: "";
	position: absolute;
	right: -50px;
	top: -10px;
	font-size: 70px;
	color: #fff
}

.coming-soon-area .coming-soon-content .newsletter-form {
	position: relative;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
	display: block;
	width: 100%;
	height: 60px;
	border: none;
	background-color: #fff;
	padding-left: 15px;
	outline: 0;
	-webkit-transition: .5s;
	transition: .5s;
	border-radius: 0;
	border: 1px solid #fff;
	color: #5aa648
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
	border-color: #555
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
	border: 0;
	outline: 0;
	border-radius: 0 !important
}

.coming-soon-area .coming-soon-content .newsletter-form button {
	position: absolute;
	right: 0;
	top: 0;
	height: 60px;
	padding: 0 30px;
	text-transform: uppercase;
	outline: 0;
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
	font-weight: 500;
	font-size: 15px;
	cursor: pointer
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
	border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
	border-radius: 0
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
	color: #fff;
	background-color: #190f3c
}

.coming-soon-area .coming-soon-content ul {
	list-style: none;
	margin-top: 30px;
	padding: 0
}

.coming-soon-area .coming-soon-content ul li {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 50px;
	font-size: 18px;
	background-color: #ff4e0a;
	color: #fff;
	border-radius: 50px;
	margin-right: 10px
}

.coming-soon-area .coming-soon-content ul li a {
	color: #fff
}

.coming-soon-area .coming-soon-content ul li:hover {
	background-color: #105954
}

.coming-soon-area #validator-newsletter {
	text-align: left;
	color: #dc3545 !important
}

.footer-bg {
	background-color: #105954
}

.footer-widget {
	margin-bottom: 30px
}

.footer-widget .footer-logo {
	margin-bottom: 20px
}

.footer-widget h3 {
	margin-top: 0;
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff
}

.footer-widget p {
	margin-bottom: 20px;
	color: #fff
}

.footer-widget .footer-list-contact {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-list-contact li {
	display: block;
	color: #fff;
	margin-bottom: 10px;
	position: relative;
	padding-left: 30px
}

.footer-widget .footer-list-contact li:last-child {
	margin-bottom: 0
}

.footer-widget .footer-list-contact li i {
	color: #fff;
	margin-right: 5px;
	position: absolute;
	left: 0;
	top: 3px;
	font-size: 20px
}

.footer-widget .footer-list-contact li a {
	color: #fff
}

.footer-widget .footer-list-contact li:hover i {
	color: #ff4e0a
}

.footer-widget .footer-list-contact li:hover a {
	color: #ff4e0a
}

.footer-widget .footer-list {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-widget .footer-list li {
	display: block;
	margin-bottom: 10px;
	font-weight: 500
}

.footer-widget .footer-list li:last-child {
	margin-bottom: 0
}

.footer-widget .footer-list li a {
	color: #fff;
	font-weight: 500
}

.footer-widget .footer-list li a i {
	font-size: 18px;
	position: relative;
	top: 3px;
	margin-right: 5px
}

.footer-widget .footer-list li a:hover {
	color: #ff4e0a
}

.footer-widget .footer-form .form-group {
	margin-bottom: 15px
}

.footer-widget .footer-form .form-group .form-control {
	border: 0;
	border-radius: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px
}

.footer-widget .footer-form .form-group .form-control:focus {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}

.footer-widget .footer-form .form-group .form-control:hover {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none
}

.footer-widget .footer-form .default-btn {
	width: 100%;
	border: none
}

.footer-widget .footer-form .validation-danger {
	font-size: 16px;
	margin-top: 15px;
	color: red
}

.copy-right-area {
	padding: 15px 0;
	border-top: 1px solid #ff4e0a
}

.copy-right-area .copy-right-text p {
	color: #fff;
	margin-bottom: 0
}

.copy-right-area .copy-right-text p a {
	color: #fff;
	border-bottom: 1px solid #fff
}

.copy-right-area .copy-right-text p a:hover {
	color: #ff4e0a;
	border-color: #ff4e0a
}

.copy-right-area .social-icon .social-link {
	margin: 0;
	padding: 0;
	list-style: none
}

.copy-right-area .social-icon .social-link li {
	display: inline-block;
	margin-right: 5px
}

.copy-right-area .social-icon .social-link li a {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #fff
}

.copy-right-area .social-icon .social-link li:hover a {
	background-color: #fff;
	border-color: #fff;
	border-radius: 50px;
	color: #105954
}

.text-align1 {
	text-align: left
}

.text-align2 {
	text-align: right
}

.copy-right-top {
	border-top: 1px solid #c890ff
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	display: none;
	z-index: 99
}


/* why choose us css home page  */

/* SECTION */
.why-resort-exp {
	position: relative;
	padding: 100px 5%;
	overflow: hidden;
	background: linear-gradient(135deg, #0c2a24, #134e42);
}

/* HEADER */
.why-exp-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	text-align: center;
	margin-bottom: 80px;
}

/* ===============================
   FORCE CLEAR IMAGES (NO BLUR)
================================ */

.why-exp-card,
.why-exp-card * {
	opacity: 1 !important;
	filter: none !important;
	backdrop-filter: none !important;
}

/* Remove any overlay */
.why-exp-card::before,
.why-exp-card::after {
	display: none !important;
}

/* Image clarity */
.why-exp-card img {
	opacity: 1 !important;
	filter: none !important;
	mix-blend-mode: normal !important;
	transform: none !important;
}

/* Remove gradients if applied */
.why-exp-card {
	background: transparent !important;
}

.why-exp-card img {
	filter: brightness(0.6);
	filter: blur(2px);
}

.why-exp-card::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}

.why-exp-card {
	opacity: 0.9;
}


.header-text h2 {
	font-size: 46px;
	color: #fff;
	margin: 0;
	animation: fadeUp 1s ease forwards;
}

.header-text p {
	color: #e8e8e8;
	margin-top: 10px;
	font-size: 16px;
	animation: fadeUp 1.4s ease forwards;
}

/* ICONS */
.header-icon {
	font-size: 90px;
	color: rgba(255, 255, 255, 0.95);
	animation: floatIcon 4s ease-in-out infinite;
}

.header-icon.right {
	animation-delay: 1.5s;
}

/* GRID */
.why-exp-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 40px;
	max-width: 1200px;
	margin: auto;
}

.why-exp-card {
	position: relative;
	overflow: hidden;
	border-radius: 20px;
	height: 380px;
}

.why-exp-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.why-exp-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
}

.white-box {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	z-index: 2;
	animation: fadeUp 1.8s ease forwards;
}

.why-exp-badge {
	display: inline-block;
	background: #134e42;
	color: #fff;
	padding: 5px 12px;
	border-radius: 20px;
	font-size: 12px;
	margin-bottom: 10px;
}

.white-box h3 {
	margin: 5px 0;
	font-size: 20px;
	color: #134e42;
}

.white-box p {
	font-size: 14px;
	color: #555;
	line-height: 1.5;
}

/* ANIMATIONS */
@keyframes floatIcon {
	0% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-18px);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(25px);
	}

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

/* RESPONSIVE */
@media (max-width: 768px) {
	.why-exp-header {
		flex-direction: column;
		gap: 20px;
	}

	.header-icon {
		font-size: 60px;
	}

	.header-text h2 {
		font-size: 34px;
	}
}



.top-btn {
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 15px #105954;
	box-shadow: 0 0 15px #105954;
	font-size: 20px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	-webkit-transition: .9s;
	transition: .9s
}

.top-btn:hover {
	background-color: #ff4e0a;
	-webkit-box-shadow: 0 0 15px #ff4e0a;
	box-shadow: 0 0 15px #ff4e0a
}

.buy-now-btn {
	right: 20px;
	z-index: 99;
	top: 50%;
	position: fixed;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 30px;
	display: inline-block;
	color: #fff;
	background-color: #82b440;
	padding: 10px 20px 10px 42px;
	-webkit-box-shadow: 0 1px 20px 1px #82b440;
	box-shadow: 0 1px 20px 1px #82b440;
	font-size: 13px;
	font-weight: 600
}

.buy-now-btn img {
	top: 50%;
	left: 20px;
	width: 15px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.buy-now-btn:hover {
	color: #fff;
	background-color: #94be5d
}

.preloader {
	background: #105954;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	left: 0;
	top: 0;
	text-align: center
}

.sk-cube-area {
	margin: 20px auto;
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg)
}

.sk-cube-area .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.sk-cube-area .sk-cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	transform-origin: 100% 100%
}

.sk-cube-area .sk-cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg)
}

.sk-cube-area .sk-cube2:before {
	-webkit-animation-delay: .3s;
	animation-delay: .3s
}

.sk-cube-area .sk-cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg)
}

.sk-cube-area .sk-cube3:before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s
}

.sk-cube-area .sk-cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg)
}

.sk-cube-area .sk-cube4:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s
}

@-webkit-keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1
	}

	90%,
	100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

@-webkit-keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .8
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@keyframes scale {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}

	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	50% {
		-webkit-transform: scale(1.2);
		transform: scale(1.2);
		opacity: .8
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(1.5);
		transform: scale(1.5)
	}
}

@-webkit-keyframes radius-border {

	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}

	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}

	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}

	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}

	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}

	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}

	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}

@keyframes radius-border {

	0%,
	100% {
		border-radius: 63% 37% 54% 46%/55% 48% 52% 45%
	}

	14% {
		border-radius: 40% 60% 54% 46%/49% 60% 40% 51%
	}

	28% {
		border-radius: 54% 46% 38% 62%/49% 70% 30% 51%
	}

	42% {
		border-radius: 61% 39% 55% 45%/61% 38% 62% 39%
	}

	56% {
		border-radius: 61% 39% 67% 33%/70% 50% 50% 30%
	}

	70% {
		border-radius: 50% 50% 34% 66%/56% 68% 32% 44%
	}

	84% {
		border-radius: 46% 54% 50% 50%/35% 61% 39% 65%
	}
}




/***** Day package css start ****/
.pricing-bg {
	background-image: url(../img/bg/bg5.gif);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}



h3 {
	margin: 0;
	font-size: 25px;
	font-weight: 700 !important;
}

a:hover,
a:focus {
	text-decoration: none !important;
	outline: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.pricing-table {
	text-align: center;
	background-color: #115600;
	color: #feeac9;
	margin: 0 20px;
	padding: 30px 0 40px;
	position: relative;
}

.pricing-table.blue {
	background-color: #503205;
}

.pricing-table:after {
	background-color: #fff;
	bottom: -60px;
	content: "";
	height: 60px;
	position: absolute;
	width: 60%;
	left: 50%;
	transform: rotate(-12deg);
	transform-origin: left top 0;
}

.pricing-table:before {
	background-color: #fff;
	bottom: -60px;
	content: "";
	height: 60px;
	position: absolute;
	width: 60%;
	right: 50%;
	transform: rotate(12deg);
	transform-origin: right top 0;
}

.pricing-table .pricing-header {
	background-color: #e3d1b9;
	color: #635a5b;
	/**   padding: 20px 0; **/
	padding: 6px 0;
	margin: 0 -20px 10px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 2px;
	box-shadow: inset 0 0 10px #635a5b;
}

.pricing-table .pricing-header:before {
	content: "";
	position: absolute;
	bottom: -40px;
	left: 0;
	border-top: 20px solid #958b72;
	border-left: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.pricing-table .pricing-header:after {
	content: "";
	position: absolute;
	bottom: -40px;
	right: 0;
	border-top: 20px solid #958b72;
	border-right: 20px solid transparent;
	border-bottom: 20px solid transparent;
}

.pricing-table .price-value {
	/**    margin-bottom: 10px;
            font-size: 50px; **/
	font-size: 32px;
	margin-bottom: 5px;
	font-weight: bold;
}

.pricing-table .price-value .time {
	font-size: 17px;
}

.pricing-table .pricingContent ul {
	font-size: 17px;
	line-height: 50px;
	letter-spacing: 1px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.pricing-table .pricingContent ul li {
	border-bottom: 2px dotted #EEE1D3;
}

.pricing-table .pricingContent ul li:last-child {
	border-bottom: none;
}

.pricing-table .pricingTable-Sign-Up a {
	display: inline-block;
	padding: 10px 25px;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #635a5b;
	background-color: #E3D1B9;
	transition: all 0.3s ease 0s;
	box-shadow: inset 0 0 10px #635a5b;
}

@media screen and (max-width:990px) {
	.pricing-table {
		margin-bottom: 30px;
	}
}

/***** Day package css End ****/


/**** background EFFECT Bg Start ***/
.forest-bg {
	background-image: url(../img/bg/bg9.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position-y: -70px;
}

.forest-bg1 {
	background-image: url(../img/bg/bg7.webp);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
	background-position-y: -50px;
}

/*** background EFFECT Bg Start -->

/*** Banner Media Start **/

.banner-section .transition-timer-carousel .carousel-inner .item {
	height: min(72vh, 720px);
	background: #000;
}

.banner-section .transition-timer-carousel .carousel-inner .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (min-width: 100px) and (max-width: 991px) {
	.banner-section-mobile {

		padding-top: 50px;
	}

	.banner-section .transition-timer-carousel .carousel-inner .item {
		height: clamp(240px, 46vh, 420px);
	}
}

/*** Banner Media End **/


/*** Social Media Start **/

.icon-bar {
	position: fixed;
	top: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10001;
	right: 0px;
}

.icon-bar a {
	display: block;
	text-align: center;
	padding: 10px;
	transition: all 0.3s ease;
	color: white;
	font-size: 15px;
}

.icon-bar a:hover {
	background-color: #000;
}

.facebook {
	background: #3B5998;
	color: white;
}

.twitter {
	background: #55ACEE;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}

.instagram {
	background: #dd2a7b;
	color: white;
}

.youtube {
	background: #bb0000;
	color: white;
}

.google {
	background: #dd4b39;
	color: white;
}





/*** Social Media End **/



/*** MOBILE mEDIA Social Media Start **/


@media (min-width: 100px) and (max-width: 991px) {
	.icon-bar {
		position: fixed;
		top: 55%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		z-index: 10001;
		right: 20px;
	}


}

/*** MOBILE mEDIA  Social Media End **/

/**------new footer start ----**/
.container-fluid.footer {
	background: linear-gradient(135deg, #5aa648, #9fc745);
	padding-top: 40px;
}

.footer_logo_image {
	margin-bottom: 20px;
}

p.footer_para {
	margin-bottom: 20px;
	color: #fff;
}

h3.ft_head {
	margin-top: 45px;
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
}

li.quick_list {
	display: block;
	margin-bottom: 10px;
	font-weight: 500;
}

a.quick_links {
	color: #fff;
	font-weight: 500;
}

a.quick_links:hover {
	color: #ff4e0a;
}

/* h3.ft_head.one {
    margin-left: 80px;
} */
.address_main {
	display: inline-flex;
	width: 100%;
	color: #fff;
}

.ft_icons {
	font-size: 20px;
	margin-right: 10px;
}

p.ft_address_para {
	color: #fff;
}

a.ft_address_links {
	width: 100%;
}

ul.ft_social_order {
	display: inline-flex;
}

li.ft_social_list {
	margin-right: 15px;
}

.copy_rights_main {
	padding: 15px 0;
	border-top: 1px solid #fff;
	margin-top: 30px;
}

p.copy_right_para {
	color: #fff;
	text-align: center;
}

a.copy_link {
	color: #fff;
	text-decoration: underline !important;
}

@media screen and (max-width:800px) {
	h3.ft_head.one {
		margin-left: 0px;
	}

	h3.ft_head {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	p.footer_para {
		margin-bottom: 0px;
	}
}

/**------new footer end ----**/

/*-------------whatsapp and phone icons start-------*/
.sticky1 {
	position: fixed;
	top: 80%;
	background-color: transparent;
	padding: 35px;
	font-size: 20px;
	float: right;
	z-index: 100;
}

a.wc2c-wrap.wc2c-floating-circle-right {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	bottom: 30px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

i.fa.fa-whatsapp.whatsappimg {
	color: #fff;
	font-size: 34px !important;
	width: auto;
	text-align: center;
}

.cp-widget-button {
	display: inline-block;
	position: fixed;
	bottom: 160px;
	left: 20px;
	z-index: 999999;
	display: none;
	top: 75%;
}

.cp-widget-button__inner {
	background: #007bff;
	/* Blue background */
	border-radius: 50%;
	display: flex;
	/* Center icon */
	justify-content: center;
	align-items: center;
	cursor: pointer;
	height: 60px;
	/* Default desktop size */
	width: 60px;
	transition: all 0.3s ease;
}

.cp-widget-button__inner i {
	color: #fff;
	font-size: 24px;
	/* Icon size */
}

/* Tablet */
@media (max-width: 768px) {
	.cp-widget-button__inner {
		height: 50px;
		width: 50px;
	}

	.cp-widget-button__inner i {
		font-size: 20px;
	}
}

/* Small Mobile */
@media (max-width: 480px) {
	.cp-widget-button__inner {
		height: 40px;
		width: 40px;
	}

	.cp-widget-button__inner i {
		font-size: 18px;
	}
}

@media screen and (max-width:800px) {
	.sticky1 {
		top: 86%;
	}

	i.fa.fa-whatsapp.whatsappimg {
		margin-top: -1px;
	}

	.cp-widget-button {
		display: revert;
		top: 83%;
	}
}

@media screen and (max-width:640px) {


	.sticky1 {
		top: 77%;
	}

	.cp-widget-button {
		top: 68%;
	}
}

@media screen and (max-width:600px) {

	.sticky1 {
		top: 85%;
	}

	.cp-widget-button {
		top: 82%;
	}

}

@media screen and (max-width:540px) {

	.cp-widget-button {
		top: 81%;
	}

}


@media screen and (max-width:467px) {

	.cp-widget-button {
		top: 80%;
	}

}

@media screen and (max-width:412px) {

	.sticky1 {
		top: 83%;
	}

	.cp-widget-button {
		top: 79%;
	}
}

@media screen and (max-width:400px) {


	.sticky1 {
		top: 78%;
	}

	.cp-widget-button {
		top: 74%;
	}
}

@media screen and (max-width:384px) {


	.cp-widget-button {
		top: 74%;
	}
}

/*------------------------------------For Message Section-------------------------------*/


.iILOR {
	transform: translateX(0px);
	position: relative;
	animation-duration: 0.64s;
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	animation-delay: 0.16s;
	animation-fill-mode: backwards;
	animation-name: ijMbJr;
	box-shadow: rgb(0 0 0 / 10%) 2px 2px 13px;
	border: 1px solid rgb(226, 226, 226);
	border-radius: 5px;
	background: white;
	cursor: pointer;
	margin: auto auto auto 31px;
	max-width: 172px;
	max-height: 55px;
	display: flex;
	order: 2;
	text-decoration: none !important;
	color: rgb(0, 0, 0) !important;
	top: -50px;
	left: 20px;
}

.iILOR::before {
	content: "";
	position: absolute;
	background: white;
	border-top: 1px solid rgb(226, 226, 226);
	border-left: 1px solid rgb(226, 226, 226);
	left: -5px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	z-index: 1;
	transform: rotate(-45deg);
}

.fXBuHm {
	text-align: center;
	padding: 7px 10px;
	line-height: 14px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	margin: auto;
}

.iILOR::after {
	content: "";
	position: absolute;
	background: white;
	border-top: 1px solid rgb(226, 226, 226);
	border-left: 1px solid rgb(226, 226, 226);
	left: -5px;
	top: 50%;
	margin-top: -4px;
	width: 8px;
	height: 8px;
	z-index: 1;
	transform: rotate(-45deg);
}

.blink_text {
	animation-name: blinker;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@keyframes blinker {
	0% {
		opacity: 1.0;
	}

	50% {
		opacity: 0.0;
	}

	100% {
		opacity: 1.0;
	}
}

/*------------whats app and phone icon end----------------*/
.navbar {
	margin-bottom: 0px;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover {
	margin-top: -35px;
}













/*26/12/2025 all below css*/
/*navbar menu dropdown css*/
.dropdown-menu {
	border-radius: 10px;
	padding: 10px 0;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.dropdown-item {
	padding: 10px 20px;
	font-weight: 500;
}

.dropdown-item:hover {
	background: #ff4e0a;
	color: #000;
}

@media (max-width: 991px) {

	.dropdown-menu {
		border-radius: 0;
		padding: 0;
		box-shadow: none;
		background: #ffffff;
	}

	.dropdown-item {
		padding: 14px 18px;
		font-size: 15px;
		border-bottom: 1px solid #eee;
	}

	.dropdown-item:last-child {
		border-bottom: none;
	}

	/* Disable hover color issue on touch devices */
	.dropdown-item:hover {
		background: transparent;
		color: #000;
	}

	/* Active / tap state */
	.dropdown-item:active {
		background: #ff4e0a;
		color: #ffffff;
	}
}




/*silver-day-outing page css*/
/* ================= SILVER DAY OUT ================= */
.silver-unique-section {
	background: linear-gradient(180deg, #71b1478a, #ffffff);
	padding: 100px 20px;
	font-family: 'Poppins', sans-serif;
}

.silver-unique-container {
	max-width: 1200px;
	margin: auto;
}

/* HEADER */
.silver-unique-header {
	text-align: center;
	margin-bottom: 60px;
}

.silver-tag {
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 12px 20px;
	border-radius: 30px;
	font-size: 14px;
	letter-spacing: 1px;
}

.silver-tag:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	color: white;
	box-shadow: 0 6px 18px rgba(93, 161, 48, 0.45);
}

.silver-unique-header h1 {
	font-size: 42px;
	color: #0f4c45;
	margin: 15px 0 8px;
}

.silver-unique-header p {
	color: #5da130;
	font-size: 20px;
	font-weight: 600;
}

/* GALLERY */
.silver-unique-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 70px;
}

.img-box {
	overflow: hidden;
	border-radius: 18px;
}

.img-box img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.img-box:hover img {
	transform: scale(1.12);
}

/* GRID */
.silver-unique-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 50px;
}

/* PRICE CARD */
.silver-price-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	text-align: center;
	position: relative;
}

.silver-book-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 14px 40px;
	border-radius: 40px;
	background: linear-gradient(135deg, #0f4c45, #5da130);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

/* DETAILS */
/* DETAILS HEADING */
.silver-info-panel h4 {
	position: relative;
	font-size: 28px;
	color: #0f4c45;
	margin-bottom: 30px;
	padding-bottom: 14px;
}

/* LEFT LINE */
.silver-info-panel h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(135deg, #0f4c45, #5da130);
	border-radius: 3px;
}

.silver-info-panel p {
	color: #555;
	line-height: 1.9;
	margin-bottom: 15px;
}

/* TIMELINE */
.silver-timeline {
	margin: 35px 0;
}

.silver-timeline-item {
	display: flex;
	gap: 15px;
	margin-bottom: 18px;
	padding: 10px 12px;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.silver-timeline-item:hover {
	background: #f1f7f5;
	transform: translateX(6px);
}

.silver-timeline-item span {
	font-size: 22px;
}

.silver-timeline-item h5 {
	margin: 0;
	color: #5da130;
	font-size: 18px;
}

.silver-timeline-item p {
	margin: 0;
	font-size: 16px;
}

/* NOTE */
.silver-note-box {
	background: #eef7f3;
	padding: 16px;
	border-left: 5px solid #5da130;
	border-radius: 10px;
	margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.silver-unique-grid {
		grid-template-columns: 1fr;
	}

	.silver-unique-gallery {
		grid-template-columns: 1fr;
	}
}

.silver-split-card {
	background: #ffffff;
	border-radius: 24px;
	box-shadow:
		0 10px 25px rgba(0, 0, 0, 0.08),
		0 30px 60px rgba(93, 161, 48, 0.08);
	max-width: 420px;
	overflow: hidden;
}

.silver-split-card:hover {
	transform: translateY(-8px);
	box-shadow:
		0 20px 45px rgba(0, 0, 0, 0.12),
		0 40px 80px rgba(93, 161, 48, 0.18);
}

/* TOP */
.silver-split-top {
	background: linear-gradient(135deg, #0f4c45, #5da130);
	padding: 30px;
	color: #fff;
}

.silver-split-top h3 {
	margin-bottom: 10px;
	font-size: 23px;
}

.silver-split-price span {
	font-size: 34px;
	font-weight: 700;
}

.silver-split-price small {
	display: block;
	opacity: 0.9;
	font-size: 15px;
}

/* LIST */
.silver-split-list {
	list-style: none;
	padding: 28px 30px;
	margin: 0;
	background: linear-gradient(135deg,
			rgba(15, 76, 69, 0.06),
			rgba(93, 161, 48, 0.10));
}


.silver-split-list li {
	padding: 10px 0;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 16px;
	color: #444;
}

/* FOOTER */
.silver-split-footer {
	padding: 25px 30px;
	text-align: center;
	background: #f7f9f8;
}

.silver-split-btn {
	padding: 14px 38px;
	border-radius: 40px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	transition: all 0.3s ease;
}

.silver-split-btn:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;


}

/* RESPONSIVE */
@media (max-width: 480px) {
	.silver-split-card {
		max-width: 100%;
	}
}






/*gold-day-outing page css*/
/* ================= GOLD DAY OUT ================= */
.gold-unique-section {
	background: linear-gradient(180deg, #03504a59, #ffffff);
	padding: 100px 20px;
	font-family: 'Poppins', sans-serif;
}

.gold-unique-container {
	max-width: 1200px;
	margin: auto;
}

/* HEADER */
.gold-unique-header {
	text-align: center;
	margin-bottom: 60px;
}

.gold-tag {
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 12px 20px;
	border-radius: 30px;
	font-size: 14px;
	letter-spacing: 1px;
}

.gold-tag:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	color: white;


	box-shadow: 0 6px 18px rgba(93, 161, 48, 0.45);
}

.gold-unique-header h1 {
	font-size: 42px;
	color: #0f4c45;
	margin: 15px 0 8px;
}

.gold-unique-header p {
	color: #5da130;
	font-size: 20px;
	font-weight: 600;
}

/* GALLERY */
.gold-unique-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 70px;
}

.img-box {
	overflow: hidden;
	border-radius: 18px;
}

.img-box img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.img-box:hover img {
	transform: scale(1.12);
}

/* GRID */
.gold-unique-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 50px;
}

/* PRICE CARD */
.gold-price-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	text-align: center;
	position: relative;
}

.gold-book-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 14px 40px;
	border-radius: 40px;
	background: linear-gradient(135deg, #0f4c45, #5da130);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

/* DETAILS */
.gold-info-panel h4 {
	position: relative;
	font-size: 28px;
	color: #0f4c45;
	margin-bottom: 30px;
	padding-bottom: 14px;
}

/* LEFT LINE */
.gold-info-panel h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(135deg, #0f4c45, #5da130);
	border-radius: 3px;
}

.gold-info-panel p {
	color: #555;
	line-height: 1.9;
	margin-bottom: 15px;
}

/* TIMELINE */
.gold-timeline {
	margin: 35px 0;
}

.gold-timeline-item {
	display: flex;
	gap: 15px;
	margin-bottom: 18px;
	padding: 10px 12px;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.gold-timeline-item:hover {
	background: #f1f7f5;
	transform: translateX(6px);
}

.gold-timeline-item span {
	font-size: 22px;
}

.gold-timeline-item h5 {
	margin: 0;
	color: #5da130;
	font-size: 18px;
}

.gold-timeline-item p {
	margin: 0;
	font-size: 16px;
}

/* NOTE */
.gold-note-box {
	background: #eef7f3;
	padding: 16px;
	border-left: 5px solid #5da130;
	border-radius: 10px;
	margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.gold-unique-grid {
		grid-template-columns: 1fr;
	}

	.gold-unique-gallery {
		grid-template-columns: 1fr;
	}
}

.gold-split-card {
	background: #ffffff;
	border-radius: 24px;
	box-shadow:
		0 10px 25px rgba(0, 0, 0, 0.08),
		0 30px 60px rgba(93, 161, 48, 0.08);
	max-width: 420px;
	overflow: hidden;
}

.gold-split-card:hover {
	transform: translateY(-8px);
	box-shadow:
		0 20px 45px rgba(0, 0, 0, 0.12),
		0 40px 80px rgba(93, 161, 48, 0.18);
}

/* TOP */
.gold-split-top {
	background: linear-gradient(135deg, #0f4c45, #5da130);
	padding: 30px;
	color: #fff;
}

.gold-split-top h3 {
	margin-bottom: 10px;
	font-size: 23px;
}

.gold-split-price span {
	font-size: 34px;
	font-weight: 700;
}

.gold-split-price small {
	display: block;
	opacity: 0.9;
	font-size: 15px;
}

/* LIST */
.gold-split-list {
	list-style: none;
	padding: 28px 30px;
	margin: 0;
	background: linear-gradient(135deg,
			rgba(15, 76, 69, 0.06),
			rgba(93, 161, 48, 0.10));
}

.gold-split-list li {
	padding: 10px 0;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 16px;
	color: #444;
}

/* FOOTER */
.gold-split-footer {
	padding: 25px 30px;
	text-align: center;
	background: #f7f9f8;
}

.gold-split-btn {
	padding: 14px 38px;
	border-radius: 40px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	transition: all 0.3s ease;
}

.gold-split-btn:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 480px) {
	.gold-split-card {
		max-width: 100%;
	}
}



/*platinum-day-outing page css*/
/* ================= PLATINUM DAY OUT ================= */
.platinum-unique-section {
	background: linear-gradient(180deg, #89b53d5c, #ffffff);
	padding: 100px 20px;
	font-family: 'Poppins', sans-serif;
}

.platinum-unique-container {
	max-width: 1200px;
	margin: auto;
}

/* HEADER */
.platinum-unique-header {
	text-align: center;
	margin-bottom: 60px;
}

.platinum-tag {


	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 12px 20px;
	border-radius: 30px;
	font-size: 14px;
	letter-spacing: 1px;
}

.platinum-tag:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	color: white;

	box-shadow: 0 6px 18px rgba(93, 161, 48, 0.45);
}

.platinum-unique-header h1 {
	font-size: 42px;
	color: #0f4c45;
	margin: 15px 0 8px;
}

.platinum-unique-header p {
	color: #5da130;
	font-size: 20px;
	font-weight: 600;
}

/* GALLERY */
.platinum-unique-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
	margin-bottom: 70px;
}

.img-box {
	overflow: hidden;
	border-radius: 18px;
}

.img-box img {
	width: 100%;
	height: 240px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

.img-box:hover img {
	transform: scale(1.12);
}

/* GRID */
.platinum-unique-grid {
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 50px;
}

/* PRICE CARD */
.platinum-price-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 30px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
	text-align: center;
	position: relative;
}

.platinum-book-btn {
	display: inline-block;
	margin-top: 20px;
	padding: 14px 40px;
	border-radius: 40px;
	background: linear-gradient(135deg, #0f4c45, #5da130);
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

/* DETAILS */
.platinum-info-panel h4 {
	position: relative;
	font-size: 28px;
	color: #0f4c45;
	margin-bottom: 30px;
	padding-bottom: 14px;
}

/* LEFT LINE */
.platinum-info-panel h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(135deg, #0f4c45, #5da130);
	border-radius: 3px;
}

.platinum-info-panel p {
	color: #555;
	line-height: 1.9;
	margin-bottom: 15px;
}

/* TIMELINE */
.platinum-timeline {
	margin: 35px 0;
}

.platinum-timeline-item {
	display: flex;
	gap: 15px;
	margin-bottom: 18px;
	padding: 10px 12px;
	border-radius: 12px;
	transition: all 0.3s ease;
}

.platinum-timeline-item:hover {
	background: #f1f7f5;
	transform: translateX(6px);
}

.platinum-timeline-item span {
	font-size: 22px;
}

.platinum-timeline-item h5 {
	margin: 0;
	color: #5da130;
	font-size: 18px;
}

.platinum-timeline-item p {
	margin: 0;
	font-size: 16px;
}

/* NOTE */
.platinum-note-box {
	background: #eef7f3;
	padding: 16px;
	border-left: 5px solid #5da130;
	border-radius: 10px;
	margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
	.platinum-unique-grid {
		grid-template-columns: 1fr;
	}

	.platinum-unique-gallery {
		grid-template-columns: 1fr;
	}
}

.platinum-split-card {
	background: #ffffff;
	border-radius: 24px;
	box-shadow:
		0 10px 25px rgba(0, 0, 0, 0.08),
		0 30px 60px rgba(93, 161, 48, 0.08);
	max-width: 420px;
	overflow: hidden;
}

.platinum-split-card:hover {
	transform: translateY(-8px);
	box-shadow:
		0 20px 45px rgba(0, 0, 0, 0.12),
		0 40px 80px rgba(93, 161, 48, 0.18);
}

/* TOP */
.platinum-split-top {
	background: linear-gradient(135deg, #0f4c45, #5da130);
	padding: 30px;
	color: #fff;
}

.platinum-split-top h3 {
	margin-bottom: 10px;
	font-size: 23px;
}

.platinum-split-price span {
	font-size: 34px;
	font-weight: 700;
}

.platinum-split-price small {
	display: block;
	opacity: 0.9;
	font-size: 15px;
}

/* LIST */
.platinum-split-list {
	list-style: none;
	padding: 28px 30px;
	margin: 0;
	background: linear-gradient(135deg,
			rgba(15, 76, 69, 0.06),
			rgba(93, 161, 48, 0.10));
}

.platinum-split-list li {
	padding: 10px 0;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 16px;
	color: #444;
}

/* FOOTER */
.platinum-split-footer {
	padding: 25px 30px;
	text-align: center;
	background: #f7f9f8;
}

.platinum-split-btn {
	padding: 14px 38px;
	border-radius: 40px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	transition: all 0.3s ease;
}

.platinum-split-btn:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 480px) {
	.platinum-split-card {
		max-width: 100%;
	}
}



/* ================= BIRTHDAY EVENT – DESIGN 2 ================= */
.birthday-event-section {
	padding: 100px 20px;
	background: linear-gradient(180deg, #71b1478a, #ffffff);
	font-family: 'Poppins', sans-serif;
}

.birthday-event-wrapper {
	max-width: 1200px;
	margin: auto;
}

/* ================= HEADER ================= */
.birthday-event-header {
	text-align: center;
	margin-bottom: 70px;
}

.birthday-event-ribbon {
	display: inline-block;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 10px 26px;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 1px;
}

.birthday-event-ribbon:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	color: white;

	box-shadow: 0 6px 18px rgba(93, 161, 48, 0.45);
}

.birthday-event-header h1 {
	font-size: 42px;
	margin: 18px 0 10px;
	color: #0f4c45;
}

.birthday-event-header p {
	color: #5da130;
	font-weight: 600;
	font-size: 20px;
}

/* ================= NORMAL IMAGE GALLERY ================= */
.birthday-image-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 70px;
}

.birthday-image-box {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.birthday-image-box img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

/* IMAGE HOVER */
.birthday-image-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.birthday-image-box:hover img {
	transform: scale(1.08);
}

/* ================= LAYOUT ================= */
.birthday-event-layout {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr;
	/* gap: 60px; */
}

/* ================= TIMELINE ================= */
.birthday-event-timeline {
	position: relative;
	padding-left: 30px;
}

.birthday-event-timeline::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
}

.birthday-event-step {
	display: flex;
	gap: 18px;
	margin-bottom: 32px;
	transition: transform 0.35s ease;
}

.birthday-event-step span {
	background: #fff;
	border: 3px solid #5aa648;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	z-index: 2;
}

.birthday-event-step h4 {
	margin: 0 0 6px;
	color: #0f4c45;
	font-size: 18px;
}

.birthday-event-step p {
	margin: 0;
	font-size: 14px;
	color: #555;
}

/* TIMELINE HOVER */
.birthday-event-step:hover {
	transform: translateX(8px);
}

.birthday-event-step:hover h4 {
	text-decoration: underline;
}

/* ================= PRICE BOX ================= */
.birthday-event-price-box {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(12px);
	border-radius: 26px;
	padding: 36px 32px;
	text-align: center;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.birthday-event-price-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.birthday-event-price-box h3 {
	color: #5aa648;
	margin-bottom: 10px;
}

.birthday-event-price-box h2 {
	font-size: 42px;
	color: #0f4c45;
	margin: 10px 0 5px;
}

.birthday-event-price-box p {
	font-size: 14px;
	color: #777;
}

/* FEATURES */
.birthday-event-features {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

.birthday-event-features li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #444;
}

/* ================= BUTTON ================= */
.birthday-event-btn {
	display: inline-block;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 14px 36px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;

	transition: all 0.35s ease;
}

.birthday-event-btn:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;
}

/* ================= FOOTER ================= */
.birthday-event-footer {
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

	.birthday-event-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.birthday-image-gallery {
		grid-template-columns: 1fr;
	}

	.birthday-image-box img {
		height: 200px;
	}

	.birthday-event-header h1 {
		font-size: 34px;
	}

}



/* ================= WEDDING EVENT – DESIGN ================= */
.wedding-event-section {
	padding: 100px 20px;
	background: linear-gradient(180deg, #71b1478a, #ffffff);
	font-family: 'Poppins', sans-serif;
}

.wedding-event-wrapper {
	max-width: 1200px;
	margin: auto;
}

/* ================= HEADER ================= */
.wedding-event-header {
	text-align: center;
	margin-bottom: 70px;
}

.wedding-event-ribbon {
	display: inline-block;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;

	padding: 10px 26px;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 1px;
}

.wedding-event-ribbon:hover {

	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	color: white;
	box-shadow: 0 6px 18px rgba(93, 161, 48, 0.45);
}

.wedding-event-header h1 {
	font-size: 42px;
	margin: 18px 0 10px;
	color: #0f4c45;
}

.wedding-event-header p {
	color: #5da130;
	font-weight: 600;
	font-size: 20px;
}

/* ================= IMAGE GALLERY ================= */
.wedding-image-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 70px;
}

.wedding-image-box {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.wedding-image-box img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.wedding-image-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.wedding-image-box:hover img {
	transform: scale(1.08);
}

/* ================= LAYOUT ================= */
.wedding-event-layout {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr;
	gap: 60px;
}

/* ================= TIMELINE ================= */
.wedding-event-timeline {
	position: relative;
	padding-left: 30px;
}

.wedding-event-timeline::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
}

.wedding-event-step {
	display: flex;
	gap: 18px;
	margin-bottom: 32px;
	transition: transform 0.35s ease;
}

.wedding-event-step span {
	background: #fff;
	border: 3px solid #5aa648;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	z-index: 2;
}

.wedding-event-step h4 {
	margin: 0 0 6px;
	color: #0f4c45;
	font-size: 18px;
}

.wedding-event-step p {
	margin: 0;
	font-size: 14px;
	color: #555;
}

.wedding-event-step:hover {
	transform: translateX(8px);
}

.wedding-event-step:hover h4 {
	text-decoration: underline;
}

/* ================= PRICE BOX ================= */
.wedding-event-price-box {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(12px);
	border-radius: 26px;
	padding: 36px 32px;
	text-align: center;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.wedding-event-price-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.wedding-event-price-box h3 {
	color: #5aa648;
	margin-bottom: 10px;
}

.wedding-event-price-box h2 {
	font-size: 25px;
	color: #0f4c45;
	margin: 10px 0 5px;
}

.wedding-event-price-box p {
	font-size: 14px;
	color: #777;
}

/* ================= FEATURES ================= */
.wedding-event-features {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

.wedding-event-features li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #444;
}

/* ================= BUTTON ================= */
.wedding-event-btn {
	display: inline-block;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 14px 36px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.35s ease;
}

.wedding-event-btn:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;
}

/* ================= FOOTER ================= */
.wedding-event-footer {
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

	.wedding-event-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.wedding-image-gallery {
		grid-template-columns: 1fr;
	}

	.wedding-image-box img {
		height: 200px;
	}

	.wedding-event-header h1 {
		font-size: 34px;
	}

}



/* ================= CORPORATE EVENT – DESIGN ================= */
.corporate-event-section {
	padding: 100px 20px;
	background: linear-gradient(180deg, #71b1478a, #ffffff);
	font-family: 'Poppins', sans-serif;
}

.corporate-event-wrapper {
	max-width: 1200px;
	margin: auto;
}

/* ================= HEADER ================= */
.corporate-event-header {
	text-align: center;
	margin-bottom: 70px;
}

.corporate-event-ribbon {
	display: inline-block;

	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 10px 26px;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 1px;
}

.corporate-event-ribbon:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	color: white;
	box-shadow: 0 6px 18px rgba(93, 161, 48, 0.45);
}

.corporate-event-header h1 {
	font-size: 42px;
	margin: 18px 0 10px;
	color: #0f4c45;
}

.corporate-event-header p {
	color: #5da130;
	font-weight: 600;
	font-size: 20px;
}

/* ================= IMAGE GALLERY ================= */
.corporate-image-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 70px;
}

.corporate-image-box {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.corporate-image-box img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.corporate-image-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.corporate-image-box:hover img {
	transform: scale(1.08);
}

/* ================= LAYOUT ================= */
.corporate-event-layout {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr;
	gap: 60px;
}

/* ================= TIMELINE ================= */
.corporate-event-timeline {
	position: relative;
	padding-left: 30px;
}

.corporate-event-timeline::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
}

.corporate-event-step {
	display: flex;
	gap: 18px;
	margin-bottom: 32px;
	transition: transform 0.35s ease;
}

.corporate-event-step span {
	background: #fff;
	border: 3px solid #5aa648;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	z-index: 2;
}

.corporate-event-step h4 {
	margin: 0 0 6px;
	color: #0f4c45;
	font-size: 18px;
}

.corporate-event-step p {
	margin: 0;
	font-size: 14px;
	color: #555;
}

/* TIMELINE HOVER */
.corporate-event-step:hover {
	transform: translateX(8px);
}

.corporate-event-step:hover h4 {
	text-decoration: underline;
}

/* ================= PRICE BOX ================= */
.corporate-event-price-box {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(12px);
	border-radius: 26px;
	padding: 36px 32px;
	text-align: center;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.corporate-event-price-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.corporate-event-price-box h3 {
	color: #5aa648;
	margin-bottom: 10px;
}

.corporate-event-price-box h2 {
	font-size: 25px;
	color: #0f4c45;
	margin: 10px 0 5px;
}

.corporate-event-price-box p {
	font-size: 14px;
	color: #777;
}

/* ================= FEATURES ================= */
.corporate-event-features {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

.corporate-event-features li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #444;
}

/* ================= BUTTON ================= */
.corporate-event-btn {
	display: inline-block;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 14px 36px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.35s ease;
}

.corporate-event-btn:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;
}

/* ================= FOOTER ================= */
.corporate-event-footer {
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

	.corporate-event-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.corporate-image-gallery {
		grid-template-columns: 1fr;
	}

	.corporate-image-box img {
		height: 200px;
	}

	.corporate-event-header h1 {
		font-size: 34px;
	}

}



/* ================= SCHOOL EVENT – DESIGN ================= */
.school-event-section {
	padding: 100px 20px;
	background: linear-gradient(180deg, #71b1478a, #ffffff);
	font-family: 'Poppins', sans-serif;
}

.school-event-wrapper {
	max-width: 1200px;
	margin: auto;
}

/* ================= HEADER ================= */
.school-event-header {
	text-align: center;
	margin-bottom: 70px;
}

.school-event-ribbon {
	display: inline-block;



	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 10px 26px;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 1px;
}

.school-event-ribbon:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	color: white;

	box-shadow: 0 6px 18px rgba(93, 161, 48, 0.45);
}

.school-event-header h1 {
	font-size: 42px;
	margin: 18px 0 10px;
	color: #0f4c45;
}

.school-event-header p {
	color: #5da130;
	font-weight: 600;
	font-size: 20px;
}

/* ================= IMAGE GALLERY ================= */
.school-image-gallery {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-bottom: 70px;
}

.school-image-box {
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.school-image-box img {
	width: 100%;
	height: 230px;
	object-fit: cover;
	display: block;
	transition: transform 0.6s ease;
}

.school-image-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 22px 45px rgba(0, 0, 0, 0.22);
}

.school-image-box:hover img {
	transform: scale(1.08);
}

/* ================= LAYOUT ================= */
.school-event-layout {
	display: grid;
	grid-template-columns: 1.3fr 0.9fr;
	gap: 60px;
}

/* ================= TIMELINE ================= */
.school-event-timeline {
	position: relative;
	padding-left: 30px;
}

.school-event-timeline::before {
	content: "";
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	width: 3px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
}

.school-event-step {
	display: flex;
	gap: 18px;
	margin-bottom: 32px;
	transition: transform 0.35s ease;
}

.school-event-step span {
	background: #fff;
	border: 3px solid #5aa648;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	z-index: 2;
}

.school-event-step h4 {
	margin: 0 0 6px;
	color: #0f4c45;
	font-size: 18px;
}

.school-event-step p {
	margin: 0;
	font-size: 14px;
	color: #555;
}

/* TIMELINE HOVER */
.school-event-step:hover {
	transform: translateX(8px);
}

.school-event-step:hover h4 {
	text-decoration: underline;
}

/* ================= PRICE BOX ================= */
.school-event-price-box {
	background: rgba(255, 255, 255, 0.75);
	backdrop-filter: blur(12px);
	border-radius: 26px;
	padding: 36px 32px;
	text-align: center;
	box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.school-event-price-box:hover {
	transform: translateY(-10px);
	box-shadow: 0 28px 60px rgba(0, 0, 0, 0.18);
}

.school-event-price-box h3 {
	color: #5aa648;
	margin-bottom: 10px;
}

.school-event-price-box h2 {
	font-size: 25px;
	color: #0f4c45;
	margin: 10px 0 5px;
}

.school-event-price-box p {
	font-size: 14px;
	color: #777;
}

/* ================= FEATURES ================= */
.school-event-features {
	list-style: none;
	padding: 0;
	margin: 25px 0;
}

.school-event-features li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #444;
}

/* ================= BUTTON ================= */
.school-event-btn {
	display: inline-block;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 14px 36px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.35s ease;
}

.school-event-btn:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;
}

/* ================= FOOTER ================= */
.school-event-footer {
	margin-top: 50px;
	text-align: center;
	font-size: 14px;
	color: #555;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

	.school-event-layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.school-image-gallery {
		grid-template-columns: 1fr;
	}

	.school-image-box img {
		height: 200px;
	}

	.school-event-header h1 {
		font-size: 34px;
	}

}







/* ================= PARK HOTEL ADVENTURE UI activites page css ================= */

.ph-adv-section {
	padding: 70px 20px;
	background: linear-gradient(180deg, #71b1478a, #ffffff);
	font-family: 'Poppins', sans-serif;
}

.ph-adv-container {
	max-width: 1200px;
	margin: auto;
}

/* HEADER */
.ph-adv-header {
	text-align: center;
	margin-bottom: 60px;
	margin-top: -30px;
}

.ph-adv-header h2 {
	font-size: 42px;
	color: #0f4c45;
	font-weight: 700;
	margin-bottom: 10px;
}

.ph-adv-header p {
	font-size: 20px;
	font-weight: 600;
	color: #5da130;
}

/* GRID */
.ph-adv-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 30px;
}

/* CARD */
.ph-adv-card {
	background: #f0f9ef;

	border-radius: 22px;
	overflow: hidden;
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
	transition: all 0.4s ease;
}

.ph-adv-card:hover {
	transform: translateY(-10px);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
}

/* IMAGE */
.ph-adv-image {
	position: relative;
	height: 220px;
}

.ph-adv-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* BADGE */
.ph-adv-badge {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(8px);
	color: #fff;
	padding: 8px 18px;
	border-radius: 12px;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 2;
}

.ph-adv-badge.ph-hot {
	background: linear-gradient(135deg, #ff512f, #dd2476);
}

/* CONTENT */
.ph-adv-content {
	padding: 25px;
	text-align: center;
}

.ph-adv-content h3 {
	font-size: 20px;
	color: #0f4c45;
	margin-bottom: 8px;
}

.ph-adv-tag {
	display: block;
	font-size: 15px;
	color: #5da130;
	margin-bottom: 18px;
}

/* BUTTON */
/* BUTTON - Geometric Split Design */
.ph-adv-btn {
	display: inline-flex;
	align-items: center;
	position: relative;
	padding: 14px 32px;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
	clip-path: polygon(0 0,
			calc(100% - 12px) 0,
			100% 50%,
			calc(100% - 12px) 100%,
			0 100%);
	transition: all 0.4s ease;
}

.ph-adv-btn::before {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	clip-path: inherit;
	z-index: -1;
	transition: all 0.4s ease;
}

.ph-adv-btn::after {
	content: '→';
	position: absolute;
	right: 16px;
	opacity: 0;
	transform: translateX(-10px);
	transition: all 0.3s ease;
}

.ph-adv-btn:hover {
	padding-right: 48px;
	color: #e8ffde;
}

.ph-adv-btn:hover::before {
	background: linear-gradient(135deg, #5da130 0%, #0f4c45 100%);
	transform: scale(1.05);
}

.ph-adv-btn:hover::after {
	opacity: 1;
	transform: translateX(0);
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.ph-adv-header h2 {
		font-size: 32px;
	}

	.ph-adv-image {
		height: 200px;
	}
}



/* ================= CONTACT SECTION ================= */
.phr-contact-section {
	padding: 60px 0;
	background: #fdf7ef;
	background-image: radial-gradient(#e8ddcc 1px, transparent 1px);
	background-size: 26px 26px;
	font-family: 'Poppins', sans-serif;
}

.phr-container {
	max-width: 1300px;
	margin: auto;
	padding: 0 20px;
}

/* GRID */
.phr-grid {
	display: grid;
	grid-template-columns: 2.2fr 1fr;
	gap: 40px;
	align-items: start;
}

/* ================= LEFT FORM CARD ================= */
.phr-form-card {
	background-color: #f4efe6;
	background-image:
		radial-gradient(circle at 25% 25%, rgba(215, 203, 180, 0.6) 2px, transparent 2px),
		radial-gradient(circle at 75% 75%, rgba(215, 203, 180, 0.6) 2px, transparent 2px);
	background-size: 28px 28px;
	background-position: 0 0, 14px 14px;

	border-radius: 16px;
	padding: 40px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}


.phr-title {
	font-size: 25px;

	color: #1e3a5f;
	margin-bottom: 30px;
}

/* LABELS */
.phr-form-card label {
	display: block;
	font-size: 15px;
	color: #333;
	margin-bottom: 6px;
	margin-top: 16px;
}

/* INPUTS */
.phr-form-card input,
.phr-form-card textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	font-size: 14px;
	background: #fff;
}

.phr-form-card input:focus,
.phr-form-card textarea:focus {
	outline: none;
	border-color: #b89b5e;
}

/* QUESTION TEXT */
.phr-question {
	font-size: 15px;
	color: #444;
	margin: 22px 0 10px;
}

/* RADIO */
.phr-radio {
	display: flex;
	gap: 20px;
	font-size: 14px;
	margin-bottom: 18px;
}

.phr-radio label {
	display: flex;
	align-items: center;
	gap: 6px;
}

/* SUBMIT */
.phr-submit {
	margin-top: 25px;
	display: inline-block;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	padding: 14px 36px;
	border-radius: 40px;
	text-decoration: none;
	font-weight: 600;
	transition: all 0.35s ease;
	border: none;
}

.phr-submit:hover {
	background: linear-gradient(135deg, #6b8e23, #3f5f0b);
	box-shadow: 0 0 22px rgba(107, 142, 35, 0.55);
	transform: translateY(-2px);
	color: #ffffff;
}

/* ================= RIGHT INFO CARD ================= */
.phr-info-card {
	background-color: #f4efe6;
	background-image:
		radial-gradient(circle at 25% 25%, rgba(215, 203, 180, 0.6) 2px, transparent 2px),
		radial-gradient(circle at 75% 75%, rgba(215, 203, 180, 0.6) 2px, transparent 2px);
	background-size: 28px 28px;
	background-position: 0 0, 14px 14px;

	border-radius: 16px;
	padding: 35px;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}


.phr-info-title {
	font-size: 25px;

	color: #1e3a5f;
	margin-bottom: 25px;
}

/* INFO ITEMS */
.phr-info-item {
	display: flex;
	gap: 15px;
	margin-bottom: 22px;
}

.phr-info-item i {
	font-size: 20px;
	color: #1e3a5f;
	margin-top: 4px;
}

.phr-info-item strong {
	font-size: 15px;
	letter-spacing: 1px;
	color: #1e3a5f;
}

.phr-info-item p {
	font-size: 15px;
	color: #444;
	margin-top: 4px;
	line-height: 1.5;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
	.phr-grid {
		grid-template-columns: 1fr;
	}
}









/* ===============================
   Camping Booking Page Styles
================================ */

/* HEADER */
.camping-header {
	background: linear-gradient(135deg, #2d5a27, #4a7c3e);
	color: #ffffff;
	text-align: center;
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 30px;
	box-shadow: 0 4px 12px rgba(45, 90, 39, 0.2);
}

/* WRAPPER */
.camping-booking-wrapper {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	min-height: 100vh;
}

/* DECOR ICON */
.camping-decor-icon {
	position: absolute;
	font-size: 40px;
	color: #c5e1a5;
	opacity: 0.3;
	z-index: -1;
}

.camping-compass-1 {
	top: 50px;
	left: 30px;
	transform: rotate(15deg);
}

.camping-compass-2 {
	bottom: 50px;
	right: 30px;
	transform: rotate(-15deg);
}

/* DATE SELECTOR */
.camping-date-selector {
	background: #e8f5e9;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 30px;
	border: 2px solid #c5e1a5;
	text-align: center;
}

.camping-instruction-text {
	display: block;
	color: #1a3c14;
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 600;
}

.camping-date-input {
	padding: 10px 15px;
	border: 2px solid #c5e1a5;
	border-radius: 5px;
	font-size: 16px;
	background: #ffffff;
	color: #1a3c14;
}

.camping-date-input:focus {
	outline: none;
	border-color: #2d5a27;
	box-shadow: 0 0 0 3px rgba(45, 90, 39, 0.1);
}

/* HUT CARD */
.camping-hut-card {
	display: flex;
	background: #ffffff;
	border-radius: 15px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
	border: 1px solid #c5e1a5;
}

.camping-card-image {
	flex: 0 0 300px;
	background: linear-gradient(135deg, #8bc34a, #4caf50);
	position: relative;
}

.camping-card-image::before {
	content: "🏕️";
	font-size: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* CARD DETAILS */
.camping-card-details {
	flex: 1;
	padding: 30px;
}

.camping-card-title {
	color: #2d5a27;
	font-size: 28px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ff9800;
	padding-bottom: 10px;
	display: inline-block;
}

.camping-card-details p {
	margin: 15px 0;
	font-size: 16px;
	color: #333333;
}

.camping-card-details strong {
	color: #1a3c14;
}

/* PRICE */
.camping-price-display,
.camping-discount-display,
.camping-finalprice-display,
.camping-total-display {
	color: #2d5a27;
	font-weight: bold;
	font-size: 18px;
}

/* ADULT SELECT */
.camping-adult-row {
	display: flex;
	align-items: center;
	gap: 12px;
}

.camping-people-select {
	width: 60px;
	height: 40px;
	border: 2px solid #8bc34a;
	border-radius: 6px;
	text-align: center;
	font-size: 15px;
	font-weight: 600;
}

.camping-people-select:focus {
	border-color: #2d5a27;
}

/* TOTAL SECTION */
.camping-total-section {
	background: #e8f5e9;
	padding: 25px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 2px dashed #2d5a27;
}

.camping-total-label {
	font-size: 22px;
	font-weight: bold;
	color: #1a3c14;
}

.camping-total-amount {
	font-size: 32px;
	font-weight: bold;
	color: #2d5a27;
}

/* FORM */
.camping-booking-form {
	background: #ffffff;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
	border: 1px solid #c5e1a5;
}

.camping-form-label {
	display: block;
	margin: 20px 0 8px;
	font-weight: 600;
	color: #1a3c14;
}

.camping-form-input,
.camping-form-textarea {
	width: 100%;
	padding: 12px 15px;
	border: 2px solid #c5e1a5;
	border-radius: 8px;
	font-size: 16px;
}

.camping-form-input:focus,
.camping-form-textarea:focus {
	border-color: #2d5a27;
}

/* RADIO */
.camping-radio-group {
	display: flex;
	gap: 25px;
	margin: 15px 0;
}

/* HUMAN CHECK */
.camping-human-check {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	margin: 25px 0;
	border: 1px solid #dddddd;
	text-align: center;
}

/* PAY BUTTON */
.camping-pay-button {
	width: 100%;
	padding: 18px;
	background: linear-gradient(135deg, #2d5a27, #4a7c3e);
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	text-transform: uppercase;
}

.camping-pay-button:hover {
	background: linear-gradient(135deg, #4a7c3e, #2d5a27);
}

/* NOTE */
.camping-payment-note {
	text-align: center;
	margin-top: 15px;
	color: #666666;
	font-size: 14px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
	.camping-hut-card {
		flex-direction: column;
	}

	.camping-card-image {
		height: 200px;
	}

	.camping-total-section {
		flex-direction: column;
		gap: 10px;
	}
}

/* INNER BANNER */
.inner-banner.camping-banner {
	background: linear-gradient(rgba(45, 90, 39, 0.8),
			rgba(74, 124, 62, 0.8)),
		url('assets/img/camping-bg.jpg') center/cover no-repeat;
	padding: 60px 0;
}

.inner-title ul {
	display: flex;
	justify-content: center;
	list-style: none;
}

.inner-title ul li,
.inner-title ul li a {
	color: #ffffff;
}

.inner-title h3 {
	color: #ffffff;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
}


















/* ===== new modifications home page css index page css============================*/


/*======= about us ===========*/
/* Modern About Section */
.about-modern-section {
	background: linear-gradient(135deg, #21680530 0%, #ffffff 100%);
	padding: 50px 0;
	position: relative;
	overflow: hidden;
}

.about-modern-section::before {
	content: '';
	position: absolute;
	top: -50%;
	right: -10%;
	width: 600px;
	height: 600px;
	background: radial-gradient(circle, rgba(159, 199, 69, 0.1) 0%, rgba(159, 199, 69, 0) 70%);
	border-radius: 50%;
	z-index: 0;
}

.about-image-wrapper {
	position: relative;
	padding-right: 30px;
}

.image-frame {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
	transform: perspective(1000px) rotateY(-5deg);
	transition: transform 0.6s ease;
}

.image-frame:hover {
	transform: perspective(1000px) rotateY(0deg);
}

.image-frame::before {
	content: '';
	position: absolute;
	top: 20px;
	left: 20px;
	right: -20px;
	bottom: -20px;
	background: linear-gradient(45deg, #5aa648, #9fc745);
	border-radius: 20px;
	z-index: -1;
	opacity: 0.2;
}

.image-frame img {
	width: 100%;
	/* height: 500px; */
	object-fit: cover;
	transition: transform 0.6s ease;
}

.image-frame:hover img {
	transform: scale(1.05);
}

.experience-badge {
	position: absolute;
	bottom: 40px;
	right: 0;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: white;
	padding: 20px;
	border-radius: 15px 0 0 15px;
	box-shadow: 0 10px 30px rgba(90, 166, 72, 0.3);
	text-align: center;
	min-width: 150px;
	z-index: 2;
}

.experience-badge span {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
	font-family: 'Noto Serif', serif;
}

.experience-badge small {
	font-size: 14px;
	opacity: 0.9;
	letter-spacing: 1px;
}

.about-content-modern {
	padding-left: 40px;
	position: relative;
	z-index: 1;
}

.section-tag {
	margin-bottom: 20px;
}

.section-tag span {
	background: linear-gradient(90deg, rgba(159, 199, 69, 0.1), rgba(159, 199, 69, 0.2));
	color: #5aa648;
	padding: 8px 20px;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	border: 1px solid rgba(159, 199, 69, 0.3);
}

.main-title {
	font-size: 42px;
	color: #0f4c3a;
	margin-bottom: 15px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 20px;
	text-transform: uppercase;


}

.main-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: linear-gradient(90deg, #5aa648, #9fc745);
	border-radius: 2px;
}

.sub-title {
	font-size: 24px;
	color: #5aa648;
	margin-bottom: 30px;
	font-weight: 600;
	opacity: 0.9;
}

.highlight-box {
	background: white;
	padding: 30px;
	border-radius: 15px;
	margin-bottom: 40px;
	box-shadow: 0 15px 40px rgb(0 0 0 / 11%);
	border-left: 4px solid #9fc745;
	position: relative;
}

.highlight-box::before {
	content: '"';
	position: absolute;
	top: -20px;
	left: 30px;
	font-size: 80px;
	color: #9fc745;
	opacity: 0.1;
	font-family: serif;
}

.highlight-box p {
	font-size: 18px;
	line-height: 1.8;
	color: #555;
	margin: 0;
	position: relative;
	z-index: 1;
}

.features-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
	margin-bottom: 40px;
}

.feature-item {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 8px 25px rgb(0 0 0 / 20%);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 35px rgba(159, 199, 69, 0.15);
}

.feature-icon {
	width: 60px;
	height: 60px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.feature-icon i {
	font-size: 24px;
	color: white;
}

.feature-text h4 {
	font-size: 18px;
	color: #0f4c3a;
	margin-bottom: 5px;
	font-weight: 700;
}

.feature-text p {
	font-size: 14px;
	color: #666;
	margin: 0;
}

.action-buttons {
	display: flex;
	gap: 20px;
	align-items: center;
}

.primary-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: white;
	padding: 15px 35px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.4s ease;
	box-shadow: 0 10px 25px rgba(90, 166, 72, 0.3);
	position: relative;
	overflow: hidden;
}

.primary-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
	transition: 0.5s;
}

.primary-btn:hover::before {
	left: 100%;
}

.primary-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 15px 35px rgba(90, 166, 72, 0.4);
}

.secondary-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	background: white;
	color: #5aa648;
	padding: 15px 30px;
	border-radius: 50px;
	font-weight: 600;
	text-decoration: none;
	border: 2px solid #9fc745;
	transition: all 0.3s ease;
}

.secondary-btn:hover {
	background: #f8fdf6;
	color: #0f4c3a;
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Responsive Design */
@media (max-width: 991px) {
	.about-modern-section {
		padding: 60px 0;
	}

	.about-image-wrapper {
		padding-right: 0;
		margin-bottom: 40px;
	}

	.about-content-modern {
		padding-left: 0;
	}

	.image-frame {
		transform: none;
	}

	.main-title {
		font-size: 36px;
	}

	.sub-title {
		font-size: 20px;
	}

	.features-grid {
		grid-template-columns: 1fr;
	}

	.action-buttons {
		flex-direction: column;
		align-items: stretch;
	}
}

@media (max-width: 768px) {
	.main-title {
		font-size: 32px;
	}

	.highlight-box {
		padding: 20px;
	}

	.highlight-box p {
		font-size: 16px;
	}

	.experience-badge {
		position: relative;
		bottom: 0;
		right: 0;
		border-radius: 15px;
		margin-top: -30px;
		display: inline-block;
	}
}

@media (max-width: 576px) {
	.about-modern-section {
		padding: 40px 0;
	}

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

	.feature-item {
		padding: 15px;
	}

	.primary-btn,
	.secondary-btn {
		padding: 12px 25px;
		justify-content: center;
	}
}






/* ===== RESORT DAYOUT Package DESIGN ===== */

.resort-dayout {
	position: relative;
	padding: 110px 0;
	background: url('../img/home-page/about1.webp') center/cover no-repeat;
}

.resort-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(rgba(16, 89, 84, 0.88),
			rgba(16, 89, 84, 0.92));
}

.resort-dayout .container {
	position: relative;
	z-index: 2;
}

.resort-header h2 {
	color: #fff;
	font-size: 42px;
}

.resort-header p {
	color: #e6e6e6;
	max-width: 600px;
	margin: 10px auto 60px;
}

/* Cards */
.resort-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 40px 30px;
	box-shadow: 0 35px 70px rgba(0, 0, 0, 0.35);
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	transition: 0.4s ease;
}

.resort-card:hover {
	transform: translateY(-10px);
}

.resort-card h3 {
	margin-bottom: 15px;
}

/* Price */
.resort-price span {
	font-size: 38px;
	font-weight: 800;
	color: #105954;
}

.resort-price small {
	display: block;
	font-size: 14px;
	opacity: 0.7;
	margin-bottom: 25px;
}

/* List */
.resort-card ul {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	text-align: left;
}

.resort-card ul li {
	padding: 8px 0;
	border-bottom: 1px dashed #9fc7457a;
	font-weight: 600;
}

/* Featured */
.resort-card.featured {
	border: 3px solid #9fc745;
	transform: scale(1.06);
}

.resort-tag {
	position: absolute;
	top: -14px;
	left: 50%;
	transform: translateX(-50%);
	background: #9fc745;
	color: #fff;
	padding: 6px 18px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
}

@media (max-width: 991px) {
	.resort-card.featured {
		transform: none;
		margin: 27px 0 0 0;
	}
}

/* ---- FIX CARD SPACING ---- */
.resort-card {
	margin: 0 15px;
	/* creates horizontal gap */
}

/* Mobile safety */
@media (max-width: 991px) {
	.resort-card {
		margin: 15px 0;
	}
}

/* ---- PREMIUM HOVER EFFECT ---- */
.resort-card {
	transition:
		transform 0.35s ease,
		box-shadow 0.35s ease;
}

.resort-card:hover {
	transform: translateY(-14px);
	box-shadow:
		0 30px 60px rgba(0, 0, 0, 0.35),
		0 0 0 3px rgba(159, 199, 69, 0.35);
}

/* ===============================
   FOREST DEPTH ENHANCEMENT
   Scoped ONLY to .resort-dayout
================================ */

/* Darker forest atmosphere */
.resort-dayout {
	background:
		linear-gradient(rgba(10, 40, 25, 0.55),
			rgba(10, 40, 25, 0.75)),
		url('../img/home-page/about1.webp') center/cover no-repeat;
}

/* Organic overlay texture feel */
.resort-overlay {
	background:
		radial-gradient(circle at top,
			rgba(40, 120, 80, 0.35),
			rgba(10, 40, 25, 0.9));
}

/* Header refinement */
.resort-header h2 {
	letter-spacing: 1px;
	text-transform: uppercase;
}

.resort-header p {
	font-size: 16px;
	opacity: 0.9;
}

/* ===============================
   CARD – FOREST PREMIUM LOOK
================================ */

.resort-card {
	background:
		linear-gradient(180deg,
			#ffffff 0%,
			#f2fbf6 100%);
	border-radius: 28px;
	border: 1px solid rgba(60, 140, 90, 0.35);
	box-shadow:
		0 20px 40px rgba(0, 0, 0, 0.35),
		inset 0 0 0 1px rgba(255, 255, 255, 0.6);
}



/* Titles */
.resort-card h3 {
	color: #0f2f1f;
	font-weight: 800;
	letter-spacing: 0.5px;
}

/* Price – stronger contrast */
.resort-price span {
	color: #1f5e3b;
	text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* List refinement */
.resort-card ul li {
	color: #234c34;
	font-weight: 600;
}

.resort-card ul li::before {
	content: "🌿";
	margin-right: 8px;
}

/* ===============================
   FEATURED CARD – HERO FOREST
================================ */

.resort-card.featured {
	background:
		linear-gradient(180deg,
			#e7f7ee 0%,
			#ffffff 100%);
	border: 3px solid #1f5e3b;
	box-shadow:
		0 35px 70px rgba(0, 0, 0, 0.45),
		0 0 0 6px rgba(159, 199, 69, 0.25);
}

/* Tag glow */
.resort-tag {
	background: linear-gradient(135deg,
			#1f5e3b,
			#9fc745);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
}

/* ===============================
   BUTTON – FOREST CTA
================================ */

.resort-card .default-btn {
	background: linear-gradient(135deg, #5aa648, #9fc745);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
}

.resort-card .default-btn:hover {
	background: linear-gradient(135deg,
			#0f2f1f,
			#1f5e3b);
	transform: translateY(-2px);
}

/* ===============================
   HOVER – LIVING CARD EFFECT
================================ */

.resort-card:hover {
	transform: translateY(-18px);
	box-shadow:
		0 45px 80px rgba(0, 0, 0, 0.45),
		0 0 0 4px rgba(159, 199, 69, 0.35);
}

/* =====================================
   REMOVE INNER SCROLLBAR (FINAL FIX)
   Scoped ONLY to pricing section
===================================== */

/* Force section to behave like normal flow */
.resort-dayout {
	height: auto !important;
	min-height: auto !important;
	max-height: none !important;

	overflow: visible !important;
	overflow-x: hidden !important;
}

/* Kill any accidental scroll containers inside */
.resort-dayout .container,
.resort-dayout .row,
.resort-dayout .col-lg-4,
.resort-dayout .col-md-6 {
	height: auto !important;
	overflow: visible !important;
}

/* Overlay must NEVER scroll */
.resort-overlay {
	overflow: hidden !important;
}

/* Safety: prevent transform-based scroll layers */
.resort-card {
	transform: translateZ(0);
}

/* =====================================
   SAME HEIGHT RESORT CARDS (FINAL FIX)
===================================== */

/* Make columns stretch cards equally */
.resort-dayout .row {
	align-items: stretch;
}

/* Make card a flex column & full height */
.resort-card {
	height: 100%;
	display: flex;
	flex-direction: column;
}

/* Let list take remaining space so button stays at bottom */
.resort-card ul {
	flex: 1;
}

/* Optional: keep button aligned bottom */
.resort-card .default-btn {
	margin-top: auto;
}

/* ===============================
   MOBILE: STOP HOVER OVERLAP FIX
================================ */
@media (max-width: 991px) {

	/* Option A: disable lift on mobile (recommended) */
	.resort-card:hover {
		transform: none !important;
		box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25) !important;
	}

	/* keep spacing safe between cards */
	.resort-dayout .col-lg-3,
	.resort-dayout .col-md-6 {
		margin-bottom: 20px;
	}
}

/* Mobile + Chrome hard fix */
html,
body {
	overflow-x: hidden;
}




/* ===== END OF RESORT DAYOUT Package DESIGN ===== */

/* ===== WHITE + RESORT BALANCED DESIGN ===== */

/* ==================================================
   WHY CHOOSE US – IMAGE SAFE, PERFECT FIT (FINAL)
================================================== */

/* ===============================
   REMOVE BLUR FROM WHY CHOOSE US
================================ */

.why-resort-exp,
.why-exp-grid,
.why-exp-card {
	filter: none !important;
	backdrop-filter: none !important;
	opacity: 1 !important;
}

/* Remove any pseudo overlays */
.why-resort-exp::before,
.why-resort-exp::after,
.why-exp-card::before,
.why-exp-card::after {
	content: none !important;
	display: none !important;
}


.why-exp-card img {
	filter: none !important;
	opacity: 1 !important;
	transform: none !important;
	mix-blend-mode: normal !important;

}

.why-resort-exp {
	backdrop-filter: blur(15px);
	filter: blur(2px);
	filter: brightness(0.7);
	backdrop-filter: blur(10px);
	opacity: 0.8;

}


.why-resort-exp {
	position: relative;
	padding: 70px 6%;
	background: #f2f2f2;
	overflow: hidden;
}

/* Header */
.why-exp-header {
	text-align: center;
	margin-bottom: 90px;
}

.why-exp-header h2 {
	font-size: 42px;
	color: #fff;
	text-transform: uppercase;

}

.why-exp-header p {
	color: #d7f0ea;
	font-size: 18px;
}

/* Grid */
.why-exp-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	position: relative;
	z-index: 2;
}

/* Card */
.why-exp-card {
	position: relative;
	height: 460px;
	border-radius: 32px;
	overflow: hidden;
	box-shadow: 0 40px 90px rgba(0, 0, 0, 0.5);
	transition: 0.6s ease;
	background: #000;
}

/* ---------- IMAGE FIX (IMPORTANT PART) ---------- */
.why-exp-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* THIS FIXES EVERYTHING */
	object-position: center;
}

/* Overlay */
.why-exp-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.15),
			rgba(0, 0, 0, 0.6));
	z-index: 1;
}

/* Content */
.why-exp-content {
	position: absolute;
	bottom: 24px;
	left: 24px;
	right: 24px;
	z-index: 2;
}

/* White content plate */
.white-box {
	background: rgba(255, 255, 255, 0.96);
	border-radius: 22px;
	padding: 30px;
	color: #1f3d36;
	box-shadow: 0 25px 60px rgba(0, 0, 0, 0.35);
}

/* Badge */
.why-exp-badge {
	display: inline-block;
	background: #9fc745;
	color: #fff;
	padding: 6px 14px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Hover */
.why-exp-card:hover {
	transform: translateY(-16px) scale(1.03);
}

/* White waves */
.white-wave {
	position: absolute;
	left: -10%;
	width: 120%;
	height: 140px;
	background: #fff;
	z-index: 1;
}

.white-wave.top {
	top: -70px;
	border-radius: 0 0 50% 50%;
}

.white-wave.bottom {
	bottom: -70px;
	border-radius: 50% 50% 0 0;
}

/* Mobile */
@media (max-width: 991px) {
	.why-exp-grid {
		grid-template-columns: 1fr;
	}

	.why-exp-card {
		height: 420px;
	}

	.why-exp-header h2 {
		font-size: 36px;
	}
}

/* ===== CLEAN RESORT ROOMS (NO MERGE DESIGN) ===== */

/* =====================================================
   ROOMS SECTION – CLEAN FOREST RESORT DESIGN (FINAL)
===================================================== */

.rooms-clean {
	padding: 110px 0;
	background: linear-gradient(180deg,
			#f4fbf7 0%,
			#e6f3ec 100%);
}

/* ---------------- HEADER ---------------- */

.rooms-header {
	text-align: center;
	margin-bottom: 80px;
}

.rooms-header h2 {
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;

}

.rooms-header p {
	font-size: 16px;
	color: #fff;
}

/* ---------------- ROOM BLOCK ---------------- */

.room-block {
	display: flex;
	align-items: center;
	gap: 60px;
	max-width: 1150px;
	margin: 0 auto 100px;
}

.room-block.reverse {
	flex-direction: row-reverse;
}

/* ---------------- IMAGE ---------------- */

.room-img {
	flex: 1;
}

.room-img img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

/* ---------------- INFO ---------------- */

.room-info {
	flex: 1;
	background: #ffffff;
	padding: 42px;
	border-radius: 18px;
	box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
}

.room-info h3 {
	font-size: 26px;
	font-weight: 700;
	color: #1f5e3b;
	margin-bottom: 18px;
}

/* ---------------- FEATURES ---------------- */

.room-features {
	list-style: none;
	padding: 0;
	margin-bottom: 30px;
}

.room-features li {
	padding: 8px 0;
	font-size: 14px;
	color: #355f4a;
	border-bottom: 1px dashed #cfe3d8;
}

.room-features li::before {
	content: "✓";
	color: #7fbf9c;
	margin-right: 10px;
	font-weight: bold;
}

/* ---------------- BOTTOM ---------------- */

.room-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.room-price {
	font-size: 22px;
	font-weight: 700;
	color: #1f5e3b;
}

.room-price span {
	display: block;
	font-size: 12px;
	color: #6d8f7c;
}

/* ---------------- BUTTON ---------------- */

.room-bottom button.btn-success {
	padding: 12px 34px;
	font-size: 15px;
	font-weight: 600;
	border-radius: 30px;
	background: #6bbf8e;
	border: none;
	color: #fff;
	transition: 0.25s ease;
}

.room-bottom button.btn-success:hover {
	background: #4ea97a;
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 991px) {

	.room-block,
	.room-block.reverse {
		flex-direction: column;
		gap: 30px;
		margin-bottom: 80px;
	}

	.room-img img {
		height: 260px;
	}

	.room-info {
		padding: 30px;
	}

	.room-bottom {
		flex-direction: column;
		gap: 16px;
		align-items: stretch;
	}

	.room-bottom button.btn-success {
		width: 100%;
	}
}



/* ===== BIG BOOK NOW BUTTON (PROMINENT) ===== */

.room-bottom button.btn {
	font-size: 18px;
	padding: 16px 42px;
	/* BIG button */
	border-radius: 50px;
	font-weight: 700;
}

.room-bottom button.btn-success {
	background: linear-gradient(135deg, #9fc745, #5aa648);
	border: none;
	box-shadow: 0 12px 30px rgba(90, 166, 72, 0.45);
}

.room-bottom button.btn-success:hover {
	transform: translateY(-3px);
	box-shadow: 0 18px 40px rgba(90, 166, 72, 0.6);
}

/* Slightly smaller price so button dominates */
.room-price {
	font-size: 23px;
}

.room-price span {
	font-size: 12px;
}

@media (max-width: 991px) {
	.room-block {
		max-width: 100%;
		margin-bottom: 80px;
	}

	.room-img img {
		height: 280px;
	}

	.room-info {
		min-height: auto;
		padding: 32px;
	}

	.room-bottom {
		flex-direction: column;
		gap: 18px;
	}

	.room-bottom button.btn {
		width: 100%;
	}
}






/* =================================================
   gallery page css RESORT + ADVENTURE GALLERY — PREMIUM DESIGN
================================================= */

.gallery-area {
	position: relative;
	padding: 160px 0;
	background: linear-gradient(180deg, #78b54787 0%, #04504b40 100%);
	overflow: hidden;
}

/* CURVED SECTION SEPARATORS */
.gallery-area::before,
.gallery-area::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 120px;
	background: #ffffff;
	border-radius: 0 0 100% 100%;
	z-index: 1;
}

.gallery-area::before {
	top: -60px;
}

.gallery-area::after {
	bottom: -60px;
	transform: rotate(180deg);
}

/* CONTAINER WIDTH CONTROL */
.gallery-area .container {
	max-width: 1200px;
	position: relative;
	z-index: 2;
}

/* SECTION TITLE */
.gallery-area .section-title h2 {
	font-size: 42px;
	letter-spacing: 1px;
	margin-top: -90px;
	text-transform: uppercase;

}

.gallery-area .section-title {
	margin-bottom: 70px;
}

/* MASONRY FLOW */
.gallery-view {
	column-count: 4;
	column-gap: 36px;
}

/* IMAGE TILE */
.single-gallery {
	position: relative;
	break-inside: avoid;
	margin-bottom: 36px;
	background: #78b547;
	padding: 14px;
	border-radius: 22px;
	box-shadow:
		0 18px 40px rgba(0, 0, 0, 0.15),
		inset 0 0 0 1px rgba(16, 89, 84, 0.08);
	transition: all 0.45s ease;
}

/* IMAGE */
.single-gallery img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 16px;
	transition: transform 0.6s ease;
}

/* SOFT COLOR PLATE */
.single-gallery::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg,
			rgba(159, 199, 69, 0.25),
			rgba(16, 89, 84, 0.15));
	opacity: 0;
	transition: opacity 0.45s ease;
	border-radius: 22px;
}

/* HOVER EFFECT */
.single-gallery:hover {
	transform: translateY(-14px);
	box-shadow:
		0 35px 80px rgba(0, 0, 0, 0.25),
		inset 0 0 0 2px rgba(159, 199, 69, 0.35);
}

.single-gallery:hover img {
	transform: scale(1.12);
}

.single-gallery:hover::before {
	opacity: 1;
}

/* PLUS BUTTON — NOT SMALL, NOT SHY */
.gallery-icon {
	position: absolute;
	bottom: 22px;
	right: 22px;
	width: 58px;
	height: 58px;
	background: linear-gradient(135deg, #9fc745, #5aa648);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 14px 34px rgba(90, 166, 72, 0.55);
	opacity: 0;
	transform: scale(0.6);
	transition: all 0.45s ease;
	z-index: 3;
}

.gallery-icon i {
	color: #ffffff;
	font-size: 26px;
}

.single-gallery:hover .gallery-icon {
	opacity: 1;
	transform: scale(1);
}

/* REMOVE BOOTSTRAP COLLISION */
.gallery-view .row,
.gallery-view .col-lg-3 {
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

/* ============================
   RESPONSIVE
============================ */

@media (max-width: 1200px) {
	.gallery-view {
		column-count: 3;
	}
}

@media (max-width: 768px) {
	.gallery-view {
		column-count: 2;
		column-gap: 22px;
	}
}

@media (max-width: 480px) {
	.gallery-view {
		column-count: 1;
	}

	.gallery-area .section-title h2 {
		font-size: 36px;
	}
}

/* =====================================================
   ADVENTURE ACTIVITIES – HIGH ENERGY DESIGN
===================================================== */

.services-area-three {
	background:
		linear-gradient(135deg, #0b1f1c 0%, #102f2a 100%);
	position: relative;
	padding: 140px 0;
	overflow: hidden;
}

/* Diagonal energy stripe */
.services-area-three::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20%;
	width: 140%;
	height: 120px;
	background: linear-gradient(90deg, #9fc745, #5aa648);
	transform: rotate(-2deg);
	z-index: 0;
}

/* Section title */
.services-area-three .section-title {
	position: relative;
	z-index: 2;
}

.services-area-three .section-title h2 {
	color: #ffffff;
	font-size: 42px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.services-area-three .section-title .sp-color {
	color: #e8ffd2;
	font-size: 16px;
	display: block;
	margin-top: 10px;
}

/* CARD */
.room-item.reservation-room {
	position: relative;
	background: transparent;
	border-radius: 26px;
	overflow: hidden;
	transform: skewY(-1deg);
	transition: all 0.45s ease;
}

/* Image */
.room-item.reservation-room img {
	width: 100%;
	height: 260px;
	object-fit: cover;
	transition: transform 0.6s ease;
}

/* Dark action overlay */
.room-item.reservation-room::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(to top right,
			rgba(0, 0, 0, 0.85),
			rgba(0, 0, 0, 0.25));
	z-index: 1;
	transition: opacity 0.4s ease;
}

/* CONTENT OVER IMAGE */
.room-item.reservation-room .content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 26px;
	color: #ffffff;
	z-index: 2;
	transform: skewY(1deg);
}

/* Title */
.room-item.reservation-room h3 a {
	color: #ffffff;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.8px;
}

/* Category badge */
.room-item.reservation-room ul li span {
	display: inline-block;
	background: #9fc745;
	color: #0b1f1c;
	padding: 6px 16px;
	border-radius: 50px;
	font-size: 12px;
	font-weight: 800;
	margin-top: 6px;
}

/* BOOK NOW – AGGRESSIVE CTA */
.room-item.reservation-room {
	display: inline-block;
	margin-top: 14px;
	padding: 14px 40px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #000;
	font-weight: 900;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 14px 40px rgb(0 76 70);
	transition: all 0.35s ease;
}


.book-btn {
	display: inline-block;
	margin-top: 14px;
	padding: 14px 40px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #000;
	font-weight: 900;
	border-radius: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 14px 40px rgb(0 76 70);
	transition: all 0.35s ease;
	margin-bottom: -15px;
}


/* Hover effects */
.room-item.reservation-room:hover img {
	transform: scale(1.2);
}

.room-item.reservation-room:hover {
	transform: translateY(-18px) skewY(-1deg);
}

.room-item.reservation-room:hover::before {
	opacity: 0.65;
}

.room-item.reservation-room .book-btn:hover {
	transform: scale(1.08);
	box-shadow: 0 20px 60px rgba(255, 136, 0, 0.85);
}

/* Grid spacing */
.services-area-three .row>div {
	margin-bottom: 50px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
	.room-item.reservation-room img {
		height: 220px;
	}

	.services-area-three .section-title h2 {
		font-size: 38px;
	}
}

/* =====================================
   ACTIVITIES – HEADING + BUTTON FIX
===================================== */

/* REMOVE Park Activities badge */
.room-item.reservation-room ul {
	display: none;
}

/* SHOW heading again */
.room-item.reservation-room h3 {
	display: block;
	margin: 0;
}

/* Heading style (small, compact) */
.room-item.reservation-room h3 a {
	font-size: 14px;
	/* small enough for 3 words */
	font-weight: 700;
	color: #ffffff;
	white-space: nowrap;
	/* single line */
	/* overflow: hidden; */
	text-overflow: ellipsis;
	/* prevents breaking */
	max-width: 160px;
}

/* CONTENT LAYOUT: heading + button same line */
.room-item.reservation-room .content {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
}

/* BOOK NOW BUTTON – smaller */
.room-item.reservation-room .book-btn {
	padding: 10px 40px;
	font-size: 13px;
	font-weight: 700;
	border-radius: 8px;
	white-space: nowrap;
}

/* Image height adjustment */
.room-item.reservation-room img {
	height: 210px;
}

/* MOBILE */
@media (max-width: 768px) {
	.room-item.reservation-room h3 a {
		/* font-size: 13px; */
		/* max-width: 120px; */
	}

	.room-item.reservation-room .book-btn {
		padding: 10px 60px;
		font-size: 12px;
	}
}








/* added this css */

.services-area-three {
	padding: 60px 0;
}

.activity-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
	height: 100%;
}

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

.activity-card img {
	width: 100%;
	display: block;
}

.activity-card .content {
	padding: 20px;
	text-align: center;
}

.activity-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.activity-card span {
	display: block;
	font-size: 14px;
	color: #777;
	margin-bottom: 15px;
}

.book-btn {
	display: inline-block;
	padding: 8px 20px;
	background: #ff6b00;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: 0.3s;
}

.book-btn:hover {
	background: #e85d00;
}



/* aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa */

.services-area-three {
	padding: 60px 0;
}

.facility-card {
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
	transition: 0.3s ease;
	height: 100%;
}

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

.facility-card img {
	width: 100%;
	display: block;
	/* removes bottom image gap */
}

.facility-card .content {
	padding: 20px;
	text-align: center;
}

.facility-card h3 {
	font-size: 18px;
	margin-bottom: 10px;
}

.facility-card span {
	display: block;
	font-size: 14px;
	color: #777;
	margin-bottom: 15px;
}

.book-btn {
	display: inline-block;
	padding: 8px 20px;
	background: #ff6b00;
	color: #fff;
	border-radius: 4px;
	text-decoration: none;
	transition: 0.3s;
}

.book-btn:hover {
	background: #e85d00;
}






/* =========================================
   RESORT BOOKING HERO – STRONG DESIGN
========================================= */

.resort-booking-hero {
	background: linear-gradient(135deg, #0b2f2a, #0f3d36);
	padding: 110px 0;
	position: relative;
	overflow: hidden;
}

/* Diagonal cut for drama */
.resort-booking-hero::after {
	content: "";
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	height: 240px;
	background: #ffffff;
	transform: skewY(-4deg);
}

/* Layout */
.booking-wrap {
	display: flex;
	align-items: center;
	gap: 80px;
	position: relative;
	z-index: 2;
}

/* CONTENT */
.booking-content {
	flex: 1;
	color: #ffffff;
}

.brand-tag {
	display: inline-block;
	background: rgba(159, 199, 69, 0.2);
	color: #9fc745;
	padding: 8px 18px;
	border-radius: 50px;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 18px;
}

.booking-content h2 {
	font-size: 42px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-transform: uppercase;

}

.booking-content p {
	font-size: 17px;
	line-height: 1.8;
	max-width: 520px;
	color: #d9f1ea;
}

/* ACTIONS */
.booking-actions {
	margin-top: 36px;
	display: flex;
	align-items: center;
	gap: 40px;
}

/* CTA */
.booking-btn {
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #000;
	padding: 18px 46px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 18px 45px rgba(255, 136, 0, 0.6);
	transition: all 0.3s ease;
}

.booking-btn:hover {
	transform: translateY(-3px);
	box-shadow: 0 24px 60px rgba(255, 136, 0, 0.85);
}

/* STATS */
.booking-stats {
	display: flex;
	gap: 30px;
}

.booking-stats div {
	text-align: center;
}

.booking-stats strong {
	display: block;
	font-size: 26px;
	color: #9fc745;
}

.booking-stats span {
	font-size: 12px;
	opacity: 0.85;
}

/* IMAGE */
.booking-image {
	flex: 1;
	position: relative;
}

.booking-image img {
	width: 100%;
	border-radius: 36px;
	box-shadow: 0 50px 100px rgba(0, 0, 0, 0.45);
}

/* RESPONSIVE */
@media (max-width: 991px) {
	.booking-wrap {
		flex-direction: column;
		gap: 50px;
	}

	.booking-content h2 {
		font-size: 34px;
	}

	.booking-actions {
		flex-direction: column;
		align-items: flex-start;
	}

	.booking-stats {
		gap: 20px;
	}
}

/* =========================================
   TESTIMONIAL STORY – FINAL WORKING VERSION
========================================= */

.testimonial-story {
	padding: 80px 0;
	background: linear-gradient(180deg, #78b54757 0%, #04504b40 100%);
}

/* Layout */
.testimonial-layout {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
}

/* LEFT */
.testimonial-focus {
	position: sticky;
	top: 120px;
}

.testimonial-focus h2 {
	font-size: 42px;
	margin-bottom: 28px;
	color: #0b3d36;
	text-transform: uppercase;

}

.focus-quote {
	font-size: 30px;
	line-height: 1.5;
	font-weight: 500;
	color: #0b3d36;
	white-space: normal;
}

.focus-quote span {
	color: #9fc745;
	font-weight: 700;
}

.focus-user {
	display: block;
	margin-top: 22px;
	font-size: 14px;
	color: #666;
}

/* RIGHT */
.testimonial-stream {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.stream-item {
	display: flex;
	align-items: flex-start;
	gap: 18px;
	padding-bottom: 26px;
	border-bottom: 1px solid #e0ece7;
}

.stream-item img {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	object-fit: cover;
}

.stream-text strong {
	display: block;
	font-size: 16px;
	color: #0b3d36;
	margin-bottom: 6px;
}

.stream-text p {
	font-size: 14px;
	line-height: 1.6;
	color: #555;
	margin: 0;
	white-space: normal;
}

/* Mobile */
@media (max-width: 991px) {
	.testimonial-layout {
		grid-template-columns: 1fr;
	}

	.testimonial-focus {
		position: relative;
		top: 0;
		margin-bottom: 40px;
	}

	.focus-quote {
		font-size: 24px;
	}
}

/* =========================================
   QUOTE DESK – FINAL FIXED VERSION
========================================= */

.quote-desk {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	min-height: 520px;
	margin: 120px 0;
	overflow: hidden;
	/* prevents overlap cut */
}

/* LEFT SIDE (CONTENT) */
.quote-left {
	background: linear-gradient(135deg, #0b3d36, #145a4f);
	display: flex;
	align-items: center;
	padding: 80px;
	position: relative;
}

/* Diagonal white divider (FIXED) */
.quote-left::after {
	content: "";
	position: absolute;
	right: -60px;
	/* reduced overlap */
	top: 0;
	width: 120px;
	/* narrower divider */
	height: 100%;
	background: #ffffff;
	transform: skewX(-10deg);
	z-index: 1;
}

/* Left content */
.quote-left-inner {
	max-width: 420px;
	color: #ffffff;
	position: relative;
	z-index: 2;
}

.quote-brand {
	display: inline-block;
	font-size: 13px;
	letter-spacing: 1px;
	color: #9fc745;
	margin-bottom: 18px;
	font-weight: 700;
}

.quote-left h2 {
	font-size: 42px;
	line-height: 1.25;
	margin-bottom: 20px;
	text-transform: uppercase;

}

.quote-left p {
	font-size: 16px;
	line-height: 1.7;
	color: #d7efe9;
}

/* RIGHT SIDE (FORM) */
.quote-right {
	background: #ffffff;
	padding: 70px 60px;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 3;
	/* ensures form is always above divider */
}

.quote-right form {
	width: 100%;
}

/* Form rows */
.form-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
	margin-bottom: 16px;
}

/* Inputs */
.quote-right input,
.quote-right textarea {
	width: 100%;
	padding: 14px 16px;
	border-radius: 8px;
	border: 1px solid #ccc;
	font-size: 14px;
	outline: none;
}

.quote-right input:focus,
.quote-right textarea:focus {
	border-color: #9fc745;
	box-shadow: 0 0 0 3px rgba(159, 199, 69, 0.25);
}

.quote-right textarea {
	resize: none;
	margin-bottom: 18px;
}

/* Button */
.quote-right button {
	width: 100%;
	padding: 16px;
	background: linear-gradient(135deg, #9fc745, #5aa648);
	border: none;
	border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	transition: all 0.3s ease;
}

.quote-right button:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 40px rgba(90, 166, 72, 0.45);
}

/* ==========================
   RESPONSIVE
========================== */

@media (max-width: 991px) {
	.quote-desk {
		grid-template-columns: 1fr;
	}

	.quote-left {
		padding: 60px 40px;
	}

	.quote-left::after {
		display: none;
		/* remove diagonal on mobile */
	}

	.quote-right {
		padding: 40px;
	}

	.quote-left h2 {
		font-size: 32px;
	}
}


/* home page our rooms section css */

/* Section Background */
.rooms-clean {
	position: relative;
	padding: 80px 0;
	background: url('assets/img/bg/1.png') center/cover no-repeat;
	color: #fff;
	z-index: 1;
}

/* Transparent overlay */
.rooms-clean::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgb(0 0 0);
	/* transparency */
	z-index: -1;
}

/* Header */
.rooms-header h2 {
	font-size: 36px;
	font-weight: 700;
}

.rooms-header p {
	font-size: 16px;
	opacity: 0.9;
}

/* Room Block */
.room-block {
	display: flex;
	gap: 30px;
	/* background: rgba(255, 255, 255, 0.12); */
	border-radius: 15px;
	padding: 25px;
	margin-bottom: 40px;
	align-items: center;
	/* backdrop-filter: blur(2px); */
}

/* Reverse Layout */
.room-block.reverse {
	flex-direction: row-reverse;
}

/* Image */
.room-img img {
	width: 100%;
	/* max-width: 350px; */
	border-radius: 15px;
	object-fit: cover;
}

/* Info */
.room-info h3 {
	font-size: 26px;
	margin-bottom: 15px;
}

.room-features {
	list-style: none;
	padding: 0;
	margin-bottom: 20px;
}

.room-features li {
	margin-bottom: 8px;
	padding-left: 20px;
	position: relative;
}

.room-features li::before {
	content: "✓";
	position: absolute;
	left: 0;
	color: #28a745;
}

/* Bottom */
.room-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.room-price {
	font-size: 28px;
	font-weight: bold;
}

.room-price span {
	font-size: 14px;
	font-weight: normal;
	display: block;
}

/* Responsive */
@media (max-width: 768px) {

	.room-block,
	.room-block.reverse {
		flex-direction: column;
		text-align: center;
	}

	.room-bottom {
		flex-direction: column;
		gap: 15px;
	}

	.room-img img {
		max-width: 100%;
	}
}

.resort-card {
	display: flex;
	flex-direction: column;
	/* height: 100%; */
}

.resort-card ul {
	flex-grow: 1;
}

.resort-card a.default-btn {
	margin-top: auto;
	text-align: center;
}

/* ===============================
   Testimonial Section
================================= */

.testimonial-section {
	padding: 80px 0;
	background: linear-gradient(135deg, #f8f6f3 0%, #eef2f5 100%);
}

.section-title {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
	color: #222;
}

/* Wrapper */
.testimonial-wrapper {
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
}

/* Card */
.testimonial-card {
	background: #ffffff;
	padding: 30px;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	flex: 1 1 300px;
	max-width: 350px;
	transition: 0.3s ease;
}

.testimonial-card:hover {
	transform: translateY(-8px);
}

/* Stars */
.stars {
	color: #f4b400;
	font-size: 18px;
	margin-bottom: 15px;
}

/* Text */
.testimonial-text {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
	margin-bottom: 20px;
}

/* User Name */
.testimonial-user h4 {
	font-size: 16px;
	font-weight: 600;
	color: #111;
	margin: 0;
}

/* ===============================
   Responsive
================================= */

@media (max-width: 992px) {
	.section-title {
		font-size: 30px;
	}
}

@media (max-width: 768px) {
	.testimonial-section {
		padding: 60px 15px;
	}

	.testimonial-wrapper {
		flex-direction: column;
		align-items: center;
	}

	.testimonial-card {
		max-width: 100%;
	}
}

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

	.testimonial-card {
		padding: 20px;
	}

	.testimonial-text {
		font-size: 14px;
	}
}



/* home page mobile responsive csssssssssssssssssssssssssssssssssssssssssssssss */

@media (max-width: 767px) {
	.hide-on-mobile {
		display: none !important;
	}
}

/* Reduce Image Height Only on Mobile */
@media (max-width: 768px) {
	.mobile-img-small {
		height: 250px;
		/* adjust this value */
		width: 100%;
		object-fit: contain;
		/* keeps image proper without stretching */
		margin: 0 auto;
		display: block;
	}
}


/* Mobile Responsive Banner */
@media (max-width: 991px) {

	.mobile-responsive-banner {
		padding: 60px 0;
		text-align: center;
	}

	.mobile-responsive-banner .inner-title ul {
		justify-content: center;
		padding-left: 0;
		margin-bottom: 10px;
	}

	.mobile-responsive-banner .inner-title ul li {
		display: inline-block;
	}

	.mobile-responsive-banner .inner-title h3 {
		font-size: 22px;
		line-height: 1.4;
	}

}


/* booking page banner section css */

/* Extra Small Devices */
@media (max-width: 576px) {

	.mobile-responsive-banner {
		padding: 40px 0;
	}

	.mobile-responsive-banner .inner-title h3 {
		font-size: 18px;
	}

}







/* packages pop-up enquiry form css started here  */
/* Button */
.book-btn {
	background: linear-gradient(135deg, #5aa648, #9fc745);
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 5px;
	cursor: pointer;
	width: 100%;
}

.book-btn:hover {
	background: #084298;
}

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

/* Popup Form */
.popup-form {
	background: #fff;
	width: 400px;
	max-width: 95%;
	padding: 30px;
	border-radius: 8px;
	position: relative;
	animation: fadeIn 0.3s ease;
}

.popup-form h3 {
	margin-bottom: 20px;
	text-align: center;
}

.popup-form input,
.popup-form select,
.popup-form textarea {
	width: 100%;
	padding: 10px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.popup-form button {
	width: 100%;
	padding: 10px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	border: none;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

.popup-form button:hover {
	background: linear-gradient(135deg, #5aa648, #9fc745);
}

/* Close Button */
.close-btn {
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 22px;
	cursor: pointer;
}



/* Animation */
@keyframes fadeIn {
	from {
		transform: scale(0.8);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}


.popup-form {
	background: #f4eee8;
	padding: 20px 22px;
	/* reduced padding */
	width: 460px;
	/* slightly reduced width */
	border-radius: 6px;
	position: relative;
}

.popup-form h3 {
	margin-bottom: 12px;
	/* reduced heading gap */
}

#enquiryForm label {
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
	/* tighter label spacing */
	font-style: italic;
}

#enquiryForm input,
#enquiryForm textarea,
#enquiryForm select {
	width: 100%;
	padding: 6px 10px;
	/* reduced input height */
	border: 1px solid #1e5961;
	border-radius: 6px;
	margin-bottom: 10px;
	/* reduced gap between fields */
	background: transparent;
	outline: none;
	font-size: 13px;
}

.form-row {
	display: flex;
	gap: 10px;
	/* reduced column gap */
}

.form-group {
	flex: 1;
}

#enquiryForm select {
	height: auto;
	/* remove forced tall dropdown */
}

#enquiryForm button {
	background: #6b8e23;
	color: #fff;
	padding: 8px 25px;
	/* smaller button */
	border: none;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	margin: 8px auto 0;
	/* reduced top spacing */
	font-size: 14px;
}


/* Popup Box */
.popup-form {
	width: 600px;
	max-width: 95%;
	background: #e9e4dd;
	padding: 25px;
	border-radius: 6px;
	box-sizing: border-box;
}

/* Form Rows - Always 2 Columns */
.form-row {
	display: flex;
	gap: 15px;
	margin-bottom: 18px;
}

/* Equal Width Columns */
.form-group {
	flex: 1;
	display: flex;
	flex-direction: column;
}

/* Inputs & Select */
.popup-form input,
.popup-form select {
	width: 100%;
	height: 42px;
	padding: 8px 10px;
	border: 1px solid #2f5d62;
	border-radius: 6px;
	box-sizing: border-box;
}

/* Submit Button */
.popup-form button {
	width: 100%;
	height: 45px;
	background: #6b8e23;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	cursor: pointer;
}

/* .popup-form {
    width: 95%;
} */


/* Make labels equal height */
.form-group label {
	min-height: 38px;
	/* keeps both labels aligned */
	display: block;
	margin-bottom: 6px;
}

/* Make all fields identical */
.popup-form input,
.popup-form select {
	width: 100%;
	height: 42px;
	padding: 8px 10px;
	border: 1px solid #2f5d62;
	border-radius: 6px;
	background-color: #f4eee8;
	/* same as popup background */
	box-sizing: border-box;
	appearance: none;
	/* removes default select styling */
}

/* Fix select arrow spacing */
.popup-form select {
	cursor: pointer;
}

/* packages pop-up enquiry form css ended  here  */


/* bithday page pop-up eniory css started here */

/* Overlay - Perfect Center */
.bdayEvt-overlay-container {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 999999;
}

/* Modal Box */
.bdayEvt-modal-box {
	background: #ffffff;
	width: 450px;
	max-width: 95%;
	padding: 35px;
	border-radius: 12px;
	position: relative;
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
	animation: bdayEvtFadeIn 0.3s ease-in-out;
}

/* Title */
.bdayEvt-title {
	text-align: center;
	margin-bottom: 25px;
	font-weight: 600;
	font-size: 22px;
}

/* Close Button */
.bdayEvt-close-btn {
	position: absolute;
	top: 15px;
	right: 18px;
	font-size: 24px;
	cursor: pointer;
}

/* Form Group */
.bdayEvt-form-group {
	margin-bottom: 18px;
	text-align: left;
}

/* Labels Proper Alignment */
.bdayEvt-form-group label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 6px;
	color: #333;
}

/* Inputs Proper Alignment */
.bdayEvt-form-group input,
.bdayEvt-form-group textarea {
	width: 100%;
	height: 45px;
	padding: 0 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 14px;
	outline: none;
	transition: 0.3s;
}

.bdayEvt-form-group textarea {
	height: auto;
	padding: 10px 12px;
}

/* Focus Effect */
.bdayEvt-form-group input:focus,
.bdayEvt-form-group textarea:focus {
	border-color: #ff4081;
	box-shadow: 0 0 0 2px rgba(255, 64, 129, 0.15);
}

/* Submit Button */
.bdayEvt-submit-btn {
	width: 100%;
	padding: 12px;
	background: #ff4081;
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
	transition: 0.3s;
}

.bdayEvt-submit-btn:hover {
	background: #e73370;
}

/* Animation */
@keyframes bdayEvtFadeIn {
	from {
		transform: scale(0.85);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* Mobile Responsive */
@media(max-width: 480px) {
	.bdayEvt-modal-box {
		padding: 25px;
	}
}

/* bithday page pop-up eniory css ended  here */
/* wedding  page pop-up eniory css started  here */

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

/* POPUP BOX */
.wedding-popup-form {
	background: #fff;
	width: 90%;
	max-width: 500px;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	animation: fadeIn 0.3s ease;
}

.close-popup {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

.wedding-popup-form h2 {
	margin-bottom: 20px;
	text-align: center;
}

.form-group {
	margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}

.submit-btn {
	width: 100%;
	padding: 12px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.submit-btn:hover {
	background: linear-gradient(135deg, #5aa648, #9fc745);
}

@keyframes fadeIn {
	from {
		transform: scale(0.9);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}


/* wedding  page pop-up eniory css ended  here */
/* Coraparate event  page pop-up eniory css started  here */

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

/* POPUP BOX */
.corporate-popup-form {
	background: #fff;
	width: 90%;
	max-width: 500px;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	animation: fadeInCorporate 0.3s ease;
}

.close-corporate-popup {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

.corporate-popup-form h2 {
	margin-bottom: 20px;
	text-align: center;
}

.form-group {
	margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}

.corporate-submit-btn {
	width: 100%;
	padding: 12px;
	background: linear-gradient(135deg, #5aa648, #9fc745);
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.corporate-submit-btn:hover {
	background: #002f73;
}

@keyframes fadeInCorporate {
	from {
		transform: scale(0.9);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}

/* Coraparate event  page pop-up eniory css ended  here */
/* school event  page pop-up eniory css start here */

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

/* POPUP BOX */
.school-popup-form {
	background: #fff;
	width: 90%;
	max-width: 500px;
	padding: 30px;
	border-radius: 10px;
	position: relative;
	animation: fadeInSchool 0.3s ease;
}

.close-school-popup {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

.school-popup-form h2 {
	margin-bottom: 20px;
	text-align: center;
}

.form-group {
	margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 14px;
}

.school-submit-btn {
	width: 100%;
	padding: 12px;
	background: #28a745;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}

.school-submit-btn:hover {
	background: #1e7e34;
}

@keyframes fadeInSchool {
	from {
		transform: scale(0.9);
		opacity: 0;
	}

	to {
		transform: scale(1);
		opacity: 1;
	}
}


/* school event  page pop-up eniory css ended  here */
/* packages section pop-up eniory css strted   here */

   
        /* ===============================
			BOOKING POPUP OVERLAY
			=================================*/
        .booking-overlay {
            position: fixed;
            inset: 0;
            background: rgba(0, 0, 0, 0.65);
            display: none;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            padding: 20px;
        }

        /* ===============================
			POPUP BOX
			=================================*/
        .booking-box {
            background: #FFF;
            width: 100%;
            max-width: 520px;
            border-radius: 12px;
            padding: 24px;
            position: relative;
            animation: popupFade 0.3s ease-in-out;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
            max-height: calc(100vh - 40px);
            overflow-y: auto;
        }

        @keyframes popupFade {
            from {
                opacity: 0;
                transform: translateY(-20px);
            }

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

        /* ===============================
		CLOSE BUTTON
		=================================*/
        .booking-close {
            position: absolute;
            top: 15px;
            right: 18px;
            font-size: 24px;
            cursor: pointer;
            color: #000;
            transition: 0.3s;
        }

        .booking-close:hover {
            color: #000;
        }

        /* ===============================
			FORM ELEMENTS
			=================================*/
        .booking-box h3 {
            margin-bottom: 20px;
            font-weight: 600;
            text-align: center;
        }

        .input-field {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #000000;
            border-radius: 6px;
            margin-top: 5px;
            font-size: 14px;
            transition: 0.3s;
        }

        .input-field:focus {
            border-color: #0d6efd;
            outline: none;
            box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.1);
        }

        /* ===============================
			FLEX ROW
			=================================*/
        .row-flex {
            display: flex;
            gap: 15px;
            margin-bottom: 15px;
        }

        .field-group {
            flex: 1;
            display: flex;
            flex-direction: column;
            margin-bottom: 15px;
        }

        /* ===============================
		SUBMIT BUTTON
		=================================*/
        .submit-booking-btn {
            width: 100%;
            padding: 12px;
            background: linear-gradient(135deg, #5aa648, #9fc745);
            color: #fff;
            border: none;
            border-radius: 6px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: 0.3s;
        }

        .submit-booking-btn:hover {
            background: linear-gradient(135deg, #5aa648, #9fc745);
        }

        /* ===============================
			PACKAGE BOOK BUTTON
			=================================*/
        .package-book-btn {
            display: inline-block;
            padding: 10px 18px;
            background: linear-gradient(135deg, #5aa648, #9fc745);
            color: #fff;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            cursor: pointer;
            transition: 0.3s;
            margin-top: 15px;
        }

        .package-book-btn:hover {
            background: #146c43;
        }

        /* ===============================
		RESPONSIVE
		=================================*/
        @media (max-width: 576px) {
            .row-flex {
                flex-direction: column;
            }

            .booking-box {
                max-width: 100%;
                max-height: calc(100vh - 24px);
                padding: 16px;
            }
        }
/* packages section pop-up eniory css ended   here */




#enquiryForm label {
    font-size: 12px;
    margin: 2px 0;
}

#enquiryForm input,
#enquiryForm select {
    height: 28px;
    padding: 2px 6px;
    font-size: 12px;
    margin-bottom: 3px;
}

#enquiryForm button {
    height: 30px;
    font-size: 13px;
    margin-top: 5px;
}

