/* Premium Services Section Styles */
.services-premium-section {
    padding: 90px 20px;
    background: #f8fafc;
    font-family: 'Inter', sans-serif;
}
.services-premium-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 55px auto;
}
.services-subtitle-badge {
    background: rgba(14, 179, 214, 0.1);
    color: #0eb3d6;
    padding: 6px 16px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 15px;
}
.services-title-premium {
    font-size: 36px;
    font-weight: 800;
    color: #0d1b2e;
    line-height: 1.25;
    margin: 0 0 15px 0;
}
.services-desc-premium {
    font-size: 16px;
    color: #4e5d78;
    line-height: 1.6;
    margin: 0;
}
.services-premium-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.service-premium-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 0;
    box-shadow: 0 10px 30px rgba(13, 27, 46, 0.04);
    border: 1px solid rgba(13, 27, 46, 0.05);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
.service-premium-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(14, 179, 214, 0.12);
    border-color: rgba(14, 179, 214, 0.25);
}
.service-img-wrapper {
    position: relative;
    height: 220px;
    overflow: hidden;
}
.service-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.service-premium-card:hover .service-img-wrapper img {
    transform: scale(1.06);
}
.service-badge-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(13, 27, 46, 0.8);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    color: #fff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border: 1px solid rgba(255,255,255,0.15);
}
.service-card-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-grow: 1;
    padding: 0 24px;
}
.service-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #0d1b2e;
    margin: 0;
    transition: color 0.3s ease;
}
.service-premium-card:hover .service-card-title {
    color: #0eb3d6;
}
.service-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #4e5d78;
    margin: 0;
}
.service-card-footer {
    margin-top: 20px;
    padding: 0 24px 24px 24px;
    border-top: 1px solid #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0eb3d6;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: gap 0.3s;
}
.service-action-btn:hover {
    color: #0078a8;
    gap: 12px;
}
.service-trust-badge {
    font-size: 11px;
    font-weight: 700;
    color: #fda700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    background: rgba(253, 167, 0, 0.08);
    padding: 4px 10px;
    border-radius: 20px;
}

@media (max-width: 991px) {
    .services-premium-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    .services-title-premium {
        font-size: 30px;
    }
}
@media (max-width: 600px) {
    .services-premium-grid {
        grid-template-columns: 1fr;
    }
}

/* Contact Section Styles */
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-image img {
    max-width: 300px;
    margin-bottom: 20px;
}
.contact-box {
    display: flex;
    align-items: center;
    background-color: #FFA500;
    padding: 20px;
    color: white;
    font-weight: bold;
    border-radius: 8px;
}
.contact-box img {
    width: 40px;
    margin-right: 15px;
}
.contact-box h2 {
    margin: 0;
    font-size: 1.8rem;
}
.contact-image img {
    width: 100%;
    height: auto;
    max-width: 600px;
    display: block;
}
.contact-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.contact-image {
    width: 100%;
    text-align: center;
}

/* Premium About Section Styles */
.about-section-premium {
    padding: 80px 20px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}
