* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Georgia", serif;
}

body {
  overflow-x: hidden;
}

/* Top Bar */
.top-bar {
  background: #3f3f3f;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 14px;
 
}

.top-bar span {
  color: #c9a86a;
  font-weight: bold;

}

/* Header */
.main-header {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 40px;
  border-bottom: 1px solid #eee;
}


.logo img {
  height: 45px;
}

/* Nav Menu */
.nav-menu a {
  margin: 0 18px;
  text-decoration: none;
  color: #000;
  font-size: 18px;
}

.nav-menu a.active {
  color: #777;
}

/* Book Button */
.book-btn {
  background: linear-gradient(135deg, rgb(129, 243, 129), green);
  color: #fff;
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 16px;
}

/* Hamburger */
.hamburger {
  font-size: 28px;
  display: none;
  cursor: pointer;
}

/* Mobile Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -300px;
  width: 280px;
  height: 100%;
  background: #111;
  padding: 30px;
  transition: 0.4s ease;
  z-index: 999;
}

.mobile-sidebar.active {
  right: 0;
}

.mobile-sidebar a {
  display: block;
  color: #fff;
  text-decoration: none;
  margin: 20px 0;
  font-size: 18px;
}

.sidebar-btn {
  background:linear-gradient(135deg, rgb(129, 243, 129), green);
  padding: 12px;
  text-align: center;
  border-radius: 25px;
  color: #000 !important;
}

.close {
  font-size: 30px;
  color: #fff;
  cursor: pointer;
  display: block;
  text-align: right;
}

/* Responsive */
@media (max-width: 992px) {
  .nav-menu,
  .book-btn {
    display: none;
  }

  .hamburger {
    display: block;
  }
}


/* Banner Section */ 



