/* Global Styles */
body {
  background-color: #F5F5EF;
  display: flex;
  min-height: 900px;
  padding: 0 48px;
  flex-direction: column;
  align-items: center;
  margin: 0; /* remove default body margin */
  overflow-x: hidden;
}

#main-content {
  max-width: 1344px;
}

/* Header & Navigation */
.header-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-logo{
  padding-bottom: 16px;
  width:70px;
}

h1 {
  color: #1D221B;
  font-family: 'Syne', sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 100%;
  margin: 0;
}

.main-nav {
  display: flex;
  gap: 40px;
}

.main-nav a {
  color: #1D221B;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

/* A simple divider container for the SVG line */
.section-divider {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 24px 0; /* Adjust top/bottom spacing as desired */
}

.section-divider svg {
  /* Make it responsive */
  max-width: 100%;
  height: auto;
  display: block;
}

/* Hero Section */
.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  align-self: stretch;
  padding: 32px 0;
  box-sizing: border-box;
}

#SecondTitle {
  color: #1D221B;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 100px;
  letter-spacing: -0.96px;
  margin-bottom: 24px;
  Margin-top: 0;
  Margin-left:0;
}

.hero img {
  width: 100%;
  border-radius: 22px;
  display: block;
  min-height:256px;
}

/* How It Works Section */
#how-it-works {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 48px 0;
  gap: 38px;
  text-align: center;
  width: 100%;
}

#how-it-works h2 {
  font-size: 32px;
  font-family: 'Cutive', sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.48px;
  color: #1D221B;
  margin: 0;
  text-align: center;
}

#how-it-works p{
  color: #1D221B;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.12px;
  padding-bottom: 38px;
}


/* Candle Sizes Section */
.candle-sizes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0 200px;
  width: 100%;
  box-sizing: border-box;
}

.size {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 220px; 
  margin: 0 10px;
  text-align: center;
}

.size img {
  width: 100px;
  height: auto;
}

.size div {
  margin-top: 8px;
  color: #000;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

/* Step Cards */
.step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 217.59px;
  height: 233px;
  padding: 25px;
  border-radius: 12px;
  border: 1px solid rgba(23, 52, 9, 0.2);
  background: #EAEAE0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  color: #4B5563;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.step strong {
  display: block;
  width: 88px; /* from screenshot snippet */
  height: 25px; /* from screenshot snippet */
  flex-shrink: 0;
  color: #000;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}

/* Layout toggles */
.desktop-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 38px;
  margin-top: 20px;
}

.mobile-steps {
  display: none;
}

/* CTA Below Steps */
.arrangements-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}

.arrangements-cta p {
  margin: 0;
  color: #1D221B;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.booking-button {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #204F0A;
  color: #FBFFFA;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

/* Candles in Action */
#candles-in-action {
  text-align: center;
  padding: 48px 0;
}

form label {
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 18px;
  color: #1D221B;
  display: block;
}

form{
  flex-direction:column;
}

.form-row {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}


.form-group {
  flex: 1;
  min-width: 120px;
  display: flex;
  flex-direction: column;
}

form input[type="text"],
form input[type="email"],
form input[type="date"],
form textarea {
  width: 100%;
}



#candles-in-action h2 {
  font-size: 16px;
  font-family: 'Cutive', sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.48px;
  color: #1D221B;
  margin: 0;
  text-align: center;
}

#candles-in-action .gallery {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

#candles-in-action img {
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* Benefits Section */
#benefits {
  display: flex;
  padding: 48px 0;
  flex-direction: column;
  align-items: center;
  gap: 38px;
  align-self: stretch;
}

#benefits h2 {
  font-size: 32px;
  font-family: 'Cutive', sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.48px;
  color: #1D221B;
  margin: 0;
  text-align: center;
}

#benefits p {
  color: #1D221B;
  text-align: center;
  font-family: "Kumbh Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 0 0 30px;
}

.benefits-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.benefit {
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-radius: 12px;
  border: 1px solid rgba(23, 52, 9, 0.2);
  background: #EAEAE0;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
  gap: 14px;
  align-items: center;
  flex: 1 0 0;
  align-self: stretch;
  color: #4B5563;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.benefit strong {
  color: #000;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* Contact Section */
#contact {
  padding: 48px 0;
}