.premium-about-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    align-items: stretch;
}
.about-premium-image-wrapper {
    position: relative;
    flex: 1.1;
    min-width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about-premium-img {
    width: 100%;
    max-width: 380px;
    height: auto;
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border: 6px solid #ffffff;
    transition: transform 0.3s ease;
}
.about-premium-img:hover {
    transform: translateY(-5px);
}
.experience-badge {
    position: absolute;
    bottom: 20px;
    right: 15px;
    background: linear-gradient(135deg, #fda700 0%, #ff8c00 100%);
    color: #fff;
    padding: 12px 20px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(253, 167, 0, 0.4);
    z-index: 10;
}
.experience-badge i {
    font-size: 22px;
}
.badge-num {
    display: block;
    font-size: 20px;
    font-weight: 800;
    line-height: 1.1;
}
.badge-txt {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: block;
}
.about-premium-content {
    flex: 1.8;
    min-width: 320px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.section-subtitle-badge {
    align-self: flex-start;
    background: rgba(14, 179, 214, 0.1);
    color: #0eb3d6;
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section-title-premium {
    font-size: 32px;
    font-weight: 800;
    line-height: 1.25;
    color: #0d1b2e;
    margin: 0;
}
.about-content-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.about-subheading {
    font-size: 19px;
    font-weight: 700;
    color: #0d1b2e;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.about-subheading i {
    color: #0eb3d6;
    font-size: 18px;
}
.about-description {
    font-size: 15px;
    line-height: 1.7;
    color: #4e5d78;
    margin: 0;
}
.premium-about-features {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}
.premium-about-features li {
    font-size: 14.5px;
    font-weight: 600;
    color: #1a2340;
    display: flex;
    align-items: center;
    gap: 10px;
}
.premium-about-features li i {
    color: #25d366;
    font-size: 16px;
}
.about-premium-cta-card {
    flex: 1.1;
    min-width: 280px;
}
.cta-card-inner {
    background: linear-gradient(145deg, #0d1b2e 0%, #0a1628 100%);
    color: #fff;
    padding: 30px 24px;
    border-radius: 24px;
    box-shadow: 0 15px 35px rgba(10, 22, 40, 0.25);
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 100%;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(14, 179, 214, 0.15);
}
.cta-card-inner::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 130px;
    height: 130px;
    background: rgba(14, 179, 214, 0.08);
    border-radius: 50%;
}
.cta-icon-wrapper {
    width: 54px;
    height: 54px;
    background: rgba(14, 179, 214, 0.15);
    border: 1px solid rgba(14, 179, 214, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #0eb3d6;
}
.cta-heading {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: #fff;
}
.cta-subtext {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin: -10px 0 0 0;
}
.cta-phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(135deg, #0eb3d6 0%, #0078a8 100%);
    color: #fff !important;
    font-size: 17px;
    font-weight: 700;
    padding: 13px 20px;
    border-radius: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(14, 179, 214, 0.3);
}
.cta-phone-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(14, 179, 214, 0.5);
    background: linear-gradient(135deg, #00d4ff 0%, #0eb3d6 100%);
}
.cta-divider {
    height: 1px;
    background: rgba(255,255,255,0.1);
}
.cta-extra-info {
    font-size: 13.5px;
    line-height: 1.6;
    color: rgba(255,255,255,0.75);
    margin: 0;
}
.cta-footer {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: auto;
}
.cta-footer span {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
}
.cta-footer strong {
    font-size: 16px;
    color: #fda700;
}
@media (max-width: 991px) {
    .premium-about-container {
        flex-direction: column;
        gap: 30px;
    }
    .about-premium-image-wrapper, .about-premium-content, .about-premium-cta-card {
        width: 100%;
        min-width: unset;
    }
}

/* Gallery Section Styles */
.gallery-section {
    padding: 50px 20px;
    background: #f8f9fa;
    text-align: center;
    font-family: Arial, sans-serif;
}
.gallery-header h2 {
    font-size: 32px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
}
.gallery-header p {
    font-size: 16px;
    color: #555;
    max-width: 600px;
    margin: 0 auto 30px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
}
.gallery-item {
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.gallery-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.gallery-item:hover img {
    transform: scale(1.08);
}

/* Floating Icons Styles */
.floating-icon {
    position: fixed;
    width: 55px;
    height: 55px;
    right: 20px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 12px rgba(0,0,0,0.25);
    text-decoration: none;
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
}
.floating-icon:hover {
    transform: scale(1.1);
}
.whatsapp-icon {
    background-color: #25D366;
    bottom: 90px;
    animation: whatsappPulse 2s infinite;
}
.call-icon {
    background-color: #007BFF;
    bottom: 20px;
}
@keyframes pulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.6); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(0, 123, 255, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(0, 123, 255, 0); }
}
@keyframes whatsappPulse {
    0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6); }
    70% { transform: scale(1.1); box-shadow: 0 0 0 15px rgba(37, 211, 102, 0); }
    100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(37, 211, 102, 0); }
}

/* Premium Header Styles */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');
.premium-header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
    box-shadow: 0 2px 16px rgba(0,0,0,0.10);
    transition: all 0.4s ease;
    font-family: 'Inter', sans-serif;
}
.premium-header.scrolled {
    background: rgba(255,255,255,0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 4px 24px rgba(14,179,214,0.13);
}
.header-topbar {
    background: linear-gradient(90deg, #0eb3d6, #0078a8);
    padding: 6px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #fff;
    font-family: 'Inter', sans-serif;
}
.header-topbar a { color: #fff; text-decoration: none; }
.header-topbar .top-left span { margin-right: 20px; }
.header-topbar .top-left i { margin-right: 5px; opacity: 0.85; }
.header-topbar .top-right { display: flex; align-items: center; gap: 14px; }
.header-topbar .top-right a {
    width: 26px; height: 26px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    transition: background 0.3s;
}
.header-topbar .top-right a:hover { background: rgba(255,255,255,0.35); }
.header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    height: 78px;
}
.header-logo img {
    max-height: 62px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s, filter 0.3s;
    filter: drop-shadow(0 0 6px rgba(14,179,214,0.35));
}
.header-logo img:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 12px rgba(14,179,214,0.7));
}
.header-nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-nav-links li a {
    display: block;
    color: #1a2340;
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: 0.4px;
    padding: 8px 18px;
    border-radius: 8px;
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s;
    overflow: hidden;
}
.header-nav-links li a::before {
    content: '';
    position: absolute;
    bottom: 0; left: 50%;
    width: 0; height: 2px;
    background: linear-gradient(90deg, #0eb3d6, #00e5ff);
    border-radius: 2px;
    transition: width 0.35s, left 0.35s;
}
.header-nav-links li a:hover,
.header-nav-links li a.active {
    color: #0eb3d6;
    background: rgba(14,179,214,0.08);
    text-decoration: none !important;
}
.header-nav-links li a:hover::before,
.header-nav-links li a.active::before {
    width: 80%; left: 10%;
}
/* ============================================================
   MOBILE NAV BUTTONS — Premium Redesign
   Call button + Hamburger — matched size, gradient, shadows
   ============================================================ */

/* Shared base for both mobile-action buttons */
.header-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* --- Call Button (desktop full pill) --- */
.header-phone-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #0eb3d6, #007aab);
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 4px 20px rgba(14,179,214,0.35);
    white-space: nowrap;
    flex-shrink: 0;
}
.header-phone-btn:hover {
    background: linear-gradient(135deg, #00d4ff, #0eb3d6);
    box-shadow: 0 6px 28px rgba(14,179,214,0.6);
    transform: translateY(-2px);
    color: #fff !important;
}
.header-phone-btn .phone-icon {
    width: 32px; height: 32px;
    background: rgba(255,255,255,0.2);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 14px;
    animation: ringPulse 2s infinite;
}
@keyframes ringPulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255,255,255,0.4); }
    50% { box-shadow: 0 0 0 6px rgba(255,255,255,0); }
}
.header-phone-btn .phone-text { line-height: 1.2; }
.header-phone-btn .phone-text span {
    display: block;
    font-size: 11px;
    font-weight: 400;
    opacity: 0.85;
}

