.elementor-kit-6{--e-global-color-primary:#67c9d2;--e-global-color-secondary:#47c1c5;--e-global-color-text:#333333;--e-global-color-accent:#40a4ce;--e-global-color-dark_blue:#394e92;--e-global-color-light_gray:#f2f2f2;--e-global-color-white:#ffffff;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;color:#333333;font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#67c9d2;font-family:"Montserrat", Sans-serif;font-weight:600;color:#ffffff;padding:12px 30px 12px 30px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:#47c1c5;color:#ffffff;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:#67c9d2;}.elementor-kit-6 a:hover{color:#47c1c5;}.elementor-kit-6 h1{color:#333333;font-family:"Montserrat", Sans-serif;font-size:42px;font-weight:700;text-transform:uppercase;}.elementor-kit-6 h2{color:#333333;font-family:"Montserrat", Sans-serif;font-size:32px;font-weight:600;}.elementor-kit-6 h3{color:#333333;font-family:"Montserrat", Sans-serif;font-size:24px;font-weight:600;}.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 *//* === WOW EFFECTS === */

/* CTA Buttons - Pulse glow animation */
@keyframes pulseGlow {
    0% { box-shadow: 0 4px 20px rgba(103,201,210,0.4); }
    50% { box-shadow: 0 4px 35px rgba(103,201,210,0.7); }
    100% { box-shadow: 0 4px 20px rgba(103,201,210,0.4); }
}

.elementor-button {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    position: relative;
    overflow: hidden;
}

/* Shine sweep effect on primary buttons */
.elementor-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}
.elementor-button:hover::before {
    left: 100%;
}

.elementor-button:hover {
    transform: translateY(-3px) !important;
}

/* Hero CTA special pulse */
.elementor-section:first-child .elementor-button {
    animation: pulseGlow 3s ease-in-out infinite;
}
.elementor-section:first-child .elementor-button:hover {
    animation: none;
    box-shadow: 0 8px 40px rgba(103,201,210,0.7) !important;
}

/* Smooth entrance animations */
[class*="animated"] {
    animation-duration: 0.8s !important;
    animation-fill-mode: both;
}

/* Image hover zoom */
.elementor-widget-image img,
.elementor-image img {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.elementor-widget-image:hover img,
.elementor-image:hover img {
    transform: scale(1.03);
}

/* Section with overlay - parallax-like depth */
.elementor-section > .elementor-background-overlay {
    transition: opacity 0.4s ease;
}

/* Turquoise accent underline on subheadings */
.elementor-widget-heading h3,
.elementor-widget-heading h4 {
    position: relative;
}

/* Social icons float */
.elementor-social-icon {
    transition: all 0.4s ease !important;
}
.elementor-social-icon:hover {
    transform: translateY(-5px) scale(1.1);
    box-shadow: 0 5px 15px rgba(103,201,210,0.4);
}

/* Form focus glow */
.elementor-field-group input:focus,
.elementor-field-group textarea:focus,
.elementor-field-group select:focus {
    border-color: #67c9d2 !important;
    box-shadow: 0 0 0 4px rgba(103,201,210,0.15) !important;
    outline: none !important;
    transition: all 0.3s ease;
}

/* Smooth scroll */
html { scroll-behavior: smooth; }

/* Header sticky shadow */
.elementor-sticky--active {
    box-shadow: 0 2px 20px rgba(0,0,0,0.1) !important;
    backdrop-filter: blur(10px);
}

/* Link underline animation */
.elementor-widget-text-editor a {
    color: #67c9d2;
    text-decoration: none;
    background-image: linear-gradient(#67c9d2, #67c9d2);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 0.3s ease;
}
.elementor-widget-text-editor a:hover {
    background-size: 100% 2px;
}

/* Icon list items entrance stagger */
.elementor-icon-list-item {
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.elementor-icon-list-item:hover {
    transform: translateX(5px);
}

/* Divider subtle animation */
.elementor-widget-divider .elementor-divider-separator {
    transition: width 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.elementor-widget-divider:hover .elementor-divider-separator {
    width: 100% !important;
}/* End custom CSS */