/* =========================================
   Icon Rendering & Font Awesome Enhancements
   ========================================= */
i[class*="fa-"],
.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*
 * Local icon fallback. The theme still loads Font Awesome when available, but
 * these frequently used icons come from WordPress itself so the interface
 * stays usable on networks that block external font files.
 */
i.fas::before,
i.far::before,
i.fab::before,
i.fa-solid::before,
i.fa-regular::before,
i.fa-brands::before {
    font-family: dashicons !important;
    font-weight: normal !important;
}

/* A visible neutral fallback for any legacy or custom icon class. */
i[class*="fa-"]::before {
    content: "\2022" !important;
    font-family: Arial, sans-serif !important;
    font-weight: 700 !important;
}

i.fa-phone-alt::before { content: "\f525" !important; }
i.fa-phone::before { content: "\f525" !important; }
i.fa-envelope::before { content: "\f466" !important; }
i.fa-map-marker-alt::before,
i.fa-map-marked-alt::before { content: "\f230" !important; }
i.fa-clock::before { content: "\f469" !important; }
i.fa-chevron-left::before,
i.fa-arrow-left::before { content: "\f341" !important; }
i.fa-chevron-right::before { content: "\f340" !important; }
i.fa-chevron-up::before { content: "\f343" !important; }
i.fa-times::before,
i.fa-times-circle::before { content: "\f335" !important; }
i.fa-plus::before { content: "\f502" !important; }
i.fa-check::before,
i.fa-check-circle::before { content: "\f12a" !important; }
i.fa-heart::before { content: "\f487" !important; }
i.fa-star::before { content: "\f155" !important; }
i.fa-paper-plane::before { content: "\f237" !important; }
i.fa-wrench::before { content: "\f107" !important; }
i.fa-file-invoice::before,
i.fa-file-invoice-dollar::before { content: "\f497" !important; }
i.fa-tags::before { content: "\f323" !important; }
i.fa-search-location::before { content: "\f179" !important; }
i.fa-shield-alt::before,
i.fa-user-shield::before { content: "\f332" !important; }
i.fa-headset::before,
i.fa-concierge-bell::before { content: "\f125" !important; }
i.fa-microchip::before { content: "\f469" !important; }
i.fa-whatsapp::before { content: "\f19a" !important; }
i.fa-tint::before { content: "\f459" !important; }
i.fa-user::before,
i.fa-users::before,
i.fa-user-tie::before { content: "\f110" !important; }
i.fa-comment-alt::before { content: "\f125" !important; }
i.fa-quote-right::before { content: "\f122" !important; }
i.fa-spinner::before { content: "\f463" !important; }
i.fa-certificate::before,
i.fa-award::before { content: "\f313" !important; }
i.fa-calendar-alt::before { content: "\f508" !important; }
i.fa-clipboard-check::before { content: "\f147" !important; }
i.fa-info-circle::before { content: "\f348" !important; }
i.fa-home::before { content: "\f102" !important; }
i.fa-network-wired::before,
i.fa-project-diagram::before { content: "\f325" !important; }
i.fa-file-alt::before,
i.fa-folder::before { content: "\f318" !important; }
i.fa-tools::before { content: "\f107" !important; }
i.fa-smile::before { content: "\f328" !important; }
i.fa-tachometer-alt::before { content: "\f185" !important; }
i.fa-ban::before { content: "\f335" !important; }
i.fa-facebook-f::before { content: "f" !important; font-family: Arial, sans-serif !important; }
i.fa-instagram::before { content: "◎" !important; font-family: Arial, sans-serif !important; }
i.fa-youtube::before { content: "▶" !important; font-family: Arial, sans-serif !important; }
i.fa-x-twitter::before { content: "X" !important; font-family: Arial, sans-serif !important; }
i.fa-tiktok::before { content: "♪" !important; font-family: Arial, sans-serif !important; }
i.fa-snapchat-ghost::before { content: "●" !important; font-family: Arial, sans-serif !important; }

/* Use the local WordPress icon font for the mapped symbols above. */
i.fa-phone-alt::before,
i.fa-phone::before,
i.fa-envelope::before,
i.fa-map-marker-alt::before,
i.fa-map-marked-alt::before,
i.fa-clock::before,
i.fa-chevron-left::before,
i.fa-arrow-left::before,
i.fa-chevron-right::before,
i.fa-chevron-up::before,
i.fa-times::before,
i.fa-times-circle::before,
i.fa-plus::before,
i.fa-check::before,
i.fa-check-circle::before,
i.fa-heart::before,
i.fa-star::before,
i.fa-paper-plane::before,
i.fa-wrench::before,
i.fa-file-invoice::before,
i.fa-file-invoice-dollar::before,
i.fa-tags::before,
i.fa-search-location::before,
i.fa-shield-alt::before,
i.fa-user-shield::before,
i.fa-headset::before,
i.fa-concierge-bell::before,
i.fa-microchip::before,
i.fa-whatsapp::before,
i.fa-tint::before,
i.fa-user::before,
i.fa-users::before,
i.fa-user-tie::before,
i.fa-comment-alt::before,
i.fa-quote-right::before,
i.fa-spinner::before,
i.fa-certificate::before,
i.fa-award::before,
i.fa-calendar-alt::before,
i.fa-clipboard-check::before,
i.fa-info-circle::before,
i.fa-home::before,
i.fa-network-wired::before,
i.fa-project-diagram::before,
i.fa-file-alt::before,
i.fa-folder::before,
i.fa-tools::before,
i.fa-smile::before,
i.fa-tachometer-alt::before,
i.fa-ban::before {
    font-family: dashicons !important;
}

/* =========================================
   Compact Footer
   ========================================= */

/* =========================================
   Preloader
   ========================================= */
.ld-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--ld-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    animation: preloaderSafetyFade 2.5s forwards;
}

