*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.formflag {
  display: none;
}
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background: #fff;
  font-family: var(--theme-primary-font-family);
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
html,
body {
  scroll-behavior: smooth;
}
:root {
  --theme-blue-color: #003060;
  --theme-skyblue-color: #0e86d4;
  --theme-white-color: #ffffff;
  --theme-black-color: #000000;
  --theme-dark-blue-color: #111214;
  --theme-black-color: #161616;
  --theme-gray-color: #414141;
  --theme-gray-light-color: #707070;
  --theme-header-font-family: "IBM Plex Sans";
  --theme-primary-font-family: "Roboto";
}

@font-face {
  font-family: "bootstrap-icons";
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"),
    url("../fonts/bootstrap-icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.same-gap {
  padding: 30px 0;
}

img,
svg {
  vertical-align: middle;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table-bordered td,
.table-bordered th {
  border: 1px solid;
  color: #f1f1f1;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table-bordered {
  border: 1px solid #dee2e6;
}
.table-responsive > .table-bordered {
  border: 0;
}
.price-list-section tr td .btn {
  /* font-size: 16px; */
}

header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: var(--theme-black-color);
  padding: 10px 0;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.newClass {
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.inner-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.logo {
  max-width: 130px;
}
.menu ul {
  margin: 0 -15px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.error-msg {
  color: red;
  text-align: left;
}
.input-error {
  padding-bottom: 11px;
}
#loader {
  display: none;
}
.menu ul li a {
  color: var(--theme-white-color);
  text-decoration: none;
  font-size: 16px;
  padding: 10px 15px;
  text-transform: uppercase;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 600;
}
.menu ul li a:hover{
  color: var(--theme-skyblue-color);
}
.contact-number {
  display: flex;
}
.contact-number a.call-btn {
  text-decoration: none;
  color: #f1f1f1;
  -moz--webkit-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.call-btn{
  border: 2px solid var(--theme-skyblue-color);
  background-color: var(--theme-skyblue-color);
  color: var(--theme-white-color);
  padding: 5px 15px;
  font-size: 20px;
  font-family: var(--theme-header-font-family);
  border-radius: 30px;
}
.call-btn:hover{
  background-color: transparent;
  color: var(--theme-skyblue-color)!important;
}
.call-btn .bi{
  margin-right: 5px;
}
.contact-number a img {
  margin: 0 10px 0 0;
}
.banner-div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-div img {
  filter: brightness(80%);
}
.video-player {
    height: 100%;
    position: relative;
}
.video-player video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 35%);
}
.banner-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 90px;
  padding-bottom: 90px;
  z-index: 2;
}
.banner-info::after {
  /* content: "";
    background: transparent linear-gradient(180deg,#00000096 0%,#0F0F0F7B 24%,#54545400 100%) 0% 0% no-repeat padding-box;
    width: 500px;
    height: 110px;
    position: absolute;
    left: 50%;
    bottom: 140px;
    z-index: -1;
    transform: translateX(-50%); */
}
.banner-form-section {
    background: rgba(12, 19, 15, 0.84);
    border-radius: 10px;
    outline: rgba(244, 241, 232, 0.29) solid 2px;
    width: 100%
}
.form_title{
  font-size: 26px;
    font-weight: 500;
    font-family: var(--theme-header-font-family);
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 10px;
}
.banner-form-section .banner-form {
    margin: 0;
    padding: 30px 25px;
    border-radius: 15px;
    width: 100%
}

.banner-form-section .banner-form .form-group {
    margin: 8px 0px 12px;
}



/* Selected area styling */
select.form-control {
    background-color: transparent;   /* Tumor color */
    color: #fff !important;                 /* Selected text color */
    appearance: none;                       /* Remove browser arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='14' viewBox='0 0 20 20' width='14' xmlns='http://www.w3.org/2000/svg'><polygon points='0,0 20,0 10,10'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
    padding-right: 35px;  /* Space for arrow */
    border: 1px solid #ccc;
    margin-bottom: 0px;
    min-height: 44px;
    border-radius: 0px;
    font-size: 14px;
}

/* Dropdown option list styling (white BG + black text) */
select.form-control option {
    background-color: #ffffff !important;
    color: #000 !important;
}

.form-control:focus {
    color: #212529;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}

.banner-form .form .submit_btn {
    height: 44px;
    padding: 5px 30px;
    font-weight: 500;
    letter-spacing: .5px;
    width: 100%;
    color: #fff;
    background: #8b9488
}

.banner-form-section .banner-form .form-group input.form-control {
        padding: 7px 10px;
    margin-bottom: 0px;
    min-height: 44px;
    background: none;
    border: none;
    border: 1px solid #828282 !important;
    border-image: initial;
    border-radius: 0px;
    color: var(--theme-white-color);
    font-size: 14px;
}

.banner-form-section .banner-form button.btn.dark_btn.rounded.submit_btn {
    background: var(--theme-white-color);
    font-family: var(--theme-header-font-family);
    padding: 10px 30px;
    font-weight: 500;
    color: var(--theme-black-color);
    margin-top: 10px;
    width: 100%;
    text-align: center;
    justify-content: center;
    font-size: 22px;
}

.banner-form-section .banner-form button.btn.dark_btn.rounded.submit_btn:hover{
    background: var(--theme-skyblue-color);
    color: var(--theme-white-color);
}

.banner-form-section .banner-form .form-group input.form-control::placeholder {
    color: #fff
}

.banner-form-section .banner-form .form-group input.form-control:focus {
    border-bottom: 1px solid;
    outline: none;
    box-shadow: none
}

.banner-form-section .banner-form .form-group input.form-control:hover {
    border-bottom: 1px solid;
    outline: none;
    box-shadow: none
}

.mobile-banner {
  display: none;
}
.border-right {
  border-right: 1px solid #dee2e6;
}
.banner-section {
  position: relative;
}
.banner-title {
  text-align: left;
  margin-bottom: 20px;
}
.banner-title h1 {
  color: var(--theme-white-color);
  font-size: 40px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.project-overview-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 10px;
}
.banner-title p {
  color: var(--theme-white-color);
  font-size: 18px;
  margin-bottom: 10px;
}
.banner-title i{color: var(--theme-skyblue-color);}
.form-bottom p{color: #fff; text-align: center; margin-bottom: 10px;}
.banner-usp {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 1px solid #dddddd63;
  z-index: 99;
  background: #00000047;
  backdrop-filter: blur(20px);
  border-radius: 5px;
}
.banner-usp .banner-status,
.banner-usp .banner-typology,
.banner-usp .banner-price,
.banner-usp .banner-plan {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 20px 5px;
  position: relative;
  transition: 0.4s ease-in;
}
.banner-usp .banner-status,
.banner-usp .banner-price,
.banner-usp .banner-plan {
  flex: 1;
}
.banner-usp .banner-typology {
  flex: 1.8;
}
.banner-usp .banner-status h5,
.banner-usp .banner-typology h5,
.banner-usp .banner-price h5,
.banner-usp .banner-plan h5 {
  color: var(--theme-white-color);
  letter-spacing: 2px;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight: 500;
  display: none;
}
.banner-usp .banner-status h4,
.banner-usp .banner-typology h4,
.banner-usp .banner-price h4,
.banner-usp .banner-plan h4 {
  color: var(--theme-white-color);
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-usp .banner-status h5::after,
.banner-usp .banner-typology h5::after,
.banner-usp .banner-price h5::after,
.banner-usp .banner-plan h5::after {
  position: absolute;
  content: "";
  width: 170px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #dddddd;
  transform: translateX(-50%);
}
.banner-usp div:not(:last-child) {
  border-right: 1px solid #dddddd94;
}
.banner-txt {
  position: absolute;
  width: 100%;
  bottom: 50px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.banner-text-div {
  position: relative;
  padding: 10px;
}
.banner-text-div p {
  color: #f1f1f1;
  font-size: 18px;
  margin: 0 0 12px 0;
  line-height: 30px;
}
.banner-text-div h6 {
  color: #f1f1f1;
  font-size: 18px;
  margin: 0;
  line-height: 30px;
}
.tab-banner {
  display: none;
}
.padding-top {
  padding-top: 50px;
}
.padding-bottom {
  padding-bottom: 50px;
}
.margin-bottom {
  margin-bottom: 50px;
}
.title-div h2 {
  font-size: 35px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #1a1a1a;
  font-weight: 700;
  line-height: 32px;
}
.title-div p {
  font-size: 16px;
  margin-bottom: 10px;
  color: #1a1a1a;
}
.amenities-img {
  margin-bottom: 20px;
}
.amenities-slider .swiper-container {
  width: 950px;
}
.amenities-div {
  /* margin-top: 50px; */
}
.amenities-slider {
  position: relative;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.nopadding {
  padding: 0;
}
.highlight-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d, #1a1a1a);
}
.highlight-cnt .title-div h2, .highlight-cnt .title-div p{
  color: var(--theme-white-color);
}
.highlight-cnt .title-div p{margin-bottom: 10px;}
.highlight-cnt {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 30px 13% 30px 30px;
}
.highlight-cnt ul {
  padding-left: 15px;
  color: #f1f1f1;
}
.highlight-cnt ul li {
  margin-bottom: 15px;
}
.highlight-img .swiper-pagination {
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.highlight-img .swiper-pagination .swiper-pagination-bullet {
  margin: 5px;
  background-color: #f1f1f1;
  width: 12px;
  height: 12px;
}
.highlight-grid-main {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap: 15px;
}
.highlight-item {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
  border: 1px solid rgb(14 134 212 / 33%);
  box-shadow: 0 4px 20px #0000004d, 0 1px 3px #00000080, inset 0 1px var(--theme-white-color)fff1a;
  padding: 15px;
  border-radius: 10px;
}
.highlight-item h4 {
  color: var(--theme-skyblue-color);
  font-size: 18px;
  margin-bottom: 8px;
}
.highlight-item p {
  color: var(--theme-white-color);
  font-size: 16px;
}

.photo-gallery-img {
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}
.photo-gallery-img img{
  height: 100%;
  object-fit: cover;
}
.location-icon {
  max-width: 100px;
  margin: 0 auto 15px;
}
.swiper-button-prev1 {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.swiper-button-next1 {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.swiper-button-prev2 {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.swiper-button-next2 {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.floor-plan-img img {
  width: 100%;
  filter: blur(5px);
}
.floor-plan-section {
  background-color: #f1f1f1;
}
.floor-plan-section .title-div h2 {
  color: var(--theme-black-color);
}
.floor-plan-img {
  border: 2px solid #2d2d2d;
  padding: 5px;
  position: relative;
}
.floor-plan-img .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.swiper-pagination-floor-plan {
  text-align: center;
}
.swiper-pagination-floor-plan .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background-color: #575151;
}
.input-group {
  margin-bottom: 20px;
  position: relative;
}
.enquire-modal .form-control {
  width: 100%;
  background: transparent!important;
  border: none;
  border-bottom: 1px solid #f1f1f1;
  padding:5px 15px;
  color: #f1f1f1;
  font-size: 16px;
  border-radius: 0;
}
.enquire-modal .form-control:focus{
  border-color: inherit;
  box-shadow: none;
}
.form-control:focus-visible {
  outline: 0;
}
.submit-btn {
  background-color: var(--theme-black-color);
  border: 1px solid var(--theme-skyblue-color);
  color: #f1f1f1;
  width: 170px;
  cursor: pointer;
  font-size: 0.85rem;
  text-transform: uppercase;
  padding: 15px 20px;
  margin: 0px auto 0;
  display: table;
}
.form-control::-webkit-input-placeholder {
  color: #f1f1f1;
}
.form-control:-ms-input-placeholder {
  color: #f1f1f1;
}
.form-control::-moz-placeholder {
  color: #f1f1f1;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #f1f1f1;
  opacity: 1;
}
/* other page css */
.deliver-quality-div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.deliver-quality-item {
  border-right: 1px solid var(--theme-skyblue-color);
  padding: 0px 40px;
  display: flex;
  align-items: center;
}
.deliver-quality-cnt h4 {
  font-size: 24px;
  color: #1a1a1a;
  margin: 0;
  font-weight: 700;
  color: var(--theme-skyblue-color);
}
.deliver-quality-section .deliver-quality-cnt h4 {
  font-size: 40px;
}
.deliver-quality-cnt p {
  font-size: 20px;
  color: #231f20;
  margin: 0;
  font-weight: 500;
}
.deliver-quality-item:last-child {
  border-right: none;
}
.deliver-quality-section {
  background-color: #f1f1f1;
}
.deliver-quality-section .title-div p {
  color: var(--theme-black-color);
}
.justify-content-align {
  align-items: center;
}
.project-overview-section {
  background-color: #f1f1f1;
}
.amenities-section {
  background-color: #f1f1f1;
}
.amenities-items {
  background-color: var(--theme-white-color);
  padding: 15px 20px;
  text-align: center;
  transition: all 0.7s;
}
.amenities-items-icon img{
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.downloads-section .amenities-items {
  border: 1px solid var(--theme-white-color);
  margin-bottom: 15px;
  cursor: pointer;
}
.amenities-items:hover {
  background-color: var(--theme-black-color);
}
.amenities-items p {
  color: var(--theme-black-color);
  font-size: 18px;
  padding: 20px 0;
  position: relative;
  font-weight: 500;
  transition: all 0.7s;
}
.amenities-items:hover p {
  color: #f1f1f1;
}
.amenities-items p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  background: var(--theme-skyblue-color);
  height: 2px;
  transform: translateX(-50%);
}
.location-advantages-div {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}
.location-advantages-cnt {
  width: 100%;
  padding: 30px 30px 30px 13% ;
}
.location-advantages-map {
  width: 100%;
  /* background-image: url("../images/location-map.webp");
    background-position: center;
    background-size: cover; */
}
.location-advantages-map img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.location-advantages-map iframe {
  width: 100%;
  height: 100%;
}
.location-advantages-cnt .title-div {
  text-align: left;
}
.location-advantages-cnt .title-div {
  text-align: left;
}
.location-advantages-cnt .title-div p {
  padding: 0;
  font-weight: 400;
}
.location-advantages-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d, #1a1a1a);
  /*padding: 30px 0;*/
}
.location-advantages-section .title-div h2 {
  color: var(--theme-white-color);
}
.photo-gallery-slider {
  position: relative;
}
.swiper-button-prev3 {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.swiper-button-next3 {
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  cursor: pointer;
}
.photo-gallery-section {
  background-color: #f1f1f1;
}
.swiper-pagination-unit-plan .swiper-pagination-bullet {
  margin: 0 4px;
  width: 10px;
  height: 10px;
  background-color: #575151;
}
.swiper-pagination-unit-plan {
  text-align: center;
  margin-top: 30px;
}
.downloads-section .amenities-items-icon img {
  width: 49px;
}
.read-more {
  text-align: center;
}

.btn{
  border: 1px solid var(--theme-skyblue-color);
  background-color: var(--theme-skyblue-color);
  text-decoration: none;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  color: var(--theme-white-color);
  transition: all 0.5s;
  font-family: var(--theme-header-font-family);
  text-transform: uppercase;
  justify-content: center;
}
.btn:hover {
  color: var(--theme-white-color);
  background-color: transparent;
}
.downloads-section {
  background-color: var(--theme-black-color);
}
.downloads-section .title-div h2 {
  color: var(--theme-white-color);
}
.project-overview-section .deliver-quality-item {
  padding: 0;
}
.project-overview-section .deliver-quality-item .deliver-quality-cnt {
  padding: 0;
}
.project-overview-section .deliver-quality-item .deliver-quality-cnt p {
  margin: 0;
  font-size: 16px;
}
.first-border-line {
  border-bottom: 1px dotted var(--theme-black-color);
  padding-bottom: 15px;
  margin-top: 30px;
  border-right: 1px dotted var(--theme-black-color);
}
.second-border-line {
  border-bottom: 1px dotted var(--theme-black-color);
  padding-bottom: 15px;
  margin-top: 30px;
  border-right: 1px dotted var(--theme-black-color);
}
.third-border-line {
  border-bottom: 1px dotted var(--theme-black-color);
  padding-bottom: 15px;
  margin-top: 30px;
}
.four-border-line {
  padding-top: 15px;

  border-right: 1px dotted var(--theme-black-color);
}
.five-border-line {
  padding-top: 15px;
  border-right: 1px dotted var(--theme-black-color);
}
.six-border-line {
  padding-top: 15px;
}
.enquire-now-btn {
  margin-top: 20px;
}
.enquire-now-btn a {
  border: 1px solid var(--theme-skyblue-color);
  background-color: var(--theme-skyblue-color);
  text-decoration: none;
  padding: 10px 20px;
  display: inline-flex;
  align-items: center;
  color: var(--theme-white-color);
  transition: all 0.5s;
  font-family: var(--theme-header-font-family);
}
.enquire-now-btn a:hover {
  color: var(--theme-white-color);
  background-color: transparent;
}
.enquire-now-btn a img {
  margin: 0 10px 0 0;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
  background-color: var(--theme-black-color);
  margin: auto;
  padding: 20px;
  max-width: 500px;
  position: relative;
  border: 2px solid var(--theme-white-color);
  border-radius: 10px;
}
.close {
  color: var(--theme-black-color);
  font-size: 27px;
  font-weight: 700;
  position: absolute;
  right: -1px;
  top: -1px;
  background-color: #f1f1f1;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 0 5px 0;
  border-top-right-radius: 10px;
}
.close:focus,
.close:hover {
  color: var(--theme-black-color);
  text-decoration: none;
  cursor: pointer;
}
.countryCode ~ .form-control {
  padding: 15px 0 15px 135px;
}
.countryCode {
  background-color: transparent;
  color: var(--theme-white-color);
  border: none;
  width: 125px;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.countryCode option {
  color: var(--theme-black-color);
}
.countryCode option {
  color: var(--theme-black-color);
}
.countryCode optgroup {
  color: var(--theme-black-color);
}
.modal-form h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 20px;
  color: var(--theme-white-color);
}
.modal-form .form-control:focus-visible {
  outline: 0;
}
.project-video-section {
  height: 589px;
  display: flex;
  align-items: center;
}
.project-video-section .title-div h2 {
  color: #f1f1f1;
}
.project-video-div {
  text-align: center;
  padding: 50px 0;
}
footer {
  text-align: center;
  padding: 30px 0;
  width: 100%;
  background-color: var(--theme-skyblue-color);
}
footer p {
  color: #f1f1f1;
  font-size: 12px;
  margin: 0 0 10px;
}
footer ul {
  padding: 0;
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
}
footer ul li {
  margin: 0 10px;
}
footer ul li a {
  color: #f1f1f1;
  text-decoration: none;
  font-size: 14px;
}
.swiper-button-prev,
.swiper-button-next {
  z-index: 2;
}
.mobile-price {
  display: none;
}
/* other page css */

.side-enquire-now {
  position: fixed;
  right: -61px;
  top: 53%;
  transform: rotate(90deg);
  z-index: 9;
}
.side-enquire-now .btn {
  border: 1px solid var(--theme-skyblue-color);
  background-color: var(--theme-black-color);
}
.contact-buttons {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 9;
}
.contact-buttons ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact-buttons ul li {
  margin: 0 0 15px 0;
}
.contact-buttons ul li a {
  text-decoration: none;
  background-color: var(--theme-skyblue-color);
  color: var(--theme-white-color);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
.contact-buttons ul li a.whatsapp-btn {
  background-color: #3ac24d;
  color: var(--theme-white-color);
}
.contact-buttons ul li a span {
  display: none;
}
.contact-buttons ul li:first-child {
  display: none;
}
.contact-buttons ul li:last-child {
  display: none;
}
.deliver-quality-section .deliver-quality-item {
  text-align: center;
}
.project-overview-cnt img {
  filter: brightness(0) invert(0);
}
.read-more .btn {
  width: 100%;
}
.price-list-section .title-div h2 {
  color: var(--theme-white-color);
}
.price-list-section {
  background: linear-gradient(135deg, #1a1a1a, #2d2d2d, #1a1a1a);
}
.project-video-div a {
  border: 5px solid var(--theme-skyblue-color);
  width: auto;
  display: inline-block;
  border-radius: 100%;
}
.modal-form .title-div h2 {
  color: var(--theme-white-color);
  text-align: center;
}

.banner-img {
  height: 100vh;
}
.tab-banner {
  display: none;
}
.mobile-banner {
  display: none;
}
#form-title-name img {
  display: none;
}
.banner-div {
  height: 100vh;
  position: relative;
}
.form-btn span {
  color: var(--theme-white-color);
  margin: 0 15px;
}
.btn.whatsapp-btn img {
  max-width: 18px;
  height: auto;
}
.btn.whatsapp-btn span {
  margin: 0 0 0 10px;
}
.btn.whatsapp-btn {
  background-color: #3ac24d;
}
.amenities-swiper > .row {
  width: auto;
}
.iti__selected-country {
  color: var(--theme-white-color);
}
.form-control::placeholder {
  color: #9d9696;
}

/* ///// */
.active-btn {
  pointer-events: none;
  opacity: 0.8;
}

.iti--allow-dropdown {
  width: 100% !important;
}

.phone::placeholder {
  color: #888888; /* Change to your desired color */
}

.footer-form .iti .iti__country-container phone {
  border: none;
}

.iti__search-input {
  padding: 13px !important;
  font-size: 14px !important;
}

.iti__search-input {
  color: #000 !important;
  background-color: var(--theme-white-color) !important;
  font-size: 14px !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* //// */

/*.thankyou-sec{
  padding-top: 80px;
}*/
.thankyou-cnt{
  padding: 50px 0;
  background: #eeeeee;
}
.thankyou-cnt h1{
  font-size: 56px;
  font-family: var(--theme-header-font-family);
  font-weight: 600;
  margin-bottom: 10px;
}
.thankyou-cnt p{
  font-size: 18px;
  color: var(--theme-gray-light-color);
}

@media only screen and (max-width: 1558px) {
  .deliver-quality-cnt h4 {
    font-size: 20px;
  }
  .project-overview-section .deliver-quality-item .deliver-quality-cnt p {
    font-size: 15px;
  }
}

@media only screen and (max-width: 1400px) {
  .menu ul li a {
    font-size: 14px;
    padding: 10px 10px;
  }
  .deliver-quality-item {
    padding: 20px;
  }
  .deliver-quality-cnt {
    padding-left: 25px;
  }
  .deliver-quality-cnt h4 {
    font-size: 18px;
  }
  .location-advantages-cnt .title-div h2 {
    font-size: 36px;
  }
  .modal-form .input-group {
    margin-bottom: 15px;
  }
  .modal-form .title-div h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .form-control {
    font-size: 16px;
  }
  .countryCode {
    font-size: 16px;
  }
  .modal-content {
    max-width: 450px;
  }
}
/* @media only screen and (max-width: 1320px) {
    
  } */
@media only screen and (max-width: 1373px) {
  .highlight-item h4 {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .highlight-item {
    padding: 10px;
  }
}
@media only screen and (max-width: 1299px) {
  .title-div h2 {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .highlight-item h4 {
    margin-bottom: 4px;
  }
  .table-bordered td,
  .table-bordered th {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1250px) {
  .menu ul li a {
    font-size: 14px;
  }
  .deliver-quality-cnt h4 {
    font-size: 16px;
  }
  .location-advantages-cnt .title-div h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .button_container {
    top: 50%;
    right: 0;
    height: 29px;
    width: 35px;
    cursor: pointer;
    z-index: 100;
    transition: opacity 0.25s;
  }
    .button_container {
        position: absolute;
        transform: translateY(-50%);
    }
    .call-btn{font-size: 16px;}
    .headertop .contact-number{margin-right: 0px !important;}
    .banner-info{background-color: var(--theme-black-color);}
  .button_container span {
    background: #f1f1f1;
    border: 0;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.35s;
    cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
    top: 11px;
  }
  .button_container span:nth-of-type(3) {
    top: 22px;
  }
  @-webkit-keyframes widgetPulse {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.8, 1.8);
      transform: scale(1.8, 1.8);
      opacity: 0;
    }
  }
  @keyframes widgetPulse2 {
    0% {
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.4, 1.4);
      transform: scale(1.4, 1.4);
      opacity: 0;
    }
  }
  .navOverlay {
    position: fixed;
    background: #f1f1f1;
    top: 64px;
    left: 0;
    width: 100%;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height 0.3s, -webkit-transform 0.3s;
    transition: max-height 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -o-transition: max-height 0.3s, transform 0.3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow: auto;
  }
  .navOverlay nav {
    text-align: center;
  }
  .navOverlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 100%;
  }
  .navOverlay ul li {
    display: block;
    position: relative;
    opacity: 0;
    margin: 0;
  }
  .navOverlay ul li a,
  .navOverlay ul li span {
    display: block;
    position: relative;
    color: var(--theme-black-color);
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
  }
  .navOverlay.open li {
    -webkit-animation: 0.5s 0.35s forwards fadeInRight;
    animation: 0.5s 0.35s forwards fadeInRight;
    opacity: 1;
    border-bottom: 1px solid gray;
  }
  .button_container.active .top {
    transform: translateY(11px) translateX(0) rotate(45deg);
    background: #f1f1f1;
  }
  .button_container.active .middle {
    opacity: 0;
    background: #f1f1f1;
  }
  .button_container.active .bottom {
    transform: translateY(-11px) translateX(0) rotate(-45deg);
    background: #f1f1f1;
  }
  .navOverlay.open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }
  .contact-number{
    display: block;
    margin-right: 50px;
  }
  .bg-overlay{background: rgb(0 0 0 / 0%);}

  .side-enquire-now {
    display: none;
  }
  /* menu toggle */
  .deliver-quality-item {
    padding: 25px;
    display: block;
  }
  .deliver-quality-cnt {
    padding-left: 0;
  }
  .deliver-quality-cnt h4 {
    font-size: 14px;
  }
  .project-overview-section .deliver-quality-item .deliver-quality-cnt p {
    font-size: 14px;
  }
  .deliver-quality-cnt p {
    font-size: 16px;
  }
  .title-div h2 {
    font-size: 30px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
    height: 35px;
  }
  .swiper-button-prev1,
  .swiper-button-next1,
  .swiper-button-prev2,
  .swiper-button-next2,
  .swiper-button-prev3,
  .swiper-button-next3 {
    width: 35px;
    height: 35px;
  }
  .amenities-img {
    margin-bottom: 10px;
  }
  .title-div p {
    padding: 0;
  }
  .enquire-now-btn {
    margin-top: 10px;
  }
  .highlight-cnt ul li {
    margin-bottom: 10px;
  }
  .amenities-items p {
    font-size: 16px;
  }
  .location-advantages-cnt .title-div h2 {
    margin-bottom: 10px;
  }
  .amenities-slider .swiper-container {
    width: 100%;
  }
  .padding-bottom {
    padding-bottom: 20px;
  }
  .padding-top {
    padding-top: 20px;
  }
  .banner-img {
    height: auto;
  }
  .banner-title h1 {
    font-size: 35px;
  }
  .banner-title p {
    font-size: 16px;
  }
  .banner-usp .banner-status,
  .banner-usp .banner-typology,
  .banner-usp .banner-price,
  .banner-usp .banner-plan {
    gap: 0;
    padding: 10px 5px;
  }
  .first-border-line {
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .second-border-line {
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .third-border-line {
    padding-bottom: 10px;
    margin-top: 15px;
  }
  .highlight-item h4 {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .highlight-item p {
    font-size: 14px;
  }
  .highlight-grid-main {
    gap: 10px;
  }
  .highlight-cnt {
    padding: 10px 20px;
  }
  .btn {
    font-size: 14px;
    padding: 7px 10px;
  }
  .enquire-now-btn a {
    padding: 7px 10px;
  }
  .table-bordered td,
  .table-bordered th {
    font-size: 16px;
  }
  .location-advantages-cnt .title-div h2 {
    font-size: 28px;
  }
  .location-advantages-cnt {
    width: 100%;
    padding: 20px 15px;
  }
  /* .amenities-items {
      padding: 20px;
    }
    .amenities-items-icon img {
      max-width: 60px;
    } */
}
@media only screen and (max-width: 991px) {
  .banner-title h1 {
    font-size: 30px;
  }
  .banner-title p {
    font-size: 15px;
  }
  .highlight-cnt {
    padding: 20px 0px;
  }
  .banner-usp .banner-status h4,
  .banner-usp .banner-typology h4,
  .banner-usp .banner-price h4,
  .banner-usp .banner-plan h4 {
    font-size: 13px;
    letter-spacing: 1px;
  }
  .tab-banner {
    display: block;
  }
  .desktop-banner {
    display: none;
  }
  .nopadding {
    padding-right: 15px;
    padding-left: 15px;
  }
  .project-video-div a .modal-button {
    max-width: 80px;
    height: auto;
  }
  .project-overview-cnt {
    margin-bottom: 30px;
    text-align: center;
  }
  .title-div h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .location-advantages-div {
    display: flex;
    flex-flow: column;
  }
  .location-advantages-cnt {
    width: 100%;
    padding: 30px 15px 30px 15px;
  }
  .location-advantages-map {
    width: 100%;
  }
  .table-bordered td,
  .table-bordered th {
    font-size: 16px;
  }
  .padding-bottom {
    padding-bottom: 30px;
  }
  .padding-top {
    padding-top: 30px;
  }
  .contact-buttons ul li a span {
    display: block;
    text-transform: initial;
    font-weight: 300;
    font-size: 16px;
  }
  .contact-buttons {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .contact-buttons ul {
    display: flex;
  }
  .contact-buttons ul li {
    margin: 0;
    width: 50%;
  }
  .contact-buttons ul li a {
    border-radius: 0;
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px 0;
    height: auto;
  }
  .contact-buttons ul li a img {
    max-width: 25px;
    height: auto;
  }
  .contact-buttons ul li:first-child {
    display: inline-flex;
  }
  .contact-buttons ul li:last-child {
    display: block;
  }
  .highlight-img {
    display: none;
  }
  .highlight-img{
    object-fit: cover;
  }
  footer {
    padding: 30px 0 30px 0;
    width: 100%;
  }
  .highlight-cnt .title-div h2 {
    text-align: center;
  }
  .enquire-now-btn {
    text-align: center;
  }
  .amenities-section {
    padding-bottom: 0;
  }
  .location-advantages-cnt .title-div h2 {
    font-size: 28px;
    text-align: center;
  }
  .contact-buttons ul li:first-child a {
    border-top-left-radius: 10px;
  }
  .contact-buttons ul li:last-child a {
    border-top-right-radius: 10px;
  }
  .contact-buttons ul li a.whatsapp-btn {
    background-color: var(--theme-skyblue-color);
    color: var(--theme-white-color);
    position: relative;
  }
  .contact-buttons ul li a.whatsapp-btn::before {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 50%;
    background-color: var(--theme-white-color);
    transform: translateY(-50%);
  }
  .contact-buttons ul li a.whatsapp-btn::after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    background-color: var(--theme-white-color);
    transform: translateY(-50%);
  }
}
@media (min-width: 769px) {
    .gslide-image img {
        max-height: 70vh!important;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
  .banner-info {
    position: static;
  }
  .banner-section {
    padding-top: 0px;
  }
  .banner-div {
    height: auto;
  }
  .location-advantages-cnt {
    padding: 20px 15px;
  }
  .banner-info {
    position: static;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .banner-info .row{flex-direction: column-reverse;}
  .banner-form-section .banner-form button.btn.dark_btn.rounded.submit_btn{font-size: 20px;}
  .banner-usp {
    display: block;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #dddddd63;
    z-index: 99;
    background: #00000047;
    backdrop-filter: blur(20px);
    border-radius: 5px;
    max-width: 290px;
    margin: auto;
  }
  .banner-usp div:not(:last-child) {
    border-right: none;
  }
  .mobile-banner {
    display: block;
  }
  .tab-banner {
    display: none;
  }
  .deliver-quality-div {
    margin-top: 20px;
  }
  .deliver-quality-item {
    padding: 20px;
    display: block;
  }
  .title-div h2 {
    font-size: 25px;
  }
  .deliver-quality-item:last-child {
    border-bottom: none;
  }
  .first-border-line {
    border-bottom: 1px dotted var(--theme-black-color);
    padding-bottom: 15px;
    margin-top: 15px;
  }
  .third-border-line {
    padding-bottom: 15px;
    margin-top: 0;
    border-right: 1px dotted var(--theme-black-color);
    padding-top: 15px;
  }
  .deliver-quality-cnt {
    margin-top: 0;
  }
  .second-border-line {
    padding-bottom: 15px;
    margin-top: 15px;
    border-right: none;
  }
  .four-border-line {
    padding-top: 15px;
    border-right: none;
    border-bottom: 1px dotted var(--theme-black-color);
    padding-bottom: 15px;
  }
  .five-border-line {
    padding-top: 15px;
    /* border-right: none; */
    border-bottom: none;
    padding-bottom: 15px;
  }
  .amenities-div {
    margin-top: 20px;
    position: relative;
  }
  .read-more {
    margin-bottom: 20px;
  }
  .downloads-section .amenities-items {
    margin-bottom: 10px;
  }
  .project-video-div a .modal-button {
    width: 50px;
    height: auto;
  }
  .padding-bottom {
    padding-bottom: 20px;
  }
  .padding-top {
    padding-top: 20px;
  }
  .form-control {
    font-size: 18px;
  }
  .location-advantages-cnt ul li h4 {
    font-size: 17px;
  }
  .location-advantages-cnt ul li p {
    font-size: 14px;
  }
  .amenities-div .amenities-swiper .row {
    flex-wrap: nowrap;
    margin: 0;
  }
  .amenities-div .amenities-swiper .row .swiper-slide {
    padding: 0;
  }
  .amenities-div .swiper-pagination {
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    z-index: 2;
  }
  .amenities-div .swiper-pagination-bullet {
    margin: 0 4px;
    width: 10px;
    height: 10px;
    background-color: #575151;
  }
  .highlight-cnt .title-div {
    text-align: center;
  }
  .enquire-now-btn {
    margin-top: 15px;
    text-align: center;
  }
  .location-advantages-cnt .title-div {
    text-align: center;
  }
  /* .amenities-items {
      padding: 20px 10px;
    } */
  .deliver-quality-section .deliver-quality-cnt h4 {
    font-size: 30px;
  }
  .location-advantages-cnt .title-div h2 {
    font-size: 25px;
  }
  .thankyou-cnt h1 {
    font-size: 40px;
  }
  .thankyou-cnt p {
    font-size: 14px;
  }
  .thankyou-sec {
    padding-top: 70px;
  }
  .price-card{text-align: center;}
}
@media only screen and (max-width: 575px) {
  .contact-buttons ul li a span {
    font-size: 13px;
  }
  .project-video-div {
    padding: 20px 0;
  }
  .logo {
    max-width: 130px;
  }
  .banner-title h1 {
    font-size: 25px;
  }
  .highlight-grid-main {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .project-video-section {
    height: 400px;
  }
  .deliver-quality-item {
    padding: 0 10px;
  }
  .deliver-quality-section .deliver-quality-cnt h4 {
    font-size: 20px;
  }

  .mobile-banner {
    display: block;
  }
  .desktop-banner {
    display: none;
  }
  .title-div p {
    font-size: 13px;
  }
  .title-div h2 {
    font-size: 24px !important;
  }
  .location-advantages-cnt .title-div h2 {
    font-size: 20px;
  }
  .highlight-cnt ul li {
    font-size: 13px;
  }
  .enquire-now-btn a {
    padding: 10px 10px;
    font-size: 13px;
  }
  .form-control {
    font-size: 14px;
  }
  .modal {
    padding-left: 10px;
    padding-right: 10px;
  }
  .deliver-quality-cnt h4 {
    font-size: 13px;
  }
  .project-overview-section .deliver-quality-item .deliver-quality-cnt p {
    font-size: 13px;
  }
  .deliver-quality-cnt p {
    font-size: 13px;
  }
  .form-btn span {
    margin: 0 5px;
    font-size: 12px;
  }
  .project-overview-cnt p {
    font-size: 13px;
  }
  .amenities-items p {
    font-size: 13px;
    padding: 10px 0;
  }
  .location-advantages-cnt ul li h4 {
    font-size: 15px;
  }
  .location-advantages-cnt ul li p {
    font-size: 13px;
  }
  .btn {
    font-size: 13px;
  }
  .mobile-price {
    display: block;
  }
  .price-list-section .table {
    display: none;
  }
  .project-overview-cnt .img-fluid {
    max-width: 250px;
  }

  .price-list-section .price-box {
    padding: 50px 15px;
    border-radius: 4px;
    background-color: #e0dacf;
    transition: 0.8s ease-in-out;
    margin-bottom: 25px;
  }
  .price-list-section .typology {
    border: 2px solid var(--theme-skyblue-color);
    width: fit-content;
    margin: auto;
    padding: 5px 35px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }
  .price-list-section .price-details {
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px dotted var(--theme-black-color);
  }
  .price-major {
    font-size: 16px;
  }
  .price-list-section .micro-btn {
    text-align: center;
    padding-top: 20px;
  }
  .price-list-section .btn {
    background-color: var(--theme-skyblue-color);
    color: #f1f1f1;
  }
  .price-list-section .price-details {
    font-size: 14px;
  }
  .gslide-image img{
    width: 80vw!important;
  }
}
@media only screen and (max-width: 410px) {
}
@media only screen and (max-width: 400px) {
  .contact-buttons ul li a span {
    font-size: 12px;
  }
  .contact-buttons ul li a img {
    /* display: none; */
  }
  .amenities-items p {
    font-size: 12px;
  }
}

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1360px;
  }
}

.help-block{
  color: red;
    font-size: 12px;
}

/* MAIN SECTION */

.price-list-new .title-div h2 {
  margin-bottom: 40px;
}

/* GRID LAYOUT */
.price-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* PRICE CARD */
.price-card {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.1);
  transition: 0.3s;
}

.price-card:hover {
  transform: translateY(-4px);
}

/* Titles */
.price-card .typology {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

/* Details */
.price-card .item {
  font-size: 16px;
  margin-bottom: 10px;
  color: #444;
}

/* Button */
.price-card .modal-button.btn {
  background: #ba8b00;
  color: #fff;
  width: 100%;
  padding: 10px 16px;
  margin-top: 10px;
  border-radius: 6px;
  transition: 0.3s;
}

.price-card .modal-button.btn:hover {
  background: #8a6800;
}


/* SECTION BACKGROUND */
.overview-new {
  background: #f8f8f8;
}

/* Title */
.overview-new .title-div h2 {
  font-size: 32px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.overview-new .title-div p {
  color: #444;
  font-size: 16px;
  margin-bottom: 30px;
}

/* GRID BOXES */
.overview-new .overview-grid .overview-box {
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: left;
  box-shadow: 0 3px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
  border-left: 4px solid #ba8b00;
}

.overview-new .overview-grid .overview-box:hover {
  transform: translateY(-4px);
}

/* Numbers */
.overview-new .overview-grid .overview-box h4 {
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #222;
}

/* Labels */
.overview-new .overview-grid .overview-box p {
  margin: 0;
  color: #555;
  font-size: 15px;
}

/* Image rounded */
.overview-new .project-overview-img img {
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}




/* LEFT IMAGE */
.highlight-new .highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}



/* GRID */
.highlight-new .highlight-grid-main {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* EACH ITEM (NEW UI) */
.highlight-new .highlight-item {
  display: flex;
  gap: 16px;
  padding: 14px 18px;
  background: #faf8f3;
  border-radius: 16px;
  border: 1px solid #e9e6df;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: 0.3s ease;
  align-items: center;
}

/* Hover Effect */
.highlight-new .highlight-item:hover {
  transform: translateX(6px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

/* ICON */
.highlight-new .hi-icon {
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.12);
}

/* TEXT BLOCK */
.highlight-new .hi-text h4 {
  font-size: 17px;
  margin-bottom: 3px;
  font-weight: 700;
  color: #111;
}

.highlight-new .hi-text p {
  margin: 0;
  font-size: 13.5px;
  color: #555;
}

/* BUTTON */
.highlight-new .enquire-now-btn .btn {
  margin-top: 25px;
  background: #c59b41;
  color: #fff !important;
  padding: 12px 26px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s;
}

.highlight-new .enquire-now-btn .btn:hover {
  background: #9e7b33;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
  .highlight-new .highlight-cnt {
    padding: 35px 25px;
  }
  .highlight-new .highlight-item {
    padding: 12px 14px;
  }
  .highlight-new .hi-text h4 {
    font-size: 15.5px;
  }
}

/* MAKE HIGHLIGHTS 2-COLUMN */
.highlight-new .highlight-grid-main {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 20px; /* row & column gap */
}

/* MOBILE: BACK TO 1 COLUMN */
@media (max-width: 768px) {
  .highlight-new .highlight-grid-main {
    grid-template-columns: 1fr;
  }
}

.overview-section{padding: 60px 0px;}
.headertop{position: static !important;}
@media (max-width: 768px) {
  .overview-section{padding: 30px 0px;}
}

.map-wrapper {
    position: relative;
    width: 100%;
    height: 580px; 
    overflow: hidden;
}

/* BACKGROUND GOOGLE MAP */
.bg-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    z-index: 1;
}

/* WHITE BOX */
.info-box {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 50%;
    background: rgb(255 255 255 / 82%);
    padding: 35px;
    border-radius: 10px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15);
    z-index: 2;
}

.info-box h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sub-title {
    font-size: 16px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 25px;
}

/* ITEMS */
.info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.infobox{
  display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.info-item p {
    font-size: 18px;
    margin: 0;
}

.source {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    color: #777;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .info-box {
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        padding: 15px;
    }
    .info-box h3{font-size: 20px;}
    .infobox {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.info-item{margin-bottom: 15px;}
.map-wrapper{height: 680px;}
}
