.elementor-182 .elementor-element.elementor-element-fcf59a9{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-182 .elementor-element.elementor-element-77b8a09d{--display:flex;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.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-182 .elementor-element.elementor-element-29018e7a .elementor-heading-title{font-family:"Bodoni Moda", Sans-serif;font-size:27px;font-weight:700;color:#3B3333;}.elementor-182 .elementor-element.elementor-element-29018e7a .elementor-heading-title a:hover, .elementor-182 .elementor-element.elementor-element-29018e7a .elementor-heading-title a:focus{color:#CEB07C;}.elementor-182 .elementor-element.elementor-element-7a4992e2 .elementor-heading-title{font-family:"Bodoni Moda", Sans-serif;font-size:27px;font-weight:700;color:#3B3333;}.elementor-182 .elementor-element.elementor-element-7a4992e2 .elementor-heading-title a:hover, .elementor-182 .elementor-element.elementor-element-7a4992e2 .elementor-heading-title a:focus{color:#CEB07C;}.elementor-182 .elementor-element.elementor-element-25471eab .elementor-heading-title{font-family:"Bodoni Moda", Sans-serif;font-size:27px;font-weight:700;color:#3B3333;}.elementor-182 .elementor-element.elementor-element-25471eab .elementor-heading-title a:hover, .elementor-182 .elementor-element.elementor-element-25471eab .elementor-heading-title a:focus{color:#CEB07C;}.elementor-182 .elementor-element.elementor-element-532bc31a .elementor-heading-title{font-family:"Bodoni Moda", Sans-serif;font-size:27px;font-weight:700;color:#3B3333;}.elementor-182 .elementor-element.elementor-element-532bc31a .elementor-heading-title a:hover, .elementor-182 .elementor-element.elementor-element-532bc31a .elementor-heading-title a:focus{color:#CEB07C;}.elementor-182 .elementor-element.elementor-element-669b78a4 .elementor-heading-title{font-family:"Bodoni Moda", Sans-serif;font-size:27px;font-weight:700;color:#3B3333;}.elementor-182 .elementor-element.elementor-element-669b78a4 .elementor-heading-title a:hover, .elementor-182 .elementor-element.elementor-element-669b78a4 .elementor-heading-title a:focus{color:#CEB07C;}.elementor-182 .elementor-element.elementor-element-8e3618e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-182 .elementor-element.elementor-element-8e3618e:not(.elementor-motion-effects-element-type-background), .elementor-182 .elementor-element.elementor-element-8e3618e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#D6B3892E;}.elementor-182 .elementor-element.elementor-element-24cdfdb1{padding:0px 0px 0px 0px;z-index:10;}/* Start custom CSS for heading, class: .elementor-element-29018e7a *//* Container settings */
.elementor-182 .elementor-element.elementor-element-29018e7a {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: visible !important;
}

/* Ensure only 1 arrow targets the main title container */
.elementor-182 .elementor-element.elementor-element-29018e7a .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  padding-right: 38px !important;
  text-decoration: none !important;
  transition: color 0.35s ease !important;
}

/* Fix link wrapper inside heading and apply smooth color transition */
.elementor-182 .elementor-element.elementor-element-29018e7a .elementor-heading-title a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.35s ease !important;
}

/* Draw EXACT 1 straight-line arrow matching your original image */
.elementor-182 .elementor-element.elementor-element-29018e7a .elementor-heading-title::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  
  width: 26px !important;
  height: 26px !important;
  
  /* SVG vector background with matching #CEB07C stroke color for hover */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CEB07C' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='12' x2='20' y2='12'%3E%3C/line%3E%3Cpolyline points='14 6 20 12 14 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  
  /* Initial hidden state + shifted DOWN (+2px) for perfect centering */
  opacity: 0 !important;
  transform: translate(-12px, calc(-50% + 2px)) !important;
  
  /* Smooth animation */
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.35s ease !important;
  pointer-events: none !important;
}

