.footer-section {
  background: #e2dfdf;
  padding: 40px 20px;
}

.menu a {
  margin: 0 15px;
  text-decoration: none;
  color: #000;
  letter-spacing: 2px;
  font-size: 14px;
}

.logo img {
  font-size: 48px;
  letter-spacing: 5px;
  color: #9aa08c;
}

.sub-text {
  letter-spacing: 6px;
  color: #9aa08c;
}

.member-text {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 2px;
}


 .logo-slider {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.logo-track {
  display: flex;
  width: calc(200%);
  animation: scroll 15s linear infinite;
}

.logo-track img {
  width: 140px;
  margin: 0 40px;
  object-fit: contain;
}


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}


.logo-slider:hover .logo-track {
  animation-play-state: paused;
}

@media(max-width:768px){
  .logo-track img {
    width: 100px;
    margin: 0 20px;
  }
}

.copyright {
  font-size: 14px;
  color: #555;
}



.insta-section {
  background: #f8f5f2;
  padding: 60px 0;
}


.left-strip {
  padding-left: 40px;
}


.image-row {
  position: relative;
  display: flex;
  gap: 5px;
}


.image-row img {
  width: 16.66%; 
  height: 180px;
  object-fit: cover;
}


.overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  color: white;
}


.script-text {
  font-family: 'Dancing Script', cursive;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
}


.overlay h2 {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  margin-bottom: 10px;
}


.overlay button {
  background: #c96;
  border: none;
  padding: 8px 16px;
  color: white;
}




@media(max-width:768px){
  .image-row {
    flex-wrap: wrap;
  }

  .image-row img {
    width: 33.33%;
    height: 120px;
  }

  .overlay h2 {
    font-size: 20px;
  }
}
/* Responsive */
@media(max-width:768px){
  .logo-text {
    font-size: 32px;
  }

  .menu a {
    display: block;
    margin: 5px 0;
  }

  /* .insta-strip img {
    height: 150px;
  } */
}

.service-banner {
  position: relative;
  background: url('../image/') center/cover no-repeat;
  height: 220px;
  background-color: #000;
}

.service-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
}

.script-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  font-family: 'Dancing Script', cursive;
  font-size: 40px;
}

.services-content {
  background: #f6f2ee;
  padding: 80px 20px;
}


.main-heading {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  letter-spacing: 1px;
  margin-bottom: 15px;
}


.line {
  width: 120px;
  height: 2px;
  background: #b5a999;
  margin: 15px auto 30px;
}


.content-text {
  max-width: 650px;
  margin: 0 auto 20px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}


.custom-btn {
  display: inline-block;
  margin-top: 20px;
  background: #c96;
  color: #fff;
  padding: 12px 28px;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
}


.custom-btn:hover {
  background: #b85;
}


@media(max-width:768px){
  .main-heading {
    font-size: 24px;
  }

  .script-title {
    font-size: 28px;
  }

  .services-content {
    padding: 50px 15px;
  }
}

.services-grid {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 280px);
  justify-content: center;
  gap: 80px 120px; 
}


.grid-box {
  position: relative;
  border-top: 4px solid #c96;
  overflow: hidden;
}


.grid-box img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}


.overlay-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: white;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  line-height: 1.4;
}


.highlight {
  background: #3b6db3;
  padding: 2px 6px;
}


.grid-box:hover img {
  transform: scale(1.05);
  transition: 0.4s;
}


@media(max-width:768px){
  .services-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .grid-box img {
    height: 250px;
  }
}
.service-levels {
  background: #fff;
  padding: 100px 20px;
}


.heading {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  letter-spacing: 3px;
  margin-bottom: 30px;
  color: #222;
}


.text {
  max-width: 650px;
  margin: 0 auto 20px;
  line-height: 1.9;
  font-size: 15px;
  color: #444;
}

.downloads {
  background: #fff;
  padding: 60px 0;
  border-top: 12px solid #c96;
  border-bottom: 12px solid #c96;
}

.downloads h4 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 3px;
  margin-bottom: 40px;
}


.download-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.item {
  padding: 20px;
  border: 1px solid #ddd;
  font-size: 14px;
}


@media(max-width:768px){
  .download-grid {
    grid-template-columns: 1fr 1fr;
  }
}