/* --- Hamburger Button (desktop hidden) --- */
.header-hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    padding: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #0eb3d6, #0078a8);
    border: 1px solid rgba(14,179,214,0.4);
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 2px 10px rgba(14,179,214,0.3);
    flex-direction: column;
    gap: 5px;
    flex-shrink: 0;
}
.header-hamburger:hover {
    background: linear-gradient(135deg, #00d4ff, #0eb3d6);
    box-shadow: 0 4px 18px rgba(14,179,214,0.5);
    transform: translateY(-1px);
}
.header-hamburger:active {
    transform: scale(0.94);
    box-shadow: 0 1px 4px rgba(14,179,214,0.2);
}
.header-hamburger span {
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.35s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: center;
}
.header-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.header-hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.header-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

/* --- Mobile Menu Panel --- */
.mobile-nav {
    display: none;
    flex-direction: column;
    background: #ffffff;
    border-top: 1px solid rgba(14,179,214,0.2);
    padding: 10px 20px 20px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
}
.mobile-nav.open { display: flex; }
.mobile-nav a {
    color: #1a2340 !important;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 14px;
    border-bottom: 1px solid rgba(0,0,0,0.07);
    text-decoration: none !important;
    transition: color 0.3s, padding-left 0.3s;
    font-family: 'Inter', sans-serif;
}
.mobile-nav a:hover { color: #0eb3d6 !important; padding-left: 22px; }
.mobile-nav .mob-phone-btn {
    margin-top: 14px;
    background: linear-gradient(135deg, #0eb3d6, #007aab);
    color: #fff !important;
    text-align: center;
    padding: 13px;
    border-radius: 12px;
    font-weight: 600;
    border-bottom: none;
}
.header-glow-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, #0eb3d6, #00e5ff, #0eb3d6, transparent);
    background-size: 200% auto;
    animation: glowSlide 3s linear infinite;
}
@keyframes glowSlide {
    0% { background-position: -200% center; }
    100% { background-position: 200% center; }
}
@media (max-width: 991px) {
    .header-nav-links { display: none; }
    .header-hamburger { display: flex; }
    .header-topbar { padding: 6px 20px; font-size: 12px; }
    .header-main { padding: 0 20px; }
    /* Convert phone pill to icon-only on tablet */
    .header-phone-btn .phone-text { display: none; }
    .header-phone-btn {
        width: 48px;
        height: 48px;
        padding: 0;
        border-radius: 14px;
        justify-content: center;
        background: linear-gradient(135deg, #0eb3d6, #0078a8);
        box-shadow: 0 2px 10px rgba(14,179,214,0.25);
        border: 1px solid rgba(14,179,214,0.25);
        flex-shrink: 0;
    }
    .header-phone-btn .phone-icon {
        width: 22px; height: 22px;
        font-size: 14px;
        background: rgba(255,255,255,0.18);
        animation: none;
    }
    .header-phone-btn:active {
        transform: scale(0.94);
        box-shadow: 0 1px 4px rgba(14,179,214,0.2);
    }
    .header-hamburger {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        border-radius: 14px;
        background: linear-gradient(135deg, #0eb3d6, #0078a8);
        box-shadow: 0 2px 10px rgba(14,179,214,0.3);
    }
    .header-hamburger span {
        background: #ffffff;
    }
}
@media (max-width: 576px) {
    .header-main {
        padding: 0 14px;
        height: 64px;
    }
    .header-topbar { padding: 6px 14px; font-size: 11px; }

    .header-cta { gap: 8px; }

    .header-phone-btn {
        width: 44px;
        height: 44px;
        padding: 0;
        border-radius: 12px;
    }
    .header-phone-btn .phone-icon {
        width: 20px; height: 20px;
        font-size: 12px;
    }

    .header-hamburger {
        width: 44px;
        height: 44px;
        border-radius: 12px;
        background: linear-gradient(135deg, #0eb3d6, #0078a8);
        box-shadow: 0 2px 10px rgba(14,179,214,0.3);
    }
    .header-hamburger span {
        width: 22px;
        height: 2px;
        background: #ffffff;
    }
    .header-hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .header-hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

    .header-topbar .top-left span:last-child { display: none; }
}

/* Hero Banner Slider Styles */
#heroBannerSlider {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #000;
    line-height: 0;
}
#heroBannerSlider .slides-wrapper {
    display: flex;
    transition: transform 0.7s cubic-bezier(0.77, 0, 0.18, 1);
    will-change: transform;
}
#heroBannerSlider .slide {
    min-width: 100%;
    position: relative;
}
#heroBannerSlider .slide img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    object-position: center;
    display: block;
}
.hero-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 22px;
    cursor: pointer;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, transform 0.3s;
    backdrop-filter: blur(4px);
}
.hero-arrow:hover {
    background: rgba(14,179,214,0.85);
    border-color: #0eb3d6;
    transform: translateY(-50%) scale(1.1);
}
.hero-arrow.prev { left: 20px; }
.hero-arrow.next { right: 20px; }
.hero-dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
}
.hero-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,0.55);
    border: 2px solid rgba(255,255,255,0.8);
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}
.hero-dot.active {
    background: #0eb3d6;
    border-color: #0eb3d6;
    transform: scale(1.3);
}
@media (max-width: 768px) {
    #heroBannerSlider .slide img { height: 220px; }
    .hero-arrow { width: 36px; height: 36px; font-size: 16px; }
}
@media (max-width: 480px) {
    #heroBannerSlider .slide img { height: 160px; }
}