/* Hover State: Text Color Change (#CEB07C) + Arrow Reveal */
.elementor-182 .elementor-element.elementor-element-29018e7a:hover .elementor-heading-title,
.elementor-182 .elementor-element.elementor-element-29018e7a:hover .elementor-heading-title a {
  color: #CEB07C !important;
}

.elementor-182 .elementor-element.elementor-element-29018e7a:hover .elementor-heading-title::after {
  opacity: 1 !important;
  transform: translate(0, calc(-50% + 2px)) !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-7a4992e2 *//* Container settings */
.elementor-182 .elementor-element.elementor-element-7a4992e2 {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: visible !important;
}

/* Ensure only 1 arrow targets the main title container */
.elementor-182 .elementor-element.elementor-element-7a4992e2 .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  padding-right: 38px !important;
  text-decoration: none !important;
  transition: color 0.35s ease !important;
}

/* Fix link wrapper inside heading and apply smooth color transition */
.elementor-182 .elementor-element.elementor-element-7a4992e2 .elementor-heading-title a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.35s ease !important;
}

/* Draw EXACT 1 straight-line arrow matching your original image */
.elementor-182 .elementor-element.elementor-element-7a4992e2 .elementor-heading-title::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  
  width: 26px !important;
  height: 26px !important;
  
  /* SVG vector background with matching #CEB07C stroke color for hover */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CEB07C' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='12' x2='20' y2='12'%3E%3C/line%3E%3Cpolyline points='14 6 20 12 14 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  
  /* Initial hidden state + shifted DOWN (+2px) for perfect centering */
  opacity: 0 !important;
  transform: translate(-12px, calc(-50% + 2px)) !important;
  
  /* Smooth animation */
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.35s ease !important;
  pointer-events: none !important;
}

/* Hover State: Text Color Change (#CEB07C) + Arrow Reveal */
.elementor-182 .elementor-element.elementor-element-7a4992e2:hover .elementor-heading-title,
.elementor-182 .elementor-element.elementor-element-7a4992e2:hover .elementor-heading-title a {
  color: #CEB07C !important;
}

.elementor-182 .elementor-element.elementor-element-7a4992e2:hover .elementor-heading-title::after {
  opacity: 1 !important;
  transform: translate(0, calc(-50% + 2px)) !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-25471eab *//* Container settings */
.elementor-182 .elementor-element.elementor-element-25471eab {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: visible !important;
}

/* Ensure only 1 arrow targets the main title container */
.elementor-182 .elementor-element.elementor-element-25471eab .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  padding-right: 38px !important;
  text-decoration: none !important;
  transition: color 0.35s ease !important;
}

/* Fix link wrapper inside heading and apply smooth color transition */
.elementor-182 .elementor-element.elementor-element-25471eab .elementor-heading-title a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.35s ease !important;
}

/* Draw EXACT 1 straight-line arrow matching your original image */
.elementor-182 .elementor-element.elementor-element-25471eab .elementor-heading-title::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  
  width: 26px !important;
  height: 26px !important;
  
  /* SVG vector background with matching #CEB07C stroke color for hover */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CEB07C' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='12' x2='20' y2='12'%3E%3C/line%3E%3Cpolyline points='14 6 20 12 14 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  
  /* Initial hidden state + shifted DOWN (+2px) for perfect centering */
  opacity: 0 !important;
  transform: translate(-12px, calc(-50% + 2px)) !important;
  
  /* Smooth animation */
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.35s ease !important;
  pointer-events: none !important;
}

/* Hover State: Text Color Change (#CEB07C) + Arrow Reveal */
.elementor-182 .elementor-element.elementor-element-25471eab:hover .elementor-heading-title,
.elementor-182 .elementor-element.elementor-element-25471eab:hover .elementor-heading-title a {
  color: #CEB07C !important;
}

