.elementor-1508 .elementor-element.elementor-element-77dbbd4{--display:flex;--min-height:500px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.5;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:80px;--padding-bottom:80px;--padding-left:20px;--padding-right:20px;}.elementor-1508 .elementor-element.elementor-element-77dbbd4:not(.elementor-motion-effects-element-type-background), .elementor-1508 .elementor-element.elementor-element-77dbbd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://hotelhotspring.in/wp-content/uploads/2026/02/view-from-hot-spring-hotel.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1508 .elementor-element.elementor-element-77dbbd4::before, .elementor-1508 .elementor-element.elementor-element-77dbbd4 > .elementor-background-video-container::before, .elementor-1508 .elementor-element.elementor-element-77dbbd4 > .e-con-inner > .elementor-background-video-container::before, .elementor-1508 .elementor-element.elementor-element-77dbbd4 > .elementor-background-slideshow::before, .elementor-1508 .elementor-element.elementor-element-77dbbd4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-1508 .elementor-element.elementor-element-77dbbd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:var( --e-global-color-primary );}.elementor-1508 .elementor-element.elementor-element-ac9b3b0{text-align:center;}.elementor-1508 .elementor-element.elementor-element-ac9b3b0 .elementor-heading-title{font-size:60px;line-height:1.2em;color:#FFFFFF;}.elementor-1508 .elementor-element.elementor-element-39f2b7f{text-align:center;font-size:20px;color:#FFFFFF;}.elementor-1508 .elementor-element.elementor-element-d044b04{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:60px;--padding-bottom:60px;--padding-left:20px;--padding-right:20px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1508 .elementor-element.elementor-element-ac9b3b0 .elementor-heading-title{font-size:60px;}}@media(min-width:768px){.elementor-1508 .elementor-element.elementor-element-77dbbd4{--content-width:850px;}.elementor-1508 .elementor-element.elementor-element-d044b04{--content-width:1200px;}}@media(max-width:767px){.elementor-1508 .elementor-element.elementor-element-77dbbd4:not(.elementor-motion-effects-element-type-background), .elementor-1508 .elementor-element.elementor-element-77dbbd4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:center right;}.elementor-1508 .elementor-element.elementor-element-ac9b3b0 .elementor-heading-title{font-size:46px;}.elementor-1508 .elementor-element.elementor-element-39f2b7f{font-size:20px;}}/* Start custom CSS for html, class: .elementor-element-d3fb005 */.packages-section {
  background: linear-gradient(180deg, #f4fbf7, #ffffff);
  padding: 70px 20px;
  font-family: 'Inter', sans-serif;
}

.container {
  max-width: 1100px;
  margin: auto;
}

/* Section Header */
.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 12px;
  background: linear-gradient(90deg, #2e7d32, #1976bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.subtext {
  color: #4b6b5a;
  font-size: 16px;
}

/* Package Grid */
.package-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
  margin-bottom: 50px;
}

.package-card {
  background: linear-gradient(180deg, #ffffff, #f6fff9);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 12px 35px rgba(46,125,50,0.08);
  border-top: 4px solid #2e7d32;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(25,118,188,0.15);
}

.package-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #2e7d32;
}

.price {
  font-size: 28px;
  font-weight: 800;
  color: #1976bc;
}

.price span {
  display: block;
  font-size: 14px;
  color: #6b8f9b;
}

.plan-note {
  margin-top: 10px;
  color: #4b6b5a;
}

/* Inclusions */
.inclusions {
  background: linear-gradient(135deg, #ffffff, #e8f5e9);
  border-radius: 18px;
  padding: 35px;
  margin-bottom: 50px;
  border-left: 6px solid #2e7d32;
}

.inclusions h4 {
  font-size: 24px;
  margin-bottom: 18px;
  color: #2e7d32;
}

.inclusions ul li {
  margin-bottom: 12px;
  padding-left: 24px;
  position: relative;
  color: #355f4b;
}

.inclusions ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ffb300;
  font-weight: bold;
}

/* Highlight Packages */
.highlight-package {
  background: linear-gradient(135deg, #e8f5e9, #ffffff);
  border-radius: 20px;
  padding: 45px;
  margin-bottom: 35px;
  border: 1px solid rgba(46,125,50,0.15);
}

.highlight-package.light {
  background: linear-gradient(135deg, #ffffff, #f0f7ff);
  border: 1px solid rgba(25,118,188,0.15);
}

.highlight-package h3 {
  font-size: 30px;
  margin-bottom: 12px;
  color: #2e7d32;
}

.price.large {
  font-size: 34px;
  margin-bottom: 22px;
  color: #1976bc;
}

.highlight-package ul li {
  margin-bottom: 12px;
  color: #355f4b;
}

/* Terms */
.terms {
  margin-top: 50px;
  background: #ffffff;
  padding: 35px;
  border-radius: 16px;
  border-top: 4px solid #ffb300;
}

.terms h4 {
  margin-bottom: 18px;
  color: #1976bc;
}

.terms ul li {
  margin-bottom: 10px;
  color: #4b6b5a;
}

.note {
  margin-top: 18px;
  font-size: 14px;
  color: #6b6b6b;
  background: #fff8e1;
  padding: 12px 16px;
  border-radius: 10px;
}/* End custom CSS */