body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#f8f7f2;
    color:#15351f;
}

.page-banner{
    height:450px;
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
}

.banner-overlay{
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.35);
    display:flex;
    align-items:center;
}

.banner-content{
    margin-left:8%;
    color:white;
}

.banner-content h1{
    font-size:72px;
    margin:0;
    font-family:Georgia, serif;
}

.banner-content p{
    font-size:26px;
    margin-top:20px;
}

.service-content{
    max-width:1200px;
    margin:auto;
    padding:80px 30px;
}

.service-intro{
    text-align:center;
    margin-bottom:70px;
}

.service-intro h2{
    font-size:52px;
    margin-bottom:20px;
    font-family:Georgia, serif;
}

.service-intro p{
    font-size:22px;
    line-height:1.8;
    color:#444;
}

.carousel-wrapper{
    position:relative;
    margin-top:50px;
}

.carousel{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:20px;
}

.carousel img{
    border-radius:20px;
    transition:0.4s;
}

.carousel .side{
    width:220px;
    height:320px;
    object-fit:cover;
    opacity:0.7;
}

.carousel .center{
    width:650px;
    height:450px;
    object-fit:cover;
    box-shadow:0 15px 40px rgba(0,0,0,0.2);
}

.arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:60px;
    height:60px;
    border-radius:50%;
    background:#15351f;
    color:white;
    border:none;
    font-size:28px;
    cursor:pointer;
}

.arrow-left{
    left:-30px;
}

.arrow-right{
    right:-30px;
}

.thumbnails{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:30px;
    flex-wrap:wrap;
}

.thumbnails img{
    width:110px;
    height:80px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
}

.bottom-buttons{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-top:70px;
}

.btn{
    padding:18px 35px;
    border-radius:12px;
    text-decoration:none;
    font-weight:bold;
}

.btn-home{
    background:#ececec;
    color:#15351f;
}

.btn-devis{
    background:#15351f;
    color:white;
}

@media(max-width:1000px){

    .carousel .center{
        width:90%;
        height:350px;
    }

    .carousel .side{
        display:none;
    }

    .banner-content h1{
        font-size:48px;
    }

    .service-intro h2{
        font-size:38px;
    }
}
.only-photo {
  height: 460px;
  background-size: cover;
  background-position: center;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 25px;
}

.dot {
  width: 12px;
  height: 12px;
  background: #d4d9c8;
  border-radius: 50%;
  display: block;
}

.dot.active {
  background: #15351f;
}

.footer-new {
  background: #15351f;
  color: white;
  text-align: center;
  padding: 24px;
  margin-top: 60px;
}
.top-nav {
  height: 85px;
  padding: 0 6%;
  background: #fbf7ec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-nav nav {
  display: flex;
  gap: 30px;
}

.top-nav nav a {
  color: #15351f;
  text-decoration: none;
  font-weight: 700;
}

.nav-devis {
  background: #15351f;
  color: white;
  padding: 15px 26px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
}

.only-photo {
  height: 460px;
  background-size: cover;
  background-position: center;
}

.service-content {
  padding: 80px 6%;
  background: #fbf7ec;
}

.carousel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.carousel img {
  object-fit: cover;
  border-radius: 18px;
}

.carousel .center {
  width: 620px;
  height: 430px;
}

.carousel .side {
  width: 220px;
  height: 320px;
  opacity: 0.75;
}

.arrow {
  background: #15351f;
  color: white;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 32px;
  cursor: pointer;
}

.carousel-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.thumbnails {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.thumbnails img {
  width: 100px;
  height: 75px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 25px;
}

.dot {
  width: 11px;
  height: 11px;
  background: #d4d9c8;
  border-radius: 50%;
}

.dot.active {
  background: #15351f;
}

.bottom-buttons {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 70px;
}

.btn {
  padding: 18px 35px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
}

.btn-home {
  background: #ececec;
  color: #15351f;
}

.btn-devis {
  background: #15351f;
  color: white;
}
.reviews-page {
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 25px;
  text-align: center;
}

.reviews-page h1 {
  font-family: Georgia, serif;
  font-size: 52px;
  color: #15351f;
  margin-bottom: 20px;
}

.reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 45px;
  text-align: left;
}

.review-card {
  background: #fff;
  border-radius: 24px;
  padding: 28px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 1px solid rgba(21,53,31,0.15);
}

.review-stars {
  color: #d6a400;
  font-size: 25px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.review-card h3 {
  color: #15351f;
  margin: 0 0 8px;
}

.review-city {
  color: #5f6f62;
  font-weight: bold;
  margin-bottom: 12px;
}

@media (max-width: 800px) {
  .reviews-list {
    grid-template-columns: 1fr;
  }
}