@keyframes preloaderSafetyFade {
    0%, 75% { opacity: 1; visibility: visible; }
    100% { opacity: 0; visibility: hidden; pointer-events: none; }
}

.ld-preloader.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.ld-preloader__inner {
    text-align: center;
}

.ld-preloader__drop {
    animation: preloaderBounce 1.5s ease-in-out infinite;
}

.ld-preloader__text {
    display: block;
    margin-top: 15px;
    font-size: 0.875rem;
    color: var(--ld-gray-600);
    letter-spacing: 2px;
}

/* =========================================
   Smooth Scroll Offset for Sticky Header
   ========================================= */
html {
    scroll-behavior: smooth !important;
}

section[id],
div[id].ld-section,
.ld-hero,
#home,
#about,
#services,
#features,
#testimonials,
#pricing,
#faq,
#contact {
    scroll-margin-top: 85px !important;
}

/* =========================================
   Top Bar (Controlled via Theme Options)
   ========================================= */
.ld-topbar {
    background: var(--ld-secondary);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.8125rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    z-index: 1001;
}

.ld-topbar__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    gap: 15px;
}

.ld-topbar__status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.ld-status-dot {
    width: 8px;
    height: 8px;
    background: #10b981;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: statusPulse 2s infinite;
    display: inline-block;
}

@keyframes statusPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    }
    70% {
        box-shadow: 0 0 0 8px rgba(16, 185, 129, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
    }
}

.ld-topbar__right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ld-topbar__contact {
    display: flex;
    align-items: center;
    gap: 18px;
}

.ld-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: color 0.2s ease;
    direction: ltr;
}

.ld-topbar__link i {
    color: var(--ld-primary);
    font-size: 0.75rem;
}

.ld-topbar__link:hover {
    color: var(--ld-white);
}

.ld-topbar__social .ld-social-icons {
    display: flex;
    gap: 8px;
}

.ld-topbar__social .ld-social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.75rem;
    transition: all 0.2s ease;
    text-decoration: none;
}

.ld-topbar__social .ld-social-link:hover {
    background: var(--ld-primary);
    color: var(--ld-white);
    transform: translateY(-1px);
}

/* =========================================
   Header & Navigation
   ========================================= */
.ld-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: var(--ld-white);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid var(--ld-gray-200);
    transition: all var(--ld-transition-base);
}

.ld-header.is-scrolled {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.ld-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    transition: padding var(--ld-transition-base);
}

.ld-header.is-scrolled .ld-header__inner {
    padding: 10px 0;
}

/* Logo */
.ld-header__logo {
    display: flex;
    align-items: center;
}

.ld-header__logo a,
.ld-header__logo .custom-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.ld-header__logo img,
.custom-logo-link img {
    max-height: 48px;
    width: auto;
    object-fit: contain;
    display: block;
    transition: max-height 0.3s ease;
}

.ld-header.is-scrolled .ld-header__logo img,
.ld-header.is-scrolled .custom-logo-link img {
    max-height: 40px;
}

.ld-header__logo-text {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.ld-header__logo-icon {
    display: flex;
    align-items: center;
}

.ld-header__logo-name {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--ld-secondary);
    line-height: 1.1;
    margin: 0;
    letter-spacing: -0.3px;
}

/* Mobile Drawer Elements - Strictly Hidden on Desktop */
.ld-mobile-nav__header,
.ld-mobile-nav__footer,
.ld-mobile-nav__cta,
.ld-mobile-overlay {
    display: none !important;
}

/* Navigation Menu */
.ld-header__nav {
    display: flex;
    align-items: center;
}

.ld-header__menu {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.ld-header__menu li {
    position: relative;
}

.ld-header__menu li a {
    display: inline-flex;
    align-items: center;
    padding: 8px 16px;
    color: var(--ld-secondary);
    font-weight: 700;
    font-size: 0.9375rem;
    border-radius: var(--ld-radius-xl);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    text-decoration: none;
    position: relative;
}

.ld-header__menu li a:hover,
.ld-header__menu li.current-menu-item a,
.ld-header__menu li.is-active a,
.ld-header__menu a.is-active {
    color: var(--ld-primary) !important;
    background: rgba(var(--ld-primary-rgb), 0.08);
}

.ld-header__menu li.current-menu-item a::after,
.ld-header__menu li.is-active a::after,
.ld-header__menu a.is-active::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2.5px;
    background: var(--ld-primary);
    border-radius: 2px;
    transition: width 0.25s ease;
}

/* Sub-menus */
.ld-header__menu .sub-menu {
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    min-width: 220px;
    background: var(--ld-white);
    border-radius: var(--ld-radius-md);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border: 1px solid var(--ld-gray-200);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all var(--ld-transition-base);
    padding: 8px;
    list-style: none;
    z-index: 100;
}

.ld-header__menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ld-header__menu .sub-menu li a {
    padding: 10px 16px;
    font-size: 0.875rem;
    border-radius: var(--ld-radius-sm);
    width: 100%;
    justify-content: flex-start;
}

.ld-header__menu .sub-menu li a:hover {
    background: rgba(var(--ld-primary-rgb), 0.08);
    color: var(--ld-primary);
}

/* Header Actions */
.ld-header__actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ld-header__cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    padding: 9px 20px;
    font-weight: 700;
    font-size: 0.9375rem;
    border-radius: var(--ld-radius-xl);
    box-shadow: 0 4px 14px rgba(var(--ld-primary-rgb), 0.3);
}

.ld-header__cta:hover {
    box-shadow: 0 6px 20px rgba(var(--ld-primary-rgb), 0.45);
    transform: translateY(-1px);
}

/* Mobile Toggle */
.ld-header__toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    background: var(--ld-gray-100);
    border: 1px solid var(--ld-gray-300);
    border-radius: var(--ld-radius-md);
    cursor: pointer;
    padding: 8px;
    transition: all 0.25s ease;
}

