/* Parth Mobile – Gradient Theme */

:root {
    --g-primary: linear-gradient(135deg, #0a0e5c 0%, #2e3192 45%, #5b5fd9 100%);
    --g-primary-hover: linear-gradient(135deg, #000428 0%, #001138 50%, #2e3192 100%);
    --g-dark: linear-gradient(135deg, #000428 0%, #001138 50%, #1a1f7a 100%);
    --g-footer: linear-gradient(160deg, #4348c4 0%, #2e3192 45%, #0a0e5c 100%);
    --g-footer-bottom: linear-gradient(90deg, #1a1f7a 0%, #4348c4 50%, #2e3192 100%);
    --g-accent: linear-gradient(135deg, #c4121a 0%, #ed1e24 50%, #ff5a61 100%);
    --g-accent-hover: linear-gradient(135deg, #8b0f15 0%, #c4121a 50%, #ed1e24 100%);
    --g-overlay: linear-gradient(
        135deg,
        rgba(0, 4, 40, 0.88) 0%,
        rgba(46, 49, 146, 0.75) 50%,
        rgba(67, 72, 196, 0.65) 100%
    );
    --g-overlay-banner: linear-gradient(
        160deg,
        rgba(0, 15, 50, 0.55) 0%,
        rgba(46, 49, 146, 0.4) 60%,
        rgba(237, 30, 36, 0.2) 100%
    );
    --g-overlay-light: linear-gradient(
        135deg,
        rgba(46, 49, 146, 0.5) 0%,
        rgba(67, 72, 196, 0.4) 100%
    );
    --g-green: linear-gradient(135deg, #075e54 0%, #25d366 50%, #34eb7a 100%);
    --g-green-hover: linear-gradient(135deg, #128c7e 0%, #1daa51 50%, #25d366 100%);
    --g-page: linear-gradient(180deg, #f8faff 0%, #eef1ff 50%, #f5f0ff 100%);
    --g-bar: linear-gradient(90deg, #2e3192 0%, #4348c4 50%, #ed1e24 100%);
    --g-card: linear-gradient(180deg, #ffffff 0%, #f4f6ff 100%);
    --g-header: linear-gradient(180deg, #ffffff 0%, #f0f2ff 100%);
}

body {
    background: var(--g-page);
    background-attachment: fixed;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

#loader-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #eef1ff 100%);
}

.custom-header {
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(16px) saturate(1.4);
    -webkit-backdrop-filter: blur(16px) saturate(1.4);
    border-bottom: 1px solid rgba(46, 49, 146, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.custom-header.scrolled {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 32px rgba(46, 49, 146, 0.12);
}

.custom-header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: var(--g-bar);
    opacity: 0.85;
}

.theme-title-one h2::before,
.contact-text h2::before {
    background: var(--g-bar);
}

/* Primary brand surfaces */
.p-bg-color,
.scroll-top,
.theme-button-one,
.header-one .top-header .address-wrapper .quotes a:hover,
.theme-menu-wrapper .right-widget .search-option form button,
#mega-menu-holder ul.dropdown li:hover > a::before,
#theme-main-banner .camera_caption .theme-button-one:hover,
.callout-banner.no-bg .theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent > span,
#theme-main-banner .camera_pag .camera_pag_ul li:hover > span,
.service-style-one .contact-text h5::before,
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,
.testimonial-section .owl-theme .owl-dots .owl-dot:hover span,
#polyglotLanguageSwitcher ul.dropdown li:hover,
.gallery .single-case-block .hover-content .text .details:hover,
.our-blog .single-blog .image-box .overlay .date,
.core-values .single-value-block .image-box .overlay a:hover,
.theme-sidebar-one .sidebar-brochures ul,
.theme-pagination ul li a:hover,
.theme-pagination ul li.active a,
.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover,
.main-nav ul li.active a,
.mobile-sidebar ul li a:hover,
.mobile-sidebar ul li.active a,
.service-style-one .single-service .img-box,
.header-one .theme-menu-wrapper .right-widget .theme-button-one {
    background: var(--g-primary) !important;
}

body .theme-button-one:hover,
.header-one .theme-menu-wrapper .right-widget .theme-button-one:hover {
    background: var(--g-primary-hover) !important;
}

.theme-footer-one .top-footer {
    background: var(--g-footer) !important;
}

.theme-footer-one .bottom-footer {
    background: var(--g-footer-bottom) !important;
}

.footer-newsletter .social-icon li a {
    background: var(--g-dark) !important;
}

.footer-newsletter .social-icon li a:hover {
    background: var(--g-accent) !important;
}

.callout-banner {
    background-color: transparent !important;
    background-image: var(--g-footer), url(../images/home/pattern2.png) !important;
    background-blend-mode: overlay;
}

.callout-banner p::before {
    background: var(--g-bar) !important;
}

.callout-banner .theme-button-one:hover {
    background: var(--g-accent) !important;
    color: #fff !important;
}

.callout-banner.no-bg p::before,
.about-compnay-two.no-bg .theme-title-one h2::before {
    background: var(--g-bar) !important;
}

/* Banner & section overlays */
#theme-main-banner .camera_overlayer {
    background: var(--g-overlay-banner) !important;
}

.feature-banner .opacity {
    background: var(--g-overlay) !important;
}

.testimonial-section .overlay {
    background: var(--g-overlay-light) !important;
}

.theme-inner-banner .overlay,
.about-compnay-two .overlay,
.why-we-best .overlay {
    background: var(--g-overlay) !important;
}

.our-team .team-member .overlay,
.core-values .single-value-block .image-box .overlay {
    background: var(--g-overlay) !important;
}

.gallery .single-case-block:hover .hover-content {
    background: var(--g-overlay) !important;
}

.plus-icon {
    background: var(--g-primary) !important;
}

.sidebar-overlay {
    background: linear-gradient(
        135deg,
        rgba(0, 4, 40, 0.6) 0%,
        rgba(46, 49, 146, 0.45) 100%
    ) !important;
}

/* Section backgrounds */
.core-values {
    background: linear-gradient(180deg, #f8faff 0%, #e8ecff 50%, #f0f4ff 100%) !important;
}

.why-we-best .theme-title-one h2::before {
    background: var(--g-bar) !important;
}

.testimonial-section .wrapper .bg,
.core-values .single-value-block .text,
.our-team .team-member .text,
.about-compnay-two .quote-form,
.contact-us-section .form-wrapper,
.mobile-sidebar {
    background: var(--g-card) !important;
}

.scroll-top {
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25) !important;
}
/* Accent & utility */
.callout-banner.no-bg p::before {
    background: var(--g-bar) !important;
}

.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {
    border-color: #4348c4 !important;
}

.shop-page .single-product:hover .image-box {
    border-color: #4348c4 !important;
}

.our-team .team-member .overlay .hover-content ul li a:hover {
    background: var(--g-primary) !important;
    border-color: transparent !important;
    color: #fff !important;
}

.core-values .single-value-block .image-box .overlay a:hover {
    background: var(--g-primary) !important;
    color: #fff !important;
}

/* Green CTA (WhatsApp booking) */
#bookViaWhatsApp,
.toast {
    background: var(--g-green) !important;
}

#bookViaWhatsApp:hover {
    background: var(--g-green-hover) !important;
}

.toast.error {
    background: var(--g-accent) !important;
}

/* Center cards & list accents */
.center-card {
    background: var(--g-card) !important;
    position: relative;
    overflow: hidden;
}

.center-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--g-bar);
}

.center-card i {
    background: var(--g-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.service-list li::before {
    background: var(--g-accent);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

/* Form focus & modals */
.theme-form-one input:focus,
.theme-form-one textarea:focus {
    border-bottom-color: #4348c4 !important;
}

.alert-wrapper {
    background: linear-gradient(
        135deg,
        rgba(0, 4, 40, 0.7) 0%,
        rgba(46, 49, 146, 0.55) 100%
    ) !important;
}

#success,
#error {
    background: var(--g-dark) !important;
}

/* Responsive overrides */
@media (max-width: 575px) {
    .header-one .theme-menu-wrapper {
        background: var(--g-accent) !important;
    }
}

@media (max-width: 991px) {
    .header-two .collapse-button .icon-bar {
        background: var(--g-primary) !important;
    }
}

/* ── Pill buttons ── */
.theme-button-one,
body .theme-button-one,
.cta-btn a,
.header-one .top-header .address-wrapper .quotes a,
.toast,
#bookViaWhatsApp,
.theme-pagination ul li a,
.callout-banner .theme-button-one,
.scroll-top {
    border-radius: 9999px !important;
}

.main-nav ul li a,
.mobile-sidebar ul li a {
    border-radius: 9999px !important;
}

.main-nav ul li a:hover {
    background: rgba(255, 255, 255, 0.9) !important;
    color: #2e3192 !important;
}

.main-nav ul li.active a,
.mobile-sidebar ul li a:hover,
.mobile-sidebar ul li.active a {
    background: var(--g-primary) !important;
    color: #fff !important;
}

.cta-btn a {
    background: var(--g-accent) !important;
    box-shadow: 0 6px 22px rgba(237, 30, 36, 0.35) !important;
}

.cta-btn a:hover {
    background: var(--g-accent-hover) !important;
    box-shadow: 0 10px 28px rgba(237, 30, 36, 0.45) !important;
}

.hamburger {
    background: rgba(46, 49, 146, 0.06) !important;
}

.hamburger span {
    background: linear-gradient(90deg, #2e3192, #4348c4) !important;
}

/* ── Hero slider ── */
#theme-main-banner {
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 16px 48px rgba(46, 49, 146, 0.22);
}

#theme-main-banner.camera_wrap,
#theme-main-banner .camera_fakehover,
#theme-main-banner .camera_target,
#theme-main-banner .camera_target_content,
#theme-main-banner .cameraContents {
    height: 520px !important;
    min-height: 300px !important;
}

#theme-main-banner .cameraSlide.cameracurrent img,
#theme-main-banner .cameraSlide.cameravisible img {
    animation: bannerKenBurns 6s ease-out forwards;
    object-fit: cover;
}

@keyframes bannerKenBurns {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.1);
    }
}

#theme-main-banner .camera_overlayer {
    background: linear-gradient(
        105deg,
        rgba(0, 8, 48, 0.72) 0%,
        rgba(46, 49, 146, 0.45) 45%,
        rgba(237, 30, 36, 0.18) 100%
    ) !important;
}

#theme-main-banner .container {
    top: 50% !important;
}

#theme-main-banner .banner-caption-box {
    max-width: 620px;
    padding: 18px 28px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    background: linear-gradient(
        135deg,
        rgba(0, 8, 48, 0.55) 0%,
        rgba(46, 49, 146, 0.35) 100%
    );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#theme-main-banner .banner-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #5b5fd9, #ed1e24) 1;
    line-height: 1.4;
}

#theme-main-banner .camera_caption h1,
    #theme-main-banner .camera_caption h2 {
    color: #fff !important;
    font-size: 42px !important;
    line-height: 1.25 !important;
    padding: 0 !important;
    margin: 0;
    max-width: none;
    text-shadow: none;
    background: none !important;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

/* Pagination – bottom center pill dots */
#theme-main-banner .camera_pag {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    height: auto !important;
    top: auto !important;
    bottom: 22px !important;
}

#theme-main-banner .camera_pag .camera_pag_ul {
    top: auto !important;
    transform: none !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(0, 8, 48, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 9999px;
    width: fit-content;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
}

#theme-main-banner .camera_pag .camera_pag_ul li {
    display: inline-block !important;
    margin: 0 !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 9999px !important;
    transition: width 0.35s ease, background 0.35s ease;
    overflow: hidden;
}

#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent {
    width: 28px !important;
}

#theme-main-banner .camera_pag .camera_pag_ul li span {
    border-radius: 9999px !important;
    background: rgba(255, 255, 255, 0.45) !important;
    transition: background 0.35s ease;
}

#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent > span,
#theme-main-banner .camera_pag .camera_pag_ul li:hover > span {
    background: var(--g-bar) !important;
}

