




@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Vidaloka&display=swap');

:root {
    --tg-body-font-family: 'Montserrat', sans-serif;
    --tg-heading-font-family: 'Vidaloka', serif;
    --tg-primary-color: #BD9A68;
    --tg-secondary-color: #202020;
	--tg-secondaryy-color: #262424;
    --tg-body-background-color: #FEFFFB;
	--tg-secondary-background: #F9FAF1;
    --tg-body-font-color: #797978;
    --tg-heading-font-color: #202020;
    --tg-paragraph-color: #797978;
	--tg-gradient-color: linear-gradient(180deg, #F9FAF1 0%, #FEFFFB 100%);
    --tg-body-font-size: 15px;
    --tg-body-font-weight: 400;
    --tg-heading-font-weight: 400;
    --tg-body-line-height: 1.86;
    --tg-heading-line-height: 1.2;
    --tg-blue: #0d6efd;
    --tg-indigo: #6610f2;
    --tg-purple: #6f42c1;
    --tg-pink: #d63384;
    --tg-red: #dc3545;
    --tg-orange: #fd7e14;
    --tg-yellow: #ffc107;
    --tg-green: #198754;
    --tg-teal: #20c997;
    --tg-cyan: #0dcaf0;
    --tg-white: #FBFBFB;
    --tg-black: #272727;
    --tg-gray: #E2E2E2;
	--tg-silver: #9B9B9B;
    --facebook: #3b5998;
    --twitter: #00acee;
    --linkedin: #1976d2;
    --pinterest: #3b5998;
    --youtube: #E53935;
    --skype: #00aff0;
}
body {
	font-family: var(--tg-body-font-family);
	font-weight: var(--tg-body-font-weight);
	font-size: var(--tg-body-font-size);
	line-height: var(--tg-body-line-height);
	color: var(--tg-body-font-color);
	font-style: normal;
	background-color: var(--tg-body-background-color);
}
img,
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a,
button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	text-decoration: none;
}
a:focus,
.btn:focus,
button:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
	color: var(--tg-primary-color);
	text-decoration: none;
}
a,
button {
	color: var(--tg-primary-color);
	outline: medium none;
	text-decoration: none;
}
.btn:focus,
button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
	outline: 0
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--tg-heading-font-family);
	color: var(--tg-heading-font-color);
	margin-top: 0px;
	margin-bottom: .7rem;
	font-style: normal;
	line-height: var(--tg-heading-line-height);
	font-weight: var(--tg-heading-font-weight);
	text-transform: inherit;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: inherit;
}
h1 {
	font-size: 2.5rem;
}
h2 {
	font-size: 2rem;
}
h3 {
	font-size: 1.75rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1rem;
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none
}
p {
	font-size: var(--tg-body-font-size);
	font-weight: var(--tg-body-font-weight);
	line-height: var(--tg-body-line-height);
	color: var(--tg-paragraph-color);
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid var(--tg-primary-color);
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: var(--tg-body-font-color);
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
}
*::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::-moz-selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
::selection {
	background: var(--tg-primary-color);
	color: var(--tg-white);
	text-shadow: none;
}
*::-moz-placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
*::placeholder {
	color: var(--tg-body-font-color);
	font-size: var(--tg-body-font-size);
	opacity: 1;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-track {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
	border-radius: 10px;
}
::-webkit-scrollbar,
::-webkit-scrollbar {
	width: 8px;
	background-color: var(--tg-secondary-background);
}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 3px;
	background: var(--tg-primary-color);
}
.theme-overlay {
	position: relative
}
.theme-overlay::before {
	background: var(--tg-primary-color) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	top: 0;
	width: 100%;
}
.separator {
	border-top: 1px solid var(--tg-primary-color);
}
.list-wrap {
	margin: 0px;
	padding: 0px;
}
.list-wrap li {
	list-style: none;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
}
.row {
    --bs-gutter-x: 30px;
}
.row.g-0 {
	--bs-gutter-x: 0;
}
.gutter-y-30 {
  	--bs-gutter-y: 30px;
}


.btn {
	user-select: none;
	-moz-user-select: none;
	background: var(--tg-primary-color) none repeat scroll 0 0;
	border: 1.3px solid var(--tg-primary-color);
	border-radius: 8px;
	color: var(--tg-white);
	cursor: pointer;
	display: inline-flex;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1rem;
	margin-bottom: 0;
	padding: 19px 38px;
	text-align: center;
	text-transform: uppercase;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	transition: background .6s cubic-bezier(.55, 0, .1, 1), border .6s cubic-bezier(.55, 0, .1, 1);
}
.btn_m {
	position: relative;
	overflow: hidden;
	height: 1rem;
}
.btn_c {
	transition: transform .6s cubic-bezier(.55, 0, .1, 1);
}
.btn_t1 {
	transform-origin: 100%;
	transition: transform .45s cubic-bezier(.55, 0, .1, 1), color .6s cubic-bezier(.55, 0, .1, 1);
	display: block;
}
.btn_t2 {
	transform-origin: 0;
	transition: transform .45s cubic-bezier(.55, 0, .1, 1), color .6s cubic-bezier(.55, 0, .1, 1);
	display: block;
	transform: rotate(40deg);
}
.btn:hover .btn_c {
	transform: translateY(-1rem);
}
.btn:hover .btn_t1 {
	transform: rotate(40deg);
}
.btn:hover .btn_t2 {
	transform: rotate(0);
}
.btn:hover {
	background: var(--tg-secondary-color);
	border-color: var(--tg-secondary-color);
	color: var(--tg-white);
}
.transparent-btn {
	background: transparent;
	color: var(--tg-primary-color);
}
.transparent-btn:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.breadcrumb > .active {
	color: var(--tg-primary-color);
}

.scroll-top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: 18px;
    border-radius: 3px;
    z-index: 9;
    color: var(--tg-white);
    text-align: center;
    cursor: pointer;
    background: var(--tg-primary-color);
    transition: 1s ease;
    border: none;
}
.scroll-top.open {
	bottom: 30px;
}
.scroll-top::after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
	background: var(--tg-secondary-color);
}



.custom-container {
    max-width: 1800px;
}
.custom-container-two {
    max-width: 1640px;
}
.custom-container-three {
	max-width: 1410px;
}
.transparent-header {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100%;
	z-index: 99;
	height: auto;
}
.header-mail a {
	color: var(--tg-white);
	
}
.header-mail a:hover {
	color: var(--tg-primary-color);
}
.header-contact a {
	color: var(--tg-white);
}
.header-contact a:hover {
	color: var(--tg-primary-color);
}
.navbar-wrap {
	display: flex;
	flex-grow: 1;
	align-items: center;
}

.navbar-wrap .logo img {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.navbar-wrap .logo img:hover {
    transform: scale(1.08);
    opacity: 0.85;
}

@media (max-width: 991px) {
    .menu-area .col-12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .menu-area .menu-wrap {
        order: 1;
    }
    .menu-area .mobile-nav-toggler {
        order: 2;
        float: none;
        top: 0;
        margin-right: 0;
        position: relative;
        z-index: 20;       
        pointer-events: auto;
    }
}



.navbar-wrap ul {
    align-items: center;
}
.navbar-wrap ul li {
    display: flex;
    align-items: center;
}
.navbar-wrap ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px;
}

.navbar-wrap ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    padding: 0 0;
	margin: 0 0 0 auto;
}
.navbar-wrap .navigation.right {
	margin: 0 auto 0 0;
}
.navbar-wrap ul li {
    list-style: none;
	display: block;
	position: relative;
}
.navbar-wrap ul li a {
	font-size: 14px;
	font-weight: 500;
	color: var(--tg-white);
	padding: 48px 20px;
	display: block;
	line-height: 1;
	position: relative;
	z-index: 1;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a {
	color: var(--tg-primary-color);
}
.main-menu .navigation li.menu-item-has-children .dropdown-btn {
    display: none;
}
.header-action > ul {
	display: flex;
	align-items: center;
	margin-left: 10px;
}
.header-action > ul > li {
    position: relative;
    margin-left: 30px;
}
.header-action ul li:first-child {
	margin-left: 0;
}
.header-action ul li a {
	color: var(--tg-heading-font-color);
	font-size: 14px;
}
.header-action .header-btn .btn {
	color: var(--tg-white);
	font-size: 14px;
	padding: 13px 22px;
}
.navbar-wrap ul li .sub-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	min-width: 220px;
	background: var(--tg-secondary-color);
	margin: 0 0;
	transform: scale(1, 0);
	transform-origin: 0 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 8px;
	padding: 14px 0;
	display: block;
	visibility: hidden;
	opacity: 0;
	z-index: 9;
}
.navbar-wrap ul li .sub-menu .sub-menu {
	right: auto;
	left: 100%;
	top: 0;
}
.navbar-wrap ul li .sub-menu li {
	margin-left: 0;
	text-align: left;
	display: block;
}
.navbar-wrap ul li .sub-menu li a {
	padding: 8px 15px 8px 25px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 15px;
	color: var(--tg-silver);
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.navbar-wrap ul li .sub-menu li a:hover,
.navbar-wrap ul li .sub-menu li.active a {
	color: var(--tg-white);
}
.navbar-wrap ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.logo {
	margin: 0 55px;
}
.sticky-menu {
	position: fixed;
	left: 0;
	margin: auto;
	top: 0;
	width: 100%;
	z-index: 99;
	background: var(--tg-body-background-color);
	-webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
	-webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
	border-radius: 0;
}
#header-fixed-height.active-height {
	display: block;
	height: 110px;
}
.sticky-menu .header-mail a {
	color: var(--tg-primary-color);
}
.sticky-menu .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.sticky-menu .navbar-wrap > ul > li.active > a,
.sticky-menu .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}
.sticky-menu .header-contact a {
	color: var(--tg-primary-color);
}
.sticky-menu .logo {
	display: none;
}
.sticky-menu .logo.d-none {
	display: block !important;
}
.logo.mobile-logo.d-none {
	display: none !important;
}


.menu-area-two .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
.header-action .header-contact ul {
	text-align: right;
}
.header-action .header-contact ul li a {
	color: var(--tg-white);
}

.sidebar-contact .menu-icon a,
.header-action .icon a {
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.3px solid var(--tg-white);
	border-radius: 8px;
	color: var(--tg-white);
	font-size: 25px;
}
.sidebar-contact .menu-icon a {
    flex-direction: row;
    gap: 5px;
}
.header-action .icon a {
    flex-direction: column;
    gap: 5px;
}
.header-action .icon a > span,
.sidebar-menu-two .menu-icon span {
    height: 2px;
    width: 16px;
    background: var(--tg-white);
    border-radius: 30px;
    transition: .15s linear;
}
.sidebar-menu-two .menu-icon a span:nth-child(2),
.sidebar-menu-two .menu-icon:not(.active) a:hover span,
.header-action .icon:not(.active) a:hover>span,
.header-action .icon a > span:nth-child(2) {
    width: 11px;
    margin-left: 5px;
}
.sidebar-menu-two .menu-icon:not(.active) a:hover> span:nth-child(2),
.header-action .icon:not(.active) a:hover > span:nth-child(2) {
    width: 16px;
    margin-left: 0;
}
.sidebar-menu-two .menu-icon.active a>span,
.header-action .icon.active a>span {
    transform: rotate(45deg);
    margin-bottom: -2px;
}
.sidebar-menu-two .menu-icon.active a>span:nth-child(2),
.header-action .icon.active a>span:nth-child(2) {
    width: 16px;
    margin-left: 0;
    margin-top: -5px;
    transform: rotate(-45deg);
    margin-bottom: 0;
}
.sticky-menu .header-action .header-contact ul li a {
	color: var(--tg-primary-color);
}
.sticky-menu .header-action .icon a {
	border-color: var(--tg-primary-color);
}
.sticky-menu .header-action .icon a>span {
	background: var(--tg-primary-color);
}
.menu-area-two {
	padding: 27px 0px;
}
.menu-area-two.sticky-menu {
	padding: 18px 0px;
}
.burger-menu-visible .menu-area-two.transparent-header.sticky-menu {
    background: linear-gradient(100.72deg, #202020 0.11%, rgba(32, 32, 32, 0.99) 72.41%, #202020 103.32%);
}


.menu-style-three .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.menu-style-three .navbar-wrap > ul > li.active > a,
.menu-style-three .navbar-wrap > ul > li > a:hover {
	color: var(--tg-primary-color);
}
.menu-style-three .header-contact a {
	color: var(--tg-body-font-color);
}
.menu-style-three .header-contact a:hover {
	color: var(--tg-primary-color);
}
.menu-style-three .navbar-wrap ul {
	margin: 0 auto;
}
.menu-style-three .logo {
	margin: 0;
}
.menu-style-three.sticky-menu .logo {
	display: block;
}
.fullscreen-menu .offNav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    padding: 40px 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: 99;
}
.fullscreen-menu .nav-height {
    overflow-y: scroll;
    position: relative;
    height: 100%;
    padding: 80px 0;
    padding-right: 30px;
    width: calc(100% + 30px);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fullscreen-menu .nav-height .inner {
    width: 360px;
    text-align: center;
}
.burger-menu-visible {
    overflow: hidden;
}
.burger-menu-visible .fullscreen-menu .offNav {
    background: linear-gradient(100.72deg, #202020 0.11%, rgba(32, 32, 32, 0.99) 72.41%, #202020 103.32%);
    visibility: visible;
    pointer-events: initial;
    opacity: 1;
}
.fullscreen-menu ul {
    margin: 0;
    padding: 0;
}
.side-menu-inner .navigation li,
.fullscreen-menu .navigation li {
    display: block;
    list-style: none;
    position: relative;
}
.side-menu-inner .navigation > li,
.fullscreen-menu .navigation > li {
    top: -20px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
}
.side-menu-inner .navigation > li.is-show,
.fullscreen-menu .navigation > li.is-show {
    visibility: visible;
    opacity: 1;
    top: 0px;
}
.side-menu-inner .navigation > li,
.fullscreen-menu .navigation > li {
    margin-bottom: 10px;
}
.side-menu-inner .navigation > li:last-child,
.fullscreen-menu .navigation > li:last-child {
    margin-bottom: 0;
}
.side-menu-inner .navigation li.menu-item-has-children .sub-menu,
.fullscreen-menu .navigation li.menu-item-has-children .sub-menu {
    display: none;
    margin: 15px 0;
}
.side-menu-inner .navigation li .dropdown-icon,
.fullscreen-menu .navigation li .dropdown-icon {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 68px;
}
.fullscreen-menu .navigation li .dropdown-icon.fa-minus {
    color: var(--tg-theme-primary);
}
.fullscreen-menu .navigation li .dropdown-icon.fa-minus.fa-plus {
    color: currentColor;
}
.side-menu-inner .navigation li>a,
.fullscreen-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 1;
    padding: 10px 40px;
    font-size: 48px;
    font-weight: 500;
    color: var(--tg-white);
    font-family: var(--tg-heading-font-family);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    text-transform: uppercase;
}
.side-menu-inner .navigation li.active > a,
.fullscreen-menu .navigation li.active > a {
    color: var(--tg-primary-color);
}
.side-menu-inner .navigation > li .sub-menu li a,
.fullscreen-menu .navigation > li .sub-menu li a {
    font-size: 16px;
    font-family: var(--tg-body-font-family);
    color: var(--tg-silver);
    text-transform: capitalize;
}
.side-menu-inner .navigation>li .sub-menu li.active>a,
.side-menu-inner .navigation>li .sub-menu li:hover > a,
.fullscreen-menu .navigation>li .sub-menu li.active>a,
.fullscreen-menu .navigation>li .sub-menu li:hover > a {
    color: var(--tg-primary-color);
}


.header-top {
	background: #F9FAF1;
}

.header-top-left p {
	margin-bottom: 0;
	font-size: 14px;
	color: var(--tg-silver);
}
.header-top-right ul {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
}
.header-top-right ul li a {
	color: var(--tg-silver);
	font-size: 14px;
}

.header-top-right ul li a:hover {
	color: var(--tg-primary-color);
}
.header-style-four .transparent-header {
	top: 40px;
}
.header-style-four .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-style-four .logo {
	margin: 0 0;
}
.header-style-four .navbar-wrap > ul > li {
	margin-right: 40px;
}
.header-style-four .navbar-wrap > ul > li:last-child {
	margin-right: 0;
}
.header-style-four .navbar-wrap ul li a {
	padding: 48px 0;
}
.header-style-four .sticky-menu .logo {
	display: block;
}
.header-style-four .transparent-header.sticky-menu {
	top: 0;
}


.header-style-five .menu-nav {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.header-style-five .header-action > ul {
    margin-left: 60px;
}
.header-style-five .header-action > ul > li {
    margin-left: 40px;
}
.header-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.header-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.3px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	font-size: 14px;
}
.header-social .list-wrap li a:hover {
	color: var(--tg-white);
	background: var(--tg-primary-color);
}
.header-style-five .header-action .header-contact a {
	color: var(--tg-body-font-color);
	font-size: 15px;
}
.header-style-five .header-action .header-contact a:hover {
	color: var(--tg-primary-color);
}
.header-style-five .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.header-style-five .navbar-wrap > ul > li > a:hover,
.header-style-five .navbar-wrap > ul > li.active > a {
	color: var(--tg-primary-color);
}
.header-style-five .logo {
	margin: 0;
}
.header-style-five .sticky-menu .logo {
	display: block;
}


.header-style-six .transparent-header {
	top: 40px;
}
.header-style-six .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
}
.header-style-six .navbar-wrap > ul > li.active > a,
.header-style-six .navbar-wrap > ul > li:hover > a {
    color: var(--tg-primary-color);
}
.header-style-six .sticky-menu .logo {
	display: block;
}
.header-style-six .transparent-header.sticky-menu {
	top: 0;
}
.menu-area-seven {
	background: var(--tg-white);
}
.menu-area-seven .header-action .icon a {
	border: 1.3px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
}
.menu-area-seven .header-action .header-contact ul li a {
	color: var(--tg-primary-color);
}
.menu-area-seven .header-action .icon a span {
    background: var(--tg-primary-color);
}



.sidebar-menu {
	display: flex;
	flex-direction: column;
	text-align: center;
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	width: 320px;
	z-index: 101;
	padding: 40px 30px;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-body-background-color);
}
.sidebar-menu::-webkit-scrollbar {
    width: 0;
}
.sidebar-logo {
	margin-bottom: 130px;
}
.sidebar-menu .navbar-wrap ul li a {
	color: var(--tg-secondary-color);
	padding: 8px 0;
}
.sidebar-menu .navbar-wrap ul {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
    width: 100%;
    text-align: center;
}
.sidebar-menu .navbar-wrap ul .sub-menu {
    display: none;
    position: relative;
    transform: scale(1);
    transform-origin: 0 0;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -ms-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    background: transparent;
    text-align: center;
    visibility: visible;
    border-radius: 0;
    min-width: 100%;
    padding: 0 0;
    margin: 18px 0;
    opacity: 1;
}
.sidebar-menu .navbar-wrap ul li {
    margin: 0 0 5px;
    text-align: center;
}
.sidebar-menu .navbar-wrap ul li:last-child {
    margin: 0 0;
}
.sidebar-menu .navbar-wrap ul .sub-menu li {
    text-align: center;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li {
    margin: 0 0 8px;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li:last-child {
    margin: 0 0;
}
.sidebar-menu .navbar-wrap ul li .sub-menu li a {
    padding: 0 0;
    font-size: 14px;
    color: var(--tg-secondary-color);
}
.sidebar-menu .navbar-wrap ul li .sub-menu li.active > a,
.sidebar-menu .navbar-wrap ul li .sub-menu li:hover > a {
    color: var(--tg-primary-color);
}
.sidebar-menu .dropdown-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}
.sidebar-menu .navbar-wrap {
    flex-grow: 0;
    margin: 0 0 50px;
}
.sidebar-contact {
	margin-top: auto;
}
.sidebar-contact > ul {
	margin-bottom: 25px;
}
.sidebar-contact ul li a {
	font-size: 15px;
	color: var(--tg-body-font-color);
}
.sidebar-social .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.sidebar-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--tg-primary-color);
	border-radius: 50%;
	font-size: 14px;
	color: var(--tg-primary-color);
}
.sidebar-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.main-content {
	margin-left: 320px;
}
.side-menu-visible .sidebar-menu {
    transform: translateX(0);
}
.sidebar-menu-backdrop,
.sidebar-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: var(--tg-black);
}
.side-menu-visible .sidebar-backdrop {
	opacity: 0.6;
	visibility: visible;
}