.ld-header__toggle:hover {
    background: var(--ld-primary);
    border-color: var(--ld-primary);
}

.ld-header__toggle:hover .ld-header__toggle-bar {
    background: var(--ld-white);
}

.ld-header__toggle-bar {
    display: block;
    width: 22px;
    height: 2.5px;
    background: var(--ld-secondary);
    border-radius: 3px;
    transition: all var(--ld-transition-base);
}

.ld-header__toggle.is-active .ld-header__toggle-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.ld-header__toggle.is-active .ld-header__toggle-bar:nth-child(2) {
    opacity: 0;
}

.ld-header__toggle.is-active .ld-header__toggle-bar:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Mobile Drawer Header & Elements */
.ld-mobile-nav__header {
    display: none;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--ld-gray-200);
}

.ld-mobile-nav__title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ld-secondary);
}

.ld-mobile-nav__close {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--ld-gray-100);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ld-gray-700);
    font-size: 1.1rem;
    transition: all 0.2s ease;
}

.ld-mobile-nav__close:hover {
    background: var(--ld-danger);
    color: var(--ld-white);
}

.ld-mobile-nav__footer {
    display: none;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--ld-gray-200);
}

/* Mobile Overlay */
.ld-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.6);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    transition: all var(--ld-transition-base);
}

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


/* =========================================
   Hero Slider (2-Column Balanced Layout)
   ========================================= */
.ld-hero {
    position: relative;
    overflow: hidden;
    background: var(--ld-secondary);
    width: 100%;
}

.ld-hero__slider {
    position: relative;
    width: 100%;
}

.ld-hero__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #09172a 0%, #0c2d4a 50%, var(--ld-primary-dark) 100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    z-index: 1;
}

.ld-hero__slide.is-active {
    position: relative;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.ld-hero__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 23, 42, 0.45);
    z-index: 1;
}

/* Water Particles */
.ld-hero__particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.ld-hero__particle {
    position: absolute;
    border-radius: 50%;
    background: rgba(var(--ld-accent-rgb), 0.15);
    animation: particleFloat 8s ease-in-out infinite;
}

.ld-hero__particle--1 { width: 80px; height: 80px; top: 20%; right: 10%; animation-delay: 0s; }
.ld-hero__particle--2 { width: 60px; height: 60px; top: 60%; right: 80%; animation-delay: 1s; }
.ld-hero__particle--3 { width: 100px; height: 100px; top: 40%; right: 50%; animation-delay: 2s; }

@keyframes particleFloat {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.15; }
    50% { transform: translate(-20px, 20px) scale(0.9); opacity: 0.1; }
}

/* Hero 2-Column Grid */
.ld-hero__grid {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 60px 0;
    position: relative;
    z-index: 3;
    width: 100%;
}

/* Right Column: Text & Call Button */
.ld-hero__content {
    position: relative;
    z-index: 3;
}

.ld-hero__badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(var(--ld-accent-rgb), 0.18);
    color: var(--ld-accent);
    padding: 6px 16px;
    border-radius: var(--ld-radius-xl);
    font-size: 0.875rem;
    font-weight: 700;
    margin-bottom: 16px;
    border: 1px solid rgba(var(--ld-accent-rgb), 0.3);
    backdrop-filter: blur(8px);
}

.ld-hero__title {
    font-size: 2.75rem;
    font-weight: 900;
    color: var(--ld-white);
    line-height: 1.25;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.35);
}

.ld-hero__desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.8;
    margin-bottom: 26px;
    max-width: 560px;
}

.ld-hero__buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ld-hero__call-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 32px;
    font-size: 1.05rem;
    font-weight: 800;
    border-radius: var(--ld-radius-xl);
    box-shadow: 0 6px 22px rgba(var(--ld-primary-rgb), 0.45);
    transition: all var(--ld-transition-base);
}

.ld-hero__call-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(var(--ld-primary-rgb), 0.6);
}

/* Left Column: Harmonious Image with Smooth Curved Corners */
.ld-hero__image-col {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.ld-hero__image-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border-radius: 26px;
    padding: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(8, 145, 178, 0.25) 100%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), 0 0 30px rgba(var(--ld-primary-rgb), 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.35s ease;
}

.ld-hero__image-wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(var(--ld-primary-rgb), 0.4);
    border-color: rgba(var(--ld-accent-rgb), 0.4);
}

.ld-hero__img {
    max-width: 100%;
    max-height: 340px;
    width: auto;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transition: transform 0.35s ease;
}

.ld-hero__image-wrap:hover .ld-hero__img {
    transform: scale(1.02);
}

/* Slider Navigation Arrows */
.ld-hero__nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: var(--ld-radius-full);
    background: rgba(255, 255, 255, 0.1);
    color: var(--ld-white);
    font-size: 1rem;
    cursor: pointer;
    z-index: 10;
    transition: all var(--ld-transition-base);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-hero__nav-btn:hover {
    background: var(--ld-primary);
    border-color: var(--ld-primary);
    transform: translateY(-50%) scale(1.08);
}

.ld-hero__nav-btn--prev { right: 20px; }
.ld-hero__nav-btn--next { left: 20px; }

/* Slider Dots */
.ld-hero__dots {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.ld-hero__dot {
    width: 10px;
    height: 10px;
    border-radius: var(--ld-radius-full);
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all var(--ld-transition-base);
    padding: 0;
}

.ld-hero__dot.is-active,
.ld-hero__dot:hover {
    background: var(--ld-primary);
    border-color: var(--ld-primary);
    transform: scale(1.2);
}

/* =========================================
   About Section
   ========================================= */
.ld-about {
    overflow: hidden;
}

.ld-about__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 80px;
}

.ld-about__image-wrapper {
    position: relative;
    border-radius: var(--ld-radius-lg);
    overflow: hidden;
    box-shadow: var(--ld-shadow-lg);
}

