@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn-uicons.flaticon.com/3.0.0/uicons-regular-straight/css/uicons-regular-straight.css");
/* ----------------------------------------------------------------
			[ All Css Plugins & Helper Classes File ]
-----------------------------------------------------------------*/

/* == owl.carousel == */
@import url("../plugins/owl.carousel.min.css");
@import url("../plugins/owl.theme.default.min.css");

/* == Slick Slider == */
@import url("../plugins/slick.css");
@import url("../plugins/slick-theme.css");

/* == animate css == */
@import url("../plugins/animate.min.css");

/* == themify, flaticon and fontawesome icons ==*/
@import url("../plugins/themify-icons.css");
@import url("../plugins/flaticon-rounded.css");
@import url("../plugins/flaticon-all.css");
@import url("../plugins/font-awesome-pro.css");

/* == magnific-popup gallery  == */
@import url("../plugins/magnific-popup.css");
 

:root {
	--primary-color: #003A54;
	--font-color: #000000;
	--white-color: #ffffff;
	--font-main: "Inter", sans-serif;
}


html,
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	list-style: none;
	word-wrap: break-word;
}

body {
	font-family: var(--font-main);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.75em;
	color: #999;

}

p {
	font-family: var(--font-main);
	font-size: 15px;
	font-weight: 300;
	line-height: 1.75em;
	color: #999;
	margin-bottom: 15px;
}

h1,
h2,
h3 {
	font-weight: 400;
	line-height: 1.2em;
	margin: 0 0 15px 0;
}

img {
	width: 100%;
	height: auto;
}

img {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	color: #f4f4f4;
}

span,
a,
a:hover {
	display: inline-block;
	text-decoration: none;
	color: inherit;
}

/* text field */
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
	outline: none;
}

input[type="email"],
input[type="text"],
textarea {
	max-width: 100%;
	margin-bottom: 0px;
	padding: 10px 0;
	height: auto;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	width: 100%;
	line-height: 1.5em;
	font-family: "Outfit", sans-serif;
	font-size: 15px;
	font-weight: 300;
	color: #000;
}

input:focus,
textarea:focus {
	border-bottom-width: 1px;
	border-color: var(--primary-color);
	background: transparent;
}

button {
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.75em;
	-webkit-transition: background-color 0.15s ease-out;
	transition: background-color 0.15s ease-out;
	background: transparent;
	border: 0px solid transparent;
}

select {
	padding: 10px;
	border-radius: 5px;
}

.np {
	padding: 0;
}

/* ===============================
   FORM TEXT COLOR (TYPING)
   =============================== */

input,
textarea {
	color: #000000;
	-webkit-text-fill-color: #000000;
}

/* ===============================
   PLACEHOLDER COLOR
   =============================== */

input::placeholder,
textarea::placeholder {
	color: #666666 !important;
	-webkit-text-fill-color: #666666 !important;
	font-size: 12px;
	font-weight: 400;
	opacity: 1;
}

/* Chrome, Safari, Edge */
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #666666 !important;
	-webkit-text-fill-color: #666666 !important;
}

/* Firefox */
input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #666666 !important;
	opacity: 1;
}

/* IE 10–11 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #666666 !important;
}

/* Legacy Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	color: #666666 !important;
}

.form-select {
	color: #666666;
}

.form-select:valid {
	color: #000000;
}

/* ======= Helper style ======= */
.mt-30 {
	margin-top: 30px !important;
}

.section-padding {
	padding: 80px 0;
	position: relative;
}


/*** button style one***/

.btn-style-one {
	text-align: center;
	background: transparent;
	color: #000;
	border: 1px solid #003A54;
	border-radius: 50px;
	justify-content: center;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	padding: 14px 25px;
}

.btn-style-one:hover {
	background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
}

.btn-check:checked+.btn-style-one, .btn-style-one.active, .btn-style-one.show, .btn-style-one:first-child:active, :not(.btn-check)+.btn-style-one:active, .btn-style-one:focus-visible{
    background: var(--primary-color);
	color: #fff;
	border: 1px solid var(--primary-color);
    box-shadow: none;
}

/*** Button style two ***/

.btn-style-two {
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	border: 1px solid #003A54;
	border-radius: 50px;
	justify-content: center;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	padding: 14px 25px;
}

