body {
  font-family: 'Inter', sans-serif;
  margin: 0;
  padding: 0;
  background: #f7f7f7;
}

header {
  /* background: linear-gradient(
    -45deg,
    #0f2027,
    #203a43,
    #2c5364,
    #0f2027
  ); */
  background: linear-gradient(
    45deg,
    #ff6a00,
    #ee0979,
    #6a11cb,
    #2575fc,
    #ee0979,
    #6a11cb,
    #2575fc,
    #ff6a00
  );
  background-size: 400% 400%;
  color: white;
  text-align: center;
  padding: 20px;
  animation: gradientMove 16s ease infinite;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

h1, h2, h3 {
  font-family: 'Montserrat', sans-serif;
}

section {
  padding: 15px;
  background: white;
  margin: 10px;
  border-radius: 6px;
}

.cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  flex-direction: column;
  gap: 12px;
  z-index: 1000;
  background: transparent;
}

.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
}

.cta a:hover {
  transform: translateY(-3px);
  border-radius: 15px;
  box-shadow: 
    0 10px 25px rgba(0, 0, 0, 0.35),
    0 4px 10px rgba(0, 0, 0, 0.2);
}


/* SVG / ICON CONTROL */
.cta-icon {
  width: 80%;
  height: 80%;
  max-width: 82px;
  max-height: 82px;
}

.himage {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 20px;
}

.hotal_image1{
  grid-column: 1/3;
}

.hotal_image6{
  grid-column: 1/2;
  grid-row: 3/4;
}

.hotal_image7{
  grid-column: 2/3;
  grid-row: 3/4;
}

.hotal_image4{
  grid-row: 2/3;
}

img {
  width: 100%;
  margin-top: 10px;
  border-radius: 5px;
}

.map iframe {
  width: 100%;
  height: 450px;
  border-radius: 10px;
}


footer {
  text-align: center;
  padding: 10px;
  background: #ddd;
}

footer .designer {
  font-size: 14px;
  margin-top: 5px;
}

footer .designer a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

footer .designer a:hover {
  color: #56028f; 
}





.testimonials {
  padding: 60px 20px;
  text-align: center;
}

.testimonials h2 {
  font-size: 32px;
  margin-bottom: 40px;
  color: #222;
}

.testimonial-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  max-width: 1100px;
  margin: auto;
}

.testimonial-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
}

.testimonial-card img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 3px solid #007bff;
}

.testimonial-card h3 {
  font-size: 20px;
  color: #333;
}

.testimonial-card span {
  font-size: 14px;
  color: #777;
}

.testimonial-card p {
  font-size: 15px;
  color: #555;
  margin: 15px 0;
  line-height: 1.6;
}

.stars {
  font-size: 18px;
  color: #f4c150;
}



/* ===============================
   RESPONSIVE DESIGN
================================ */

/* Small devices (phones) */
@media (max-width: 600px) {

  header h1 {
    font-size: 22px;
  }

  header p {
    font-size: 14px;
  }

  .cta a {
    width: 70px;
    height: 70px;
  }
  
  .cta-icon {
    max-width: 68px;
    max-height: 68px;
  }

  section {
    margin: 8px;
    padding: 12px;
  }

  /* Gallery: 1 column on mobile */
  .himage {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .hotal_image1,
  .hotal_image5,
  .hotal_image6,
  .hotal_image7 {
    grid-column: auto;
    grid-row: auto;
  }

  .map iframe {
    height: 280px;
  }


  /* Testimonials */
   .testimonials h2 {
    font-size: 24px; /* Smaller heading for mobile */
  }
  .testimonial-container {
    grid-template-columns: 1fr; /* One card per row on phones */
    gap: 20px;
  }
  .testimonial-card {
    padding: 20px 15px;
  }
  .testimonial-card img {
    width: 60px;
    height: 60px;
  }
  .testimonial-card h3 {
    font-size: 16px;
  }
  .testimonial-card span {
    font-size: 13px;
  }
  .testimonial-card p {
    font-size: 13px;
  }
  .stars {
    font-size: 16px;
  }

}

/* Medium devices (tablets) */
@media (min-width: 601px) and (max-width: 992px) {

  header h1 {
    font-size: 26px;
  }

  .cta a {
    width: 75px;
    height: 75px;
  }

  .cta-icon {
    max-width: 68px;
    max-height: 68px;
  }

  /* Gallery: 2 columns on tablets */
  .himage {
    grid-template-columns: repeat(2, 1fr);
  }

  .hotal_image1 {
    grid-column: 1 / 3;
  }

  .map iframe {
    height: 350px;
  }


  /* testimonial */
  .testimonials h2 {
    font-size: 28px; /* Slightly smaller heading */
  }
  .testimonial-card {
    padding: 25px 15px;
  }
  .testimonial-card img {
    width: 70px;
    height: 70px;
  }
  .testimonial-card h3 {
    font-size: 18px;
  }
  .testimonial-card p {
    font-size: 14px;
  }


}