.ld-about__image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ld-about__image-placeholder {
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: var(--ld-radius-lg);
    overflow: hidden;
}

.ld-about__badge {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background: var(--ld-primary);
    color: var(--ld-white);
    padding: 20px 25px;
    border-radius: var(--ld-radius-md);
    text-align: center;
    box-shadow: var(--ld-shadow-primary);
}

.ld-about__badge-number {
    display: block;
    font-size: 2.5rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 5px;
}

.ld-about__badge-text {
    font-size: 0.8125rem;
    font-weight: 600;
}

/* About Decorative */
.ld-about__image {
    position: relative;
}

.ld-about__decor--dots {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    background-image: radial-gradient(var(--ld-primary) 2px, transparent 2px);
    background-size: 15px 15px;
    opacity: 0.3;
    z-index: -1;
}

.ld-about__decor--circle {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 120px;
    height: 120px;
    border: 3px solid var(--ld-primary);
    border-radius: 50%;
    opacity: 0.2;
    z-index: -1;
}

/* About Content */
.ld-about__desc {
    font-size: 1.0625rem;
    line-height: 1.8;
    color: var(--ld-gray-700);
    margin-bottom: 15px;
}

.ld-about__features {
    margin: 25px 0;
    list-style: none;
    padding: 0;
}

.ld-about__features li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    font-weight: 500;
    color: var(--ld-gray-800);
}

.ld-about__features li i {
    color: var(--ld-success);
    font-size: 1.125rem;
}

.ld-about__cta {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

/* Stats Counter */
.ld-about__stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    background: var(--ld-white);
    border-radius: var(--ld-radius-lg);
    padding: 40px;
    box-shadow: var(--ld-shadow-lg);
    border: 1px solid var(--ld-gray-200);
}

.ld-about__stat {
    text-align: center;
    position: relative;
}

.ld-about__stat:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background: var(--ld-gray-300);
}

.ld-about__stat-icon {
    width: 60px;
    height: 60px;
    border-radius: var(--ld-radius-full);
    background: linear-gradient(135deg, rgba(var(--ld-primary-rgb), 0.1) 0%, rgba(var(--ld-accent-rgb), 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: var(--ld-primary);
    font-size: 1.375rem;
}

.ld-about__stat-number {
    font-size: 2.25rem;
    font-weight: 900;
    color: var(--ld-secondary);
    line-height: 1;
    margin-bottom: 8px;
}

.ld-about__stat-plus {
    color: var(--ld-primary);
}

.ld-about__stat-label {
    font-size: 0.9375rem;
    color: var(--ld-gray-600);
    font-weight: 500;
}

/* =========================================
   Services Section
   ========================================= */
.ld-services {
    overflow: hidden;
}

.ld-services__bg-decor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ld-services__bg-wave {
    width: 100%;
    height: auto;
}

.ld-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

.ld-services__card {
    background: var(--ld-white);
    border-radius: var(--ld-radius-md);
    overflow: hidden;
    position: relative;
    transition: all var(--ld-transition-smooth);
    border: 1px solid var(--ld-gray-200);
}

.ld-services__card:hover {
    transform: translateY(-10px);
    box-shadow: var(--ld-shadow-xl);
    border-color: transparent;
}

.ld-services__card-inner {
    padding: 40px 30px;
    position: relative;
    z-index: 2;
}

.ld-services__icon {
    width: 80px;
    height: 80px;
    border-radius: var(--ld-radius-md);
    background: linear-gradient(135deg, rgba(var(--ld-primary-rgb), 0.1) 0%, rgba(var(--ld-accent-rgb), 0.1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--ld-primary);
    margin-bottom: 25px;
    transition: all var(--ld-transition-smooth);
    position: relative;
}

.ld-services__card:hover .ld-services__icon {
    background: linear-gradient(135deg, var(--ld-primary) 0%, var(--ld-accent) 100%);
    color: var(--ld-white);
    transform: scale(1.1);
}

.ld-services__icon-bg {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 100%;
    height: 100%;
    border-radius: var(--ld-radius-md);
    border: 2px dashed var(--ld-primary);
    opacity: 0.2;
}

.ld-services__number {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 3rem;
    font-weight: 900;
    color: var(--ld-gray-200);
    line-height: 1;
    z-index: 1;
}

.ld-services__title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--ld-dark);
}

.ld-services__desc {
    font-size: 0.9375rem;
    color: var(--ld-gray-600);
    line-height: 1.7;
    margin-bottom: 20px;
}

.ld-services__link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ld-primary);
    font-weight: 600;
    font-size: 0.9375rem;
    transition: gap var(--ld-transition-base);
}

.ld-services__link:hover {
    gap: 14px;
    color: var(--ld-primary-dark);
}

/* Water Effect */
.ld-services__water-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(0deg, rgba(var(--ld-primary-rgb), 0.05) 0%, transparent 100%);
    transition: height var(--ld-transition-slow);
    z-index: 1;
}

.ld-services__card:hover .ld-services__water-effect {
    height: 100%;
}

.ld-services__cta {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.ld-services__cta p {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--ld-gray-700);
    margin: 0;
}

/* =========================================
   Features Section
   ========================================= */
.ld-features {
    overflow: hidden;
}

.ld-features__pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    z-index: 0;
}

.ld-features__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

.ld-features__item {
    text-align: center;
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: var(--ld-radius-md);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all var(--ld-transition-smooth);
    backdrop-filter: blur(5px);
}

.ld-features__item:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-8px);
    border-color: rgba(255, 255, 255, 0.2);
}

.ld-features__icon {
    width: 70px;
    height: 70px;
    border-radius: var(--ld-radius-full);
    background: rgba(var(--ld-accent-rgb), 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.75rem;
    color: var(--ld-accent);
    transition: all var(--ld-transition-smooth);
}

.ld-features__item:hover .ld-features__icon {
    background: var(--ld-accent);
    color: var(--ld-white);
    transform: scale(1.1) rotate(5deg);
}

.ld-features__title {
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--ld-white);
    margin-bottom: 10px;
}