@media (max-width: 991px) {
    #theme-main-banner.camera_wrap,
    #theme-main-banner .camera_fakehover,
    #theme-main-banner .camera_target,
    #theme-main-banner .camera_target_content,
    #theme-main-banner .cameraContents {
        height: 440px !important;
    }

    #theme-main-banner .banner-caption-box {
        padding: 14px 20px;
        border-radius: 16px;
    }

    #theme-main-banner .banner-subtitle {
        font-size: 13px;
        margin-bottom: 8px;
        padding-bottom: 8px;
    }

    #theme-main-banner .camera_caption h1,
    #theme-main-banner .camera_caption h2 {
        font-size: 34px !important;
    }
}

@media (max-width: 767px) {
    #theme-main-banner {
        border-radius: 0 0 20px 20px;
    }

    #theme-main-banner.camera_wrap,
    #theme-main-banner .camera_fakehover,
    #theme-main-banner .camera_target,
    #theme-main-banner .camera_target_content,
    #theme-main-banner .cameraContents {
        height: 380px !important;
    }

    #theme-main-banner .banner-caption-box {
        padding: 12px 16px;
    }

    #theme-main-banner .banner-subtitle {
        font-size: 12px;
        letter-spacing: 0.04em;
    }

    #theme-main-banner .camera_caption h1,
    #theme-main-banner .camera_caption h2 {
        font-size: 28px !important;
        max-width: 100%;
    }

    #theme-main-banner .camera_pag {
        bottom: 14px !important;
    }
}

