/*------------------------------------------------------------------
-------------------------------------------------------------------
Table of contents

    I.General
    II.Page Prealoader
    III.Header & Navigation
    IV.Hero Section
    V.About Section
    VI.Testimonial Section
    VII.Plans and Planning
    VIII.CTA Section
    IX.Responsive Styles

-------------------------------------------------------------------
[Color codes]

Background:	#FFF; (white)
Content:	#222; (black)
Footer:		#222;

a (standard): #f05b27;
a (hover): #f05b27;
a (visited): #f05b27;	
a (active):	#f05b27;

[Colors]

Primary Color: #f05b27;
Accent Color: #222;
-------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css?family=Cabin|Raleway:300");
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Cabin and Raleway Font */

/* --------------------------- /////////// I. GENERAL /////////// --------------------------- */
/* -Color- */
.colored {
  color: #f05b27;
}

/* -Link Styling- */
a {
  color: #f05b27;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
}

a:visited {
  color: #f05b27;
  text-decoration: none;
}

a:hover {
  color: #f05b27;
  text-decoration: underline;
}

a:active {
  color: #f05b27;
  text-decoration: underline;
}

a:focus {
  color: #f05b27;
  text-decoration: none;
}

/* -Resets- */
html,
body {
  color: white;
  font-size: 16px;
  line-height: 3rem;
  /* 24px */
  max-width: 100%;
  overflow-x: hidden;
  background-color: black;
}

/* -Full width fluid container- */
.full-width {
  padding-left: 0;
  padding-right: 0;
}

/* -Text Styling */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

h1 {
  font-size: 2.5rem;
  /* 36px */
}

h2 {
  font-size: 2.25rem;
  /* 24px */
}

h3 {
  font-size: 1.5rem;
  /* 20px */
}

h4 {
  font-size: 1.25rem;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  /* 15px */
  padding: 5px 5px 5px 0;
  margin: 0;
  font-weight: 300;
  line-height: 25px;
}

li {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

li p {
  font-weight: bold;
}

.heading {
  position: relative;
  /* background: #fff; */
  text-align: center;
  width: fit-content;
}

.heading::before {
  position: absolute;
  left: -20px;
  top: -14px;
  display: inline-block;
  content: " ";
  width: 50px;
  height: 70px;
  background: none;
  border: 3px solid #f05b27;
  z-index: -2;
}

.strong {
  font-weight: bold;
}

.subtle {
  color: #999;
}

.spaced {
  letter-spacing: 5px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

ul {
  list-style-type: none;
  padding: 0;
}

/* -Margins and Floats- */
.floated-left {
  float: left;
}

.floated-right {
  float: right;
}

.inline {
  display: inline;
}

.tiny-margin {
  margin-bottom: 3em;
  /* 32px */
}

.small-margin {
  margin-bottom: 6em;
  /* 96px */
}

.medium-margin {
  margin-bottom: 4em;
  /* 128px */
}

.large-margin {
  margin-bottom: 12em;
  /* 192px */
}

/* -hr- */
hr {
  width: 100%;
  height: 1px;
  background: #f05b27;
  margin: 10px 0;
}

.short-hr-center {
  text-transform: uppercase !important;
}

.short-hr-center::after {
  border-top: 1px solid;
  border-color: #f05b27;
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  margin: 5px auto 0 auto;
}

.short-hr-center2::after {
  border-top: 1px solid;
  border-color: #f05b27;
  content: "";
  display: block;
  height: 1px;
  width: 190px;
  margin: 0px auto 0 auto;
}

/* -General Button Styles */
button {
  outline: none !important;
}

.button {
  height: auto;
  width: auto;
  margin: 5px auto;
  padding: 0px 35px !important;
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  color: white !important;
  border: none;
  background: #f05b27;
  display: inline-block;
  outline: none;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  cursor: pointer;
}

.button:visited {
  color: white !important;
}

.button:hover {
  transform: scale(1.1);
  text-decoration: none;
  /* color: #cf262d !important; */
}

.button:focus {
  color: #cf262d !important;
}

/* --------------------------- /////////// II. PAGE PRELOADER /////////// --------------------------- */
/* -Loading Screen- */
#loader-wrapper {
  background: black;
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  text-align: center;
  z-index: 1050;
}

.loader-logo {
  max-width: 20%;
  height: auto;
  display: block;
  position: relative;
  color: #222;
  top: 50%;
  margin: 0 auto;
  font-family: "Poppins", sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
}

#progress {
  width: 0;
  height: 2px;
  background: none;
  position: relative;
  top: 80%;
}

