

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-optical-sizing: auto;
    font-family: "Gill Sans", sans-serif;
    scroll-behavior: smooth;
}

html,
body {
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
}


/* Navbar */

nav {
    position: fixed;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    z-index: 999;
    top: 0px;
}


.logo img {
    width: 190px;
    height: 80px;
    margin-top: 10px;
    margin-left: 15px;
    background-size: contain;
}

.search-bar {
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.search-bar input {
    width: 360px;
    padding: 10px;
    font-size: 18px;
    border: 2px solid #807B7B;
    border-radius: 20px;

}

.search-bar{
  display: block;
}



.hamburger {
    display: none;
}

.nav-items {
    display: flex;

}

.nav-items ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style-type: none;
    text-align: center;



}

.nav-items ul li a {
    color: black;
    text-align: center;
    text-decoration: none;
    padding-right: 35px;
    font-size: 18px;


}

#login {
    font-size: 22px;
    color: #1A537B;
    padding-left: 18px;
    border-left: 2px solid black;
}

.sell-property {
  display: none;
}




.lead-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url('pc_images/Projects/palm_olympeia/tinted_palm_olympeia.png') 
    no-repeat center center/cover;
    padding: 60px 80px;
    margin-top: 100px;
    height: 100vh;
    color: white;
    position: relative;
  }
  
  .left-content {
    max-width: 50%;
    z-index: 2;
  }
  
  .left-content h1 {
    font-size: 3rem;
    line-height: 1.2;
  }
  
  .highlight {
    color: #f9b21d;
    font-weight: bold;
  }
  
  .left-content p {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  
  .form-card {
    background: #fff;
    color: #000;
    padding: 30px;
    border-radius: 16px;
    width: 340px;
    z-index: 2;
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }
  
  .form-card h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  
  input[type="text"],
  input[type="tel"] {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }
  
  .phone-input {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .flag {
    font-size: 1.2rem;
  }
  
  .checkbox-container {
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    margin-bottom: 20px;
  }
  
  .checkbox-container input {
    margin-right: 8px;
  }
  
  button {
    width: 100%;
    background-color: #ffb829;
    color: #fff;
    padding: 14px;
    font-weight: bold;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
  }
  
  button:hover {
    background-color: #004aad;
  }
  
  .terms {
    font-size: 0.75rem;
    margin-top: 12px;
    color: #666;
  }
  
  .terms a {
    color: #ef5350;
    text-decoration: none;
  }

  .wall_vista_section{
    width: 100%;
    height: 300px;
  }

  .wall_vista_section img{
    width: 100%;
    height: 100%;
    background-position: center;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
  }

  
  /* <!-- Section-2 Features Section ---------------------------------------------------------------------------------------------------------------------- --> */



  .features {
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 40px 20px;
    text-align: center;
  }
  
  .feature-item img {
    width: 60px;
    margin-bottom: 10px;
  }
  
  .feature-item p {
    font-size: 0.95rem;
    color: #333;
  }


/* <!-- Section-2 Features Section ---------------------------------------------------------------------------------------------------------------------- --> */

  
  .cta-section {
    background-color: white;
    text-align: center;
    padding: 60px 20px;
  }
  
  .cta-section h2 {
    font-size: 1.8rem;
    color: whitesmoke;
    margin-bottom: 20px;
  }
  
  .cta-section p {
    font-size: 1rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 30px auto;
    line-height: 1.6;
  }
  
  .cta-section button {
    width: 30%;
    padding: 14px 28px;
    font-size: 0.95rem;
    background-color: #ffb829;
    color: white;
    border: none;
    border-radius: 28px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
  }
  
  .cta-section button:hover {
    background-color: #004aad;
  }



  /* <!-- Section-2 Features Section ---------------------------------------------------------------------------------------------------------------------- --> */




  .home-styles {
    padding: 40px 20px;
    max-width: 1200px;
    margin: auto;
  }
  
  .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  
  .header h2 {
    font-size: 2rem;
    margin: 0;
  }
  
  .header p {
    margin: 5px 0 20px 0;
    font-size: 1rem;
    color: #555;
  }
  
  .quote-btn {
    width: 30%;
    padding: 12px 24px;
    background-color: #ef5350;
    border: none;
    color: white;
    font-weight: bold;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .quote-btn:hover {
    background-color: #d32f2f;
  }
  
  .card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
  }
  
  .card {
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    overflow: hidden;
    width: calc(33.33% - 20px);
    transition: transform 0.2s ease-in-out;
  }
  
  .card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
  
  .card-content {
    padding: 20px;
  }
  
  .card-content h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  
  .card-content p {
    color: #666;
    margin-bottom: 15px;
  }
  
  .card-btn {
    background: white;
    color: #004aad;
    border: 1.5px solid #004aad;
    padding: 10px 20px;
    border-radius: 24px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .card-btn:hover {
    background: #ffb829;
    color: white;
    border: none;
  }



  /* <!-- Section-2 Features Section ---------------------------------------------------------------------------------------------------------------------- --> */

 


  .offers-section {
    padding: 40px 20px;
    background: #f7f7f7;
  }
  
  .offers-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    flex-wrap: wrap;
  }
  
  .offers-header h2 {
    font-size: 2rem;
    margin: 0;
  }
  
  .quote-btn {
    padding: 12px 24px;
    background-color: #ffb829;
    color: white;
    border: none;
    border-radius: 24px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .quote-btn:hover {
    background-color: #004aad;
  }
  
  .offer-cards {
    display: flex;
    gap: 20px;
    margin-top: 30px;
    max-width: 1200px;
    margin-inline: auto;
    flex-wrap: wrap;
  }
  
  .offer-card {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    flex: 1;
    min-width: 280px;
    max-width: 360px;
  }
  
  .offer-icon img {
    width: 36px;
    margin-bottom: 15px;
  }
  
  .offer-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
  }
  
  .offer-card ul {
    list-style: disc;
    padding-left: 20px;
    color: #555;
    font-size: 0.95rem;
  }
  
  .offer-card ul li {
    margin-bottom: 8px;
  }
  


  .how-it-works {
    padding: 50px 20px;
    text-align: center;
    background: #fff;
  }
  
  .how-it-works h2 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #333;
  }
  
  .steps-container {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto 30px;
  }
  
  .step {
    flex: 1;
    min-width: 150px;
    max-width: 180px;
    position: relative;
  }
  
  .step img {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    border-radius: 50%;
    background: #f4f4f4;
    padding: 10px;
    background-color: whitesmoke;
    
  }
  
  .step p {
    font-size: 0.9rem;
    color: #333;
    line-height: 1.4;
  }
  
  .step p strong {
    display: block;
    font-weight: 600;
    color: #222;
  }
  
  .consult-btn-wrapper {
    margin-top: 30px;
  }
  
  .consult-btn {
    width: 30%;
    background-color: #004aad;
    color: white;
    border: none;
    padding: 14px 28px;
    border-radius: 28px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    /* transition: background 0.3s; */
  }
  
  .consult-btn:hover {
    background-color: #d32f2f;
  }
  
  /* Optional dotted line between steps */
  .steps-container::before {
    content: "";
    position: absolute;
    top: 40px;
    left: 5%;
    right: 5%;
    height: 1px;
    border-top: 2px dashed #ccc;
    z-index: 0;
  }
  
  .step {
    z-index: 1;
  }




  .connect-section {
    background-color: #f7f7f7;
    padding: 60px 20px;
    text-align: center;
  }
  
  .connect-section h2 {
    font-size: 2rem;
    color: #2d2d2d;
    margin-bottom: 10px;
  }
  
  .connect-section p {
    color: #555;
    margin-bottom: 30px;
    font-size: 1rem;
  }
  
  .connect-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .connect-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background-color: #2e4a6b;
    color: white;
    border-radius: 28px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1rem;
    transition: background-color 0.3s ease;
  }
  
  .connect-btn:hover {
    background-color: #1e344e;
  }
  
  /* Icons size */
  .connect-btn i {
    font-size: 1.1rem;
  }

  

  .cta-section {
    background: linear-gradient(135deg, #552d5a, #6d3b6f);
    padding: 60px 20px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
  }
  
  .cta-container {
    max-width: 700px;
    margin: 0 auto;
  }
  
  .cta-section h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
  }
  
  .cta-section .highlight {
    color: #ffc832;
  }
  
  .cta-section p {
    font-size: 1rem;
    margin-bottom: 30px;
    color: #e5e5e5;
  }
  
  .cta-button {
    width: 90%;
    background-color: #ffb829;
    padding: 14px 28px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 28px;
    transition: background-color 0.3s ease;
    display: inline-block;
  }
  
  .cta-button:hover {
    background-color: #004aad;
  }
  