@media (max-width: 575px) {
    #theme-main-banner.camera_wrap,
    #theme-main-banner .camera_fakehover,
    #theme-main-banner .camera_target,
    #theme-main-banner .camera_target_content,
    #theme-main-banner .cameraContents {
        height: 320px !important;
    }

    #theme-main-banner .banner-caption-box {
        padding: 10px 14px;
        border-radius: 12px;
    }

    #theme-main-banner .banner-subtitle {
        font-size: 11px;
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

    #theme-main-banner .camera_caption h1,
    #theme-main-banner .camera_caption h2 {
        font-size: 22px !important;
    }
}

/* ── Brief Chronicle section ── */
.chronicle-section {
    position: relative;
}

.chronicle-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 900px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(67, 72, 196, 0.25), transparent);
}

.chronicle-header h2::after {
    background: var(--g-bar) !important;
}

.chronicle-feature-card {
    background: var(--g-card) !important;
}

.chronicle-feature-card:hover .feature-icon .fa {
    color: #fff !important;
}

.chronicle-feature-card:hover .feature-icon {
    background: var(--g-primary) !important;
}

.chronicle-feature-card::before {
    background: var(--g-bar) !important;
}

.chronicle-video-frame {
    box-shadow: 0 20px 60px rgba(46, 49, 146, 0.22) !important;
}