#contact h2 {
  font-size: 32px;
  font-family: 'Cutive', sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.48px;
  color: #1D221B;
  margin: 0;
  text-align: center;
}

#contact p {
  color: #1D221B;
  text-align: center;
  font-family: "Kumbh Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.12px;
  margin: 0 0 30px;
}

#contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

#contact input, select,
#contact textarea {
  width: 100%;
  padding: 12px;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid rgba(23, 52, 9, 0.16);
  background: rgba(218, 218, 202, 0.40);
  color: #1D221B;
}

#emailInput, #EventInput{
  margin-bottom:12px;
  margin-top:12px;
}

#contact button {
  display: flex;
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #204F0A;
  color: #FBFFFA;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: none;
  cursor: pointer;
}

/* FAQ Section */
#faq {
  display: flex;
  padding: 48px 0;
  align-items: center;
  gap: 96px;
  align-self: stretch;
  background: #F5F5EF;
  max-width: 1000px;
  margin: 0 auto;
}

.faq-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 512px;
  flex: 1;
}

.faq-right {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 2;
}

.faq-left h2 {
  font-size: 32px;
  font-family: 'Cutive', sans-serif;
  font-weight: 400;
  line-height: 52px;
  letter-spacing: -0.48px;
  color: #1D221B;
  margin: 0;
  text-align: left;
}

.faq-item {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-top: 2px solid rgba(23, 52, 9, 0.16);
  background: #F5F5EF;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #1D221B;
  cursor: pointer;
  width: 100%;
}

.faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.faq-item .faq-question i {
  min-width: 20px;
  text-align: center;
}

.faq-item .answer {
  display: none;
  margin-top: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #4B5563;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
  width: 100%;
}

.faq-item.open .answer {
  display: block;
  max-height: 500px;
}

.faq-item i {
  margin-left: 8px;
}

/* Footer */
footer {
  text-align: center;
  padding: 20px 0;
}

footer p {
  margin: 5px 0;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 16px;
}

/* Responsive Adjustments */

/* Navigation: Stack links on smaller screens */
@media (max-width: 768px) {
  nav {
    flex-direction: row;
    gap: 20px;
  }

  nav a {
    font-size: 16px;
  }
}

/* Candle Sizes: Stack vertically and reduce side padding */
@media (max-width: 768px) {
  .candle-sizes {
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    padding: 0 12px;
    gap: 16px;
  }

  #main-content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .site-logo{
    padding-bottom: 16px;
    width:70px;
  }

  .size {
    height: auto;
    margin: 0;
  }

  .size img {
    width: 70px;
  }

  .size div {
    font-size: 14px;
  }
}


/* Hero Section: Adjust heading size */
@media (max-width: 768px) {
  #SecondTitle {
    font-size: 36px;
    line-height: 1.2;
  }
}

@media (max-width: 480px) {
  #SecondTitle {
    font-size: 28px;
    line-height: 1.1;
  }
}

/* Benefits List: Adjust grid columns */
@media (max-width: 768px) {
  .benefits-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 480px) {
  .benefits-list {
    grid-template-columns: 1fr;
  }
}

/* General spacing and typography fixes */
@media (max-width: 480px) {
  body {
    padding: 0 16px;
  }

  h1 {
    font-size: 32px;
  }

  #SecondTitle {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 32px;
    margin-top: 8px;
  
  }

  #how-it-works p,
  #benefits p,
  #contact p {
    font-size: 18px;
    line-height: 28px;
  }

  .step {
    flex: 0 0 auto;
    scroll-snap-align: center;
    width: 260px;
  }

  .arrangements-cta p {
    font-size: 16px;
    text-align: center;
  }

  .gallery {
    flex-direction: column;
    gap: 12px;
  }

  .benefits-list {
    grid-template-columns: 1fr;
  }

  .benefit {
    padding: 20px;
  }

  #contact form {
    flex-direction: column;
  }

  #faq {
    flex-direction: column;
    gap: 24px;
    padding: 32px 16px;
  }

  .faq-left h2 {
    text-align: center;
    font-size: 24px;
  }

  footer p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .steps-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  #how-it-works{
    padding: 20px 0;

  }

  #how-it-works p{
    padding-bottom: 0px;
  }

  #benefits{
    gap:20px;
    padding: 12px 0;
  }

}