.sidebar-menu-two {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 110px;
	padding: 40px 25px;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 0;
	z-index: 10;
	background: var(--tg-white);
}
.sidebar-menu-two .sidebar-contact {
    display: flex;
    align-items: center;
    transform: rotate(180deg);
    margin-top: 0;
    flex-direction: row-reverse;
    writing-mode: vertical-rl;
}
.sidebar-menu-two .menu-icon {
    margin-top: 40px;
}
.sidebar-menu-two .sidebar-contact .menu-icon a {
	border: 1.3px solid var(--tg-secondary-color);
	color: var(--tg-secondary-color);
}
.sidebar-menu-two .sidebar-contact .menu-icon span {
    background-color: var(--tg-secondary-color);
}
.sidebar-menu-two .sidebar-contact > ul {
    margin-bottom: 0;
    text-align: right;
}
.sidebar-menu-two .sidebar-logo {
	margin-bottom: 40px;
	margin-top: auto;
	transform: rotate(-90deg);
	width: 110px;
}
.main-content-two {
	margin-left: 110px;
}
.side-menu-wrapper {
    position: fixed;
    overflow-y: auto;
    top: 0;
    left: 0;
    width: 729px;
    padding: 35px 120px 55px;
    transform: translateX(-100%);
    height: 100%;
    display: block;
    background-color: var(--tg-white);
    z-index: 9;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.side-menu-wrapper::-webkit-scrollbar {
    width: 0;
}
.side-menu-inner {
    text-align: center;
}
.side-menu-inner ul {
    margin: 0;
    padding: 0;
}
.side-menu-inner li {
    list-style: none;
}
.side-menu-inner .navigation li>a {
    color: var(--tg-heading-font-color);
}
.burger-menu-visible .sidebar-menu-backdrop {
    opacity: .6;
    visibility: visible;
}
.side-menu-wrapper.side-menu-show {
    transform: translateX(0);
}
.sidebar-menu-backdrop {
    z-index: 8;
}


.nav-outer .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer;
	display: none;
	color: var(--tg-white);
	margin-right: 30px;
	top: 15px;
}
.nav-logo img {
	max-width: 150px;
}
.mobile-menu {
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right: 30px;
	max-width: 100%;
	height: 100%;
	z-index: 99;
	border-radius: 0px;
	transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86)e;
	-o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
}
.mobile-menu .navbar-collapse {
	display: block !important;
}
.mobile-menu .nav-logo {
	position: relative;
	padding: 30px 25px;
	text-align: left;
}
.mobile-menu-visible {
	overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
	-webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.mobile-menu .navigation li.active>a:before {
	height: 100%;
}
.menu-backdrop {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.mobile-menu-visible .menu-backdrop {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .menu-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	background: var(--tg-body-background-color);
	padding: 0px 0px;
	z-index: 5;
	box-shadow: -9px 0 14px 0px rgb(0 0 0 / 6%);
}
.mobile-menu-visible .mobile-menu .menu-box {
	opacity: 1;
	visibility: visible;
}
.mobile-menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: #292b37;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}
.mobile-menu .navigation {
	position: relative;
	display: block;
	width: 100%;
	float: none;
	margin: 0;
	padding: 0;
}
.mobile-menu .navigation ul {
	padding: 0;
	margin: 0;
}
.mobile-menu .navigation li {
	position: relative;
	display: block;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation:last-child {
	border-bottom: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li>ul>li:first-child {
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.mobile-menu .navigation li > a {
    display: block;
    position: relative;
    line-height: 24px;
    padding: 10px 60px 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-font-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}
.mobile-menu .navigation li ul li > a {
	font-size: 16px;
	margin-left: 20px;
	text-transform: capitalize;
}
.mobile-menu .navigation li ul li ul li a {
    margin-left: 40px;
}
.mobile-menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}
.mobile-menu .navigation > li > a:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
    width: 2px;
    background: var(--tg-primary-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn {
	position: absolute;
	right: 15px;
	top: 6px;
	width: 32px;
	height: 32px;
	text-align: center;
	font-size: 16px;
	line-height: 32px;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	z-index: 5;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn span {
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.mobile-menu .navigation li.menu-item-has-children .dropdown-btn.open span {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul {
	display: none;
}
.mobile-menu .navigation li.active > a {
    color: var(--tg-primary-color);
}
.mobile-menu .social-links ul {
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}
.mobile-menu .social-links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	position: relative;
	line-height: 32px;
	font-size: 16px;
	color: var(--tg-heading-font-color);
	-webkit-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	border: 1px solid var(--tg-gray);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.mobile-menu .social-links li a:hover {
	border-color: var(--tg-primary-color);
	background: var(--tg-primary-color);
	color: var(--tg-white);
}
.menu-area .mobile-nav-toggler {
	position: relative;
	float: right;
	font-size: 30px;
	cursor: pointer;
	line-height: 1;
	color: #ffffff;
	display: none;
	margin-top: 0px;
}


.slider-bg {
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
}
.slider-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(32, 32, 32, 0.85) 0%, rgba(32, 32, 32, 0.3) 51.04%, rgba(32, 32, 32, 0.75) 100%), linear-gradient(0deg, rgba(32, 32, 32, 0.25), rgba(32, 32, 32, 0.25));
	z-index: -1;
}
.single-slider {
	min-height: 100vh;
	padding: 100px 0;
	display: flex !important;
	align-items: center;
	position: relative;
}
.slider-right-bg {
	background-size: cover;
	background-position: center;
	right: 0;
	top: 0;
	width: 55%;
	height: 100%;
	position: absolute;
	-webkit-mask-image: url(../img/banner/mask_bg.svg);
	mask-image: url(../img/banner/mask_bg.svg);
	-webkit-mask-size: cover;
	mask-size: cover;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
	z-index: -1;
}
.slider-right-bg::before {
	content: "";
	position: absolute;
	left: 42px;
	top: 0;
	background-image: url(../img/banner/shape.svg);
	width: 433px;
	height: 802px;
}
.slider-active .slick-dots {
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    left: 73px;
    z-index: 5;
}
.slider-active .slick-dots li {
    line-height: 1;
    list-style: none;
    margin: 7px 0;
}
.slider-active .slick-dots li button {
    border: 2px solid transparent;
    background: transparent;
    line-height: 1;
    display: block;
    text-indent: -99999px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.slider-active .slick-dots li button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #d5d5d5;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.slider-active .slick-dots li.slick-active button {
    border-color: var(--tg-primary-color);
}
.slider-active .slick-dots li.slick-active button::after {
    background: var(--tg-white)
}


.slider-active .banner-content {
    margin-top: 80px;
}
.banner-content .title {
	font-size: 120px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: .8;
	color: var(--tg-white);
}
.banner-content p {
	width: 75%;
	margin: 0 auto 45px;
	color: var(--tg-white);
}
.banner-scroll-down {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
}
.banner-scroll-down a {
    color: var(--tg-white);
    display: block;
    width: 30px;
    height: 50px;
    text-align: center;
}
.banner-scroll-down a span {
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid var(--tg-white);
    border-right: 2px solid var(--tg-white);
    transform: rotate(45deg);
    margin: -10px 0 0 8px;
    animation: animate 2s infinite;
}
.banner-scroll-down a span:nth-child(2) {
    animation-delay: -0.2s;
}
.banner-scroll-down a span:nth-child(3) {
    animation-delay: -0.4s;
}
@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-15px, -15px);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(15px, 15px);
    }
}


.banner-area-two {
	position: relative;
	background: var(--tg-gradient-color);
	padding: 240px 0;
}
.banner-area-two .banner-bg-three {
	background-image: url(../img/banner/h2_banner_img.jpg);
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.banner-content-two {
	width: 85%;
	position: relative;
}
.banner-content-two .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.banner-content-two p {
	margin-bottom: 45px;
	width: 80%;
}
.banner-area-two .banner-scroll-down {
	position: absolute;
	left: 8%;
	transform: translate(0);
	bottom: 3%;
}
.banner-area-two .banner-scroll-down a {
	color: var(--tg-secondary-color);
}
.banner-area-two .banner-scroll-down a span {
    border-color: var(--tg-secondary-color);
}


.banner-area-three {
	padding: 250px 0 140px;
	position: relative;
	background: var(--tg-gradient-color);
}
.banner-area-three .banner-content .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 15px;
	line-height: 1.30;
	color: var(--tg-secondary-color);
}
.banner-area-three .banner-content p {
	width: 100%;
	margin: 0 0 40px;
	color: var(--tg-body-font-color);
}
.banner-area-three .banner-img {
	z-index: 1;
	position: relative;
}
.banner-area-three .banner-img img {
	border-radius: 16px;
}
.banner-social {
	position: absolute;
	right: 70px;
	top: 50%;
	transform: translateY(-50%);
}
.banner-social .list-wrap {
	display: flex;
	align-items: center;
	flex-direction: column;
}
.banner-social .list-wrap li {
	margin-bottom: 8px;
}
.banner-social .list-wrap li:last-child {
	margin-bottom: 0;
}
.banner-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.3px solid var(--tg-primary-color);
	font-size: 14px;
}
.banner-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

/* banner-four */
.banner-area-four.banner-bg-three {
	background-image: url(../img/banner/h4_banner_img.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	min-height: 100vh;
	display: flex;
	align-items: center;
	padding: 120px 0;
}
.banner-area-four.banner-bg-three::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(32, 32, 32, 0.7) 0%, rgba(32, 32, 32, 0.21) 51.04%, rgba(32, 32, 32, 0.7) 100%), linear-gradient(0deg, rgba(32, 32, 32, 0.2), rgba(32, 32, 32, 0.2));
	z-index: -1;
}

/* banner-five */
.banner-area-five.banner-bg-four {
	background-image: url(../img/banner/h5_banner_img.jpg);
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	padding: 310px 0 350px;
}
.banner-area-five.banner-bg-four::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(32, 32, 32, 0.7) 0%, rgba(32, 32, 32, 0.21) 51.04%, rgba(32, 32, 32, 0.7) 100%), linear-gradient(0deg, rgba(32, 32, 32, 0.2), rgba(32, 32, 32, 0.2));
	z-index: -1;
}
.banner-area-five .banner-content {
	text-align: center;
	position: relative;
}
.banner-area-five .banner-content .title {
	font-size: 72px;
	margin-bottom: 0;
	line-height: 1.30;
	margin-bottom: 40px;
}
.banner-area-five .banner-content .btn {
	border-color: var(--tg-white);
	color: var(--tg-white);
}
.banner-area-five .banner-content .btn:hover {
	border-color: var(--tg-secondary-color);
	background: var(--tg-secondary-color);
}
.banner-area-five .banner-content::before {
	position: absolute;
	content: "";
	left: 17%;
	top: -31%;
	width: 594px;
	height: 610px;
	background: var(--tg-primary-color);
	border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	animation: appShape 8s linear infinite;
	display: block;
	z-index: -1;
}
.banner-area-five .banner-content::after {
	position: absolute;
	content: "";
	left: 17%;
	top: -31%;
	width: 594px;
	height: 610px;
	background: transparent;
	border: 2px solid var(--tg-primary-color);
	border-radius: 50% 50% 50% 50% / 45% 45% 55% 55%;
	will-change: border-radius, transform, opacity;
	animation: appShape 4s linear infinite;
	display: block;
	z-index: -1;
}
@keyframes appShape {
  0%,100%{
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%;
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  34%{
      border-radius: 70% 30% 46% 54% / 30% 29% 71% 70%;
    transform:  translate3d(0,5px,0) rotateZ(0.01deg);
  }
  50%{
    transform: translate3d(0,0,0) rotateZ(0.01deg);
  }
  67%{
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60% ;
    transform: translate3d(0,-3px,0) rotateZ(0.01deg);
  }
}
.banner-area-five .banner-scroll-down {
	bottom: 120px;
}

.banner-area-six {
	background: var(--tg-secondaryy-color);
	padding: 280px 0 300px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.banner-area-six {
	text-align: center;
}
.banner-area-six .banner-content .title {
	font-size: 60px;
	color: var(--tg-heading-font-color);
	line-height: 1.30;
	margin-bottom: 15px;
}
.banner-area-six .banner-content p {
	width: 80%;
	margin: 0 auto 45px;
	color: var(--tg-body-font-color);
}

/* New: Hide the text wrapper on desktop, as the text is centered within it */
.banner-area-six .banner-text-wrap {
    z-index: 1; /* Ensure text is above videos on desktop */
    position: relative;
    width: 100%;
}

/* Removed: .banner-area-six .banner-img-wrap > * because the wrap is gone */

/* New: Apply desktop positioning directly to the video wrappers */
.banner-area-six .video-item-wrap {
	border-radius: 16px;
	position: absolute; /* Re-apply absolute position for desktop */
 	overflow: hidden;
	z-index: 0; /* Videos are behind text */
}

.banner-area-six .left-images {
	left: -20px;
	top: 16%;
}
.banner-area-six .right-images {
	right: -60px;
	bottom: 140px;
}
/* The video sizing (width: 420px; height: 580px;) is handled by the inline style in the HTML */


/* Media Query for Mobile/Tablet Screens */
@media (max-width: 991px) {
    
    /* 1. Make the main section a Flex container and stack items vertically */
    .banner-area-six {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center the content */
        padding: 80px 0; /* Adjusted padding */
    }

    /* 2. Set the order for all the main siblings (text wrap and video wraps) */
    
    /* Left Video - Order 1 (Top) */
    .banner-area-six .left-images {
        order: 1;
    }
    
    /* Text Content - Order 2 (Middle) */
    .banner-area-six .banner-text-wrap {
        order: 2;
        width: 100%; /* Ensure text wrap uses full width */
    }
    
    /* Right Video - Order 3 (Bottom) */
    .banner-area-six .right-images {
        order: 3;
    }
    
    /* 3. Remove absolute positioning and force full-width flow on videos */
    .banner-area-six .video-item-wrap {
        position: static; /* Crucial: removes absolute positioning */
        width: 100%; 
        max-width: 90%; /* A little side padding on mobile */
        margin: 15px auto; /* Space between the stacked elements */
        left: unset;
        top: unset;
        right: unset;
        bottom: unset;
    }

    /* 4. Correct the sizing for the videos inside their wraps */
    .banner-area-six .video-item-wrap video {
        width: 100% !important; /* Overrides inline style */
        height: auto !important; /* Maintains aspect ratio */
        max-height: 250px; /* Caps the height for small screens */
        display: block; /* Ensure it behaves like a block element */
        border-radius: 16px;
    }
    
    /* 5. Adjust text sizing and spacing */
    .banner-area-six .banner-content {
        padding: 20px 0;
    }
    .banner-area-six .banner-content .title {
        font-size: 38px;
    }
    .banner-area-six .banner-content p {
        width: 100%; 
        margin-bottom: 30px;
    }

}



/* banner-seven */
.banner-area-seven {
    position: relative;
    padding: 250px 0 140px;
    background: var(--tg-secondaryy-color);
    z-index: 1;
    overflow: hidden; /* Clips video within section bounds */
}
/* Video Container */
.banner-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}
/* Video Styling */
.banner-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65; /* Balances background clarity and text contrast */
    filter: brightness(0.85) contrast(1.05); /* Enhances rich tones */
}

/* Premium Gradient Overlay (Fade Effect) */
.banner-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        180deg, 
        rgba(32, 32, 32, 0.85) 0%, 
        rgba(26, 24, 24, 0.40) 50%, 
        rgba(32, 32, 32, 0.90) 100%
    );
    pointer-events: none;
}

/* Remove border, background, and extra padding from CTA box */
.banner-area-seven .cta-border-box {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.banner-shape {
    background-image: url(../img/banner/banner_shape.png);
    background-size: cover;
    background-position: 50% 100%;; 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 738px;
    z-index: -1;
    overflow: hidden;
}
.banner-shape::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
        100deg,
        rgba(255, 255, 255, 0) 35%,
        rgba(240, 210, 160, 0.6) 46%,
        rgba(255, 245, 225, 0.95) 50%,
        rgba(240, 210, 160, 0.6) 54%,
        rgba(255, 255, 255, 0) 65%
    );
    background-size: 300% 100%;
    background-repeat: no-repeat;
    background-position: 150% 0;
    -webkit-mask-image: url(../img/banner/banner_shape.png);
    -webkit-mask-size: cover;
    -webkit-mask-position: 50% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-image: url(../img/banner/banner_shape.png);
    mask-size: cover;
    mask-position: 50% 100%;
    mask-repeat: no-repeat;
    animation: bannerShapeShine 5s ease-in-out infinite;
    pointer-events: none;
}
@keyframes bannerShapeShine {
    0% {
        background-position: 150% 0;
    }
    50% {
        background-position: -50% 0;
    }
    100% {
        background-position: 150% 0;
    }
}
.banner-area-seven .banner-content .title {
	font-size: 72px;
	color: var(--tg-heading-font-color);
	line-height: 1.30;
	margin-bottom: 15px;
}
.banner-area-seven .banner-content p {
	width: 80%;
	margin: 0 auto 45px;
	color: var(--tg-body-font-color);
}

/* banner-eight */
.banner-area-eight {
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: linear-gradient(90deg, #F9FAF1 0%, #FEFFFB 100%);
	overflow: hidden;
}
.banner-area-eight .banner-content .sub-title {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: var(--tg-heading-font-color);
}
.banner-area-eight .banner-content .title {
	font-size: 72px;
	color: var(--tg-heading-font-color);
	margin-bottom: 15px;
	line-height: 1.30;
}
.banner-area-eight .banner-content > p {
    width: 90%;
    margin: 0 0 40px;
    color: var(--tg-body-font-color);
}
.banner-content .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
	width: 70%;
	margin-bottom: 30px;
}
.banner-content .list-wrap li {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.banner-content .list-wrap li .icon {
	font-size: 40px;
	line-height: 0;
	color: var(--tg-secondary-color);
	margin-right: 15px;
}
.banner-content .list-wrap li .content p {
	width: 100%;
	margin: 0 0 0;
	color: var(--tg-secondary-color);
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
}
.banner-area-eight .row {
	flex-wrap: nowrap;
	align-items: center;
}
.banner-area-eight .row .col-lg-6.custom-col {
    overflow: hidden;
    -ms-flex: 0 0 95%;
    flex: 0 0 95%;
    max-width: 95%;
    margin-left: 80px;
}
.banner-area-eight .banner-img-item img {
    border-radius: 16px;
    width: 100%;
    height: calc(100vh - 80px);
    object-fit: cover;
}
.bannerContent-active {
    margin-left: -50px;
    margin-right: 85px;
}
.banner-img-item {
    max-width: 643px;
}
.bannerNav-active {
    margin-left: -15px;
    margin-right: -15px;
    cursor: grab;
}
.bannerNav-active .item {
    padding-left: 15px;
    padding-right: 15px;
}

/* =============================================
   10. Banner - Ten (Video BG, Borderless & Compact)
================================================ */
.banner-area-ten {
    position: relative;
    padding: 160px 0 120px; /* Reduced from 250px so the section isn't overly tall */
    background: var(--tg-secondaryy-color);
    z-index: 1;
    overflow: hidden;
}

/* Video Container */
.banner-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

/* Video Styling */
.banner-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.65;
    filter: brightness(0.85) contrast(1.05);
}

/* Premium Gradient Overlay */
.banner-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        180deg, 
        rgba(32, 32, 32, 0.85) 0%, 
        rgba(26, 24, 24, 0.40) 50%, 
        rgba(32, 32, 32, 0.90) 100%
    );
    pointer-events: none;
}

/* Borderless Content Box */
.banner-area-ten .cta-border-box {
    position: relative;
    z-index: 2;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* Desktop Typography Controls */
.banner-area-ten .banner-content h2.title {
    font-size: 34px !important; /* Scaled down title (adjust between 30px-36px as preferred) */
    line-height: 1.3 !important;
    margin-bottom: 18px !important;
}

.banner-area-ten .banner-content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    max-width: 720px; /* Keeps text block readable and contained */
    margin: 0 auto 30px auto !important;
}

/* =============================================
   Mobile Responsiveness (Screens under 768px)
================================================ */
@media (max-width: 767.98px) {
    .banner-area-ten {
        padding: 100px 15px 60px !important;
    }

    .banner-area-ten .banner-content h2.title {
        font-size: 22px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
    }

    .banner-area-ten .banner-content p {
        font-size: 13px !important;
        line-height: 1.5 !important;
        margin-bottom: 20px !important;
    }

    .banner-area-ten .btn {
        padding: 12px 24px !important;
        height: auto !important;
        min-height: 44px !important;
    }

    .banner-area-ten .btn .btn_t1,
    .banner-area-ten .btn .btn_t2 {
        font-size: 13px !important;
        line-height: 1.2 !important;
    }
}

/*=============================
	07. Breadcrumb
===============================*/
.breadcrumb-area {
	padding: 250px 0 140px;
	background: var(--tg-gradient-color);
}
.breadcrumb-content {
	text-align: center;
}
.breadcrumb-content .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 1.30;
}
.breadcrumb-content .breadcrumb {
	justify-content: center;
	margin-bottom: 0;
}
.breadcrumb-content .breadcrumb .breadcrumb-item {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tg-body-font-color);
	line-height: 1.42;
}
.breadcrumb-content .breadcrumb .breadcrumb-item a {
	color: var(--tg-secondary-color);
}
.breadcrumb-item+.breadcrumb-item::before {
	float: left;
	padding-right: 10px;
	color: #ffffff;
	content: '\f105';
    font-family: "Font Awesome 5 Free";
	font-weight: 700;
	font-size: 14px;
}
.breadcrumb-item+.breadcrumb-item {
	padding-left: 10px;
}


/*=============================
	08. About
===============================*/
.section-title .sub-title {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	display: block;
	color: var(--tg-secondary-color);
	margin-bottom: 15px;
}
.section-title .title {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.29;
}
.about-content p {
	margin-bottom: 55px;
}

/* about-two */
.about-img {
	position: relative;
}
.about-img img {
	border-radius: 16px;
	position: relative;
	z-index: 1;
	animation: aboutImgFloat 4.5s ease-in-out infinite;
	filter: drop-shadow(0 25px 20px rgba(0, 0, 0, 0.3));
}
.about-img::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	width: 55%;
	height: 24px;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 70%);
	border-radius: 50%;
	z-index: 0;
	animation: aboutImgShadow 4.5s ease-in-out infinite;
}
@keyframes aboutImgFloat {
	0%, 100% {
		transform: translateY(0) rotate(0deg);
	}
	50% {
		transform: translateY(-20px) rotate(1deg);
	}
}
@keyframes aboutImgShadow {
	0%, 100% {
		transform: translateX(-50%) scale(1);
		opacity: 0.6;
	}
	50% {
		transform: translateX(-50%) scale(0.8);
		opacity: 0.35;
	}
}
.about-area-two .about-content {
	width: 86%;
}
.about-area-two .about-content p {
	margin-bottom: 45px;
}

/*=============================
	09. Mission
===============================*/
.mission-img {
	text-align: center;
}
.mission-img img {
	border-radius: 16px;
}
.mission-content {
	width: 86%;
}
.mission-content p {
	margin-bottom: 45px;
}



/*=============================
	10. Vision
===============================*/
.vision-content {
	margin-left: 85px;
}
.vision-content p {
	margin-bottom: 50px;
}
.vision-img img {
	border-radius: 16px;
}


/*=============================
	11. Brand
===============================*/
.brand-item {
	display: flex;
	min-height: 42px;
	align-items: center;
	justify-content: center;
}
.brand-item img {
	transition: .3s linear;
	cursor: pointer;
}

/*=============================
	12. Parallax Img
===============================*/
.parallax-img {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 880px;
}

/*=============================
	13. Counter
===============================*/
.counter-item {
	text-align: center;
	margin-bottom: 30px;
}
.counter-item .count {
	margin-bottom: 12px;
	font-size: 48px;
	line-height: .8;
	color: var(--tg-primary-color);
	display: block;
	font-family: var(--tg-heading-font-family);
}
.counter-item .countt {
	margin-bottom: 12px;
	font-size: 48px;
	line-height: .8;
	color: var(--tg-primary-color);
	display: block;
	font-family: var(--tg-heading-font-family);
}
.counter-item p {
	color: var(--tg-secondary-color);
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 500;
}
.counter-item p span {
	display: block;
}

.counter-item .count-wrapper {
    display: inline-flex;
    align-items: baseline;
    font-size: 48px;
    line-height: .8;
    color: var(--tg-primary-color);
    font-family: var(--tg-heading-font-family);
    margin-bottom: 12px;
}

.counter-item .count,
.counter-item .countt {
    display: inline;
    margin: 0;
    padding: 0;
}




/*=============================
	14. Video
===============================*/
.video-bg {
	background-image: url(../img/bg/video_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 800px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 15px;
}
.video-bg .play-btn {
	color: var(--youtube);
	font-size: 80px;
	line-height: 1;
}
.video-area-two {
	margin-top: -80px;
	z-index: 1;
	position: relative;
}


/*=============================
	15. Features
===============================*/
.features-item {
	text-align: center;
	margin-bottom: 55px;
}
.feature-icon {
	width: 120px;
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 35px;
	border: 1.5px solid var(--tg-primary-color);
	border-radius: 50%;
	position: relative;
    transform: translateY(0);
    transition: .3s linear;
    animation: featureIconFloat 2.4s ease-in-out infinite;
}
.features-item:hover .feature-icon {
    transform: translateY(6px);
}
@keyframes featureIconFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}
.feature-icon::before {
	content: "";
	position: absolute;
	width: 112px;
	height: 112px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: var(--tg-primary-color);
	z-index: -1;
}
.feature-icon::after {
	content: "";
	position: absolute;
	width: 104px;
	height: 104px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: transparent;
	border: 1.3px solid var(--tg-white);
	z-index: -1;
}
.feature-icon img {
	max-width: 48px;
}
.feature-icon i {
	color: var(--tg-white);
	font-size: 48px;
	line-height: 0;
}
.feature-content .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
    transition: .3s linear;
}
.feature-content p {
	margin-bottom: 0;
}
.features-item:hover .feature-content .title {
    color: var(--tg-primary-color);
}

/*=============================
	16. Services
===============================*/
.services-item {
	text-align: center;
	margin-bottom: 40px;
}
.services-thumb {
	margin-bottom: 30px;
}
.services-thumb img {
	border-radius: 50%;
}
.services-content .title {
	font-size: 22px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.services-content p {
	margin-bottom: 15px;
}
.services-content .text-btn {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--tg-primary-color);
	font-size: 14px;
	font-weight: 500;
}
.services-content .text-btn:hover {
	color: var(--tg-secondary-color);
}

