@import url('https://fonts.googleapis.com/css2?family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=Irish+Grover&display=swap');
@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');


:root {
    --color-primary: #DA8703;
    --color-text: #3B3B3B;
    --color-white: #FFFFFF;
    --font-primary: 'Poppins', sans-serif;
    --font-logo: 'Irish Grover', cursive;
  }

  html {
    scroll-behavior: smooth;
  }

  body {
    margin: 0;
    padding: 0;
    /* font-family: Arial, sans-serif; */
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #2F2F2F;
    background-color: #F4F5F7;
    display: flex;
    flex-direction: column;
    
  }

  @media (max-width: 990px) {
    body {
      text-wrap: wrap;
    }
  }

  .blank-section-1 {
    padding: 60px;
  }
  
  .landing-page {
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    font-family: var(--font-primary);
    color: var(--color-text);
  }
  
  /* .header {
    background-color: var(--color-primary);
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 14px 71px;
    color: var(--color-white);
  }
   */
  /* .main-nav {
    display: flex;
    align-items: center;
  } */
  
  /* .nav-list {
    display: flex;
    list-style: none;
    gap: 40px;
    margin: 0;
    padding: 0;
  } */
  
  /* .nav-link {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 500;
  }
  
  .nav-link--active {
    font-weight: 700;
  }
   */
  /* .auth-buttons {
    display: flex;
    gap: 20px;
  } */

  /* .hamburger, .close-btn {
    background: none;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
}

.icon {
    width: 40px;
    height: 40px;
    stroke: #fff;
}
 */

  
  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
    height: 15px;
  }
  
  .btn--outline {
    border: 2px solid #3b3b3b;
    color: var(--color-black);
  }
  
  .btn--solid {
    background-color: #fff;
    color: #DAA65D;
  }

  .btn--solid:hover {
    background-color: #DAA65D;
    border: 2px solid #fff;
    color: #fff;
  }
  
  .hero {
    position: relative;
    min-height: 755px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  
  .hero__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .hero__content {
    width: 90vw;
    position: relative;
    /* background-color: rgba(59, 59, 59, 0.8); */
    background-color: #D4AF37;
    padding: 42px 40px;
    color: var(--color-white);
    text-align: center;

  }
  
  .hero__text {
    font-size: 20px;
    font-weight: 500;
    max-width: 1097px;
    margin: 0 auto;
  }
  
  .btn--learn-more {
    margin-top: 40px;
    border: 2px solid var(--color-white);
    color: var(--color-white);
  }
  
  .btn__icon {
    color: #fff;
    margin-left: 10px;
  }
  
  .townhouse-types {
    display: flex;
    justify-content: center;
    gap: 80px;
    /* margin-top: 130px; */
    padding-top: 60px;
    padding-bottom: 60px;
    /* margin-left: 40px; */
    /* margin-right: 40px; */
    background-color: #ececec;
  }
  
  .townhouse-type {
    background-color: #fff;
    box-shadow: 4px 4px 18px rgba(59, 59, 59, 0.25);
    text-align: center;
    padding-bottom: 32px;
    width: 450px;
    /* cursor: pointer; */
  }
  
  .townhouse-type__image {
    width: 100%;
    height: auto;
  }
  
  .townhouse-type__title {
    font-size: 24px;
    text-decoration: none;
    font-weight: 400;
    margin-top: 60px;
    color: #DAA65D;
  }
  
  .townhouse-type__subtitle {
    color: #1A1F36;
    font-size: 18px;
    margin-top: 16px;
  }
  
  .info-nav {
    display: flex;
    justify-content: center;
    /* margin-top: 101px; */
    padding-top: 40px;
    padding-bottom: 40px;
    /* background-color: #03467D; */
  }
  
  .info-nav__list {
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #03467D;
    color: #fff;
    border-radius: 40px;
    padding: 18px 30px;
  }
  
  .info-nav__link {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 500;
    padding: 10px 20px;
  }
  
  .info-nav__link--active {
    background-color: #ececec;
    color: #DAA65D;
    border-radius: 41px;
  }

  .info-nav__link:hover {
    background-color: #ececec;
    color: #DAA65D;
    border-radius: 41px;
  }
  
  .interior-image {
    width: 1000px;
    max-width: 1515px;
    height: auto;
    border-radius: 8px;
    margin: 85px auto 0;
    display: block;
  }
  
  .welcome-section {
    display: flex;
    justify-content: space-between;
    margin-top: 57px;
    padding: 0 71px;
  }
  
  .welcome-content {
    flex: 0 0 66%;
  }
  
  .welcome-content__title {
    font-size: 56px;
    font-weight: 500;
    margin-bottom: 24px;
  }
  
  .welcome-content__text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .contact-info {
    flex: 0 0 30%;
    border: 1.5px solid var(--color-text);
    border-radius: 30px;
    height: fit-content;
    width: 90%;
    padding: 20px;
    background-color: #fff;
    color: #3b3b3b;
  }
  
  .contact-info__title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    color: #DAA65D;
  }
  
  .contact-info__list {
    list-style: none;
    padding: 0;
  }
  
  .contact-info__item {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  
  .contact-info__icon {
    width: 32px;
    height: 32px;
    margin-right: 24px;
    color: #fff;
    /* background-color: #fff; */
  }
  /*------------------------------------------
  amenities section
  ---------------------------------------------*/

  .amenities {
    /* margin-top: 70px; */
    padding: 0 71px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #ececec;
    color: #3b3b3b;
  }
  
  .amenities__title {
    font-size: 32px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
    text-decoration: underline;
    padding: auto;
  }
  
  .amenities__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin-left: 80px;
    padding: 0;
  }
  
  .amenities__list li {
    flex: 0 0 30%;
    margin-bottom: 20px;
    font-size: 20px;
  }

  
  .features-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 50px;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 20px;
  }

  .feature-card {
    /* background: white; */
    border-radius: 12px;
    padding: 25px 20px;
    /* border: #fff 2px solid; */
    box-shadow: 0 8px 16px rgba(0,0,0,0.02);
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0,0,0,0.1);
  }

  .feature-card i {
    font-size: 30px;
    color: #3b3b3b;
    margin-bottom: 12px;
  }

  .feature-title {
    font-size: 1.1rem;
    color: #3b3b3b;
  }

  @media (max-width: 500px) {
    .feature-card {
      padding: 20px 15px;
    }

    .feature-icon {
      font-size: 24px;
    }
  }
  .timeline {
    max-width: 700px;
    margin: auto;
    position: relative;
    padding-left: 30px;
  }

  .timeline::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #cbd5e1;
    color: #000;
  }

  .timeline-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 30px;
    animation: fadeInUp 0.5s ease forwards;
    opacity: 0;
    transform: translateY(20px);
  }

  .timeline-item::before {
    content: '✔';
    position: absolute;
    left: -3px;
    top: 0;
    width: 20px;
    height: 20px;
    background: #3b82f6;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    font-size: 14px;
  }

  .timeline-text {
    background: white;
    color: black;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  }

  @keyframes fadeInUp {
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 500px) {
    .timeline-text {
      font-size: 0.95rem;
    }
  }


  
  .lease-info {
    margin-top: 105px;
    padding: 0 71px;
    display: flex;
    flex-direction: row;
  }

  .please-note-info {
    text-wrap: wrap;
  }


  @media (max-width: 990px) {
    .lease-info{
      flex-wrap: wrap;
    }

    .amenities__list{
      margin-left: 40px;
    }
  }
  
  .lease-info__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
  }
  
  .lease-info__list {
    list-style: none;
    padding: 0;
    padding-left: 20px;
  }
  
  .lease-info__list li {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  /*-------------------------------------
  Footer
  ------------------------------------------*/

  .footer {
    background-color: #4f4f4f;
    margin-top: 10px;
    padding: 118px 80px 20px;
    color: #F4F5F7;
  }
  
  .footer__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  
  .footer__logo {
    font: 400 56px var(--font-logo);
    color: var(--color-white);
    margin: 0;
  }
  
  .footer__tagline {
    font-size: 24px;
    font-weight: 500;
    margin-top: 14px;
  }
  
  .footer__nav-title,
  .footer__contact-title,
  .footer__social-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
  }
  
  .footer__nav-list {
    list-style: none;
    padding: 0;
  }
  
  .footer__nav-link {
    color: var(--color-white);
    text-decoration: none;
    font-size: 18px;
    line-height: 2;
  }

  .footer__nav-link:hover {
    color: #DAA65D;
  }
  
  .footer__contact-info,
  .footer__address {
    font-size: 18px;
    line-height: 1.5;
    font-style: normal !important;
  }
  
  .footer__social-icons {
    display: flex;
    gap: 20px;
  }
  
  .footer__social-icon {
    width: 32px;
    height: 32px;
    color: #F4F5F7;
  }

  .footer__social-icons a:hover{
    color: #DAA65D;
  }
  
  .footer__bottom {
    border-top: 1px solid #F4F5F7;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .footer__copyright {
    font-size: 18px;
    color: #A9A9A9;
  }
  
  .footer__legal {
    display: flex;
    gap: 40px;
    color: #A9A9A9;
  }
  
  .footer__legal-link {
    color: #A9A9A9;
    text-decoration: none;
    font-size: 18px;
  }

  .Hidden-Gallery {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
  }
  
  @media (min-width: 770px) {
    .menu.mobile{
      display: none;
    }
    
  }

  @media (max-width: 991px) {
    .header {
      flex-direction: column;
      align-items: center;
      padding: 20px;
    }

  
    .main-nav {
      flex-direction: column;
      align-items: center;
      margin-top: 20px;
    }
  
    .nav-list {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }

    .Hidden-Gallery {
      display: none;
    }

    .hero__text {
      font-size: 16px;
    }
  
    .auth-buttons {
      margin-top: 20px;
    }
  
    .hero__content {
      padding: 40px 20px;
    }
  
    .townhouse-types {
      flex-direction: column;
      align-items: center;
      margin-top: 40px;
    }
  
    .welcome-section {
      flex-direction: column;
      padding: 0 20px;
    }
  
    .contact-info {
      margin-top: 40px;
    }

    /* #Gallery {
      display: none;
    } */
  
    .amenities,
    .lease-info {
      padding: 0 20px;
    }
  
    .amenities__list li {
      flex: 0 0 100%;
    }
  
    .gallery__grid {
      flex-direction: column;
      align-items: center;
    }
  
    .footer {
      padding: 60px 20px 20px;
      
    }
  
    .footer__content {
      flex-direction: column;
      gap: 40px;
    }
  
    .footer__bottom {
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  
    .footer__legal {
      margin-top: 20px;
    }
  }


  /* styles.css */
  
  .navbar {
    background-color: #03467D;
    padding: 1rem;
    color: #fff;
    /* position: fixed; */
    width: 100%;
    /* z-index: 1; */
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
  }

  .container-1 {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo {
    font: 400 32px var(--font-logo);
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
  }
  
  .menu {
    display: flex;
    gap: 2rem;
    align-items: center;
  }
  
  .menu-item,  .menu-item-1 {
    /* font-family: 'Open Sans', sans-serif !important; */
    font-family: 'Poppins',sans-serif;
    color: #fff;
    /* color: #3B3B3B; */
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .menu-item:hover, .menu-item-1:hover {
    color: #DAA65D;
    font-size: 18px;
  }

  .menu-item-active,  .menu-item-1-active{
    font-weight: 500;
    color: #DAA65D;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 20px;
    border-bottom: 1.5px solid #fff;
  }

  .menu-item--active{
    font-style: bold;
  }
  
  .hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
  }
  
  .icon {
    width: 30px;
    height: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 20px;
  }
  
  .menu.mobile {
    flex-direction: column;
    gap: 1rem;
  }
  
  .hidden {
    display: none;
  }
  
  /* Responsive Design */
  @media (max-width: 768px) {
    .menu.md {
      display: none;
    }
  
    .hamburger {
      display: block;
    }
  }

  /*--------------------------------------------------------------
  Schedule a demo
  ---------------------------------------------------------------*/
  .schedule-tour {
    background-color: #fff;
    display: flex;
    padding-bottom: 84px;
    flex-direction: column;
    overflow: hidden;
  }
  .demo-header{
    background-color: #03467D;
  }
  .header {
    background-color: #da8703;
    display: flex;
    width: 100%;
    align-items: start;
    gap: 40px 100px;
    overflow: hidden;
    color: #fff;
    flex-wrap: wrap;
    padding: 31px 30px 31px 80px;
  }
  @media (max-width: 991px) {
    .header {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  .header-content {
    display: flex;
    margin-top: 5px;
    flex-direction: column;
  }
  .property-name {
    font: 400 30px Irish Grover, sans-serif;
  }
  .company-name {
    margin: 8px 0 0 10px;
    font: 500 14px Poppins, sans-serif;
  }
  @media (max-width: 991px) {
    .company-name {
      margin-right: 9px;
    }
    .tour-form {
      width: 100%;
    }

    .tour-form div {
      width: 100%;
    }
  }
  .logo {
    aspect-ratio: 1;
    object-fit: contain;
    object-position: center;
    width: 32px;
  }
  .form-container {
    align-self: center;
    align-items: center;
    display: flex;
    margin-top: 38px;
    width: 752px;
    max-width: 100%;
    flex-direction: column;
    color: #3b3b3b;
    font: 500 18px Poppins, sans-serif;
  }
  .form-title {
    align-self: center;
    display: flex;
    width: 720px;
    max-width: 100%;
    align-items: center;
    gap: 20px;
    font-size: 40px;
    font-weight: 600;
    flex-wrap: wrap;
  }
  .title-line {
    align-self: stretch;
    width: 160px;
    height: 3px;
    margin: auto 0;
    border: 3px solid #da8703;
  }
  .title-text {
    align-self: stretch;
    flex-grow: 1;
    width: 325px;
  }
  .form-field {
    font-size: 20px;
    align-self: start;
    margin-top: 24px;
  }
  .form-field:first-of-type {
    margin-top: 38px;
  }
  .form-input {
    border-radius: 8px;
    background-color: #fff;
    margin-top: 4px;
    color: rgba(59, 59, 59, 0.4);
    padding: 17px 40px;
    border: 1px solid #3b3b3b;
  }
  @media (max-width: 991px) {
    .form-input {
      max-width: 100%;
      padding: 0 20px;
    }
  }
  .submit-button {
    align-self: center;
    border-radius: 8px;
    background-color: #da8703;
    margin-top: 40px;
    width: 395px;
    max-width: 100%;
    gap: 10px;
    color: #fff;
    white-space: nowrap;
    padding: 10px;
    border: none;
    cursor: pointer;
    font: inherit;
  }
  @media (max-width: 991px) {
    .submit-button {
      white-space: initial;
    }
  }
  .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }


/*-----------------------------------------------------------
Contact us section
------------------------------------------------------------*/
.contact-us {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.header {
  background-color: #da8703;
  display: flex;
  width: 100%;
  gap: 20px;
  overflow: hidden;
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 14px 71px;
}

 
.contact__title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 66px;
  position: relative;
}

.contact__title::before,
.contact__title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 163px;
  height: 3px;
  background-color: var(--color-primary);
}

.contact__title::before {
  right: calc(75% + 100px);
}

.contact__title::after {
  left: calc(75% + 100px);
}

@media (max-width: 991px) {
  .header {
    max-width: 100%;
    padding: 0 20px;
  }
}

.logo-text {
  font: 400 30px Irish Grover, sans-serif;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 39px;
  margin: auto 0;
  font: 500 16px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .nav-menu {
    max-width: 100%;
  }
}

.nav-item {
  align-self: stretch;
  margin: auto 0;
}

.nav-item-active {
  font-weight: 700;
  align-self: stretch;
  margin: auto 0;
}

.login-btn {
  align-self: stretch;
  border-radius: 25px;
  padding: 10px;
  border: 2px solid #fff;
}

@media (max-width: 991px) {
  .login-btn {
    white-space: normal;
  }
}

.signup-btn {
  align-self: stretch;
  border-radius: 30px;
  background-color: #fff;
  color: #da8703;
  padding: 10px;
  border: 2px solid #fff;
}

@media (max-width: 991px) {
  .signup-btn {
    white-space: normal;
  }
}

.hero-section {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 0vh;
  /* width: 100%; */
  overflow: hidden;
  align-items: center;
  color: #fff;
  justify-content: center;
  padding: 238px 70px;
  font: 600 40px Poppins, sans-serif;
}

@media (max-width: 991px) {
  .hero-section {
    max-width: 100%;
    padding: 100px 20px;
  }
}

.hero-image {
  position: absolute;
  inset: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: -47px;
  width: 608px;
  max-width: 100%;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .hero-content {
    margin-bottom: 10px;
  }
}

.hero-line {
  align-self: stretch;
  width: 160px;
  height: 3px;
  margin: auto 0;
  border: 3px solid #da8703;
}

.hero-title {
  align-self: stretch;
  flex-grow: 1;
  width: 227px;
}
/*-------------------------------------------------------
Gallery Section
-----------------------------------------------------*/

.Gallery-main {
  width: 1700px;
  display: flex;
  overflow-x: scroll;
}

.Gallery-main div{
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 20px;
  padding: 10px;
  flex: none;
}

.Gallery-main div img{
  width: 450px;
  border-radius: 8px;
  transition: transform 0.5s;
}

.Gallery-main::-webkit-scrollbar{
  display: none;
}

.gallery-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 10%; */
}

#backButton, #nextButton{
  cursor: pointer;
  margin: 40px;
}

