.elementor-3296 .elementor-element.elementor-element-430a356{--display:flex;--min-height:1440px;}.elementor-3296 .elementor-element.elementor-element-d27723f{--spacer-size:100px;}/* Start custom CSS for html, class: .elementor-element-b5fadf7 */:root {
  --forest: #1B4332;
  --primary: #22c55e;
  --warm-brown: #7a5c45;
}

/* HERO SECTION */
.hero-faq {
  position: relative;
  overflow: hidden;
  padding: 120px 20px;
  text-align: center;
  background-image: url("https://holagranola.in/wp-content/uploads/2026/02/Granla-in-bowl.jpeg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Dark overlay for readability */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(253, 251, 247, 0.92),
    rgba(253, 251, 247, 0.88)
  );
  z-index: 1;
}

/* Container */
.hero-container {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* Breadcrumb */
.hero-breadcrumb {
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(122, 92, 69, 0.7);
}

.hero-breadcrumb a {
  text-decoration: none;
  color: rgba(122, 92, 69, 0.7);
  transition: 0.3s ease;
}

.hero-breadcrumb a:hover {
  color: var(--forest);
}

.hero-breadcrumb span {
  margin: 0 6px;
}

.hero-breadcrumb .active {
  font-weight: 600;
  color: var(--forest);
}

/* Heading */
.hero-faq h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--forest);
}

@media (min-width: 768px) {
  .hero-faq h1 {
    font-size: 60px;
  }
}

/* Highlight */
.highlight {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: rgba(34, 197, 94, 0.3);
}

/* Description */
.hero-faq p {
  font-size: 18px;
  max-width: 600px;
  margin: 0 auto 40px;
  color: rgba(122, 92, 69, 0.85);
}

/* Search Box */
.search-box {
  position: relative;
  max-width: 600px;
  margin: 0 auto;
}

.search-box input {
  width: 100%;
  padding: 20px 150px 20px 55px;
  border-radius: 50px;
  border: 1px solid rgba(27, 67, 50, 0.15);
  font-size: 16px;
  outline: none;
  transition: 0.3s ease;
  box-shadow: 0 8px 30px rgba(0,0,0,0.04);
}

.search-box input:focus {
  border-color: var(--forest);
  box-shadow: 0 0 0 4px rgba(27, 67, 50, 0.08);
}

/* Search Icon */
.search-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--forest);
  opacity: 0.6;
}

/* Button */
.search-box button {
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--forest);
  color: #ffffff;
  border: none;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 700;
  cursor: pointer;
  transition: 0.3s ease;
}

.search-box button:hover {
  background: #081C15;
}

/* Decorative Blur Shapes */
.blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(100px) opacity(12px);
  z-index: 1;
}

.blur-left {
  width: 160px;
  height: 160px;
  bottom: -40px;
  left: -40px;
  background: rgba(34, 197, 94, 0.2);
}

.blur-right {
  width: 240px;
  height: 240px;
  top: 80px;
  right: -60px;
  background: rgba(34, 197, 94, 0.1);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-30fc303 */:root {
  --forest: #1B4332;
  --primary: #22c55e;
  --oat: #f7f3eb;
  --text-muted: #6b5b4d;
}

/* Section */
.faq-accordion {
  max-width: 800px;
  margin: 100px auto;
  padding: 0 20px;
}

/* Headings */
.faq-heading {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 30px;
  border-left: 4px solid var(--primary);
  padding-left: 14px;
  color: var(--forest);
}

.faq-heading.second {
  margin-top: 70px;
}

/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Item */
.accordion-item {
  background: #ffffff;
  border: 1px solid #eee6db;
  border-radius: 16px;
  overflow: hidden;
  transition: 0.3s ease;
}

.accordion-item:hover {
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* Hide checkbox */
.accordion-item input {
  display: none;
}

/* Title */
.accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  font-weight: 700;
  font-size: 17px;
  cursor: pointer;
  color: var(--forest);
  transition: 0.3s ease;
}

.accordion-title:hover {
  background: var(--oat);
}

/* Icon */
.accordion-title span {
  background: rgba(34,197,94,0.1);
  color: var(--primary);
  border-radius: 50%;
  padding: 4px;
  transition: 0.3s ease;
}

/* Content */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 24px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
  transition: max-height 0.4s ease, padding 0.3s ease;
}

/* Active */
.accordion-item input:checked ~ .accordion-content {
  max-height: 300px;
  padding: 0 24px 20px;
}

