@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0px;
  padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Jost", sans-serif;
}

body {
  font-family: "Jost", sans-serif !important;
}

a {
  font-family: "Jost", sans-serif;
}

p {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  color: rgb(110 110 110);
}

.banner-sec {
  position: relative;
  overflow: hidden;
}

.banner-sec::after {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #103c3b69;
  width: 100%;
  height: 100vh;
  content: '';
}

.banner-sec img {
  width: 100%;
}

.textcenter {
  text-align: center;
}

.pding {
  padding: 60px 0px;
}

.mblview {
  display: none !important;
}

.deskview {
  display: block !important;
}

.smalltitle {
  margin-bottom: 20px;
}

.smalltitle span {
  background-color: #f3f5f5;
  color: #020202;
  font-size: 12px;
  padding: 6px 8px;
  border-radius: 2px;
}


.mainheading {
  font-size: 38px;
  color: #000;
  margin-bottom: 10px;
}



.aboutseclt img {
  width: 100%;
}



.aboutsecrt {
  text-align: left;
}

.aboutsecrt ul {
  list-style-type: none !important;
}

.aboutsecrt ul li {
  margin-bottom: 4px;
  font-size: 13px;
}

.aboutsecrt ul li i {
  color: #b07e50;
  margin-right: 5px;
}


.bannerbuttomicon {
  margin-top: -100px;
  margin-bottom: 100px;
  text-align: center;
}

.bannerbuttomiconafter {

  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 30%;
  background: linear-gradient(359deg, #103c3b, transparent);
  z-index: 0;


}

.bannerbuttomiconbx {
  text-align: center;
  position: relative;
}

.bannerbuttomiconbx h6 {
  font-size: 16px;
  color: #fff;
}

.bannerbuttomiconbx img {
  width: 30px;
}

.bannerbuttomiconbx p {
  font-size: 14px;
  color: #fff;
  position: absolute;
  right: 18%;
  top: 60%;
}

/* modernfacilbx */

.modernfacilbx {
  padding: 20px 0px;
}

.modernfacilbx img {
  width: 85px;
  margin-bottom: 22px;
}


.modernfacilbx h4 {
  font-size: 17px;
  margin-bottom: 7px;
}

/*discover_flats  */
.discover_flats {
  background-color: #f7f2ed;
}

.discover_flatstop {
  text-align: center;
}




/* Discover Button */

.section-description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
}

/* Floorplan Table Container */
.floorplan-table {
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #f9f5f1;
}

/* Each Row */
.floorplan-table .floor-row {
  display: flex;
  justify-content: space-between;
  padding: 10px 16px;
  border-bottom: 1px solid #e5dcd3;
  background-color: #f9f5f1;
  font-size: 16px;
}

.floor-row2 {
  background-color: #efe5dc !important;
}

/* Last row without border */
.floorplan-table .floor-row:last-child {
  border-bottom: none;
}

/* Label (left column) */
.floor-label {
  color: #605c58;
}

/* Value (right column) */
.floor-value {
  font-weight: 600;
  color: #63615f;
}

/* Highlight Tag for Brown Items */


.sliderpic img {
  width: 100%;
}

.footersection {
  background: #103c3b;
  padding-top: 50px;
  padding-bottom: 120px;
}


.tab-container {
  padding-top: 30px;
}

.tab {
  display: flex;
  gap: 40px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 40px;
  justify-content: space-between;
  padding-bottom: 10px;

}



.tab button {
  border: none;
  outline: none;
  padding: 10px 16px;
  font-size: 15px;
  color: #ffffff;
  cursor: pointer;
  outline: none !important;
  font-weight: 500;
  background: #0c5460;
}

.tab button.active {
  color: #fff;
  font-weight: 600;
  outline: none !important;
  background: #093d46;
}

.tabcontent {
  display: none;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  align-items: center;
}

.tabcontent.active {
  display: grid;
}

.tabcontent .text {
  max-width: 500px;
  width: 80%;
}

.tabcontent .text h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}

.tabcontent .text ul {
  list-style-type: circle;
  list-style-position: inside;
}

.tabcontent .text ul li {
  font-size: 14px;
}

.tabcontent .text p {
  color: #000000;
  line-height: 1.6;
  font-size: 14px;
  font-weight: 200;
}