/* services-two */
.services-img-two img {
	border-radius: 16px;
}
.services-content-two .services-list ul li {
	margin-bottom: 15px;
	color: azure;
}
.services-content-two .services-list ul li:last-child {
	margin-bottom: 0;
}
.services-content-two .services-list ul li a {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 500;
	display: block;
	color: azure;
	margin-bottom: 15px;
}
.services-content-two .services-list ul li a:hover {
	color: #BD9A68;
}

/* services-three */
.services-style-three {
	background: var(--tg-secondary-background);
}


/*=============================
	17. Project
===============================*/
.project-area {
	background: var(--tg-secondary-background);
}
.project-item {
	text-align: center;
	margin-bottom: 55px;
}

.project-thumb a {
	position: relative;
	display: block;
	overflow: hidden;
}
.project-thumb a::before {
	position: absolute;
	top: 0;
	left: -100%;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 42556, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}
.project-item-two:hover .project-thumb a::before,
.project-item:hover .project-thumb a::before {
    -webkit-animation: shine 1s;
    animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.project-item .project-thumb img {
	border-radius: 16px;
}
.project-content .title {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.project-content .title a:hover {
	text-decoration: underline;
	color: #bd9a68
}
.project-content span {
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
}
.project-item-wrap .row {
	margin: 0 -12px;
}
.project-item-wrap .row [class*="col-"] {
	padding: 0 12px;
}

/* project-two */
.project-style-two .project-content .title {
	font-size: 22px;
	margin-bottom: 8px;
}
.project-style-two .row {
	margin: 0 -12px;
}
.project-style-two .row [class*="col-"] {
	padding: 0 12px;
}

/* project-three */
.project-style-three {
	overflow: hidden;
}
.project-style-three .section-title .title {
	margin-bottom: 55px;
}
.project-style-three .row {
	flex-wrap: nowrap;
}
.project-style-three .col-xl-7 {
	overflow: hidden;
	-ms-flex: 0 0 110%;
	flex: 0 0 110%;
	max-width: 110%;
	margin-left: 80px;
}
.project-style-three .project-item {
	margin-bottom: 0;
	text-align: left;
}

/* project-four */
.project-style-four .section-title {
	width: 80%;
}
.project-style-four .section-title .title {
	margin-bottom: 50px;
}

/* project-area-five */
.project-item-two {
	margin-bottom: 140px;
}
.project-item-two .project-thumb {
	text-align: center;
}
.project-item-two .project-thumb img {
	border-radius: 16px;
}
.project-content-two .project-list {
	margin-right: 80px;
}
.project-content-two .project-list .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.project-content-two .project-list .list-wrap li {
	display: flex;
	align-items: center;
	width: 50%;
	padding: 0 12px;
	margin-bottom: 24px;
}
.project-content-two .project-list .list-wrap li .icon {
	font-size: 40px;
	color: var(--tg-secondary-color);
	line-height: 0;
	margin-right: 15px;
}
.project-content-two .project-list .list-wrap li .content p {
	margin-bottom: 0;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.71;
	color: var(--tg-secondary-color);
}

 /* Enhanced Filter Styling */
            .project-top-meta {
                background: #f8f9fa;
                padding: 30px;
                border-radius: 12px;
                box-shadow: 0 2px 15px rgba(0,0,0,0.08);
            }

            .project-top-meta .form-grp {
                position: relative;
                margin-bottom: 20px;
            }

            .project-top-meta .form-grp input,
            .project-top-meta .form-grp select {
                width: 100%;
                background: #ffffff;
                border: 1.5px solid #bd9a68;
                border-radius: 8px;
                padding: 13px 24px;
                font-size: 15px;
                height: 56px;
                color: #333;
                display: block;
                transition: all 0.3s ease;
            }

            .project-top-meta .form-grp input:focus,
            .project-top-meta .form-grp select:focus {
                outline: none;
                border-color: #c0ad34;
                box-shadow: 0 0 0 3px rgba(192, 173, 52, 0.1);
            }

            .project-top-meta .form-grp input::placeholder {
                color: #999;
            }

            .project-top-meta .form-grp.search-box input {
                padding-right: 55px;
            }

            .project-top-meta .form-grp.search-box button {
                position: absolute;
                right: 20px;
                top: 50%;
                transform: translateY(-50%);
                border: none;
                background: transparent;
                padding: 0;
                font-size: 18px;
                color: #bd9a68;
                cursor: pointer;
                transition: color 0.3s ease;
            }

            .project-top-meta .form-grp.search-box button:hover {
                color: #c0ad34;
            }

            .project-top-meta .form-grp.select select {
                padding: 13px 45px 13px 24px;
                font-weight: 400;
                color: #333;
                background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23bd9a68' d='M6 9L1 4h10z'/%3E%3C/svg%3E") no-repeat scroll 95% center;
                background-color: #ffffff;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                cursor: pointer;
            }

            .project-top-meta .form-grp.select select option:first-child {
                color: #999;
            }

            .project-top-meta .row {
                margin: 0 -10px;
            }

            .project-top-meta .row [class*="col-"] {
                padding: 0 10px;
            }

            /* Price and Size Range Styling */
            .filter-section-title {
                font-size: 14px;
                font-weight: 600;
                color: #bd9a68;
                margin-bottom: 15px;
                margin-top: 10px;
                text-transform: uppercase;
                letter-spacing: 0.5px;
            }

            .range-inputs {
                display: flex;
                gap: 15px;
            }

            .range-inputs input {
                flex: 1;
                height: 50px;
                font-size: 14px;
            }

            @media (max-width: 768px) {
                .project-top-meta {
                    padding: 20px;
                }

                .range-inputs {
                    flex-direction: column;
                    gap: 10px;
                }
            }

/* project-details */
.project-details-area {
	padding: 250px 0 140px;
	position: relative;
	z-index: 1;
}
.project-details-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: var(--tg-gradient-color);
	z-index: -1;
}
.project-details-top {
	margin-bottom: 50px;
}
.project-details-title {
	margin-bottom: 30px;
}
.project-details-title span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	color: #BD9A68;
	font-family: var(--tg-body-font-family);
}
.project-details-title .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.30;
}

.project-details-title .titlee {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1.30;
}

.project-details-top .right-side {
	margin-left: 80px;
	margin-bottom: 30px;
}
.project-details-top .right-side p {
	margin: 0 0;
	
}


.project-info-wrap .list-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0; /* Remove gaps between items */
    margin: -5px; /* Negative margin to eliminate outer spacing */
}

.project-info-wrap .list-wrap .info-item {
    flex: 0 0 calc(25% - 10px); /* 4 items per row with minimal spacing */
    margin: 5px; /* Minimal margin */
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #e9ecef;
    min-height: 70px;
    box-sizing: border-box;
}

.project-info-wrap .info-item .icon {
    font-size: 32px; /* Smaller icons */
    margin-right: 15px;
    line-height: 0;
    color: #BD9A68;
    flex-shrink: 0;
}

.project-info-wrap .info-item .content p {
    margin: 0;
    font-size: 11px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.project-info-wrap .info-item .content p span {
    display: block;
    font-size: 14px;
    color: #2c3e50;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    margin-top: 2px;
}

/* Additional features styling */
.additional-features-section {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.additional-features-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.additional-features-list li {
    background: #e9ecef;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    color: #495057;
    font-weight: 500;
}


@media (max-width: 768px) {
    .project-info-wrap .list-wrap .info-item {
        width: 50%; /* 2 per row on tablets */
    }
}

@media (max-width: 480px) {
    .project-info-wrap .list-wrap .info-item {
        width: 100%; /* 1 per row on phones */
    }
}


/*=============================
	18. Gallery
===============================*/
.gallery-area {
	position: relative;
	overflow: hidden;
}
.gallery-item {
	position: relative;
	margin: 0 12px 0;
	text-align: center;
}
.gallery-item img {
	border-radius: 16px;
	display: inline-block;
	height: 785px;
	object-fit: cover;
}
.gallery-item .photo-gallery {
	display: block;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	padding: 7px 15px;
	border-radius: 8px;
	color: var(--tg-secondary-color);
	background: var(--tg-white);
	z-index: 1;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -18px;
	box-shadow: 0px 12px 30px rgba(32, 32, 32, 0.2);
	transition: .4s linear;
}
.gallery-active .slick-slide {
	transition: .4s linear;
	max-width: 1390px;
	position: relative;
}
.gallery-active .slick-list {
	overflow: visible;
}
.gallery-item .play-btn {
	color: var(--youtube);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 80px;
	line-height: 1;
}
.gallery-item .apartment-view {
	max-width: 1290px;
	height: 785px;
}
.gallery-item iframe {
	width: 100%;
	height: 100%;
	border-radius: 16px;
}

/*=============================
	19. Direction
===============================*/
.direction-img img {
	border-radius: 16px;
}
.direction-content {
	width: 70%;
}
.direction-content .list-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;
}
.direction-content .list-wrap li {
	width: 50%;
	margin-bottom: 8px;
}
.direction-content .list-wrap li span {
	width: 500;
	color: var(--tg-secondary-color);
}

/*=============================
	20. Plan
===============================*/
.plan-wrap .nav-tabs .nav-link {
	margin-bottom: 0;
	background: transparent;
	border: none;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0 0;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-secondary-color);
}
.plan-wrap .nav-tabs .nav-item.show .nav-link,
.plan-wrap .nav-tabs .nav-link.active {
	color: var(--tg-primary-color);
	background-color: transparent;
}
.plan-wrap .nav-tabs {
	border-bottom: none;
	justify-content: center;
	gap: 40px;
	margin-bottom: 55px;
}
.plan-wrap .tab-content img {
	border-radius: 16px;
}
.file-wrap {
	margin-top: 140px;
}
.file-wrap .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}
.file-wrap .list-wrap li a {
	width: 128px;
	height: 168px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 30px 20px 15px;
	border: 1.5px dashed var(--tg-primary-color);
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-secondary-color);
	flex-direction: column;
}
.file-wrap .list-wrap li a i {
	display: block;
	line-height: 0;
	font-size: 40px;
	color: var(--tg-primary-color);
	margin-bottom: 30px;
}

/*=============================
	21. Team
===============================*/
.team-area {
	background: var(--tg-secondary-background);
}
.team-item {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}
.team-thumb {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.team-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 50%, #1A1A1A 100%);
	pointer-events: none;
}
.team-content {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
    transform: translateY(50px);
    transition: .3s;
    opacity: 0;
}
.team-item:hover .team-content {
	transform: translateY(0);
	opacity: 1;
}
.team-content .title {
	color: var(--tg-white);
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 20px;
}
.team-content .title a:hover {
	color: var(--tg-white);
	text-decoration: underline;
}
.team-content span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: var(--tg-white);
}
.team-item-wrap .row {
	margin: 0 -12px;
}
.team-item-wrap .row [class*="col-"] {
	padding: 0 12px;
}
.team-style-two {
	background: var(--tg-body-background-color);
}

/* team-details */
.team-details-area {
	padding: 250px 0 140px;
}
.team-details-thumb {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}
.team-details-thumb::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, rgba(26, 26, 26, 0) 50%, #1A1A1A 100%);
	pointer-events: none;
}
.team-details-content {
	margin-left: 80px;
}
.team-details-content .sub-title {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	display: block;
	color: var(--tg-primary-color);
	margin-bottom: 15px;
}
.team-details-content .title {
	font-size: 48px;
	margin-bottom: 25px;
}
.team-details-content .td-contact {
	margin-bottom: 24px;
}
.team-details-content .td-contact ul li a {
	color: var(--tg-secondary-color);
}
.team-details-content .td-contact ul li a:hover {
	color: var(--tg-primary-color);
}
.team-details-content .td-contact ul li:first-child a {
	text-decoration: underline;
}
.team-details-content p {
	margin-bottom: 15px;
}
.td-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 40px;
}
.td-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.5px solid var(--tg-primary-color);
	font-size: 14px;
	color: var(--tg-primary-color);
}
.td-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

/*=============================
	22. Road Map
===============================*/
.roadmap-wrap {
	position: relative;
}
.roadmap-wrap::before {
	content: "";
	position: absolute;
	left: 0;
	top: calc(50% - 0px);
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	border: 1px dashed var(--tg-primary-color);
}
.roadmap-item {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	width: 414px;
	height: 318px;
	flex: 0 0 auto;
	align-self: flex-start;
}
.roadmap-item .title {
	margin-bottom: 0;
	font-size: 24px;
	margin-top: 10px;
}
.roadmap-content {
	position: relative;
	text-align: center;
	border: 1.3px solid var(--tg-secondary-color);
	border-radius: 16px;
	padding: 30px 30px;
	margin-bottom: 40px;
}
.roadmap-content::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -9.3px;
	transform: translateX(-50%) rotate(-45deg);
	width: 16px;
	height: 16px;
	background: var(--tg-body-background-color);
	border-left: 1.3px solid var(--tg-secondary-color);
	border-bottom: 1.3px solid var(--tg-secondary-color);
}
.roadmap-content .dot {
	width: 11px;
	height: 11px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	background: var(--tg-primary-color);
	border-radius: 50%;
}
.roadmap-content span {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 500;
	display: block;
	color: var(--tg-primary-color);
}
.roadmap-content p {
	margin-bottom: 20px;
}
.roadmap-active .swiper-slide:nth-child(odd) {
	align-self: flex-end;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item {
	flex-direction: column;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .roadmap-content .dot {
	bottom: auto;
	top: -52px;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .roadmap-content {
	margin-bottom: 0;
	margin-top: 40px;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .roadmap-content::before {
	bottom: auto;
	top: -9.3px;
	border-top: 1.3px solid var(--tg-secondary-color);
	border-right: 1.3px solid var(--tg-secondary-color);
	border-left: none;
	border-bottom: none;
}
.roadmap-active .swiper-slide:nth-child(odd) .roadmap-item .title {
	margin-top: 0;
	margin-bottom: 30px;
}
.roadmap-area {
	overflow: hidden;
}
.roadmap-active .swiper-wrapper {
	min-height: 525px;
}
.roadmap-style-two {
	background: var(--tg-secondary-background);
}
.roadmap-style-two .roadmap-item .roadmap-content::before {
    background-color: var(--tg-secondary-background);
}

/*=============================
	23. Testimonial
===============================*/
.testimonial-item {
	display: flex;
	align-items: center;
	width: 75.5%;
	margin-bottom: 30px;
}
.testimonial-item:last-child {
    margin-bottom: 0;
}
.testimonial-thumb {
	position: relative;
	width: 80px;
	flex: 0 0 80px;
	margin-right: 22px;
}
.testimonial-thumb img {
	border-radius: 50%;
}
.testimonial-thumb .icon {
	position: absolute;
	right: 3px;
	bottom: 3px;
	line-height: 1;
}
.testimonial-thumb .icon i {
	font-size: 20px;
	color: var(--tg-primary-color);
}
.testimonial-content {
	border: 1.3px solid var(--tg-secondary-color);
	border-radius: 15px;
	padding: 30px 30px;
	position: relative;
	margin-left: 12px;
}
.testimonial-content::before {
	content: "";
	position: absolute;
	left: -9px;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
	width: 16px;
	height: 16px;
	background: var(--tg-body-background-color);
	border-top: 1.3px solid var(--tg-secondary-color);
	border-left: 1.3px solid var(--tg-secondary-color);
}
.testimonial-content p {
	margin-bottom: 25px;
}
.testimonial-content span {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: var(--tg-primary-color);
}
.testimonial-item:nth-child(even) {
	flex-direction: row-reverse;
	margin-left: auto;
}
.testimonial-item:nth-child(even) .testimonial-thumb {
	margin-right: 0;
	margin-left: 22px;
}
.testimonial-item:nth-child(even) .testimonial-content {
	margin-left: 0;
	margin-right: 12px;
}
.testimonial-item:nth-child(even) .testimonial-content::before {
	left: auto;
	right: -9px;
	border-bottom: 1.3px solid var(--tg-secondary-color);
	border-right: 1.3px solid var(--tg-secondary-color);
	border-top: 1px solid transparent;
	border-left: 1px solid transparent;
}
.testimonial-style-two {
	background: var(--tg-secondary-background);
}

/* Change section background to dark */
.testimonial-style-two {
    background: #262424 !important;
}

/* Make all text white in the testimonial section */
.testimonial-style-two .section-title .sub-title,
.testimonial-style-two .section-title .title,
.testimonial-style-two .testimonial-content p,
.testimonial-style-two .testimonial-content span {
    color: #ffffff !important;
}

/* Make the quote icon white */
.testimonial-style-two .testimonial-thumb .icon i {
    color: #ffffff !important;
}

/* Make the speech bubble/cloud white */
.testimonial-style-two .testimonial-content {
    background: #ffffff !important;
    border: 1.3px solid #ffffff !important;
}

/* Make text inside the speech bubble dark for contrast */
.testimonial-style-two .testimonial-content p,
.testimonial-style-two .testimonial-content span {
    color: #262424 !important;
}

/* Fix the arrow/bubble pointer to match white background */
.testimonial-style-two .testimonial-content::before {
    background: #ffffff !important;
    border-top: 1.3px solid #ffffff !important;
    border-left: 1.3px solid #ffffff !important;
}

/* Fix the arrow for even items (right side) */
.testimonial-style-two .testimonial-item:nth-child(even) .testimonial-content::before {
    border-bottom: 1.3px solid #ffffff !important;
    border-right: 1.3px solid #ffffff !important;
    border-top: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
}

/* Make the main title gold */
.testimonial-style-two .section-title .title {
    color: #BD9A68 !important;
}

/* Make the quote icon in the avatar gold */
.testimonial-style-two .testimonial-thumb .icon i {
    color: #BD9A68 !important;
}

/* Make the personal names gold */
.testimonial-style-two .testimonial-content span {
    color: #BD9A68 !important;
}

/* Keep the testimonial text (the actual quote) dark for readability */
.testimonial-style-two .testimonial-content p {
    color: #262424 !important;
}

/* Keep the sub-title "Testimonials" gold (you already have this) */
.testimonial-style-two .section-title .sub-title {
    color: #BD9A68 !important;
}

/* Make the Testimonials sub-title white */
.testimonial-style-two .section-title .sub-title {
    color: #ffffff !important;
}

/*=============================
	24. Faq
===============================*/
.faq-wrap {
	padding: 0 110px 140px;
}
.faq-item {
	margin-bottom: 60px;
}
.faq-item:last-child {
	margin-bottom: 0;
}
.faq-item .title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.faq-item p {
	margin-bottom: 0;
}



/*=============================
	25. Blog
===============================*/
.blog-area {
	background: var(--tg-secondary-background);
}
.blog-area .section-title .title {
	width: 85%;
	margin-bottom: 55px;
}
.blog-item {
	margin-bottom: 55px;
}
.blog-thumb {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 35px;
}
.blog-thumb img {
	border-radius: 16px;
	transition: .5s linear;
	transform: scale(1);
}
.blog-item:hover .blog-thumb img {
	transform: scale(1.1);
}
.blog-content .title {
	margin-bottom: 5px;
	font-size: 22px;
	text-transform: uppercase;
	line-height: 1.4;
	width: 90%;
}
.blog-meta .list-wrap {
	display: flex;
	align-items: center;
}
.blog-meta .list-wrap li {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	position: relative;
	padding-right: 10px;
	margin-right: 5px;
}
.blog-meta .list-wrap li:last-child {
	margin-right: 0;
	padding-right: 0;
}
.blog-meta .list-wrap li::before {
	content: "/";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.blog-meta .list-wrap li:last-child::before {
	display: none;
}
.blog-meta .list-wrap li a {
	color: var(--tg-body-font-color);
}
.blog-meta .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.blog-item-wrap .row {
	margin: 0 -12px;
}
.blog-item-wrap .row [class*="col-"] {
	padding: 0 12px;
}
.blog-area-three {
	background: var(--tg-secondary-background);
}
.blog-item.blog-item-two .blog-content .title {
	margin-bottom: 5px;
	font-size: 40px;
	line-height: 1.3;
}
.blog-item.blog-item-two .blog-thumb {
	margin-bottom: 30px;
}

/* blog-sidebar */
.blog-widget {
	margin-bottom: 55px;
}
.blog-widget:last-child {
	margin-bottom: 0;
}
.blog-sidebar {
	margin-left: 80px;
}
.sidebar-search form {
	position: relative;
}
.sidebar-search input {
	width: 100%;
	background: transparent;
	border: 1.5px solid var(--tg-secondary-color);
	border-radius: 8px;
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-secondary-color);
	padding: 13px 55px 13px 24px;
}
.sidebar-search input::placeholder {
	font-weight: 400;
	font-size: 15px;
	color: var(--tg-secondary-color);
	opacity: .7;
}
.sidebar-search form button {
	position: absolute;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	padding: 0;
	font-size: 18px;
	color: var(--tg-primary-color);
}
.blog-widget .bw-title {
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.bw-cat-list .list-wrap li {
	margin-bottom: 8px;
}
.bw-cat-list .list-wrap li:last-child {
	margin-bottom: 0;
}
.bw-cat-list .list-wrap li a {
	color: var(--tg-body-font-color);
}
.bw-cat-list .list-wrap li a:hover {
	color: var(--tg-secondary-color);
}
.post-list-wrap .post-item {
	margin-bottom: 20px;
}
.post-list-wrap .post-item:last-child {
	margin-bottom: 0;
}
.post-list-wrap .post-item .title {
	margin-bottom: 5px;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1.55;
}
.post-list-wrap .post-item span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
}
.bw-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.bw-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	font-size: 14px;
	border-radius: 50%;
}
.bw-social .list-wrap li a:hover {
	background-color: var(--tg-primary-color);
	color: var(--tg-white);
}

/* blog-details */
.blog-details-area {
	padding: 250px 0 140px;
	position: relative;
}
.blog-details-area::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 20%;
	background: var(--tg-gradient-color);
	z-index: -1;
}
.blog-details-content {
	margin-bottom: 55px;
}
.blog-details-wrap .blog-item {
	margin-bottom: 0;
}
.blog-details-wrap .blog-item .blog-thumb {
	margin-bottom: 50px;
}
.blog-details-wrap .blog-item:hover .blog-thumb img {
	transform: scale(1);
}
.blog-details-wrap .blog-item > p {
	margin-bottom: 15px;
}
.blog-details-wrap blockquote {
	padding: 30px 0 45px;
	padding-left: 32px;
	position: relative;
	margin: 0 0;
}
.blog-details-wrap blockquote::before {
	content: "\f107";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-family: "flaticon_reland";
	color: rgba(189, 154, 104, 0.2);
	font-size: 80px;
	line-height: 1;
}
.blog-details-wrap blockquote p {
	margin-bottom: 0;
	font-family: var(--tg-heading-font-family);
	font-weight: 400;
	font-size: 22px;
	line-height: 1.45;
	text-transform: uppercase;
	color: var(--tg-secondary-color);
}
.blog-details-social {
	margin-top: 55px;
}
.blog-details-social .list-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}
.blog-details-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.5px solid var(--tg-primary-color);
	color: var(--tg-primary-color);
	font-size: 14px;
	border-radius: 50%;
}
.blog-details-social .list-wrap li a:hover {
	background-color: var(--tg-primary-color);
	color: var(--tg-white);
}
.avatar-post {
	display: flex;
	align-items: flex-start;
	background: var(--tg-secondary-background);
	padding: 40px;
	border-radius: 16px;
	margin-top: 80px;
}
.post-avatar-img {
	width: 120px;
	flex: 0 0 120px;
	margin-right: 32px;
}
.post-avatar-img img {
	border-radius: 50%;
}
.post-avatar-content p {
	margin-bottom: 24px;
}
.post-avatar-content span {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-primary-color);
}
.blog-next-prev {
	margin: 80px 0 50px;
}
.blog-next-prev .post .title {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
	line-height: 1.55;
}
.blog-next-prev .post {
	width: 80%;
	margin-bottom: 30px;
}
.blog-next-prev .post > a {
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	color: var(--tg-body-font-color);
}
.blog-next-prev .post > a:hover {
	color: var(--tg-primary-color);
}
.blog-next-prev .post.next {
	margin-left: auto;
	text-align: right;
}
.blog-post-comment .comment-wrap {
	margin-bottom: 80px;
}
.comment-reply-title .title,
.comment-wrap-title .title {
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.latest-comments .comments-box {
	display: flex;
	align-items: flex-start;
	margin-bottom: 40px;
}
.comments-box .comments-avatar {
	width: 80px;
	flex: 0 0 80px;
	margin-right: 32px;
}
.comment-text .avatar-name span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 5px;
}
.comment-text .avatar-name .name {
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.comments-box .comment-text p {
	margin-bottom: 15px;
}
.comment-text .comment-reply {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}
.comment-text .comment-reply i {
	margin-right: 8px;
}
.comment-form .row {
	margin: 0 -12px;
}
.comment-form .row [class*="col-"] {
	padding: 0 12px;
}
.comment-form .comment-field {
	margin-bottom: 24px;
}
.comment-form .comment-field textarea,
.comment-form .comment-field input {
	width: 100%;
	background: transparent;
	border: 1.5px solid var(--tg-secondary-color);
	border-radius: 8px;
	padding: 13px 24px;
	font-weight: 400;
	font-size: 15px;
	height: 56px;
	display: block;
	color: var(--tg-secondary-color);
}
.comment-form .comment-field textarea::placeholder,
.comment-form .comment-field input::placeholder {
	color: var(--tg-secondary-color);
	font-weight: 400;
	font-size: 15px;
}
.comment-form .comment-field textarea {
	min-height: 240px;
	max-height: 240px;
}
.comment-respond .comment-form .form-check {
	justify-content: left;
	margin-bottom: 55px;
}


/*=============================
	26. Pagination
===============================*/
.pagination-wrap {
	margin-top: 10px;
}
.pagination-wrap .pagination .page-item {
    margin-right: 8px;
    margin-top: 8px;
}
.pagination-wrap .pagination .page-item:last-child {
    margin-right: 0;
}
.pagination-wrap .pagination {
	justify-content: center;
}
.pagination-wrap .pagination .page-link {
	margin-left: 0;
	padding: 0 0;
	color: var(--tg-primary-color);
	border: none;
	font-size: 14px;
	line-height: 1;
	font-weight: 500;
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1.5px solid var(--tg-primary-color);
}
.pagination-wrap .pagination .page-item.active .page-link,
.pagination-wrap .pagination .page-link:hover {
	background: var(--tg-primary-color);
	border-color: var(--tg-primary-color);
	color: var(--tg-white);
}
.pagination-wrap .pagination .page-link:focus {
	color: var(--tg-white);
	background-color: var(--tg-primary-color);
	outline: 0;
	box-shadow: none;
}
.inner-blog-area .pagination-wrap .pagination {
	justify-content: left;
}


/*=============================
	27. Error
===============================*/
.error-area {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	background: var(--tg-gradient-color);
	overflow: hidden;
	z-index: 1;
}
.error-shape {
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../img/images/error_shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
	width: 743px;
	height: 776px;
	z-index: -1;
}
.error-content .title {
	font-size: 72px;
	text-transform: uppercase;
	margin-bottom: 40px;
	line-height: 1.30;
}
.error-area .copyright-text {
	position: absolute;
	left: 16.3%;
	bottom: 40px;
}
.error-area .copyright-text p {
	margin-bottom: 0;
	color: var(--tg-paragraph-color);
}
.error-area .copyright-text p span {
	color: var(--tg-secondary-color);
	font-weight: 500;
}

/*=============================
	28. Newsletter
===============================*/
.newsletter-area {
	background: var(--tg-secondary-background);
}
.newsletter-inner {
	background: var(--tg-body-background-color);
	border-radius: 16px;
	padding: 100px;
}
.newsletter-content {
	text-align: center;
}
.newsletter-content .section-title .title {
	font-size: 28px;
}
.newsletter-form .list-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.newsletter-form .list-wrap li {
	flex-grow: 1;
	margin-bottom: 25px;
	padding: 0 12px;
}
.newsletter-form .list-wrap li:last-child {
	flex-grow: 0;
}
.newsletter-form .list-wrap li input {
	width: 100%;
	border: 1.3px solid;
	border-color: var(--tg-secondary-color);
	border-radius: 8px;
	font-size: 15px;
	color: var(--tg-secondary-color);
	padding: 13px 25px;
	height: 56px;
	background: transparent;
}
.newsletter-form .list-wrap li input::placeholder {
	font-size: 15px;
	color: var(--tg-secondary-color);
}
.contact-form-wrap .form-submit input[type="submit"],
.newsletter-form .list-wrap li.submit-btn input[type="submit"] {
	border: none;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	border-radius: 8px;
	background: var(--tg-primary-color);
	color: var(--tg-white);
	padding: 16px 40px;
	transition: .3s ease-in-out;
}
.contact-form-wrap .form-submit input[type="submit"]:hover,
.newsletter-form .list-wrap li.submit-btn input[type="submit"]:hover {
	background: var(--tg-secondary-color);
}
.comment-form .form-check,
.contact-form-wrap .form-check,
.newsletter-form .form-check {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	padding-left: 0;
	line-height: 1;
}
.comment-form .form-check .form-check-input,
.contact-form-wrap .form-check .form-check-input,
.newsletter-form .form-check .form-check-input {
	border-radius: 50%;
	border: none;
	margin: 0 8px 0 0;
	width: 20px;
	height: 20px;
	flex: 0 0 20px;
	background-color: var(--tg-gray);
	cursor: pointer;
}
.comment-form .form-check .form-check-input:checked[type=checkbox],
.contact-form-wrap .form-check-input:checked[type=checkbox],
.newsletter-form .form-check-input:checked[type=checkbox] {
	background-image: none;
	background-color: var(--tg-primary-color);
}
.comment-form .form-check .form-check-input,
.contact-form-wrap .form-check-input:focus,
.newsletter-form .form-check-input:focus {
	outline: 0;
	box-shadow: none;
}
.comment-form .form-check label,
.contact-form-wrap .form-check label,
.newsletter-form .form-check label {
	user-select: none;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
}
.contact-form-wrap .form-check label span,
.newsletter-form .form-check label span {
	font-weight: 500;
	color: var(--tg-secondary-color);
}

/* newsletter-two */
.newsletter-area.newsletter-area-two {
	background: var(--tg-body-background-color);
}
.newsletter-area-two .newsletter-inner {
	background: var(--tg-secondary-background);
}


/* Home page newsletter section - dark background */
.homee-page-style.newsletter-area {
    background: #262424 !important;
}

/* Make the inner container dark to match */
.homee-page-style .newsletter-inner {
    background: #262424 !important;
    border: 1px solid #BD9A68 !important;
}

/* Quick Inquiry sub-title in white */
.homee-page-style .newsletter-content .section-title .sub-title {
    color: #ffffff !important;
}

/* Main title in gold */
.homee-page-style .newsletter-content .section-title .title {
    color: #BD9A68 !important;
}

/* Form inputs - white background with dark text */
.homee-page-style .newsletter-form .list-wrap li input {
    background: #ffffff !important;
    border-color: #BD9A68 !important;
    color: #262424 !important;
}

.homee-page-style .newsletter-form .list-wrap li input::placeholder {
    color: #666666 !important;
}

/* Submit button styles */
.homee-page-style .newsletter-form .list-wrap li.submit-btn input[type="submit"] {
    background: #BD9A68 !important;
    color: #ffffff !important;
    border: none !important;
    cursor: pointer;
    transition: background 0.3s ease !important;
}

.homee-page-style .newsletter-form .list-wrap li.submit-btn input[type="submit"]:hover {
    background: #a8875a !important; /* Slightly darker gold on hover */
    color: #ffffff !important;
}

/* Checkbox text in white */
.homee-page-style .newsletter-form .form-check label {
    color: #ffffff !important;
}

/* Terms & Conditions link in gold */
.homee-page-style .newsletter-form .form-check label span {
    color: #BD9A68 !important;
}

/* Checkbox styling */
.homee-page-style .newsletter-form .form-check-input {
    background-color: #ffffff !important;
    border: 1px solid #BD9A68 !important;
}

.homee-page-style .newsletter-form .form-check-input:checked[type=checkbox] {
    background-color: #BD9A68 !important;
    background-image: none !important;
}

/*=============================
	30. Footer
===============================*/
.footer-bg {
	background-image: url(../img/bg/footer_bg.jpg);
	background-size: cover;
	background-position: center;
}
.footer-top {
	padding: 135px 0 70px;
}
.footer-widget {
	margin-bottom: 40px;
}
.fw-title {
	color: var(--tg-white);
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.footer-contact p {
	margin-bottom: 15px;
	color: var(--tg-silver);
}
.footer-contact .list-wrap li a {
	color: var(--tg-silver);
}

.footer-contact .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.footer-link .list-wrap li {
	margin-bottom: 10px;
}
.footer-link .list-wrap li:last-child {
	margin-bottom: 0;
}
.footer-link .list-wrap li a {
	color: var(--tg-silver);
}
.footer-link .list-wrap li a:hover {
	color: var(--tg-primary-color);
}
.footer-newsletter form {
	position: relative;
}
.footer-newsletter input {
	width: 100%;
	border: none;
	border-radius: 8px;
	font-size: 15px;
	color: var(--tg-silver);
	background: var(--tg-black);
	padding: 14px 70px 14px 25px;
}
.footer-newsletter input::placeholder {
	font-size: 15px;
	color: var(--tg-silver);
}
.footer-newsletter button {
	border: none;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 56px;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--tg-white);
	background: var(--tg-primary-color);
	font-size: 14px;
	border-radius: 0 8px 8px 0;
}
.footer-bottom {
	padding: 30px 0 55px;
}
.copyright-text p {
	margin-bottom: 25px;
	color: var(--tg-silver);
}
.copyright-text p span {
	color: var(--tg-white);
}
.footer-social .list-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 -4px;
}
.footer-social .list-wrap li {
	padding: 0 4px;
}
.footer-social .list-wrap li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1.3px solid var(--tg-primary-color);
	border-radius: 50%;
	font-size: 14px;
}
.footer-social .list-wrap li a:hover {
	background: var(--tg-primary-color);
	color: var(--tg-white);
}