.accordion-item input:checked + .accordion-title span {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 768px) {
  .accordion-title {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4ade52b */:root {
  --primary: #22c55e;
  --forest: #1B4332;
  --oat-neutral: #eee6db;
  --warm-brown: #7a5c45;
}

/* Section */
.features-section {
  padding: 70px 20px;
  background: #ffffff;
  border-top: 1px solid var(--oat-neutral);
  border-bottom: 1px solid var(--oat-neutral);
}

/* Container */
.features-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid */
.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 20px;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
}

/* Item */
.feature-item {
  text-align: center;
  transition: 0.3s ease;
}

/* Icon Circle */
.feature-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 15px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.feature-icon span {
  font-size: 30px;
  color: var(--primary);
}

/* Hover Effect */
.feature-item:hover .feature-icon {
  background: rgba(34, 197, 94, 0.2);
  transform: translateY(-3px);
}

/* Title */
.feature-item h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--forest);
}

/* Text */
.feature-item p {
  font-size: 14px;
  color: rgba(122, 92, 69, 0.9);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c496b67 */:root {
  --forest: #1B4332;
  --warm-brown: #7a5c45;
  --oat-neutral: #f3eee6;
  --text-muted: rgba(122, 92, 69, 0.7);
}

/* Section */
.cta-section {
  padding: 100px 20px;
}

/* Card Container */
.cta-container {
  max-width: 800px;
  margin: 0 auto;
  background: var(--oat-neutral);
  border-radius: 32px;
  padding: 60px 40px;
  text-align: center;
}

/* Heading */
.cta-container h2 {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--forest);
}

/* Paragraph */
.cta-container p {
  max-width: 550px;
  margin: 0 auto 40px;
  color: var(--text-muted);
  font-size: 16px;
  line-height: 1.6;
}

/* Button Wrapper */
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

/* Base Button */
.btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-weight: 700;
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
  border: none;
}

/* Outline Button */
.btn-outline {
  background: #075e54;
  color:#ECE5DD;
  border: 2px solid transparent;
  box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}

.btn-outline:hover {
  background: #128c7e;
  border-color: #075e54;
  transform: translateY(-2px);
  color: #ffffff;
}

/* Primary (Forest) Button */
.btn-primary {
  background: var(--forest);
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(27,67,50,0.25);
}

.btn-primary:hover {
  background: #102d22;
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: scale(0.96);
}

/* Brown Button */
.btn-brown {
  background: var(--warm-brown);
  color: #ffffff;
}

.btn-brown:hover {
  background: #5e4635;
  transform: translateY(-2px);
}

/* Icon */
.btn span {
  font-size: 20px;
}

/* Responsive */
@media (max-width: 600px) {
  .cta-container {
    padding: 40px 20px;
  }

  .btn {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7aa5dde */:root {
  --forest: #1B4332;
  --forest-dark: #102d22;
  --warm-brown: #7a5c45;
  --background-light: #f8f5ef;
}

/* Section */
.granola-cta-block {
  padding: 120px 20px;
  background: var(--background-light);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.granola-cta-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

/* Heading */
.granola-cta-heading {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}

.granola-cta-heading h2 {
  font-size: 42px;
  font-weight: 900;
  color: var(--forest);
  position: relative;
  z-index: 2;
}

@media (min-width: 768px) {
  .granola-cta-heading h2 {
    font-size: 56px;
  }
}

/* Decorative Icon */
.granola-decor-icon {
  font-size: 70px;
  position: absolute;
  top: -40px;
  left: -40px;
  opacity: 0.08;
  transform: rotate(15deg);
  color: var(--forest);
}

/* Subtext */
.granola-cta-subtext {
  font-size: 18px;
  color: rgba(122, 92, 69, 0.7);
  max-width: 600px;
  margin: 0 auto 40px;
}

/* Buttons */
.granola-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

@media (min-width: 640px) {
  .granola-cta-buttons {
    flex-direction: row;
    justify-content: center;
  }
}

.granola-btn-primary,
.granola-btn-outline {
  padding: 18px 50px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease;
}

/* Forest Primary */
.granola-btn-primary {
  background: var(--forest);
  color: #ffffff;
  border: none;
  box-shadow: 0 15px 40px rgba(27,67,50,0.25);
}

.granola-btn-primary:hover {
  background: var(--forest-dark);
  transform: translateY(-3px);
}

.granola-btn-primary:active {
  transform: scale(0.96);
}

/* Brown Outline */
.granola-btn-outline {
  background: transparent;
  border: 2px solid var(--warm-brown);
  color: var(--warm-brown);
}

.granola-btn-outline:hover {
  background: var(--warm-brown);
  color: #ffffff;
  transform: translateY(-3px);
}

/* Social Proof */
.granola-cta-proof {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.granola-avatars {
  display: flex;
}

.granola-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 2px solid #ffffff;
  margin-left: -10px;
}

.granola-avatar:first-child {
  margin-left: 0;
}

.granola-proof-text {
  font-size: 12px;
  font-weight: 700;
  color: rgba(122, 92, 69, 0.6);
}/* End custom CSS */