/* ============================================================
   WHY CHOOSE US — Premium Redesign
   Inspired by Apple, Stripe, Linear, Framer
   ============================================================ */

/* --- Section Shell --- */
.wc-section {
    position: relative;
    padding: 140px 24px 160px;
    overflow: hidden;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #060b18;
}

/* --- Background Layer --- */
.wc-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.wc-bg-gradient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 80% 50% at 50% 0%, rgba(14, 179, 214, 0.10) 0%, transparent 60%),
        radial-gradient(ellipse 60% 40% at 80% 100%, rgba(0, 102, 204, 0.07) 0%, transparent 50%),
        radial-gradient(ellipse 40% 30% at 10% 60%, rgba(253, 167, 0, 0.04) 0%, transparent 50%);
}

/* Floating particles container */
.wc-particles {
    position: absolute;
    inset: 0;
}

.wc-particle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    animation: wcFloat linear infinite;
}

@keyframes wcFloat {
    0% { transform: translateY(0) scale(1); opacity: 0; }
    10% { opacity: 1; }
    90% { opacity: 1; }
    100% { transform: translateY(-100vh) scale(0.5); opacity: 0; }
}

/* ECG / Heartbeat Line */
.wc-ecg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    opacity: 0.06;
}

.wc-ecg polyline {
    fill: none;
    stroke: #0eb3d6;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 2400;
    stroke-dashoffset: 2400;
    animation: ecgDraw 6s linear infinite;
}