.ld-features__desc {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin: 0;
}

/* Features Banner */
.ld-features__banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: var(--ld-radius-lg);
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}

.ld-features__banner h3 {
    color: var(--ld-white);
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.ld-features__banner p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

/* =========================================
   Testimonials Section
   ========================================= */
.ld-testimonials__slider {
    position: relative;
    overflow: hidden;
    padding: 20px 0;
}

.ld-testimonials__track {
    display: flex;
    gap: 30px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.ld-testimonials__card {
    min-width: calc(33.333% - 20px);
    background: var(--ld-white);
    border-radius: var(--ld-radius-md);
    padding: 40px 30px;
    box-shadow: var(--ld-shadow-md);
    border: 1px solid var(--ld-gray-200);
    position: relative;
    transition: all var(--ld-transition-smooth);
    flex-shrink: 0;
}

.ld-testimonials__card:hover {
    transform: translateY(-5px);
    box-shadow: var(--ld-shadow-lg);
}

.ld-testimonials__quote {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 2.5rem;
    color: var(--ld-primary);
    opacity: 0.15;
    line-height: 1;
}

.ld-testimonials__rating {
    display: flex;
    gap: 4px;
    margin-bottom: 15px;
}

.ld-testimonials__rating i {
    color: var(--ld-gray-300);
    font-size: 0.875rem;
}

.ld-testimonials__rating i.active {
    color: var(--ld-warning);
}

.ld-testimonials__text {
    font-size: 1rem;
    line-height: 1.8;
    color: var(--ld-gray-700);
    margin-bottom: 25px;
    font-style: italic;
}

.ld-testimonials__author {
    display: flex;
    align-items: center;
    gap: 15px;
    border-top: 1px solid var(--ld-gray-200);
    padding-top: 20px;
}

.ld-testimonials__avatar {
    width: 55px;
    height: 55px;
    border-radius: var(--ld-radius-full);
    overflow: hidden;
    flex-shrink: 0;
}

.ld-testimonials__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ld-testimonials__avatar-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--ld-primary) 0%, var(--ld-accent) 100%);
    color: var(--ld-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
}

.ld-testimonials__name {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ld-dark);
    margin-bottom: 3px;
}

.ld-testimonials__role {
    font-size: 0.8125rem;
    color: var(--ld-gray-500);
}

/* Testimonials Controls */
.ld-testimonials__controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
}

.ld-testimonials__btn {
    width: 48px;
    height: 48px;
    border-radius: var(--ld-radius-full);
    border: 2px solid var(--ld-primary);
    background: transparent;
    color: var(--ld-primary);
    font-size: 1rem;
    cursor: pointer;
    transition: all var(--ld-transition-base);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-testimonials__btn:hover {
    background: var(--ld-primary);
    color: var(--ld-white);
    transform: scale(1.1);
}

.ld-testimonials__dots {
    display: flex;
    gap: 8px;
}

.ld-testimonials__dot {
    width: 10px;
    height: 10px;
    border-radius: var(--ld-radius-full);
    background: var(--ld-gray-300);
    border: none;
    cursor: pointer;
    transition: all var(--ld-transition-base);
    padding: 0;
}

.ld-testimonials__dot.is-active {
    background: var(--ld-primary);
    width: 30px;
    border-radius: 5px;
}

/* =========================================
   Contact Section
   ========================================= */
.ld-contact {
    overflow: hidden;
}

.ld-contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.ld-contact__form-card {
    background: var(--ld-white);
    border-radius: var(--ld-radius-lg);
    padding: 40px;
    box-shadow: var(--ld-shadow-lg);
    border: 1px solid var(--ld-gray-200);
}

.ld-contact__form-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.375rem;
    font-weight: 700;
    color: var(--ld-dark);
    margin-bottom: 30px;
}

.ld-contact__form-title i {
    color: var(--ld-primary);
}

.ld-contact__field-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.ld-contact__field {
    margin-bottom: 20px;
}

.ld-contact__field label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--ld-gray-800);
    margin-bottom: 8px;
}

.ld-contact__field label i {
    color: var(--ld-primary);
    font-size: 0.8125rem;
}

.ld-contact__field input,
.ld-contact__field select,
.ld-contact__field textarea {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid var(--ld-gray-300);
    border-radius: var(--ld-radius-sm);
    font-family: var(--ld-font-primary);
    font-size: 0.9375rem;
    color: var(--ld-gray-800);
    background: var(--ld-gray-100);
    transition: all var(--ld-transition-base);
    direction: rtl;
}

.ld-contact__field input:focus,
.ld-contact__field select:focus,
.ld-contact__field textarea:focus {
    outline: none;
    border-color: var(--ld-primary);
    background: var(--ld-white);
    box-shadow: 0 0 0 4px rgba(var(--ld-primary-rgb), 0.1);
}

.ld-contact__field textarea {
    resize: vertical;
    min-height: 120px;
}

.ld-contact__form-status {
    margin-top: 15px;
    padding: 10px 15px;
    border-radius: var(--ld-radius-sm);
    font-size: 0.9375rem;
    display: none;
}

.ld-contact__form-status.success {
    display: block;
    background: rgba(16, 185, 129, 0.1);
    color: var(--ld-success);
    border: 1px solid rgba(16, 185, 129, 0.2);
}

.ld-contact__honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    white-space: nowrap !important;
}

.ld-contact__form-status.error {
    display: block;
    background: rgba(239, 68, 68, 0.1);
    color: var(--ld-danger);
    border: 1px solid rgba(239, 68, 68, 0.2);
}

/* Contact Info Cards */
.ld-contact__info-cards {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}

