.elementor-300 .elementor-element.elementor-element-98a3dac{--display:flex;--min-height:350px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--overlay-opacity:0.38;}.elementor-300 .elementor-element.elementor-element-98a3dac::before, .elementor-300 .elementor-element.elementor-element-98a3dac > .elementor-background-video-container::before, .elementor-300 .elementor-element.elementor-element-98a3dac > .e-con-inner > .elementor-background-video-container::before, .elementor-300 .elementor-element.elementor-element-98a3dac > .elementor-background-slideshow::before, .elementor-300 .elementor-element.elementor-element-98a3dac > .e-con-inner > .elementor-background-slideshow::before, .elementor-300 .elementor-element.elementor-element-98a3dac > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-astglobalcolor6 );--background-overlay:'';}.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-300 .elementor-element.elementor-element-4527021{text-align:center;}.elementor-300 .elementor-element.elementor-element-4527021 .elementor-heading-title{color:var( --e-global-color-astglobalcolor4 );}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-300 .elementor-element.elementor-element-34cd6ba{text-align:center;}.elementor-300 .elementor-element.elementor-element-34cd6ba .elementor-heading-title{color:var( --e-global-color-astglobalcolor4 );}.elementor-300 .elementor-element.elementor-element-73d0e0e{--display:flex;}.elementor-300 .elementor-element.elementor-element-3be80a9{--display:flex;}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-300 .elementor-element.elementor-element-9c17673{color:var( --e-global-color-astglobalcolor6 );}.elementor-300 .elementor-element.elementor-element-87e2248{--display:flex;}.elementor-300 .elementor-element.elementor-element-97dc5e2{--display:flex;}.elementor-300 .elementor-element.elementor-element-a8c814b{text-align:center;}.elementor-widget-image-gallery .gallery-item .gallery-caption{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-300 .elementor-element.elementor-element-edd9cb9{padding:5px 5px 5px 5px;}.elementor-300 .elementor-element.elementor-element-edd9cb9 .gallery-item{padding:0 26px 26px 0;}.elementor-300 .elementor-element.elementor-element-edd9cb9 .gallery{margin:0 -26px -26px 0;}.elementor-300 .elementor-element.elementor-element-edd9cb9 .gallery-item img{border-radius:8px 8px 8px 8px;}.elementor-300 .elementor-element.elementor-element-edd9cb9 .gallery-item .gallery-caption{text-align:center;}.elementor-300 .elementor-element.elementor-element-6aeadce{--display:flex;}.elementor-300 .elementor-element.elementor-element-6aeadce:not(.elementor-motion-effects-element-type-background), .elementor-300 .elementor-element.elementor-element-6aeadce > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-300 .elementor-element.elementor-element-34c7fa0{padding:1px 1px 1px 1px;}/* Start custom CSS for html, class: .elementor-element-34c7fa0 *//* CTA Section Background and Padding */
.nivara-cta-section {
  background-color: #313D2A; /* Deep forest green matching the design */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Container to restrict max width for perfect sentence wrap */
.nivara-cta-container {
  max-width: 500px;
  width: 100%;
}

/* Section Title Styling */
.nivara-cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #ebdcb9; /* Soft cream/gold tint for the text color */
  line-height: 1.3;
  margin: 0 0 20px 0;
  letter-spacing: 0.3px;
}

/* Subtext Styling */
.nivara-cta-text {
  font-family: 'Lato', sans-serif;
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.6;
  margin: 0 0 35px 0;
  opacity: 0.9;
}

/* Bronze Button Styling */
.nivara-cta-button {
  display: inline-block;
  background-color: #a36b3b; /* Warm bronze button color */
  color: #ffffff !important;
  font-family: 'Lato', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none !important;
  padding: 15px 40px;
  border-radius: 2px; /* Subtle crisp rounded edge matching the screenshot */
  transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Simple Hover Effect */
.nivara-cta-button:hover {
  background-color: #8c5a2f; /* Marginally darker shade on hover */
  transform: translateY(-1px);
}

/* --- Responsive Layout for Mobile --- */
@media (max-width: 767px) {
  .nivara-cta-section {
    padding: 60px 20px;
  }
  
  .nivara-cta-title {
    font-size: 1.9rem;
    margin-bottom: 15px;
  }
  
  .nivara-cta-text {
    font-size: 1rem;
    margin-bottom: 30px;
  }
  
  .nivara-cta-button {
    width: 100%; /* Spans full width comfortably on smaller phone screens */
    box-sizing: border-box;
    padding: 14px 20px;
  }
}/* End custom CSS */