.elementor-kit-1216{--e-global-color-primary:#868F74;--e-global-color-secondary:#687A86;--e-global-color-text:#002144;--e-global-color-accent:#8496A2;--e-global-color-0d03e8b:#F3F7F8;--e-global-typography-primary-font-family:"Cormorant Garamond";--e-global-typography-primary-font-size:56px;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:16px;--e-global-typography-secondary-font-family:"Cormorant Garamond";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-line-height:4px;--e-global-typography-text-font-family:"Inter";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:3px;--e-global-typography-accent-font-family:"Inter";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:500;}.elementor-kit-1216 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing: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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */.hero-image-card {
    position: relative;
    background: #ffffff;
    padding: 14px;
    border-radius: 22px;
    box-shadow: 0 24px 60px rgba(38, 50, 56, 0.12);
    overflow: visible;
}

.hero-main-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
}

.hero-floating-card {
    position: absolute;
    left: -40px;
    bottom: 40px;
    background: #ffffff;
    padding: 24px 28px;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(38, 50, 56, 0.15);
    max-width: 340px;
    z-index: 5;
    border-left: 3px solid #8A9278;
}

@media (max-width: 1024px) {

.hero-main-image img {
    height: 420px;
}

.hero-floating-card {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: -60px;
    margin-left: 20px;
}

}/* End custom CSS */