.elementor-2467 .elementor-element.elementor-element-964dc35{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-2467 .elementor-element.elementor-element-4070cfe{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-2467 .elementor-element.elementor-element-7d1d57c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-2467 .elementor-element.elementor-element-7d1d57c .elementor-heading-title{font-family:"Cormorant Garamond", Sans-serif;font-size:60px;font-weight:600;text-transform:capitalize;color:#C09559;}.elementor-2467 .elementor-element.elementor-element-d355c85 .gallery-item .gallery-caption{text-align:center;}@media(max-width:767px){.elementor-2467 .elementor-element.elementor-element-7d1d57c{padding:20px 10px 20px 10px;}.elementor-2467 .elementor-element.elementor-element-7d1d57c .elementor-heading-title{font-size:32px;}}@media(min-width:768px){.elementor-2467 .elementor-element.elementor-element-964dc35{--content-width:1300px;}}/* Start custom CSS for heading, class: .elementor-element-7d1d57c */.elementor-2467 .elementor-element.elementor-element-7d1d57c {
  /* Smoked translucent base to make white text pop */
  background: rgba(0, 0, 0, 0.3) !important; 
  
  /* The frosted glass blur */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  
  /* Subtle light reflection on the edges */
  border: 1px solid rgba(255, 255, 255, 0.15);
  
  /* Smooth luxury corners */
  border-radius: 20px;
  
  /* Soft shadow to separate the glass from the background */
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  
  /* Padding inside so text doesn't touch the glass edges */
  padding: 30px; 

  /* NEW: The secret to a premium, buttery-smooth animation */
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  
  /* NEW: Tells the browser to prep these properties for a stutter-free lift */
  will-change: transform, box-shadow; 
}

/* NEW: The Hover State */
.elementor-2467 .elementor-element.elementor-element-7d1d57c:hover {
  /* Lifts the card smoothly by 10 pixels */
  transform: translateY(-10px);
  
  /* Deepens and expands the shadow to make it look like it's floating higher */
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.6);
  
  /* Slightly brightens the glass edge to mimic catching the light as it lifts */
  border: 1px solid rgba(255, 255, 255, 0.25);
  
  /* Makes the glass slightly darker to emphasize the lift */
  background: rgba(0, 0, 0, 0.4) !important; 
}/* End custom CSS */