.loader-text {
  position: relative;
  color: #222;
  top: 35%;
  font-size: 1.5rem;
}

/* -Loading Screen Animation- */
.loaded {
  -moz-transform: translate3d(0px, -100%, 0px);
  -webkit-transform: translate3d(0px, -100%, 0px);
  -o-transform: translate(0px, -100%);
  -ms-transform: translate(0px, -100%);
  transform: translate3d(0px, -100%, 0px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* --------------------------- /////////// III. HEADER & NAVIGATION /////////// --------------------------- */
#main-logo {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  /* 28px */
  font-weight: bold;
}

.navbar-light {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(255, 255, 255, 0);
  z-index: 900;
}

.scrolled {
  /*background-color: rgba(255, 255, 255, 1);  navbar background gradient */
  z-index: 900;
  /* border: 1px solid #f9f9f9; */
}

.navbar-light.scrolled .navbar-nav .nav-link {
  color: #222;
}

.navbar-light.scrolled #main-logo {
  color: #222;
}

.nav-link {
  font-size: 1rem;
  margin-top: 5px;
  transition: 0.2s;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #f05b27;
}

.navbar-light .navbar-nav .nav-link:active {
  color: #f05b27;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #f05b27;
}

.navbar-toggler {
  border: none;
  cursor: pointer;
}

#hamburger .icon-bar {
  display: block;
  height: 2px;
  width: 25px;
  background: #f05b27;
  margin: 7px 0;
  transition: 0.3s ease-in-out;
}

/* - Mobile menu animation - */
#hamburger .icon-bar:nth-child(1) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger .icon-bar:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger .icon-bar:nth-child(3) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#hamburger.open .icon-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger.open .icon-bar:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#hamburger.open .icon-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* --------------------------- /////////// IV. HERO SECTION /////////// --------------------------- */
.hero-unit {
  position: relative;
}

/* -Video- */
#bgvid {
  width: 100%;
  height: 100%;
}

/* -Image Overlay- */
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.8);
}

#logo {
  max-width: 100%;
  height: auto;
}

/* .angled-section {
    -webkit-clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 100% 0);
    clip-path: polygon(100% 80%, 50% 100%, 0 80%, 0 0, 100% 0);
} */
/* -Hero Image Caption- */
.hero-caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 7% 0 0 0;
  color: #fff;
  text-shadow: none;
  padding: 20px;
  z-index: 5;
  text-align: center;
}

.hero-caption h1 {
  font-size: 3rem;
  margin: 5px 0;
  font-weight: bold;
}

.hero-caption p {
  font-size: 1.7rem;
  padding-top: 0;
}

#hero-section .button {
  margin-top: 60px;
  padding: 6px 15px;
}

#arrow {
  display: block;
  margin: 40px auto 0 auto;
  width: 70px;
  height: auto;
  font-size: 2rem;
}

/* --------------------------- /////////// V. ABOUT SECTION /////////// --------------------------- */
.feature {
  background: black;
  padding: 30px;
  min-height: 282px;
  /* border: 1px solid #f05b27 !important; */
  box-shadow: 0px 0px 20px #ffffff65;
}

.feature i {
  display: block;
  margin: 0 auto 25px auto;
  font-size: 3.5rem;
  width: auto;
  height: auto;
  border-radius: 50%;
}

#about-section .col-md-7 {
  padding-right: 0;
}

#about-section .col-md-5 {
  padding-left: 0;
  background: #f9f9f9;
}

#about-section .col-md-7.flipped {
  padding-left: 0;
}