.btn-style-two:hover {
	background: transparent;
	border: 1px solid #003A54;
	color: #000;
}

.btn-check:checked+.btn-style-two, .btn-style-two.active, .btn-style-two.show, .btn-style-two:first-child:active, :not(.btn-check)+.btn-style-two:active, .btn-style-two:focus-visible{
    background: transparent;
	border: 1px solid #003A54;
	color: #000;
    box-shadow: none;
}

/*** Button style three ***/

.btn-style-three {
	text-align: center;
	background: var(--white-color);
	color: #003A54;
	border: 1px solid #003A54;
	border-radius: 50px;
	justify-content: center;
	border-radius: 100px;
	font-weight: 500;
	font-size: 14px;
	padding: 14px 25px;
}

.btn-style-three:hover {
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.btn-check:checked+.btn-style-three, .btn-style-three.active, .btn-style-three.show, .btn-style-three:first-child:active, :not(.btn-check)+.btn-style-three:active, .btn-style-three:focus-visible{
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
    box-shadow: none;
}


/* ======= Navbar style ======= */
.navbar {
	position: relative;
	left: 0;
	top: 20px;
	width: 100%;
	background: transparent;
	z-index: 99;
	padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 100px;
}

.logo-wrapper a {
	font-size: 22px;
	color: var(--primary-color);
	font-weight: 600;
}

.navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler-icon {
    color: #000000;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-toggler:focus {
	box-shadow: none;
}

.navbar .navbar-nav .nav-link {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: var(--font-color);
	margin: 1px;
	letter-spacing: 1px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	padding-right: 12px;
	padding-left: 12px;
}

.navbar .navbar-nav .nav-link:hover {
	color: var(--font-color);
	text-decoration: underline;
}

ul.navbar-nav {
	margin-left: 80px;
}

.logo-wrapper {
	float: left;
}

.logo {
	padding: 0;
}

.navbar span.navbar-text button {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 600;
}

span.navbar-text button img {
	width: 12px;
}

span.navbar-text button:hover {
	/* text-decoration: underline; */
	border: 1px solid #000;
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-scroll {
	background: transparent;
	padding: 0 0 0 0;
	position: fixed;
	top: -100px;
	left: 0;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
	height: 90px;
    z-index: 999;
}

.nav-scroll .navbar-toggler-icon,
.nav-scroll .icon-bar {
	color: var(--font-color);
}

.nav-scroll .navbar-nav .nav-link {
	color: var(--font-color);
}

.nav-scroll .navbar-nav .nav-link:hover {
	color: var(--font-color);
}

.nav-scroll .navbar-nav .active {
	color: var(--font-color) !important;
}

.nav-scroll .navbar-nav .logo {
	padding: 15px 0;
	color: var(--white-color);
}

.nav-scroll .logo-img {
	width: 100px;
}

.nav-scroll .logo-img {
	margin-bottom: 0px;
}

nav.navbar.navbar-expand-lg .container {
	background: #F2F5F6;
	padding: 15px 30px;
	border-radius: 50px;
}


/*** Hero Section **/

.hero-banner {
	padding-top: 220px;
}

.hero-btns button {
	margin: 30px 5px;
}

.hero-text h1 {
	font-size: 45px;
	color: #000;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
}

.hero-text p {
	font-size: 14px;
	line-height: 24px;
	color: #7F7F7F;
	width: 45%;
	margin: 0 auto;
}

section.hero-graphics-section {
	margin-top: 120px;

}

.hero-after-text p {
	font-size: 20px;
	text-align: center;
	color: #979797;
	width: 60%;
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	line-height: 40px;
	margin: 80px auto;
}

.hero-after-text p strong {
	color: #000;
}

.hero-graphics {
	width: 90%;
	margin: 0 auto;
}

.hero-graphics img {
	width: 100%;
	height: auto;
}

/*** About section ***/

section.about-section {
	background: url('../images/about-bg.jpg') no-repeat;
	background-size: cover;
	background-position: center center;
}

.content-wrapper {
	background: #003A54;
	padding: 112px 120px;
}

section.about-section .row>* {
	padding: 0;
}

.content-wrapper p.subittle {
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 8px 20px;
	border-radius: 50px;
	font-size: 14px;
}

.content-wrapper h1.title {
	color: #fff;
	font-size: 35px;
	line-height: 50px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.content-wrapper p.desc {
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

/*****scrolling text ***/
section.marquee-txt {
    overflow-x: hidden;
}
.scrolling-text {
	width: 100%;
	white-space: nowrap;
	box-sizing: border-box;
	margin-top: 20px;
	padding-bottom: 20px;
}

.marquee-lines {
	display: flex;
	width: max-content;
	animation: marquee 10s linear infinite;
}

.marquee-lines span {
	font-size: 40px;
	font-weight: 500;
	margin: 0 50px;
	/* space between duplicates */
	white-space: nowrap;
	color: var(--primary-color);
	text-transform: none;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

@keyframes marquee {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}



/*** Popup **/

#generalForm .modal-dialog {
    max-width: 950px;
}

#generalForm .modal-content {
    border: none;
    position: relative;
    padding: 0 !important;
    font-size: 14px;
    border-radius: 0;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
}
.modal-content .modal-header {
    padding: 0;
    border: none;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
#generalForm .modal-content .modal-body.color-1 {
    background: var(--theme-color);
}
#generalForm .modal-content .modal-body .subheading {
    font-weight: 400;
    color: #000;
	font-size: 30px;
	text-align: center;
}
#generalForm .modal-content .modal-body .heading {
    font-weight: 400;
     color: #000;
	 font-size: 14px;
	 text-align: center;
}
#generalForm .modal-content .form-control {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    color: rgba(255, 255, 255, 1) !important;
    padding: 0 15px;
}
.modal-content .btn-secondary {
    height: 52px;
    display: inline-block;
}
.modal-content button.close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
    text-shadow: none;
    background-color: rgba(0, 0, 0, 0.1);
    color: #000;
    border-radius: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