/* 🔽 Mobile Responsive Media Query */
@media (max-width: 768px) {
  nav {
      height: 50px;
      flex-direction: column;
      align-items: flex-start;

  }

  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      font-family: "Gill Sans", sans-serif;
      scroll-behavior: smooth;
  }

  html,
  body {
      height: 100%;
      width: 100%;
  }

  body.noscroll {
      overflow: hidden;
  }


  .search-bar {
      width: 100%;
      margin: 10px 0;
      display: none;

  }

  .logo {
      width: 80%;
  }

  .logo img {
      width: 60%;
      height: auto;
  }

  .nav-items {
      width: 100%;
      flex-direction: column;
      margin-top: 10px;
      display: none;

  }



  .nav-items ul {
      flex-direction: column;
      align-items: flex-start;
      width: 100%;
  }

  .nav-items ul li {
      width: 100%;
      margin: 8px 0;
  }

  .nav-items ul li a {
      width: 100%;
      font-size: 18px;
      padding-left: 10px;
  }

  #login {
      border: none;
      padding-left: 0;
      margin-top: 10px;
  }

  .sell-property {
      display: none;

  }

  #content {
      font-size: 18px;
  }
}


/* =================== Mobile Responsive Styles - Section-1 =================== */
@media (max-width: 768px) {

  * {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      scroll-behavior: smooth;

  }

  html,
  body {
      height: 100%;
      width: 100%;
      margin: 0px;
  }




  /* Responsive Styles */
  @media (max-width: 1024px) {
      .search-bar input {
          width: 250px;
      }

      .nav-items ul li a {
          padding-right: 20px;
          font-size: 16px;
      }
  }

  @media (max-width: 768px) {


      nav {
          flex-direction: column;
          align-items: center;
          height: auto;
      }

      .hamburger {
          display: block;
          font-size: 25px;
          cursor: pointer;
          user-select: none;
      }

      .logo {
          width: 100%;
          display: flex;
          justify-content: space-between;
          align-items: center;
          gap: 120px;
      }

      .logo img {
          width: 50%;
      }

      .search-bar {
          display: block;
          width: 100%;
          margin: 10px 0;
          padding: 0 10px;
      }

      .search-bar input {
          width: 100%;
      }

      .sell-property {
          display: none;
      }

      .nav-items {
          width: 100%;
          height: auto;
          display: block;
          flex-direction: column;
          background: white;
          overflow: hidden;
          justify-content: start;
          align-items: start;
      }


      #menuList {
          transition: all 0.5s;
      }

      .search-bar {
          display: block;
      }

      .nav-items ul {
          width: 100%;
          padding-left: 10px;
          text-align: left;

      }

      .nav-items ul li a {
          padding: 10px 0;
          display: block;
      }

       .cta-section button{
        width: 90%;
       }

       
    .consult-btn {
      width: 90%;
    }

    .search-bar{
      display: none;
    }
 
  }





     
  /* Responsive */
  @media (max-width: 900px) {
    .card {
      width: calc(50% - 20px);
    }
  }


  /* ---------- Responsive Breakpoints ---------- */

@media (max-width: 1024px) {
    .lead-section {
      flex-direction: column;
      padding: 40px 40px;
      height: auto;
      text-align: center;
    }
  
    .left-content {
      max-width: 100%;
    }
  
    .left-content h1 {
      font-size: 2.5rem;
    }
  
    .left-content p {
      font-size: 1rem;
    }
  
    .form-card {
      width: 100%;
      max-width: 400px;
      margin-top: 30px;
    }
  }
  
  @media (max-width: 600px) {
    .lead-section {
      padding: 30px 20px;
    }
  
    .left-content h1 {
      font-size: 2rem;
    }
  
    .form-card {
      padding: 20px;
    }
  
    .form-card h2 {
      font-size: 1.2rem;
    }
  
    button {
      width: 90%;
      font-size: 0.9rem;
      padding: 12px;
    }
  }
  
  @media (max-width: 600px) {
    .card {
      width: 100%;
    }
  
    .header {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .quote-btn {
      width: 90%;
      margin-top: 15px;
    }

    .consult-btn {
      width: 90%;
    }
 
    .connect-btn {
      display: flex;
      justify-content: space-around;
      align-items: center;
      flex-direction: column;
    }
  }
}