#about-section .col-md-5.flipped {
  padding-right: 0;
}

.text-wrapper {
  /* margin: 30% 0 0 15px; */
  /* padding: 20px; */
  /* max-height: 600.817px !important; */
  max-height: 100% !important;
}

.flipped {
  display: flex;
  justify-content: center;
  /* align-items: center; */
}

.text-wrapper.flipped {
  /* margin: 30% 0 0 0; */
  max-height: 503.817px !important;
}

/* --------------------------- /////////// VI. TESTIMONIAL SECTION /////////// --------------------------- */
#testimonial-section {
  width: 100%;
  height: auto;
  color: #fff;
  padding: 6em;
  background-image: linear-gradient(rgba(17, 17, 17, 0.8),
      rgba(17, 17, 17, 0.8)),
    url(../images/hero.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.name {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.1rem;
  margin: 10px 0 0 0;
}

.name::before {
  border-top: 1px solid #f05b27;
  display: inline-block;
  position: relative;
  top: -7px;
  right: 10px;
  margin: 0 auto;
  width: 25px;
  content: "";
}

.name::after {
  border-top: 1px solid #f05b27;
  display: inline-block;
  position: relative;
  top: -7px;
  left: 10px;
  margin: 0 auto;
  width: 25px;
  content: "";
}

/* --------------------------- /////////// VII. PLANS AND PRICING SECTION /////////// --------------------------- */
.product-showcase {
  display: flex;
  align-items: flex-end;
}

.feature-list ul {
  margin: 20px 0 0 0;
}

.feature-list li {
  padding: 5px 5px 10px 5px;
}

.feature-list li i {
  margin: 0 5px 0 0;
}

.feature-list div {
  float: right;
  padding: 50px;
  background: #f9f9f9;
  height: 100%;
}

.feature-list h3 {
  padding-left: 25px;
}

.carousel-indicators {
  bottom: -16px;
}

.carousel-indicators li {
  background-color: #f3f3f3;
}

.carousel-indicators li.active {
  background-color: #f05b27;
}

.details-wrapper {
  display: block;
  margin: 2.5em 0;
  background: #fff;
}

.details-wrapper h3 {
  padding: 5px 0;
}

.price {
  font-family: "Poppins", sans-serif;
  font-size: 1.5rem;
  padding: 5px 0 10px 0;
}

.product-image {
  width: 100%;
  height: auto;
  transition: 0.3s ease;
}

/* lightbox border styling */
.lightbox .lb-image {
  border: 2px solid #eee;
}

.lb-outerContainer {
  border-radius: 0;
}

.lightbox-wrapper {
  display: block;
  position: relative;
}

.lightbox-wrapper .icon-open {
  width: 20%;
  height: auto;
  position: absolute;
  top: 35%;
  left: 42%;
  background: linear-gradient(rgba(17, 17, 17, 0.8), rgba(17, 17, 17, 0.8));
  padding: 10px;
  opacity: 0;
  z-index: 2;
  transition: 0.3s ease;
}

.lightbox-wrapper:hover .icon-open {
  opacity: 1;
}

.lightbox-wrapper:hover .product-image {
  transform: scale(0.9);
}

.product-border {
  position: relative;
  border: 1px solid #f05b27;
  width: 95%;
  height: auto;
  margin: 0 auto;
}

.product-border i {
  display: block;
  width: 130px;
  background: #fff;
  font-size: 3rem;
  margin: -25px auto 0 auto;
}

.partners li {
  display: inline-block;
  padding: 30px 30px 20px 30px;
}

.brands-wrapper {
  position: relative;
  border: 1px solid #f05b27;
  padding: 10px;
}

.brands-wrapper h3 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0 35px;
  background: #fff;
}

/* --------------------------- /////////// VIII. CTA SECTION /////////// --------------------------- */
#cta-section {
  width: 100%;
  height: auto;
  color: #fff;
  background-image: linear-gradient(rgba(17, 17, 17, 0.8),
      rgba(17, 17, 17, 0.8)),
    url(../images/Avika-Side-Image.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.form-group {
  line-height: 1.5rem;
}

#cta-section .container {
  padding: 8em;
}