#generalForm .th-btn.white-border:hover:before {
    background-color: #000;
}
#generalForm .modal-body.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



/*** Projects ***/

section.project-section {
	padding: 80px 0;
}
section.project-section > .container-fluid {
    padding: 0 80px;
}
section.project-section .header-title p.subittle {
	background: rgba(0, 58, 84, 8%);
	color: #003A54;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 50px;
}

section.project-section .header-title {
	margin-bottom: 25px;
}

section.project-section .header-title h1.title {
	font-size: 35px;
	color: #000;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.project-content p.pro-title {
	margin-bottom: 12px;
	text-align: center;
	font-size: 16px;
	line-height: 14px;
	font-weight: 600;
	color: #000;
	font-family: "Montserrat", sans-serif;
}

.project-content p.pro-subtitle {
	color: #A09B9B;
	font-size: 14px;
	text-align: center;
	font-weight: 500;
	line-height: 12px;
}

.project-content p.pro-price {
	color: #003A54;
	text-align: center;
	font-size: 14px;
	font-weight: 500;
	line-height: 12px;
}

.project-btns {
	text-align: center;
}

.project-content .project-btns .btn-style-one {
	font-size: 13px;
	line-height: 13px;
	border: 1px solid #D9D9D9;
	padding: 12px 20px;
	margin: 0;
}

.project-content .project-btns .btn-style-two {
	font-size: 13px;
	line-height: 13px;
	padding: 12px 20px;
	margin: 10px 0;
}

.project-card {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 10%);
	padding-bottom: 20px;
	border-radius: 20px;
}

.project-gallery .carousel-inner .carousel-item {
	width: 100%;
	height: 285px;
	margin-bottom: 25px;
}

.project-gallery .carousel-inner .carousel-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-gallery .carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 8px;
	height: 8px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: var(--bs-carousel-indicator-active-bg);
	background-clip: padding-box;
	border: 0;
	opacity: .5;
	transition: opacity .6s ease;
	border-radius: 100px;
}

.project-gallery .carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

.project-gallery .carousel-indicators {
	bottom: 20px;
}

.project-gallery .carousel-indicators .active {
	opacity: 1 !important;
}

/*** Best fits ***/
.bestfits-left-wrapper {
	position: relative;
}

.best-fits-section .container-fluid {
	width: 90%;
	margin: 0 auto;
}