.ld-contact__info-card {
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--ld-white);
    padding: 25px;
    border-radius: var(--ld-radius-md);
    box-shadow: var(--ld-shadow-sm);
    border: 1px solid var(--ld-gray-200);
    transition: all var(--ld-transition-smooth);
}

.ld-contact__info-card:hover {
    transform: translateX(-5px);
    box-shadow: var(--ld-shadow-md);
    border-color: var(--ld-primary);
}

.ld-contact__info-icon {
    width: 55px;
    height: 55px;
    border-radius: var(--ld-radius-md);
    background: linear-gradient(135deg, var(--ld-primary) 0%, var(--ld-accent) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ld-white);
    font-size: 1.25rem;
    flex-shrink: 0;
}

.ld-contact__info-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ld-dark);
    margin-bottom: 5px;
}

.ld-contact__info-content a,
.ld-contact__info-content p {
    color: var(--ld-gray-600);
    font-size: 0.9375rem;
    margin: 0;
}

.ld-contact__info-content a:hover {
    color: var(--ld-primary);
}

/* Map */
.ld-contact__map {
    border-radius: var(--ld-radius-md);
    overflow: hidden;
    height: 250px;
    box-shadow: var(--ld-shadow-sm);
}

.ld-contact__map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.ld-contact__map--placeholder {
    background: var(--ld-gray-100);
    border: 2px dashed var(--ld-gray-300);
}

.ld-contact__map-placeholder {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--ld-gray-500);
}

.ld-contact__map-placeholder i {
    font-size: 3rem;
    margin-bottom: 15px;
    color: var(--ld-gray-400);
}

/* =========================================
   Footer & Footer Elements
   ========================================= */
.ld-footer {
    position: relative;
    background: var(--ld-secondary);
    color: var(--ld-white);
    overflow: hidden;
}

.ld-footer__wave {
    position: relative;
    line-height: 0;
    margin-bottom: -3px;
    z-index: 1;
}

.ld-footer__wave svg {
    width: 100%;
    height: 70px;
    display: block;
}

.ld-footer__main {
    background: var(--ld-secondary);
    padding: 70px 0 50px;
    color: var(--ld-white);
    position: relative;
    z-index: 2;
}

.ld-footer__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1.3fr;
    gap: 45px;
    align-items: start;
}

.ld-footer__col {
    display: flex;
    flex-direction: column;
}

/* Footer Logo */
.ld-footer__logo {
    margin-bottom: 22px;
}

.ld-footer__logo a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--ld-white);
    font-size: 1.35rem;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
}

.ld-footer__logo img,
.ld-footer__logo .custom-logo {
    max-height: 46px;
    width: auto;
    object-fit: contain;
}

.ld-footer__logo-text {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.ld-footer__logo-icon svg {
    vertical-align: middle;
}

.ld-footer__about {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
    line-height: 1.85;
    margin-bottom: 25px;
}

/* Footer Social Icons */
.ld-footer__social {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ld-footer__social a {
    width: 38px;
    height: 38px;
    border-radius: var(--ld-radius-full);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.05);
    font-size: 0.95rem;
    transition: all var(--ld-transition-base);
}

.ld-footer__social a:hover {
    background: var(--ld-primary);
    border-color: var(--ld-primary);
    color: var(--ld-white);
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(var(--ld-primary-rgb), 0.4);
}

/* Footer Column Title */
.ld-footer__title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--ld-white);
    margin: 0 0 25px 0;
    position: relative;
    padding-bottom: 12px;
    line-height: 1.4;
    display: block;
}

.ld-footer__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35px;
    height: 3px;
    background: var(--ld-accent);
    border-radius: 3px;
}

/* Footer Links */
.ld-footer__links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ld-footer__links li {
    margin: 0;
    padding: 0;
}

.ld-footer__links li a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.9375rem;
    display: inline-flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.6;
    transition: all var(--ld-transition-fast);
    text-decoration: none;
    word-break: break-word;
}

.ld-footer__links li a i {
    font-size: 0.7rem;
    color: var(--ld-accent);
    margin-top: 5px;
    flex-shrink: 0;
    transition: transform var(--ld-transition-fast);
}

.ld-footer__links li a:hover {
    color: var(--ld-white);
    transform: translateX(-4px);
}

.ld-footer__links li a:hover i {
    color: var(--ld-primary-light);
}

/* Footer Contact List */
.ld-footer__contact {
    list-style: none;
    padding: 0;
    margin: 0 0 18px 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ld-footer__contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9375rem;
    line-height: 1.6;
    margin: 0;
}

.ld-footer__contact-link {
    display: inline-flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    transition: all var(--ld-transition-fast);
    width: 100%;
}

.ld-footer__contact-link:hover {
    color: var(--ld-accent);
}

.ld-footer__contact-link:hover .ld-footer__contact-val {
    color: var(--ld-primary-light);
}

.ld-footer__contact-item i {
    color: var(--ld-accent);
    font-size: 1.05rem;
    margin-top: 4px;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: var(--ld-radius-sm);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all var(--ld-transition-fast);
}

.ld-footer__contact-link:hover i {
    background: var(--ld-primary);
    color: var(--ld-white);
}

.ld-footer__contact-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
}

.ld-footer__contact-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.ld-footer__contact-val {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--ld-white);
    line-height: 1.4;
    transition: color var(--ld-transition-fast);
}

/* Working Hours Badge */
.ld-footer__hours {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--ld-radius-md);
    padding: 14px 16px;
    margin-top: 5px;
}

.ld-footer__hours-title {
    color: var(--ld-white);
    font-size: 0.875rem;
    font-weight: 700;
    margin: 0 0 4px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ld-footer__hours-title i {
    color: var(--ld-accent);
}

.ld-footer__hours-text {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.8125rem;
    line-height: 1.5;
    margin: 0;
}

/* Footer Bottom */
.ld-footer__bottom {
    background: var(--ld-secondary-dark);
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 2;
}

.ld-footer__bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.ld-footer__copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.6;
}