.tabcontent .image {
  position: relative;
}

.tabcontent .image img {
  width: 100%;
  border-radius: 12px;
}

.area-badge {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(60, 50, 50, 0.7);
  color: #fff;
  padding: 6px 14px;
  font-size: 14px;
  border-radius: 6px;
}

.masterplnbox_col {
  display: flex;
  align-items: center;
}

.fiskfmbox2btn {
  justify-content: center;
  margin-top: 0px;
}

.textcenter {
  align-items: center !important;
}

@media (max-width: 768px) {
  .tabcontent {
    grid-template-columns: 1fr;
  }
}






#gallery-section {
  background-color: #fdf7f2;
  padding: 50px 20px;
  font-family: sans-serif;
}

.gallery-filters {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gallery-filters li {
  cursor: pointer;
  padding: 5px 20px 4px 20px;
  border-radius: 3px;
  transition: 0.3s;
  color: #6d6a68;
  font-weight: 500;
  margin: 10px 0px 10px 0px;
}

.gallery-filters li.active {
  background: #a76b3c;
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
}

.gallery-item {
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s ease;
}

.gallery-item.hide {
  opacity: 0;
  display: none;
  transform: scale(0.8);
  pointer-events: none;
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}




.gallery-item.show {
  animation: fadeInZoom 0.6s ease forwards;
}

/* Keyframes for entry animation */
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}



/* foot form */

section {
  background-color: #ffffff;
}

/* Button style */
.btn-primary {
  background-color: #a76b3c !important;
  border: none !important;
  padding: 10px 25px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-radius: 6px;
}

.btn-light {
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 6px 15px;
  border-radius: 4px;
}

/* Input & textarea */
.form-control {
  background-color: #f9f9f9 !important;

  border-radius: 6px;
  border: 1px solid #eee;
  padding: 10px 15px;
  font-size: 15px;
  margin-bottom: 20px !important;
}

.form-control:focus {

  box-shadow: 0 0 0 0.1rem rgba(167, 107, 60, 0.25);
}

.btn_cta {
  text-align: left;
}

.btn_cta a {
  background-color: #b07e50 !important;
  color: #fff;
  text-align: center;
  padding: 7px 16px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}

.btn_cta a:hover {
  background-color: #a76b3c !important;
  color: #fff;
}

/* Contact name & number */
h5 {
  margin-top: 15px;
  font-weight: 600;
}

.text-muted {
  color: #a76b3c !important;
  font-size: 15px;
  margin-bottom: 0;
}

/* foot fom end  */

.form_formrow {
  max-width: 700px;
  margin: 0 auto !important;
  margin-top: 30px;
  display: flex !important;
  justify-content: center;
  text-align: center;
  margin-top: 25px !important;
}



.foot2 {}

.foot2 h3 {
  display: flex;
  justify-content: center;
}

.foot2 h3 i {
  color: #b07e50;
  margin-right: 11px;
  margin-top: 2px;
  font-size: 35px;
}

.foot2 h3 span {
  color: #fff;
  text-align: center;
  font-size: 17px;
}

.foot2 h3 span a {
  display: flex;
  color: #9bb1b1;
  font-size: 13px;
  line-height: 26px;
}


.foot1 {
  text-align: center;
  color: #fff;
  width: 33%;
  margin: 0 auto;
  margin-bottom: 30px;

}

.foot1 img {
  width: 170px;
  margin-bottom: 10px;
}

.footimgcyber{
        width: 145px;
    margin-left: 15px;
    margin-top: -16px;
}
.foot1{
    display: flex;
}
.foot1 p {
  color: #fff;
  color: #9bb1b1;
}

.footerbottom2 a i {
  color: #9bb1b1;
  margin: 0px 8px;
  margin-top: 10px;
}

.highlightsnearby {
  background-color: #f7f2ed;

}

.highlightsnearbybox {
  background: #fff;
  text-align: center;
  padding-bottom: 4px;
  border-radius: 25px;
}

.highlightsnearbybox img {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 29px 30px 0px 1px;
}

.highlightsnearbybox h3 {
  font-size: 22px;
}

.highlightsnearby h2 {
  margin-bottom: 30px;
}