.button.cta {
  padding: 10px 15px;
}

#footer {
  width: 100%;
  height: auto;
  padding: 5px 0 0 0;
  border-top: 1px solid #f05b27;
  background: linear-gradient(rgba(17, 17, 17, 0.5), rgba(17, 17, 17, 0.5));
  overflow: hidden;
}

/* --------------------------- /////////// IX. RESPONSIVE STYLES /////////// --------------------------- */
@media (max-width: 1023px) {
  #hero-section .button {
    position: fixed;
    bottom: 0 !important;
    width: 100%;
    left: 0 !important;
    z-index: 9999999 !important;
  }

  .footer-div{
  padding: 4rem 0;
 
}

  .animation-element.in-view{
    z-index: 0 !important;
  }

  #arrow {
    display: none;
  }

  #cta-section .container {
    padding: 9em 3em;
  }

  .text-wrapper,
  .text-wrapper.flipped {
    margin-top: 0;
  }

  .feature-list div {
    padding: 20px;
  }

  .navbar-light {
    /* background-color: rgba(17, 17, 17, 0.5); */
  }

  .scrolled {
    /* background-color: rgba(255, 255, 255, 1); */
    /* navbar background gradient */
  }
}

@media (max-width: 767px) {
  .project-box {
    margin-bottom: 15px !important;
  }

  .animation-element.fade-in.delayed.in-view {
    padding: 0px 10px;
  }

  .hero-caption {
    /* margin-top: 50%; */
  }

  .hero-caption h1 {
    font-size: 2rem;
  }

  .hero-caption p {
    font-size: 1rem;
  }

  #logo {
    width: 20%;
  }

  .small-margin {
    margin-bottom: 3em;
  }

  .medium-margin {
    margin-bottom: 3em;
  }

  .large-margin {
    margin-bottom: 8em;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .feature {
    margin-top: 3em;
  }

  .hero-unit {
    min-height: 0;
  }

  .feature-list {
    margin-bottom: 2em;
  }

  .feature-list div {
    width: 100%;
    float: none;
    text-align: center;
  }

  #about-section .col-md-7 {
    padding: 0;
  }

  .product-border i {
    margin-bottom: 1em;
  }

  .text-wrapper,
  .text-wrapper.flipped {
    /* margin: 3em 0; */
  }

  .lightbox-wrapper .icon-open {
    width: 15%;
  }

  .details-wrapper {
    float: none;
    margin: -16px 0 2em 0;
    padding: 0 25px;
  }

  .product-showcase {
    box-sizing: border-box;
    margin: 0 0 5em 0;
  }

  .partners {
    margin-top: 2em;
  }

  .reset {
    margin: 0;
  }
}

@media (max-width: 479px) {

  /* #logo {
    display: none;
  } */
  .hero-unit {
    /* margin-top: 60px; */
  }

  .navbar-light {
    /* background-color: rgba(17, 17, 17, 0.5); */
  }

  .scrolled {
    /* background-color: rgba(255, 255, 255, 1); */
  }

  h1 {
    font-size: 2rem;
  }

  .hero-caption h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }

  .hero-caption p {
    font-size: 1.2rem;
  }

  .heading:before {
    display: none;
  }

  #testimonial-section {
    padding: 3em 2em;
  }

  .feature-list h3 {
    padding: 0;
  }

  .feature-list i {
    display: none;
  }
}

/* custom css */
.logo-header {
  width: 250px;
}

#logo {
  width: 400px;
  margin-top: 50px !important;
}

.home-heading {
  margin-top: 30px !important;
}

.about-company {
  text-align: center;
  max-width: 1100px;
  margin: 0 auto;
}

.about-container {
  margin-bottom: 5%;
}

.project-contents {
  display: flex;
  justify-content: space-around;
  justify-content: center;
  align-items: center;
}

.animation-element.fade-in.in-view {
  justify-content: center;
  align-items: center;
}

.project-details {
  width: 30px;
  margin-right: 10px;
}