/* ── Services showcase ── */
.services-showcase {
    background: linear-gradient(180deg, #f8faff 0%, #ffffff 50%, #f0f2ff 100%);
    border-radius: 28px;
    margin-left: 12px;
    margin-right: 12px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.services-header h2::after {
    background: var(--g-bar) !important;
}

.services-feature-list li {
    background: var(--g-card) !important;
}

.services-feature-list li:hover .services-feature-icon {
    background: var(--g-primary) !important;
}

.services-feature-list li:hover .services-feature-icon .fa {
    color: #fff !important;
}

.phone-compare-frame {
    box-shadow: 0 24px 56px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(67, 72, 196, 0.15) !important;
    background: #000 !important;
}

.phone-compare-handle span {
    border-color: #4348c4 !important;
}

.phone-compare-handle span::before {
    border-color: transparent #4348c4 transparent transparent !important;
}

.phone-compare-handle span::after {
    border-color: transparent transparent transparent #4348c4 !important;
}

/* ── Course section ── */
.course-section .course-card {
    background: var(--g-card) !important;
}

.course-section .course-card::before {
    background: var(--g-bar) !important;
}

.course-section .course-card-icon .fa {
    background: var(--g-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
}

.course-grid .course-card {
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
}

.course-grid .course-card:hover {
    border-color: rgba(255, 255, 255, 0.55) !important;
}

.course-grid .course-step {
    background: var(--g-primary) !important;
}

.course-grid .course-card-icon {
    background: linear-gradient(135deg, rgba(46, 49, 146, 0.14), rgba(237, 30, 36, 0.08)) !important;
    border: 1px solid rgba(67, 72, 196, 0.12);
}

/* ── Ethics section ── */
.ethics-header h2::after {
    background: var(--g-bar) !important;
}

.value-card {
    background: var(--g-card) !important;
}

.value-badge {
    background: var(--g-primary) !important;
}

.ethics-highlight {
    background: linear-gradient(135deg, rgba(46, 49, 146, 0.06), rgba(237, 30, 36, 0.04)) !important;
}

.ethics-highlight .fa {
    background: var(--g-primary) !important;
}

/* ── Sticky quick actions ── */
.sqa-toggle {
    background: var(--g-primary) !important;
}

.sticky-quick-actions:hover .sqa-toggle,
.sticky-quick-actions.is-open .sqa-toggle {
    background: var(--g-primary-hover) !important;
}

.sqa-item--repair .sqa-icon {
    background: var(--g-accent) !important;
}

.sqa-item--whatsapp .sqa-icon {
    background: var(--g-green) !important;
}

.sqa-item--call .sqa-icon {
    background: var(--g-primary) !important;
}

.sqa-item--contact .sqa-icon {
    background: linear-gradient(135deg, #4348c4, #5b5fd9) !important;
}

/* ── Full footer ── */
.theme-footer-one .top-footer {
    padding: 48px 0 40px !important;
    position: relative;
    overflow: hidden;
}

.theme-footer-one .top-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/home/pattern2.png);
    opacity: 0.05;
    pointer-events: none;
}

.theme-footer-one .top-footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--g-bar);
    pointer-events: none;
}