/* Preloader */
#preloader {
    background: var(--tg-white);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 999;
}
.ta-preloader-block {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    text-align: center;
}
.ta-spinner-eff {
    position: relative;
    width: 50px;
    height: 50px;
    -webkit-animation: taRotation 12.8s steps(1) 0s infinite;
    animation: taRotation 12.8s steps(1) 0s infinite;
}
.ta-spinner-eff .ta-bar {
    position: absolute;
    background-color: var(--tg-primary-color);
}
.ta-spinner-eff .ta-bar-top {
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: left top;
    transform: scale(0, 1);
    -webkit-animation: bar-top 3.2s linear 0s infinite;
    animation: bar-top 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-right {
    width: 7px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform-origin: left top;
    transform: scale(1, 0);
    -webkit-animation: bar-right 3.2s linear 0s infinite;
    animation: bar-right 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-bottom {
    width: 100%;
    height: 7px;
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    -webkit-animation: bar-bottom 3.2s linear 0s infinite;
    animation: bar-bottom 3.2s linear 0s infinite;
}
.ta-spinner-eff .ta-bar-left {
    width: 7px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: left bottom;
    transform: scale(1, 0);
    -webkit-animation: bar-left 3.2s linear 0s infinite;
    animation: bar-left 3.2s linear 0s infinite;
}
@keyframes taRotation {
    0% {
      transform: rotate(0deg);
    }
    25% {
      transform: rotate(90deg);
    }
    50% {
      transform: rotate(180deg);
    }
    75% {
      transform: rotate(270deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
@keyframes bar-top {
    0% {
        transform: scale(0,1);
    }
    12.5% {
        transform: scale(1,1);
    }
    87.5% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(0,1);
    }
}
@keyframes bar-right {
    0% {
        transform: scale(1,0);
    }
    12.5% {
        transform: scale(1,0);
    }
    25% {
        transform: scale(1,1);
    }
    75% {
        transform: scale(1,1);
    }
    87.5% {
        transform: scale(1,0);
    }
    100% {
        transform: scale(1,0);
    }
}
@keyframes bar-bottom {
    0% {
        transform: scale(0,1);
    }
    25% {
        transform: scale(0,1);
    }
    37.5% {
        transform: scale(1,1);
    }
    62.5% {
        transform: scale(1,1);
    }
    75% {
        transform: scale(0,1);
    }
    100% {
        transform: scale(0,1);
    }
}
@keyframes bar-left {
    0% {
        transform: scale(1,0);
    }
    37.5% {
        transform: scale(1,0);
    }
    50% {
        transform: scale(1,1);
    }
    62.5% {
        transform: scale(1,0);
    }
    100% {
        transform: scale(1,0);
    }
}


.contact-info-item {
    text-align: center;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 10px;
}
.contact-info-item .sub-title {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: white;
    margin-bottom: 5px;
}
.contact-info-item .title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.45;
    color: white;
}
.contact-info-item ul li a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 16px;
}


.contact-info-item:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
}

.contact-info-item .social-icon {
    transition: all 0.3s ease;
    display: inline-block;
}

.contact-info-item .social-icon:hover {
    transform: translateY(-5px);
}

.contact-info-item .social-icon i {
    transition: all 0.3s ease;
}

.contact-info-item .social-icon:hover i {
    transform: scale(1.1);
}

/* Office Location Section */
.contact-infoo-item {
    text-align: center;
    margin-bottom: 40px;
    transition: all 0.3s ease;
    padding: 20px;
}
.contact-infoo-item .sub-title {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    display: block;
    color: var(--tg-primary-color);
    margin-bottom: 5px;
}
.contact-infoo-item .title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1.45;
}
.contact-infoo-item ul li a {
    color: var(--tg-paragraph-color);
    text-decoration: none;
    transition: all 0.3s ease;
}


.contact-infoo-item .location-icon {
    font-size: 50px;
    color: var(--tg-primary-color);
    margin-bottom: 20px;
    display: block;
    transition: all 0.3s ease;
}

.contact-infoo-item:hover .location-icon {
    transform: scale(1.1);
    color: #bd9a68;
}

.video-bg {
	position: relative;
	width: 100%; /* Make the container take full width */
	padding-bottom: 62.0155%; /* (800 / 1290) * 100% to maintain aspect ratio */
	height: 0; /* Important for padding-bottom to work as intended for aspect ratio */
	overflow: hidden; /* Hide any overflow */
	background-color: #000; /* Optional: background color while loading */
}

.video-bg video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* Ensures the video covers the entire container without distortion */
}

/* Optional: If you want to limit the maximum size of the video area */
.video-area-three .container {
	max-width: 1290px; /* Limits the container width */
	margin: 0 auto; /* Centers the container */
}

	.services-img-two {
    position: relative;
    /* Use padding-bottom to maintain the aspect ratio */
    padding-bottom: 177.824%; /* (850 / 478) * 100% */
    height: 0;
    overflow: hidden;
    max-width: 478px; /* Optional: Sets a max-width for the container */
    margin: 0 auto; /* Centers the container */
}

.services-img-two video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* This will make the video fit inside the container without cropping. */
}



.mission-img {
    position: relative;
    /* Use padding-bottom to maintain the aspect ratio */
    padding-bottom: 177.824%; /* (850 / 478) * 100% */
    height: 0;
    overflow: hidden;
    max-width: 478px; /* Optional: Sets a max-width for the container */
    margin: 0 auto; /* Centers the container */
}

.mission-img video {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
	border-radius: 20px;
}


.video-bgg {
  overflow: hidden;
}

.video-bgg video {
  /* Ensures the video fills the full screen width */
  width: 100%;
  height: auto;
  display: block;
}

.header-style-six .logo img,
.header-style-six .sticky-logo,
.header-style-six .nav-logo img {
    /* INCREASE max-height for better clarity and visibility */
    max-height: 70px; /* Increased from 50px to 70px (adjust this value as needed) */
    
    /* Ensure no unexpected CSS is obscuring it */
    opacity: 1; 
    filter: none; 
    
    /* The rest of the sizing rules are good */
    height: auto; 
    width: auto; 
}

/* --- OPTIONAL: Make sure the sticky logo is visible and clear --- */
/* The sticky logo is defined with a class of 'sticky-logo' */
.header-style-six .sticky-menu .sticky-logo img {
    max-height: 70px; /* Match the regular logo size for consistency on scroll */
    /* Add any other specific styles for the sticky state if needed */
}

/* Also ensure the surrounding container (logo div) isn't hiding it */
.header-style-six .logo {
    display: block !important;
}

/* --- Media Query for Mobile and Tablet Screens (e.g., up to 991px) --- */
@media (max-width: 991px) {

    .header-style-six .logo img,
    .header-style-six .sticky-logo,
    .header-style-six .nav-logo img {
        /* Reduce the max height for smaller screens (e.g., from 70px to 40px) */
        max-height: 40px; 
        width: auto; 
    }

    /* Target the mobile specific logo area for further control if needed */
    .header-style-six .mobile-menu .nav-logo img {
        max-height: 75px; /* Slightly larger for the dedicated mobile menu sidebar */
    }
}

/* Target the mobile menu container (mobile-menu) */
.mobile-menu {
    /* Set up transition for smooth color change */
    transition: background-color 0.3s ease; 
}

/* 1. Mobile Menu Links (Buttons) Hover Effect */
/* The links in the mobile menu sidebar are inside the .menu-box */
.mobile-menu .menu-outer ul li a:hover {
    color: #BD9A68 !important; /* Force the link text color to gold on hover */
}


/* 2. Close Button (x) Hover Effect */
/* The close button is .close-btn */
.mobile-menu .close-btn:hover {
    /* Change the color of the 'x' icon itself */
    color: #BD9A68;
    /* Optionally, change the background of the close button area on hover */
    background-color: rgba(189, 154, 104, 0.1); /* A subtle background hint */
    cursor: pointer;
}

/* --- Mobile Social Media Hover Effect --- */

/* Target the social links in the mobile menu */
.mobile-menu .social-links ul li a {
    /* Set the initial icon color (if needed, otherwise they use default) */
    color: var(--tg-secondary-color, #ffffff); /* Assuming initial is a darker color or white */
    
    /* Ensure there's a smooth transition for the icon color */
    transition: all 0.3s ease;
}

/* 1. Change the Icon Color to White on Hover */
.mobile-menu .social-links ul li a:hover i {
    color: #ffffff !important; /* Forces the icon (<i>) itself to be white on hover */
}

/* 2. Set the Background Color for the Button on Hover */
/* This will make the entire button/circle turn gold */
.mobile-menu .social-links ul li a:hover {
    background-color: #BD9A68; /* Sets the background to gold as requested */
}


.footer-logo img {
    max-width: 150px; /* Adjust this value as needed */
    height: auto;
}

.chat-btn {
    /* Positioning */
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    transform-origin: 100% 100%;
    z-index: 1000;

    /* Styling */
    background: linear-gradient(135deg, #BD9A68, #a0855a);
    color: #fff;
    padding: 15px 20px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 6px 12px rgba(189, 154, 104, 0.4);
    white-space: nowrap;
    letter-spacing: 1px;

    /* Animation & Interaction */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.chat-btn:hover {
    background: linear-gradient(135deg, #25D366, #20b858);
    color: #fff;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.4);
    transform: translateY(-50%) rotate(-90deg) scale(1.05);
}

.chat-btn:active {
    transform: translateY(-50%) rotate(-90deg) scale(1.02);
    box-shadow: 0 6px 15px rgba(37, 211, 102, 0.3);
}

.chat-btn i {
    rotate: 90deg;
    margin-right: 8px;
    font-size: 20px;
    transition: transform 0.3s ease;
}

.chat-btn:hover i {
    transform: scale(1.2);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .chat-btn {
        padding: 10px 15px; /* Smaller padding */
        font-size: 14px; /* Smaller font */
        right: -5px; /* Move slightly off-screen */
    }
    
    .chat-btn i {
        font-size: 16px; /* Smaller icon */
        margin-right: 6px; /* Less spacing */
    }
}

/* Extra Small Mobile Devices (Revised for better fit) */
@media (max-width: 480px) {
    .chat-btn {
        /* Bring the button fully onto the screen (removes negative 'right: -8px') */
        right: 0px; 
        
        /* Smaller padding */
        padding: 8px 10px; 
        
        /* Ensure it's displayed nicely */
        width: auto;
    }
    
    /* Hide the text component to save space */
    .chat-text {
        display: none;
    }
    
    /* Style the icon to stand alone */
    .chat-btn i {
        font-size: 16px; /* Slightly larger icon to be the sole focus */
        margin-right: 0; /* No margin needed without text */
    }
}

/* You can keep the 375px query as a failsafe for the tiniest screens */
@media (max-width: 375px) {
    .chat-btn {
        right: 0px; 
        padding: 6px 8px; 
    }
    .chat-btn i {
        font-size: 14px; 
    }
    /* The .chat-text: display: none; is already handled above */
}

/* 1. Hide the new mobile text by default (Desktop/Larger Screens) */
.chat-btn .chat-text-mobile {
    display: none;
}

/* 2. Extra Small Mobile Devices (480px and smaller) */
@media (max-width: 480px) {
    .chat-btn {
        right: 0px; 
        padding: 8px 10px; 
        width: auto;
    }
    
    /* HIDE Original Text (Already done in previous step, but explicit here) */
    .chat-btn .chat-text {
        display: none;
    }
    
    /* SHOW New Mobile Text */
    .chat-btn .chat-text-mobile {
        display: inline-block;
        
        /* Add some spacing between the icon and the new text */
        margin-left: 5px; 
        vertical-align: middle; 
        
        /* Ensure the text is the same size as the button text */
        font-size: 12px; 
    }
    
    /* Ensure icon is spaced correctly with the new text */
    .chat-btn i {
        font-size: 16px; 
        margin-right: 0; 
        vertical-align: middle;
    }
}

/* 3. Extra-Extra Small Devices (375px and smaller - Hide All Text for Max Fit) */
/* We keep this logic to ensure it ONLY shows the icon on the smallest screens */
@media (max-width: 375px) {
    .chat-btn {
        padding: 6px 8px; 
    }
    
    /* HIDE BOTH TEXT SPANS on the tiniest screens */
    .chat-btn .chat-text,
    .chat-btn .chat-text-mobile {
        display: none !important; 
    }
}


@media (max-width: 767px) {
  /* Targets all footer widgets on screens up to 767px wide */
  .footer-widget,
  .footer-logo {
    text-align: center;
  }

  /* Centers the lists in the footer */
  .footer-contact ul,
  .footer-link ul {
    display: inline-block;
  }
}


@media (max-width: 767px) {
  /* Centers all H2 titles on screens up to 767px wide */
  h2.title {
    text-align: center;
  }

  .sub-title {
	text-align: center;
  }
  
}


@media (max-width: 767px) {
    /* Centers the button in the "Who We Are" section */
    .mission-content {
        text-align: center;
    }

    /* Centers the button in the "Featured Properties" section */
    .project-area .section-title {
        text-align: center;
    }

    /* Centers the button in the "Our Services" section */
    .services-content-two {
        text-align: center;
    }

    /* Additionally, ensure the button itself is centered */
    .transparent-btn {
        display: inline-block;
        width: fit-content;
    }
}


@media (max-width: 767px) {
  .footer-logo img {
    max-width: 200px; /* Adjust this value as needed */
  }
}


@media (max-width: 767px) {
  .mobile-menu .social-links a i {
    color: #BD9A68;
  }
}


/* Media query for mobile devices (screens smaller than 768px) */
@media (max-width: 767px) {
  
  /* Centers the main text content like title, address, and description */
  .project-details-area .col-lg-6 {
    text-align: center;
  }
  
  /* Aligns the features list to the center */
  .project-info-wrap .list-wrap {
    justify-content: center;
  }
  
  /* Centers the content within each feature item */
  .project-info-wrap .info-item {
    justify-content: center;
  }
}


/* Media query for mobile devices (screens smaller than 768px) */
@media (max-width: 767px) {
  
  /* Centers the main text content like title, address, and description */
  .project-details-area .col-lg-6 {
    text-align: center;
  }
  
  /* Aligns the features list to the center */
  .project-info-wrap .list-wrap {
    justify-content: center;
  }
  
  /* Centers the content within each feature item */
  .project-info-wrap .info-item {
    justify-content: center;
  }
}



/* Style for the title */
.gallery-title {
    display: block;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 10px;
    color: #BD9A68;
    font-family: var(--tg-body-font-family);
	text-align: center;
}

/* Carousel container adjustments */
.carousel {
    max-width: 500px; /* Adjust based on your needs */
    margin: 0 auto;
}

/* Square image container */
.carousel-item {
    transition: transform 0.6s ease-in-out;
}

.carousel-item img {
    width: 100%;
    height: 400px; /* Fixed square height */
    object-fit: cover; /* Ensures images maintain aspect ratio */
    border-radius: 8px;
}

/* Carousel indicators */
.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #BD9A68;
    opacity: 0.5;
    transition: opacity 0.3s ease;
	gap: 10px;
}

.carousel-indicators .active {
    opacity: 1;
}

/* Enhanced carousel controls with transitions */
.custom-carousel-control {
    opacity: 0;
    transition: opacity 0.3s ease;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel:hover .custom-carousel-control {
    opacity: 1;
}

.custom-carousel-control .carousel-control-prev-icon,
.custom-carousel-control .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    filter: invert(72%) sepia(21%) saturate(2331%) hue-rotate(334deg) brightness(97%) contrast(92%);
    transition: transform 0.2s ease;
}

.custom-carousel-control:hover .carousel-control-prev-icon {
    transform: translateX(-2px);
}

.custom-carousel-control:hover .carousel-control-next-icon {
    transform: translateX(2px);
}

.carousel-control-prev {
    left: 15px;
}

.carousel-control-next {
    right: 15px;
}

/* Smooth fade transition between slides */
.carousel-item {
    transition: opacity 0.6s ease-in-out !important;
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

/* Add fade transition to the carousel */
#carouselExampleIndicators {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}


.project-details-titlee span {
	display: block;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 14px;
	margin-bottom: 10px;
	color: #BD9A68;
	font-family: var(--tg-body-font-family);
	text-align: center;
}





/* WhatsApp Booking Button Styles */
.booking-button-container {
    margin: 60px 20px 30px 20px;
    padding: 20px 0;
}

.whatsapp-booking-btn {
    background: linear-gradient(135deg, #BD9A68, #a0855a);
    color: white;
    border: none;
    padding: 18px 35px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(189, 154, 104, 0.4);
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
}

.whatsapp-booking-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.5);
    background: linear-gradient(135deg, #25D366, #128C7E);
}

.whatsapp-booking-btn:active {
    transform: translateY(-1px) scale(1.02);
}

.whatsapp-booking-btn i {
    font-size: 24px;
    transition: transform 0.3s ease;
}

.whatsapp-booking-btn:hover i {
    transform: scale(1.2);
}


/* Enhanced version with box styling */
.property-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #BD9A68;
    padding: 12px 20px;
    background: rgba(189, 154, 104, 0.1);
    border-radius: 10px;
    border-left: 4px solid #BD9A68;
    width: fit-content; /* Only take needed width on desktop */
}

.price-icon {
    font-size: 32px;
    color: #BD9A68;
    line-height: 1;
}

#property-price {
    font-size: 24px;
    font-weight: 700;
}

/* Mobile responsive - CENTERED BOX */
@media (max-width: 768px) {
    .property-price {
        font-size: 20px;
        margin: 10px auto; /* Center the entire box */
        gap: 10px;
        justify-content: center; /* Center content horizontally */
        text-align: center; /* Center text */
        width: 90%; /* Take most of the width */
        max-width: 300px; /* But not too wide */
        padding: 12px 15px; /* Adjust padding */
    }
    
    .price-icon {
        font-size: 26px;
    }
    
    #property-price {
        font-size: 20px;
    }
}

/* Extra small devices */
@media (max-width: 480px) {
    .property-price {
        font-size: 18px;
        gap: 8px;
        width: 95%; /* Almost full width on very small screens */
        max-width: 280px;
        padding: 10px 12px;
    }
    
    .price-icon {
        font-size: 24px;
    }
    
    #property-price {
        font-size: 18px;
    }
}


