section {
  padding: 60px 0px;
}

img {
  max-height: 100%;
  max-height: 100%;
}

.container {
  position: relative;
  z-index: 2;
  padding-top: 60px;
}

/* 
#structure-fix {
  margin-top: 100vh;
} */

.content-option {
  padding-top: 150px;
}


/*NAVBAR CSS*/

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  background-color: transparent;
  height: 60px;
  color: var(--bs-text-color);
  position: relative;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 15px;
  background-color: var(--bs-gray-100);
}

.navbar a,
.navbar-toggler i {
  color: #000000a6;
}

.navbar-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
}

.collapsing {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 30px;
}

.navbar-center a {
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
}

.navbar-center a:hover {
  color: var(--bs-blue-accent-color);
}

.navbar .navbar-toggler:hover,
.navbar .navbar-toggler:focus {
  background-color: transparent;
  box-shadow: none;
  border: 0;
}

.navbar-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.navbar-right a.icon img {
  width: 24px;
  height: 24px;
}

/*GENERAL TEXT CSS*/

i {
  color: var(--bs-header-text-color);
}

h2 {
  font-weight: 700;
  font-size: var(--h2-text);
}

p {
  font-size: var(--p-text);
  font-weight: 500;
}

/*HEADER CSS*/

/* .bg {
  inset: 0;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://media.architecturaldigest.com/photos/571e97c5741fcddb16b559c9/16:9/w_5119,h_2879,c_limit/modernist-decor-inspiration-01.jpg");
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow-x: clip;
} */
.hero-section {
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://media.architecturaldigest.com/photos/571e97c5741fcddb16b559c9/16:9/w_5119,h_2879,c_limit/modernist-decor-inspiration-01.jpg");
  overflow-x: clip;
  height: 100vh;
  min-height: 800px;
}

.button-center {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.new-badge {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--bs-badge-color);
  margin-bottom: 5px;
}

.logo {
  position: absolute;
  top: 20%;
  left: 15%;
}

.landingpage-text {
  position: absolute;
  top: 60%;
  left: 70%;
  transform: translate(-50%, -50%);
  text-align: left;
}

.landingpage-text h1 {
  color: var(--bs-white-color);
  font-weight: 500;
  font-size: var(--h1-text);
}

.landingpage-text h2 {
  color: var(--bs-white-color);
  font-weight: 500;
  font-size: 80px;
}

.description {
  padding-top: 30px;
}

.description p {
  color: var(--bs-white-color);
}

.description button {
  width: 200px;
  height: 50px;
  color: var(--bs-white-color);
  font-weight: 600;
  font-size: var(--button-text);
  background: var(--bs-blue-accent-color);
  border: none;
  border-radius: 30px;
  text-align: center;
}


/*OPTIONS FOR BUYING*/

.product-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: var(--bs-white);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  transition: box-shadow 0.3s ease;
}

.product-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15), 0 3px 6px rgba(0, 0, 0, 0.10);
}

.product-info {
  display: flex;
  flex-direction: column;
}


/*MODEL CSS*/

.model-name {
  font-size: var(--bs-h2);
  font-weight: 600;
  color: var(--bs-text-color);
}

.model-details {
  font-size: var(--p-text);
  color: var(--bs-text-color);
  margin-top: 4px;
}

.product-price {
  text-align: right;
}

.price-monthly {
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-blue-accent-color);
}

.price-one-time {
  font-size: 14px;
  color: var(--bs-text-color);
  margin-top: 4px;
}

.product-title {
  font-size: var(--h2-text);
  font-weight: bold;
  margin-bottom: 20px;
}

/*STICKY IMAGE*/

.sticky-section {
  position: sticky;
  top: 20px;
}

.sticky-section.sticky-centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.imgBx {
  max-height: 95vh;
  display: flex;
  justify-content: center;
}

.imgBx img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.content {
  padding-top: 40px;
}

/*CARDS CSS*/
.product-card {
  border: 1px solid var(--bs-white);
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 8px;
  transition: box-shadow 0.3s ease;
}

.product-card.selected {
  border-color: var(--bs-blue-accent);
}