.theme-footer-one .top-footer .container {
    position: relative;
    z-index: 1;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.35fr 0.85fr 1.15fr 0.9fr;
    gap: 32px 28px;
    align-items: start;
}

.footer-col {
    min-width: 0;
}

.footer-heading {
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 18px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.footer-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 3px;
    border-radius: 3px;
    background: var(--g-bar);
}

/* Brand column */
.footer-logo-link {
    display: inline-block;
    background: #fff;
    border-radius: 14px;
    padding: 10px 16px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.footer-logo-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.footer-logo-img {
    display: block;
    height: 42px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

.footer-about {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    line-height: 1.65;
    margin: 0 0 20px;
    max-width: 300px;
}

.footer-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 9999px;
    font-family: "Nunito Sans", sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
}

.footer-cta--call {
    background: var(--g-accent);
}

.footer-cta--call:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(237, 30, 36, 0.35);
}

.footer-cta--wa {
    background: var(--g-green);
}

.footer-cta--wa:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3);
}

/* Quick links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 2px;
}

.footer-links li a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 0;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8) !important;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links li a i {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    transition: color 0.2s ease, transform 0.2s ease;
}

.footer-links li a:hover {
    color: #fff !important;
    transform: translateX(4px);
}

.footer-links li a:hover i {
    color: #ed1e24;
    transform: translateX(2px);
}

/* Contact cards */
.footer-contact-cards {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: background 0.2s ease, border-color 0.2s ease;
}

.footer-contact-item:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.18);
}

.footer-contact-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    font-size: 14px;
}

.footer-contact-label {
    display: block;
    font-family: "Nunito Sans", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 3px;
}

.footer-contact-value {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: color 0.2s ease;
}

a.footer-contact-value:hover {
    color: #fff;
}

/* Social */
.footer-social-text {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
    line-height: 1.55;
    margin: 0 0 16px;
}

.footer-social-grid {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 168px;
}

.footer-social-grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #fff !important;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.footer-social-grid a:hover {
    transform: translateY(-3px);
    background: var(--g-accent) !important;
    border-color: transparent;
    color: #fff !important;
}

/* Bottom bar */
.theme-footer-one .bottom-footer {
    padding: 14px 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.1)), var(--g-footer-bottom) !important;
}

.bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.bottom-bar-copy {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.5;
}

.bottom-bar-credit {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

.bottom-bar-credit a {
    font-family: "Nunito Sans", sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.88) !important;
    text-decoration: none;
    padding: 0 !important;
    transition: color 0.2s ease;
}

.bottom-bar-credit a:hover {
    color: #fff !important;
}

