.elementor-kit-5{--e-global-color-primary:#00273D;--e-global-color-secondary:#000000;--e-global-color-text:#1A1A1A;--e-global-color-accent:#00273D;--e-global-color-84265dc:#FFFFFF;--e-global-color-889a1f5:#D1C7B8;--e-global-color-20fc116:#EEE9DE;--e-global-color-a6da55c:#CEC1A8;--e-global-color-d4b1eb2:#001826;--e-global-typography-primary-font-family:"Playfair Display";--e-global-typography-primary-font-weight:500;--e-global-typography-secondary-font-family:"Playfair Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;--e-global-typography-d6e3a51-font-family:"Montserrat";--e-global-typography-d6e3a51-font-size:0.9rem;--e-global-typography-d6e3a51-font-weight:600;--e-global-typography-d6e3a51-text-transform:uppercase;--e-global-typography-d6e3a51-letter-spacing:0.1rem;--e-global-typography-d0d0173-font-family:"Playfair Display";--e-global-typography-d0d0173-font-size:clamp(34px, 4.6vw, 54px);--e-global-typography-d0d0173-font-weight:500;--e-global-typography-d0d0173-line-height:1.12;--e-global-typography-458e598-font-family:"Playfair Display";--e-global-typography-458e598-font-size:clamp(28px, 3.2vw, 38px);--e-global-typography-458e598-font-weight:500;--e-global-typography-458e598-line-height:1.25;--e-global-typography-0ed1668-font-family:"Playfair Display";--e-global-typography-0ed1668-font-size:19px;--e-global-typography-0ed1668-font-weight:500;--e-global-typography-0ed1668-line-height:1.32;font-size:17px;line-height:1.95;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 h1{font-family:"Playfair Display", Sans-serif;font-size:clamp(34px, 4.6vw, 54px);line-height:1.12;}.elementor-kit-5 h2{font-family:"Playfair Display", Sans-serif;font-size:clamp(24px, 2.6vw, 30px);line-height:1.25;}.elementor-kit-5 button,.elementor-kit-5 input[type="button"],.elementor-kit-5 input[type="submit"],.elementor-kit-5 .elementor-button{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;padding:16px 26px 16px 26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1340px;}.e-con{--container-max-width:1340px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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 *//** General reset **/
.elementor-text-editor p:last-child {
    margin-bottom: 0 !important;
}
.elementor-text-editor ul:last-child, .elementor-text-editor ol:last-child { margin-bottom: 0 !important; }
.elementor-heading-title:last-child { margin-bottom: 0 !important; }


/* --- First Header (Title) --- */
/* Set a smooth transition on the title */
.treatment-box .treatment-title {
    transition: transform 0.3s ease-in-out;
}

/* Move the title up when the box is hovered */
.treatment-box:hover .treatment-title {
    transform: translateY(-12px); /* Adjust this value to change how high it moves */
}

/* --- Second Header (Button) --- */
/* Hide the second header by default and set its starting position */
.treatment-box .treatment-header-btn {
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px); /* Starts slightly lower for a slide-up entrance */
    transition: all 0.3s ease-in-out;
}

/* Reveal and slide up the second header when the box is hovered */
.treatment-box:hover .treatment-header-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}/* End custom CSS */