@media (min-width: 769px) {
  .mobile-steps {
    display: none;
  }

  .desktop-steps {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 38px;
  }
}

@media (max-width: 768px) {
  .desktop-steps {
    display: none;
  }
}

@media (max-width: 768px) {
  .mobile-steps {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    overflow-x: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
  

  .scrollable-steps {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 24px;
    scroll-padding-left: 16px;
    scroll-behavior: smooth;
  }

  .scrollable-steps::-webkit-scrollbar {
    display: none;
  }
  

  .scrollable-steps .step {
    flex: 0 0 auto;
    width: 80%;
    max-width: 280px;
    scroll-snap-align: center;
    box-sizing: border-box;
  }
  
}

.gallery-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.gallery-track {
  display: flex;
  overflow: hidden;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.gallery-image {
  width: 100%;
  border-radius: 8px;
}

.gallery-image.active {
  display: block;
}

.gallery-carousel .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #204F0A;
  color: white;
  border: none;
  font-size: 20px;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 999px;
  z-index: 10;
}

.gallery-carousel .arrow.left {
  left: -50px;
}

.gallery-carousel .arrow.right {
  right: -50px;
}

@media (max-width: 768px) {
  .gallery-carousel {
    max-width: 100%;
    padding: 0 48px;
  }

  .gallery-carousel .arrow.left {
    left: 0;
  }

  .gallery-carousel .arrow.right {
    right: 0;
  }
}

/* Desktop Only: Hide mobile carousel */
@media (min-width: 769px) {
  .mobile-gallery {
    display: none;
  }

  .desktop-gallery {
   display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
  }
  
.desktop-gallery img {
  border-radius: 8px;
  width: 100%;
  max-width: 400px;
  height: auto;
}
}

/* Mobile Only: Hide static gallery */
@media (max-width: 768px) {
  .desktop-gallery {
    display: none;
  }

  .gallery-carousel {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
  }

  .gallery-track {
    display: flex;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .gallery-image {
    width: 100%;
    border-radius: 8px;
  }

  .gallery-image.active {
    display: block;
  }

  .gallery-carousel .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #204F0A;
    color: white;
    border: none;
    font-size: 20px;
    padding: 8px 12px;
    cursor: pointer;
    border-radius: 999px;
    z-index: 10;
  }

  .gallery-carousel .arrow.left {
    left: 0;
  }

  .gallery-carousel .arrow.right {
    right: 0;
  }
  .scrollable-gallery {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: 16px;
    padding: 0 16px;
    scroll-behavior: smooth;
  }

  .gallery-image {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto;
    scroll-snap-align: center;
    transition: transform 0.3s ease;
  }

  .scrollable-gallery::-webkit-scrollbar {
    display: none;
  }


}

@media (min-width: 769px) {
  .desktop-benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .mobile-benefits-carousel {
    display: none;
  }
}

@media (max-width: 768px) {
  .desktop-benefits {
    display: none;
  }

  .mobile-benefits-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    position: relative;
    margin-top: 16px;
  }

  .benefits-track {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .benefits-track .benefit {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 270px;
    max-width: 230px;
  }

  .benefits-track .benefit.active {
    display: flex;
  }

  .mobile-benefits-carousel .arrow {
    background: #204F0A;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .hero img{
    min-height:256px;
  }
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 1001;
}

.menu-toggle .icon {
  width: 40px;
  height: auto;
  display: none;
}

.menu-toggle .open-icon {
  display: block;
}

.menu-toggle.menu-open .open-icon {
  display: none;
}

.menu-toggle.menu-open .close-icon {
  display: block;
}

.main-nav.open {
  display: flex;
}


@media (max-width: 768px) {

  .hero{
    padding-top: 0px;
    padding-bottom: 28px;
  }
  .menu-toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1000;
  }

  .main-nav {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    flex-direction: column;
    align-items: center;
    background: #F5F5EF;
    width: 100%;
    gap: 20px;
    padding: 0;
  }
  
  .main-nav.open {
    max-height: 300px; /* or more if needed */
    padding: 20px 0;
  }
}