.elementor-182 .elementor-element.elementor-element-25471eab:hover .elementor-heading-title::after {
  opacity: 1 !important;
  transform: translate(0, calc(-50% + 2px)) !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-532bc31a *//* Container settings */
.elementor-182 .elementor-element.elementor-element-532bc31a {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: visible !important;
}

/* Ensure only 1 arrow targets the main title container */
.elementor-182 .elementor-element.elementor-element-532bc31a .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  padding-right: 38px !important;
  text-decoration: none !important;
  transition: color 0.35s ease !important;
}

/* Fix link wrapper inside heading and apply smooth color transition */
.elementor-182 .elementor-element.elementor-element-532bc31a .elementor-heading-title a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.35s ease !important;
}

/* Draw EXACT 1 straight-line arrow matching your original image */
.elementor-182 .elementor-element.elementor-element-532bc31a .elementor-heading-title::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  
  width: 26px !important;
  height: 26px !important;
  
  /* SVG vector background with matching #CEB07C stroke color for hover */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CEB07C' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='12' x2='20' y2='12'%3E%3C/line%3E%3Cpolyline points='14 6 20 12 14 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  
  /* Initial hidden state + shifted DOWN (+2px) for perfect centering */
  opacity: 0 !important;
  transform: translate(-12px, calc(-50% + 2px)) !important;
  
  /* Smooth animation */
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.35s ease !important;
  pointer-events: none !important;
}

/* Hover State: Text Color Change (#CEB07C) + Arrow Reveal */
.elementor-182 .elementor-element.elementor-element-532bc31a:hover .elementor-heading-title,
.elementor-182 .elementor-element.elementor-element-532bc31a:hover .elementor-heading-title a {
  color: #CEB07C !important;
}

.elementor-182 .elementor-element.elementor-element-532bc31a:hover .elementor-heading-title::after {
  opacity: 1 !important;
  transform: translate(0, calc(-50% + 2px)) !important;
}/* End custom CSS */
/* Start custom CSS for heading, class: .elementor-element-669b78a4 *//* Container settings */
.elementor-182 .elementor-element.elementor-element-669b78a4 {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  overflow: visible !important;
}

/* Ensure only 1 arrow targets the main title container */
.elementor-182 .elementor-element.elementor-element-669b78a4 .elementor-heading-title {
  display: inline-flex !important;
  align-items: center !important;
  position: relative !important;
  padding-right: 38px !important;
  text-decoration: none !important;
  transition: color 0.35s ease !important;
}

/* Fix link wrapper inside heading and apply smooth color transition */
.elementor-182 .elementor-element.elementor-element-669b78a4 .elementor-heading-title a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  color: inherit !important;
  transition: color 0.35s ease !important;
}

/* Draw EXACT 1 straight-line arrow matching your original image */
.elementor-182 .elementor-element.elementor-element-669b78a4 .elementor-heading-title::after {
  content: '' !important;
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  
  width: 26px !important;
  height: 26px !important;
  
  /* SVG vector background with matching #CEB07C stroke color for hover */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23CEB07C' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='4' y1='12' x2='20' y2='12'%3E%3C/line%3E%3Cpolyline points='14 6 20 12 14 18'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  
  /* Initial hidden state + shifted DOWN (+2px) for perfect centering */
  opacity: 0 !important;
  transform: translate(-12px, calc(-50% + 2px)) !important;
  
  /* Smooth animation */
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
              opacity 0.35s ease !important;
  pointer-events: none !important;
}

/* Hover State: Text Color Change (#CEB07C) + Arrow Reveal */
.elementor-182 .elementor-element.elementor-element-669b78a4:hover .elementor-heading-title,
.elementor-182 .elementor-element.elementor-element-669b78a4:hover .elementor-heading-title a {
  color: #CEB07C !important;
}

.elementor-182 .elementor-element.elementor-element-669b78a4:hover .elementor-heading-title::after {
  opacity: 1 !important;
  transform: translate(0, calc(-50% + 2px)) !important;
}/* End custom CSS */