/* Serena Main CSS - Comprehensive Styles */

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Prevent horizontal scrolling */
html, body {
    overflow-x: hidden;
    max-width: 100%;
}

.elementor, .elementor-45 {
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: 'Plus Jakarta Sans', 'Mulish', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

body.header-scrolled {
    padding-top: 80px;
}

/* WordPress Emoji Styles */
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

/* WordPress Block Styles */
.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}

.wp-block-file__button {
    background: #32373c;
    color: #fff;
    text-decoration: none;
}

/* CSS Variables */
:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

/* Layout Styles */
:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flex {
    display: flex;
}

.is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

.is-layout-flex > :is(*, div) {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

.is-layout-grid > :is(*, div) {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

/* Color Classes */
.has-black-color { color: var(--wp--preset--color--black) !important; }
.has-cyan-bluish-gray-color { color: var(--wp--preset--color--cyan-bluish-gray) !important; }
.has-white-color { color: var(--wp--preset--color--white) !important; }
.has-pale-pink-color { color: var(--wp--preset--color--pale-pink) !important; }
.has-vivid-red-color { color: var(--wp--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-color { color: var(--wp--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-color { color: var(--wp--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-color { color: var(--wp--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-color { color: var(--wp--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-color { color: var(--wp--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-color { color: var(--wp--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-color { color: var(--wp--preset--color--vivid-purple) !important; }

/* Background Color Classes */
.has-black-background-color { background-color: var(--wp--preset--color--black) !important; }
.has-cyan-bluish-gray-background-color { background-color: var(--wp--preset--color--cyan-bluish-gray) !important; }
.has-white-background-color { background-color: var(--wp--preset--color--white) !important; }
.has-pale-pink-background-color { background-color: var(--wp--preset--color--pale-pink) !important; }
.has-vivid-red-background-color { background-color: var(--wp--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-background-color { background-color: var(--wp--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-background-color { background-color: var(--wp--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-background-color { background-color: var(--wp--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-background-color { background-color: var(--wp--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-background-color { background-color: var(--wp--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-background-color { background-color: var(--wp--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-background-color { background-color: var(--wp--preset--color--vivid-purple) !important; }

/* Border Color Classes */
.has-black-border-color { border-color: var(--wp--preset--color--black) !important; }
.has-cyan-bluish-gray-border-color { border-color: var(--wp--preset--color--cyan-bluish-gray) !important; }
.has-white-border-color { border-color: var(--wp--preset--color--white) !important; }
.has-pale-pink-border-color { border-color: var(--wp--preset--color--pale-pink) !important; }
.has-vivid-red-border-color { border-color: var(--wp--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-border-color { border-color: var(--wp--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-border-color { border-color: var(--wp--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-border-color { border-color: var(--wp--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-border-color { border-color: var(--wp--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-border-color { border-color: var(--wp--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-border-color { border-color: var(--wp--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-border-color { border-color: var(--wp--preset--color--vivid-purple) !important; }

/* Gradient Background Classes */
.has-vivid-cyan-blue-to-vivid-purple-gradient-background { background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important; }
.has-light-green-cyan-to-vivid-green-cyan-gradient-background { background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important; }
.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background { background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important; }
.has-luminous-vivid-orange-to-vivid-red-gradient-background { background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important; }
.has-very-light-gray-to-cyan-bluish-gray-gradient-background { background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important; }
.has-cool-to-warm-spectrum-gradient-background { background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important; }
.has-blush-light-purple-gradient-background { background: var(--wp--preset--gradient--blush-light-purple) !important; }
.has-blush-bordeaux-gradient-background { background: var(--wp--preset--gradient--blush-bordeaux) !important; }
.has-luminous-dusk-gradient-background { background: var(--wp--preset--gradient--luminous-dusk) !important; }
.has-pale-ocean-gradient-background { background: var(--wp--preset--gradient--pale-ocean) !important; }
.has-electric-grass-gradient-background { background: var(--wp--preset--gradient--electric-grass) !important; }
.has-midnight-gradient-background { background: var(--wp--preset--gradient--midnight) !important; }

/* Font Size Classes */
.has-small-font-size { font-size: var(--wp--preset--font-size--small) !important; }
.has-medium-font-size { font-size: var(--wp--preset--font-size--medium) !important; }
.has-large-font-size { font-size: var(--wp--preset--font-size--large) !important; }
.has-x-large-font-size { font-size: var(--wp--preset--font-size--x-large) !important; }

/* Pullquote Styles */
:root :where(.wp-block-pullquote) {
    font-size: 1.5em;
    line-height: 1.6;
}

/* Elementor Styles */
.elementor {
    --container-max-width: 1140px;
}

.elementor-section {
    position: relative;
}

.elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.elementor-container:not(.elementor-columns) {
    flex-wrap: wrap;
}

.elementor-row {
    width: 100%;
    display: flex;
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex;
}

.elementor-column-wrap {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementor-widget-wrap {
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementor-widget {
    position: relative;
}

/* Elementor Container Styles */
.e-con {
    position: relative;
    width: 100%;
}

.e-con-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.e-con-boxed .e-con-inner {
    max-width: 1200px;
}

.e-con-full {
    width: 100%;
}

.e-flex {
    display: flex;
}

.e-grid {
    display: grid;
}

.e-child {
    flex: 1;
}

.e-parent {
    position: relative;
}

/* ===== HEADER STYLES ===== */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 15px 0;
}

.main-header.scrolled {
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}

.header-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

/* Brand Section */
.header-brand {
    display: flex;
    align-items: center;
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: clamp(32px, 6vw, 120px);
}

.mobile-inline-logo {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    flex-shrink: 0;
    text-decoration: none;
    color: #2c3e50;
    font-family: 'Plus Jakarta Sans', sans-serif;
}

.mobile-inline-logo:hover {
    color: #0693e3;
}

.mobile-inline-name,
.mobile-inline-name-secondary {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -0.4px;
}

.mobile-inline-name {
    font-size: 20px;
}

.mobile-inline-name-secondary {
    font-size: 18px;
}

.mobile-inline-tagline {
    font-size: 11px;
    font-weight: 600;
    color: #0693e3;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.brand-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: auto;
    padding: 0;
    margin: 0;
    gap: 8px;
    justify-content: flex-start;
    transition: transform 0.3s ease;
}

.brand-link:hover {
    transform: scale(1.02);
}

.brand-logo {
    width: 100%;
    height: auto;
    max-height: 60px;
    object-fit: contain;
    border-radius: 0;
    transition: transform 0.3s ease;
}

.brand-link:hover .brand-logo {
    transform: rotate(5deg);
}

.brand-text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    align-items: flex-start;
    gap: 1px;
}

.brand-name,
.brand-name-secondary {
    font-size: 26px;
    font-weight: 700;
    color: #2c3e50;
    font-family: 'Plus Jakarta Sans', sans-serif;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}

.brand-name-secondary {
    font-size: 24px;
}

.brand-tagline {
    font-size: 13px;
    font-weight: 600;
    color: #0693e3;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (min-width: 992px) {
    .brand-text {
        display: grid;
        grid-template-columns: auto auto;
        align-items: baseline;
        gap: 0 8px;
    }

    .brand-tagline {
        grid-column: 1 / -1;
        margin-top: 2px;
    }
}

/* Desktop Navigation */
.desktop-nav {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    justify-content: center;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
    justify-content: center;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 12px 20px;
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    font-size: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
}

.nav-link:hover {
    color: #0693e3;
    background: rgba(6, 147, 227, 0.1);
    transform: translateY(-2px);
}

.nav-link.active {
    color: #0693e3;
    background: rgba(6, 147, 227, 0.15);
}

.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #0693e3;
    border-radius: 2px;
}

.dropdown-toggle i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.nav-item:hover .dropdown-toggle i {
    transform: rotate(180deg);
}

/* Dropdown Menus */
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    min-width: 220px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1001;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 10px;
}

.nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu li {
    list-style: none;
}

.dropdown-link {
    display: block;
    padding: 12px 20px;
    color: #2c3e50;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.dropdown-link:hover {
    color: #0693e3;
    background: rgba(6, 147, 227, 0.1);
    padding-left: 30px;
}

.dropdown-link::before {
    content: '→';
    position: absolute;
    left: 15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #0693e3;
}

.dropdown-link:hover::before {
    opacity: 1;
    left: 18px;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
    z-index: 1003;
    position: relative;
    pointer-events: auto;
}

.mobile-menu-toggle:hover {
    background: rgba(6, 147, 227, 0.1);
    border-radius: 8px;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background: #2c3e50;
    margin: 2px 0;
    transition: all 0.3s ease;
    border-radius: 2px;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
    transition: right 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    z-index: 1002;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    display: none;
}


.mobile-nav.active {
    right: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}



.mobile-nav-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.mobile-brand-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobile-brand-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.mobile-brand-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}

.mobile-brand-name,
.mobile-brand-name-secondary {
    font-size: 18px;
    font-weight: 700;
    color: #2c3e50;
    letter-spacing: -0.3px;
    text-transform: uppercase;
}

.mobile-brand-name-secondary {
    font-size: 16px;
}

.mobile-brand-tagline {
    font-size: 11px;
    font-weight: 600;
    color: #0693e3;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.mobile-test-links {
    display: flex;
    gap: 12px;
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    left: 60%;
    transform: translateX(-50%);
    z-index: 10;
    background: transparent;
    padding: 0;
    box-shadow: none;
}

.mobile-test-link {
    display: flex;
    align-items: center;
    gap: 3px;
    padding: 0;
    text-decoration: none;
    color: #2c3e50;
    font-weight: 500;
    font-size: 12px;
    border-radius: 0;
    transition: all 0.3s ease;
    position: relative;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: fit-content;
}

.mobile-test-link:hover {
    color: #0693e3;
    transform: translateY(-1px);
}

.mobile-test-link.active {
    color: #0693e3;
    font-weight: 600;
    background: transparent;
}

.mobile-test-link.active::after {
    content: '';
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    width: 28px;
    height: 2px;
    background: #0693e3;
    border-radius: 1px;
}

.mobile-nav-close {
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 20px;
    color: #2c3e50;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.mobile-nav-close:hover {
    background: rgba(6, 147, 227, 0.1);
    color: #0693e3;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.mobile-nav-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobile-nav-link {
    display: block;
    padding: 15px 20px;
    color: #2c3e50;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
}

.mobile-nav-link:hover,
.mobile-nav-link.active {
    color: #0693e3;
    background: rgba(6, 147, 227, 0.1);
    padding-left: 30px;
}

.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    background: rgba(6, 147, 227, 0.05);
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.mobile-submenu.show {
    display: block;
    max-height: 500px;
}

/* Mobile submenu toggle functionality */
.mobile-nav-item.has-submenu > .mobile-nav-link {
    position: relative;
}

.mobile-nav-item.has-submenu > .mobile-nav-link::after {
    content: '+';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.mobile-nav-item.has-submenu.active > .mobile-nav-link::after {
    content: '−';
    transform: translateY(-50%) rotate(0deg);
}

.mobile-submenu-link {
    display: block;
    padding: 12px 40px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.mobile-submenu-link:hover {
    color: #0693e3;
    background: rgba(6, 147, 227, 0.1);
    padding-left: 50px;
}

/* Mobile Menu Overlay */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Body padding for fixed header */
body {
    padding-top: 80px;
    transition: padding-top 0.3s ease;
}

/* Responsive Design */
@media (min-width: 1025px) {
    .mobile-test-links {
        display: none;
    }
}

@media (max-width: 1024px) {
    .desktop-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .brand-name {
        font-size: 20px;
    }
    
    .brand-tagline {
        font-size: 12px;
    }
    
    .mobile-inline-logo {
        display: flex;
        margin-right: 12px;
    }
    
    .mobile-inline-name {
        font-size: 18px;
    }
    
    .mobile-inline-name-secondary {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .desktop-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .header-container {
        padding: 0 16px;
    }
    
    .header-brand {
        display: none;
    }
    
    .brand-name {
        font-size: 18px;
    }
    
    .mobile-nav {
        width: 100%;
        right: -100%;
    }
    
    .mobile-inline-logo {
        display: flex;
        margin-right: 10px;
    }
    
    .mobile-inline-name {
        font-size: 17px;
    }
    
    .mobile-inline-name-secondary {
        font-size: 15px;
    }
    
    .mobile-brand-name,
    .mobile-brand-name-secondary {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .main-header {
        padding: 10px 0;
    }
    
    .header-container {
        padding: 0 12px;
    }
    
    .header-brand {
        display: none;
    }
    
    .brand-text {
        display: none;
    }
    
    .mobile-menu-toggle {
        width: 35px;
        height: 35px;
    }
    
    .hamburger-line {
        width: 20px;
        height: 2px;
    }
    
    .mobile-nav {
        width: 100%;
        right: -100%;
    }
    
    .mobile-nav-header {
        padding: 15px;
    }
    
    .mobile-inline-logo {
        display: flex;
        margin-right: 8px;
    }
    
    .mobile-inline-name {
        font-size: 16px;
    }
    
    .mobile-inline-name-secondary {
        font-size: 14px;
    }
    
    .mobile-inline-tagline {
        font-size: 9px;
    }
    
    .mobile-brand-name,
    .mobile-brand-name-secondary {
        font-size: 15px;
    }
    
    .mobile-brand-tagline {
        font-size: 10px;
    }
    
    .mobile-test-links {
        gap: 8px;
        padding: 0;
        border-radius: 0;
    }
    
    .mobile-test-link {
        padding: 0;
        font-size: 11px;
        border-radius: 0;
    }
    
    .mobile-nav-close {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    
    /* Ensure mobile links don't overlap with logo or menu on very small screens */
    .mobile-test-links {
        max-width: calc(100vw - 120px);
        left: 60%;
        transform: translateX(-50%);
    }
    
    .mobile-test-link {
        min-width: auto;
        padding: 0;
        font-size: 10px;
    }
    
    .mobile-nav-link {
        padding: 12px 15px;
        font-size: 15px;
    }
    
    .mobile-submenu-link {
        padding: 10px 35px;
        font-size: 14px;
    }
    
    body {
        padding-top: 70px;
    }
}

/* Hero Section Styles - Desktop */
.elementor-element[data-id="0796591"],
.hero-section {
    min-height: 85vh;
    max-height: 85vh;
    height: 85vh;
    display: flex;
    align-items: center;
    position: relative;
    background: url('/images/image2.jpg');
    background-size: cover !important;
    background-position: center top !important;
    background-attachment: fixed;
    /* Image quality optimization */
    background-repeat: no-repeat;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    image-rendering: high-quality;
    image-rendering: auto;
    /* Prevent image degradation during zoom */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    margin: 0 auto;
    max-width: 95vw;
    backface-visibility: hidden;
}

/* Force hero section background to cover width */
.elementor-element[data-id="0796591"] *,
.hero-section * {
    background-size: cover !important;
}

/* Override any slideshow or other background overrides */
.elementor-element[data-id="0796591"] .elementor-background-slideshow__slide {
    background-size: cover !important;
    background-position: center top !important;
}

.elementor-element[data-id="0796591"] .e-con-inner {
    text-align: center;
    color: white;
}

.elementor-element[data-id="0796591"] h1 {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.6);
}

.elementor-element[data-id="0796591"] p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.8), 0 0 10px rgba(0,0,0,0.6);
}

/* About Us Section */
.elementor-element[data-id="3f515d9"] {
    padding: 80px 0;
    background: #f8f9fa;
}

/* About Serene Wings Caregiving Heading - Desktop */
.elementor-element-about-title {
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.elementor-element-about-title .elementor-heading-title {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    text-align: center !important;
    margin: 0 auto 2rem auto !important;
    line-height: 1.2;
    letter-spacing: -0.5px;
    position: relative;
    display: block !important;
}

.elementor-element-about-title .elementor-heading-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #0693e3, #7bdcb5, #fcb900);
    border-radius: 2px;
}

/* About Section Title */
.elementor-element-about-title h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #333;
}

.elementor-element-about-desc-text p {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.8;
    margin-bottom: 2rem;
}

    /* About Us Section - Mobile Layout */
    @media (max-width: 768px) {
        .elementor-element[data-id="3f515d9"] {
            padding: 30px 0 !important;
        }
        
        /* About Serene Wings Caregiving Heading - Mobile */
        .elementor-element-about-title {
            text-align: center !important;
            display: flex !important;
            justify-content: center !important;
            align-items: center !important;
        }
        
        .elementor-element-about-title .elementor-heading-title {
            font-size: 2rem !important;
            font-weight: 700 !important;
            color: #2c3e50 !important;
            text-align: center !important;
            margin: 0 auto 1.5rem auto !important;
            line-height: 1.3 !important;
            letter-spacing: -0.3px !important;
            display: block !important;
        }
        
        .elementor-element-about-title .elementor-heading-title::after {
            width: 60px !important;
            height: 3px !important;
            bottom: -8px !important;
            background: linear-gradient(90deg, #0693e3, #7bdcb5, #fcb900) !important;
        }
        
        /* Minimize About Section Title on Mobile */
        .elementor-element-about-title h2 {
            font-size: 1.5rem !important;
            margin-bottom: 0.75rem !important;
            text-align: center !important;
            line-height: 1.3 !important;
        }
    
    /* Minimize About Description on Mobile */
    .elementor-element-about-desc-text p {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        margin-bottom: 1rem !important;
        text-align: center !important;
        max-width: 100% !important;
    }
    
    /* Center align the containers */
    .elementor-element[data-id="about-header"],
    .elementor-element[data-id="about-description"] {
        text-align: center !important;
        align-items: center !important;
    }
    
    /* Make the heading container stack vertically */
    .elementor-element[data-id="d10ec91"] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 15px !important;
    }
    
    /* About Us heading - full width */
    .elementor-element[data-id="3adbac0"] {
        width: 100% !important;
        text-align: left !important;
    }
    
    /* We Are a Trusted One heading - full width */
    .elementor-element[data-id="9ccd63e"] {
        width: 100% !important;
        text-align: left !important;
    }
    
    /* Description and button container - full width */
    .elementor-element[data-id="4959c63"] {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 20px !important;
        margin-top: 20px !important;
    }
    
    /* Description text - full width */
    .elementor-element[data-id="a7d09f2"] {
        width: 100% !important;
    }
    
    /* Button - full width */
    .elementor-element[data-id="668263f"] {
        width: 100% !important;
        text-align: left !important;
    }
}

/* About Us Section - Extra Small Mobile */
@media (max-width: 480px) {
    .elementor-element[data-id="3f515d9"] {
        padding: 20px 0 !important;
    }
    
    /* Extra minimize About Section Title on Small Mobile */
    .elementor-element-about-title h2 {
        font-size: 1.3rem !important;
        margin-bottom: 0.5rem !important;
        line-height: 1.25 !important;
    }
    
    /* Extra minimize About Description on Small Mobile */
    .elementor-element-about-desc-text p {
        font-size: 0.85rem !important;
        line-height: 1.45 !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Reduce heading font sizes */
    .elementor-element[data-id="3adbac0"] h2,
    .elementor-element[data-id="9ccd63e"] h2 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
    }
    
    /* Adjust description text */
    .elementor-element[data-id="a7d09f2"] p {
        font-size: 1rem !important;
        line-height: 1.5 !important;
    }
    
    /* Button adjustments */
    .elementor-element[data-id="668263f"] .elementor-button {
        padding: 12px 20px !important;
        font-size: 14px !important;
    }
}

.elementor-element[data-id="3f515d9"] h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.elementor-element[data-id="3f515d9"] p {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2rem;
    line-height: 1.8;
}

/* Counter Widget */
.elementor-counter {
    text-align: center;
    margin: 20px 0;
}

.elementor-counter-number-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
}

.elementor-counter-number {
    font-size: 48px;
    font-weight: 700;
    color: #0693e3;
    line-height: 1;
    display: inline-block;
}

.elementor-counter-number-prefix,
.elementor-counter-number-suffix {
    font-size: 24px;
    font-weight: 600;
    color: #0693e3;
}

.elementor-widget-heading h5 {
    font-size: 18px;
    font-weight: 500;
    color: #666;
    margin-top: 10px;
}

/* Footer Styles */
#colophon {
    background: white;
    color: #333333;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}

#colophon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0693e3, #f4d03f, #0693e3);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-main {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 40px;
    padding: 60px 0 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-section h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
    color: #333333;
    position: relative;
}

.footer-section h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 3px;
    background: #0693e3;
    border-radius: 2px;
}

/* Footer Brand Section */
.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-brand .footer-social {
    margin-top: 10px;
}

.footer-brand .footer-social h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-logo img {
    max-width: 80px;
    height: auto;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.footer-logo img:hover {
    transform: scale(1.05);
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #666666;
    font-size: 14px;
    transition: color 0.3s ease;
}

.contact-item:hover {
    color: #0693e3;
}

.contact-item i {
    width: 16px;
    color: #0693e3;
    font-size: 16px;
}

/* Footer Links */
.footer-links ul,
.footer-services ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-links li,
.footer-services li {
    margin-bottom: 12px;
}

.footer-links a,
.footer-services a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    position: relative;
}

.footer-links a:hover,
.footer-services a:hover {
    color: #0693e3;
    padding-left: 8px;
}

.footer-links a::before,
.footer-services a::before {
    content: '→';
    position: absolute;
    left: -15px;
    opacity: 0;
    transition: all 0.3s ease;
    color: #0693e3;
}

.footer-links a:hover::before,
.footer-services a:hover::before {
    opacity: 1;
    left: -12px;
}

/* Social Icons */
.footer-social {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.social-icons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #f8f9fa;
    color: #666666;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
}

.social-icon:hover {
    background: #0693e3;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(6, 147, 227, 0.3);
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 0;
    text-align: center;
}

.footer-copyright p {
    margin: 0;
    color: #666666;
    font-size: 14px;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .footer-main {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
        text-align: center;
    }
    
    .footer-contact {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .footer-main {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto !important;
        gap: 30px !important;
        padding: 40px 0 30px !important;
    }
    
    /* Vertical stacking for mobile */
    .footer-brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        text-align: center;
    }
    
    .footer-links {
        grid-column: 1 !important;
        grid-row: 2 !important;
        text-align: center;
    }
    
    .footer-services {
        grid-column: 1 !important;
        grid-row: 3 !important;
        text-align: center;
    }
    
    /* Social icons within brand section */
    .footer-brand .footer-social {
        margin-top: 15px;
    }
    
    .footer-brand .footer-social h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    
    .footer-section h3 {
        font-size: 16px;
        margin-bottom: 15px;
        text-align: left;
    }
    
    .footer-section h3::after {
        left: 0;
        transform: none;
    }
    
    .footer-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .contact-item {
        flex-direction: row;
        text-align: left;
        gap: 8px;
    }
    
    .contact-item i {
        font-size: 14px;
        width: 14px;
    }
    
    .footer-links ul {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px 20px !important;
        text-align: left;
    }
    
    .footer-services ul {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px 20px !important;
        text-align: left;
    }
    
    .footer-links li,
    .footer-services li {
        margin-bottom: 8px;
    }
    
    .footer-links a,
    .footer-services a {
        font-size: 13px;
        padding: 4px 0;
    }
    
    .social-icons {
        justify-content: center;
        gap: 12px;
    }
    
    .social-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
        background: #f8f9fa;
        color: #666666;
        border: 1px solid #e9ecef;
    }
    
    .footer-bottom {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer-container {
        padding: 0 15px;
    }
    
    .footer-main {
        display: grid !important;
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto !important;
        gap: 25px !important;
        padding: 30px 0 20px !important;
    }
    
    /* Vertical stacking for small mobile */
    .footer-brand {
        grid-column: 1 !important;
        grid-row: 1 !important;
        text-align: center;
    }
    
    .footer-links {
        grid-column: 1 !important;
        grid-row: 2 !important;
        text-align: center;
    }
    
    .footer-services {
        grid-column: 1 !important;
        grid-row: 3 !important;
        text-align: center;
    }
    
    /* Social icons within brand section */
    .footer-brand .footer-social {
        margin-top: 10px;
    }
    
    .footer-brand .footer-social h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .footer-section h3 {
        font-size: 14px;
        margin-bottom: 12px;
    }
    
    .footer-contact {
        flex-direction: column;
        gap: 8px;
    }
    
    .contact-item {
        flex-direction: row;
        gap: 6px;
    }
    
    .contact-item i {
        font-size: 12px;
        width: 12px;
    }
    
    .contact-item span {
        font-size: 12px;
    }
    
    .footer-links ul {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px 15px !important;
    }
    
    .footer-services ul {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 6px 15px !important;
    }
    
    .footer-links li,
    .footer-services li {
        margin-bottom: 6px;
    }
    
    .footer-links a,
    .footer-services a {
        font-size: 12px;
        padding: 3px 0;
    }
    
    .social-icons {
        justify-content: center;
        gap: 10px;
    }
    
    .social-icon {
        width: 30px;
        height: 30px;
        font-size: 12px;
        background: #f8f9fa;
        color: #666666;
        border: 1px solid #e9ecef;
    }
    

    /* Statistics Section - Extra Small Mobile - Horizontal Layout */
    .elementor-element[data-id="242d863"] {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
        padding: 15px 0 !important;
    }

    .elementor-element[data-id="242d863"] .e-con {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 15px 8px !important;
        gap: 6px !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .elementor-counter-number {
        font-size: 1.75rem !important;
        font-weight: 700 !important;
        color: #0693e3 !important;
        min-width: auto !important;
        line-height: 1 !important;
    }

    .elementor-widget-heading h5 {
        font-size: 0.75rem !important;
        margin: 0 !important;
        line-height: 1.2 !important;
        color: #333 !important;
        font-weight: 500 !important;
    }
}

/* Button Styles */
.elementor-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    background-color: #0693e3;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    border: none;
    cursor: pointer;
}

.elementor-button:hover {
    background-color: #0576b3;
    color: white;
}

.elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.elementor-button-icon {
    font-size: 16px;
}

/* Image Box Widget */
.elementor-image-box-wrapper {
    text-align: center;
    padding: 20px;
}

.elementor-image-box-img {
    margin-bottom: 15px;
}

.elementor-image-box-img img {
    max-width: 100%;
    height: auto;
}

.elementor-image-box-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

.elementor-image-box-description {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Accordion Styles */
.elementskit-accordion {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
}

.elementskit-card {
    border-bottom: 1px solid #e5e5e5;
}

.elementskit-card:last-child {
    border-bottom: none;
}

.elementskit-card-header {
    background-color: #f8f9fa;
}

.ekit-accordion--toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    transition: background-color 0.3s ease;
}

.ekit-accordion--toggler:hover {
    background-color: #e9ecef;
}

.ekit-accordion-title {
    flex: 1;
}

.ekit_accordion_icon_group {
    display: flex;
    align-items: center;
}

.ekit_accordion_normal_icon,
.ekit_accordion_active_icon {
    margin-left: 10px;
}

.elementskit-card-body {
    padding: 20px;
    background-color: white;
}

.ekit-accordion--content {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}

/* Blog Post Styles */
.elementskit-post-image-card {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.elementskit-post-image-card:hover {
    transform: translateY(-5px);
}

.elementskit-entry-header {
    position: relative;
}

.elementskit-entry-thumb img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.elementskit-post-body {
    padding: 20px;
}

.post-meta-list {
    margin-bottom: 10px;
}

.meta-date {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.meta-date i {
    margin-right: 5px;
}

.entry-title {
    margin-bottom: 15px;
}

.entry-title a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    line-height: 1.4;
}

.entry-title a:hover {
    color: #0693e3;
}

.elementskit-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #0693e3;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.elementskit-btn:hover {
    background-color: #0576b3;
    color: white;
}

/* Statistics Section - Horizontal Grid Layout */
.elementor-element[data-id="242d863"] {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 30px !important;
    padding: 40px 0 !important;
}

.elementor-element[data-id="242d863"] .e-con {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 20px !important;
}

/* CTA Section - Complete Background Fix */
.cta-section {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    position: relative !important;
    overflow: hidden !important;
}

/* Force background properties on all CTA sections */
.cta-section[style*="background-image"] {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}

/* Additional CTA background fixes */
.cta-section * {
    background-repeat: no-repeat !important;
}

.cta-section .e-con,
.cta-section .e-con-inner,
.cta-section .cta-content {
    background: transparent !important;
    background-image: none !important;
}

/* Ensure no tiling on any child elements */
.cta-section .e-con::before,
.cta-section .e-con::after,
.cta-section .e-con-inner::before,
.cta-section .e-con-inner::after {
    display: none !important;
}

/* Responsive Design - Mobile (includes tablets and phones) */
@media (max-width: 1024px) {
    .elementor-container {
        flex-direction: column;
    }

    .elementor-column {
        width: 100% !important;
    }

    .elementskit-navbar-nav {
        flex-direction: column;
    }

    .footer-container {
        padding: 0 15px;
    }

    .elementor-counter-number {
        font-size: 36px;
    }

    .elementor-image-box-wrapper {
        padding: 15px;
    }

    /* CTA Section - Mobile Background Fix */
    .cta-section {
        padding: 60px 20px !important;
        min-height: 400px !important;
        height: auto !important;
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: scroll !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .cta-content {
        padding: 40px 20px !important;
        width: 100% !important;
    }

    .cta-title {
        font-size: 1.8rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.3 !important;
    }

    .cta-description {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.5 !important;
    }

    .cta-buttons {
        flex-direction: column !important;
        gap: 12px !important;
        align-items: center !important;
    }

    .cta-button {
        width: 100% !important;
        max-width: 300px !important;
        justify-content: center !important;
        padding: 14px 24px !important;
        font-size: 1rem !important;
    }

    /* Certifications Section - Mobile 2x2 Grid Minimized */
    .certifications-section {
        padding: 30px 0 !important;
    }

    .certifications-section .section-header {
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .certifications-section .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }

    .certifications-section .section-description {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }

    .certifications-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .cert-item {
        padding: 12px 10px !important; /* Reduced padding since no icon */
        text-align: center !important;
        border-radius: 8px !important;
    }

    .cert-icon {
        display: none !important; /* Hide icons on mobile */
    }

    .cert-icon i {
        display: none !important; /* Hide icons on mobile */
    }

    .cert-title {
        font-size: 0.95rem !important;
        margin-bottom: 6px !important;
        margin-top: 0 !important; /* No top margin since icon is hidden */
        line-height: 1.2 !important;
    }

    .cert-description {
        font-size: 0.8rem !important;
        line-height: 1.35 !important;
        margin: 0 !important;
    }

    /* Team Section - Mobile 2x2 Grid Minimized */
    .team-section {
        padding: 30px 0 !important;
    }

    .team-section .section-header {
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .team-section .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }

    .team-section .section-description {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }

    .team-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important; /* Reduced gap */
    }

    .team-member {
        padding: 10px 8px 8px 8px !important; /* Minimal padding */
        text-align: center !important;
        border-radius: 8px !important;
        min-height: auto !important; /* Remove min-height */
    }

    .member-photo {
        width: 90px !important; /* Smaller photo */
        height: 90px !important;
        margin: 0 auto 8px !important; /* Less bottom margin */
        border-radius: 50% !important;
    }

    .member-photo img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 50% !important;
    }

    .photo-placeholder {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 50% !important;
    }

    .photo-placeholder i {
        font-size: 2.5rem !important;
    }

    .member-info {
        text-align: center !important;
    }

    .member-name {
        font-size: 0.95rem !important; /* Slightly smaller */
        margin-bottom: 2px !important; /* Minimal margin */
        line-height: 1.1 !important; /* Very tight line height */
    }

    .member-title {
        font-size: 0.8rem !important; /* Slightly smaller */
        margin-bottom: 0 !important; /* No bottom margin since bio is hidden */
        line-height: 1.1 !important; /* Very tight line height */
    }

    .member-bio {
        display: none !important; /* Hide bio on mobile */
    }

    /* Values Section - Mobile 2x2 Grid Minimized */
    .values-section {
        padding: 30px 0 !important;
    }

    .values-section .section-header {
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .values-section .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
    }

    .values-section .section-description {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
    }

    .values-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .value-card {
        padding: 15px 12px !important; /* Reduced padding since no icon */
        text-align: center !important;
        border-radius: 8px !important;
    }

    .value-icon {
        display: none !important; /* Hide icons on mobile */
    }

    .value-icon i {
        display: none !important; /* Hide icons on mobile */
    }

    .value-title {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
        margin-top: 0 !important; /* No top margin since icon is hidden */
        line-height: 1.3 !important;
    }

    .value-description {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }

    /* Our Story Section - Mobile Minimized */
    .our-story-section {
        padding: 30px 0 !important;
    }

    .our-story-section .story-container {
        display: flex !important;
        flex-direction: column !important;
        gap: 20px !important;
    }

    .our-story-section .story-content {
        order: 1 !important;
        text-align: center !important;
    }

    .our-story-section .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 10px !important;
        text-align: center !important;
    }

    .our-story-section .story-text {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
        text-align: center !important;
        margin: 0 !important;
    }

    .our-story-section .story-image {
        order: 2 !important;
        text-align: center !important;
        display: flex !important;
        justify-content: center !important;
        margin: 0 auto !important;
    }

    .our-story-section .story-image img {
        max-width: 100% !important;
        height: auto !important;
        border-radius: 8px !important;
        margin: 0 auto !important;
        display: block !important;
    }

    .our-story-section .image-placeholder {
        text-align: center !important;
        margin: 0 auto !important;
    }

    /* Mission & Vision Section - Mobile Horizontal Minimized */
    .mission-vision-section {
        padding: 30px 0 !important;
    }

    .mission-vision-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 15px !important;
    }

    .mission-card,
    .vision-card {
        padding: 15px 12px !important; /* Reduced padding since no icon */
        text-align: center !important;
    }

    .mission-card .card-icon,
    .vision-card .card-icon {
        display: none !important; /* Hide icons on mobile */
    }

    .mission-card .card-icon i,
    .vision-card .card-icon i {
        display: none !important; /* Hide icons on mobile */
    }

    .mission-card .card-title,
    .vision-card .card-title {
        font-size: 1.1rem !important;
        margin-bottom: 10px !important;
        margin-top: 0 !important; /* No top margin since icon is hidden */
        line-height: 1.3 !important;
    }

    .mission-card .card-description,
    .vision-card .card-description {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin: 0 !important;
    }

    /* Testimonials Section - Mobile Minimized */
    .testimonials-section {
        padding: 30px 0 !important;
    }
    
    .testimonials-section .section-header {
        margin-bottom: 20px !important;
        text-align: center !important;
    }
    
    .testimonials-section .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 8px !important;
        line-height: 1.3 !important;
    }
    
    .testimonials-section .section-description {
        font-size: 0.9rem !important;
        margin-bottom: 15px !important;
        line-height: 1.4 !important;
    }
    
    .testimonials-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }
    
    .testimonial-card {
        padding: 15px 12px !important;
        text-align: center !important;
        border-radius: 8px !important;
    }
    
    .testimonial-content {
        padding: 0 !important;
    }
    
    .testimonial-rating {
        margin-bottom: 8px !important;
    }
    
    .testimonial-rating i {
        font-size: 14px !important;
    }
    
    .testimonial-text {
        font-size: 0.85rem !important;
        line-height: 1.4 !important;
        margin-bottom: 10px !important;
        font-style: italic !important;
    }
    
    .testimonial-author {
        margin-bottom: 8px !important;
    }
    
    .author-name {
        font-size: 0.9rem !important;
        margin-bottom: 2px !important;
    }
    
    .author-title {
        font-size: 0.8rem !important;
        margin-bottom: 0 !important;
    }
    
    .testimonial-date {
        font-size: 0.75rem !important;
    }
    
    .google-review-badge {
        font-size: 0.7rem !important;
        padding: 4px 8px !important;
    }

    /* Services Section - Mobile Minimized */
    .services-overview-section .service-description,
    .services-overview-section .service-features,
    .services-overview-section .service-button {
        display: none !important;
    }

    .services-overview-section .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
    }

    .services-overview-section .service-card {
        padding: 0 !important;
        border-radius: 8px !important;
        overflow: hidden !important;
    }

    .services-overview-section .service-content {
        padding: 12px !important;
        text-align: center !important;
    }

    .services-overview-section .service-title {
        font-size: 0.95rem !important;
        margin: 0 !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
    }

    .services-overview-section .service-image {
        height: 180px !important;
        object-fit: cover !important;
    }

    .services-overview-section .service-image img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }

    .services-overview-section .section-header {
        margin-bottom: 20px !important;
        text-align: center !important;
    }

    .services-overview-section .section-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .services-overview-section .section-description {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
    }

    /* Hero Section - Mobile Layout (ALL Mobile/Tablet Devices) */
    .elementor-element[data-id="0796591"],
    .hero-section {
        height: 75vh !important;
        min-height: 75vh !important;
        max-height: 75vh !important;
        width: 100vw !important;
        overflow: hidden !important;
        background-attachment: fixed !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 20px !important;
        position: relative !important;
    }

    /* Hero section background slides - ALL mobile/tablet devices */
    .elementor-element[data-id="0796591"] .elementor-background-slideshow,
    .elementor-element[data-id="0796591"] .elementor-background-slideshow__slide {
        height: 75vh !important;
        min-height: 75vh !important;
        max-height: 75vh !important;
        width: 100vw !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        background-attachment: fixed !important;
    }

    .elementor-element[data-id="0796591"] .elementor-background-slideshow__slide {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
        transform: none !important;
        animation: none !important;
    }

    /* Disable Ken Burns zoom effect on mobile */
    .elementor-element[data-id="0796591"] .elementor-ken-burns {
        animation: none !important;
        transform: none !important;
    }

    .elementor-element[data-id="0796591"] .elementor-background-slideshow__slide__image {
        transform: none !important;
        animation: none !important;
    }

    /* Hero content container */
    .elementor-element[data-id="0796591"] .e-con-inner {
        padding: 0 25px !important;
        width: 100% !important;
        position: relative !important;
        z-index: 2 !important;
    }
    
    .elementor-element[data-id="35b855c"] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 15px !important;
        text-align: center !important;
    }
    
    /* Hero heading container */
    .elementor-element[data-id="450974e"],
    .hero-heading-container {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
    }
    
    /* Reduce main hero heading font size for mobile */
    .elementor-element[data-id="450974e"] .elementor-heading-title,
    .hero-heading-container .elementor-heading-title {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        margin-bottom: 0.5rem !important;
    }
    
    /* Hero subtitle and phone container */
    .elementor-element[data-id="1797d94"] {
        width: 100% !important;
        text-align: center !important;
        margin-bottom: 1rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }

    .elementor-element[data-id="0796591"] h1 {
        font-size: 1.8rem !important;
        text-align: center !important;
        line-height: 1.2 !important;
        margin-bottom: 0 !important;
        font-weight: 700 !important;
        color: #ffffff !important;
        text-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
    }

    .elementor-element[data-id="0796591"] p {
        font-size: 1rem !important;
        text-align: center !important;
        line-height: 1.6 !important;
        max-width: 100% !important;
        margin-bottom: 0.5rem !important;
        color: #ffffff !important;
        font-weight: 400 !important;
        text-shadow: 1px 1px 6px rgba(0,0,0,0.4) !important;
    }
    
    /* Button container - Mobile */
    .elementor-element[data-id="80dea47"] {
        width: 100% !important;
        text-align: center !important;
        margin-top: 1rem !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        gap: 12px !important;
    }

    /* Hero phone number - mobile alignment */
    .hero-phone-number {
        justify-content: center !important;
        margin-top: 15px !important;
        padding: 12px 24px !important;
        background: rgba(255, 255, 255, 0.95) !important;
        border-radius: 30px !important;
        display: inline-flex !important;
        width: 100% !important;
        max-width: 320px !important;
    }
    /* Mobile visibility: show mobile pill, hide desktop pill */
    .hero-phone-desktop { display: none !important; }
    .hero-phone-mobile { display: inline-flex !important; }

    .hero-phone-number i {
        color: #5B47D6 !important;
        font-size: 1.1rem !important;
    }

    .hero-phone-number a {
        font-size: 1.1rem !important;
        color: #2c3e50 !important;
        font-weight: 600 !important;
        text-shadow: none !important;
    }

    /* Hero button - mobile optimization */
    .elementor-element[data-id="80dea47"] .elementor-button {
        display: inline-flex !important;
        padding: 14px 32px !important;
        font-size: 16px !important;
        white-space: nowrap !important;
        background: #5B47D6 !important;
        color: #ffffff !important;
        border-radius: 30px !important;
        font-weight: 600 !important;
        border: none !important;
        box-shadow: 0 4px 15px rgba(91, 71, 214, 0.4) !important;
        transition: all 0.3s ease !important;
        margin: 0 auto !important;
        width: 100% !important;
        max-width: 320px !important;
    }

    .elementor-element[data-id="80dea47"] .elementor-button:hover {
        background: #4a38b5 !important;
        transform: translateY(-2px) !important;
        box-shadow: 0 6px 20px rgba(91, 71, 214, 0.5) !important;
    }

    .elementor-element[data-id="80dea47"] .elementor-button-text {
        font-size: 16px !important;
        font-weight: 600 !important;
    }

    .elementor-element[data-id="80dea47"] .elementor-button-icon {
        display: none !important;
    }
    
    /* Ensure button link is centered */
    .elementor-element[data-id="80dea47"] .elementor-button-link {
        display: flex !important;
        justify-content: center !important;
        width: 100% !important;
        max-width: 320px !important;
    }

    /* Statistics Section - Mobile Horizontal Layout */
    .elementor-element[data-id="242d863"] {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px !important;
        padding: 20px 0 !important;
    }

    .elementor-element[data-id="242d863"] .e-con {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        padding: 20px 10px !important;
        gap: 8px !important;
        background: transparent !important;
        border-radius: 0 !important;
    }

    .elementor-counter-number {
        font-size: 2rem !important;
        font-weight: 700 !important;
        color: #0693e3 !important;
        min-width: auto !important;
        line-height: 1 !important;
    }

    .elementor-widget-heading h5 {
        font-size: 0.85rem !important;
        margin: 0 !important;
        line-height: 1.3 !important;
        color: #333 !important;
        font-weight: 500 !important;
    }
}

@media (max-width: 480px) {
    .elementor-button {
        padding: 10px 20px;
        font-size: 14px;
    }

    .elementor-counter-number {
        font-size: 28px;
    }

    .entry-title a {
        font-size: 16px;
    }

    /* CTA Section - Extra Small Mobile */
    .cta-section {
        padding: 50px 15px !important;
        min-height: 350px !important;
    }

    .cta-content {
        padding: 30px 15px !important;
    }

    .cta-title {
        font-size: 1.5rem !important;
        margin-bottom: 0.8rem !important;
    }

    .cta-description {
        font-size: 0.9rem !important;
        margin-bottom: 1.2rem !important;
    }

    .cta-button {
        padding: 12px 20px !important;
        font-size: 0.95rem !important;
    }

    /* Certifications Section - Extra Small Mobile */
    .certifications-section {
        padding: 20px 0 !important;
    }

    .certifications-section .section-title {
        font-size: 1.3rem !important;
    }

    .certifications-section .section-description {
        font-size: 0.85rem !important;
    }

    .certifications-grid {
        gap: 8px !important;
    }

    .cert-item {
        padding: 10px 8px !important; /* Reduced padding since no icon */
    }

    .cert-icon {
        display: none !important; /* Hide icons on small mobile */
    }

    .cert-icon i {
        display: none !important; /* Hide icons on small mobile */
    }

    .cert-title {
        font-size: 0.85rem !important;
        margin-bottom: 4px !important;
        margin-top: 0 !important; /* No top margin since icon is hidden */
        line-height: 1.1 !important;
    }

    .cert-description {
        font-size: 0.7rem !important;
        line-height: 1.3 !important;
    }

    /* Team Section - Extra Small Mobile */
    .team-section {
        padding: 20px 0 !important;
    }

    .team-section .section-title {
        font-size: 1.3rem !important;
    }

    .team-section .section-description {
        font-size: 0.85rem !important;
    }

    .team-grid {
        gap: 8px !important; /* Tighter gap */
    }

    .team-member {
        padding: 8px 6px 6px 6px !important; /* Minimal padding */
        min-height: auto !important; /* Remove min-height */
    }

    .member-photo {
        width: 70px !important; /* Smaller photo */
        height: 70px !important;
        margin-bottom: 6px !important; /* Minimal margin */
    }

    .photo-placeholder i {
        font-size: 2rem !important;
    }

    .member-name {
        font-size: 0.85rem !important; /* Smaller */
        margin-bottom: 1px !important; /* Minimal margin */
        line-height: 1.1 !important; /* Very tight line height */
    }

    .member-title {
        font-size: 0.7rem !important; /* Smaller */
        margin-bottom: 0 !important; /* No bottom margin since bio is hidden */
        line-height: 1.1 !important; /* Very tight line height */
    }

    /* Values Section - Extra Small Mobile */
    .values-section {
        padding: 20px 0 !important;
    }

    .values-section .section-title {
        font-size: 1.3rem !important;
    }

    .values-section .section-description {
        font-size: 0.85rem !important;
    }

    .values-grid {
        gap: 10px !important;
    }

    .value-card {
        padding: 12px 8px !important; /* Reduced padding since no icon */
    }

    .value-icon {
        display: none !important; /* Hide icons on small mobile */
    }

    .value-icon i {
        display: none !important; /* Hide icons on small mobile */
    }

    .value-title {
        font-size: 0.9rem !important;
        margin-bottom: 6px !important;
        margin-top: 0 !important; /* No top margin since icon is hidden */
    }

    .value-description {
        font-size: 0.75rem !important;
        line-height: 1.35 !important;
    }

    /* Our Story Section - Extra Small Mobile */
    .our-story-section {
        padding: 20px 0 !important;
    }

    .our-story-section .story-container {
        gap: 15px !important;
    }

    .our-story-section .section-title {
        font-size: 1.3rem !important;
        margin-bottom: 8px !important;
    }

    .our-story-section .story-text {
        font-size: 0.85rem !important;
        line-height: 1.45 !important;
    }

    .our-story-section .story-image img {
        max-width: 90% !important;
    }

    /* Mission & Vision Section - Extra Small Mobile */
    .mission-vision-section {
        padding: 20px 0 !important;
    }

    .mission-vision-grid {
        gap: 10px !important;
    }

    .mission-card,
    .vision-card {
        padding: 12px 8px !important; /* Reduced padding since no icon */
    }

    .mission-card .card-icon,
    .vision-card .card-icon {
        display: none !important; /* Hide icons on small mobile */
    }

    .mission-card .card-icon i,
    .vision-card .card-icon i {
        display: none !important; /* Hide icons on small mobile */
    }

    .mission-card .card-title,
    .vision-card .card-title {
        font-size: 1rem !important;
        margin-bottom: 8px !important;
        margin-top: 0 !important; /* No top margin since icon is hidden */
    }

    .mission-card .card-description,
    .vision-card .card-description {
        font-size: 0.75rem !important;
        line-height: 1.35 !important;
    }

    /* Services Section - Extra Small Mobile */
    .services-overview-section .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px !important;
    }

    .services-overview-section .service-title {
        font-size: 0.85rem !important;
    }

    .services-overview-section .service-image {
        height: 140px !important;
    }

    .services-overview-section .service-content {
        padding: 8px !important;
    }

    .services-overview-section .section-title {
        font-size: 1.3rem !important;
    }

    .services-overview-section .section-description {
        font-size: 0.85rem !important;
    }
}

/* Animation Classes */
.elementor-invisible {
    visibility: hidden;
}

.elementor-animation-fadeIn {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.elementor-animation-fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.elementor-animation-slideInUp {
    animation-name: slideInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.elementor-animation-zoomIn {
    animation-name: zoomIn;
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    50% {
        opacity: 1;
    }
}

/* Utility Classes */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.p-20 { padding: 20px; }
.p-30 { padding: 30px; }

/* Lazy Loading */
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

/* Policy Pages Styles */
.policy-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 80px 0 60px;
    margin-top: 80px;
}

.policy-hero-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.policy-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.2;
}

.policy-intro {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 30px;
    line-height: 1.6;
}

.policy-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.last-updated {
    font-size: 0.9rem;
    color: #6c757d;
    background: rgba(255, 255, 255, 0.8);
    padding: 8px 16px;
    border-radius: 20px;
    border: 1px solid #dee2e6;
}

.policy-content {
    padding: 60px 0;
    background: #fff;
}

.policy-wrapper {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.policy-sidebar {
    position: sticky;
    top: 100px;
    height: fit-content;
}

.policy-nav {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 25px;
    border: 1px solid #e9ecef;
}

.policy-nav h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9ecef;
}

.policy-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.policy-nav li {
    margin-bottom: 8px;
}

.policy-nav a {
    display: block;
    padding: 8px 12px;
    color: #6c757d;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.policy-nav a:hover {
    background: #e9ecef;
    color: #2c3e50;
    transform: translateX(5px);
}

.policy-main {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
}

.policy-section {
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f3f4;
}

.policy-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.policy-section h2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #e9ecef;
}

.policy-section h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: #34495e;
    margin: 25px 0 15px;
}

.policy-section p {
    color: #555;
    line-height: 1.7;
    margin-bottom: 15px;
}

.policy-section ul {
    margin: 15px 0;
    padding-left: 20px;
}

.policy-section li {
    color: #555;
    line-height: 1.6;
    margin-bottom: 8px;
}

.policy-section strong {
    color: #2c3e50;
    font-weight: 600;
}

.contact-info {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #007bff;
    margin: 20px 0;
}

.contact-info p {
    margin-bottom: 8px;
    color: #2c3e50;
}

.cookie-table {
    overflow-x: auto;
    margin: 20px 0;
}

.cookie-table table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.cookie-table th,
.cookie-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e9ecef;
}

.cookie-table th {
    background: #f8f9fa;
    font-weight: 600;
    color: #2c3e50;
}

.cookie-table td {
    color: #555;
}

.cookie-preferences {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 8px;
    margin: 20px 0;
}

.cookie-preferences h3 {
    color: #2c3e50;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.cookie-preferences p {
    margin-bottom: 15px;
    color: #555;
}


.btn {
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 0.9rem;
}

.btn-primary {
    background: #007bff;
    color: #fff;
}

.btn-primary:hover {
    background: #0056b3;
    transform: translateY(-2px);
}

.btn-secondary {
    background: #6c757d;
    color: #fff;
}

.btn-secondary:hover {
    background: #545b62;
    transform: translateY(-2px);
}

.policy-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #e9ecef;
    text-align: center;
}

.policy-footer p {
    color: #6c757d;
    font-style: italic;
    margin: 0;
}

/* Responsive Design for Policy Pages */
@media (max-width: 768px) {
    .policy-hero {
        padding: 60px 0 40px;
        margin-top: 70px;
    }
    
    .policy-hero h1 {
        font-size: 2.2rem;
    }
    
    .policy-intro {
        font-size: 1rem;
    }
    
    .policy-wrapper {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .policy-sidebar {
        position: static;
        order: 2;
    }
    
    .policy-main {
        padding: 25px;
        order: 1;
    }
    
    .policy-section h2 {
        font-size: 1.5rem;
    }
    
    .policy-section h3 {
        font-size: 1.2rem;
    }
    
    .btn {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .policy-hero h1 {
        font-size: 1.8rem;
    }
    
    .policy-main {
        padding: 20px;
    }
    
    .policy-nav {
        padding: 20px;
    }
    
    .cookie-table {
        font-size: 0.9rem;
    }
    
    .cookie-table th,
    .cookie-table td {
        padding: 10px;
    }
}

/* Hero Section Image Quality Improvements */
.elementor-element-0796591 {
    /* Ensure crisp background images */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* Force hardware acceleration */
    will-change: transform;
    /* High-quality image rendering */
    image-rendering: high-quality;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
}

/* Hero section background images quality */
.elementor-element-0796591 .elementor-background-slideshow,
.elementor-element-0796591 .elementor-background-slideshow img {
    /* High-quality image rendering */
    image-rendering: high-quality;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    /* Prevent blur during Ken Burns effect */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Smooth scaling for zoom effects */
    -webkit-transform-origin: center center;
    transform-origin: center center;
    /* Force GPU acceleration for smooth zoom */
    will-change: transform;
}

/* Additional image quality for Ken Burns effect */
.elementor-element-0796591 .elementor-background-slideshow .swiper-slide {
    /* Ensure images maintain quality during scaling */
    image-rendering: high-quality;
    image-rendering: -webkit-optimize-contrast;
    /* Smooth transitions */
    transition: transform 0.3s ease;
    /* Prevent pixelation */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Hero Phone Number */
.hero-phone-number {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}
/* Default visibility: use the mobile pill everywhere (desktop + mobile) */
.hero-phone-desktop { display: none; }
.hero-phone-mobile { display: inline-flex; }

/* Desktop/Global alignment: stack button then phone, aligned to left */
.elementor-element[data-id="80dea47"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
}

/* Global phone pill style when shown below the button */
.hero-phone-mobile {
    padding: 12px 24px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 30px;
}

/* Phone number colors */
.hero-phone-mobile i { color: #5B47D6 !important; }
.hero-phone-mobile a {
    color: #2c3e50 !important;
    font-weight: 600;
    text-decoration: none;
    text-shadow: none !important;
}

/* Make button and phone share a consistent max width on desktop */
.elementor-element[data-id="80dea47"] .elementor-button,
.elementor-element[data-id="80dea47"] .hero-phone-mobile {
    width: 100%;
    max-width: 360px;
}

.hero-phone-number i {
    color: #fff;
    font-size: 1.1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8), 0 0 8px rgba(0,0,0,0.6);
}

.hero-phone-number a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8), 0 0 8px rgba(0,0,0,0.6);
}

.hero-phone-number a:hover {
    color: #007bff;
    text-decoration: none;
    transform: scale(1.05);
}


/* Hero Bottom Description - Inside hero section */
.hero-bottom-description {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    padding: 25px 40px;
    border-top: 2px solid rgba(6, 147, 227, 0.3);
}

.hero-bottom-description .hero-description-text {
    font-size: 1.1rem;
    color: #2c3e50;
    line-height: 1.6;
    margin: 0;
    font-weight: 400;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

/* Responsive Design for Hero Bottom Description */
@media (max-width: 1024px) {
    .hero-bottom-description {
        padding: 20px 30px;
    }

    .hero-bottom-description .hero-description-text {
        font-size: 1rem;
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .hero-bottom-description {
        padding: 18px 25px;
    }

    .hero-bottom-description .hero-description-text {
        font-size: 0.95rem;
    }
}

@media (max-width: 480px) {
    .hero-bottom-description {
        padding: 15px 20px;
    }

    .hero-bottom-description .hero-description-text {
        font-size: 0.9rem;
        line-height: 1.4;
    }
}