.bestfits-list-wrapper {
	margin-left: 85px;
}

.best-fits-section .header-title p.subittle {
	background: rgba(0, 58, 84, 8%);
	color: #003A54;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 50px;
}

.best-fits-section .header-title h1.title {
	font-size: 35px;
	color: #000;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.bestfits-left-wrapper .img {
	width: 100%;
	height: 675px;
	position: relative;
	border-radius: 20px;
}

.bestfits-left-wrapper .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
	border-radius: 20px;
}

.best-fits-section .header-title {
	margin-bottom: 70px;
}

.round-badge p {
	text-align: center;
	background: #003A54;
	width: 175px;
	height: 175px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 5px solid #fff;
	position: absolute;
	top: -50px;
	right: -50px;
}

.bestfits-list-wrapper ul li {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.bestfits-list-wrapper ul li .content h1 {
	color: #000;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
}

.bestfits-list-wrapper ul li .content p {
	color: #000;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
	margin: 0;
}

.bestfits-list-wrapper ul li {
	border-bottom: 1px solid #F2F2F2;
	padding: 25px 0;
}

section.Ghantoot-word {
	padding: 80px 0;
}

section.Ghantoot-word h1 {
	font-size: clamp(28px, 6vw, 96px);
	width: 100%;
	text-transform: uppercase;
	color: #003A54;
}

section.Ghantoot-word h1 {
	width: 100%;
	text-transform: uppercase;
	color: #003A54;
	display: inline-block;
	font-size: 345px;
	white-space: nowrap;
	transform-origin: center;
	opacity: 0.10;
}

/** Location ***/

.location-section {
	position: relative;
}

.location-section:after {
    content: "";
    background: url(../images/location-bg.png) no-repeat;
    background-size: 100% 100%;
    background-position: bottom center;
    position: absolute;
    top: 250px;
    left: 0;
    right: 0;
    width: 100%;
    height: 80%;
    z-index: 1;
}
.location-section .container-fluid {
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.location-section p.subittle {
	background: rgba(0, 58, 84, 8%);
	color: #003A54;
	font-size: 14px;
	font-weight: 500;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 50px;
}

.location-section h1.title {
	font-size: 35px;
	color: #000;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	width: 70%;
}

.location-section p.short-desc {
	font-size: 14px;
	line-height: 26px;
	color: #000;
	margin-top: 60px;
}

.location-section .title-row {
	margin-bottom: 45px;
}

.location-card .location-name {
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}
.location-card .location-time {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 16px;
	margin-bottom: 0;
}


.location-section .map, .location-section .map iframe {
    border-radius: 20px;
}

.location-section .map {
            width: 100%;
            height: 60vh;
            position: relative;
            background: #f5f5f5;
}
   .location-section .map  iframe {
            width: 100%;
            height: 100%;
            border: none;
        }
        .locations-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            padding: 40px 0;
        }
        .location-card {
            border-left: 4px solid #fff;
            padding: 10px 20px;
            cursor: pointer;
            transition: all 0.3s ease;
            position: relative;
        }
        .location-card:hover {
            background: rgba(255, 255, 255, 0.1);
            border-left-color: #6bb8cc;
            transform: translateX(5px);
        }
        .location-card.active {
            background: rgba(255, 255, 255, 0.15);
            border-left-color: #8dd4e5;
        }
       
        @media (max-width: 768px) {
            .locations-grid {
                grid-template-columns: 1fr;
                padding: 20px;
            }
            .map-container {
                height: 50vh;
            }
        }


/**** Gallery ****/


section.gallery-section {
	margin:160px 0 80px 0;
	overflow: hidden;
	padding-bottom: 80px;
}

.property-slide {
	padding: 0 10px;
	outline: none;
}

.slick-slide {
	transition: all 0.5s ease;
	opacity: 1;
}

.slick-slide:not(.slick-center) {
	transform: scale(1);
	opacity: 0.7;
}

.slick-center {
	transform: scale(1);
	z-index: 10;
}

.slick-list {
	overflow: visible !important;
}

.slick-track {
	display: flex;
	align-items: center;
}

.property-card {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	transition: all 0.5s ease;
	height: 500px;
	opacity: 1;
}

.property-card img {
	opacity: 0;
}

.slick-center .property-card img {
	opacity: 1;
}

.slick-center .property-card {
	opacity: 1;
}

.property-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 1;
	transition: opacity 0.5s ease;
}