.product-card:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/*COLOR SELECT CSS*/
.color-selector {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

.color-dot {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, transform 0.3s ease;
}

.color-dot.black {
  background-color: #000000;
}

.color-dot.white {
  background-color: #dfdfdf;
}

.color-dot.pink {
  background-color: #fd7a92;
}

.color-dot.azureblue {
  background-color: #83c1ff;
}

.color-dot.azuregreen {
  background-color: #71fdc8;
}

.color-dot:hover {
  border-color: var(--bs-blue-accent);
  transform: scale(1.1);
}

.selected-color {
  font-weight: bold;
  font-size: var(--p-text);
  margin-top: 10px;
}


/*HIGHLIGHTS CSS*/

.highlights {
  display: flex;
  justify-content: center;
}

.highlights-title {
  display: flex;
  justify-content: center;
  padding: 20px;
}


/*LOCATION MAP CSS*/

.location-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.location-item {
  padding-bottom: 60px;
}

/*FOOTER CSS*/

.footer-text p {
  text-align: center;
  padding-top: 60px;
  font-size: var(--small-text);
}

/*CONTENT SCROLL CONTENT CSS*/

.scroll-info-text {
  padding-top: calc(500px / 3);
  padding-bottom: calc(500px / 3);
}

.scroll-info-text p {
  text-align: left;
  font-size: var(--p-text);
}

.scroll-info-text h2 {
  text-align: left;
  font-size: var(--h2-text);
}

.box {
  /* width: 800px;
  height: 400px; */
  border-radius: 12px;
}

.box-image {
  /* max-width: 600px;
  max-height: 400px; */
  border-radius: 12px;
  width: 100%;
}

.card-class {
  display: flex;
  align-items: center;
}

/*POPUP CSS*/

/* .popup-div {
  display: none;
  background-color: rgba(0,0,0,0.3);
  height: 100vh;
  width: 100%;
} */

.explore-modal .modal-content {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #888;
  text-align: center;
}

.explore-modal .popup {
  padding: 30px 60px;
}

.explore-modal .popup .icon {
  height: 110px;
  width: 110px;
  background-color: var(--bs-blue-accent-color);
  line-height: 110px;
  border-radius: 50%;
  font-size: 55px;
  color: var(--bs-white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.explore-modal .popup .form {
  margin: 20px 0;
}

.form-item {
  padding: 8px;
}

/* .popup-div.active {
  display: block;
  position: fixed;
}

.active .popup {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.explore-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: #888;
  color: var(--bs-white-color);
  text-align: center;
  line-height: 15px;
  border-radius: 15px;
  border: 1px solid #888;
  cursor: pointer;
  padding: 0;
}

.explore-modal .close-btn:hover {
  background: #888;
  border: 1px solid #888;
}

.explore-modal textarea {
  padding: 6px 12px;
}

.explore-modal .form-item button {
  display: inline-block;
  padding: 12px 24px;
  font-size: var(--small-button-text);
  font-weight: 600;
  color: var(--bs-white-color);
  background: var(--bs-blue-accent-color);
  border: none;
  border-radius: 30px;
  text-align: center;
  cursor: pointer;
}

.form textarea {
  width: 100%;
}

.logo i {
  font-size: 80px;
}

/*RESPONSIVENESS CSS*/
@media(max-width:1199px) {
  .landingpage-text h2 {
    font-size: 60px;
  }

  .description {
    padding-top: 0px;
  }
}

@media(max-width:991px) {
  .scroll-info-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .landingpage-text {
    width: 50%;
  }

  .navbar-center {
    transform: translate(0);
    right: 0;
    left: 0;
    justify-content: center;
    background: white;
    text-align: center;
  }

  .content-option {
    padding-top: 0;
  }

  .location-item {
    padding-bottom: 30px;
  }
}

@media (max-width: 768px) {

  html,
  body {
    overflow-x: hidden;
  }

  .container img {
    max-width: 100%;
  }

  .form-item {
    padding: 8px 0;
  }

  .explore-modal .popup {
    padding: 30px 30px;
  }

  .form-item {
    max-width: 100%;
  }

  .box {
    max-width: 100%;
  }

  .box-image {
    max-width: 100%;
  }

  .bg {
    max-width: 100%;
  }

  .logo {
    position: absolute;
    top: 10%;
    left: 10%;
  }

  .color-dot {
    width: 30px;
    height: 30px;
  }

  .color-selector {
    gap: 10px;
  }

  .scroll-info-text h2 {
    text-align: left;
    font-size: var(--h2-text-mobile);
  }

  .scroll-info-text p {
    font-size: var(--p-text-mobile);
  }

  .landingpage-text h1 {
    font-size: var(--h1-text-mobile);
  }

  .landingpage-text h2 {
    font-size: 50px;
  }

  .landingpage-text {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
  }

  .map img {
    max-width: 400px;
    width: 100%;
  }

  p {
    font-size: var(--p-text-mobile);
  }
}

@media (max-width: 576px) {

  html,
  body {
    overflow-x: hidden;
  }

  .container img {
    max-width: 100%;
  }

  .navbar {
    padding: 0;
  }

  .explore-modal .popup {
    max-width: 100%;
  }

  .bg {
    max-width: 100%;
  }

  .landingpage-text {
    width: 80%;
    margin-top: 30px;
  }

  .logo {
    top: 15%;
  }

  .color-dot {
    width: 20px;
    height: 20px;
  }

  .color-selector {
    gap: 5px;
  }
}

body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #555;
}

.iti__hide {
  display: none;
}

pre {
  margin: 0 !important;
  display: inline-block;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
  background: none;
}

input,
button {
  /* height: 35px; */
  margin: 0;
  padding: 6px 12px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 100%;
  color: inherit;
}

input[disabled],
button[disabled] {
  background-color: #eee;
}

input,
select,
.iti--allow-dropdown {
  border: 1px solid #CCC;
  width: 100%;
}

::-webkit-input-placeholder {
  color: #BBB;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #BBB;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #BBB;
}

button {
  color: #FFF;
  background-color: #428BCA;
  border: 1px solid #357EBD;
}

button:hover {
  background-color: #3276B1;
  border-color: #285E8E;
  cursor: pointer;
}

#result {
  margin-bottom: 100px;
}

.prevent-scroll {
  overflow: hidden;
}

.contactusForm label.error {
  color: red !important;
  text-align: left;
  margin-left: 5px;
  width: 100%;
}

.bg-success{
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-100-rgb), var(--bs-bg-opacity)) !important;
}