.fiskfmboxmain {
  display: flex !important;
  position: relative;
  background: #123735;
  justify-content: space-between;
  padding: 50px 0px 50px 0px;
  border-radius: 20px 20px 0px 0px;
}


.fiskfmbox1 {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
  color: #fff;
  justify-content: center;
  padding: 21px 0px 6px 0px;

}

.fiskfmbox {
  display: flex;
  align-items: center;
}

.fisckfm {
  width: 100%;
  position: fixed;
  background: center;
  z-index: 11;
  left: 0px;
  bottom: 0px;
  align-items: center;
}


.fiskfmbox2btn input {
  background: #a76b3c;
  border: none !important;
  padding: 7px 16px;
  border-radius: 4px;
  margin-top: 0px;
  color: #fff;
  margin-bottom: 18px;
}

.fisckfmh3 {
  display: none;
}

.discover_flatstop p {
  font-weight: 500;
  margin: 20px 0px 13px 0px;
}

.footsectionlinks {
  display: flex;
  justify-content: center;
  margin: 4px 0px 35px 0px;
}

.footsectionlinks ul {
  margin: 0px !important;
  padding: 0px !important;
  display: flex;
  justify-content: space-around;
  width: 60%;
  list-style-type: none;
  color: #fff;
}

.footsectionlinks ul li {
  color: #fff;
  font-size: 15px;
}

.footsectionlinks ul li a {

  color: #fff !important;
}

.desclaimerbox p {
  text-align: center;
  width: 80%;
  justify-content: center;
  margin: 6px auto 29px auto;
  color: #fff !important;

}

.mobile-cta {
  position: fixed;
  bottom: 20px;
  text-align: center;
  left: 0px;
  background: rgb(18 55 53);
  backdrop-filter: blur(8px);
  display: none;
  justify-content: space-between;
  gap: 20px;
  padding: 10px 20px;
  border-radius: 15px;
  z-index: 2000;
  width: 90%;
  margin: 0px 8px;
  align-items: center;
  margin: 0px 26px;
  justify-content: center;
  width: 89%;
}

.cta-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  font-size: 12px;
  text-decoration: none;
  font-family: sans-serif;
  width: 50%;
}


.cta-button:hover {
  color: white !important;
}

.cta-button i {
  font-size: 20px;
  margin-bottom: 5px;
}


.poptextceckbx {
  width: 90% !important;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
}

.poptextceckbxpop {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .mobile-cta {
    display: flex !important;
  }

  .footsectionlinks ul {
    width: 100%;
    text-align: center;
    display: block;
  }

  .fisckfmh3 {
    display: block;
    color: #fff;
    text-align: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 23px;

  }

  .footsectionlinks ul li {
    margin-bottom: 15px;
  }

  .fisckfm {
    position: relative;
    background: #123735;
  }

  .mblview {
    display: block !important;
  }

  .highlightsnearby h2 {
    margin-bottom: 15px;
  }

  .deskview {
    display: none !important;
  }

  .highlightsnearbybox {
    margin-bottom: 15px;
  }

  .banner-sec img {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }

  .bannerbuttomicon {
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    background: #143c3a;
  }

  .bannerbuttomiconbx {
    margin-bottom: 30px;
    text-align: left;
    width: 63%;
    margin: 0 auto 35px auto;
  }


  .logobtn {
    display: none !important;
  }

  .pding {
    padding: 30px 0px;
  }

  .discover_flats {
    background-color: #f7f2ed;
    padding: 30px 15px !important;
  }

  .tab button {
    padding: 10px 0;
    font-size: 15px;
    width: 40%;
    border: 1px solid #0c5460;
    margin: 0px 7px;
    margin-bottom: 15px;
  }


  .tab {
    display: block;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 15px;
  }

  .tab button.active {
    color: #ffffff;
    font-weight: 600;
    background: #123735;
  }

  .slider {
    margin-top: 40px;

  }

  .gallery-filters {
    display: block;
  }

  .gallery-filtersbox li {
    cursor: pointer;
    padding: 5px 20px 4px 20px;
    margin: 10px 0px 10px 0px;
    width: 40%;
    float: left;
    margin: 3px 12px 20px 12px;
    border: 1px solid #000;
  }

  .gallery-grid {
    display: grid;
  }

  .foot1 {
    width: 100%;

  }

  .foot2 h3 i {
    margin-right: 1px;
    margin-top: 2px;
    font-size: 17px;
  }

  .foot2 h3 {
    display: block;
    text-align: center;
  }

  .foot2 h3 span a {
    justify-content: center;
  }

  .modernfacilbx {
    padding: 20px 0px;
    text-align: center;
  }

  .gallery-grid {
    display: grid;
    /* float: left; */
    width: 100%;
    margin-bottom: 20px;
  }

  .smalltitle span {
    font-size: 14px;

  }

  #gallery-section {
    margin-top: 30px !important;
  }

  .fiskfmboxmain {
    display: block !important;
    position: relative;
    background: #123735;
    justify-content: space-between;
    padding: 27px 0px 25px 0px;
    border-radius: 0px;
  }

  .fiskfmbox1 {
    position: relative;
  }

  .fiskfmbox1 {
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 0px 0px 5px 0px;
  }

  .fiskfmbox {
    justify-content: center;
    align-items: center;
    margin-top: 4px;
  }

  .footsectionlinks {
    margin: 4px 0px 5px 0px;
  }

  .desclaimerbox p {
    text-align: center;
    width: 90%;
    justify-content: center;
    margin: 7px auto 0px auto;
    color: #fff !important;
  }

  .slick-next {
    right: 25px !important;
    z-index: 999 !important;
    display: block !important;
  }

  .slick-pro {
    right: 25px !important;
    z-index: 999 !important;
    display: block !important;
  }

  .slick-prev {
    left: 33px !important;
    z-index: 99 !important;
    display: block !important;
  }

}


