.project-section {
    position: relative;
    width: 100%;
    }
    
    .project-section img {
    width: 100%;
    height: 70vh;
    display: block;
    }
    .project-section {
    position: relative;
    width: 100%;
    }
    
    .project-section img {
    width: 100%;
    height: 70vh;
    display: block;
    }
    
    .project-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    font-family: Georgia, serif;
    
    }
    
    /* project section end  */
    
    /* contact us  */
    .map-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    }
    
    .map-embed {
    width: 100%;
    height: 70%;
    border: none;
    filter: grayscale(20%);
    }
    
    .contact-section {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
    }
    
    .contact-box {
    background: #1e1e1e;
    padding: 40px;
    width: 600px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    color: white;
    margin-right: 0px;
    margin-left: 150px;
    }
    
    .contact-box input,
    .contact-box textarea {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    font-size: 14px;
    }
    
    .submit-btn {
    padding: 12px 20px;
    background: #b08c5f;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    }
    
    .heading-box {
    color:black;
    font-size: 42px;
    font-family: Georgia, serif;
    font-weight: 500;
    margin-top: -400px;
    margin-left:100px;
    }
    
    .rotating-logo {
    position: absolute;
    top: -2%;
    left: 250px;
    width: 150px;
    height: 130px;
    z-index: 15;
    }
    
    .rotating-logo svg {
    width: 100%;
    height: 100%;
    animation: spin 10s linear infinite;
    }
    
    @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
    }
    
    
    /*  */
    
    /* Mobile view - screens less than 768px */
    @media (max-width: 768px) {
    
        .project-text {
          font-size: 2rem;
          text-align: center;
          padding: 0 20px;
        }
      
        .map-wrapper {
          height: auto;
          flex-direction: column;
          justify-content: center;
        }
      
        .map-embed {
          height: 300px;
        }
      
        .contact-section {
          position: static;
          transform: none;
          flex-direction: column;
          align-items: center;
          margin: 20px 0;
        }
      
        .contact-box {
          width: 90%;
          margin: 0 auto;
          padding: 20px;
        }
      
        .heading-box {
          font-size: 28px;
          margin-top: 20px;
          margin-left: 20px;
          margin-right: 20px;
          text-align: center;
        }
      
        .rotating-logo {
          top: 10px;
          left: 50%;
          transform: translateX(-50%);
          width: 100px;
          height: 90px;
        }
      }
      
      /* Smaller mobile view - screens less than 480px */
      @media (max-width: 480px) {
      
        .project-text {
          font-size: 1.5rem;
        }
      
        .contact-box input,
        .contact-box textarea {
          font-size: 12px;
          padding: 8px;
        }
      
        .submit-btn {
          width: 100%;
          font-size: 14px;
        }
      
        .heading-box {
          font-size: 24px;
        }
      
        .rotating-logo {
          width: 80px;
          height: 70px;
        }
      }
      
    .project-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    font-family: Georgia, serif;
    
    }
    
    /* project section end  */
    
    /* contact us  */
    .map-wrapper {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    }
    
    .map-embed {
    width: 100%;
    height: 70%;
    border: none;
    filter: grayscale(20%);
    }
    
    .contact-section {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    z-index: 10;
    }
    
    .contact-box {
    background: #1e1e1e;
    padding: 40px;
    width: 600px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    color: white;
    margin-right: 0px;
    margin-left: 150px;
    }
    
    .contact-box input,
    .contact-box textarea {
    width: 100%;
    padding: 10px;
    margin: 15px 0;
    border: none;
    border-bottom: 2px solid white;
    background: transparent;
    color: white;
    font-size: 14px;
    }
    
    .submit-btn {
    padding: 12px 20px;
    background: #b08c5f;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    }
    
    .heading-box {
    color:black;
    font-size: 42px;
    font-family: Georgia, serif;
    font-weight: 500;
    margin-top: -400px;
    margin-left:100px;
    }
    
    .rotating-logo {
    position: absolute;
    top: -2%;
    left: 250px;
    width: 150px;
    height: 130px;
    z-index: 15;
    }
    
    .rotating-logo svg {
    width: 100%;
    height: 100%;
    animation: spin 10s linear infinite;
    }
    
    @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
    }
    
    
    /*  */
    
    /* Mobile view - screens less than 768px */
    @media (max-width: 768px) {
    
        .project-text {
          font-size: 2rem;
          text-align: center;
          padding: 0 20px;
        }
      
        .map-wrapper {
          height: auto;
          flex-direction: column;
          justify-content: center;
        }
      
        .map-embed {
          height: 300px;
        }
      
        .contact-section {
          position: static;
          transform: none;
          flex-direction: column;
          align-items: center;
          margin: 20px 0;
        }
      
        .contact-box {
          width: 90%;
          margin: 0 auto;
          padding: 20px;
        }
      
        .heading-box {
          font-size: 28px;
          margin-top: 20px;
          margin-left: 20px;
          margin-right: 20px;
          text-align: center;
        }
      
        .rotating-logo {
          top: 10px;
          left: 50%;
          transform: translateX(-50%);
          width: 100px;
          height: 90px;
        }
      }
      
      /* Smaller mobile view - screens less than 480px */
      @media (max-width: 480px) {
      
        .project-text {
          font-size: 1.5rem;
        }
      
        .contact-box input,
        .contact-box textarea {
          font-size: 12px;
          padding: 8px;
        }
      
        .submit-btn {
          width: 100%;
          font-size: 14px;
        }
      
        .heading-box {
          font-size: 24px;
        }
      
        .rotating-logo {
          width: 80px;
          height: 70px;
        }
      }
      