@media (max-width: 1199px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 24px;
    }

    .footer-about {
        max-width: none;
    }

    .footer-social-grid {
        max-width: none;
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 767px) {
    .theme-footer-one .top-footer {
        padding: 36px 0 32px !important;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .footer-social-grid {
        grid-template-columns: repeat(6, 1fr);
        max-width: 280px;
    }

    .bottom-bar {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    .bottom-bar-credit {
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .theme-footer-one .top-footer {
        padding: 32px 0 28px !important;
    }

    .footer-cta-group {
        flex-direction: column;
    }

    .footer-cta {
        justify-content: center;
        width: 100%;
    }

    .footer-social-grid {
        grid-template-columns: repeat(3, 1fr);
        max-width: none;
    }
}

/* ── Custom site cursor (desktop / fine pointer only) ── */
body.custom-cursor-active,
body.custom-cursor-active * {
    cursor: none !important;
}

.custom-cursor {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.custom-cursor.is-visible {
    opacity: 1;
}

.custom-cursor.is-hidden {
    opacity: 0 !important;
}

.custom-cursor__ring,
.custom-cursor__dot,
.custom-cursor__ripple {
    position: fixed;
    top: 0;
    left: 0;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
}

.custom-cursor__ring {
    width: 36px;
    height: 36px;
    border: 2px solid #4348c4;
    background: rgba(67, 72, 196, 0.08);
    transition: width 0.25s ease, height 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.custom-cursor__dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #2e3192, #ed1e24);
    box-shadow: 0 0 10px rgba(237, 30, 36, 0.45);
    transition: transform 0.15s ease, width 0.2s ease, height 0.2s ease;
}

.custom-cursor__ripple {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(67, 72, 196, 0.55);
    animation: custom-cursor-ripple 1.6s ease-out infinite;
}

.custom-cursor.is-hovering .custom-cursor__ring {
    width: 52px;
    height: 52px;
    border-color: #ed1e24;
    background: rgba(237, 30, 36, 0.1);
}

.custom-cursor.is-hovering .custom-cursor__dot {
    width: 10px;
    height: 10px;
}

.custom-cursor.is-hovering .custom-cursor__ripple {
    border-color: rgba(237, 30, 36, 0.5);
}

.custom-cursor.is-clicking .custom-cursor__ring {
    width: 28px;
    height: 28px;
}

.custom-cursor.is-clicking .custom-cursor__dot {
    transform: scale(0.75);
}

@keyframes custom-cursor-ripple {
    0% {
        width: 36px;
        height: 36px;
        opacity: 0.75;
    }

    100% {
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .custom-cursor {
        display: none !important;
    }

    body.custom-cursor-active,
    body.custom-cursor-active * {
        cursor: auto !important;
    }
}

/* ── About page ── */
.about-page .page-hero-overlay {
    background: var(--g-overlay) !important;
}

.about-section-header h2::after {
    background: var(--g-bar) !important;
}

.about-service-card {
    background: var(--g-card) !important;
}

.about-service-card:hover .about-service-icon {
    background: var(--g-primary) !important;
}

.about-service-card:hover .about-service-icon .fa {
    color: #fff !important;
}

.testimonial-card {
    background: var(--g-card) !important;
}

.testimonial-card::before {
    color: rgba(67, 72, 196, 0.1) !important;
}

.testimonial-avatar {
    background: var(--g-primary) !important;
}

.about-testimonials-section.core-values {
    background: linear-gradient(180deg, #f8faff 0%, #eef1ff 100%) !important;
}

/* ── Contact page ── */
.contact-page .page-hero-overlay {
    background: var(--g-overlay) !important;
}

.contact-info-card {
    background: var(--g-card) !important;
}

.contact-form-panel {
    background: var(--g-card) !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #4348c4 !important;
}

.contact-side-cta {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.9) !important;
}

.contact-side-cta:hover,
.contact-side-cta:focus {
    background: #fff !important;
    color: #2e3192 !important;
    border-color: #fff !important;
}

.contact-map-section {
    background: linear-gradient(180deg, #f8faff 0%, #eef1ff 100%) !important;
}

/* ── Gallery page ── */
.gallery-page .page-hero-overlay {
    background: var(--g-overlay) !important;
}

.gallery-card {
    background: var(--g-card) !important;
}

.gallery-card-icon {
    color: #2e3192 !important;
}

.gallery-main-section {
    background: linear-gradient(180deg, #fff 0%, #f8faff 100%) !important;
}

/* ── Service page ── */
.service-page .page-hero-overlay {
    background: var(--g-overlay) !important;
}

.service-highlight-card,
.service-booking-panel,
.service-center-card {
    background: var(--g-card) !important;
}

.service-booking-form input:focus,
.service-booking-form textarea:focus {
    border-color: #4348c4 !important;
}

.service-side-call {
    background: transparent !important;
    color: #fff !important;
    border: 2px solid rgba(255, 255, 255, 0.85) !important;
}

.service-side-call:hover {
    background: #fff !important;
    color: #2e3192 !important;
}

.service-centers-section {
    background: linear-gradient(180deg, #f8faff 0%, #eef1ff 100%) !important;
}

.service-center-card::before {
    background: var(--g-bar) !important;
}

/* Font Awesome brand icons (WhatsApp, social, etc.) */
.fa-brands {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400;
}

.service-wa-btn .fa-brands,
.sqa-icon .fa-brands,
.contact-info-icon .fa-brands,
.service-highlight-icon .fa-brands {
    line-height: 1;
}