.Gallery-main div img:hover{
  transform: scale(1.1);
  cursor: pointer;
}

.Gallery {
  /* margin-top: 160px; */
  text-align: center;
}

.gallery__title {
  margin-top: 100px;
  font-size: 40px;
  font-weight: 600;
  /* margin-bottom: 66px; */
  text-align: center;
  position: relative;
}

.gallery__title::before,
.gallery__title::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 163px;
  height: 3px;
  background-color: var(--color-primary);
}

.gallery__title::before {
  right: calc(50% + 100px);
}

.gallery__title::after {
  left: calc(50% + 100px);
}

.gallery__description {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.btn--view-gallery {
  border: 1px solid #DAA65D;
  color: var(--color-white);
  background-color: #DAA65D;
  align-self: center;
  margin-bottom: 30px;
}

.btn--view-gallery:hover {
background-color: #fff;
color: #DAA65D;
border: #DAA65D 1px solid;
}

.btn .btn--view-gallery{
  text-align: center;
}


.scroll-gallery {
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.scroll-gallery  div span img{
  width: 300px;
  color: #fff;
}



/*---------------------------------------------
Sample code
----------------------------------------------*/
/* body {
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color: #f4f4f4;
} */
.gallery-main-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.selected-container {
  width: 825px;
  height: 550px;
  border: 1px solid #333;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #3b3b3b;
  overflow: hidden;
}
.selected-container img {
  max-width: 100%;
  max-height: 100%;
}
.carousel-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  width: 1000px;
}
.carousel {
  display: flex;
  overflow-x: auto;
  gap: 10px;
  width: 100%;
  padding: 10px;
  white-space: nowrap;
  scroll-behavior: smooth;
  border: 2px solid #ccc;
  background: white;
}
.carousel img {
  width: 100px;
  height: 80px;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.carousel img:hover {
  transform: scale(1.1);
}
.carousel::-webkit-scrollbar {
  display: none;
}
.scroll-btn {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.scroll-btn.left {
  left: 0;
}
.scroll-btn.right {
  right: 0;
}
.scroll-btn:hover {
  background: rgba(0, 0, 0, 0.8);
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  width: 550px;
  /* box-shadow: 0px 0px 10px #000; */
}
.modal-content input, .modal-content select {
  width: 450px;
  padding: 10px;
  align-self: center;
  margin: 5px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.modal-content button {
  width: 100%;
  padding: 10px;
  background-color: #E7C873;
  color: white;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.close {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

/*---------------------------------------------------------
Schedule a tour 
---------------------------------------------------------*/

.schedule-copyright{
  color: #3B3B3B;
  opacity: 50%;
  text-align: center;
}

.material-symbols-outlined {
  position: absolute;
  top: 40px;
  right: 20px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background: none;
  border: none;
}

.close-icon:hover {
  color: red;
}

.schedule-title{
  text-align: center;
  background-color: #03467D;
  color: #fff;
}

.schedule-title h2{
  font-family: Irish Grover, sans-serif;
  padding-top: 10px;
  margin-bottom: 0;
  font-size: 32px;
}

.schedule-title p{
  font-size: 16px;
  padding-bottom: 10px;
}

.form-schedule h2 {
  text-align: center;
  font-size: 40px;
  font-family: sans-serif;
}

.form-schedule {
  width: 1440px;
}


/*----------------------------------------------------
Floor Plans
-----------------------------------------------------*/

.Floor-plans {
  width: 100vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.floor-container {
  width: 750px;
  height: fit-content;
  display: flex;
  /* gap: 10px; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 /*Floor Plan Section*/
 .floor-plans {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.floor-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-width: 400px;
  transition: transform 0.3s;
}

.floor-card:hover {
  transform: scale(1.03);
}

.floor-card img {
  width: 100%;
  height: 500px;
  display: block;
}

.floor-card-content {
  padding: 20px;
}

.floor-card h2 {
  margin: 0 0 10px;
  font-size: 1.5em;
  color: #333;
}

.floor-card p {
  margin: 0;
  color: #666;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .floor-card {
    max-width: 90%;
  }
}

/*--------------------------------------------------
About Section
--------------------------------------------------------*/
.section-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* max-width: 1200px; */
  margin: 20px auto;
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  flex-wrap: wrap;
}

.content {
  flex: 1 1 500px;
  padding: 40px;
}

.content h2 {
  font-size: 2.5em;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.content p {
  font-size: 1.1em;
  color: #555;
  line-height: 1.6;
}

.image {
  flex: 1 1 500px;
  min-height: 300px;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .section-container {
    flex-direction: column;
  }

  .content, .image {
    flex: 1 1 100%;
    padding: 20px;
  }

  .content {
    order: 2;
  }

  .image {
    order: 1;
  }
}

@media (max-width:1080px) {
  .content{
    order: 2;
  }
  .image{
    order: 1;
  }
}

/*-----------------------------------------------------
Contact Us form
------------------------------------------------------*/

.contact-form {

  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-form div {
  width: 1200px;
  height: fit-content;
  border: 2px solid #313944;
  border-radius: 16px;
  margin-top: 80px;
}

.form-contact-us {
  width: 1440px;
}

.map-container {
  width: 100%;
  max-width: 800px;
  height: 400px;
  margin: 40px auto;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Make iframe responsive */
.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}


.schedule-form {

  width: 1440px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.button {
  height: 40px;
  background-color: #66B149;
  border-radius: 8px;
  color: #FFFFFF;
  border: none;
}


/*--------------------------------------------
Virtual Tours
---------------------------------------------*/

.Virtual-tours {
  width: 100vw;
  height: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.virtual-blocks{
  display: flex;
  flex-direction: row;
  gap: 80px;
  row-gap: 60px;
  justify-content: center;
  flex-wrap: wrap;
}

.townhomes-tour {
  display: flex;
  width: 350px;
  height: 350px;
  background-color: #2f2f2f;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
}

.townhomes-tour h1 {
  margin-bottom: 0;
  font-size: 32px;
}

/* .Coming-Soon {
  width: 1200px;
  height: fit-content;
  border: 2px solid #313944;
  border-radius: 16px;
  margin-top: 80px;
} */

  /* .gallery {
    margin-top: 160px;
    text-align: center;
  }
  
  .gallery__title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 66px;
    position: relative;
  }
  
  .gallery__title::before,
  .gallery__title::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 163px;
    height: 3px;
    background-color: var(--color-primary);
  }
  
  .gallery__title::before {
    right: calc(50% + 100px);
  }
  
  .gallery__title::after {
    left: calc(50% + 100px);
  }
  
  .gallery__grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 49px;
  }
  
  .gallery__image {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 8px;
  }
  
  .gallery__nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  
  .gallery__nav-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #D9D9D9;
    border: none;
    cursor: pointer;
  }
  
  .gallery__nav-dot--active {
    background-color: var(--color-primary);
  }
  
  .gallery__controls {
    display: flex;
    justify-content: center;
    gap: 35px;
    margin-bottom: 20px;
  }
  
  .gallery__control {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .gallery__control--prev {
    background-color: #D9D9D9;
  }
  
  .gallery__control--next {
    background-color: var(--color-primary);
  }
  
  .gallery__description {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 35px;
  }
  
  .btn--view-gallery {
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
  }
   */
/* Popup container (hidden by default) */
.popup {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  z-index: 1000;
}

/* Overlay background */
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* Close button */
.close-btn {
  margin-top: 10px;
  padding: 8px 15px;
  background: #ff5722;
  width: fit-content;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
.close-btn:hover {
  background: #e64a19;
}

/*-------------------------------------
contact number
-------------------------------------------*/
.contact-no {
  display: inline-block;
  /* padding: 10px 20px; */
  font-size: 18px;
  color: #3b3b3b;
  /* background-color: #007bff; */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
}