.elementor-kit-9{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-base1:#EF5650;--e-global-color-base2:#1d1d1d;--e-global-color-base3:#1d1d1d;--e-global-color-base4:#666666;--e-global-color-base5:#777777;--e-global-color-base6:#888888;--e-global-color-base7:#f2efed;--e-global-color-base8:#f7f3f0;--e-global-color-base9:#ffffff;--e-global-color-8cccab4:#EF5650;--e-global-typography-primary-font-family:"Karma";--e-global-typography-primary-font-size:36px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Karma";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:700;--e-global-typography-text-font-family:"Karma";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:25px;}.elementor-kit-9.el-is-editing{--global-palette1:#EF5650;--global-palette2:#1d1d1d;--global-palette3:#1d1d1d;--global-palette4:#666666;--global-palette5:#777777;--global-palette6:#888888;--global-palette7:#f2efed;--global-palette8:#f7f3f0;--global-palette9:#ffffff;}.elementor-kit-9 button,.elementor-kit-9 input[type="button"],.elementor-kit-9 input[type="submit"],.elementor-kit-9 .elementor-button{background-color:var( --e-global-color-base1 );font-family:"Karma", Sans-serif;font-weight:700;text-transform:none;border-radius:0px 0px 0px 0px;}.elementor-kit-9 button:hover,.elementor-kit-9 button:focus,.elementor-kit-9 input[type="button"]:hover,.elementor-kit-9 input[type="button"]:focus,.elementor-kit-9 input[type="submit"]:hover,.elementor-kit-9 input[type="submit"]:focus,.elementor-kit-9 .elementor-button:hover,.elementor-kit-9 .elementor-button:focus{background-color:#EF5650F2;color:var( --e-global-color-base9 );border-radius:0px 0px 0px 0px;}.elementor-kit-9 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){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-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-9{--e-global-typography-primary-font-size:16px;--e-global-typography-secondary-font-size:14px;--e-global-typography-text-font-size:12px;--e-global-typography-accent-font-size:12px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.cat-title::after {
    content: '';
    display: block;
    margin: 2px auto;
    margin-top: 13px !important;
    width: 150px;
    height: 2px; 
    background-color: black;
    transition: background-color 0.3s ease;
}

.cat-title:hover::after {
    background-color: #EF5650;
    animation: expandBorder 0.5s ease forwards;
}

@keyframes expandBorder {
    0% {
        width: 0;
    }
    100% {
        width: 150px; 
    }
}

.privacy-policy p,
.privacy-policy ul,
.privacy-policy address {
    margin:0;
}

.entry.loop-entry,.entry{
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
}


.animate-image img {
  transition: transform 0.3s ease-in-out;
}

.animate-image:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.animate-image-gallery img {
  transition: transform 0.3s ease-in-out;
  display: block;
}

.animate-image-gallery .gallery-item:hover img {
  transform: scale(1.1);
}/* End custom CSS */