.property-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.6) 100%); */
	display: flex;
	align-items: center;
	justify-content: center;
}

.property-title {
	color: #000000;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: 2px;
	text-align: center;
	text-shadow: none;
	padding: 0 20px;
	transition: font-size 0.5s ease;
}

.slick-center .property-card .property-title {
	color: #fff;
}

.slick-center .property-title {
	font-size: 50px;
	font-weight: 600;
}

/* Slick Carousel Custom Styles */
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
    z-index: 100;
    bottom: -80px;
    top: auto;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 50px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.10);
}
.slick-prev {
	left: 50%;
	transform: translateX(-50px);
}

.slick-next {
	right: auto;
	left: 50%;
	transform: translateX(20px);
}

.slick-prev:before,
.slick-next:before {
	display: none;
}


/* Custom Arrow Images */
.slick-prev {
	background-image: url('../images/icons/prev-arrow.svg');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

.slick-next {
	background-image: url('../images/icons/next-arrow.svg');
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

.slick-prev:hover,
.slick-next:hover {
	opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	background: inherit !important;
}

/* OVERRIDE slick hover */
.slick-prev:hover,
.slick-prev:focus {
	background-image: url('../images/icons/prev-arrow.svg') !important;
	background-size: 50% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	opacity: 1 !important;
}

.slick-next:hover,
.slick-next:focus {
	background-image: url('../images/icons/next-arrow.svg') !important;
	background-size: 50% !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	opacity: 1 !important;
}


/* Responsive adjustments */
@media (max-width: 768px) {
	.property-card {
		height: 400px;
	}

	.property-title {
		font-size: 1.5rem;
	}

	.slick-center .property-title {
		font-size: 1.8rem;
	}

	.slick-prev {
		left: 10px;
	}

	.slick-next {
		right: 10px;
	}

	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}

	.slick-prev:before,
	.slick-next:before {
		font-size: 40px;
	}
}

@media (max-width: 576px) {
	.property-card {
		height: 350px;
	}

	.property-title {
		font-size: 1.3rem;
	}

	.slick-center .property-title {
		font-size: 1.5rem;
	}
}

/** Footer ***/

.footer-form input {
    height: 52px;
    padding: 0 20px;
    border-radius: 50px;
    font-size: 14px;
}
.row.footer-title h3 {
    color: #000;
    font-size: 38px;
}
.row.footer-title p {
    color: #000;
    font-size: 14px;
}
.iti__flag-container , .iti--separate-dial-code .iti__selected-flag{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background:transparent !important;
    left: 5px;
}
.iti--separate-dial-code .iti__selected-dial-code {
    display: none;
}
.iti.iti--allow-dropdown.iti--separate-dial-code {
    width: 100%;
}
.footer-logo-name h1 {
    color: #003A54;
    font-size: 20px;
    font-weight: bold;
    text-align: right;
}
.footer-section .container {
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.08);
    padding: 50px;
    position: relative;
    z-index: 2;
    background: #fff;
}

section.footer-bottom {
    background: #003A54;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    padding-top: 100px;
    padding-bottom: 30px;
}
.footer-logo a {
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.foote-menu ul {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-end;
}
.foote-menu ul li a{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.footer-form > .row > .col-md-12 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    gap: 20px;
}
.footer-form > .row > .col-md-12 > .btn-style-two {
    white-space: nowrap;
    flex-shrink: 0;
    min-width: max-content;
}


/*** Thank you popup ***/

.thankyou-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.popup-content {
  background: var(--white-color);
  border-radius: 8px;
  max-width: 500px;
  margin: 15% auto;
  padding: 30px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
}

.popup-content h3 {
  margin-bottom: 15px;
  color: #333;
}

.popup-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  font-weight: bold;
  color: #aaa;
  cursor: pointer;
}

.close-popup:hover {
  color: var(--font-color);
}


/*** custom select ***/

.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select {
  position: relative;
  cursor: pointer;
}

.custom-select-trigger {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background: #fff;
}

.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 5px;
  display: none;
  z-index: 1000;
}