.project-spec {
  text-align: left;
  font-size: 0.9rem;
}

.project-box {
  margin-bottom: 8px;
}

.project-ami {
  text-align: left;
  font-family: 0.9rem;
}

.project-spec-sq {
  font-size: 0.9rem !important;
}

@media only screen and (max-width: 767px) {
  .logo-header {
    width: 180px;
  }

  .nav-item .button {
    height: auto;
    width: auto;
    margin: 0px auto;
    margin-top: 5px;
    padding: 0px 25px !important;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: white !important;
    border: none;
    background: #f05b27;
    display: inline-block;
    outline: none;
    transition: all 0.2s ease;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    cursor: pointer;
  }

  #bgvid {
    width: 100%;
    height: 70vh;
    object-fit: cover;
  }

  #logo {
    width: 250px;
    margin-top: 0px !important;
  }

  .project-spec {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }

  .project-ami {
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }

  .project-details {
    width: 30px;
    margin-right: 10px;
  }

  .project-spec-sq {
    font-size: 0.6rem !important;
  }

  .nav-item>.button {
    display: none;
  }

  .hide {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  .hide {
    display: none !important;
  }

  .mob-view {
    display: none !important;
  }

  .web-view {
    display: block !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hide {
    display: none !important;
  }

  .mob-view {
    display: none !important;
  }

  .web-view {
    display: block !important;
  }
}

@media only screen and (max-width: 767px) {
  .mob-view {
    display: block !important;
  }

  .web-view {
    display: none !important;
  }

  .loader-logo {
    max-width: 40%;
    height: auto;
    display: block;
    position: relative;
    color: #222;
    top: 50%;
    margin: 0 auto;
    font-family: "Poppins", sans-serif;
    font-size: 2.25rem;
    font-weight: bold;
  }
}

.button-submit {
  height: auto;
  width: auto;
  margin: 5px auto;
  padding: 10px 35px !important;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: white !important;
  border: none;
  background: #f05b27;
  display: inline-block;
  outline: none;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  cursor: pointer;
}

/* .button-submit:hover {
  transform: scale(1.1);
  text-decoration: none;
  color: #cf272d !important;
} */

#captchaFailedMessage p {
  color: #cf262d !important;
}

label {
  display: inline-block;
  font-size: 1.2rem !important;
}

input {
  margin: 0px;
  padding: 0px;
}

#arrow {
  margin-top: 60vh;
}

.fade-in-out {
  animation: fadeInOut 4s infinite;
  /* Adjust the timing and iteration as needed */
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}


/* === DESKTOP FLIP BOX SHARED STYLES === */
.flip-box,
.aanya-flip-box {
  position: relative;
  width: 100%;
  perspective: 1000px;
  aspect-ratio: 13 / 8;
  /* Maintain consistent image height ratio */
}

.flip-box-inner,
.aanya-flip-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
}

/* HOVER flip for desktop */
/* .flip-box:hover .flip-box-inner,
.aanya-flip-box:hover .aanya-flip-inner {
  transform: rotateY(180deg);
} */

/* Tap-based flip (for mobile) */
/* .aanya-flip-inner.flip-now {
  transform: rotateY(180deg) !important;
}

.flip-box-inner.flip-now {
  transform: rotateY(180deg) !important;
} */

.flip-box-front,
.flip-box-back,
.aanya-flip-front,
.aanya-flip-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  top: 0;
  left: 0;
}

