
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap');

/* Body text */
body, p, li, a, span {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
}

/* Headings */
h1, h2, h3, h4, h5, h6, .heading {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

/*home*/
 /* Hero Section */
 .hero {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.hero video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  object-fit: cover;
  filter: brightness(0.6); /* dim the video for text readability */
}

.hero-content {
  z-index: 2;
  max-width: 800px;
}

.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.hero p {
  font-family: 'Roboto Slab', serif;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.hero .btn-shop {
  background-color: #F1C049; /* accent color */
  color: #542020; /* dark maroon text */
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 50px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  text-decoration: none;
}

.hero .btn-shop:hover {
  background-color: #BAD789;
  transform: scale(1.05);
  color: #542020;
  text-decoration: none;
}
/*about us section*/
.about-us h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #542020; /* dark maroon from your palette */
}

.about-us p {
  font-family: 'Roboto Slab', serif;
  font-size: 1.1rem;
  color: #45482D; /* dark olive for body text */
}

.about-us .btn-outline-dark {
  border-color: #F1C049;
  color: #542020;
  font-weight: 600;
  transition: all 0.3s ease;
}

.about-us .btn-outline-dark:hover {
  background-color: #F1C049;
  color: #542020;
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .about-us {
    text-align: center;
  }
  .about-us .col-md-6 {
    margin-bottom: 2rem;
  }
}

/*purana ayu section*/
.purana-ayurveda {
  background-color: #F1C049; 
}

.purana-ayurveda h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
}

.purana-ayurveda p {
  font-size: 1.1rem;
  line-height: 1.6;
}

.purana-ayurveda .btn-outline-dark:hover {
  background-color: #542020;
  color: #F1C049;
  border-color: #542020;
  border: 1px solid #542020;
}

.purana-ayurveda .purana-img-wrapper {
  padding: 20px;            
  background-color: #542020;   
  border-radius: 10px;      
}

.purana-ayurveda .purana-img {
  width: 100%;
  max-width: 100%;          
  height: 300px;
  object-fit: cover;
  display: block;
}

.highlight-card {
  background-color: #fff;
  transition: transform 0.3s, box-shadow 0.3s;
}
.highlight-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}
.video-banner {
  width: 100%;
  overflow: hidden;
}

.video-banner video {
  display: block;
  width: 100%;
  height: 400px; /* adjust height as needed */
  object-fit: cover;
}


/* Shop Page Styling */
body {
  background-color: #FEF8DB;
}

.shop-header {
  text-align: center;
  margin: 40px 0;
}

.shop-header h1 {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #542020;
}

.product-card {
  border: none;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.product-card img {
  height: 200px;
  object-fit: cover;
}

.product-card .card-body {
  text-align: center;
}

.product-card h5 {
  font-weight: 600;
  color: #542020;
}

.product-card p {
  font-size: 0.9rem;
  color: #6c757d;
  min-height: 40px;
}

.product-price {
  color: #F1C049;
  font-weight: bold;
  font-size: 1.1rem;
}

.btn-buy {
  background-color: #542020;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 8px 16px;
  transition: background-color 0.3s;
}

.btn-buy:hover {
  background-color: #F1C049;
  color: #542020;
}

.btn-view {
  border: 1px solid #542020;
  color: #542020;
  border-radius: 8px;
  padding: 6px 14px;
  background: transparent;
  transition: all 0.3s;
  text-decoration: none; 
  display: inline-block; 
}

.btn-view:hover {
  background-color: #542020;
  color: #fff;
  text-decoration: none; 
}

/*blog php*/
   /* Hero Section */
   .blogs-hero {
    background: url('Images/blogs-hero.jpg') center/cover no-repeat;
    padding: 120px 20px;
    color: #FEF8DB;
    text-align: center;
    position: relative;
  }
  .blogs-hero::after {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(84,32,32,0.7); /* brand dark overlay */
  }
  .blogs-hero h1, .blogs-hero p {
    position: relative;
    z-index: 1;
  }

  /* Blog Card */
  .blog-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(84,32,32,0.2);
    transition: transform 0.3s ease;
  }
  .blog-card:hover {
    transform: translateY(-5px);
  }
  .blog-card img {
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .blog-card h5 {
    color: #542020;
    font-weight: 700;
  }
  .blog-card p {
    color: #333;
  }
  .blog-card .btn-outline-dark {
    border-color: #542020;
    color: #542020;
  }
  .blog-card .btn-outline-dark:hover {
    background-color: #F1C049;
    border-color: #F1C049;
    color: #542020;
  }

  /* Sidebar */
  .sidebar {
    background-color: #FEF8DB;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(84,32,32,0.1);
  }
  .sidebar h5 {
    font-weight: 700;
    margin-bottom: 15px;
    color: #542020;
    border-bottom: 2px solid #F1C049;
    display: inline-block;
    padding-bottom: 5px;
  }
  .sidebar a {
    display: block;
    margin-bottom: 10px;
    color: #542020;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  .sidebar a:hover {
    color: #F1C049;
    text-decoration: none;
  }

  /*ayurvedha page*/
  body {
    font-family: 'Poppins', sans-serif;
    color: var(--text-color, #542020);
    background-color: #fff;
  }

  /* Ayurveda Info Section */
  .ayurveda-section {
    background-color: var(--light-bg, #FEF8DB);
    padding: 80px 20px;
    border-radius: 16px;
    margin: 50px auto;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    text-align: center;
    max-width: 1100px;
  }

  .ayurveda-section img.logo {
    max-width: 180px;
    margin-bottom: 25px;
  }

  .ayurveda-section h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 20px;
    color: var(--primary-color, #542020);
  }

  .ayurveda-section h3 {
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    color: var(--primary-color, #542020);
  }

  .ayurveda-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 15px;
  }

  .btn-book-now {
    background-color: var(--primary-color, #542020);
    color: #FEF8DB;
    border: none;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
  }

  .btn-book-now:hover {
    background-color: var(--hover-color, #7a2c2c);
    color: #fff;
    transform: translateY(-2px);
  }

  /* Masonry Gallery */
  .gallery {
    column-count: 3;
    column-gap: 18px;
    margin: 60px auto;
    max-width: 1100px;
  }

  .gallery img {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.12);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .gallery img:hover {
    transform: scale(1.04);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
  }

  @media (max-width: 992px) {
    .gallery { column-count: 2; }
  }

  @media (max-width: 576px) {
    .gallery { column-count: 1; }
  }

  /*About us*/
  body {
    font-family: 'Poppins', sans-serif;
    color: #542020;
    background-color: #fff;
  }

  .about-section {
    background-color: #FEF8DB;
    padding: 80px 20px;
    border-radius: 16px;
    margin: 50px auto;
    box-shadow: 0 6px 16px rgba(0,0,0,0.1);
    max-width: 1100px;
    text-align: center;
  }

  .about-section img.logo {
    max-width: 180px;
    margin-bottom: 25px;
  }

  .about-section h1 {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
  }

  .about-section h2 {
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #542020;
  }

  .about-section p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
  }

  .mission-vision {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    text-align: left;
  }

  .mission-vision div {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  }

  @media(max-width: 768px) {
    .mission-vision {
      grid-template-columns: 1fr;
    }
  }