.custom-select.open .custom-options {
  display: block;
}

.custom-option {
  padding: 10px 15px;
  cursor: pointer;
}

.custom-option strong {
  display: block;
}

.custom-option small {
  display: block;
  font-size: 12px;
  color: #777;
}
.custom-option:hover {
    background: #f5f5f5;
    margin: 5px; 
    border-radius: 10px;
}
.custom-select-trigger {
  padding: 12px 15px;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select-arrow {
  width: 8px;
  height: 8px;
  border-right: 2px solid #9B9393;
  border-bottom: 2px solid #9B9393;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.custom-select.open .select-arrow {
  transform: rotate(-135deg);
}


/** Project detail popup **/
.modal-hero-section .hero-img{
    position: relative;
}
.modal-hero-section .center-title {
    position: absolute;
}
.modal-hero-section .desc p {
    font-size: 14px;
    line-height: normal;
    padding: 30px;
    color: var(--font-color);
}
.modal-hero-section .center-title h1.modal-title.project-title {
    font-size: 35px;
    color: #fff;
    font-weight: normal;
}
.modal-hero-section .center-title h2.project-location {
    color: #fff;
    font-size: 15px;
}

.modal-header .btn-close i {
    color: #000;
    font-size: 10px;
    line-height: normal;
    top: -4px;
    position: relative;
}
.projects-modal .modal-header {
    border: none;
    padding: 10px;
    align-items: flex-start;
}
p.projectType {
    color: #003A54;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
}
h1.modal-title.project-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}
p.popup-project-subtitle {
    color: #000;
    font-size: 16px;
    font-weight: 500;
} 
ul.price-facts {
    padding: 0;
    display: flex;
    gap: 10px;
}
ul.price-facts li {
    background: #000;
    color: #fff;
    display: flex;
    gap: 10px;
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
}
ul.price-facts li img {
    width: 25px;
}
.modal-hero-section .img {
    height: 345px;
    width: 100%;
    border-radius: 20px;
}
.modal-hero-section .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.details-features ul {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 0;
}
.details-features ul li {
    border-radius: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.08);
    border: 1px solid #F8F8F8;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.details-features ul li p.heading {
    color: #7F7F7F;
    font-size: 14px;
    margin: 0;
}
.details-features ul li p.details {
    color: #000;
    font-size: 15px;
    font-weight: 500;
	margin-bottom: 0;
}
.popup-gallery-section{
    padding: 30px 0;
}
.popup-gallery-section .section-title {
    font-size: 20px;
    color: #003A54;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.images-section {
            display: flex;
            flex-wrap: wrap;
            height: 600px; /* Fixed height for the entire section */
        }

        .images-section .gallery-item {
            display: flex;
            flex-direction: column;
        }

        /* Make col-md-5 match the height of col-md-7 */
        .images-section .col-md-5.gallery-item {
            display: flex;
            height: 100%;
        }

        .images-section .col-md-5.gallery-item a {
            width: 100%;
            height: 100%;
            display: flex;
        }

        .images-section .col-md-5.gallery-item .gallery-img {
            width: 100%;
            height: 100%;
            flex: 1;
        }

        .images-section .col-md-5.gallery-item .gallery-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Right column with two stacked images */
        .images-section .col-md-7.gallery-item {
            display: flex;
            flex-direction: column;
            gap: 15px;
            height: 100%;
        }

        .images-section .col-md-7 .col-md-12 {
            flex: 1;
            display: flex;
            height: calc(50% - 7.5px); /* 50% minus half the gap */
        }

        .images-section .col-md-7 .col-md-12 a {
            width: 100%;
            height: 100%;
            display: flex;
        }

        .images-section .col-md-7 .gallery-img {
            height: 100%;
            width: 100%;
            flex: 1;
        }

        .images-section .col-md-7 .gallery-img img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .gallery-img {
            overflow: hidden;
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        }

        .popimg {
            display: block;
            width: 100%;
            height: 100%;
        }

        .projects-modal .modal-content {
    padding: 20px;
}

.mfp-bg {
    z-index: 1060 !important;
    background: #000 !important;
    opacity: 0.8;
}
.mfp-wrap{
     z-index: 1060 !important;
}