.spa-banner {
  position: relative;
  height: 100vh;
  background: url("assets/Aroma Massage.png")
    center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.banner-content {
  position: relative;
  text-align: center;
  max-width: 800px;
  padding: 20px;
}

/* Animations */
.slide-left {
  font-size: 52px;
  margin-bottom: 20px;
  animation: leftSlide 1.4s ease forwards;
}

.slide-right {
  font-size: 20px;
  margin-bottom: 35px;
  animation: rightSlide 1.4s ease forwards;
  animation-delay: 0.4s;
  opacity: 0;
}

.zoom-in {
  display: inline-block;
 background:linear-gradient(135deg, rgb(129, 243, 129), green);
  padding: 16px 35px;
  border-radius: 40px;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  animation: zoomIn 1s ease forwards;
  animation-delay: 0.8s;
  opacity: 0;
}

/* Keyframes */
@keyframes leftSlide {
  from {
    transform: translateX(-120px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes rightSlide {
  from {
    transform: translateX(120px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    transform: scale(0.7);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .slide-left {
    font-size: 34px;
  }

  .slide-right {
    font-size: 16px;
  }
}


/* About us */


.about-spa {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 8%;
  gap: 60px;
  background: #f9f6f2;
  overflow: hidden;
}

/* Image */
.about-image {
  flex: 1;
}

.about-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.25);
}

/* Content */
.about-content {
  flex: 1;
}

.about-content h4 {
  color:green;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.about-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: #222;
}

.about-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #555;
  margin-bottom: 30px;
}

/* Button */
.about-btn {
  display: inline-block;
 background:linear-gradient(135deg, rgb(129, 243, 129), green);
  color: #fff;
  padding: 14px 34px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 16px;
}

/* Animations (Initial state) */
.animate-left {
  transform: translateX(-120px);
  opacity: 0;
}

.animate-right {
  transform: translateX(120px);
  opacity: 0;
}

/* Active Animation */
.animate-left.active,
.animate-right.active {
  transform: translateX(0);
  opacity: 1;
  transition: all 1.2s ease;
}

/* Responsive */
@media (max-width: 900px) {
  .about-spa {
    flex-direction: column;
    text-align: center;
  }

  .about-content h2 {
    font-size: 32px;
  }
}

.spa-benefits {
  background:  #e6f4ea;
  padding: 120px 8%;
}

.spa-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

/* LEFT */
.spa-left {
  flex: 1.2;
}

.small-title {
  display: block;
  color: #b48a4a;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.spa-left h2 {
  font-size: 42px;
  line-height: 1.3;
  margin-bottom: 60px;
  color: #111;
}

/* Benefits Grid */
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}

/* Each Benefit Card */
.benefit {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}

/* Circle Icon with Image */
.icon {
       padding: 10px;     /* circle height */
  background: #d8c38c;     /* optional background color */
  border-radius: 50%;       /* makes it circular */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;        /* ensures image stays inside circle */
}

/* Fit image inside circle */
.icon img {
/* image height */
  object-fit: cover;       /* crop & fill circle */
  border-radius: 50%;      /* keeps image circular */
  display: block;
  transition: transform 0.3s ease;
}

/* Optional Hover Zoom Effect */
.benefit:hover .icon img {
  transform: scale(1.2);
}

/* Text Styling */
.benefit-text h4 {
  font-size: 20px;
  margin-bottom: 6px;
  color: #111;
}

.benefit-text p {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Spa Right Image */
.spa-right img {
  width: 100%;
  max-width: 380px;
  display: block;
}

/* Animations */
.animate-left {
  opacity: 0;
  transform: translateX(-80px);
}

.animate-right {
  opacity: 0;
  transform: translateX(80px);
}

.animate-left.active,
.animate-right.active {
  opacity: 1;
  transform: translateX(0);
  transition: all 1.2s ease;
}

/* Responsive */
@media (max-width: 900px) {
  .spa-container {
    flex-direction: column;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .spa-left h2 {
    font-size: 32px;
    text-align: center;
  }

  .small-title {
    text-align: center;
  }
}



.our-services {
  padding: 80px 6%;
  background: #f7fbfc;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.services-head h2 {
  font-size: 36px;
  margin: 10px 0 50px;
  letter-spacing: 2px;
  color:black;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.service-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 450px; /* adjust as per content */
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}


.service-box.active {
  transform: translateY(0);
  opacity: 1;
}

.img-container {
  position: relative;
  overflow: hidden;
  border-radius: 20px 20px 0 0;
  height: 200px; /* uniform height for all images */
}


.img-container img {
  width: 100%;
  height: 100%; /* take full container height */
  object-fit: cover; /* crop & maintain aspect ratio */
  display: block;
}

.service-box:hover .img-container img {
  transform: scale(1.1); /* nice zoom effect on hover */
}
.service-box h4 {
  font-size: 18px;
  color:red;
  margin: 15px 0 10px;
}

.service-box p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  padding: 0 15px 15px;
}

.details-btn {
  width: calc(100% - 30px);
  margin: 0 15px 15px;
  background:red;
  color: #fff;
  padding: 12px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.3s ease, transform 0.3s ease;
}

.details-btn:hover {
  background: #a50057;
  transform: scale(1.05);
}

.service-actions {
  display: flex;
  justify-content: space-between;
  padding: 0 15px 15px;
}

.service-actions a {
  flex: 1;
  margin: 5px;
  padding: 8px 0;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 13px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.service-actions a:hover {
  background: #7b003f;
  transform: scale(1.05);
}

/* Hover card effect */
.service-box:hover {
  box-shadow: 0 25px 40px rgba(123,0,63,0.25);
  transform: translateY(-10px);
}

/* Responsive */
@media (max-width: 1000px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}


.blog-ui {
  padding: 40px;
}

.blog-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

/* LEFT IMAGE */
.blog-image {
  width: 50%;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* RIGHT CONTENT */
.blog-content {
  width: 50%;
  padding: 40px 45px;
  background: #f4efe8;
}

.blog-content h2 {
  font-size: 36px;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.2;
}

/* LIST */
.blog-content ul {
  list-style: none;
}

.blog-content li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 22px;
}

/* BULLET */
.blog-content li span {
  width: 10px;
  height: 10px;
  background: #2db6b6;
  border-radius: 2px;
  margin-right: 15px;
  margin-top: 6px;
}

/* TEXT */
.blog-content strong {
  font-size: 16px;
  color: #333;
}

.blog-content p {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media(max-width: 768px) {
  .blog-container {
    flex-direction: column;
  }

  .blog-image,
  .blog-content {
    width: 100%;
  }
}

/* Footer Styles */
.spa-footer {
  background: #ffffff;
  color: #2a6b4f;  /* dark green */
  padding: 60px 6% 20px;
  font-family: 'Poppins', sans-serif;
}

.footer-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

.footer-about h2 {
  font-size: 24px;
  color: #2a6b4f;
  margin-bottom: 15px;
}

.footer-about p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.footer-links h3,
.footer-contact h3,
.footer-newsletter h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #2a6b4f;
}

.footer-links ul {
  list-style: none;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 10px;
}

.footer-links ul li a {
  text-decoration: none;
  color: #555;
  transition: color 0.3s ease;
}

.footer-links ul li a:hover {
  color: #3fa066; /* lighter green on hover */
}

.footer-contact p {
  font-size: 14px;
  margin-bottom: 8px;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.social-icons a img {
  width: 25px;
  height: 25px;
}

.social-icons a:hover {
  transform: scale(1.2);
}

.footer-newsletter p {
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-newsletter form {
  display: flex;
  gap: 10px;
}

.footer-newsletter input[type="email"] {
  padding: 10px;
  border: 1px solid #2a6b4f;
  border-radius: 8px;
  flex: 1;
}

.footer-newsletter button {
  padding: 10px 15px;
  background: #2a6b4f;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.footer-newsletter button:hover {
  background: #3fa066;
}

.footer-bottom {
  text-align: center;
  border-top: 1px solid #d1e3d1;
  padding-top: 20px;
  font-size: 14px;
  color: #555;
}

/* Responsive */
@media (max-width: 1000px) {
  .footer-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}


/* Contact Us Section */
.contact-us {
  padding: 80px 6%;
  background: #f7fdf8; /* light greenish-white */
}

.contact-container {
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact-section {
  display: flex;
  gap: 30px;
  align-items: stretch; /* important */
}

.contact-left,
.contact-right {
  flex: 1;
}

.contact-right iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  border-radius: 12px;
}



.contact-left select {
  padding: 16px 15px;
  border: 1px solid #2a6b4f;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fff;
  resize: none;
  width: 100%;
  outline: none;
  transition: all 0.3s ease;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

/* Left: Form */
.contact-left {
  flex: 1;
  min-width: 300px;
}

.contact-left h2 {
  font-size: 32px;
  color: #2a6b4f;
  margin-bottom: 10px;
}

.contact-left p {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.6;
}

.contact-left form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.contact-left input,
.contact-left textarea {
  padding: 12px 15px;
  border: 1px solid #2a6b4f;
  border-radius: 8px;
  font-size: 14px;
  resize: none;
  transition: all 0.3s ease;
}

.contact-left input:focus,
.contact-left textarea:focus {
  border-color: #3fa066;
  box-shadow: 0 0 8px rgba(63,160,102,0.2);
  outline: none;
}

.contact-left button {
  padding: 12px 20px;
  border: none;
  background: #2a6b4f;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.3s ease;
}

.contact-left button:hover {
  background: #3fa066;
  transform: translateY(-3px);
}

/* Right: Map */
.contact-right {
  flex: 1;
  min-width: 300px;
  height: 680px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Animations */
.animate-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: all 1.2s ease;
}

.animate-right {
  opacity: 0;
  transform: translateX(80px);
  transition: all 1.2s ease;
}

.animate-left.active,
.animate-right.active {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive */
@media (max-width: 900px) {
  .contact-container {
    flex-direction: column;
    gap: 40px;
  }
}

/* Left: Form */
.contact-left input,
.contact-left textarea {
  padding: 18px 20px;       /* increased padding */
  border: 1px solid #2a6b4f;
  border-radius: 12px;      /* slightly bigger radius */
  font-size: 16px;          /* larger font */
  resize: none;
  transition: all 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.contact-left input {
  height: 50px;             /* bigger input height */
}

.contact-left textarea {
  height: 150px;             /* bigger textarea */
}

/* Button */
.contact-left button {
  padding: 16px 25px;        /* bigger clickable area */
  font-size: 18px;           /* larger text */
  border-radius: 12px;
}


.header-actions {
  display: flex;
  gap: 12px;
  margin-left: 20px;
}

.call-btn,
.whatsapp-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.call-btn {
  background: #2d7cff;
}

.whatsapp-btn {
  background: #25d366;
}

.call-btn:hover,
.whatsapp-btn:hover {
  opacity: 0.85;
}
