@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Gilda+Display&family=Lexend:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

ul {
	list-style: none;
}

.mr-4,
.mx-4 {
	margin-right: 1.5rem !important;
}

.text-right {
	text-align: right;
}

.cstm-left {
	margin-left: 10%;
}

.cstm-left a {
	font-size: 15px;
	font-weight: 500;
	font-family: "Lexend", sans-serif;
	position: relative;
}

.cstm-left a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background: #243e61;
	width: 0%;
	height: 1px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.cstm-left a:hover::after {
	width: 100%;
	left: 0;
}

.hero {
	height: 100vh;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.site-navbar-wrap {
	position: absolute;
	z-index: 99;
	width: 100%;
	left: 0;
}

.site-navbar-wrap a {
	color: #fff;
}

.site-navbar-wrap .site-navbar-top {
	font-size: 0.8rem;
}

.site-navbar-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.site-navbar {
	margin-bottom: 0px;
	width: 100%;
}

.site-navbar .site-logo {
	font-weight: 200;
	line-height: 0;
	top: -50px;
	position: absolute;
	padding: 0;
	left: 25px;
}
.site-navbar .site-logo {
  font-weight: 200;
  line-height: 0;
  top: 0;
  position: absolute;
  padding: 0;
  left: 25px;
  /*transform: translateY(-50%);*/
  transform: translateY(-47%);
}
@media (max-width: 768px){
    .site-navbar .site-logo {
        transform: unset;
    }
}
.site-navbar .site-logo a {
	font-weight: 200;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}

.site-logo a img {
	width: 150px;
	transition: width 1.2s;
}

.site-navbar .site-navigation .site-menu {
	margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
	text-decoration: none !important;
	display: inline-block;
	font-weight: 500;
}

.site-navbar .site-navigation .site-menu>li {
	display: inline-block;
	padding: 10px 5px;
}

.site-navbar .site-navigation .site-menu>li>a {
	padding: 10px 5px;
	color: rgba(255, 255, 255);
	font-size: 17px;
	font-weight: 500;
	font-family: "Lexend", sans-serif;
	text-decoration: none !important;
	position: relative;
}

.site-navbar .site-navigation .site-menu>li>a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background: #243e61;
	width: 0%;
	height: 1px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.site-navbar .site-navigation .site-menu>li>a:hover::after {
	width: 100%;
	left: 0;
}

.site-navbar .site-navigation .site-menu>li>a.active {
	color: #fff;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
	color: #fff;
}

.site-navbar .site-navigation .site-menu>li:last-child {
	padding-right: 0;
}

.site-navbar .site-navigation .site-menu>li:last-child>a {
	padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
	position: relative;
	padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
	position: absolute;
	content: "\e313";
	font-size: 16px;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	-webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
	margin-left: 0px;
	border-radius: 4px;
	position: absolute;
	top: 71px;
	left: 0;
	width: 250px;
	background: #243e61;
	text-align: left;
	padding: 10px;
	opacity: 0;
	transition: .5s;
	-webkit-transition: .5s;
	transition-delay: 0s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	visibility: hidden;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
	position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #243e61;
	border-width: 10px;
	margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	font-size: 14px;
	text-transform: none;
	letter-spacing: normal;
	-webkit-transition: 0s all;
	-o-transition: 0s all;
	transition: 0s all;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-weight: 500;
	font-family: "Lexend", sans-serif;
	font-size: 15px;
	border-radius: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	border-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
	color: #007bff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
	color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
	list-style: none;
	padding: 0;
	margin: 0;
	min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:first-child>a {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li:last-child>a {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
	padding: 10px;
	display: block;
	border-radius: 4px;
	margin: 5px 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
	background: #ebeef0;
	color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
	content: "\e315";
	right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
	left: 100%;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
	background: #ebeef0;
	color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
	color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
}

.site-mobile-menu {
	width: 300px;
	position: fixed;
	right: 0;
	z-index: 2000;
	padding-top: 20px;
	background: #fff;
	height: calc(100vh);
	-webkit-transform: translateX(110%);
	-ms-transform: translateX(110%);
	transform: translateX(110%);
	-webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	-webkit-transition: .3s all ease-in-out;
	-o-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	position: relative;
	padding: 20px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-nav-wrap a {
	padding: 10px 20px;
	display: block;
	position: relative;
	color: #212529;
}

.site-mobile-menu .site-nav-wrap a.active,
.site-mobile-menu .site-nav-wrap a:hover {
	color: #007bff;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
	color: #007bff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	font-size: 12px;
	z-index: 20;
	font-family: "icomoon";
	content: "\f078";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(-180deg);
	-ms-transform: translate(-50%, -50%) rotate(-180deg);
	transform: translate(-50%, -50%) rotate(-180deg);
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
	padding-left: 20px;
	font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
	padding-left: 40px;
	font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
	display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
	font-size: 16px;
	padding-left: 60px;
}

.sticky-wrapper {
	position: absolute;
	z-index: 100;
	width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
	margin-top: 96px;
}

.sticky-wrapper .site-navbar {
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.sticky-wrapper .site-navbar ul li.active a {
	color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar {
	background-color: #243e61;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li {
	display: inline-block;
	padding: 10px 5px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child {
	padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li:last-child>a {
	padding-right: 0;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.has-children>a {
	padding-right: 20px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a {
	padding: 10px 10px;
	color: rgba(255, 255, 255, 0.6);
	font-size: 15px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a:hover {
	color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a.active {
	color: #fff !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li.active a {
	color: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo {
	top: 0;
	transition: top 1.2s;
	background: #243e61;
	border-radius: 50%;
	transform: unset;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a img {
	width: 120px;
	transition: width 1.2s;
	padding: 10px;
}

.sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu>li>a::after {
	background: #e6721e;
}

.site-navbar-wrap::before,
.sticky-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.2;
}

.inner-page-nav,
.inner-page-nav .sticky-wrapper {
	position: relative;
	background: #243e61;
}

.inner-page-nav .site-logo a img {
	width: 140px;
	transition: width 1.2s;
}

.property-page {
	position: relative;
	padding: 120px 0 98px;
	background-color: #f8f5f0;
}

.sec-title {
	position: relative;
	margin-bottom: 49px;
}

.sec-title .sub-title {
	position: relative;
	font-size: 22px;
	color: #666;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 14px;
	font-family: "Gilda Display", serif;
	letter-spacing: 7.8px;
}

.sec-title .sub-title::before {
	content: "";
	position: absolute;
	top: 10px;
	left: -50px;
	width: 37px;
	height: 10px;
	background-image: url(../img/before.png);
}

.sec-title .sub-title::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 100%;
	margin-left: 5px;
	width: 37px;
	height: 10px;
	background-image: url(../img/before.png);
}

.sec-title h2 {
	position: relative;
	color: #222;
	margin-bottom: 0;
	z-index: 2;
	text-shadow: 0px 1px 1px #243e61;
	font-weight: 600;
	font-family: "DM Sans", sans-serif;
}

.pricing-section-three {
	position: relative;
	padding: 120px 0;
}

@media (max-width: 767.98px) {
	.pricing-section-three {
		padding: 80px 0 40px;
	}
}

@media (max-width: 575.98px) {
	.pricing-section-three .sec-title h2 {
		font-size: 32px;
		line-height: 40px;
	}
}

.pricing-block-three {
	margin: 60px 0;
}

@media (max-width: 767.98px) {
	.pricing-block-three {
		margin-bottom: 40px;
	}
}

.pricing-block-three .inner-box {
	position: relative;
}

.pricing-block-three .inner-box .content-column .inner-column {
	position: relative;
	background-color: #222;
	border-top: 1px solid #727171;
	border-right: 1px solid #727171;
	padding: 39px 60px 50px;
	margin-right: -17px;
	z-index: 1;
	margin-top: 57px;
}

.pricing-block-three .inner-box .content-column .inner-column::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: 0;
	background-image: url(../img/lines.png);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
	background-size: cover;
}

.pricing-block-three .inner-box .content-column:hover .inner-column::before {
	height: 100%;
}

.dot-image {
	position: relative;
}

.dot-image .left-img {
	position: absolute;
	bottom: -50px;
	left: -50px;
}

.dot-image .right-img {
	position: absolute;
	bottom: -50px;
	right: -50px;
}

@media (max-width: 1199.98px) {
	.pricing-block-three .inner-box .content-column .inner-column {
		padding: 39px 30px 50px;
	}
}

@media (max-width: 991.98px) {
	.pricing-block-three .inner-box .content-column .inner-column {
		margin-top: 0;
		margin-right: 0;
	}
}

@media (max-width: 575.98px) {
	.pricing-block-three .inner-box .content-column .inner-column {
		padding: 39px 15px 50px;
	}
}

.pricing-block-three .inner-box .content-column .inner-column .pricing-title {
	font-size: 27px;
	color: #fff;
	margin-bottom: 0;
	position: relative;
	font-family: "Gilda Display", serif;
	padding-bottom: 10px;
}

.pricing-block-three .inner-box .content-column .inner-column .pricing-title::before {
	position: absolute;
	content: "";
	height: 3px;
	width: 75px;
	background-color: rgb(0, 162, 97);
	bottom: 0px;
}

.pricing-block-three .inner-box .content-column .inner-column .prop-desc-st p {
	color: #fff;
	font-size: 16px;
	margin: 10px 0;
	font-family: "Poppins", sans-serif;
	line-height: 30px;
	position: relative;
}

.pricing-block-three .inner-box .content-column .inner-column .btn-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pricing-block-three .inner-box .content-column .inner-column .btn-box .btn-link {
	color: #ccc;
	font-size: 18px;
	text-decoration: none;
}

.pricing-block-three .inner-box .content-column .inner-column .btn-box .btn-link i {
	font-size: 15px;
	margin-left: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pricing-block-three .inner-box .content-column .inner-column .btn-box .btn-link:hover {
	color: red;
}

.pricing-block-three .inner-box .content-column .inner-column .btn-box .btn-link:hover i {
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
}

.pricing-block-three .inner-box .image-column .image-box {
	margin-left: -105px;
}

@media (max-width: 991.98px) {
	.pricing-block-three .inner-box .image-column .image-box {
		margin-left: 0;
	}
}

.pricing-block-three .inner-box .image-column .image-box figure {
	position: relative;
}

.pricing-block-three .inner-box .image-column .image-box figure:before {
	background: rgba(255, 255, 255, 0.3);
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	opacity: 1;
	pointer-events: none;
}

.pricing-block-three .inner-box .image-column .image-box figure:hover:before {
	height: 100%;
	opacity: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.pricing-block-three .inner-box .image-column .image-box figure img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media (max-width: 991.98px) {
	.pricing-block-three .inner-box .image-column .image-box figure img {
		width: 100%;
	}
}

.pricing-block-three .inner-box.content-align-right .content-column {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.pricing-block-three .inner-box.content-align-right .content-column .inner-column {
	margin-left: -17px;
	margin-right: 0;
}

@media (max-width: 991.98px) {
	.pricing-block-three .inner-box.content-align-right .content-column .inner-column {
		margin-left: 0;
	}
}

.pricing-block-three .inner-box.content-align-right .image-column .image-box {
	margin-left: 0;
	margin-right: -105px;
}

@media (max-width: 991.98px) {
	.pricing-block-three .inner-box.content-align-right .image-column .image-box {
		margin-right: 0;
	}
}

/*Btn Style Three*/
.btn-style-three {
	position: relative;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
	letter-spacing: 0.1em;
	padding: 13px 39px 17px;
	overflow: hidden;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	text-transform: uppercase;
	z-index: 9;
}

.btn-style-three i {
	position: relative;
	display: block;
	margin-left: 10px;
}

.btn-style-three:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #aa8453;
	border-radius: inherit;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.btn-style-three:hover:before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.btn-style-three:hover {
	border-color: #aa8453;
	color: #fff;
}

/* .pricing-block-three .inner-box .content-column:hover 
.btn-style-three:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
} */


/* padding copy */

.project-overview-1 .project-overview-image {
	margin-right: var(--bs-project-overview-image-spacing);
}

.project-overview-2 .project-overview-image {
	margin-left: var(--bs-project-overview-image-spacing);
}

.project-overview-padding {
	--bs-project-overview-padding-bottom: 200px;
	padding-bottom: var(--bs-project-overview-padding-bottom);
}

@media (max-width: 1399.98px) {
	.project-overview-padding {
		padding: 60px 0;
	}
}

@media (max-width: 991.98px) {
	.project-overview-padding {
		padding: 50px 0;
	}
}

@media (max-width: 767.98px) {
	.project-overview-padding {
		padding: 25px 0;
	}
}

@media screen and (min-width: 1399px) and (max-width: 1600px) {
	.project-overview-padding {
		padding: 60px 0;
	}
}

.project-overview-details {
	--bs-project-overview-padding: 70px 105px 50px 60px;
	--bs-project-overview-description-margin: 40px;
	--bs-project-overview-list-margin: 30px;
	--bs-project-overview-list-span-width: 210px;
	padding: var(--bs-project-overview-padding);
	position: relative;
	z-index: 3;
	background: #222;
	border-top: 1px solid #727171;
	border-right: 1px solid #727171;
}

.project-overview-details::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: 0;
	background: #243e61;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
	background-size: cover;
}

.project-overview-details .project-overview-description {
	margin-top: var(--bs-project-overview-description-margin);
}

.project-overview-details .project-overview-list {
	margin-top: var(--bs-project-overview-list-margin);
}

.project-overview-details .project-overview-list li span {
	width: var(--bs-project-overview-list-span-width);
}

@media (max-width: 1399.98px) {
	.project-overview-details {
		--bs-project-overview-padding: 50px 70px 40px 60px;
	}
}

@media (max-width: 1199.98px) {
	.project-overview-details {
		--bs-project-overview-padding: 50px 45px 40px 45px;
		--bs-project-overview-2-left-spacing: 83px;
		--bs-project-overview-description-margin: 30px;
	}

	.project-overview-details .display-5 {
		font-size: 38px;
	}
}

@media (max-width: 991.98px) {
	.project-overview-details {
		--bs-project-overview-padding: 30px 20px 40px 20px;
		--bs-project-overview-description-margin: 16px;
		--bs-project-overview-list-margin: 16px;
		--bs-project-overview-list-span-width: 150px;
	}
}

@media (max-width: 767.98px) {
	.project-overview-details {
		--bs-project-overview-list-span-width: 135px;
	}

	.project-overview-details .display-5 {
		font-size: 34px;
	}
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
	.project-overview-details {
		--bs-project-overview-padding: 60px 50px 40px 50px;
	}
}

@media (min-width: 768px) {
	.float-right {
		float: right;
	}

	.float-left {
		float: left;
	}
}

.project-overview-image {
	--bs-project-overview-image-spacing: -22%;
}

.project-overview-image {
	position: relative;
}

.project-overview-image .overlay {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	height: 0;
	background: #243d5e8f;
	background-size: auto;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	content: "";
	background-size: cover;
	opacity: 0;
	overflow: hidden;
}

.project-overview-image:hover .overlay {
	height: 100%;
	opacity: 1;
}

.project-overview-image .overlay .text {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
	width: 70%;
}

.project-overview-image .overlay .text ul {
	padding: 0;
	margin: 0 0 20px;
	list-style-type: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.project-overview-image .overlay .text ul li {
	display: inline-block;
	list-style: none;
	padding: 10px 5px;
	color: #fff;
	font-size: 18px;
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
	background: #243e61bf;
	font-weight: 600;
	margin: 10px 5px;
	border-radius: 4px;
}

.project-overview-image .overlay.hill .text {
	transform: translate(-42%, -50%);
	-ms-transform: translate(-42%, -50%);
}

.title-area {
	background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
	.project-overview-image {
		--bs-project-overview-image-spacing: 0;
	}

	.project-overview-image img {
		max-width: 100%;
		height: auto;
	}
}

.project-overview-details:hover::before {
	height: 100%;
}

.project-overview-details .data-str .heading-bor {
	width: 100px;
	height: 3px;
	background: #1D736E;
	margin: 10px 0;
}

.project-overview-details:hover .data-str .heading-bor {
	width: 100px;
	height: 3px;
	background: #ccc;
	margin: 10px 0;
}

.project-overview-details h5 {
	position: relative;
	font-family: "Gilda Display", serif;
	padding-bottom: 10px;
}

.project-overview-details:hover h5,
.project-overview-details:hover p {
	color: #fff;
}

.data-str h5 {
	position: relative;
	font-family: "Gilda Display", serif;
	padding-bottom: 10px;
	font-size: 32px;
	font-weight: 600;
}

.data-str p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 30px;
	font-weight: 500;
	font-family: "Poppins", serif;
}

/* #Services
--------------------------------------------------------------*/
.service-one {
	background-color: #fff;
	padding: 100px 0px;
}

@media (max-width: 767px) {
	.service-one {
		padding: 80px 0 0;
	}
}

.service-one .container {
	max-width: 1596px;
}

.service-one__item {
	position: relative;
	transition: all 500ms ease;
}

.service-one__item:hover .service-one__image img {
	transform: scale(1.1) rotate(1.5deg);
}

.service-one__item:hover .service-one__content {
	border-color: #537eac;
}

.service-one__item:hover .service-one__content__text {
	height: 52px;
	margin-top: 19px;
}

.service-one__image {
	position: relative;
	overflow: hidden;
}

.service-one__image img {
	width: 100%;
	height: auto;
	transition: 500ms ease;
	transform: scale(1);
}

.service-one__content {
	background: #fff;
	border-radius: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	margin: 0 auto;
	width: calc(100% - 40px);
	z-index: 2;
	padding: 25px 30px 27px;
	transition: all 450ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
	border-top: 3px solid #132742;
}

.service-one__content__rm {
	width: 40px;
	height: 40px;
	background-color: #132742;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	font-size: 16px;
	color: #537eac;
}

.service-one__content__rm span {
	display: inline-block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.service-one__content__rm:hover {
	background-color: #537eac;
	color: #fff;
}

.service-one__content__rm:hover span {
	animation: iconTranslateX 0.4s forwards;
}

@keyframes iconTranslateX {
	49% {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	50% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	51% {
		opacity: 1;
	}
}

.service-one__content__title {
	font-size: 20px;
	margin: 0;
}

.service-one__content__text {
	font-size: 15px;
	line-height: 26px;
	display: block;
	margin: 0 0;
	height: 0;
	overflow: hidden;
	transition: all 550ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.icon-right-arrow:before {
	content: "\f178";
}

.icon-left-arrow:before {
	content: "\e926";
}

/* footer starts */
.copy-sec__area {
	background: #D3D3D3;
}

.copy-sec__border {
	padding: 14px 0;
}

.text-md-start {
	text-align: left !important;
}

.copy-sec__text span {
	font-size: 18px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #505050;
}

.copy-sec__text span strong {
	color: #003d4d;
}

.m000 {
	margin: 0 !important;
}

.copy-sec__social-box {
	margin-left: 10px;
}

.copy-sec__social-box a:first-child {
	margin-left: 0;
}

.copy-sec__social-box a {
	color: #fff;
	font-size: 14px;
	border-radius: 50%;
	border: 2px solid #003d4d;
	background-position: 100%;
	background-image: linear-gradient(-200deg, #121212 50%, #fff 50%);
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 500%;
	white-space: nowrap;
	margin-left: 20px;
}

.copy-sec__social-box a i {
	font-size: 20px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.copy-sec__social-box a:hover {
	background-position: 0%;
}

.copy-sec__social-box a i img {
	width: 25px;
	height: 25px;
}

.copy-sec__text a {
	margin: 0 10px;
	position: relative;
	padding-bottom: 10px;
}

.copy-sec__text a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background: #003d4d;
	width: 0%;
	height: 1px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.copy-sec__text a:hover::after {
	width: 100%;
	left: 0;
}

.copy-sec__text a:hover strong {
	color: #243e61;
}

.copy-sec__text span {
	font-size: 17px;
	color: #505050;
	font-weight: 500;
	font-family: "Lexend", sans-serif;
}

[tooltip] {
	position: relative;
	/* opinion 1 */
}

[tooltip]::before,
[tooltip]::after {
	text-transform: none;
	/* opinion 2 */
	font-size: 15px;
	/* opinion 3 */
	line-height: 1;
	user-select: none;
	pointer-events: none;
	position: absolute;
	display: none;
	opacity: 1;
	font-weight: 600;
	font-family: "Poppins", serif;
}

[tooltip]::before {
	content: '';
	border: 5px solid transparent;
	z-index: 1001;
}

[tooltip]::after {
	content: attr(tooltip);
	text-align: center;
	min-width: 3em;
	max-width: 21em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 1ch 1.5ch;
	border-radius: .3ch;
	box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
	background: #003d4d;
	color: #fff;
	z-index: 1000;
}

[tooltip]:hover::before,
[tooltip]:hover::after {
	display: block;
}

[tooltip='']::before,
[tooltip='']::after {
	display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^="up"]::before {
	bottom: 100%;
	border-bottom-width: 0;
	border-top-color: #003d4d;
}

[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::after {
	bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^="up"]::before,
[tooltip][flow^="up"]::after {
	left: 50%;
	transform: translate(-50%, -.5em);
}

/* FLOW: DOWN */
[tooltip][flow^="down"]::before {
	top: 100%;
	border-top-width: 0;
	border-bottom-color: #333;
}

[tooltip][flow^="down"]::after {
	top: calc(100% + 5px);
}

[tooltip][flow^="down"]::before,
[tooltip][flow^="down"]::after {
	left: 50%;
	transform: translate(-50%, .5em);
}

/* footer ends */

/* back to top button css starts */
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 999;
	border: 2px solid #aa8453;
	background: #243e61;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 15px;
	top: 10px;
	font-size: 20px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
	background: #aa8453;
	border: 2px solid #243e61;
}

#return-to-top:hover i {
	color: rgba(0, 0, 0, 0.9);
	top: 5px;
}

.right-tri-img {
	position: absolute;
	width: auto;
	right: 0;
	top: 0;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.owl-nav {
	position: relative;
	text-align: center;
}

.owl-prev,
.owl-next {
	position: relative;
	overflow: hidden;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
	display: inline-block;
	color: #132742;
	border-radius: 5px;
	padding: 10px 20px;
	margin: 10px 5px;
	border: 1px solid #132742;
	background-color: transparent;
}

.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
	border-color: #aa8453;
	color: #fff;
}

.owl-prev::before,
.owl-next::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #aa8453;
	border-radius: inherit;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.owl-prev:hover::before,
.owl-next:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.mr-2 {
	margin-right: 5px;
}

.flex-btn {
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	position: relative;
	font-weight: 600;
	background-color: transparent;
	z-index: 9;
	margin-right: 10px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.flex-btn:first-of-type {
	padding: 10px 20px;
}

.flex-btn::before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	z-index: -1;
	background-color: #aa8453;
	border-radius: inherit;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	transform-origin: top right;
	transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition: -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 500ms cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1), cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.flex-btn:hover {
	border-color: #aa8453;
	color: #fff;
}

.flex-btn:hover::before {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	transform-origin: bottom left;
}

.flex-btn img {
	width: 25px;
	height: 25px;
}

.mobile-vw h2,
.mobile-vw .heading-bor {
	display: none;
}

.end-sec {
	padding: 100px 0;
	overflow: hidden;
	background-color: #f8f5f0;
	position: relative;
}

.end-sec-inner {
	position: relative;
}

.end-sec-inner .lft-img-end-srt {
	position: absolute;
	left: -300px;
	top: -400px;
	opacity: 1;
}

.end-sec-inner .rgt-img-end-srt {
	position: absolute;
	right: -300px;
	top: -350px;
	opacity: 1;
}

.end-sec-inner .content-box {
	position: relative;
	display: block;
	padding: 94px 90px 50px 90px;
	background: #4a6660;
	color: #fff;
	border-radius: 10px;
	overflow: visible;
	z-index: 5;
}

.end-sec-inner .content-box .content-layer {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.5;
}

.end-sec-inner .content-box .content-txt h4 {
	font-weight: 800;
	color: #fff;
	line-height: 60px;
	font-size: 37px;
	font-family: "Plus Jakarta Sans", sans-serif;
	position: relative;
	text-align: center;
}

.new-btn {
	margin: 30px 0;
	display: flex;
	justify-content: center;
}

.new-btn .othplt {
	padding: 11px 32px;
	color: #000;
	border-radius: 8px;
	background-position: 100%;
	background-image: linear-gradient(-200deg, #121212 50%, #fff 50%);
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	position: relative;
	background-size: 300%;
	white-space: nowrap;
	margin-right: 10px;
}

.new-btn .othplt:hover {
	background-position: 0%;
	color: #fff;
}

.form-srt {
	text-align: left;
	border: 1px solid #003d4d;
	padding: 0 15px;
	border-radius: 5px;
	background: #003d4d26;
}

.form-srt h2 {
	line-height: 30px;
	color: #003d4d;
	margin-bottom: 30px;
	border-bottom: 1px solid #003d4d;
	width: fit-content;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: 800;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	font-family: "Gilda Display", serif;
}

.form-group {
	margin-bottom: 1rem;
}

.form-srt .contactForm .form-control {
	border: none;
	background: #f4efeb;
	padding: 20px;
	height: 50px;
	box-shadow: none;
}

.get-in {
	text-align: center;
	padding: 0;
	margin: 0;
	border-radius: 5px;
	border: 1px solid #003d4d;
	padding: 5px;
	border-radius: 5px;
	background: #003d4d26;
}

.get-in {
	position: sticky;
	top: 10px;
}

.get-in h2 {
	margin-top: 20px;
	line-height: 30px;
	color: #003d4d;
	margin-bottom: 20px;
	border-bottom: 1px solid #003d4d;
	width: fit-content;
	padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: 700;
	font-size: 35px;
	margin-left: auto;
	margin-right: auto;
	font-family: "Gilda Display", serif;
}

.get-in ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.javacod ul {
	padding: 0 !important;
}

.get-in ul li {
	margin: 10px 0;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #003d4d;
	padding-bottom: 10px;
	text-align: left;
}

.get-in ul li a {
	color: #212741;
	font-weight: 600;
	display: flex;
	align-items: center;
	font-size: 17px;
	font-weight: 600;
	color: #505050;
	line-height: 30px;
	font-family: "Poppins", serif;
}

.get-in ul li a i {
	color: #fff;
	font-size: 23px;
	height: 50px;
	width: 50px;
	box-shadow: 1px 1px 1px #000;
	text-align: center;
	line-height: 45px;
	margin-right: 10px;
	border-radius: 50px;
	border: 2px solid #0781a2;
	background: #003d4d;
}

.get-in ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.javacod ul li {
	border: none;
	padding: 0;
	margin: 0;
	font-weight: 600;
	margin-left: 5px;
	font-size: 18px;
	display: block;
	text-align: left;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #505050;
	line-height: 30px;
}

.get-in ul li a:hover i {
	background: #003d4d26;
	color: #1b1b1b;
	box-shadow: 1px 1px 1px #003d4d;
	border: 2px solid #1b1b1b;
	transition: .5s ease-in;
}

.form-srt .contactForm .form-control {
	border: none;
	background: #f4efeb;
	padding: 20px;
	height: 50px;
	box-shadow: none;
	font-size: 18px;
	font-weight: 500;
	font-family: "Jost", sans-serif;
	color: #505050;
	line-height: 30px;
	border: 1px solid #0781a2;
	border-radius: 5px;
}

textarea.form-control {
	min-height: 140px !important;
}

.form-srt .contactForm .form-control:hover {
	border: 1px solid #003d4d;
	background: #003d4d26;
	border-radius: 5px;
}

.md-btn-cls {
	border: 1px solid #1b1b1b;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	outline: none;
	background-color: transparent;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	line-height: 1.667;
	font-size: 18px;
	font-weight: 600;
	border-radius: 4px;
	color: #003d4d;
	border-color: #003d4d;
	padding: 5px 10px;
	background-position: 100%;
	background-image: linear-gradient(-200deg, #003d4d 50%, #fff 50%);
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 500%;
	white-space: nowrap;
}

.md-btn-cls:hover {
	background-color: #003d4d;
	border-color: #003d4d;
	color: #fff;
	background-position: 0;
}

.bg-chg-srt {
	color: #fff;
	background-position: 100%;
	background-image: linear-gradient(-200deg, #fff 50%, #003d4d 50%);
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-size: 500%;
	white-space: nowrap;
}

.bg-chg-srt:hover {
	border-color: #003d4d;
	color: #003d4d;
	background-position: 0;
}

/* inner page css */
.breadcamp {
	padding: 30px 30px;
	background: #f8f5f0;
}

.bread-txt h1 {
	font-size: 32px;
	font-weight: 600;
	font-family: "DM Sans", sans-serif;
	color: #1c314d;
	position: relative;
	padding-left: 15px;
	margin: 0;
}

.bread-txt h1::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 5px;
	background: #1c314d;
	height: 100%;
}

.gallery-srt {
	padding: 0 30px 30px;
	background: #f8f5f0;
}

.gallery-grid-wrap,
.gallery-grid-right-wrap {
	display: -ms-grid;
	display: grid;
	-webkit-column-gap: 10px;
	-moz-column-gap: 10px;
	column-gap: 10px;
	row-gap: 10px;
	-ms-grid-columns: 1fr 10px 1fr;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 768px) {

	.gallery-grid-wrap,
	.gallery-grid-right-wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.gallery-grid-right-wrap {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

.gallery-grid-wrap .gallery-grid-item {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

.gallery-grid-wrap .gallery-grid-button {
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: auto;
	top: auto;
	background-color: #fff;
	padding: 0 8px;
	line-height: 24px;
	color: #232323;
}

.gallery-grid-wrap .gallery-grid-item,
.gallery-grid-item a .img-responsive {
	height: 100%;
	width: 100%;
}

.gallery-grid-item a span {
	position: absolute;
	bottom: 15px;
	right: 15px;
	left: auto;
	top: auto;
	background: #fff;
	padding: 0 8px;
	line-height: 24px;
	color: #232323;
	border-radius: 4px;
	font-family: "DM Sans", sans-serif;
	font-weight: 500;
	font-size: 15px;
}

.gallery-grid-item a span:hover {
	background: #243e61;
	color: #fff;
}
.main-content-srt {
	padding: 30px 30px 50px 30px;
	background: #f1f5f8;
	position: relative;
}

.property-accomodation-detals {
	font-weight: 600;
	font-size: 17px;
	font-family: "DM Sans", sans-serif;
	margin: 20px 0;
}

.property-accomodation-detals span {
	display: inline-block;
	margin: 0 10px;
}

.main-content-srt::before {
	content: "";
	background: url(../img/dot_bg.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.all-head {
	padding: 20px;
	background: #fff;
	border-radius: 4px;
	margin: 20px 0;
	border: 1px solid #ddd;
	position: relative;
}

.all-head h2 {
	font-weight: 500;
	font-family: "Lexend", sans-serif;
	color: #505050;
	font-size: 25px;
	text-align: left;
	padding: 5px 0 10px;
	border-bottom: 2px solid #f68b21;
	margin: 0px 0 13px;
	text-transform: capitalize;
}

.overview-txt h2 {
	width: fit-content;
}

.dec-txt p {
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 500;
}

article.slide {
	margin-bottom: 10px;
}

.dec-txt a {
	font-family: "DM Sans", sans-serif;
	font-size: 15px;
	font-weight: 500;
	position: relative;
}

.dec-txt a::after {
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	background: #003d4d;
	width: 0%;
	height: 1px;
	transition: .5s;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
}

.dec-txt a:hover::after {
	width: 100%;
	left: 0;
}

.dec-txt a:hover {
	color: #243e61;
}

.book-heading-prop {
	margin: 20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.book-heading-prop a {
	padding: 11px 32px;
	border-radius: 8px;
	display: inline-block;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	position: relative;
	background-size: 300%;
	white-space: nowrap;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.book-heading-prop a.one {
	color: #243e61;
	background-position: 100%;
	background-image: linear-gradient(-200deg, #243e61 50%, #fff 50%);
	border: 1px solid #003d4d;
}

.book-heading-prop a.two {
	color: #fff;
	background-position: 100%;
	background-image: linear-gradient(-200deg, #fff 50%, #243e61 50%);
	border: 1px solid #243e61;
	margin-right: 0;
}

.book-heading-prop a:hover {
	background-position: 0%;
	color: #fff;
}

.book-heading-prop a.two:hover {
	color: #243e61;
}

.book-heading-prop a img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	padding: 5px;
	margin-left: 10px;
}

.book-heading-prop a.one img {
	background: #243e61;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.book-heading-prop a.two img {
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.book-heading-prop a.one:hover img {
	background: #fff;
}

.book-heading-prop a.two:hover img {
	background: #eee;
}

.book-heading-prop h5 {
	font-size: 23px;
	color: #243e61;
	font-style: italic;
	font-weight: 600;
	text-transform: capitalize;
	-webkit-animation: blink 1000ms step-end infinite;
	animation: blink 1000ms step-end infinite;
	font-family: "DM Sans", sans-serif;
}

.blink-space {
	width: 100px;
	height: 3px;
	background: #243e61;
	margin: 10px auto;
	-webkit-animation: blink-space 1000ms step-end infinite;
	animation: blink-space 1000ms step-end infinite;
}

@-webkit-keyframes blink {
	50% {
		color: red;
	}
}

@keyframes blink {
	50% {
		color: red;
	}
}

@-webkit-keyframes blink-space {
	50% {
		background: red;
	}
}

@keyframes blink-space {
	50% {
		background: red;
	}
}

.all-head img {
	width: 100%;
}

.new-style-amen h4 {
	background: #eee;
	padding: 15px 10px;
	border-bottom: 1px solid #003d4d;
	font-size: 20px;
	margin: 0 0 15px;
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
}

.new-style-amen ul {
	list-style-type: none;
	padding: 10px 0 0;
	margin: 0 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.new-style-amen ul li {
	display: inline-block;
	list-style: none;
	padding: 10px;
	color: #333;
	font-size: 16px;
	-ms-flex: 0 0 24%;
	flex: 0 0 24%;
	max-width: 24%;
	font-weight: 500;
	font-family: "DM Sans", sans-serif;
	text-transform: capitalize;
	border-bottom: 1px solid #003d4d;
	margin: 5px;
}

.new-style-amen ul li i {
	color: #003d4d;
	margin-right: 5px;
}

.map {
	border: 1px solid #333;
	padding: 5px;
	border-radius: 4px;
}

.thing-box {
	padding: 20px;
	background-color: #fff;
	border-radius: 6px;
	border: 1px solid #0781a2;
	position: relative;
	overflow: hidden;
	margin: 10px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.thing-img {
	border-radius: 6px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

.thing-img img {
	height: 225px;
	object-fit: cover;
	width: 100%;
}

.thing-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.thing-box:hover {
	border: 1px solid #003d4d;
}

.thing-box:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.thing-para h2 {
	text-transform: capitalize;
	color: #000;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	margin: 20px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "DM Sans", sans-serif;
}

.thing-para hr {
	background: #003d4d;
	height: 3px;
	width: 42px;
	border: none;
	margin: 10px auto;
}

.thing-para p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	color: #505050;
	font-family: "DM Sans", sans-serif;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 500;
}

.new-btn-dj {
	position: relative;
	z-index: 5;
}

.new-btn-dj a {
	padding: 10px 35px;
}

.thing-head-h2 {
	position: relative;
	background: #eee;
	padding: 15px 10px;
	border-bottom: 2px solid #003d4d;
	font-size: 25px;
	margin: 25px 0;
	font-weight: 500;
	text-transform: capitalize;
	text-align: center;
	border-radius: 5px;
	font-family: "Lexend", sans-serif;
	letter-spacing: 0.75px;
}

.main-hover {
	position: relative;
}

.link .sub-menu {
	display: block;
	visibility: hidden;
	position: absolute;
	left: -17px;
	box-shadow: none;
	max-height: 0;
	width: 250px;
	overflow: hidden;
	padding: 0;
	background: #243e61;
	border: 1px solid #9a9797;
	padding: 10px;
	border-radius: 5px;
	z-index: 9;
}

.link:hover .sub-menu {
	max-height: 300px;
	visibility: visible;
	top: 4.2rem;
	transition: all 0.4s linear;
}


.link .sub-menu li {
	display: block;
}

.link .sub-menu li a {
	font-size: 16px;
	padding: 5px;
	border-bottom: 1px solid;
	border-color: #fff;
	width: fit-content;
	display: block;
	color: #fff;
	font-family: "DM Sans", sans-serif;
	font-weight: 600;
	line-height: 30px;
	transition: .5s all;
}

.link .sub-menu li a:hover {
	color: #b0ccdc;
	border-color: #b0ccdc;
	padding-left: 10px;
}

.link.main-hover::after {
	position: absolute;
	z-index: 99;
	content: "";
	right: calc(50% - 10px);
	top: 3.5rem;
	border-style: solid;
	border-width: 0 13px 13px 13px;
	border-color: transparent transparent #243e61 transparent;
	transition-duration: 0.3s;
	transition-property: transform;
	rotate: 360deg;
	opacity: 0;
}

.link.main-hover:hover::after {
	opacity: 1;
	transition: all 0.4s linear;
}

.fancybox__caption {
  padding: 12px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {

	.site-navbar-wrap::before,
	.sticky-wrapper::before {
		content: unset;
	}

	.sec-title .sub-title::before,
	.sec-title .sub-title::after,
	.sec-title .sub-title {
		display: none;
	}

	.mobile-vw h2,
	.mobile-vw .heading-bor {
		display: block;
	}

	.sec-title h2 {
		font-size: 40px;
	}

	.service-one {
		padding: 80px 0 80px;
	}

	.swiper-content {
		display: none;
	}

	.creative-fullpage--slider,
	.creative-fullpage--slider .slider-inner,
	.creative-fullpage--slider .swiper-slide .slider-inner img {
		height: 30vh;
	}

	.site-navbar-wrap {
		position: unset;
		background: #243e61;
		height: 160px;
		/*height: 140px;*/
	}

	.cstm-left {
		margin-left: 0%;
		display: block !important;
	}

	.site-navbar-wrap a {
		color: #fff;
		margin: 0 !important;
		margin-bottom: 10px !important;
	}

	.site-navbar .site-logo {
		font-weight: 200;
		line-height: 0;
		top: 0;
		position: absolute;
		padding: 7px;
		left: 15px;
		left: 5px;
		background: #243e61;
		border-radius: 50%;
	}

	.sticky-wrapper.is-sticky .site-navbar .site-logo {
		padding: 0;
	}

	.inner-page-nav .site-logo a img, .site-logo a img {
		width: 100px;
		transition: width 1.2s;
	}

	.creative-fullpage--slider .swiper-container-h .swiper-button-next,
	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		bottom: 40%;
	}

	.creative-fullpage--slider .swiper-container-h .swiper-button-next {
		right: 10px;
	}

	.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
		left: 10px;
	}

	.end-sec-inner .content-box {
		padding: 50px 30px 50px 30px;
	}

	.property-page {
		padding: 70px 0;
	}

	.end-sec-inner .content-box .content-txt h4 {
		line-height: 40px;
		font-size: 22px;
	}

	.new-btn .othplt {
		padding: 10px 10px;
		margin-top: 10px;
		margin-right: 10px;
	}

	.new-btn .othplt img {
		width: 22px;
		height: 22px;
	}

	.copy-sec__text a {
		margin: 0 10px;
		position: relative;
		padding-bottom: 10px;
		display: inline-block;
	}

	.copy-sec__text span {
		font-size: 15px;
	}

	.bread-txt h1 {
		font-size: 26px;
		line-height: 35px;
	}

	.breadcamp {
		padding: 70px 0 0px 0;
	}

	.gallery-srt {
		padding: 30px 0;
	}

	.main-content-srt {
		padding: 50px 0;
	}

	.book-heading-prop h5 {
		font-size: 17px;
		font-weight: 500;
	}

	.new-style-amen ul li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.link .sub-menu{
	    left: -50px;
	}
	
	.book-heading-prop a{
	    padding: 10px 10px;
	}
	
	.book-heading-prop a img{
	    width: 30px;
	    height: 30px;
	}
	
	.modal{
        z-index: 2001;
    }
    
    .contactForm .modal-body {
        padding-left: 0;
        padding-right: 0;
        height: 650px;
        overflow-x: hidden;
        overflow-y: auto;
        scrollbar-width: thin;
        margin: 0;
        scrollbar-color: #003d4d #0781a;
    }
    
    .form-srt{
        margin-bottom: 20px;
    }
    .project-overview-image .overlay .text{
        width: 80%;
    }
    .project-overview-image .overlay .text ul li {
      font-weight: 700;
      text-align: left;
    }
    .overlay .btn-style-three{
        padding: 10px 20px;
        border-radius: 2px;
        font-size: 15px;
        font-weight: 700;
    }
    .project-overview-image .overlay.hill .text {
      transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
    }
}

@media (min-width: 768px) and (max-width: 998px) {
	.new-style-amen ul li {
		-ms-flex: 0 0 47%;
		flex: 0 0 47%;
		max-width: 47%;
	}
}

.heading-bor {
	width: 100px;
	height: 3px;
	background: #1D736E;
	margin: 20px auto;
}
.my-oregon-txt-btn-sec{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.oregon-text-header p{
  font-size: 15px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  position: relative;
  color: #fff;
  margin-bottom: 0;
}
.booking-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /*flex-grow: 1;*/
    position: relative;
}

.booking-wrapper {
    position: relative;
}
.booking-buttons-container {
  border: 1px solid #e6721e;
  padding: 10px;
  border-radius: 5px;
  background: #003d4d;
}
.border-height {
  background: #e6721e;
  height: 20px;
  width: 2px;
}
.icon-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    /*box-shadow: 0 4px 6px rgba(0,0,0,0.2);*/
    transition: transform 0.2s;
}
.text-alt-fr {
  font-size: 15px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  position: relative;
  color: #fff;
  padding-bottom: 5px;
  position: relative;
}
.text-alt-fr::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  background: #e6721e;
  width: 0%;
  height: 1px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
}
.text-alt-fr:hover::after {
  width: 100%;
  left: 0;
}
.icon-btn:hover { transform: translateY(-2px); }
.icon-btn.active .text-alt-fr::after{ 
    width: 100%;
    left: 0;
}
.text-alt-fr:hover, .icon-btn.active .text-alt-fr{
    color: #e6721e;
}
.icon-btn{
    overflow: hidden;
}

/* Icon Colors */
.icon-btn i.fa-airbnb { color: #FF5A5F; font-size: 28px; }
.vrbo-logo-img {
  width: 27px;
  display: block;
}

/* --- POPUP BOX STYLES (Desktop Default) --- */
.details-box {
    display: none;
    position: absolute;
    top: 130%; 
    /* CENTERED ON DESKTOP */
    left: 50%;
    transform: translateX(-50%);
    
    width: 280px;
    background-color: white;
    color: #444;
    padding: 25px 20px;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    z-index: 1000;
    border: 1px solid #e6721e;
}

/* Arrow (Desktop Default) */
.details-box::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%; /* Center arrow */
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #e6721e transparent;
}

.details-box h3 {
  margin: 0 0 10px;
  color: #1a2b45;
  font-size: 20px;
  font-family: "Lexend", sans-serif;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
.details-box h3::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #1a2b45;
    height: 1.2px;
    width: 50px;
    transform: translateX(-50%);
}
.details-box p { font-size: 14px; margin-bottom: 20px; color: #666; }

.detail-visit-btn {
  background: none;
  border: none;
  color: #0e7490 !important;
  font-size: 0.95rem;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  cursor: pointer;
  padding: 0;
  margin-top: auto;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-family: "Lexend", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0e7490;
  padding-bottom: 10px;
}
.detail-visit-btn:hover {
  color: #1a1a1a !important;
}
.detail-visit-btn i{
  color: #fff;
  font-size: 18px;
  height: 40px;
  width: 40px;
  box-shadow: 1px 1px 1px #000;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
  border-radius: 50px;
  border: 2px solid #0781a2;
  background: #003d4d;
}
.detail-visit-btn:hover i {
  background: #003d4d26;
  color: #1b1b1b;
  box-shadow: 1px 1px 1px #003d4d;
  border: 2px solid #1b1b1b;
  transition: .5s ease-in;
}
.visit-link {
    display: inline-block;
    padding: 10px 24px;
    background-color: #1a2b45;
    color: white;
    text-decoration: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 14px;
}

.close-box-btn {
    position: absolute; top: 10px; right: 10px;
    width: 24px; height: 24px; background: #f1f1f1;
    border-radius: 50%; display: flex; align-items: center; justify-content: center;
    cursor: pointer; color: #777; z-index: 1;
}
.close-box-btn:hover{
    background: #1a2b45;
    color: #fff;
}
.accordion-wrapper {
            margin-top: 10px;
            text-align: left; /* Reset alignment for the button internals */
        }

        .accordion-btn {
            background-color: #0d4e68;
            color: white;
            cursor: pointer;
            padding: 10px 20px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 16px;
            font-weight: bold;
            transition: background-color 0.3s;
            border-radius: 4px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 5px; /* Tiny gap between buttons */
        }

        .accordion-btn:hover {
            background-color: #083446;
        }

        .accordion-btn.active {
            background-color: #e67e22; /* Orange when active */
            margin-bottom: 0; /* Remove margin so panel connects seamlessy */
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
        }

        /* Arrow Icon Rotation */
        .accordion-btn i.fa-chevron-down {
            transition: transform 0.3s ease;
        }
        .accordion-btn.active i.fa-chevron-down {
            transform: rotate(180deg);
        }
        .accordion-span {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
        }
        .accordion-span i{
          width: 40px;
          height: 40px;
          background-color: white;
          border: none;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center;
          box-shadow: 0 4px 6px rgba(0,0,0,0.2);
          transition: transform 0.2s;
          color: #FF5A5F;
          font-size: 24px;
          transform: unset !important;
        }
        .accordion-span i img{
          width: 27px;
          display: block;
        }
        /* --- ACCORDION PANEL (Hidden Content) --- */
        .panel {
            padding: 0;
            background-color: white;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
            border-bottom: 1px solid #ccc; /* Border only when open */
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            opacity: 0; /* Fade effect */
        }

        .panel.show {
            opacity: 1;
            margin-bottom: 10px; /* Push next element down */
        }

        /* Content inside the panel */
        .panel-content {
            padding: 10px;
            text-align: center;
        }

        .panel h3 {
            margin-top: 0;
            color: #0d4e68;
            font-size: 18px;
        }

        .panel p {
            font-size: 14px;
            color: #666;
            line-height: 1.5;
        }
@media (max-width: 768px) {
    
    .booking-buttons-container {
        order: 2; flex-basis: 40%; gap: 10px; justify-content: flex-end; flex-basis: unset; justify-content: start;
    }
    /*.details-box {*/
    /*    width: 250px;*/
    /*    left: auto;       */
    /*    right: -5px;     */
    /*    transform: none;  */
    /*}*/
    .details-box {
        width: 250px;
        left: 50%;
        right: unset;
        transform: translateX(-50%);
      }

    /* Fix Arrow Position for Right Alignment */
    /*.details-box::after {*/
    /*    left: auto;       */
    /*    right: 15px;      */
    /*    margin-left: 0;*/
    /*}*/
    .details-box::after {
        left: 50%;
        right: unset;
        margin-left: 0;
        transform: translateX(-50%);
      }
      .icon-facebook{
          font-size: 22px;
      }
      .site-navbar .container-fluid .row .col-2{
          height: 90px;
      }
      .sticky-wrapper.is-sticky .site-navbar .container-fluid .row .col-2{
          height: auto;
      }
      .site-navbar .site-logo a{
          margin-bottom: 0 !important;
      }
    
}
.booking-group {
    width: 100%;
    margin-top: 10px;
    text-align: left;
}

.booking-item {
    margin-bottom: 5px;
    border-radius: 4px;
    overflow: hidden;
}

/* --- BUTTON TRIGGER --- */
.toggle-trigger {
    width: 100%;
    background-color: #0d4e68;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
}

.toggle-trigger:hover {
    background-color: #166282;
}

.toggle-trigger i {
    transition: transform 0.3s ease;
}

/* --- CONTENT DRAWER (Animation) --- */
.content-drawer {
    display: grid;
    grid-template-rows: 0fr; /* Start collapsed */
    transition: grid-template-rows 0.3s ease-out;
    background-color: white;
}

.drawer-inner {
    overflow: hidden;
}

.drawer-padding {
    padding: 10px;
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

/* Rotate Arrow */
.booking-item.is-expanded .toggle-trigger i {
    transform: rotate(180deg);
}
.booking-item.is-expanded .toggle-trigger{
    background-color: #e67e22;
}
/* Open Drawer */
.booking-item.is-expanded .content-drawer {
    grid-template-rows: 1fr; /* Animate to full height */
}
.space-header-set{
    height: 40px;
}
@media (max-width: 999px){
    .customise-row .col-2{
        width: 30%;
    }
    .customise-row .col-3{
        width: 50%;
    }
    .customise-row .col-7{
        width: 20%;
    }
}
@media (max-width: 768px) {
  .my-oregon-txt-btn-sec {
    flex-direction: column;
  }
  .sticky-wrapper.is-sticky .site-navbar .customise-row{
    height: 85px;
  }
  .my-oregon-txt-btn-sec{
    gap: 5px;
  }
}
@media (min-width: 769px) and (max-width: 999px){
    .site-navbar-wrap a{
        position: relative;
    }
    .my-oregon-txt-btn-sec{
        flex-direction: unset;
    }
    .site-navbar .site-logo{
        transform: translateY(-50%);
    }
}
@media (max-width: 1000px){
    .service-one{
        overflow: hidden;
    }
}