.footerq {
    background-color: whitesmoke; /* Off-white for luxury feel */
    padding: 10px 60px 50px;
    border-top: 1px solid #eee;
    overflow: hidden;
}

.footerWrapperq {
    max-width: 1200px;
    margin: 0 auto;
}

.footerWrapperq h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-size: 18px;
    font-weight: 100;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 5px;
    color: #1a1a1abe;
    border-left: 5px solid black;
}

/* 2. Seamless Review Scroller */
.reviewsq {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.reviews-wrapperq {
    display: flex;
    gap: 30px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Hide scrollbar Firefox */
    padding: 20px 0;
}

.reviews-wrapperq::-webkit-scrollbar { display: none; } /* Hide scrollbar Chrome */

.reviewq {
    min-width: 350px;
    background: #ffffff;
    padding: 40px;
    border: 1px solid #f0f0f0;
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviewq p {
    font-style: italic;
    color: #555;
    line-height: 1.6;
    font-size:13px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.reviewq span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.75rem;
    letter-spacing: 2px;
    color: #d3bda5; /* Signature tan */
}

/* 3. Leave a Review Form - Ultra Clean */
.footerWrapperq > span {
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.8rem;
    margin-bottom: 0px;
}

.footerWrapperq form {
    display: flex;
    flex-direction: row;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto 10px;
}

.footerWrapperq form input {
    flex: 1;
    border: none;
    border-bottom: 1.5px solid #ddd;
    padding: 12px 0;
    outline: none;
    background: transparent;
    transition: border-color 0.3s;
}

.footerWrapperq form input:focus {
    border-bottom-color: #1a1a1a;
}

.footerWrapperq form button {
    background: #1a1a1a;
    color: #fff;
    border: none;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 1px;
    width: 150px;
    cursor: pointer;
}

/* 4. Last Footer Grid */
.lastFoterq {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1.5fr;
    gap: 60px;
    padding-top: 60px;
    border-top: 1px solid #eee;
    background-color: whitesmoke;
}

.lastFoterq h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 25px;
    color: #1a1a1a;

}

.lastFoterq p, .lastFoterq a {
    color: #666;
    text-decoration: none;
    font-size: 0.95rem;
    line-height: 2;
    display: block;
    transition: color 0.3s;
}

.lastFoterq a:hover {
    color: #d3bda5;
}

.lastFoterq img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
    filter: grayscale(100%); /* Keeps it enterprise-clean */
}

.lastFoterq a:hover img {
    filter: grayscale(0%);
}

#rightsq {
    margin-top: 30px;
    font-size: 0.75rem;
    opacity: 0.6;
}

/* Responsive */
@media (max-width: 992px) {
    .lastFoterq {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    .footerWrapperq form {
        flex-direction: column;
    }
    .reviewq {
        min-width: 280px;
    }
}
@media (max-width: 480px) {
.footerq {
    padding: 10px 20px 50px;

background:
  radial-gradient(
    1200px 600px at 20% 0%,
    rgba(255, 220, 235, 0.35),
    transparent 60%
  ),
  radial-gradient(
    1000px 700px at 80% 40%,
    rgba(200, 215, 255, 0.35),
    transparent 65%
  ),
  linear-gradient(
    180deg,
    #eef2f9,
    #f6efe8,
    #e9eff7
  );


}
.reviewsq {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}

.reviews-wrapperq {
    gap: 20px;
}

.reviewq {
    min-width: 240px;
    padding: 10px;
}
    .lastFoterq {
        gap: 10px;
        text-align:left;
        background-color: transparent;
    }
    .lastFoterq h2 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #1a1a1a;
}
   .lastFoterq p{
margin: 0px;
   }
   #rightsq {
    margin-top: 0px;
    font-size: 0.75rem;
    opacity: 0.6;
}
}
