
  
.about-container {
    width: 100%;
}
  
 
.about-container  .hero-content {
    background-image: url("../images/bed-and-breakfast-5.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    width: 100%;
}
  
  /* .about-container  .hero-content::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  
    z-index: 1;
  }
   */
 
.about-container .title-text{
    z-index: 2;
    background-color: rgb(0 0 0 / 17%);;
    padding: 48px;
    position: absolute;
    bottom: 42px;
    width: 40%;
}
  
.about-container  .hero-title {
    font-family: "Playfair Display", serif;
    font-size: 3.5rem;
    color: #b8e2d0;
    margin-bottom: 10px;
    text-align: center;
}
  
.about-container  .hero-subtitle {
    color: #b8e2d0;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: center;
}
.about-container .section-bg{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fcf8f3 !important;
}
  /* About Section */
.about-container .about-section {
  
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 56px;
}
  
.about-container .about-text {
    max-width: 800px;
    margin: 0 auto 60px;
    text-align: left;
}
  
.about-container .section-title {
    font-family: "Playfair Display", serif;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 30px;
}
  
.about-container  .about-text p {
    margin-bottom: 20px;
  
    color: #555;
}
  
  /* Features Grid */
.about-container  .features-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    
}
  
.about-container .feature-card {
    background-color: #fff;
    border: 1px solid #998F89;
    padding: 30px;
    text-align: center;
    border-radius: 4px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  
.about-container  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
  
.about-container .icon-container {
    width: 40px;
    height: 40px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  
.about-container .icon-container img {
    width: 100%;
    height: auto;
    fill: #a67c52;
}
  
.about-container .feature-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}
  
.about-container .feature-card p {
    color: #666;
    font-size: 12px;
    line-height: 1.4;
}


.proposal-bg{
    width: 100%;
    
    align-items: center;
    justify-content: center;
    display: flex;
    background-color: rgba(252, 248, 243, 0.51) !important
}
.proposal-section{
    max-width: 1200px;
    margin: 64px auto;
}

.proposal-section .title-container {
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}

.proposal-section .title-container h1 {
    font-size: 2.5rem;
    position: relative;
    display: inline-block;
    z-index: 2;

}
.proposal-section .title-bg{
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%, -50%);
    width: 75%;
    max-width: 400px;
    height: 48px;
    background-color: var(--color-beige);
    z-index: 1;
}
.proposal-section .title-bg img{
    width: 100%;
  
}


.proposal-section .top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    gap: 56px;
    max-width: 860px;
}





.proposal-section .colive-tagline {
    width: 60%;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.8;
}

.proposal-section .left-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    text-align: center;
    width: 35%;
}
.proposal-section .left-content img{
    width: 160px;
}

.proposal-section .info-section {
    margin: 40px 0;
    width: 65%;
}
.proposal-section .info-section p{
    font-size: 14px;
}



.proposal-section .comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 40px;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    background-color: #fff;
}

.proposal-section .comparison-table th {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-family: 'Playfair Display';
    font-size: 18px;
}

.proposal-section .comparison-table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.proposal-section .comparison-table tr:last-child td {
    border-bottom: none;
}

.proposal-section .comparison-table tr td:first-child {
    text-align: left;
    font-weight: 300;
    color: #997B68;
}

.proposal-section .included {
    font-weight: bold;
}

.mision{
    width: 100%;
    background-color: #fcf8f3 !important;
    z-index: 5;
}
.mision .mision-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
   
}
.mision .mision-container .image-container {
    flex: 1;
    max-height: 600px;
    padding: 20px;
    height: 600px;
    justify-content: center;
    align-items: center;
    display: flex
;
}
.mision .mision-container .content-container {
    flex: 1;
    min-width: 300px;
    padding: 20px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mision .mision-container .coliving-image {
    height: 100%;
  
    border: #ffffff 20px solid;
    
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

    .about-container .features-grid {
        grid-template-columns: 1fr;
    }
    
    .about-container .hero-title {
        font-size: 2.5rem;
    }
    
    .about-container .section-title {
        font-size: 2rem;
    }
    .about-container .hero-content{
        justify-content: center;
    }
    .about-container .title-text {
        width: 80%;
    }
    .about-container .about-section{
        flex-direction: column;
        margin: 40px;
    }
    .about-container .about-text{
        margin: 0;
    }
    .proposal-section .top-content{
        flex-direction: column;
    }
    .proposal-section .info-section{
        width: 75%;
    }
    .proposal-section .comparison-table td{
        font-size: 12px;
    }
    .proposal-section .comparison-table th {
        font-size: 14px;
    }
    .proposal-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mision .mision-container .coliving-image {
        width: 100%;
        height: auto;
    }
    .mision .mision-container .image-container {
        height: auto;
    }
    .mision .mision-container {
        padding: 40px 20px;
        flex-direction: column;
    }
}
 
  