/* Description with gradient background */
.right-side p {
    background: linear-gradient(135deg, rgba(189, 154, 104, 0.08), rgba(189, 154, 104, 0.15));
    padding: 25px;
    border-radius: 12px;
    border: 1px solid rgba(189, 154, 104, 0.2);
    line-height: 1.7;
    font-size: 16px;
    color: #2c3e50;
    box-shadow: 0 4px 15px rgba(189, 154, 104, 0.1);
}


.project-item .project-thumb img {
        width: 50%;
        height: 250px; /* Adjust this value as needed to fit your design */
        object-fit: cover; /* This will crop the image to fit without distortion */
    }
	

    /* New CSS for mobile clarity */
    @media (max-width: 767px) {
        .pagination-wrap .page-link {
            padding: 0.75rem 1rem; /* Increase padding for a larger touch target */
            font-size: 1rem;      /* Optionally increase font size */
        }
        .pagination-wrap .pagination {
            flex-wrap: wrap; /* Allow pagination items to wrap to the next line */
            justify-content: center; /* Center the pagination links */
        }
    }


	.properties-loader {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 80px 0;
        flex-direction: column;
    }
    
    .advanced-loader {
        width: 60px;
        height: 60px;
        position: relative;
    }
    
    .advanced-loader .circle {
        width: 100%;
        height: 100%;
        border: 3px solid transparent;
        border-top: 3px solid #bd9a68;
        border-radius: 50%;
        animation: spin 1s linear infinite;
        position: absolute;
    }
    
    .advanced-loader .circle:nth-child(2) {
        border: 3px solid transparent;
        border-bottom: 3px solid #bd9a68;
        animation: spin-reverse 1s linear infinite;
    }
    
    .loading-text {
        margin-top: 20px;
        color: #ffffff;
        font-weight: 500;
        font-size: 16px;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    @keyframes spin-reverse {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(-360deg); }
    }
    
    .loader-hidden {
        display: none;
    }

	
    
    /* Loader Styles */
    .properties-loader {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 60px 0;
    }
    
    .loader {
        width: 48px;
        height: 48px;
        border: 5px solid #f3f3f3;
        border-top: 5px solid #bd9a68;
        border-radius: 50%;
        animation: spin 1s linear infinite;
    }
    
    @keyframes spin {
        0% { transform: rotate(0deg); }
        100% { transform: rotate(360deg); }
    }
    
    .loader-hidden {
        display: none;
    }
    
   


	/* Add this to your CSS for the commission to display correctly */
.commission-text {
    margin-left: 20px;
    font-size: 0.9em; /* slightly smaller than the main price */
    color: #555; /* a less prominent color */
    display: inline-flex;
    align-items: center;
}

.commission-text .percent-icon {
    margin-right: 5px;
    font-size: 1.2em; /* size for the icon */
    color: #bd9a68; /* a nice brand color */
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-container {
  overflow: hidden;
}

html, body {
  overflow-x: hidden;
}


/*
 * Property Features Styling - New Structure
 */

/* Features Section Styles */
.project-info-wrap .list-wrap {
    display: grid;
    /* Use auto-fit to be responsive based on item width, meeting the minmax requirement */
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.feature-item:hover {
    transform: translateY(-3px);
    /* Use the specified color for a luxurious hover effect */
    box-shadow: 0 5px 20px rgba(189, 154, 104, 0.15); 
    border-color: #bd9a68;
}

.feature-content {
    display: flex;
    align-items: center;
    gap: 15px;
}

/* Targetting the material-symbols-outlined icon */
.feature-content .material-symbols-outlined {
    font-size: 20px;
    color: #bd9a68; /* Accent color */
    width: 24px;
    text-align: center;
}

.feature-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
}

/* Highlighted feature value */
.feature-text span {
    font-weight: 700;
    color: #bd9a68;
}

/* Rent Feature Special Styling */
.rent-feature {
    background: linear-gradient(135deg, #bd9a68, #a88454);
    border: none;
    grid-column: 1 / -1; 
    text-align: center;
}

.rent-feature:hover {
    /* Keep hover consistent for background gradient */
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2); 
    border-color: transparent;
}

.rent-feature .feature-content {
    justify-content: center;
}

.rent-feature .material-symbols-outlined {
    color: #fff; /* White icon for dark background */
}

.rent-feature .feature-text {
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

/* Monthly Price Display (inside .rent-feature) */
.monthly-price {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.3); /* Lighter border for dark background */
    text-align: center;
}

.price-label {
    font-size: 14px;
    color: #f0f0f0; /* Light text for label */
    margin-right: 5px;
}

.price-amount {
    font-size: 18px;
    font-weight: 700;
    color: #fff; /* White text for amount */
}

.no-features {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 40px;
    grid-column: 1 / -1;
}

/*
 * Price & Commission Styling (outside the feature list)
 */
 
/* Style for the commission text (next to price) */
.commission-text {
    display: inline-flex;
    align-items: center;
    font-size: 18px; 
    font-weight: 500;
    color: #bd9a68;
    margin-left: 20px;
}

.commission-text .material-symbols-outlined.percent-icon {
    font-size: 20px;
    color: #bd9a68;
    margin-right: 5px;
}

/* Hide the minimal monthly price text as it's now prominent in the feature list */
.monthly-price-text {
    display: none !important;
}


/* Mobile Responsive */
@media (max-width: 768px) {
    .project-info-wrap .list-wrap {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .feature-item {
        padding: 15px;
    }
    
    .feature-content {
        gap: 12px;
    }
    
    .feature-content .material-symbols-outlined {
        font-size: 18px;
    }
    
    .feature-text {
        font-size: 14px;
    }
    
    /* Price/Commission Alignment on Mobile */
    #property-price-container {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .commission-text {
        margin-left: 0;
        margin-top: 5px;
        font-size: 16px;
    }
}


/* Enhanced version with box styling */
.property-price {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #BD9A68;
    padding: 12px 20px;
    background: rgba(189, 154, 104, 0.1);
    border-radius: 10px;
    border-left: 4px solid #BD9A68;
    width: fit-content; /* Only take needed width on desktop */
}

.price-icon {
    font-size: 32px;
    color: #BD9A68;
    line-height: 1;
}

#property-price {
    font-size: 24px;
    font-weight: 700;
}

/* Mobile responsive - CENTERED BOX */
@media (max-width: 768px) {
    .property-price {
        font-size: 20px;
        margin: 10px auto; /* Center the entire box */
        gap: 10px;
        justify-content: center; /* Center content horizontally */
        text-align: center; /* Center text */
        width: 90%; /* Take most of the width */
        max-width: 300px; /* But not too wide */
        padding: 12px 15px; /* Adjust padding */
    }
    
    .price-icon {
        font-size: 26px;
    }
    
    #property-price {
        font-size: 20px;
    }
    
    /* Ensure the price container doesn't break the layout if used as a flex parent */
    #property-price-container {
        display: block; 
    }
}

.price-icon {
    font-size: 32px;
    color: #BD9A68;
    line-height: 1;
}

/* Extra small devices */
@media (max-width: 480px) {
    .property-price {
        font-size: 18px;
        gap: 8px;
        width: 95%; /* Almost full width on very small screens */
        max-width: 280px;
        padding: 10px 12px;
    }
    
    .price-icon {
        font-size: 24px;
    }
    
    #property-price {
        font-size: 18px;
    }
}

/*
 * Home Page Specialization Styles
 * These styles will override the defaults when the 'home-page-style' class is active.
 */

/* 1. Header Top Section (Social Links & Contact Info) */
.home-page-style .header-top {
    /* Sets the background color for the top bar of the header */
    background-color: #262424; 
    padding-top: 5px;
}

.home-page-style .header-top-left .header-social ul li a,
.home-page-style .header-top-right ul li a {
    /* Sets the text/icon color for social links and contact info */
    color: #BD9A68; 
}

/* 2. Main Navigation Menu Bar */
.home-page-style #sticky-header, 
.home-page-style .menu-area {
    /* Sets the background color for the main navigation area */
    background-color: #262424 !important; 
    /* Using !important here is often necessary for sticky/menu wrappers 
       to override existing inline or less specific styles. */
}

/* 3. Main Navigation Links (Home, Properties, Services, etc.) */
.home-page-style .menu-nav .navigation li a {
    /* Sets the color for the main navigation text links */
    color: #b5b1b1;
}

/* 4. Link Hover States (Optional but Recommended) */
.home-page-style .menu-nav .navigation li a:hover {
    /* Sets a different color for when a link is hovered over */
    color: #BD9A68; /* A neutral white can look good against the dark background */
}




.home-page-style .logo img,
.home-page-style .sticky-logo,
.home-page-style .nav-logo img {
    /* INCREASE max-height for better clarity and visibility */
    max-height: 70px; /* Increased from 50px to 70px (adjust this value as needed) */
    
    /* Ensure no unexpected CSS is obscuring it */
    opacity: 1; 
    filter: none; 
    
    /* The rest of the sizing rules are good */
    height: auto; 
    width: auto; 
}

/* --- OPTIONAL: Make sure the sticky logo is visible and clear --- */
/* The sticky logo is defined with a class of 'sticky-logo' */
.home-page-style .sticky-menu .sticky-logo img {
    max-height: 100px; /* Match the regular logo size for consistency on scroll */
    /* Add any other specific styles for the sticky state if needed */
}

/* Also ensure the surrounding container (logo div) isn't hiding it */
.home-page-style .logo {
    display: block !important;
}

.home-page-style .sticky-menu .logo {
	display: block;
}


/* Make email and phone white by default */
.home-page-style .header-top-right ul li a {
    color: #9e9999 !important;
}

/* Change to gold on hover */
.home-page-style .header-top-right ul li a:hover {
    color: #BD9A68 !important;
}



/* Keep the gold background on hover, but ensure icon stays white */
.home-page-style .header-social ul li a:hover i {
    color: #ffffff !important;
}

/* 5. Slightly shorter header bar (logo + nav row) */
.home-page-style .menu-nav,
.home-page-style .menu-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.home-page-style .logo img,
.home-page-style .sticky-logo,
.home-page-style .nav-logo img {
    max-height: 58px; /* trimmed down from 70px */
}
/* Mobile header transparency/scroll rule moved to <head> — see mobile-header-fix style block, so it always wins the cascade over style.css/responsive.css */



/* --- Input and Textarea Styles --- */

/* Existing styles for inputs and textarea are good for base appearance, 
but will be slightly adjusted for the visual effect in the image */