.ld-footer__developer {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    margin: 0;
    line-height: 1.6;
}

/* Compact footer override */
.ld-footer__wave {
    display: none;
}

.ld-footer__main {
    padding: 26px 0 20px;
}

.ld-footer__grid {
    gap: 24px;
}

.ld-footer__logo {
    margin-bottom: 10px;
}

.ld-footer__logo img,
.ld-footer__logo .custom-logo {
    max-height: 34px;
}

.ld-footer__about {
    font-size: 0.8125rem;
    line-height: 1.55;
    margin-bottom: 12px;
}

.ld-footer__social {
    gap: 7px;
}

.ld-footer__social a {
    width: 28px;
    height: 28px;
    font-size: 0.75rem;
}

.ld-footer__title {
    font-size: 0.9375rem;
    margin-bottom: 11px;
    padding-bottom: 7px;
}

.ld-footer__title::after {
    width: 24px;
    height: 2px;
}

.ld-footer__links {
    gap: 5px;
}

.ld-footer__links li a,
.ld-footer__contact-item {
    font-size: 0.8125rem;
    line-height: 1.4;
}

.ld-footer__links li a {
    gap: 6px;
}

.ld-footer__links li a i {
    font-size: 0.625rem;
    margin-top: 3px;
}

.ld-footer__contact {
    gap: 7px;
    margin-bottom: 8px;
}

.ld-footer__contact-link {
    gap: 7px;
}

.ld-footer__contact-item i {
    width: 24px;
    height: 24px;
    font-size: 0.8rem;
    margin-top: 1px;
}

.ld-footer__contact-label {
    font-size: 0.6875rem;
}

.ld-footer__contact-val {
    font-size: 0.8125rem;
}

.ld-footer__hours {
    padding: 8px 10px;
    margin-top: 0;
}

.ld-footer__hours-title {
    font-size: 0.75rem;
}

.ld-footer__hours-text {
    font-size: 0.6875rem;
}

.ld-footer__bottom {
    padding: 10px 0;
}

.ld-footer__bottom-inner {
    gap: 8px;
}

.ld-footer__copyright,
.ld-footer__developer {
    font-size: 0.75rem;
    line-height: 1.4;
}

/* =========================================
   Scroll to Top
   ========================================= */
.ld-scroll-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    width: 50px;
    height: 50px;
    border-radius: var(--ld-radius-full);
    background: linear-gradient(135deg, var(--ld-primary) 0%, var(--ld-accent) 100%);
    color: var(--ld-white);
    border: none;
    font-size: 1.125rem;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all var(--ld-transition-base);
    box-shadow: var(--ld-shadow-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ld-scroll-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.ld-scroll-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(var(--ld-primary-rgb), 0.5);
}

/* =========================================
   WhatsApp Float
   ========================================= */
.ld-whatsapp-float {
    position: fixed;
    bottom: 90px;
    left: 30px;
    width: 60px;
    height: 60px;
    border-radius: var(--ld-radius-full);
    background: #25d366;
    color: var(--ld-white);
    font-size: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 998;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
    transition: all var(--ld-transition-base);
    animation: whatsappPulse 2s infinite;
}

.ld-whatsapp-float:hover {
    transform: scale(1.1);
    color: var(--ld-white);
    box-shadow: 0 8px 30px rgba(37, 211, 102, 0.6);
}

@keyframes whatsappPulse {
    0%, 100% { box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 5px 20px rgba(37, 211, 102, 0.7), 0 0 0 15px rgba(37, 211, 102, 0.1); }
}

/* =========================================
   Floating Action Bar (Full-Width Desktop & Mobile)
   ========================================= */
.ld-action-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(15, 23, 42, 0.94);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.ld-action-bar__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 62px;
    padding: 8px 20px;
    gap: 16px;
}

