/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Oswald', sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-primary {
  font-family: 'Oswald', sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #00214d;
  color: #f8a73d;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #00214d;
  background: #c3c3c3;
  /* transition: background 0.2s ease-in-out; */
}

#carouselExampleControls0 {
  margin-top: -2px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px;
}

#header.header-scrolled {
  height: 80px;
  padding: 20px;
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 4px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 50px;
  width: 100px;
  border-radius: 8px;
  height: 100px;
}

#main {
  margin-top: 80px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 700;
}

.nav-menu>ul>li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #f8a73d;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 15px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #bd0048;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #2C2A2B;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #1c3745;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #bd0048;
}

.nav-menu .drop-down>a:after {
  content: "\ea99";
  font-family: 'Oswald', sans-serif;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down>a:after {
  content: "\eaa0";
  font-family: 'Oswald', sans-serif;
  position: absolute;
  right: 15px;
}

li .getoffer {
  border-radius: 50px;
  margin-left: 10px;
  color: #00214d;
  background: #f8a73d;
  font-size: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }

  .nav-menu .drop-down .drop-down:hover>ul {
    left: -100%;
  }

  .nav-menu .drop-down .drop-down>a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #000;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #f8a73d;
  padding: 10px 20px;
  font-weight: 550;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #bd0048;
  text-decoration: none;
}

.mobile-nav .drop-down>a:after {
  content: "\ea99";
  font-family: 'Oswald', sans-serif;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down>a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down>a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  text-align: right;
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 28px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(30, 67, 86, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.zoom_img {
  transition: transform .2s;
}

.zoom_img:hover {
  transform: scale(1.1);
}

#floorplanbutton {
  margin-top: 65px;
  color: #f8a73d;
  background: #00214d;
  border-radius: 30px;
  padding: 10px 23px;
  position: relative;
  top: -200px;
  display: inherit;
  margin: 0 83px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  transition: transform .2s;
}

#floorplan {
  background: #ddd;
}

#floorplan img {
  border-radius: 20px;
  filter: brightness(0.3);
  height: 250px;
  width: 350px;
}

#floorplan p {
  font-size: 20px;
  font-weight: 800;
  COLOR: rgb(71, 71, 71);
  text-align: center;
  margin-top: 15px;
}

.down_enquiry {
  background: #00214d;
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 9;
  display: none;
}

.down_enquiry ul li a:hover {
  color: #bd0048;
}

.down_enquiry ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.down_enquiry ul li {
  float: left;
  text-align: center;
  width: 50%;
  border-right: 1px solid #fff;
}

.down_enquiry ul li a {
  color: #f8a73d;
  display: block;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .hidemob {
    display: none;
  }

  .visible-xs {
    display: block !important;
  }

  .back-to-top {
    margin-bottom: 50px;
  }

  #float {
    top: 70%;
  }
}

#feedback {
  height: 0px;
  width: 85px;
  border-radius: 13px;
  position: fixed;
  right: 0;
  top: 55%;
  z-index: 1000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  text-transform: uppercase;
  -o-transform: rotate(-90deg);
}

#modalfooter {
  background: #00214d;
  border-radius: 20px;
  padding: 5px;
}

#modalfooter h5 {
  text-align: center;
  color: #f8a73d;
  margin-top: 10px;
  font-weight: 700;
}

#modalfooter h4 {
  text-align: center;
}

#modalfooter a {
  color: #f8a73d;
  font-weight: 700;
}

#feedback a {
  color: #f8a73d;
  background: #00214d;
  position: fixed;
  display: inline;
  border-radius: 13px;
  border: 1px solid white;
  height: 52px;
  padding-top: 10px;
  width: 185px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  z-index: 99999;
}

#float {
  position: fixed;
  top: 80%;
  right: 0;
  z-index: 9999;
  color: #f8a73d;
  background: #00214d;
  padding: 10px 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 50px 0 0 50px;
  box-shadow: 0px 9px 11px rgb(0 0 0 / 50%);
}

#float:hover {
  background: #c3c3c3;
  color: #00214d;
}

#float i {
  font-size: 18px;
}

@media (max-width: 768px) {
  #float {
    top: 70%;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding-top: 60px;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 22px;
  font-weight: 700;
  color: #00214d;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  text-transform: uppercase;
}

.enquire-btn {
  background: #00214d;
  color: #f8a73d;
  border: none;
  margin: 20px;
  border-radius: 20px;
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 800;
  align-items: center;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #00214d;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about h3 {
  font-weight: 700;
  font-size: 24px;
}

#about {
  background: #c3c3c3;
}

#about .col-about {
  padding: 30px;
}

.col-about2 {
  padding: 0 50px;
}

#about h1 {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #00214d;
}

#about h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 520;
  color: #00214d;
}

#about p {
  word-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  text-align: justify;
  color: #00214d;
}

#about img {
  height: 90%;
  width: 100%;
  border-radius: 30px;
}

.aboutrow {
  padding-bottom: 5%;
}

#specification h3 {
  color: #f8a73d;
  font-weight: 700;
  font-size: 2rem;
}

#specification h2 {
  margin-bottom: 20px;
  color: #00214d;
  font-weight: 700;
}

#amenities {
  padding: 0;
  margin-right: 0;
  margin-left: 0
}

.colame {
  padding: 0 50px;
}

.colame h3 {
  margin-bottom: 20px;
  margin-top: 30px;
  color: #f8a73d;
  font-weight: 800;
}

#amenities button {
  margin-bottom: 20px;
}