.contact-form-wrap .formm-grp textarea,
.contact-form-wrap .formm-grp input {
    /* ... (existing styles) ... */
    width: 100%; /* Important for them to fill their container (col-md-6 or formm-grp) */
    background: transparent;
    border: 1.5px solid var(--tg-secondary-color, #333); /* Assuming a dark secondary color */
    border-radius: 8px;
    padding: 13px 24px;
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-secondary-color, #333);
    transition: all 0.3s ease-in-out;
    resize: none;
    margin-bottom: 20px; /* Add some space below each group/field */
}

/* Ensure the formm-grp has margin only when it wraps a single full-width element 
like the textarea, or is needed for spacing in the row layout */
.contact-form-wrap .formm-grp {
    margin-bottom: 0; /* Removing the default margin if any, as row/col should handle it */
}

/* Spacing between the name and phone fields */
.contact-form-wrap .row {
    margin-bottom: 20px; /* Space below the row containing name/phone */
}


/* --- Checkbox Styles (form-check) --- */

.contact-form-wrap .form-check {
    display: flex; /* Use flexbox to align checkbox and label */
    align-items: center;
    margin-bottom: 30px; /* Space above the submit button */
}

.contact-form-wrap .form-check-input {
    width: 1em; /* Standard checkbox size */
    height: 1em;
    margin-right: 10px; /* Space between checkbox and label */
    appearance: none; /* Hide default checkbox */
    -webkit-appearance: none;
    border: 1px solid var(--tg-secondary-color, #333);
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

/* Custom checked state (the visible dot or fill) */
.contact-form-wrap .form-check-input:checked {
    border-color: var(--tg-primary-color, #bd9a68);
    background-color: var(--tg-primary-color, #bd9a68);
}

.contact-form-wrap .form-check-input:checked::after {
    /* Simple checkmark or filled appearance */
    content: ''; 
    display: block;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5px;
    margin-left: -2px;
}


.contact-form-wrap .form-check label {
    font-size: 15px;
    color: var(--tg-secondary-color, #333);
    line-height: 1.5;
    cursor: pointer;
}

.contact-form-wrap .form-check label span {
    font-weight: 700; /* Bold the Terms & Conditions */
}

/* --- Submit Button Styles --- */

.contact-form-wrap .form-submit input[type="submit"] {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    /* Style to match the image: light background, dark text (assuming a variable for background) */
    background-color: #bd9a68; /* Use the primary color seen in the sub-title */
    color: #fff; /* White text for contrast */
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    min-width: 150px; /* Give it a decent size */
}

.contact-form-wrap .form-submit input[type="submit"]:hover {
    background-color: #a3855c; /* Slightly darker on hover */
}

.contact-form-wrap .form-submit {
    /* Use flexbox to center content horizontally */
    display: flex;
    justify-content: center; 
    /* The button is now centered within the form-submit container */
}


.contact-form-wrap .formm-grp textarea {
    /* Existing styles... */
    /* border: 1.5px solid var(--tg-secondary-color); */
    /* border-radius: 8px; */
    /* padding: 13px 24px; */
    
    /* ADD or CHANGE this line to increase the size */
    height: 200px; /* Example: set a fixed height (e.g., from default 100px to 150px) */
    
    /* Existing styles... */
    /* resize: none; */
}


/* 1. Hide the icon text initially */
.material-symbols-outlined {
    /* Set a fixed size to prevent layout shift when icon appears */
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 24px; /* Adjust to your standard icon size */
    height: 24px;
    font-size: 24px;
    
    /* Initially use the 'loader' font (or a fallback like a circle) */
    font-family: 'Material Symbols Outlined', sans-serif;
    content: 'progress_activity'; /* A spinner icon from Material Symbols */
}

/* 2. Create the loading state (e.g., spin the 'progress_activity' icon) */
.material-symbols-outlined.loading {
    animation: spin 1s linear infinite;
    /* Optional: Hide the actual icon text during loading */
    text-indent: -9999px;
    overflow: hidden;
}

/* 3. Define the spin animation */
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* 4. When the font is loaded, apply the Material Symbols font and stop the spin */
/* This is harder to do purely with CSS, which leads us to the JS solution below. */

/* For a simpler approach, you can just ensure the initial font has a placeholder: */
.material-symbols-outlined {
    /* Use a visually distinct color for the loader */
    color: lightgray; 
}


.social-cards-area {
            background-color: #262424;
            width: 100%;
            padding: 60px 20px;
        }

        .containerr {
            max-width: 1200px;
            margin: 0 auto;
        }

        .sectionn-title {
            text-align: center;
            margin-bottom: 50px;
            color: #fff;
        }

        .sectionn-title h2 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
			color: #fff;
        }

        .sectionn-title h2:after {
            content: '';
            position: absolute;
            width: 100px;
            height: 4px;
            background: linear-gradient(to right, #bd9a68, #f43f5e);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }
        

        .sectionn-title p {
            font-size: 1.1rem;
            color: #ccc;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }

        .cards {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 25px;
        }

        .card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            height: 100px;
            width: 200px;
            border-radius: 16px;
            color: white;
            cursor: pointer;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            text-decoration: none;
            position: relative;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }

        .card:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.1);
            transform: translateY(100%);
            transition: transform 0.4s ease;
        }

        .card:hover:before {
            transform: translateY(0);
        }

        .card .tip {
            font-size: 2rem;
            margin-bottom: 1px;
            transition: transform 0.4s ease;
            position: relative;
            z-index: 2;
			color: white;
        }

        .card .second-text {
            font-size: 0.9rem;
            font-weight: bold;
            position: relative;
            z-index: 2;
            transition: transform 0.4s ease;
            color: white;
            text-decoration: none;
        }

        .card.red {
            background: linear-gradient(135deg, #f43f5e, #ec4899);
        }

        .card.blue {
            background: linear-gradient(135deg, #3b82f6, #6366f1);
        }

        .card.green {
            background: linear-gradient(135deg, #22c55e, #10b981);
        }

        .card.black {
            background-color: #000000;
            color: white; /* Add this line */
        }

        .card.grey {
            background: linear-gradient(135deg, #bd9a68, #d4af37);
        }
        

        .card:hover {
            transform: translateY(-15px) scale(1.05);
            box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
        }

        .card:hover .tip {
            transform: scale(1.2);
        }

        .card:hover .second-text {
            transform: translateY(5px);
        }

        .cards:hover > .card:not(:hover) {
            filter: blur(4px);
            transform: scale(0.95);
            opacity: 0.8;
        }

        /* Responsive adjustments */
        @media (max-width: 768px) {
            .cards {
                gap: 15px;
            }
            
            .card {
                height: 50px;
                width: 50px;
            }
            
            .sectionn-title h2 {
                font-size: 2rem;
            }
        }

        @media (max-width: 576px) {
            .cards {
                flex-direction: column;
                align-items: center;
            }
            
            .card {
                width: 80%;
                max-width: 250px;
            }
        }


		.sectionnn-title {
            text-align: center;
            margin-bottom: 50px;
            color: #fff;
        }

        .sectionnn-title h2 {
            font-size: 2.5rem;
            margin-bottom: 15px;
            position: relative;
            display: inline-block;
			color: #fff;
        }

        .sectionnn-title h2:after {
            content: '';
            position: absolute;
            width: 350px;
            height: 4px;
            background: linear-gradient(to right, #f2f0ec, #f2f0ec);
            bottom: -10px;
            left: 50%;
            transform: translateX(-50%);
            border-radius: 2px;
        }

        .sectionnn-title p {
            font-size: 1.1rem;
            color: #ccc;
            max-width: 600px;
            margin: 0 auto;
            line-height: 1.6;
        }


		 /* Responsive Styles for Smaller Screens */
        @media (max-width: 768px) {
            .booking-button-container {
                margin: 40px 15px 20px 15px;
                padding: 15px 0;
            }

            .whatsapp-booking-btn {
                padding: 16px 28px;
                font-size: 18px;
                border-radius: 45px;
                gap: 10px;
            }

            .whatsapp-booking-btn i {
                font-size: 22px;
            }
        }

        @media (max-width: 576px) {
            .booking-button-container {
                margin: 30px 10px 15px 10px;
                padding: 10px 0;
            }

            .whatsapp-booking-btn {
                padding: 14px 24px;
                font-size: 16px;
                border-radius: 40px;
                gap: 8px;
                letter-spacing: 0.5px;
                width: 100%;
                max-width: 300px;
                justify-content: center;
            }

            .whatsapp-booking-btn i {
                font-size: 20px;
            }
        }

        @media (max-width: 400px) {
            .whatsapp-booking-btn {
                padding: 12px 20px;
                font-size: 15px;
                border-radius: 35px;
            }

            .whatsapp-booking-btn i {
                font-size: 18px;
            }
        }

		/* Backdrop */
.alert-backdrop {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Alert Box */
.alert-box {
    background: #fff;
    border-radius: 12px;
    width: 300px;
    max-width: 90%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    text-align: center;
    animation: fadeIn 0.3s ease;
}

/* Header */
.alert-header {
    background: #262424;
    color: #BD9A68;
    padding: 10px 0;
    font-weight: bold;
}

/* Body */
.alert-body {
    padding: 20px;
    font-size: 15px;
    color: #333;
}

/* Footer */
.alert-footer {
    background: #f5f5f5;
    padding: 10px;
}

.alert-ok-btn {
    background: #BD9A68;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 8px 20px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.alert-ok-btn:hover {
    background: #a78555;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}


.banner-scroll-down {
    text-align: center;
    margin: 20px 0 40px;
}

@media (max-width: 575px) {
    .banner-scroll-down {
        margin: 15px 0 30px;
    }
}

.section-link {
    display: inline-block;
    width: 30px;
    height: 50px;
    position: relative;
}

.section-link span {
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    opacity: 0.7;
    animation: scrollDown 2s infinite;
}

.section-link span:nth-child(1) {
    top: 10px;
    animation-delay: 0s;
}

.section-link span:nth-child(2) {
    top: 20px;
    animation-delay: 0.2s;
}

.section-link span:nth-child(3) {
    top: 30px;
    animation-delay: 0.4s;
}

@keyframes scrollDown {
    0%, 100% {
        transform: translateY(0);
        opacity: 0.3;
    }
    50% {
        transform: translateY(10px);
        opacity: 1;
    }
}

.section-link:hover span {
    opacity: 1;
}


/* Featured Properties Styles */
/* Clear Filters Button */
.btn-clear-filters {
    background: linear-gradient(145deg, #d4af37, #b8962c);
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    color: white;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(184, 150, 44, 0.3);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: relative;
    top: -2px;
    opacity: 0;
    transform: scale(0.8);
}

.btn-clear-filters.visible {
    opacity: 1;
    transform: scale(1);
}

.btn-clear-filters:hover {
    transform: rotate(30deg) scale(1.1);
    box-shadow: 0 4px 15px rgba(184, 150, 44, 0.5);
    background: linear-gradient(145deg, #e0c050, #c4a030);
}

.btn-clear-filters:active {
    transform: rotate(30deg) scale(0.95);
}

.btn-clear-filters i {
    font-size: 12px;
    line-height: 1;
}

/* Tooltip on hover */
.btn-clear-filters:hover::after {
    content: "Clear all filters";
    position: absolute;
    top: -30px;
    right: -10px;
    background: #333;
    color: white;
    font-size: 10px;
    padding: 3px 8px;
    border-radius: 4px;
    white-space: nowrap;
    font-weight: normal;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    z-index: 10;
}

.filter-section-title {
    display: flex;
    align-items: center;
}


.featured-property-card {
    max-width: 50%;
    width: 50%;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    cursor: pointer;
    height: 55%;
}
/* image zoom on hover, same luxury touch as premium card */
.featured-property-card.horizontal .featured-property-image {
    overflow: hidden;
    transition: transform 0.5s ease;
}
.featured-property-card:hover .featured-property-image {
    transform: scale(1.06);
}

/* Horizontal layout for cards */
.featured-property-card.horizontal {
    display: flex;
    flex-direction: row;
    min-height: 250px;
}

.featured-property-card.horizontal .featured-property-image {
    width: 45%;
    height: auto;
    min-height: 280px;
    flex-shrink: 0;
}

.featured-property-card.horizontal .featured-property-info {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.featured-property-card:hover { 
    transform: translateY(-5px); 
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.featured-property-image {
    background-size: cover;
    background-position: center;
    height: 200px;
    width: 100%;
}

.featured-property-info {
    padding: 1.5rem;
}

.featured-property-type {
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 0.875rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    color: #000 !important;
}

.featured-property-price {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: #bd9a68 !important;
}

.featured-property-address {
    color: #6b7280;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.featured-property-features {
    border-top: 1px solid #e5e7eb;
    margin-top: auto;
    padding-top: 1rem;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
}

.featured-feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.featured-property-icon {
    fill: #bd9a68;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.featured-feature-item span {
    color: #1f2937;
    font-weight: 600;
}



.loading-spinner {
    text-align: center;
    padding: 3rem;
    color: #bd9a68;
    font-size: 1.1rem;
}

/* Swiper container styles */
.featured-properties-slider {
    width: 100%;
    height: 100%;
    padding: 10px 5px;
    position: relative;
}

.featured-properties-slider .swiper-slide {
    height: auto;
    display: flex;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    align-items: stretch;
}

/* Optional: Add navigation buttons styling */
.featured-properties-slider .swiper-button-next,
.featured-properties-slider .swiper-button-prev {
    color: #bd9a68;
}

.featured-properties-slider .swiper-pagination-bullet-active {
    background: #bd9a68;
}

/* Responsive breakpoints - maintain horizontal layout on all screens */
@media (max-width: 1200px) {
    .featured-property-card {
        max-width: 60%;
        width: 60%;
    }
}

@media (max-width: 992px) {
    .featured-property-card {
        max-width: 75%;
        width: 75%;
    }
    
    .featured-property-card.horizontal {
        min-height: 240px;
    }
    
    .featured-property-card.horizontal .featured-property-image {
        min-height: 240px;
    }
    
    .featured-property-info {
        padding: 1.2rem;
    }
    
    .featured-property-price {
        font-size: 1.3rem;
    }
}

@media (max-width: 768px) {
    .featured-property-card {
        max-width: 90%;
        width: 90%;
    }
    
    .featured-property-card.horizontal {
        min-height: 200px;
    }
    
    .featured-property-card.horizontal .featured-property-image {
        width: 40%;
        min-height: 200px;
    }
    
    .featured-property-card.horizontal .featured-property-info {
        width: 60%;
    }
    
    .featured-property-info {
        padding: 1rem;
    }
    
    .featured-property-type {
        font-size: 0.75rem;
    }
    
    .featured-property-price {
        font-size: 1.2rem;
    }
    
    .featured-property-address {
        font-size: 0.875rem;
    }
    
    .featured-property-features {
        gap: 0.5rem;
    }
    
    .featured-feature-item {
        font-size: 0.75rem;
    }
    
    .featured-property-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 576px) {
    .featured-property-card {
        max-width: 95%;
        width: 95%;
    }
    
    .featured-property-card.horizontal {
        min-height: 180px;
    }
    
    .featured-property-card.horizontal .featured-property-image {
        width: 38%;
        min-height: 180px;
    }
    
    .featured-property-card.horizontal .featured-property-info {
        width: 62%;
    }
    
    .featured-property-info {
        padding: 0.875rem;
    }
    
    .featured-property-type {
        font-size: 0.7rem;
        margin-bottom: 0.3rem;
    }
    
    .featured-property-price {
        font-size: 1.1rem;
        margin-bottom: 0.3rem;
    }
    
    .featured-property-address {
        font-size: 0.8rem;
        margin-bottom: 0.75rem;
    }
    
    .featured-property-features {
        padding-top: 0.75rem;
        gap: 0.4rem;
    }
    
    .featured-feature-item {
        font-size: 0.7rem;
        gap: 0.3rem;
    }
    
    .featured-property-icon {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .featured-property-card {
        max-width: 100%;
        width: 100%;
    }
    
    .featured-property-card.horizontal {
        min-height: 160px;
    }
    
    .featured-property-card.horizontal .featured-property-image {
        width: 35%;
        min-height: 160px;
    }
    
    .featured-property-card.horizontal .featured-property-info {
        width: 65%;
    }
    
    .featured-property-info {
        padding: 0.75rem;
    }
    
    .featured-property-type {
        font-size: 0.65rem;
    }
    
    .featured-property-price {
        font-size: 1rem;
    }
    
    .featured-property-address {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

/* Very small screens - minimal adjustments while keeping horizontal */
@media (max-width: 360px) {
    .featured-property-card.horizontal {
        min-height: 140px;
    }
    
    .featured-property-card.horizontal .featured-property-image {
        min-height: 140px;
    }
    
    .featured-property-info {
        padding: 0.625rem;
    }
    
    .featured-property-type {
        font-size: 0.6rem;
    }
    
    .featured-property-price {
        font-size: 0.9rem;
    }
    
    .featured-property-address {
        font-size: 0.7rem;
    }
    
    .featured-feature-item {
        font-size: 0.65rem;
    }
    
    .featured-property-icon {
        width: 12px;
        height: 12px;
    }
}



/* Material Symbols loading states */
.material-symbols-outlined {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
}

/* Hide placeholder when font is likely loaded */
.material-symbols-outlined[data-loaded="true"]::before,
.material-symbols-outlined:not(:empty)::before {
    opacity: 0;
}

/* Ensure actual icon is visible when loaded */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


.project-item .project-thumb img {
        width: 100%;
        height: 250px;
        object-fit: cover;
        transition: all 0.3s ease;
    }

    /* Change from 3 to 4 columns */
    .project-item-wrap .col-lg-4 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    /* Hover effects */
    .project-item {
        transition: all 0.3s ease;
        border-radius: 8px;
        overflow: hidden;
    }

    .project-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    .project-item:hover .project-thumb img {
        transform: scale(1.05);
    }

    .project-content {
        transition: all 0.3s ease;
        background: white;
        padding: 20px;
    }

    .project-item:hover .project-content {
        background: #fafafa;
    }

    .project-item:hover .title {
        color: #bd9a68;
    }

    /* Responsive adjustments */
    @media (max-width: 1200px) {
        .project-item-wrap .col-lg-4 {
            flex: 0 0 33.333%;
            max-width: 33.333%;
        }
    }
    
    @media (max-width: 992px) {
        .project-item-wrap .col-lg-4 {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }
    
    @media (max-width: 576px) {
        .project-item-wrap .col-lg-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }


    /* Media Query for Tablet Screens (991px and below) */
@media (max-width: 991px) {
    /* Reduce overall vertical padding for tablets */
    .banner-area-seven {
        padding: 200px 0 220px;
    }

    /* Reduce the title font size */
    .banner-area-seven .banner-content .title {
        font-size: 50px;
        line-height: 1.25;
    }
}

/* Media Query for Mobile Phone Screens (575px and below) */
@media (max-width: 575px) {
    /* Further reduce vertical padding for smaller phones */
    .banner-area-seven {
        padding: 120px 0 140px;
    }

    /* Dramatically reduce the title font size for small phones */
    .banner-area-seven .banner-content .title {
        font-size: 32px;
        margin-bottom: 15px;
    }

    /* Adjust paragraph font size and margins */
    .banner-area-seven .banner-content p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 25px;
    }
    
    /* Center the button and ensure full width within its container (if needed) */
    .banner-area-seven .banner-content a.btn {
        margin: 0 auto;
        display: inline-flex; /* Ensure it respects the text-center property */
    }

    /* Adjust the scroll down indicator's spacing */
    .banner-area-seven .banner-scroll-down {
        bottom: 50px; /* Adjust position from the bottom */
    }
}


/* Custom Styles for Counter Area Responsiveness */

/* Tablet/Medium Screens (Max-width 991px) */
@media (max-width: 991px) {
    /* Adjust vertical padding of the whole section */
    .counter-area {
        padding-top: 100px !important; 
        padding-bottom: 70px !important;
    }

    /* Reduce the font size of the main counter number */
    .counter-item .count {
        font-size: 60px; /* Example reduction from a typical 70-80px */
        margin-bottom: 5px;
    }
}

/* Mobile Phone Screens (Max-width 575px) */
@media (max-width: 575px) {
    /* Further reduce vertical padding for smaller phones */
    .counter-area {
        padding-top: 60px !important;
        padding-bottom: 40px !important;
    }

    /* Further reduce the font size of the main counter number */
    .counter-item .count {
        font-size: 48px; /* Making the number significantly smaller */
    }

    /* Reduce font size of the descriptive paragraph text */
    .counter-item p {
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* Center the counter items within their 50% width columns (if not already centered) */
    .counter-item {
        text-align: center;
        padding: 10px 0; /* Add a little vertical padding for spacing between rows */
    }
}


/* Media Query for Tablet/Smaller Desktop (Max-width 1199px) */
@media (max-width: 1199px) {
    /* Reduce padding on the section */
    .about-area-two {
        padding: 80px 0;
    }
    
    /* Slightly reduce the image size for tablets */
    /* .about-area-two .about-img img {
        width: 220px !important;
        height: 300px !important;
    } */
}

/* Media Query for Mobile Phone Screens (Max-width 991px) */
@media (max-width: 991px) {
    /* Adjust vertical padding when columns stack */
    .about-area-two {
        padding: 60px 0;
    }
    
    /* Reduce the size of the image further for mobile */
    /* .about-area-two .about-img img {
        width: 180px !important; 
        height: 250px !important;
    } */
    
    /* Add padding below the image once it stacks for better separation */
    .about-area-two .about-img {
        margin-bottom: 30px;
    }

    /* Reduce the section title font size to prevent overflow */
    .about-area-two .mission-content .section-title .title {
        font-size: 30px;
    }

    /* Reduce spacing below the section title when stacked */
    .about-area-two .mission-content .section-title {
        margin-bottom: 25px;
    }
}



/* Media Query for Tablet/Medium Screens (Max-width 991px) */
@media (max-width: 991px) {
    /* Adjust vertical padding of the whole section, overriding section-pt-130/section-pb-140 */
    .testimonial-area {
        padding-top: 80px !important; 
        padding-bottom: 90px !important;
    }

    /* Reduce the margin below the section title */
    .testimonial-area .section-title {
        margin-bottom: 40px;
    }

    /* Reduce the font size of the main title */
    .testimonial-area .section-title .title {
        font-size: 42px;
        line-height: 1.25;
    }
}

/* Media Query for Mobile Phone Screens (Max-width 575px) */
@media (max-width: 575px) {
    /* Further reduce vertical padding for small phones */
    .testimonial-area {
        padding-top: 60px !important;
        padding-bottom: 70px !important;
    }

    /* Dramatically reduce the title font size */
    .testimonial-area .section-title .title {
        font-size: 28px;
    }
    
    /* Adjust testimonial content for better fit on small screens */
    .testimonial-area .testimonial-content p {
        font-size: 15px; /* Ensure readability */
        line-height: 1.6;
    }
    
    /* Ensure the testimonial item is centered */
    .testimonial-area .testimonial-item {
        text-align: center;
    }
    
    /* Center the testimonial image/thumb area */
    .testimonial-area .testimonial-thumb {
        margin: 0 auto 20px; /* Center and add space below it */
        /* You might need to adjust width/height properties if they are set explicitly */
    }
}


/* Media Query for Tablet/Medium Screens (Max-width 991px) */
@media (max-width: 991px) {
    /* Reduce vertical padding for the entire footer area */
    .footer-area {
        padding-top: 60px; 
        padding-bottom: 30px; 
    }
    
    /* Center the columns on tablets where they might not be full width */
    .footer-area .footer-widget {
        text-align: center;
        margin-bottom: 30px; /* Add space between stacked columns */
    }

    /* Center the footer contact list and links */
    .footer-area .footer-contact,
    .footer-area .footer-link {
        display: inline-block; /* Allows the block element to be centered */
    }

    /* Reduce the size of the logo image */
    .footer-area .footer-logo img {
        max-width: 350px;
        height: auto;
    }
}

/* Media Query for Mobile Phone Screens (Max-width 575px) */
@media (max-width: 575px) {
    /* Further reduce vertical padding for smaller phones */
    .footer-area {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    /* Ensure all widgets are centered on phones */
    .footer-area .footer-widget {
        text-align: center;
        margin-bottom: 25px;
    }

    /* Further reduce the size of the logo image */
    .footer-area .footer-logo img {
        max-width: 350px;
    }

    /* Adjust title font size */
    .footer-area .fw-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    /* Ensure social icons are centered and spaced */
    .footer-area .footer-social {
        justify-content: center;
    }
}


/* Base Styling for CTA Section */
.banner-area-seven.cta-wrapper-section {
    background-color: #262424; /* Set a dark background for the entire section */
    padding: 80px 0; /* Add outer spacing */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Styling for the Gold Bordered Box */
.cta-border-box {
    background-color: transparent; /* No background fill, just the border */
    border: 3px solid #BD9A68; /* The Gold Border */
    border-radius: 20px; /* Rounded Corners */
    padding: 50px 30px; /* Inner Padding for content */
    max-width: 900px; /* Control the width of the box */
    margin: 0 auto; /* Center the box horizontally */
    position: relative;
    z-index: 2; /* Ensure it is above any background elements */
}

/* Text colors remain as in your HTML (azure for general text) */
.cta-border-box .title {
    color: azure !important; /* Ensure title is azure inside the box */
}
.cta-border-box p {
    color: azure !important; /* Ensure paragraph is azure inside the box */
}

/* Base Button Styling (Ready State) */
.cta-border-box .btn {
    /* **READY STATE: GOLD BACKGROUND** */
    background-color: #BD9A68; 
    border: 2px solid #BD9A68; /* Solid Gold border */
}
.cta-border-box .btn_t1,
.cta-border-box .btn_t2 {
    /* **READY STATE: WHITE/AZURE TEXT** */
    color: azure !important; 
}

/* Button Hover State */
.cta-border-box .btn:hover {
    /* **HOVER STATE: TRANSPARENT BACKGROUND** */
    background-color: transparent; 
    border-color: #BD9A68; /* Gold border remains */
}

/* Text Color Change on Button Hover */
.cta-border-box .btn:hover .btn_t1,
.cta-border-box .btn:hover .btn_t2 {
    /* **HOVER STATE: GOLD TEXT** */
    color: #BD9A68 !important; 
}


/* --- Responsiveness for the Box --- */

@media (max-width: 991px) {
    .cta-border-box {
        border-radius: 15px; /* Slightly less round on tablets */
        padding: 40px 20px;
        border-width: 2px; /* Thinner border on smaller screens */
        max-width: 90%; /* Use more width on tablets */
    }
}

@media (max-width: 575px) {
    .banner-area-seven.cta-wrapper-section {
        padding: 50px 0; /* Adjust overall section padding for mobile */
    }
    .cta-border-box {
        border-radius: 10px; /* Even less round on phones */
        padding: 30px 15px;
        max-width: 95%; /* Use almost full width on mobile */
        border-width: 1px; /* Even thinner border on phones */
    }
    
    /* Ensure text sizes remain responsive inside the box */
    .cta-border-box .title {
        font-size: 26px !important; /* Override previous media query for this small area */
    }
    .cta-border-box p {
        font-size: 15px !important;
    }
}



/* --- STYLES FOR WHITE BACKGROUND CTA SECTION --- */

/* Base Styling for CTA Section (New Class) */
.property-cta-white {
    /* Set the new white background */
    background-color: white; 
    padding: 80px 0; /* Outer spacing */
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Styling for the Gold Bordered Box (New Class) */
.cta-border-box-light {
    background-color: transparent; /* No background fill */
    border: 3px solid #BD9A68; /* The Gold Border */
    border-radius: 20px; 
    padding: 50px 30px; 
    max-width: 900px; 
    margin: 0 auto; 
    position: relative;
    z-index: 2; 
}

/* Ensure main text colors are black inside the box */
        .cta-border-box-light .title {
            /* NEW SMALLER DESKTOP FONT SIZE */
            font-size: 62px !important; 
            color: black !important; 
            line-height: 1.30;
        }

/* Ensure main text colors are black inside the box (overriding the dark version defaults) */
.cta-border-box-light .title,
.cta-border-box-light p {
    color: black !important; 
}

.cta-border-box-light .p {
            /* NEW SMALLER DESKTOP FONT SIZE */
            font-size: 62px !important; 
            color: black !important; 
            width: 80%;
	        margin: 0 auto 45px;
            line-height: 1.30;
        }



/* --- Button Styling (Kept Reversed Logic: Gold BG / White Text Ready State) --- */

/* Base Button Styling (Ready State) */
.cta-border-box-light .btn {
    /* READY STATE: GOLD BACKGROUND */
    background-color: #BD9A68; 
    border: 2px solid #BD9A68; /* Solid Gold border */
}
.cta-border-box-light .btn_t1,
.cta-border-box-light .btn_t2 {
    /* READY STATE: WHITE TEXT */
    color: white !important; 
}

/* Button Hover State */
.cta-border-box-light .btn:hover {
    /* HOVER STATE: TRANSPARENT BACKGROUND */
    background-color: transparent; 
    border-color: #BD9A68; /* Gold border remains */
}

/* Text Color Change on Button Hover */
.cta-border-box-light .btn:hover .btn_t1,
.cta-border-box-light .btn:hover .btn_t2 {
    /* HOVER STATE: GOLD TEXT */
    color: #BD9A68 !important; 
}


/* --- Responsiveness Overrides --- */

@media (max-width: 991px) {
    .cta-border-box-light {
        border-radius: 15px; 
        padding: 40px 20px;
        border-width: 2px; 
        max-width: 90%; 
    }
}

@media (max-width: 575px) {
    .property-cta-white {
        padding: 50px 0; 
    }
    .cta-border-box-light {
        border-radius: 10px; 
        padding: 30px 15px;
        max-width: 95%; 
        border-width: 1px; 
    }
    
    .cta-border-box-light .title {
        font-size: 26px !important; 
    }
    .cta-border-box-light p {
        font-size: 15px !important;
    }
}


.why-choose-us-area {
    background: #262424 !important;
}

.why-choose-item {
    padding: 30px 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    height: 100%;
    margin-bottom: 20px;
}

.why-choose-item:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(189, 154, 104, 0.4);
}

.why-choose-item .icon {
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    display: inline-block;
    animation: whyChoosePulse 2.4s ease-in-out infinite;
}

.why-choose-item:hover .icon {
    animation-play-state: paused;
    transform: scale(1.3);
}

@keyframes whyChoosePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
}

.why-choose-item .icon svg {
    width: 40px !important;
    height: 40px !important;
    animation: whyChooseFloat 2.4s ease-in-out infinite;
}

@keyframes whyChooseFloat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

.why-choose-item h4 {
    color: azure !important;
    margin-bottom: 12px;
    font-size: 1.1rem;
    font-style: normal;
}

.why-choose-item p {
    color: #cccccc !important;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 0.9rem;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .why-choose-item {
        padding: 25px 12px;
        margin-bottom: 20px; /* Increased */
    }
    
    .why-choose-item .icon {
        margin-bottom: 15px;
    }
    
    .why-choose-item h4 {
        font-size: 1.05rem;
    }
    
    .why-choose-item p {
        font-size: 0.85rem;
    }
}

@media (max-width: 768px) {
    .why-choose-item {
        padding: 25px 15px;
        margin-bottom: 40px; /* SIGNIFICANTLY INCREASED - from 25px to 40px */
    }
    
    .why-choose-item .icon svg {
        width: 35px !important;
        height: 35px !important;
    }
    
    .why-choose-item .icon {
        margin-bottom: 15px;
    }
    
    .why-choose-item h4 {
        font-size: 1rem;
        margin-bottom: 12px;
    }
    
    .why-choose-item p {
        font-size: 0.85rem;
        line-height: 1.5;
    }
}

@media (max-width: 576px) {
    .why-choose-item {
        padding: 20px 12px;
        margin-bottom: 50px; /* SIGNIFICANTLY INCREASED - from 30px to 50px */
    }
    
    .why-choose-item .icon svg {
        width: 32px !important;
        height: 32px !important;
    }
    
    .why-choose-item h4 {
        font-size: 0.95rem;
        margin-bottom: 10px;
    }
    
    .why-choose-item p {
        font-size: 0.8rem;
    }
}

/* Ensure proper spacing between rows */
.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-lg-3, .col-md-6 {
    padding-right: 15px;
    padding-left: 15px;
}



.premium-property-card {
    border: 1px solid #a3855c;
}
.premium-property-card.horizontal .premium-property-image {
    overflow: hidden;
}
.premium-property-card.horizontal .premium-property-image {
    transition: transform 0.5s ease;
}
.premium-property-card:hover .premium-property-image {
    transform: scale(1.06);   /* classic luxury real-estate image zoom on hover */
}



/* Premium Properties Slider Styles */
.premium-properties-slider {
    width: 100%;
    height: 100%;
    padding: 20px 0;
    overflow: hidden;
}

.premium-properties-slider .swiper-slide {
    width: 450px;
    height: auto;
}

.premium-property-card {
    background: #a3855c;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    height: 100%;
}

.premium-property-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px #a3855c;
}

.premium-property-card.horizontal {
    display: flex;
    flex-direction: column;
    min-height: 400px;
}

.premium-property-card.horizontal .premium-property-image {
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-shrink: 0;
}

.premium-property-card.horizontal .premium-property-info {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    background: #1a1818;
}

.premium-property-type {
    color: #bd9a68;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
}

.premium-property-price {
    color: #ffffff;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.premium-property-address {
    color: #cccccc;
    font-size: 0.95rem;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.premium-property-features {
    display: flex;
    gap: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(189, 154, 104, 0.2);
    margin-top: auto;
}

.premium-feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
    font-size: 0.875rem;
    font-weight: 500;
}

.premium-property-icon {
    width: 18px;
    height: 18px;
    fill: #bd9a68;
}

/* Responsive breakpoints */
@media (max-width: 1200px) {
    .premium-properties-slider .swiper-slide {
        width: 400px;
    }
    
    .premium-property-card.horizontal {
        min-height: 380px;
    }
    
    .premium-property-card.horizontal .premium-property-image {
        height: 230px;
    }
}

@media (max-width: 992px) {
    .premium-properties-slider .swiper-slide {
        width: 350px;
    }
    
    .premium-property-card.horizontal {
        min-height: 360px;
    }
    
    .premium-property-card.horizontal .premium-property-image {
        height: 210px;
    }
    
    .premium-property-info {
        padding: 1.25rem;
    }
    
    .premium-property-price {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .premium-properties-slider .swiper-slide {
        width: 300px;
    }
    
    .premium-property-card.horizontal {
        min-height: 340px;
    }
    
    .premium-property-card.horizontal .premium-property-image {
        height: 190px;
    }
    
    .premium-property-info {
        padding: 1rem;
    }
    
    .premium-property-type {
        font-size: 0.75rem;
    }
    
    .premium-property-price {
        font-size: 1.4rem;
    }
    
    .premium-property-address {
        font-size: 0.875rem;
    }
    
    .premium-property-features {
        gap: 0.75rem;
    }
    
    .premium-feature-item {
        font-size: 0.8rem;
    }
    
    .premium-property-icon {
        width: 16px;
        height: 16px;
    }
}

@media (max-width: 576px) {
    .premium-properties-slider .swiper-slide {
        width: 280px;
    }
    
    .premium-property-card.horizontal {
        min-height: 320px;
    }
    
    .premium-property-card.horizontal .premium-property-image {
        height: 170px;
    }
    
    .premium-property-info {
        padding: 0.875rem;
    }
    
    .premium-property-type {
        font-size: 0.7rem;
    }
    
    .premium-property-price {
        font-size: 1.3rem;
    }
    
    .premium-property-address {
        font-size: 0.8rem;
    }
    
    .premium-property-features {
        gap: 0.5rem;
    }
    
    .premium-feature-item {
        font-size: 0.75rem;
        gap: 0.4rem;
    }
    
    .premium-property-icon {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 480px) {
    .premium-properties-slider .swiper-slide {
        width: 260px;
    }
    
    .premium-property-card.horizontal {
        min-height: 300px;
    }
    
    .premium-property-card.horizontal .premium-property-image {
        height: 160px;
    }
}


.filter-wrapper {
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.filter-wrapper.hidden {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
}

.filter-wrapper.visible {
    max-height: 2000px; /* enough to fit filters */
    opacity: 1;
}

/* Apply your styles to the new button structure */
.form-submit .submit-styled-btn {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: none;
    background-color: #bd9a68; 
    color: #fff; 
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    min-width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-submit .submit-styled-btn:hover {
    background-color: #a3855c;
}

.form-submit .submit-styled-btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.contact-form-wrap .form-submit {
    display: flex;
    justify-content: center; 
}


/* Styling for the new button structure */
.form-submit .submit-styled-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border: none;
    background-color: #bd9a68; /* Primary gold color */
    color: #fff; 
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    min-width: 150px;
}

.form-submit .submit-styled-btn:hover {
    background-color: #a3855c; /* Darker gold on hover */
}

.form-submit .submit-styled-btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}

.contact-form-wrap .form-submit {
    display: flex;
    justify-content: center; 
}



/* Styling for the new button structure */
.submit-btn .submit-styled-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    border: none;
    background-color: #bd9a68; 
    color: #fff; 
    padding: 15px 40px;
    font-weight: 600;
    font-size: 16px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    min-width: 150px;
    width: 100%; /* Match parent width in list */
}

.submit-btn .submit-styled-btn:hover {
    background-color: #a3855c;
}

.submit-btn .submit-styled-btn:disabled {
    cursor: not-allowed;
    opacity: 0.8;
}


@media (max-width: 991px) {
    .menu-area .col-12 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /* Logo stays left, toggler goes right regardless of DOM order */
    .menu-area .menu-wrap {
        order: 1;
    }
    .menu-area .mobile-nav-toggler {
        order: 2;
        float: none;
        top: 0;
        margin-right: 0;
        position: relative;
        z-index: 20;
        pointer-events: auto;
    }
}

/* Mobile logo hover/tap effect */
.navbar-wrap .logo img,
.logo.mobile-logo img,
.nav-logo img {
    max-height: 100px;
    transition: transform 0.3s ease, opacity 0.3s ease;
    -webkit-tap-highlight-color: transparent;
}
.navbar-wrap .logo img:hover,
.navbar-wrap .logo img:active,
.logo.mobile-logo img:active,
.nav-logo img:active {
    transform: scale(1.08);
    opacity: 0.85;
}

.logo img,
.sticky-logo img,
.nav-logo img,
.logo.mobile-logo img {
    max-height: 100px;
}


@media (max-width: 767px) {
    .footer-top .row {
        display: flex;
        flex-direction: column;
    }
    .footer-top .row > [class*="col-"] {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }
    .footer-widget {
        margin-bottom: 35px;
    }
    .footer-logo {
        display: flex;
        justify-content: center;
    }
    .footer-contact ul.list-wrap,
    .footer-link ul.list-wrap {
        display: inline-block;
        text-align: center;
    }
}




/* Desktop only */
@media (min-width: 992px) {

    #carouselExampleIndicators {
        max-width: 1100px;
        margin: auto;
    }

    #carouselExampleIndicators .carousel-inner {
        height: 700px;
        border-radius: 15px;
        overflow: hidden;
    }

    #carouselExampleIndicators .carousel-item,
    #carouselExampleIndicators .carousel-item.active {
        height: 700px;
    }

    #carouselExampleIndicators .carousel-item img {
        width: 100%;
        height: 700px;
        object-fit: cover;
        transition: transform .4s ease;
    }

    #carouselExampleIndicators .carousel-item:hover img {
        transform: scale(1.05);
    }
}


.about-area-two .about-img {
        justify-content: center;
        text-align: center;
    }

    .about-area-two .about-img img {
        width: 400px !important;
        margin: 0 auto;
    }


@media(max-width:767px){

    .about-area-two .about-img {
        justify-content: center;
        text-align: center;
    }

    .about-area-two .about-img img {
        width: 300px !important;
        margin: 0 auto;
    }

}

/* Shine effect for banner_shape.png on mobile */
@media (max-width: 767px) {

    .banner-shape img,
    .banner_shape img,
    .banner-shape,
    .banner_shape {
        animation: mobileShine 3s ease-in-out infinite;
        will-change: filter, transform;
    }

}

@keyframes mobileShine {
    0%, 100% {
        filter: brightness(1);
        transform: scale(1);
    }
    50% {
        filter: brightness(1.8)
                drop-shadow(0 0 10px rgba(255,255,255,.7))
                drop-shadow(0 0 25px rgba(255,215,120,.8));
        transform: scale(1.03);
    }
}


.whatsapp-booking-btn {
    position: relative;
    overflow: hidden;
    transition: all .35s ease;
    animation: luxuryGlow 2.5s ease-in-out infinite;
}

/* Keep the hover stronger */
.whatsapp-booking-btn:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow:
        0 0 15px rgba(189,154,104,.45),
        0 0 35px rgba(189,154,104,.35),
        0 0 60px rgba(189,154,104,.20);
}

/* Continuous glowing animation */
@keyframes luxuryGlow {
    0%,100%{
        box-shadow:
            0 0 8px rgba(189,154,104,.25),
            0 0 18px rgba(189,154,104,.15);
        transform: scale(1);
    }

    50%{
        box-shadow:
            0 0 18px rgba(189,154,104,.55),
            0 0 40px rgba(189,154,104,.35),
            0 0 70px rgba(189,154,104,.15);
        transform: scale(1.02);
    }
}

.whatsapp-booking-btn{
    position:relative;
    overflow:hidden;
}

.whatsapp-booking-btn::before{
    content:"";
    position:absolute;
    top:-50%;
    left:-120%;
    width:60%;
    height:200%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.55),
        transparent
    );
    transform:rotate(20deg);
    animation:goldSweep 3.5s infinite;
}

@keyframes goldSweep{
    0%,60%{
        left:-120%;
    }

    100%{
        left:160%;
    }
}

@media (max-width: 767px) {

    #property-price-container {
        padding: 10px 10px;
        border-radius: 20px;
        gap: 5px;
        transform: scale(.88);
        
    }

    #property-price-container .price-icon {
        font-size: 33px;
    }

    #property-price {
        font-size: 12px;
        font-weight: 600;
    }

}


/* =============================================
   Desktop Mode (Screens 768px and up)
================================================ */
.banner-area-seven {
    position: relative;
    min-height: 100vh; /* Fills screen height gracefully for landscape videos */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 140px 0 100px;
    background: var(--tg-secondaryy-color, #1a1818);
    z-index: 1;
    overflow: hidden;
}

/* Widescreen Landscape Background Wrap */
.banner-area-seven .banner-video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    overflow: hidden;
}

.banner-area-seven .banner-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Keeps video in true widescreen proportions */
    object-position: center center;
    opacity: 0.65;
    filter: brightness(0.85) contrast(1.05);
}

/* Dark Gradient Vignette Overlay */
.banner-area-seven .banner-video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(
        180deg, 
        rgba(20, 20, 20, 0.75) 0%, 
        rgba(15, 15, 15, 0.35) 50%, 
        rgba(20, 20, 20, 0.85) 100%
    );
    pointer-events: none;
}

/* Title & Content Styling (Desktop) */
.banner-area-seven .banner-content {
    position: relative;
    z-index: 2;
}

.banner-area-seven .banner-content h2.title {
    font-size: 72px !important;
    line-height: 1.3 !important;
    margin-bottom: 15px !important;
}

.banner-area-seven .banner-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
    max-width: 760px;
    margin: 0 auto 35px auto !important;
}

/* Scroll Arrow Positioning */
.banner-area-seven .banner-scroll-down {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: block;
}

/* =============================================
   Mobile Responsiveness & Landscape Video Framing
================================================ */
@media (max-width: 767.98px) {
    /* Set section to fit content comfortably over landscape video */
    .banner-area-seven {
        min-height: 100vh !important;
        min-height: 100svh !important; /* accounts for mobile browser toolbars */
        padding: 110px 15px 60px !important;
    }

    /* Video scaling tuned for landscape display on mobile */
    .banner-area-seven .banner-video-wrap {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .banner-area-seven .banner-video-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; /* Keeps landscape focal point centered */
    }

    /* Requested Title Styles for Mobile */
    .banner-area-seven .banner-content h2.title {
        font-size: 42px !important;
        line-height: 1.3 !important;
        margin-bottom: 15px !important;
    }

    /* Supporting Paragraph & Button adjustments */
    .banner-area-seven .banner-content p {
        font-size: 10px !important;
        line-height: 1.5 !important;
        margin-bottom: 25px !important;
    }

    /* Keep the scroll-down icon visible on mobile, just a bit smaller/lower */
    .banner-area-seven .banner-scroll-down {
        display: block;
        bottom: 5px;
        transform: translateX(-50%) scale(0.65);
    }
}

/* Mobile Mode (Compact) */
@media (max-width: 767.98px) {
    .banner-area-seven .btn {
        padding: 10px 20px !important;
        min-height: 40px !important;
    }

    .banner-area-seven .btn .btn_t1,
    .banner-area-seven .btn .btn_t2 {
        font-size: 12px !important;
    }
}

@media (max-width: 767.98px) {
    .banner-area-seven .btn .btn_t1,
    .banner-area-seven .btn .btn_t2 {
        font-size: 10px !important;   /* Compact for mobile */
        letter-spacing: 0.8px !important;
    }
}

/* Enables smooth sliding animation when clicking anchor links */
html {
    scroll-behavior: smooth;
}

/* Replaces the <br> tags with clean CSS section spacing */
.about-area-two {
    padding: 120px 0;
    scroll-margin-top: 20px; /* Ensures space below any fixed header when scrolled to */
}

@media (max-width: 767.98px) {
    .about-area-two {
        padding: 80px 0;
    }
}

/* ===== MOBILE CONTACT INFO (phone + email) ===== */
.mobile-contact-info {
  padding: 12px 20px 20px;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: rgba(189, 154, 104, 0.03);
}

.mobile-contact-divider {
  width: 40px;
  height: 2px;
  background: var(--tg-primary-color, #BD9A68);
  margin: 4px auto 8px;
  border-radius: 4px;
  opacity: 0.3;
}

.mobile-contact-info a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 10px;
  font-weight: 500;
  color: var(--tg-heading-font-color, #202020);
  text-decoration: none;
  padding: 6px 0;
  border-radius: 30px;
  transition: 0.25s ease;
  letter-spacing: 0.02em;
}

.mobile-contact-info a i {
  color: var(--tg-primary-color, #BD9A68);
  font-size: 18px;
  width: 24px;
  text-align: center;
}

.mobile-contact-info a:hover {
  color: var(--tg-primary-color, #BD9A68);
  background: rgba(189, 154, 104, 0.08);
  padding-left: 12px;
  padding-right: 12px;
}

.mobile-contact-info a:active {
  transform: scale(0.97);
}




/* ===== HEADER TOP WITH ICONS ===== */
.header-top-right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}

.header-top-right ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-top-right ul li a {
  color: #9e9999;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}

.header-top-right ul li a:hover {
  color: #BD9A68;
}

.header-top-right ul li a i {
  font-size: 14px;
  color: #BD9A68;
  transition: color 0.3s ease;
}

.header-top-right ul li a:hover i {
  color: #BD9A68;
}

/* Optional: Add a subtle separator between email and phone */
.header-top-right ul li:first-child::after {
  content: "|";
  color: rgba(255, 255, 255, 0.15);
  margin-left: 20px;
}

/* Responsive adjustment for smaller screens */
@media (max-width: 767px) {
  .header-top-right ul {
    gap: 20px;
    justify-content: center;
  }
  
  .header-top-right ul li:first-child::after {
    display: none;
  }
}



/* ===== Services List - Luxurious Animated Gold Gradient ===== */
.services-content-two .services-list ul.list-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    max-width: 500px;
    margin: 0 auto 35px;
    padding: 0;
}

.services-content-two .services-list ul.list-wrap .service-item {
    list-style: none;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    opacity: 1; /* Changed from 0 to 1 */
    animation: servicePump 4s ease-in-out infinite;
}

/* Staggered animation delays for each item */
.services-content-two .services-list ul.list-wrap .service-item:nth-child(1) { animation-delay: 0.1s; }
.services-content-two .services-list ul.list-wrap .service-item:nth-child(2) { animation-delay: 0.3s; }
.services-content-two .services-list ul.list-wrap .service-item:nth-child(3) { animation-delay: 0.5s; }
.services-content-two .services-list ul.list-wrap .service-item:nth-child(4) { animation-delay: 0.7s; }
.services-content-two .services-list ul.list-wrap .service-item:nth-child(5) { animation-delay: 0.9s; }
.services-content-two .services-list ul.list-wrap .service-item:nth-child(6) { animation-delay: 1.1s; }

/* Subtle pump/pulse animation */
@keyframes servicePump {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.015);
    }
}

/* Additional subtle glow pulse */
@keyframes serviceGlow {
    0%, 100% {
        box-shadow: 0 0 15px rgba(189, 154, 104, 0.02);
    }
    50% {
        box-shadow: 0 0 25px rgba(189, 154, 104, 0.08);
    }
}

.services-content-two .services-list ul.list-wrap .service-item a {
    display: block;
    color: azure;
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    padding: 14px 30px 14px 50px;
    border-radius: 12px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    background: linear-gradient(90deg, 
        rgba(189, 154, 104, 0) 0%, 
        rgba(189, 154, 104, 0.02) 50%, 
        rgba(189, 154, 104, 0) 100%
    );
    border: 1px solid rgba(189, 154, 104, 0.05);
    letter-spacing: 0.5px;
    animation: serviceGlow 3s ease-in-out infinite;
}

/* Gold gradient from top to bottom - each item gets progressively more gold */
.services-content-two .services-list ul.list-wrap .service-item:nth-child(1) a {
    background: linear-gradient(135deg, 
        rgba(189, 154, 104, 0.20) 0%, 
        rgba(189, 154, 104, 0.05) 100%
    );
    border-color: rgba(189, 154, 104, 0.20);
}

.services-content-two .services-list ul.list-wrap .service-item:nth-child(2) a {
    background: linear-gradient(135deg, 
        rgba(189, 154, 104, 0.18) 0%, 
        rgba(189, 154, 104, 0.04) 100%
    );
    border-color: rgba(189, 154, 104, 0.18);
}

.services-content-two .services-list ul.list-wrap .service-item:nth-child(3) a {
    background: linear-gradient(135deg, 
        rgba(189, 154, 104, 0.16) 0%, 
        rgba(189, 154, 104, 0.03) 100%
    );
    border-color: rgba(189, 154, 104, 0.16);
}

.services-content-two .services-list ul.list-wrap .service-item:nth-child(4) a {
    background: linear-gradient(135deg, 
        rgba(189, 154, 104, 0.14) 0%, 
        rgba(189, 154, 104, 0.02) 100%
    );
    border-color: rgba(189, 154, 104, 0.14);
}

.services-content-two .services-list ul.list-wrap .service-item:nth-child(5) a {
    background: linear-gradient(135deg, 
        rgba(189, 154, 104, 0.12) 0%, 
        rgba(189, 154, 104, 0.02) 100%
    );
    border-color: rgba(189, 154, 104, 0.12);
}

.services-content-two .services-list ul.list-wrap .service-item:nth-child(6) a {
    background: linear-gradient(135deg, 
        rgba(189, 154, 104, 0.10) 0%, 
        rgba(189, 154, 104, 0.02) 100%
    );
    border-color: rgba(189, 154, 104, 0.10);
}

/* Decorative gold bullet/icon before each item */
.services-content-two .services-list ul.list-wrap .service-item a::before {
    content: "◆";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(189, 154, 104, 0.6);
    font-size: 12px;
    transition: all 0.4s ease;
    animation: bulletPulse 2.5s ease-in-out infinite;
}

@keyframes bulletPulse {
    0%, 100% {
        color: rgba(189, 154, 104, 0.6);
        transform: translateY(-50%) scale(1);
    }
    50% {
        color: rgba(189, 154, 104, 0.9);
        transform: translateY(-50%) scale(1.15);
    }
}

/* ===== HOVER EFFECTS - LUXURIOUS ===== */
.services-content-two .services-list ul.list-wrap .service-item:hover {
    transform: translateX(8px) scale(1.03) !important;
    z-index: 10;
    animation-play-state: paused;
}

.services-content-two .services-list ul.list-wrap .service-item:hover a {
    background: linear-gradient(135deg, 
        rgba(189, 154, 104, 0.40) 0%, 
        rgba(189, 154, 104, 0.10) 100%
    ) !important;
    border-color: rgba(189, 154, 104, 0.50) !important;
    color: #ffffff;
    box-shadow: 
        0 10px 40px rgba(189, 154, 104, 0.25),
        0 0 60px rgba(189, 154, 104, 0.10),
        inset 0 1px 0 rgba(255, 215, 120, 0.20);
    transform: scale(1.02);
    animation-play-state: paused;
}

.services-content-two .services-list ul.list-wrap .service-item:hover a::before {
    color: #BD9A68;
    transform: translateY(-50%) scale(1.4);
    text-shadow: 0 0 30px rgba(189, 154, 104, 0.6);
    animation-play-state: paused;
}

/* Elegant shimmer sweep on hover */
.services-content-two .services-list ul.list-wrap .service-item:hover a::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 215, 120, 0.15), 
        rgba(255, 255, 255, 0.05),
        transparent
    );
    animation: shimmerGold 0.9s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    border-radius: 12px;
}

@keyframes shimmerGold {
    0% { 
        left: -100%;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% { 
        left: 150%;
        opacity: 0;
    }
}

/* Elegant border glow on hover */
.services-content-two .services-list ul.list-wrap .service-item:hover a {
    animation: borderGlow 1.5s ease-in-out infinite;
}

@keyframes borderGlow {
    0%, 100% {
        border-color: rgba(189, 154, 104, 0.50);
    }
    50% {
        border-color: rgba(189, 154, 104, 0.80);
    }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .services-content-two .services-list ul.list-wrap .service-item a {
        font-size: 15px;
        padding: 12px 20px 12px 40px;
    }
    
    .services-content-two .services-list ul.list-wrap .service-item a::before {
        left: 15px;
        font-size: 10px;
    }
    
    .services-content-two .services-list ul.list-wrap .service-item:hover {
        transform: translateX(3px) scale(1.02) !important;
    }
    
    /* Disable pulse animation on mobile for better performance */
    .services-content-two .services-list ul.list-wrap .service-item {
        animation: none !important;
    }
    
    .services-content-two .services-list ul.list-wrap .service-item a {
        animation: none !important;
    }
    
    .services-content-two .services-list ul.list-wrap .service-item a::before {
        animation: none !important;
    }
}




/* ===== Enhanced Why Choose Us ===== */
.why-choose-us-area {
    background-color: #262424;
    position: relative;
    overflow: hidden;
}

/* Subtle background pattern or glow */
.why-choose-us-area::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at center, rgba(189, 154, 104, 0.03) 0%, transparent 70%);
    animation: rotateBg 30s linear infinite;
    pointer-events: none;
}

@keyframes rotateBg {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Individual items */
.why-choose-item {
    padding: 40px 25px 35px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(189, 154, 104, 0.08);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    height: 100%;
    overflow: hidden;
}

/* Hover state */
.why-choose-item:hover {
    transform: translateY(-10px);
    background: rgba(189, 154, 104, 0.06);
    border-color: rgba(189, 154, 104, 0.25);
    box-shadow: 
        0 20px 60px rgba(0, 0, 0, 0.4),
        0 0 40px rgba(189, 154, 104, 0.05);
}

/* Icon wrapper */
.why-choose-item .icon-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 25px;
}

.why-choose-item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50%;
    background: rgba(189, 154, 104, 0.10);
    border: 1.5px solid rgba(189, 154, 104, 0.20);
    color: #bd9a68;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    z-index: 2;
}

.why-choose-item .icon svg {
    width: 30px;
    height: 30px;
    transition: all 0.5s ease;
}

/* Icon hover effect */
.why-choose-item:hover .icon {
    background: rgba(189, 154, 104, 0.20);
    border-color: #bd9a68;
    transform: scale(1.08) rotate(-5deg);
    box-shadow: 0 0 40px rgba(189, 154, 104, 0.15);
}

.why-choose-item:hover .icon svg {
    transform: scale(1.05);
}

/* Shimmer effect on icon */
.why-choose-item .icon-shimmer {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 30%, 
        rgba(255, 215, 120, 0.15), 
        transparent 60%
    );
    opacity: 0;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
}

