.elementor-kit-24{--e-global-color-primary:#0E0E10;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#C89A5B;--e-global-color-accent:#B88747;--e-global-color-e5f8242:#141416;--e-global-color-016ede2:#141416;--e-global-color-d13f79d:#F2EEE7;--e-global-color-eafa659:#D6D0C4;--e-global-color-a16339d:#B5AEA3;--e-global-color-be57fbf:#8A6230;--e-global-color-9c76cf5:#0A0A0A;--e-global-typography-primary-font-family:"Crimson Pro";--e-global-typography-primary-font-size:clamp(1.125rem, 1.05rem + 0.3vw, 1.25rem);--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-size:clamp(0.9375rem, 0.9rem + 0.15vw, 1rem);--e-global-typography-secondary-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-size:0.85rem;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-text-transform:uppercase;--e-global-typography-accent-letter-spacing:0.1rem;--e-global-typography-63f8197-font-family:"Cormorant Garamond";--e-global-typography-63f8197-font-size:clamp(2.5rem, 2rem + 2vw, 3.5rem);--e-global-typography-63f8197-font-weight:700;--e-global-typography-63f8197-line-height:1.1;--e-global-typography-d00519b-font-family:"Cormorant Garamond";--e-global-typography-d00519b-font-size:clamp(2rem, 1.7rem + 1.5vw, 2.75rem);--e-global-typography-d00519b-font-weight:700;--e-global-typography-d00519b-line-height:1.15;--e-global-typography-8619268-font-family:"Cormorant Garamond";--e-global-typography-8619268-font-size:clamp(1.6rem, 1.4rem + 1vw, 2.1rem);--e-global-typography-8619268-font-weight:700;--e-global-typography-8619268-line-height:1.2;--e-global-typography-d414cd8-font-family:"Cormorant Garamond";--e-global-typography-d414cd8-font-size:clamp(1.35rem, 1.25rem + 0.6vw, 1.6rem);--e-global-typography-d414cd8-font-weight:700;--e-global-typography-d414cd8-line-height:1.2;background-color:var( --e-global-color-primary );color:var( --e-global-color-secondary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-24 button,.elementor-kit-24 input[type="button"],.elementor-kit-24 input[type="submit"],.elementor-kit-24 .elementor-button{background-color:var( --e-global-color-be57fbf );color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:var( --e-global-color-be57fbf );}.elementor-kit-24 button:hover,.elementor-kit-24 button:focus,.elementor-kit-24 input[type="button"]:hover,.elementor-kit-24 input[type="button"]:focus,.elementor-kit-24 input[type="submit"]:hover,.elementor-kit-24 input[type="submit"]:focus,.elementor-kit-24 .elementor-button:hover,.elementor-kit-24 .elementor-button:focus{background-color:#724F24;color:var( --e-global-color-secondary );border-style:solid;border-width:2px 2px 2px 2px;border-color:#724F24;}.elementor-kit-24 e-page-transition{background-color:#FFBC7D;}.elementor-kit-24 a{color:var( --e-global-color-text );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );}.elementor-kit-24 h1{color:var( --e-global-color-secondary );font-size:36px;}.elementor-kit-24 h2{color:var( --e-global-color-secondary );font-size:28px;}.elementor-kit-24 h3{color:var( --e-global-color-secondary );font-size:24px;}.elementor-kit-24 h4{color:var( --e-global-color-secondary );font-size:20px;}.elementor-kit-24 h5{color:var( --e-global-color-d13f79d );}.elementor-kit-24 h6{color:var( --e-global-color-secondary );}.elementor-kit-24 img{border-radius:8px 8px 8px 8px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-24{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-24 a{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-24{font-size:var( --e-global-typography-primary-font-size );}.elementor-kit-24 a{font-size:var( --e-global-typography-primary-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Hover underline animation */
.hover-underline {
  position: relative;
  display: inline-block;
}

.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px; /* space below text */
  width: 0%;
  height: 1px;
  background: #C89A5B; /* your accent color */
  transition: width 0.35s ease;
}

.hover-underline:hover::after {
  width: 100%;
}/* End custom CSS */