@font-face {
  font-family: "IvyMode-Regular";
  src: url("../font/IvyMode-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  position: relative;
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  color: #232323;
  padding: 0;
  overflow-x: hidden;
  margin: 0;
}
* {
  margin: 0px;
  padding: 0px;
  border: 0px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  font-size: 16px;
  color: #444444;
  margin-bottom: 25px;
  font-family: "PT Sans", sans-serif;
  line-height: 25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  color: #111111;
  padding: 0px;
  font-family: "PT Sans", sans-serif;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-family: "PT Sans", sans-serif;
}
a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}
p:last-child {
  margin: 0;
}

.cta-btn {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  padding: 8px 27px 8px 27px;
  border: 1px solid #000;
  color: #000;
  background: transparent;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
}

.cta-btn:hover {
  background: #000000;
  cursor: pointer;
  color: #fff;
}

/* HEADER MAIN */
.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 20px 40px;
  z-index: 9999;
  background: transparent;
  transition: 0.3s ease;
}

.header.scrolled {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* LOGO */
.logo img {
  width: 150px;
}

/* DESKTOP NAV */
.nav-desktop ul {
  display: flex;
  gap: 30px;
  list-style: none;
}

.nav-desktop a {
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 12px;
  transition: 0.3s;
}

/* HAMBURGER */
.hamburger {
  width: 35px;
  height: 24px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.hamburger span {
  height: 3px;
  background: white;
  border-radius: 3px;
}

/* FULL-SCREEN OVERLAY MENU */
.menu-overlay {
  position: fixed;
  top: 95px;
  left: 0;
  width: 100%;
  height: auto;
  background: white;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 99999;
}

.menu-overlay ul {
  list-style: none;
  text-align: center;
}

.menu-overlay ul li {
  padding: 18px 0;
}

.menu-overlay ul li a {
  text-decoration: none;
  color: #222;
  font-size: 16px;
  letter-spacing: 3px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .nav-desktop {
    display: none;
  }

  .hamburger {
    display: flex;
  }
}


.payment-plan.fdfdf:after {
    opacity: 0;
}

/* Hamburger Animation to Cross */
.hamburger.active span:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}

.hamburger span {
  transition: 0.4s ease;
}

.header-m {
  height: 100vh;
  background: url(../img/header.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000001c;
  top: 0;
  z-index: -1;
}

.project-logo-desc {
  position: absolute;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25%;
}

.about-info {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.bg-about {
  background: url(../img/the-hillgate-about.jpg);
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.about-info p {
  text-align: justify;
  color: #fff;
}

.title {
  font-family: "IvyMode-Regular", sans-serif;
  color: #fff;
  margin-bottom: 25px;
  font-size: 50px;
  line-height: 50px;
}

.scroll-animate {
  font-size: 70px;
  color: #aa8d74;
  letter-spacing: 0;
  margin: 0;
}

.scroll-animate {
  opacity: 0;
  transform: translateX(150px);
  /* start right */
  transition: all 0.7s ease-out;
  text-align: center;
  overflow: hidden;
}

.scroll-animate.active {
  opacity: 1;
  transform: translateX(0);
  /* center */
}

.scroll-animate.hide-up {
  opacity: 0;
  transform: translateX(-150px);
  /* left hide */
}

.half-bg {
  position: relative;
}

.half-bg:before {
  content: "";
  height: 70%;
  width: 100%;
  background: #f3f3f3;
  position: absolute;
  z-index: -1;
}

.amenities-section {
  margin-top: 150px;
}

.amenities-bg {
  background: url(../img/com-amenities-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 0;
  padding-bottom: 50px;
}

.amenities-div .title {
  padding-left: 135px;
  position: relative;
  top: 100px;
}

.project-info {
  max-width: 600px;
  margin: 0 auto;
  font-family: "PT Sans";
  color: #222;
  padding: 100px 0;
}

.info-block {
  margin-bottom: 30px;
}

.info-block h4 {
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: bold;
  letter-spacing: 3px;
}

.line {
  display: block;
  width: 100%;
  height: 1px;
  background: #b4aca7;
  margin: 8px 0 15px 0;
  position: relative;
}

.info-block p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

.line:before {
  content: "";
  width: 50px;
  height: 3px;
  background: #b4aca7;
  display: block;
  position: absolute;
  top: -1px;
}

.elevator-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-top: 10px;
}

.elevator-grid h5 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}

.elevator-grid p {
  margin: 0;
  line-height: 1.6;
}

.building-configuration .title {
  padding-left: 135px;
  position: relative;
  top: 35px;
}

.building-sec {
  position: relative;
}

.building_bg {
  position: relative;
}

.building_bg:after {
  content: "";
  background: #f6f3f1;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.unit-size-section {
  font-family: "PT Sans";
  color: #222;
  padding: 50px 0;
  max-width: 600px;
  margin: 0 auto;
}

.main-title {
  font-size: 34px;
  font-weight: 400;
  margin-bottom: 40px;
}

.tower-block {
  margin-bottom: 60px;
}

.tower-block:last-child {
  margin: 0;
}

.tower-title {
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #b8aaa0;
}

.unit-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 15px;
}

.unit-table th {
  text-align: left;
  font-size: 16px;
  padding-bottom: 12px;
  letter-spacing: 2px;
  font-weight: 600;
}

.unit-table td {
  padding: 8px 0;
  font-size: 15px;
}

.unit-table tbody tr td:nth-child(2),
.unit-table tbody tr td:nth-child(3) {
  padding-left: 0;
}

.unit-table tbody tr:last-child td {
  padding-bottom: 15px;
}

.total-units {
  text-align: left;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 15px;
  padding-top: 20px;
  border-top: 1px solid #000000;
}

.SizeRange {
  background: url(../img/Size-Range.jpg);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.feature-list {
  list-style: none;
  padding: 0;
  padding-left: 100px;
}

.feature-list li {
  font-size: 14px;
  color: #5d4a3a;
  /* same brownish color */
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.feature-list li span {
  width: 22px;
  height: 22px;
  min-width: 22px;
  border-radius: 50%;
  background: #b89a74;
  /* golden brown same as screenshot */
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.feature-list img {
  border-radius: 10px;
  box-shadow: -8px 12px 30px -10px rgba(0, 0, 0, 0.51);
  -webkit-box-shadow: -8px 12px 30px -10px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: -8px 12px 30px -10px rgba(0, 0, 0, 0.51);
}

.Gallery-div {
  margin: 15px 0;
  border-radius: 10px;
  overflow: hidden;
}

.payment-plan {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 40px 0;
  position: relative;
}

/* Center line for desktop */
.payment-plan:after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #b28a67;
}

.pp-item {
  text-align: center;
  width: 10%;
  min-width: 130px;
  margin-bottom: 40px;
  position: relative;
}

.pp-percent {
  font-size: 30px;
  color: #b28a67;
  margin-bottom: 20px;
  font-weight: 500;
  font-family: "IvyMode-Regular";
}

.pp-dot {
  width: 9px;
  height: 9px;
  background: #b28a67;
  margin: 0 auto;
  position: relative;
  top: -10px;
  transform: rotate(45deg);
}

.pp-text {
  margin-top: 0;
  font-size: 14px;
  line-height: 18px;
  color: #000;
}

/* ------------------ TABLET ------------------ */
@media (max-width: 1024px) {
  .payment-plan {
    padding: 50px 20px;
  }

  .pp-item {
    width: 25%;
    margin-bottom: 50px;
  }

  .payment-plan:after {
    top: 65px;
  }
}

/* ------------------ MOBILE ------------------ */
@media (max-width: 600px) {
  .payment-plan {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }

  .payment-plan:after {
    display: none;
    /* Remove horizontal line on mobile */
  }

  .pp-item {
    width: 100%;
    margin-bottom: 25px;
  }

  .pp-percent {
    font-size: 26px;
  }
}

.form-header {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00000073;
  z-index: 1;
}

.form-section {
  text-align: left;
  font-family: "PT Sans", sans-serif;
  border: 0px solid #525252;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 20px 10px;
}

.form-title {
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 8px;
  color: #fff;
}

.form-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.field {
  background: #fff;
  border-radius: 0;
  border: none;
  height: 35px;
  padding: 3px 14px;
  width: 200px;
  font-size: 14px;
  outline: none;
  line-height: 0;
}

.phone-group select {
  border: none;
  font-size: 14px;
  outline: none;
  margin-right: 6px;
}

.phone-group input {
  border: none;
  outline: none;
  width: 100%;
  font-size: 14px;
}

.submit-btn {
  width: 150px;
  height: 35px;
  border: none;
  background: #e6e6e6;
  font-size: 12px;
  letter-spacing: 3px;
  cursor: pointer;
  border-radius: 0;
  color: #000 !important;
  line-height: 0;
}

.disclaimer {
  font-size: 10px;
  line-height: 1.4;
  width: 100%;
  margin: 8px auto 0;
  opacity: 0.8;
  color: #fff;
}

footer {
  background: url(../img/footer-banner-des.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 150px 0;
  background-attachment: fixed;
  position: relative;
}

/* WRAPPER */
.reg-box {
  width: 400px;
  padding: 25px 30px;
  background: #ffffffb8;
  margin: auto;
}

/* TITLE */
.reg-title {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

/* FIELD WRAPPER */
.reg-field {
  margin-bottom: 12px;
}

/* BASIC INPUTS */
.reg-input,
.reg-select {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  outline: none;
  font-size: 13px;
  margin-bottom: 10px;
}

.reg-input:focus,
.reg-select:focus {
  border-color: #666;
}

/* PHONE FIELD */
.reg-phone {
  align-items: center;
  width: 100%;
}

.reg-phone-left {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f4f4f4;
  padding: 0 10px;
  border-right: 1px solid #ccc;
}

.reg-flag {
  width: 20px;
  height: 14px;
  display: block;
  border: 1px solid #ccc;
  background: linear-gradient(
    to bottom,
    #00732f 33%,
    #fff 33%,
    #fff 66%,
    #ce1126 66%
  );
  /* UAE Flag */
}

.reg-code {
  font-size: 13px;
}

.reg-phone-input {
  border: none;
  flex: 1;
  padding: 10px;
  font-size: 13px;
  outline: none;
  width: 100%;
}

/* CONSENT TEXT */
.reg-consent {
  font-size: 11px;
  line-height: 1.4;
  color: #000;
  margin-top: 10px !important;
}

.reg-consent a {
  color: #444;
  text-decoration: underline;
}

/* BUTTON */
.reg-btn {
  width: 100%;
  padding: 10px 0;
  border: 1px solid #444;
  background: transparent;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  cursor: pointer;
}

.reg-btn:hover {
  background: #000;
  color: #fff;
}

/* FOOTER */
.reg-footer {
  text-align: center;
  font-size: 11px;
  color: #777;
  margin-top: 18px;
}

.copyright p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 14px;
}

.location-box {
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.item {
  margin-bottom: 25px;
}

.item img {
  width: 100%;
  border-radius: 8px;
}

.location-box {
  display: none;
}

.sticky-btn {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1000;
}

.phone-btn,
.whatsapp-btn {
  display: block;
  margin-bottom: 10px;
  background-color: #25d366;
  /* WhatsApp green */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  border: 1px solid #b5b5b5;
}

.phone-btn svg,
.whatsapp-btn svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

.phone-btn {
    background-color: #254c73;
}

.phone-btn:hover,
.whatsapp-btn:hover {
  opacity: 0.8;
}

/* Position the link on the right side and make it sticky */
.sticky-link {
  position: fixed;
  /* Keeps the link fixed while scrolling */
  bottom: 50%;
  /* Distance from the bottom of the page */
  right: -50px;
  /* Distance from the right of the page */
  z-index: 1000;
  /* Ensure it's above other content */
  padding: 10px 20px;
  /* Adjust padding for link */
  background-color: #000000;
  /* Link background color */
  color: white;
  /* Text color */
  text-decoration: none;
  /* Remove underline */
  border-radius: 0;
  /* Rounded corners */
  font-size: 16px;
  /* Font size */
  display: inline-block;
  /* Make it behave like a block-level element */
  text-align: center;
  /* Center the text */
  transform: rotate(-90deg);
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}

/* Optional: Hover effect */
.sticky-link:hover {
  background-color: #a98e72;
  /* Darker shade on hover */
  color: #000;
}

.btn-close {
  position: absolute;
  right: 20px;
}

.modal .form-container .iti {
  margin-bottom: 10px;
  width: 100%;
}

.modal .form-container button {
  margin: 0 auto;
  margin-top: 15px;
  text-align: center;
  display: block;
}

.bg-gray {
  background: #f5f5f5;
  padding-top: 60px;
}

.swiper-container {
  position: relative;
}

.properties-lists {
  margin-top: 95px;
  background: #f5f5f5;
  padding-top: 170px;
}

.main-properties-wrap {
  display: inline-flex;
  gap: 30px;
  background: #ffffff;
  position: relative;
  margin-bottom: 100px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border-radius: 15px;
}

.properties-img {
  width: 40%;
  overflow: hidden;
  position: relative;
}

.properties-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  height: 270px;
  max-height: 270px;
  border-radius: 15px 0 0 15px;
}

.properties-text {
  width: 60%;
  padding: 15px 0;
}

.properties-text ul {
  text-align: left;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  margin: 20px 0;
}

.properties-text ul li {
  line-height: 20px;
  font-weight: 500;
  font-size: 12px;
  list-style: none;
  display: inline-flex;
  gap: 10px;
  margin: 5px 0;
}

.properties-text ul li img {
  width: 25px;
  height: 25px;
  filter: contrast(0.5);
}

.properties-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.properties-but {
  display: inline-flex;
  gap: 5px;
}

.properties-but button {
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  padding: 5px 6px 5px 6px;
  border: 1px solid #000;
  color: #fff;
  background: #000;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 400;
  text-decoration: none;
  margin: 0;
}

.properties-but button:hover {
  background: gray;
  border-color: gray;
}

.properties-but button:hover {
  background: gray;
  border-color: gray;
}

.price-tabel {
	position: absolute;
	top: -53px;
	background: #a98e72;
	right: 0;
	width: 62%;
	text-align: center;
	padding: 13px 0;
}

.price-tabel p {
	color: #fff;
	font-size: 16px;
	margin: 0;
}

.price-tab {
	display: inline-flex;
	gap: 10px;
	align-items: center;
	font-weight: 500;
	color: #fff;
}

.row.properties-row {
  margin-top: 100px;
}

.form-control {
  margin-bottom: 10px;
}

.reg-box .iti {
  width: 100%;
  margin-bottom: 10px;
}
.form-container button {
  padding: 10px 20px;
  background-color: #000;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.form-container button:hover {
  background-color: #666666;
  color: #fff;
}

footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: start;
  margin: 9px 0;
}

footer ul li {
  padding-right: 10px;
}

footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}






.logo-pro {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    overflow: hidden;
}
.mySwiper .swiper-slide {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    background-image: var(--Paper-overlay);
    overflow: hidden;
    height: 100px;
    width: 100%;
    padding: 8px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 8px;
    transition: filter 0.3s;
    box-shadow: none;
}

.mySwiper .swiper-slide img{
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    max-height: 80px;
    object-fit: contain;
}


@media (max-width: 991px) {
  section {
    overflow-x: hidden;
  }
  
  
  .iti {
    max-width: 100%;
    width: 100%;
}
  
  	.sticky-btn{display: inline-flex; width: 100%; left: 0; right: 0; bottom: 0; }
	.phone-btn, .whatsapp-btn { border: 0; width: 50%; border-radius: 0; height: 45px; margin: 0; }
	.sticky-btn a svg { width: 20px; }


    .main-properties-wrap { gap: 5px; display: inline-block; }	
	.properties-img { width: 100%;}
	.properties-img img{    border-radius: 0; }
	.price-tabel{ width: 100%;}
	.properties-text { width: 100%; padding: 15px 20px; }


  .form-header {
    background: #000000d1;
  }

  .header-m {
    background-size: contain;
    background-position: top;
    height: 645px;
  }

  .project-logo-desc {
    top: 35%;
  }

  .bg-about {
    height: 500px;
    min-height: 500px;
  }

  .inline-row .col-lg-6.col-md-6.col-sm-12 {
    width: 50%;
    max-width: 50%;
  }

  .location-img {
    margin-bottom: 10px;
  }

  .title {
    font-size: 35px;
    font-weight: 900;
  }

  .about-info {
    width: 100%;
    padding: 0 20px;
    left: 50%;
  }

  .form-section {
    width: 100%;
  }

  .field {
    width: 100%;
    margin: 5px 0;
  }

  .form-row {
    display: block;
  }

  .submit-btn {
    margin-top: 10px;
  }

  .amenities-div .title {
    padding-left: 0;
    position: relative;
    top: 0;
    text-align: center;
    padding-top: 25px;
  }

  footer {
    padding: 100px 0;
  }

  .copyright {
    text-align: center;
    padding-top: 50px;
  }

  .payment-plan {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 0;
    margin-top: 60px;
  }

  .feature-list {
    padding-left: 0;
    margin-top: 50px;
  }

  .SizeRange {
    height: 500px;
  }

  .project-info {
    padding: 25px 0;
  }

  .ord-2 {
    order: 2;
  }

  .ord-1 {
    order: 1;
  }

  .driving-distances {
    display: none;
  }

  .location-box {
    display: block;
  }

  .unit-table th {
    font-size: 12px;
    letter-spacing: 0;
  }

  .reg-box {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .header-m {
    height: 630px;
  }
}

@media (max-width: 360px) {
  .header-m {
    height: 600px;
  }
}
.carousel-caption-title {position: absolute;right: 15%;bottom: 20px;left: 15%;padding-top: 20px;padding-bottom: 20px;color: #fff;text-align: center;top: 25%;z-index: 1;}
.carousel-caption-title h1 {color: #fff;font-size: 30px;text-shadow: 1px 2px 2px #3a3737;}
@media (max-width: 991px) {
    
}

@media (max-width: 767px) {
.carousel-caption-title{    top: 10%;  }
.carousel-caption-title h1{font-size: 20px;}

}