.why-choose-item:hover .icon-shimmer {
    opacity: 1;
}

/* Title styling */
.why-choose-item .title {
    color: azure;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    transition: color 0.3s ease;
    font-family: 'Vidaloka', serif;
    letter-spacing: 0.5px;
}

.why-choose-item:hover .title {
    color: #bd9a68;
}

/* Description */
.why-choose-item p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0;
    transition: color 0.3s ease;
}

.why-choose-item:hover p {
    color: #e8e0d8;
}

/* Decorative line at bottom of each card */
.why-choose-item .item-line {
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgba(189, 154, 104, 0.3), rgba(189, 154, 104, 0.6));
    margin: 18px auto 0;
    border-radius: 2px;
    transition: all 0.5s ease;
}

.why-choose-item:hover .item-line {
    width: 60px;
    background: linear-gradient(90deg, #bd9a68, #e8c88a);
}

/* Subtle glow border animation on hover */
.why-choose-item::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 18px;
    background: linear-gradient(135deg, transparent 40%, rgba(189, 154, 104, 0.1), transparent 60%);
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}

.why-choose-item:hover::before {
    opacity: 1;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .why-choose-item {
        padding: 30px 20px 25px;
    }
    
    .why-choose-item .icon {
        width: 60px;
        height: 60px;
    }
    
    .why-choose-item .icon svg {
        width: 26px;
        height: 26px;
    }
    
    .why-choose-item .title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .why-choose-item {
        padding: 25px 15px 22px;
        margin-bottom: 20px;
    }
    
    .why-choose-item .icon {
        width: 55px;
        height: 55px;
    }
    
    .why-choose-item .icon svg {
        width: 24px;
        height: 24px;
    }
    
    .why-choose-item .title {
        font-size: 17px;
    }
    
    .why-choose-item p {
        font-size: 13px;
    }
}