@keyframes ecgDraw {
    0% { stroke-dashoffset: 2400; }
    100% { stroke-dashoffset: 0; }
}

/* --- Container --- */
.wc-container {
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
}

/* --- Header --- */
.wc-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 80px;
}

.wc-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(14, 179, 214, 0.08);
    border: 1px solid rgba(14, 179, 214, 0.18);
    color: #0eb3d6;
    padding: 8px 20px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 28px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.wc-badge svg {
    flex-shrink: 0;
}

.wc-title {
    font-size: clamp(36px, 5vw, 56px);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
    background: linear-gradient(135deg, #ffffff 30%, #0eb3d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.wc-subtitle {
    font-size: 17px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.55);
    margin: 0;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Cards Grid --- */
.wc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* --- Card --- */
.wc-card {
    position: relative;
    border-radius: 24px;
    cursor: default;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.wc-card:hover {
    transform: translateY(-8px);
}

/* Glow blob behind card */
.wc-card-glow {
    position: absolute;
    inset: -1px;
    border-radius: 24px;
    opacity: 0;
    transition: opacity 0.5s ease;
    filter: blur(20px);
    z-index: 0;
}

.wc-card:hover .wc-card-glow {
    opacity: 1;
}

.wc-card[data-wc-color="blue"] .wc-card-glow { background: rgba(14, 179, 214, 0.15); }
.wc-card[data-wc-color="cyan"] .wc-card-glow { background: rgba(0, 212, 255, 0.15); }
.wc-card[data-wc-color="gold"] .wc-card-glow { background: rgba(253, 167, 0, 0.12); }
.wc-card[data-wc-color="green"] .wc-card-glow { background: rgba(34, 197, 94, 0.12); }
.wc-card[data-wc-color="purple"] .wc-card-glow { background: rgba(168, 85, 247, 0.12); }
.wc-card[data-wc-color="rose"] .wc-card-glow { background: rgba(244, 63, 94, 0.12); }

/* Animated gradient border */
.wc-card-border {
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(160deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 50%, rgba(255,255,255,0.06) 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    transition: background 0.5s ease;
}

.wc-card:hover .wc-card-border {
    background: linear-gradient(160deg, rgba(14,179,214,0.3) 0%, rgba(255,255,255,0.05) 50%, rgba(0,102,204,0.2) 100%);
}

/* Card inner content */
.wc-card-inner {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-radius: 24px;
    padding: 40px 32px 36px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    transition: background 0.5s ease;
}

.wc-card:hover .wc-card-inner {
    background: rgba(255, 255, 255, 0.06);
}

/* --- Icon --- */
.wc-icon {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
}

.wc-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 18px;
    opacity: 0.12;
    transition: opacity 0.4s ease;
}

.wc-card:hover .wc-icon {
    transform: scale(1.1) rotate(-4deg);
}

.wc-card:hover .wc-icon::before {
    opacity: 0.22;
}

/* Icon color variants */
.wc-icon[data-wc-color="blue"] { background: rgba(14, 179, 214, 0.1); }
.wc-icon[data-wc-color="blue"]::before { background: linear-gradient(135deg, #0eb3d6, #0066cc); }

.wc-icon[data-wc-color="cyan"] { background: rgba(0, 212, 255, 0.1); }
.wc-icon[data-wc-color="cyan"]::before { background: linear-gradient(135deg, #00d4ff, #0eb3d6); }

.wc-icon[data-wc-color="gold"] { background: rgba(253, 167, 0, 0.1); }
.wc-icon[data-wc-color="gold"]::before { background: linear-gradient(135deg, #fda700, #ff8c00); }

.wc-icon[data-wc-color="green"] { background: rgba(34, 197, 94, 0.1); }
.wc-icon[data-wc-color="green"]::before { background: linear-gradient(135deg, #22c55e, #16a34a); }

.wc-icon[data-wc-color="purple"] { background: rgba(168, 85, 247, 0.1); }
.wc-icon[data-wc-color="purple"]::before { background: linear-gradient(135deg, #a855f7, #7c3aed); }

.wc-icon[data-wc-color="rose"] { background: rgba(244, 63, 94, 0.1); }
.wc-icon[data-wc-color="rose"]::before { background: linear-gradient(135deg, #f43f5e, #e11d48); }

/* --- Typography --- */
.wc-card-title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    letter-spacing: -0.01em;
    transition: color 0.3s ease;
}

.wc-card:hover .wc-card-title {
    color: #0eb3d6;
}

.wc-card-desc {
    font-size: 14.5px;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.48);
    margin: 0;
    flex-grow: 1;
    transition: color 0.4s ease;
}

.wc-card:hover .wc-card-desc {
    color: rgba(255, 255, 255, 0.65);
}

/* --- Card Link --- */
.wc-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 600;
    color: rgba(14, 179, 214, 0.6);
    transition: all 0.35s ease;
}

.wc-card-link svg {
    transition: transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.wc-card:hover .wc-card-link {
    color: #0eb3d6;
}

.wc-card:hover .wc-card-link svg {
    transform: translateX(4px);
}

/* --- Scroll Reveal --- */
[data-wc-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
                transform 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

[data-wc-animate].wc-visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .wc-section {
        padding: 100px 20px 120px;
    }
    .wc-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .wc-header {
        margin-bottom: 60px;
    }
}

@media (max-width: 640px) {
    .wc-section {
        padding: 80px 16px 100px;
    }
    .wc-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .wc-card-inner {
        padding: 32px 24px 28px;
    }
    .wc-header {
        margin-bottom: 48px;
    }
    .wc-subtitle {
        font-size: 15px;
    }
    .wc-ecg {
        height: 60px;
        opacity: 0.04;
    }
}

/* FAQ Section Styles */
.faq-premium-section {
    padding: 100px 20px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}
.faq-premium-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 60px;
    align-items: flex-start;
}
.faq-image-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    position: sticky;
    top: 100px;
}
.faq-image-wrapper {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(14, 179, 214, 0.15);
}
.faq-image-wrapper img {
    width: 100%;
    display: block;
    border-radius: 24px;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.faq-image-wrapper:hover img {
    transform: scale(1.05);
}
.faq-contact-buttons {
    display: flex;
    gap: 15px;
}
.faq-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 18px 20px;
    border-radius: 16px;
    font-weight: 700;
    font-size: 16px;
    color: #fff !important;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.faq-btn-wa {
    background: #25d366;
    box-shadow: 0 10px 20px rgba(37, 211, 102, 0.25);
}
.faq-btn-wa:hover {
    background: #20bd5a;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(37, 211, 102, 0.4);
}
.faq-btn-call {
    background: #0066ff;
    box-shadow: 0 10px 20px rgba(0, 102, 255, 0.25);
}
.faq-btn-call:hover {
    background: #0056d6;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0, 102, 255, 0.4);
}
.faq-content-column {
    flex: 1.2;
}
.faq-title-badge {
    background: rgba(14, 179, 214, 0.1);
    color: #0eb3d6;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 20px;
    border: 1px solid rgba(14, 179, 214, 0.2);
}
.faq-main-title {
    font-size: 42px;
    font-weight: 800;
    color: #0d1b2e;
    margin-bottom: 40px;
    line-height: 1.2;
}
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item {
    background: #f8fafc;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}
.faq-item:hover {
    border-color: rgba(14, 179, 214, 0.3);
    box-shadow: 0 8px 25px rgba(14, 179, 214, 0.08);
}
.faq-item details {
    width: 100%;
}
.faq-item summary {
    padding: 22px 28px;
    font-size: 17px;
    font-weight: 700;
    color: #0d1b2e;
    cursor: pointer;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary::after {
    content: '\002B';
    font-size: 24px;
    color: #64748b;
    font-weight: 400;
    transition: transform 0.4s, color 0.3s;
}
.faq-item details[open] summary::after {
    content: '\2212';
    color: #0eb3d6;
    transform: rotate(180deg);
}
.faq-item details[open] summary {
    color: #0eb3d6;
    border-bottom: 1px solid #e2e8f0;
    background: #ffffff;
}
.faq-answer {
    padding: 24px 28px;
    font-size: 15px;
    color: #4e5d78;
    line-height: 1.7;
    background: #ffffff;
}
@media (max-width: 991px) {
    .faq-premium-container {
        flex-direction: column;
    }
    .faq-image-column, .faq-content-column {
        width: 100%;
    }
    .faq-image-column {
        position: static;
        order: 2;
        margin-top: 30px;
    }
    .faq-content-column {
        order: 1;
    }
}
@media (max-width: 500px) {
    .faq-contact-buttons {
        flex-direction: column;
    }
}

/* Google Reviews Section Styles */
.google-reviews-section {
    padding: 90px 20px;
    background: #f8fafc;
    font-family: 'Inter', sans-serif;
    overflow: hidden;
}
.google-reviews-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 40px;
    align-items: center;
}
.reviews-summary-card {
    flex: 1;
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 30px;
    border: 1px solid #e2e8f0;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
}
.google-logo-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}
.google-logo-wrapper img {
    height: 32px;
    width: auto;
}
.google-logo-wrapper span {
    font-size: 20px;
    font-weight: 700;
    color: #4e5d78;
}
.rating-big-num {
    font-size: 56px;
    font-weight: 800;
    color: #0d1b2e;
    line-height: 1.1;
    margin-bottom: 8px;
}
.rating-stars-wrapper {
    color: #ffc107;
    font-size: 20px;
    margin-bottom: 10px;
}
.rating-based-on {
    font-size: 14px;
    color: #4e5d78;
    margin-bottom: 25px;
}
.write-review-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    color: #0d1b2e !important;
    padding: 10px 22px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.04);
    transition: all 0.3s;
}
.write-review-btn:hover {
    background: #0eb3d6;
    color: #fff !important;
    border-color: #0eb3d6;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(14, 179, 214, 0.3);
}
.reviews-slider-column {
    flex: 2;
    position: relative;
    width: 100%;
}
.reviews-slider-viewport {
    overflow: hidden;
    width: 100%;
}
.reviews-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 20px;
}
.google-review-card {
    min-width: calc(50% - 10px);
    max-width: calc(50% - 10px);
    background: #ffffff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid #e2e8f0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    transition: all 0.3s;
}
.google-review-card:hover {
    box-shadow: 0 12px 30px rgba(14, 179, 214, 0.08);
    border-color: rgba(14, 179, 214, 0.2);
}
.review-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reviewer-info-block {
    display: flex;
    align-items: center;
    gap: 12px;
}
.reviewer-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #0eb3d6;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}
.reviewer-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.reviewer-name {
    font-size: 15px;
    font-weight: 700;
    color: #0d1b2e;
    margin: 0;
}
.reviewer-badge {
    font-size: 11px;
    color: #25d366;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.google-g-icon {
    width: 20px;
    height: 20px;
}
.review-rating-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.review-stars {
    color: #ffc107;
    font-size: 13px;
    display: flex;
    gap: 2px;
}
.review-date {
    font-size: 12px;
    color: #94a3b8;
}
.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #4e5d78;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 90px;
}
.reviews-slider-dots {
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 25px;
}
.reviews-slider-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cbd5e1;
    cursor: pointer;
    transition: all 0.3s;
}
.reviews-slider-dot.active {
    background: #0eb3d6;
    transform: scale(1.3);
}
@media (max-width: 991px) {
    .google-reviews-container {
        flex-direction: column;
        gap: 30px;
    }
    .reviews-summary-card, .reviews-slider-column {
        width: 100%;
        flex: unset;
    }
}
@media (max-width: 600px) {
    .google-review-card {
        min-width: 100%;
        max-width: 100%;
    }
}

/* Gallery Overlay */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.gallery-item {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.gallery-item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.gallery-item:hover img {
    transform: scale(1.08);
}
.gallery-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 18px 20px;
    background: linear-gradient(to top, rgba(13,27,46,0.9), transparent);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    text-align: left;
}
.gallery-item:hover .gallery-overlay {
    opacity: 1;
    transform: translateY(0);
}
@media (max-width: 991px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 768px) {
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .gallery-grid { grid-template-columns: 1fr; }
    .gallery-item img { height: 200px; }
}

/* Service Page Select Arrow Fix */
.select_icon select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
}
.select_icon i {
    pointer-events: none;
}

/* Smooth Scroll */
html {
    scroll-behavior: smooth;
}
