.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-c053479:#FCFFFD;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.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){--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 *//* ===== HERO SECTION ===== */

/* Dotted background pattern */
.hero-section {
    background-image: radial-gradient(circle, #A67C3B 1px, transparent 1px) !important;
    background-size: 12px 12px !important;
}

.hero-container {
    position: relative;
    min-height: 500px;
}

/* Cat polaroid photo frames */
.cat-photo-1,
.cat-photo-2,
.cat-photo-3 {
    background: white !important;
    border: 3px solid #000 !important;
    padding: 10px !important;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.3) !important;
    z-index: 4 !important;
}

/* Top LEFT cat - move WAY left */
.cat-photo-1 {
    position: absolute !important;
    top: 80px !important;
    left: 12% !important;  /* More left, closer to cloud */
    transform: rotate(-8deg) !important;
    width: 140px !important;
}

/* Top RIGHT cat - move WAY right */
.cat-photo-2 {
    position: absolute !important;
    top: 80px !important;
    right: 10% !important;  /* More right */
    transform: rotate(5deg) !important;
    width: 140px !important;
}

/* Bottom RIGHT cat */
.cat-photo-3 {
    position: absolute !important;
    bottom: 120px !important;  /* Higher up from bottom */
    right: 13% !important;
    transform: rotate(-3deg) !important;
    width: 140px !important;
}

/* Make cat images square */
.cat-photo-1 img,
.cat-photo-2 img,
.cat-photo-3 img {
    width: 120px !important;
    height: 120px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Speech bubble container - CENTER IT */
.speech-bubble {
    position: relative;
    z-index: 3;
    max-width: 550px !important;
    margin: 0 auto 30px auto !important;  /* Center horizontally */
}

/* CTA Button styling */
.cta-button {
    position: relative;
    z-index: 3;
}

.cta-button .elementor-button {
    box-shadow: 6px 6px 0 rgba(0,0,0,0.3) !important;
    transition: transform 0.2s !important;
}

.cta-button .elementor-button:hover {
    transform: translate(2px, 2px) !important;
    box-shadow: 4px 4px 0 rgba(0,0,0,0.3) !important;
}

/* Add arrow to button text */
.cta-button .elementor-button-text::after {
    content: ' →';
    font-size: 1.3em;
    margin-left: 10px;
}/* End custom CSS */