/* ===== Footer Icons Enhancement ===== */
.footer-contact .list-wrap li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    transition: all 0.3s ease;
}

.footer-contact .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer-contact .list-wrap li a {
    display: inline-flex;
    align-items: center;
    color: var(--tg-silver);
    transition: all 0.3s ease;
}

.footer-contact .list-wrap li a i {
    transition: all 0.3s ease;
    width: 20px;
    text-align: center;
    font-size: 14px;
}

.footer-contact .list-wrap li a:hover {
    color: #bd9a68;
}

.footer-contact .list-wrap li a:hover i {
    transform: scale(1.15);
    color: #bd9a68;
}

.footer-contact p {
    display: flex;
    align-items: center;
    color: var(--tg-silver);
    margin-bottom: 15px;
}

.footer-contact p i {
    font-size: 14px;
    width: 20px;
    text-align: center;
}

/* Footer social icons enhancement */
.footer-social .list-wrap li a {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.footer-social .list-wrap li a:hover {
    transform: translateY(-3px) scale(1.1);
    background: #bd9a68;
    color: #fff;
    box-shadow: 0 8px 25px rgba(189, 154, 104, 0.3);
}

/* Responsive */
@media (max-width: 767px) {
    .footer-contact .list-wrap li {
        justify-content: center;
    }
    
    .footer-contact p {
        justify-content: center;
    }
}


/* =============================================
   SOCIAL SECTION - FULLY RESPONSIVE
============================================= */

/* Desktop - Left aligned */
.template-three .col-lg-5 > div {
    position: sticky;
    top: 120px;
    text-align: left;
}

.template-three .section-header-cap {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #bd9a68;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
}

.template-three .section-title-cap {
    font-family: 'Vidaloka', serif;
    color: #ffffff;
    font-size: 34px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.template-three .col-lg-5 p {
    color: #888;
    font-size: 15px;
    line-height: 1.8;
}

.template-three .social-ring {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 35px;
}

/* --- RESPONSIVE --- */

/* Tablet (991px and below) */
@media (max-width: 991px) {
    .template-three .col-lg-5 > div {
        text-align: center;
    }
    
    .template-three .social-ring {
        justify-content: center;
    }
    
    .template-three .col-lg-5 p {
        margin: 0 auto;
        max-width: 90%;
    }
}

/* Mobile (767px and below) - FULLY CENTERED */
@media (max-width: 767px) {
    .template-three .col-lg-5 > div {
        text-align: center !important;
        position: static !important;
    }
    
    .template-three .section-header-cap {
        text-align: center !important;
        display: block;
    }
    
    .template-three .section-title-cap {
        text-align: center !important;
        font-size: 24px;
    }
    
    .template-three .col-lg-5 p {
        text-align: center !important;
        max-width: 100%;
        margin: 0 auto;
        font-size: 14px;
        padding: 0 10px;
    }
    
    .template-three .social-ring {
        justify-content: center !important;
        gap: 12px;
    }
    
    .template-three .social-ring a {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
    
    .template-three .social-ring a .label-tooltip {
        display: none;
    }
    
    /* Fix hours section */
    .template-three .col-lg-5 > div > div:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center !important;
        border-top: 1px solid #f0ede8;
        padding-top: 30px;
        margin-top: 45px;
    }
    
    .template-three .col-lg-5 > div > div:last-child > div {
        text-align: center !important;
    }
    
    .template-three .col-lg-5 > div > div:last-child p {
        text-align: center !important;
    }
    
    .template-three .col-lg-5 > div > div:last-child p:first-child {
        font-size: 11px;
        color: #bbb;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
    }
    
    .template-three .col-lg-5 > div > div:last-child p:last-child {
        font-size: 14px;
        color: #1a1818;
        font-weight: 500;
    }
}

/* Small mobile (480px and below) */
@media (max-width: 480px) {
    .template-three .section-title-cap {
        font-size: 20px;
    }
    
    .template-three .col-lg-5 p {
        font-size: 13px;
    }
    
    .template-three .social-ring a {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }
    
    .template-three .social-ring {
        gap: 10px;
    }
}

/* Extra small (360px and below) */
@media (max-width: 360px) {
    .template-three .section-title-cap {
        font-size: 18px;
    }
    
    .template-three .social-ring a {
        width: 38px;
        height: 38px;
        font-size: 12px;
    }
    
    .template-three .social-ring {
        gap: 8px;
    }
}



/* ===== MODERN COUNTER STYLES ===== */

.counter-item-modern {
    text-align: center;
    padding: 30px 20px 25px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(189, 154, 104, 0.06);
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 100%;
    position: relative;
    overflow: hidden;
}

/* Subtle gold line on top */
.counter-item-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #bd9a68, transparent);
    transition: width 0.5s ease;
}

.counter-item-modern:hover::before {
    width: 60%;
}

.counter-item-modern:hover {
    transform: translateY(-5px);
    border-color: rgba(189, 154, 104, 0.15);
    background: rgba(189, 154, 104, 0.03);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Icon */
.counter-item-modern .counter-icon {
    font-size: 28px;
    color: #bd9a68;
    margin-bottom: 12px;
    display: block;
    transition: all 0.4s ease;
}

.counter-item-modern:hover .counter-icon {
    transform: scale(1.1);
}

/* Counter number */
.counter-item-modern .count-wrapper {
    display: inline-flex;
    align-items: baseline;
    font-size: 48px;
    line-height: 1;
    color: #bd9a68;
    font-family: 'Vidaloka', serif;
    margin-bottom: 8px;
}

.counter-item-modern .count {
    display: inline;
    margin: 0;
    padding: 0;
}

.counter-item-modern .count-suffix {
    font-size: 32px;
    color: #bd9a68;
    margin-left: 2px;
}

/* Title */
.counter-item-modern .counter-title {
    font-size: 13px;
    font-weight: 500;
    color: azure;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.counter-item-modern .counter-title span {
    display: block;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 2px;
}

/* Decorative line */
.counter-item-modern .counter-line {
    width: 25px;
    height: 1.5px;
    background: rgba(189, 154, 104, 0.15);
    margin: 12px auto 0;
    border-radius: 2px;
    transition: all 0.4s ease;
}

.counter-item-modern:hover .counter-line {
    width: 40px;
    background: #bd9a68;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .counter-item-modern {
        padding: 20px 15px;
    }
    
    .counter-item-modern .count-wrapper {
        font-size: 36px;
    }
    
    .counter-item-modern .count-suffix {
        font-size: 24px;
    }
    
    .counter-item-modern .counter-icon {
        font-size: 22px;
    }
    
    .counter-item-modern .counter-title {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .counter-item-modern .count-wrapper {
        font-size: 30px;
    }
    
    .counter-item-modern .count-suffix {
        font-size: 20px;
    }
    
    .counter-item-modern .counter-icon {
        font-size: 18px;
        margin-bottom: 8px;
    }
    
    .counter-item-modern .counter-title {
        font-size: 10px;
    }
}



.range-inputs.d-flex {
    display: flex !important;
    gap: 10px !important;
}
.range-inputs.d-flex .form-grp {
    flex: 1 !important;
}
@media (max-width: 767px) {
    .range-inputs.d-flex {
        flex-direction: row !important;
    }
}


/* .status-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}
.status-badge.rent { background: #28a745; }
.status-badge.sale { background: #dc3545; }
.status-badge.project { background: #bd9a68; }
.project-thumb { position: relative; } */



.project-item .project-thumb img {
    width: 100%;
    aspect-ratio: 16 / 10; /* Landscape look */
    object-fit: cover;
    transition: transform 0.4s ease;
}
.project-item:hover .project-thumb img {
    transform: scale(1.03); /* Subtle zoom on hover */
}


/* =============================================
   ABOUT SECTION - IMAGE SHINE ONLY
============================================= */
#about-section.about-area-two {
    position: relative;
    background-color: #262424;
    z-index: 1;
    overflow: hidden; /* IMPORTANT: Keeps shine inside the section */
}

/* The background image (styled to shine) */
#about-section.about-area-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Image settings */
    background-image: url('../img/banner_shape.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    
    /* Gold Shimmer Animation */
    animation: imageShine 5s ease-in-out infinite;
    
    z-index: 0; /* Behind the text but above the background */
    pointer-events: none;
}

/* =============================================
   GOLD SHIMMER ANIMATION
============================================= */
@keyframes imageShine {
    0% {
        filter: brightness(0.9);
    }
    20% {
        filter: brightness(1.3) drop-shadow(0 0 25px rgba(189,154,104,0.5));
    }
    40% {
        filter: brightness(1.5) drop-shadow(0 0 40px rgba(189,154,104,0.8));
    }
    60% {
        filter: brightness(1.3) drop-shadow(0 0 25px rgba(189,154,104,0.5));
    }
    80% {
        filter: brightness(0.9);
    }
    100% {
        filter: brightness(0.9);
    }
}

/* =============================================
   MOBILE VIEW
============================================= */
@media (max-width: 991px) {
    /* Hide full-section background on mobile */
    #about-section.about-area-two::before {
        display: none;
    }

    /* Image container (keeps image on mobile, but centered) */
    #about-section .about-img {
        position: relative;
        background-image: url('../img/banner_shape.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
        
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 40px 0;
        
        /* Add shine here too if you want */
        animation: imageShine 5s ease-in-out infinite;
    }
}


/* Mobile view (screen width 991px and smaller) */
@media (max-width: 991px) {
    /* Remove full-section background on mobile */
    #about-section.about-area-two {
        background-image: none;
    }
    
    #about-section.about-area-two::before {
        display: none;
    }

    /* Make the image container stretch full-width to screen edges */
    #about-section .about-img {
        position: relative;
        background-image: url('../img/banner_shape.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto; /* Forces image to stretch 100% of container width */
        
        /* Remove horizontal spacing so it touches the screen sides */
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        padding: 40px 0; /* Vertical padding gives height to show top/bottom of bg */
    }

    /* Keep the actual logo centered inside the full-width container */
    #about-section .about-img img {
        display: block;
        margin: 0 auto;
        max-width: 80%; /* Adjust logo size relative to screen */
    }
}


/* Section Spacing & Height Adjustments */
.counter-area {
    position: relative;
    overflow: hidden;
    background-color: #262424;
    padding-top: 160px; /* Increased desktop padding to show more image height */
    padding-bottom: 140px;
}

/* Slideshow Container */
.counter-bg-slideshow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.counter-bg-slideshow .slide-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center 35%; /* Shifts focus slightly up to retain key parts of photos */
    background-repeat: no-repeat;
    opacity: 0;
    animation: counterCrossfade 25s infinite ease-in-out;
}

/* Stagger start times (5s per slide, 25s loop) */
.counter-bg-slideshow .slide-item:nth-child(1) { animation-delay: 0s; }
.counter-bg-slideshow .slide-item:nth-child(2) { animation-delay: 5s; }
.counter-bg-slideshow .slide-item:nth-child(3) { animation-delay: 10s; }
.counter-bg-slideshow .slide-item:nth-child(4) { animation-delay: 15s; }
.counter-bg-slideshow .slide-item:nth-child(5) { animation-delay: 20s; }

@keyframes counterCrossfade {
    0% { opacity: 0; }
    8% { opacity: 1; }
    20% { opacity: 1; }
    28% { opacity: 0; }
    100% { opacity: 0; }
}

/* Dark Tint Overlay - Adjusted for subtle background exposure */
.counter-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(38, 36, 36, 0.88) 0%, rgba(38, 36, 36, 0.75) 50%, rgba(38, 36, 36, 0.88) 100%);
    z-index: 1;
}

/* Counter Card Styling with Gold Border & Clearer Glass Effect */
.counter-item-modern {
    
    border: 0.5px solid #BD9A68; /* Distinct Gold Border */
    border-radius: 8px;
    padding: 30px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), inset 0 0 15px rgba(189, 154, 104, 0.1);
    transition: all 0.3s ease-in-out;
}

/* Optional hover polish for counter cards */
.counter-item-modern:hover {
    border-color: #d4af37;
    box-shadow: 0 12px 35px rgba(189, 154, 104, 0.25);
    transform: translateY(-5px);
}

/* Responsive Rules for Mobile */
@media (max-width: 991px) {
    #about-section {
        margin-bottom: 20px;
    }
    
    .counter-area {
        padding-top: 80px;
        padding-bottom: 70px;
    }
    
    .banner-area-six {
        margin-top: 20px;
    }
    
    .counter-item-modern {
        padding: 20px 10px;
    }
}

/* Desktop padding expansion */
@media (min-width: 992px) {
    .counter-area {
        padding-top: 220px;    /* Increased from 160px */
        padding-bottom: 200px; /* Increased from 140px */
        min-height: 700px;     /* Optional: Sets a guaranteed minimum height */
        display: flex;
        align-items: center;  /* Keeps counters vertically centered */
    }
}



/* Footer Logo Size Constraint */
.footer-logo img {
    max-width: 350px !important;
    width: 100%;
    height: auto;
    display: inline-block;
}

/* Footer Layout & Distribution Enhancements */
.footer-top {
    padding-top: 60px;
    padding-bottom: 40px;
}

.footer-widget {
    margin-bottom: 25px;
}

/* Contact & Link Formatting */
.footer-contact p,
.footer-contact ul li,
.footer-link ul li {
    word-break: break-word; /* Prevents long emails from breaking layout on small phones */
}

.footer-social ul {
    padding-left: 0;
    margin-top: 15px;
    list-style: none;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 2px; /* Minimal gap between icons */
}

/* Mobile & Tablet Specific Layout Spacing */
@media (max-width: 991px) {
    .footer-top .row {
        row-gap: 30px;
    }

    .footer-widget {
        text-align: center !important;
    }

    .footer-logo img {
        max-width: 280px !important; /* Slightly scales down on mobile so it leaves breathing room */
    }
}


/* Active Nav Link - Gold */
.navbar-wrap > ul > li.active > a {
    color: #BD9A68 !important;
    font-weight: 600;
}

.navbar-wrap > ul > li.active > a::after {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 2px;
    background: #BD9A68;
    border-radius: 2px;
}

.mobile-menu .navigation > li.active > a {
    color: #BD9A68 !important;
    font-weight: 600;
}

.mobile-menu .navigation > li.active > a::before {
    height: 100% !important;
    width: 3px;
    background: #BD9A68;
}


/* Card Container Options */
.property-card {
    /* Set fixed or flexible width */
    width: 100%;             /* Fills the grid/flex column */
    max-width: 350px;        /* Prevents cards from getting too wide on desktop */
    
    /* Set fixed or dynamic height */
    height: 350px;           /* Fixed height for all cards */
        
    /* Ensure internal layout scales evenly */
    display: flex;
    flex-direction: column;
}

/* Ensure the image scales proportionately to the card height */
.property-card-image-container {
    height: 200px;           /* Fixed height for image area */
    width: 100%;
}

.property-card-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;       /* Prevents image stretching */
}


/* --- Zigzag Divider --- */
    .zigzag-divider {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 50px 0;
    }

    .zigzag-divider span {
        display: block;
        width: 12px;
        height: 12px;
        background: #bd9a68;
        transform: rotate(45deg);
        opacity: 0.15;
    }

    .zigzag-divider span:nth-child(2) { opacity: 0.3; }
    .zigzag-divider span:nth-child(3) { opacity: 0.5; }
    .zigzag-divider span:nth-child(4) { opacity: 0.7; }
    .zigzag-divider span:nth-child(5) { opacity: 0.5; }
    .zigzag-divider span:nth-child(6) { opacity: 0.3; }
    .zigzag-divider span:nth-child(7) { opacity: 0.15; }


     @media (max-width: 767px) {
        .zigzag-divider { gap: 5px; margin: 30px 0; }
        .zigzag-divider span { width: 8px; height: 8px; }
    }



    .spotlight-listing-card {
    width: 340px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #bd9a68;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
 
.spotlight-listing-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px #bd9a68;
}
 
/* Media block */
.spotlight-listing-media {
    position: relative;
    overflow: hidden;
}
 
.spotlight-listing-image {
    background-size: cover;
    background-position: center;
    height: 240px;
    width: 100%;
    transition: transform 0.6s ease;
}
 
.spotlight-listing-card:hover .spotlight-listing-image {
    transform: scale(1.08);
}
 
/* Body block */
.spotlight-listing-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}
 
.spotlight-listing-type {
    color: black;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
 
.spotlight-type-dot {
    color: black;
    opacity: 0.7;
}
 
.spotlight-listing-price {
    color: #bd9a68;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.6rem;
}
 
.spotlight-price-suffix {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6b7280;
    margin-left: 4px;
}
 
.spotlight-listing-address {
    color: #6b7280;
    margin-bottom: 1.1rem;
    line-height: 1.4;
}
 
.spotlight-listing-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 1rem;
}
 
.spotlight-feature-pill {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.85rem;
}
 
.spotlight-feature-icon {
    fill: #bd9a68;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
 
.spotlight-feature-pill span {
    color: #1f2937;
    font-weight: 600;
}
 
/* Loading state */
.spotlight-loading-state {
    text-align: center;
    padding: 3rem;
    color: #bd9a68;
    font-size: 1.1rem;
}
 
/* Swiper container styles */
.spotlight-listings-slider {
    width: 100%;
    height: 100%;
    padding: 22px 5px 10px;
    position: relative;
}
 
.spotlight-listings-slider .swiper-slide {
    height: auto;
    width: 340px;
    display: flex;
}
 
.spotlight-listings-slider .swiper-wrapper {
    align-items: stretch;
}
 
.spotlight-listings-slider .swiper-button-next,
.spotlight-listings-slider .swiper-button-prev {
    color: #bd9a68;
}
 
.spotlight-listings-slider .swiper-pagination-bullet-active {
    background: #bd9a68;
}
 
/* Responsive breakpoints */
@media (max-width: 992px) {
    .spotlight-listing-image {
        height: 210px;
    }
 
    .spotlight-listing-body {
        padding: 1.2rem;
    }
 
    .spotlight-listing-price {
        font-size: 1.4rem;
    }
}
 
@media (max-width: 768px) {
    .spotlight-listing-card,
    .spotlight-listings-slider .swiper-slide {
        width: 280px;
    }
 
    .spotlight-listing-image {
        height: 190px;
    }
 
    .spotlight-listing-body {
        padding: 1rem;
    }
 
    .spotlight-listing-type {
        font-size: 0.72rem;
    }
 
    .spotlight-listing-price {
        font-size: 1.25rem;
    }
 
    .spotlight-listing-address {
        font-size: 0.9rem;
    }
 
    .spotlight-feature-pill {
        font-size: 0.78rem;
    }
 
    .spotlight-feature-icon {
        width: 15px;
        height: 15px;
    }
}
 
@media (max-width: 480px) {
    .spotlight-listing-card,
    .spotlight-listings-slider .swiper-slide {
        width: 240px;
    }
 
    .spotlight-listing-image {
        height: 170px;
    }
 
    .spotlight-listing-body {
        padding: 0.85rem;
    }
 
    .spotlight-listing-type {
        font-size: 0.68rem;
    }
 
    .spotlight-listing-price {
        font-size: 1.1rem;
    }
 
    .spotlight-listing-address {
        font-size: 0.85rem;
        margin-bottom: 0.75rem;
    }
 
    .spotlight-listing-features {
        gap: 0.75rem;
    }
}


/* =============================================
   FIXED HEADER SCROLLING BEHAVIOR
============================================= */

/* Desktop: Always visible unless scrolling down fast */
@media (min-width: 768px) {
    header.home-page-style {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transform: translateY(0);
        opacity: 1;
        transition: transform .4s ease, opacity .3s ease, background-color .3s ease;
    }

    /* On scroll: slide up and hide */
    header.home-page-style.header-hidden {
        transform: translateY(-100%);
        opacity: 0;
        pointer-events: none;
    }

    /* When scrolled down and header is visible */
    header.home-page-style.header-scrolled {
        background: #262424 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }
}

/* =============================================
   FIXED MOBILE HEADER
============================================= */
@media (max-width: 767.98px) {
    header.home-page-style {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        transition: background-color .3s ease, transform .4s ease;
    }

    /* Transparent only when at the top */
    body:not(.header-scrolled) header.home-page-style .menu-area {
        background: transparent !important;
    }

    /* Dark background once scrolled */
    body.header-scrolled header.home-page-style .menu-area {
        background: #262424 !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    }
}

/* =============================================
   FIXED ACTIVE NAV ARROW
============================================= */
.navbar-wrap > ul > li.active > a::after {
    bottom: 18px;
}