#specificationrow {
  margin-right: 0;
  margin-left: 0;
  padding-top: 5%;
  margin-top: -4%;
}

/* about section ends */
#ameimg {
  padding: 0;
  margin-top: 0;
}

#highkightsimg {
  margin: 0;
  padding: 0;
}

#highlightstext ul {
  font-weight: 600;
}

.colconnect {
  padding: 20px;
  color: #414045;
}

.colconnect h5 {
  margin-bottom: 20px;
  color: #322644;
  font-weight: 700;
}

.btncenter {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 50px;
  background: #00214d;
}

.btncenter a {
  color: #f8a73d;
}

#connectivity {
  background-color: #D4CFE8;
}

#connectivity img {
  border-radius: 30px;
  height: 80%;
  margin-bottom: 50px;
}

.about ul {
  list-style: none;
  padding: 0;
  font-size: 18px;
}

.about ul li {
  padding-bottom: 10px;
}

.about ul i {
  font-size: 22px;
  padding-right: 4px;
  color: #fff;
}

#deal {
  background: #c3c3c3;
  padding: 30px;
}

#deal .container {
  padding: 20px;
}

#deal h3 {
  color: #00214d;
  font-weight: 800;
}

/* font i icon fafa */
/* ------------------------------------------------- */
#fontawesome {
  font-size: 17px;
  font-weight: 500;
}

#fontawesome i {
  color: #00214d;
}

/*----------------------------------------- */
@media (max-width: 576px) {
  #main {
    margin-top: 65px;
    overflow: hidden;
  }

  #highkightsimg img {
    height: 300px;
    padding-bottom: 0;
  }
}

@media (max-width: 420px) {
  #about .col-about {
    padding: 15px;
  }

  #highkightsimg img {
    height: 300px;
  }

  #footer p {
    color: #f8a73d;
    font-size: 3px;
  }

  .col-about2 {
    padding: 0 15px;
  }
}

.abouttitle h2 {
  color: #00214d;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #00214d;
  padding: 20px;
}

#footer p {
  color: #f8a73d;
  font-size: 1em;
}

/*****************************
Modal Style
*****************************/
.modal {
  z-index: 99999;
}

.modal-dialog {
  max-width: 650px;
  margin: 1.75rem auto;
}

.modal-header {
  padding: 0px;
  border-bottom: 1px solid #1e54e7;
  background: #00214d;
  border: none;
}

.modal-header h5 {

  font-size: 23px;
  color: #f8a73d;
  text-transform: uppercase;
  font-weight: 700;
}

.modal-header .close {
  color: #f8a73d;
  z-index: 1;
  opacity: 1;
  padding: 1rem 1rem;
  margin: -1rem 0rem 0rem -2rem;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.modal-body {
  padding: 0;
  position: relative;
  background: #C3C3C3;
}

.modal-body input {
  border-radius: 20px;
}

.modal-body img {
  width: 100%;
}

.modal-body form {
  padding: 15px;
}

.modal-footer {
  background: #00214d;
  border-radius: 20px;
  padding: 5px;
}

.modal-footer h5 {
  text-align: center;
  color: #f8a73d;
  margin-top: 10px;
  font-weight: 700;
}

.modal-footer h4 {
  text-align: center;
}

.modal-footer a {
  color: #f8a73d;
  font-weight: 700;
}

.p-30 {
  padding: 0 50px;
}

.dontdisplaylg {
  display: none;
}

.mobtitle {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}


@media (max-width: 767px) {
  .mobdeal {
    margin-top: 50px;
  }

  .p-30 {
    padding: 30px 50px;
  }

  .ml-30 {
    margin-left: 30px;
  }

  .about h3 {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
  }

  .section-title {
    padding-bottom: 0px;
  }
}

.collapsible {

  /* background-color: #777; */
  color: #f8a73d;
  background: #00214d;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  border-radius: 10px;
}

.active1,
.collapsible:hover {
  background-color: #C3C3C3;
  color: #bd0048;
}

.content1 {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.content1 ul {
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
}


/* CSS Code for Header Section */

.qr-container {
  position: absolute;
  left: 20px;
  /* right: 20px; */
  bottom: 20px;
  /* top: 120px; */
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-container img {
  width: 100px;
  /* Adjust size */

}

.qr-container p {
  font-size: 14px;
  text-align: center;
  color: black;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0rem;
}

.qr-container1 {
  position: absolute;
  left: 45%;
  /* right: 20px; */
  bottom: 20px;
  /* top: 120px; */
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-container1 img {
  width: 100px;
  /* Adjust size */

}

.qr-container1 p {
  font-size: 14px;
  text-align: center;
  color: black;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0rem;
}


.qr-container2 {
  position: absolute;
  /* left: 20px;   */
  right: 20%;
  /* bottom: 20px;   */
  top: 15px;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.qr-container2 img {
  width: 100px;
  /* Adjust size */

}

.qr-container2 p {
  font-size: 14px;
  text-align: center;
  color: black;
  font-weight: bold;
  margin-top: 3px;
  margin-bottom: 0rem;
}


/* Mobile QR Code + RERA */
.mobile-rera-section {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile-rera-section img {
  width: 30%;
  max-width: 150px;
  height: auto;
}

.rera-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.rera-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 08px;
}

.rera-link {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}

.rera-link:hover {
  text-decoration: underline;
}

/* Show QR Code Section Only on Mobile */
@media (max-width: 768px) {
  .mobile-rera-section {
    display: flex;
  }
}