/* Image Front */
.flip-box-front img,
.aanya-flip-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Back with Google Map */
.flip-box-back,
.aanya-flip-back {
  transform: rotateY(180deg);
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box-back iframe,
.aanya-flip-back iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* === RESPONSIVE FIXES === */
@media (max-width: 768px) {

  /* Disable hover effect on mobile */
  /* .flip-box:hover .flip-box-inner,
  .aanya-flip-box:hover .aanya-flip-inner {
    transform: none;
  } */

  /* Force aspect ratio */
  .flip-box,
  .aanya-flip-box {
    aspect-ratio: 4 / 3;
    /* taller ratio for mobile */
  }

  /* Improve map and image sizing */
  .flip-box-front img,
  .aanya-flip-front img {
    object-fit: cover;
    height: 100%;
  }

  .flip-box-back iframe,
  .aanya-flip-back iframe {
    height: 100%;
  }

  .text-wrapper {
    margin-top: 50px !important;
  }

  .rera {
    font-size: 11px;
  }

  .amenities-box {
    display: flex;
    justify-content: end;
    flex-wrap: wrap;
  }

  .amenities-box>.project-box {
    justify-content: center;
    width: fit-content;
  }

  .project-ami {
    border-bottom: none !important;
    border-right: 1px solid #ff6a00;
    padding: 0px 11px;
  }
}





.orange-dot {
  width: 10px;
  height: 10px;
  background-color: #ff6a00;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.border-box {
  position: absolute;
  background: none;
  border: 1px solid #FFD012;
  width: 190%;
  height: 105%;
  top: -2.5%;
  right: 15px;
  z-index: -1;
}

.project-box-border {
  border-bottom: 1px solid #ff6a00;
}

.amenities-box {}

/* .project-ami {
  border-bottom: 1px solid #ff6a00;
} */

.project-spec {
  color: #f05b27;
}

/* .project-details {
  filter: brightness(0) invert(1);
} */


.amenities-box {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}

.amenities-box>.project-box {
  justify-content: center;
  width: fit-content;
}

.project-ami {
  border-bottom: none !important;
  border-right: 1px solid #ff6a00;
  padding: 0px 11px;
}

.project-box {
  justify-content: center;
}


/* Modal background & content */
.modal-content {
  background-color: #111;
  /* Dark background */
  color: #fff;
  /* White text */
  border-radius: 12px;
  padding: 20px;
  border: none;
  /* box-shadow: 0 0 20px rgba(255, 102, 0, 0.3); */
}

/* Modal header logo */
.modal-header img {
  max-width: 200px;
  margin-bottom: 10px;
}

/* Close button */
.modal-header .btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  filter: invert(1);
}

/* Labels */
.modal-body label {
  font-weight: 500;
  color: #f4f4f4;
  margin-bottom: 5px;
}

/* Input fields */
.modal-body .form-control {
  background-color: #1a1a1a;
  border: 1px solid #333;
  color: #fff;
  border-radius: 8px;
  height: 40px;
}

.modal-body .form-control:focus {
  border-color: #ff6600;
  box-shadow: 0 0 5px #ff6600;
  background-color: #1a1a1a;
  color: #fff;
}

/* Dropdown styling */
.modal-body select.form-control {
  appearance: none;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20fill%3D%22%23ff6600%22%20height%3D%2210%22%20viewBox%3D%220%200%2010%2010%22%20width%3D%2210%22%20xmlns%3D%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M0%200l5%205%205-5z%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/* reCAPTCHA container */
.modal-body .g-recaptcha {
  transform: scale(0.9);
  transform-origin: 0 0;
}

/* Captcha error */
#captchaFailedMessage {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

/* Submit button */
.button-submit {
  background-color: #ff6600;
  color: white;
  border: none;
  width: 100%;
  border-radius: 8px;
  padding: 10px 0;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

/* .button-submit:hover {
  background-color: #e65c00;
} */

/* Responsive */
@media (max-width: 576px) {
  .modal-content {
    padding: 15px;
  }
}

.modal {
  padding-left: 0px !important;
}




.locations-section {
  padding: 60px 20px;
  text-align: center;
}

.locations-section h2 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 300;
}

.locations-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.location-card {
  padding: 15px 25px;
  font-size: 1.2rem;
  font-weight: 300;
  transition: all 0.3s ease;
  /* cursor: pointer; */
  border-bottom: 1px solid orangered !important;


}

.location-card:hover{
  transform: translate(-5px, -5px);
  box-shadow: 2px 2px 0px #ff6a00;
}


.spl-project{
  display: flex;
  /* background-color: paleturquoise; */
  justify-content: center;
  align-items: center;
}