/* Info side on Desktop */
.ld-action-bar__info {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.ld-action-bar__pulse {
    position: relative;
    width: 14px;
    height: 14px;
}

.ld-action-bar__pulse-dot {
    width: 12px;
    height: 12px;
    background: #22c55e;
    border-radius: 50%;
    display: block;
    box-shadow: 0 0 10px #22c55e;
    animation: actionPulse 1.8s infinite;
}

@keyframes actionPulse {
    0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
    70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(34, 197, 94, 0); }
    100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.ld-action-bar__text {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ld-action-bar__notice {
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.92rem;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ld-action-bar__phone-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #38bdf8;
    padding: 5px 14px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ld-action-bar__phone-link:hover {
    background: #0284c7;
    color: #ffffff;
    border-color: #0284c7;
}

/* Action Buttons */
.ld-action-bar__buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.ld-action-bar__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 42px;
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    border: none;
}

.ld-action-bar__btn:focus-visible,
.ld-action-bar__phone-link:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: 2px;
}

.ld-action-bar__btn i {
    font-size: 1rem;
}

/* Button Variants */
.ld-action-bar__btn--call {
    background: linear-gradient(135deg, #0891b2, #0284c7);
    color: #ffffff !important;
}

.ld-action-bar__btn--call:hover {
    background: linear-gradient(135deg, #0e7490, #0369a1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(8, 145, 178, 0.4);
}

.ld-action-bar__btn--wa {
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: #ffffff !important;
}

.ld-action-bar__btn--wa:hover {
    background: linear-gradient(135deg, #20ba59, #0e7063);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

.ld-action-bar__btn--book {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff !important;
}

.ld-action-bar__btn--book:hover {
    background: linear-gradient(135deg, #d97706, #b45309);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.4);
}

.ld-action-bar__btn--pricing {
    background: rgba(255, 255, 255, 0.12);
    color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.ld-action-bar__btn--pricing:hover {
    background: rgba(255, 255, 255, 0.22);
    transform: translateY(-2px);
    border-color: #ffffff;
}

/* Visibility Rules based on Redux setting */
.ld-action-bar--mobile {
    display: none;
}

@media (max-width: 992px) {
    .ld-action-bar--mobile,
    .ld-action-bar--both {
        display: block !important;
    }
    .ld-action-bar--desktop {
        display: none !important;
    }
}

@media (min-width: 993px) {
    .ld-action-bar--desktop,
    .ld-action-bar--both {
        display: block !important;
    }
    .ld-action-bar--mobile {
        display: none !important;
    }
}

/* =========================================
   Page Templates
   ========================================= */
.ld-page-header {
    background: linear-gradient(135deg, var(--ld-secondary) 0%, var(--ld-primary-dark) 100%);
    padding: 120px 0 60px;
    text-align: center;
    position: relative;
}

.ld-page-header h1 {
    color: var(--ld-white);
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.ld-page-header .ld-breadcrumb {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9375rem;
}

.ld-page-header .ld-breadcrumb a {
    color: rgba(255, 255, 255, 0.7);
}

.ld-page-header .ld-breadcrumb a:hover {
    color: var(--ld-accent);
}

.ld-page-content {
    padding: 60px 0;
}

.ld-page-content .ld-container {
    display: block;
}

.ld-page-content.no-sidebar .ld-container {
    display: block;
}

/* Sidebar */
.ld-sidebar .widget {
    background: var(--ld-white);
    border-radius: var(--ld-radius-md);
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: var(--ld-shadow-sm);
    border: 1px solid var(--ld-gray-200);
}

.ld-sidebar .widget-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ld-dark);
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--ld-gray-200);
}

/* =========================================
   Comments System
   ========================================= */
.comment-list .comment {
    background: var(--ld-white);
    border: 1px solid var(--ld-gray-200);
    border-radius: var(--ld-radius-md);
    padding: 24px;
    margin-bottom: 20px;
    box-shadow: var(--ld-shadow-sm);
}

.comment-list .children {
    list-style: none;
    padding-right: 30px;
    margin-top: 20px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 12px;
}

.comment-author .avatar {
    border-radius: 50%;
    border: 2px solid var(--ld-primary);
}

.comment-meta {
    font-size: 0.8125rem;
    color: var(--ld-gray-500);
    margin-bottom: 10px;
}

.comment-content p {
    font-size: 0.9375rem;
    line-height: 1.7;
    color: var(--ld-gray-700);
}

.reply a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--ld-primary);
    font-weight: 600;
    font-size: 0.875rem;
}

.comment-respond {
    background: var(--ld-white);
    border: 1px solid var(--ld-gray-200);
    border-radius: var(--ld-radius-md);
    padding: 30px;
    margin-top: 40px;
}

.comment-form p {
    margin-bottom: 18px;
}

.comment-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 6px;
    font-size: 0.9375rem;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid var(--ld-gray-300);
    border-radius: var(--ld-radius-sm);
    font-family: var(--ld-font-primary);
    background: var(--ld-gray-100);
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--ld-primary);
    background: var(--ld-white);
    outline: none;
}


/* =========================================
   FAQ Section (SEO & Rich Snippets)
   ========================================= */
.ld-faq {
    background: var(--ld-gray-100);
}

.ld-faq__wrapper {
    max-width: 860px;
    margin: 0 auto 50px;
}

.ld-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ld-faq__item {
    background: var(--ld-white);
    border-radius: var(--ld-radius-md);
    border: 1px solid var(--ld-gray-300);
    box-shadow: var(--ld-shadow-sm);
    overflow: hidden;
    transition: all var(--ld-transition-base);
}

.ld-faq__item.is-active {
    border-color: var(--ld-primary);
    box-shadow: var(--ld-shadow-md);
}

.ld-faq__question {
    width: 100%;
    text-align: right;
    background: none;
    border: none;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    cursor: pointer;
    font-family: var(--ld-font-heading);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--ld-dark);
    transition: color var(--ld-transition-fast);
}

.ld-faq__question:hover,
.ld-faq__item.is-active .ld-faq__question {
    color: var(--ld-primary);
}

.ld-faq__icon {
    width: 34px;
    height: 34px;
    border-radius: var(--ld-radius-full);
    background: var(--ld-gray-100);
    color: var(--ld-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    flex-shrink: 0;
    transition: all var(--ld-transition-base);
}

.ld-faq__item.is-active .ld-faq__icon {
    background: var(--ld-primary);
    color: var(--ld-white);
    transform: rotate(45deg);
}

.ld-faq__answer {
    border-top: 1px solid var(--ld-gray-200);
    padding: 20px 28px 25px;
    background: var(--ld-white);
}

.ld-faq__answer-content p {
    font-size: 1rem;
    line-height: 1.85;
    color: var(--ld-gray-700);
    margin: 0;
}

/* FAQ CTA */
.ld-faq__cta {
    max-width: 860px;
    margin: 0 auto;
}

.ld-faq__cta-inner {
    background: linear-gradient(135deg, var(--ld-secondary) 0%, var(--ld-primary-dark) 100%);
    border-radius: var(--ld-radius-lg);
    padding: 35px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    color: var(--ld-white);
    box-shadow: var(--ld-shadow-lg);
}

.ld-faq__cta-icon {
    font-size: 3rem;
    color: var(--ld-accent);
    flex-shrink: 0;
}

.ld-faq__cta-text {
    flex-grow: 1;
}

.ld-faq__cta-text h4 {
    color: var(--ld-white);
    font-size: 1.25rem;
    margin-bottom: 6px;
}

.ld-faq__cta-text p {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    font-size: 0.9375rem;
}

@media (max-width: 768px) {
    .ld-faq__cta-inner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .ld-faq__question {
        padding: 16px 20px;
        font-size: 1rem;
    }
    .ld-faq__answer {
        padding: 15px 20px 20px;
    }
}