@media (max-width: 767px) {
  .floorplansscr .slick-prev {
    left: 39px !important;
    z-index: 9 !important;
  }

  .slick-next:before {
    z-index: 999;
  }

  .floorplansscr .slick-next {
    right: 40px !important;
  }
}


.accourdinsectiontab .accordion {
  background-color: #ffffff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: 1px solid #000 !important;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* Add plus sign */
.accourdinsectiontab .accordion::after {
  content: "\002B";
  /* + */
  color: #777;
  font-weight: bold;
  position: absolute;
  right: 30px;
  font-size: 18px;
}

/* Change plus to minus when active */
.accourdinsectiontab .accordion.active::after {
  content: "\2212";
  /* − */
}

.accourdinsectiontab .active,
.accordion:hover {
  background-color: #123735;
  color: #fff;
}

.accourdinsectiontab .panel {
  padding: 20px 18px 10px 18px;
  display: none;
  background-color: #ffffffa6;
  overflow: hidden;
  margin: -21px 0px 25px 0px;
  border-radius: 0px 0px 12px 12px;
  text-align: left !important;

}

.deskview {
  display: block !important;
}

.mblview {
  display: none !important;
}

.ctabtnmm a {
  background: #a76b3c;
  padding: 8px 20px;
  font-size: 15px !important;
  border-radius: 8px;
  color: #fff;
}

.modal-title {
  margin: auto 0 auto auto;
  color: #a76b3c;
  font-weight: 700;
}

.aboutsecrt h2 {
  margin-top: 20px;
}

.header_area {
  background-color: #103c3b;
 }

.mainprvy {
  padding-bottom: 50px;
}

.headingbox {
  font-weight: bold;
  font-size: 25px;
  margin-bottom: 20px;
  color: #103c3b;
}

.footersection {
  padding-bottom: 20px;
}

.modal_div {
    z-index: 99999999;
    transform: rotate(90deg);
    transform-origin: right bottom 0;
    position: fixed;
    bottom: 45%;
    right: 38px;
    line-height: 1;
    margin: 0px;
    text-align: center;
    background-color: #123735;
    color: white;
}

@media (max-width: 767px) {
  .amenitisecbx {
    width: 50% !important;
  }

  .deskview {
    display: none !important;
  }

  .mblview {
    display: block !important;
  }

  .modernfacilbx img {
    width: 77px;
    margin-bottom: -1px;
  }

  .modernfacilbx {
    padding: 0px 0px;
  }

  .header_area {
    background-color: #123735 !important;
    margin-bottom: 0px;
  }

  .Floorplans {
    text-align: center;
  }
  
  .footersection {
    padding-bottom: 100px;
}

}