@media (max-width:768px){
  .desktop-benefits{display:none;}
  .mobile-benefits{display:flex;width:100%;overflow-x:auto;padding:0 16px;box-sizing:border-box;}
  .scrollable-benefits{display:flex;gap:16px;overflow-x:scroll;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scroll-padding-left:16px;}
  .scrollable-benefits::-webkit-scrollbar{display:none;}
  .scrollable-benefits .benefit{flex:0 0 auto;width:68%;max-width:280px;padding:24px;border:1px solid rgba(23,52,9,.2);border-radius:12px;background:#EAEAE0;text-align:center;scroll-snap-align:center;font-family:'Kumbh Sans',sans-serif;}
  .scrollable-benefits .benefit strong{display:block;margin-bottom:8px;color:#000;font-size:18px;}
  .scrollable-benefits img{margin-bottom:12px;}
}
/* Hide this wrapper on desktop */
@media (min-width:769px){.mobile-benefits{display:none;}}

/* pricing section styles */

/* Candle Packages Section Styling */
#candle-packages {
  padding: 48px 0;
  text-align: center;
  background-color: #F5F5EF;
}

h2 {
  font-size: 32px;
  font-family: 'Cutive', sans-serif;
  font-weight: 400;
  color: #1D221B;
  margin-bottom: 16px;
}

#candle-packages p {
  color: black;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 24px;
}

.sub-text{
  color: #204F0A;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 14px;
}

#candle-packages h4 {
  color: #204F0A;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 14px;
}

#candle-packages h4 span {
  color: #204F0A;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 49px;
  font-weight: bold;
}

.candle-package-grid {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}

.package-card {
  background: #EAEAE0;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid rgba(23, 52, 9, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  width: 280px;
  text-align: center;
  height: fit-content;
}

.package-card h3 {
  font-size: 24px;
  margin-bottom: 8px;
  font-family: 'Cutive', sans-serif;
  color: #1D221B;
  font-weight:200;
}

.package-card .price {
  font-size: 20px;
  color: #204F0A;
  font-weight: 700;
}

.package-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0;
}

.package-card ul li {
  font-size: 16px;
  color: #4B5563;
  margin-bottom: 4px;
}

.package-card .check-availability {
  background: #204F0A;
  color: #FBFFFA;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Kumbh Sans', sans-serif;
  transition: background 0.3s ease;
}

.package-card .check-availability:hover {
  background: #1A3F08;
}


.package-card.popular .badge {
  background: #C8CDBE;
  color: #204F0A;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  margin-left: 8px;
  font-weight: bold;
}

.custom-quote {
  margin-top: 32px;
  background-color: #EAEAE0;
  padding-top: 12px;
  padding-bottom: 32px;
  border-radius: 16px;
}

.custom-quote button {
  background: #204F0A;
  color: #FBFFFA;
  padding: 12px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-family: 'Kumbh Sans', sans-serif;
  transition: background 0.3s ease;
}

.custom-quote button:hover {
  background: #1A3F08;
}

.custom-quote h3{
  font-size: 24px;
  margin-bottom: 8px;
  font-family: 'Cutive', sans-serif;
  color: #1D221B;
  font-weight:200;
}

li, .package-card span{
  color: #1D221B;
  text-align: center;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: -0.12px;
}

/* Swipeable Pricing Section (Mobile) */
@media (max-width: 768px) {
  .desktop-packages { display: none; }
  .mobile-packages { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding: 0 16px; }
  .scrollable-packages { display: flex; gap: 16px; }
  .scrollable-packages .package-card { flex: 0 0 80%; max-width: 280px; scroll-snap-align: center; background: #EAEAE0; padding: 24px; border-radius: 12px; text-align: center; height: 85%; }
  .scrollable-packages::-webkit-scrollbar{display:none;}
  #candle-packages p {
    font-size: 18px;
    line-height: 28px;
  }
  .hero-desktop{ display: none; }

  #candle-packages{
    padding-top: 0;
  }

  .custom-quote{
    padding: 12px 16px 32px 16px;
  }
}

@media (min-width: 768px) {
  .mobile-packages { display: none; }
  .hero-mobile{ display: none; }
}

.request-quote {
  padding: 12px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #204F0A;
  color: #FBFFFA;
  font-family: 'Kumbh Sans', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  border: none;
  cursor: pointer;
  text-decoration: none;
}

/* Scroll Animation Styles */
.animate-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.animate-in.visible {
  opacity: 1;
  transform: translateY(0);
}

