css
/* =========================================================
   SHAHBAZ ELECTRIC & PLUMBING SERVICES
   PREMIUM MAIN STYLESHEET
   Riyadh, Saudi Arabia
========================================================= */


/* =========================================================
   VARIABLES
========================================================= */

:root {

    --navy: #071321;
    --navy-light: #0d1d2e;
    --navy-soft: #12243a;

    --blue: #1677ff;
    --blue-dark: #0b5ed7;
    --blue-light: #eaf3ff;

    --white: #ffffff;
    --light: #f6f8fb;
    --light-blue: #f3f7fc;

    --border: #e5e9ef;
    --border-dark: #d7dee7;

    --text: #172033;
    --muted: #697586;
    --muted-light: #8a94a3;

    --green: #20a463;

    --silver: #aeb8c4;

    --shadow:
        0 18px 50px rgba(7, 19, 33, 0.10);

    --shadow-soft:
        0 8px 30px rgba(7, 19, 33, 0.06);

    --radius-sm: 7px;
    --radius-md: 12px;
    --radius-lg: 16px;

    --container: 1200px;

}


/* =========================================================
   RESET
========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    font-family:
        Arial,
        Helvetica,
        sans-serif;

    color: var(--text);
    background: var(--white);
    line-height: 1.6;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    text-decoration: none;
    color: inherit;
}

button,
input,
textarea,
select {
    font: inherit;
}

button {
    cursor: pointer;
}

::selection {
    background: var(--blue);
    color: white;
}


/* =========================================================
   ACCESSIBILITY
========================================================= */

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {

    outline:
        3px solid
        rgba(22, 119, 255, 0.30);

    outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {

    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

}


/* =========================================================
   CONTAINER
========================================================= */

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
}


/* =========================================================
   HEADER
========================================================= */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;

    background:
        rgba(7, 19, 33, 0.92);

    backdrop-filter:
        blur(14px);

    -webkit-backdrop-filter:
        blur(14px);

    border-bottom:
        1px solid
        rgba(255,255,255,0.08);

    transition:
        background 0.3s ease,
        box-shadow 0.3s ease;
}

.header.scrolled {
    background:
        rgba(7, 19, 33, 0.98);

    box-shadow:
        0 8px 30px
        rgba(0,0,0,0.12);
}


/* =========================================================
   NAVBAR
========================================================= */

.navbar {
    max-width: var(--container);
    height: 76px;
    margin: auto;
    padding: 0 25px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}


/* =========================================================
   LOGO
========================================================= */

.logo {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.logo-mark {
    width: 42px;
    height: 42px;
    border-radius: 10px;

    background: var(--blue);
    color: var(--white);

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;
    font-size: 14px;
}

.logo-text strong {
    display: block;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.logo-text span {
    display: block;
    color: #aebdce;
    font-size: 9px;
    letter-spacing: 2px;
}


/* =========================================================
   DESKTOP NAV
========================================================= */

.nav-links {
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav-links a {
    color: #dce5ef;
    font-size: 13px;
    font-weight: 600;

    transition:
        color 0.3s ease,
        opacity 0.3s ease;

    white-space: nowrap;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--white);
}

.nav-links a:not(.call-btn):hover {
    opacity: 0.85;
}


/* =========================================================
   CALL BUTTON
========================================================= */

.call-btn {
    background: var(--blue);
    color: var(--white) !important;
    padding: 11px 17px;
    border-radius: 7px;
}

.call-btn:hover {
    background: var(--blue-dark);
}


/* =========================================================
   WHATSAPP HEADER BUTTON
========================================================= */

.header-whatsapp,
.nav-links .whatsapp-nav {

    color: white !important;
    background: var(--green);

    border:
        1px solid
        var(--green);

    padding: 11px 15px;
    border-radius: 7px;
    font-weight: 700;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        transform 0.2s ease;
}

.header-whatsapp:hover,
.nav-links .whatsapp-nav:hover {

    background: #188b54;
    border-color: #188b54;
    color: white !important;

    transform: translateY(-1px);
}


/* =========================================================
   LANGUAGE SWITCHER
========================================================= */

.language-switcher {

    display: flex;
    align-items: center;
    gap: 4px;

    padding: 4px;

    border:
        1px solid
        rgba(255,255,255,0.15);

    border-radius: 7px;

    flex-shrink: 0;
}

.language-switcher button,
.language-switcher a {

    border: 0;
    background: transparent;
    color: #aebdce;

    padding: 6px 8px;

    border-radius: 5px;

    font-size: 10px;
    font-weight: 700;

    cursor: pointer;
}

.language-switcher button:hover,
.language-switcher button.active,
.language-switcher a:hover,
.language-switcher a.active {

    background:
        rgba(255,255,255,0.10);

    color: white;
}


/* =========================================================
   MOBILE MENU
========================================================= */

.menu-toggle {

    display: none;

    border: none;
    background: transparent;

    color: white;

    font-size: 25px;
    cursor: pointer;

    padding: 5px;
}

.mobile-nav {

    display: none;

    background: var(--navy);

    padding:
        15px 25px 25px;

    border-top:
        1px solid
        rgba(255,255,255,0.06);
}

.mobile-nav.open {
    display: block;
}

.mobile-nav a {

    display: block;

    color: white;

    padding: 12px 0;

    border-bottom:
        1px solid
        rgba(255,255,255,0.08);

    font-size: 14px;
}

.mobile-nav a:hover {
    color: #7eb5ff;
}


/* MOBILE WHATSAPP */

.mobile-nav .header-whatsapp,
.mobile-nav .whatsapp-nav {

    color: white !important;
    background: var(--green);

    border:
        1px solid
        var(--green);

    padding: 10px 14px;
    border-radius: 7px;

    display: inline-block;
}

.mobile-nav .header-whatsapp:hover,
.mobile-nav .whatsapp-nav:hover {

    background: #188b54;
    border-color: #188b54;
    color: white !important;
}


/* =========================================================
   HERO
========================================================= */

.hero {

    position: relative;

    min-height: 680px;

    overflow: hidden;

    background: var(--navy);
}

.hero-slider {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;
}

.hero-slide {

    position: absolute;

    inset: 0;

    width: 100%;
    height: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    opacity: 0;
    visibility: hidden;

    transition:
        opacity 1s ease-in-out,
        visibility 1s ease-in-out;
}

.hero-slide.active {

    opacity: 1;
    visibility: visible;
}


/* =========================================================
   HERO OVERLAY
========================================================= */

.hero-overlay {

    position: absolute;

    inset: 0;

    z-index: 1;

    background:
        linear-gradient(
            90deg,
            rgba(7,19,33,0.97) 0%,
            rgba(7,19,33,0.90) 34%,
            rgba(7,19,33,0.55) 67%,
            rgba(7,19,33,0.20) 100%
        );
}


/* =========================================================
   HERO CONTAINER
========================================================= */

.hero-container {

    position: relative;

    z-index: 2;

    max-width: var(--container);

    min-height: 680px;

    margin: auto;

    padding: 140px 25px 70px;

    display: flex;

    align-items: center;
}

.hero-content {
    width: 540px;
    max-width: 100%;
}

.hero-label {

    display: inline-block;

    color: #7eb5ff;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 2px;

    margin-bottom: 16px;
}

.hero h1 {

    color: var(--white);

    font-size:
        clamp(36px, 4.5vw, 50px);

    line-height: 1.08;

    font-weight: 700;

    letter-spacing: -1.5px;

    margin-bottom: 18px;
}

.hero h1 span {
    color: #5ea2ff;
}

.hero p {

    max-width: 470px;

    color: #c9d4df;

    font-size: 14px;

    line-height: 1.8;

    margin-bottom: 28px;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.hero-buttons {

    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}

.btn {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 12px 20px;

    border-radius: 7px;

    font-size: 13px;
    font-weight: 700;

    transition: 0.3s ease;
}

.btn-primary {
    background: var(--blue);
    color: white;
}

.btn-primary:hover {

    background: var(--blue-dark);

    transform: translateY(-2px);
}

.btn-outline {

    border:
        1px solid
        rgba(255,255,255,0.35);

    color: white;
}

.btn-outline:hover {

    background: white;
    color: var(--navy);
}

.btn-whatsapp {

    background: var(--green);
    color: white;
}

.btn-whatsapp:hover {

    background: #188b54;

    transform: translateY(-2px);
}


/* HOME HERO WHATSAPP — GREEN */

.hero .btn-whatsapp,
.hero .btn-outline[href*="wa.me"] {

    background: var(--green);

    border:
        1px solid
        var(--green);

    color: white;
}

.hero .btn-whatsapp:hover,
.hero .btn-outline[href*="wa.me"]:hover {

    background: #188b54;

    border-color: #188b54;

    color: white;

    transform: translateY(-2px);
}


/* HOME HERO CALL NOW */

.hero .btn-primary[href^="tel:"],
.hero .btn-call {

    background: var(--blue);

    border:
        1px solid
        var(--blue);

    color: white;
}

.hero .btn-primary[href^="tel:"]:hover,
.hero .btn-call:hover {

    background: var(--blue-dark);

    border-color: var(--blue-dark);

    color: white;
}

.hero-location {

    margin-top: 25px;

    color: #b8c7d7;

    font-size: 12px;
}


/* =========================================================
   SLIDE COUNTER
========================================================= */

.slide-counter {

    position: absolute;

    right: 25px;
    bottom: 30px;

    z-index: 4;

    color: white;

    font-size: 12px;

    letter-spacing: 2px;
}


/* =========================================================
   TRUST BAR
========================================================= */

.trust-bar {

    background: white;

    border-bottom:
        1px solid
        var(--border);
}

.trust-container {

    max-width: var(--container);

    margin: auto;

    padding: 25px;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 20px;
}

.trust-item {

    text-align: center;

    padding: 4px;
}

.trust-item strong {

    display: block;

    color: var(--navy);

    font-size: 15px;
}

.trust-item span {

    color: var(--muted);

    font-size: 11px;
}


/* =========================================================
   GENERAL SECTIONS
========================================================= */

.section {
    padding: 85px 25px;
}

.section-light {
    background: var(--light);
}

.section-blue {
    background: var(--light-blue);
}

.section-heading {

    max-width: 650px;

    margin-bottom: 45px;
}

.section-heading.center {

    margin-left: auto;
    margin-right: auto;

    text-align: center;
}

.section-heading small {

    display: block;

    color: var(--blue);

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 10px;
}

.section-heading h2 {

    color: var(--navy);

    font-size: 34px;

    line-height: 1.2;

    margin-bottom: 12px;
}

.section-heading p {

    color: var(--muted);

    font-size: 14px;
}


/* =========================================================
   SERVICES GRID
========================================================= */

.services-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 22px;
}


/* =========================================================
   SERVICE CARD
========================================================= */

.service-card {

    background: white;

    border:
        1px solid
        var(--border);

    border-radius: 13px;

    overflow: hidden;

    transition: 0.35s ease;

    box-shadow:
        0 5px 25px
        rgba(7,19,33,0.04);
}

.service-card:hover {

    transform: translateY(-6px);

    box-shadow: var(--shadow);
}


/* =========================================================
   SERVICE IMAGE
========================================================= */

.service-image {

    position: relative;

    width: 100%;
    height: 165px;

    overflow: hidden;

    background: #e9eef4;
}

.service-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;

    transition:
        transform 0.45s ease;
}

.service-card:hover
.service-image img {

    transform: scale(1.04);
}


/* =========================================================
   SERVICE NUMBER
========================================================= */

.service-number {

    position: absolute;

    top: 12px;
    left: 12px;

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background:
        rgba(7,19,33,0.88);

    color: white;

    font-size: 11px;

    font-weight: 700;
}


/* =========================================================
   SERVICE CONTENT
========================================================= */

.service-content {
    padding: 20px;
}

.service-content h3 {

    color: var(--navy);

    font-size: 17px;

    margin-bottom: 7px;
}

.service-content p {

    color: var(--muted);

    font-size: 12px;

    line-height: 1.7;

    margin-bottom: 14px;
}

.service-link {

    color: var(--blue);

    font-size: 12px;

    font-weight: 700;
}

.service-link:hover {
    color: var(--blue-dark);
}

.services-more {

    text-align: center;

    margin-top: 35px;
}


/* =========================================================
   FEATURED AC SECTION
========================================================= */

.featured-ac {

    background: var(--navy);

    color: white;
}

.featured-ac .section-heading h2 {
    color: white;
}

.featured-ac .section-heading p {
    color: #aebdcd;
}

.ac-problems-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 16px;
}

.ac-problem {

    padding: 22px;

    border:
        1px solid
        rgba(255,255,255,0.10);

    border-radius: 12px;

    background:
        rgba(255,255,255,0.035);

    transition: 0.3s ease;
}

.ac-problem:hover {

    transform: translateY(-4px);

    background:
        rgba(255,255,255,0.06);

    border-color:
        rgba(22,119,255,0.35);
}

.ac-problem-icon {

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background:
        rgba(22,119,255,0.15);

    color: #76adff;

    margin-bottom: 14px;
}

.ac-problem h3 {

    color: white;

    font-size: 14px;

    margin-bottom: 6px;
}

.ac-problem p {

    color: #9eafc1;

    font-size: 11px;

    line-height: 1.7;
}


/* =========================================================
   WHY US
========================================================= */

.why-grid {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 60px;

    align-items: center;
}

.why-image {

    height: 430px;

    border-radius: 15px;

    overflow: hidden;

    background: #e9eef4;
}

.why-image img {

    width: 100%;
    height: 100%;

    object-fit: cover;
}


/* =========================================================
   FEATURES
========================================================= */

.features {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;
}

.feature {

    padding: 20px;

    border:
        1px solid
        var(--border);

    border-radius: 11px;

    background: white;

    transition: 0.3s ease;
}

.feature:hover {

    transform: translateY(-4px);

    box-shadow: var(--shadow-soft);
}

.feature-icon {

    width: 40px;
    height: 40px;

    border-radius: 8px;

    background: #eaf3ff;

    color: var(--blue);

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 13px;

    font-size: 11px;

    font-weight: 800;
}

.feature h3 {

    font-size: 14px;

    margin-bottom: 5px;
}

.feature p {

    color: var(--muted);

    font-size: 11px;

    line-height: 1.6;
}


/* =========================================================
   TECHNICIAN SECTION
========================================================= */

.technician-section {

    padding: 90px 25px;

    background: white;
}

.technician-grid {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns:
        0.9fr 1.1fr;

    gap: 70px;

    align-items: center;
}

.technician-photo {

    position: relative;

    min-height: 410px;

    border-radius: 16px;

    overflow: hidden;

    background: #edf2f7;

    border:
        1px solid
        var(--border);
}

.technician-photo img {

    width: 100%;
    height: 100%;

    min-height: 410px;

    object-fit: cover;
}

.technician-placeholder {

    min-height: 410px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 30px;

    color: var(--muted);

    background:
        linear-gradient(
            145deg,
            #f5f8fb,
            #e9eef4
        );
}

.technician-placeholder strong {

    display: block;

    color: var(--navy);

    font-size: 18px;

    margin-bottom: 7px;
}

.technician-placeholder span {

    display: block;

    font-size: 11px;
}

.technician-content {
    max-width: 600px;
}

.technician-eyebrow {

    display: inline-block;

    color: var(--blue);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 12px;
}

.technician-content h2 {

    color: var(--navy);

    font-size: 37px;

    line-height: 1.15;

    margin-bottom: 17px;
}

.technician-content p {

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;

    margin-bottom: 13px;
}

.technician-note {

    margin-top: 22px;

    padding: 17px 20px;

    border-left:
        3px solid
        var(--blue);

    background: var(--light);

    color: #4d5968;

    font-size: 12px;
}


/* =========================================================
   WORK GALLERY
========================================================= */

.gallery-section {

    padding: 90px 25px;

    background: var(--light);
}

.gallery-filter {

    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-bottom: 30px;
}

.gallery-filter button {

    border:
        1px solid
        var(--border);

    background: white;

    color: var(--muted);

    padding: 9px 14px;

    border-radius: 7px;

    font-size: 11px;

    font-weight: 700;

    transition: 0.25s ease;
}

.gallery-filter button:hover,
.gallery-filter button.active {

    background: var(--navy);

    color: white;

    border-color: var(--navy);
}

.gallery-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}

.gallery-card {

    position: relative;

    min-height: 250px;

    border:
        1px solid
        var(--border);

    border-radius: 13px;

    overflow: hidden;

    background: white;
}

.gallery-card img {

    width: 100%;
    height: 250px;

    object-fit: cover;
}

.gallery-placeholder {

    width: 100%;
    height: 250px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    padding: 25px;

    background:
        linear-gradient(
            145deg,
            #f8fafc,
            #e8eef5
        );

    color: var(--muted);
}

.gallery-placeholder strong {

    display: block;

    color: var(--navy);

    font-size: 14px;

    margin-bottom: 6px;
}

.gallery-placeholder span {
    font-size: 10px;
}

.gallery-label {

    position: absolute;

    left: 12px;
    bottom: 12px;

    padding: 6px 9px;

    border-radius: 5px;

    background:
        rgba(7,19,33,0.88);

    color: white;

    font-size: 9px;

    font-weight: 700;
}


/* =========================================================
   SERVICE AREAS
========================================================= */

.areas-section {

    padding: 80px 25px;

    background: white;
}

.areas-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 12px;

    max-width: 900px;

    margin: 0 auto;
}

.area-item {

    padding: 15px;

    border:
        1px solid
        var(--border);

    border-radius: 9px;

    text-align: center;

    background: #fbfcfd;

    color: var(--text);

    font-size: 12px;

    font-weight: 600;

    transition: 0.25s ease;
}

.area-item:hover {

    border-color: #c9d9eb;

    background: var(--light-blue);

    transform: translateY(-2px);
}


/* =========================================================
   EMERGENCY SECTION
========================================================= */

.emergency {

    background: var(--navy);

    padding: 70px 25px;
}

.emergency-inner {

    max-width: 1100px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;
}

.emergency h2 {

    color: white;

    font-size: 31px;

    margin-bottom: 8px;
}

.emergency p {

    color: #b9c7d5;

    font-size: 13px;
}

.emergency-buttons {

    display: flex;

    gap: 12px;

    flex-wrap: wrap;
}


/* =========================================================
   FAQ
========================================================= */

.faq-section {

    padding: 90px 25px;

    background: var(--light);
}

.faq-container {

    max-width: 850px;

    margin: auto;
}

.faq-list {

    display: grid;

    gap: 10px;
}

.faq-item {

    background: white;

    border:
        1px solid
        var(--border);

    border-radius: 10px;

    overflow: hidden;

    transition:
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.faq-item.open {

    border-color: #cbdced;

    box-shadow:
        0 8px 25px
        rgba(7,19,33,0.05);
}

.faq-question {

    width: 100%;

    border: 0;

    background: transparent;

    color: var(--navy);

    padding: 18px 20px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    text-align: left;

    font-size: 13px;

    font-weight: 700;
}

.faq-question::after {

    content: "+";

    flex-shrink: 0;

    width: 25px;
    height: 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 6px;

    background: var(--light-blue);

    color: var(--blue);

    font-size: 17px;

    font-weight: 400;

    transition: transform 0.25s ease;
}

.faq-item.open
.faq-question::after {
    content: "−";
}

.faq-answer {

    max-height: 0;

    overflow: hidden;

    transition: max-height 0.3s ease;
}

.faq-answer p {

    padding: 0 20px 19px;

    color: var(--muted);

    font-size: 12px;

    line-height: 1.75;
}


/* =========================================================
   REVIEWS
========================================================= */

.reviews-section {

    padding: 90px 25px;

    background: white;
}

.reviews-hero {

    background: var(--navy);

    padding: 130px 25px 75px;

    color: white;
}

.reviews-hero-inner {

    max-width: 1100px;

    margin: auto;
}

.reviews-hero small {

    display: inline-block;

    color: #76adff;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;

    margin-bottom: 12px;
}

.reviews-hero h1 {

    max-width: 650px;

    color: white;

    font-size:
        clamp(34px, 5vw, 50px);

    line-height: 1.1;

    letter-spacing: -1.5px;

    margin-bottom: 15px;
}

.reviews-hero p {

    max-width: 620px;

    color: #b9c7d5;

    font-size: 13px;

    line-height: 1.8;
}

.review-notice {

    max-width: 900px;

    margin: 0 auto 25px;

    padding: 17px 20px;

    border:
        1px solid
        var(--border);

    border-radius: 10px;

    background: var(--light);

    color: var(--muted);

    font-size: 11px;

    line-height: 1.7;
}

.reviews-grid {

    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}

.review-card {

    padding: 25px;

    border:
        1px solid
        var(--border);

    border-radius: 12px;

    background: white;

    min-height: 190px;
}

.review-card-placeholder {

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    min-height: 180px;

    background: var(--light);

    border:
        1px dashed
        var(--border-dark);
}

.review-card-placeholder strong {

    display: block;

    color: var(--navy);

    font-size: 13px;

    margin-bottom: 6px;
}

.review-card-placeholder span {

    color: var(--muted);

    font-size: 10px;
}

.google-review-button {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    margin-top: 30px;

    padding: 12px 20px;

    border-radius: 7px;

    background: var(--blue);

    color: white;

    font-size: 12px;

    font-weight: 700;

    transition: 0.3s ease;
}

.google-review-button:hover {

    background: var(--blue-dark);

    transform: translateY(-2px);
}


/* =========================================================
   BOOKING PAGE
========================================================= */

.booking-section {

    padding: 90px 25px;

    background: var(--light);
}

.booking-grid {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns:
        0.75fr 1.25fr;

    gap: 55px;

    align-items: start;
}

.booking-info {
    padding-top: 5px;
}

.booking-info .eyebrow {

    display: inline-block;

    color: var(--blue);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 2px;
}

.booking-info h2 {

    margin-top: 12px;

    color: var(--navy);

    font-size: 36px;

    line-height: 1.15;
}

.booking-info > p {

    margin-top: 15px;

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;
}

.booking-points {

    display: grid;

    gap: 12px;

    margin-top: 28px;
}

.booking-point {

    display: flex;

    align-items: flex-start;

    gap: 12px;
}

.booking-point-icon {

    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 7px;

    background: var(--blue-light);

    color: var(--blue);

    font-size: 10px;

    font-weight: 800;
}

.booking-point strong {

    display: block;

    color: var(--navy);

    font-size: 12px;
}

.booking-point span {

    display: block;

    color: var(--muted);

    font-size: 10px;

    margin-top: 2px;
}


/* =========================================================
   BOOKING FORM
========================================================= */

.booking-form-card {

    padding: 35px;

    border:
        1px solid
        var(--border);

    border-radius: 16px;

    background: white;

    box-shadow: var(--shadow);
}

.booking-form-heading {

    margin-bottom: 25px;
}

.booking-form-heading h2 {

    color: var(--navy);

    font-size: 27px;

    line-height: 1.2;
}

.booking-form-heading p {

    margin-top: 6px;

    color: var(--muted);

    font-size: 11px;
}

.booking-form {
    display: block;
}

.booking-form .form-row {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 14px;
}

.booking-form .form-group {

    margin-bottom: 16px;
}

.booking-form label {

    display: block;

    margin-bottom: 7px;

    color: #4c5767;

    font-size: 10px;

    font-weight: 700;
}

.booking-form input,
.booking-form select,
.booking-form textarea {

    width: 100%;

    border:
        1px solid
        #dfe4ea;

    border-radius: 7px;

    outline: none;

    background: #fbfcfd;

    color: var(--text);

    font-size: 12px;

    transition: 0.2s ease;
}

.booking-form input,
.booking-form select {

    height: 45px;

    padding: 0 13px;
}

.booking-form textarea {

    min-height: 120px;

    padding: 12px 13px;

    resize: vertical;
}

.booking-form input:focus,
.booking-form select:focus,
.booking-form textarea:focus {

    border-color: var(--blue);

    background: white;

    box-shadow:
        0 0 0 3px
        rgba(22,119,255,0.08);
}

.booking-form input::placeholder,
.booking-form textarea::placeholder {
    color: #a5adba;
}

.file-upload {

    width: 100%;

    padding: 15px;

    border:
        1px dashed
        #cbd5e1;

    border-radius: 8px;

    background: #fafbfd;

    color: var(--muted);

    font-size: 10px;
}

.file-upload input {

    height: auto;

    padding: 0;

    border: none;

    background: transparent;
}

.booking-submit {

    width: 100%;

    border: 0;

    cursor: pointer;

    margin-top: 4px;
}

.booking-note {

    margin-top: 11px;

    color: #8a94a3;

    text-align: center;

    font-size: 9px;

    line-height: 1.5;
}


/* =========================================================
   CONTACT PAGE
========================================================= */

.contact-section {

    padding: 90px 25px;

    background: #ffffff;
}

.contact-grid {

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns:
        0.9fr 1.1fr;

    gap: 70px;

    align-items: start;
}


/* =========================================================
   CONTACT INFORMATION
========================================================= */

.contact-info .eyebrow,
.form-heading .eyebrow {

    display: inline-block;

    color: var(--blue);

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.8px;
}

.contact-info h2 {

    margin-top: 14px;

    color: var(--navy);

    font-size: 38px;

    line-height: 1.15;

    letter-spacing: -1.3px;
}

.contact-info > p {

    max-width: 480px;

    margin-top: 16px;

    color: var(--muted);

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.contact-details {

    margin-top: 30px;

    display: grid;

    gap: 0;
}

.contact-item {

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 16px 0;

    border-bottom:
        1px solid
        var(--border);

    transition: 0.25s ease;
}

.contact-item:hover {
    transform: translateX(4px);
}

.contact-icon {

    width: 43px;
    height: 43px;

    flex: 0 0 43px;

    display: grid;

    place-items: center;

    border-radius: 9px;

    background: #f0f5fc;

    color: var(--blue);

    font-size: 13px;

    font-weight: 800;
}

.contact-item div:last-child {

    display: flex;

    flex-direction: column;
}

.contact-item span {

    color: #8a94a3;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}

.contact-item strong {

    margin-top: 2px;

    color: var(--text);

    font-size: 13px;

    font-weight: 700;
}


/* =========================================================
   CONTACT FORM CARD
========================================================= */

.contact-form-card {

    padding: 38px;

    border:
        1px solid
        var(--border);

    border-radius: 16px;

    background: #ffffff;

    box-shadow: var(--shadow);
}

.form-heading h2 {

    margin-top: 9px;

    color: var(--navy);

    font-size: 28px;

    line-height: 1.2;

    letter-spacing: -0.8px;
}

.form-heading p {

    margin-top: 7px;

    color: var(--muted);

    font-size: 12px;
}

.contact-form-card form {
    margin-top: 28px;
}

.form-row {

    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 14px;
}

.form-group {
    margin-bottom: 17px;
}

.form-group label {

    display: block;

    margin-bottom: 7px;

    color: #4c5767;

    font-size: 10px;

    font-weight: 700;
}

.form-group input,
.form-group select,
.form-group textarea {

    width: 100%;

    border:
        1px solid
        #dfe4ea;

    border-radius: 7px;

    outline: none;

    background: #fbfcfd;

    color: var(--text);

    font-size: 12px;

    transition: 0.2s ease;
}

.form-group input,
.form-group select {

    height: 45px;

    padding: 0 13px;
}

.form-group textarea {

    min-height: 120px;

    padding: 12px 13px;

    resize: vertical;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {

    border-color: var(--blue);

    background: #ffffff;

    box-shadow:
        0 0 0 3px
        rgba(22, 119, 255, 0.08);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #a5adba;
}

.form-submit {

    width: 100%;

    margin-top: 3px;

    border: 0;

    cursor: pointer;
}

.form-note {

    margin-top: 12px;

    color: #8a94a3;

    text-align: center;

    font-size: 9px;
}


/* =========================================================
   PAGE HERO
========================================================= */

.page-hero {

    background: var(--navy);

    padding: 150px 25px 80px;

    color: white;
}

.page-hero-inner {

    max-width: 1200px;

    margin: auto;
}

.page-hero small {

    color: #73acff;

    font-size: 11px;

    letter-spacing: 2px;

    font-weight: 700;
}

.page-hero h1 {

    font-size: 42px;

    margin: 12px 0;
}

.page-hero p {

    color: #b8c7d7;

    max-width: 600px;

    font-size: 14px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta {

    padding: 75px 25px;

    background: var(--navy);
}

.final-cta-inner {

    max-width: 1100px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;
}

.final-cta h2 {

    color: white;

    font-size: 32px;

    line-height: 1.15;

    margin-bottom: 8px;
}

.final-cta p {

    color: #aebdcd;

    font-size: 13px;
}

.final-cta-actions {

    display: flex;

    gap: 10px;

    flex-wrap: wrap;
}


/* =========================================================
   FOOTER
========================================================= */

.footer {

    background: #040c15;

    color: white;

    padding: 55px 25px 25px;
}

.footer-grid {

    max-width: 1200px;

    margin: auto;

    display: grid;

    grid-template-columns:
        1.5fr 1fr 1fr 1fr;

    gap: 40px;
}

.footer h3 {

    font-size: 14px;

    margin-bottom: 15px;
}

.footer p,
.footer a {

    color: #94a5b7;

    font-size: 12px;
}

.footer a {

    display: block;

    margin-bottom: 9px;
}

.footer a:hover {
    color: white;
}

.footer-brand {
    max-width: 300px;
}

.footer-brand-name {

    color: white;

    font-size: 17px;

    font-weight: 600;

    margin-bottom: 8px;
}

.footer-bottom {

    max-width: 1200px;

    margin: 40px auto 0;

    padding-top: 20px;

    border-top:
        1px solid
        rgba(255,255,255,0.08);

    color: #718196;

    font-size: 11px;
}


/* =========================================================
   WHATSAPP FLOAT
========================================================= */

.whatsapp-float {

    position: fixed;

    right: 22px;
    bottom: 22px;

    width: 54px;
    height: 54px;

    border-radius: 50%;

    background: var(--green);

    color: white;

    display: flex;

    align-items: center;
    justify-content: center;

    font-size: 11px;

    font-weight: 800;

    z-index: 999;

    box-shadow:
        0 8px 25px
        rgba(32,164,99,0.3);

    transition: 0.3s ease;
}

.whatsapp-float:hover {

    transform: translateY(-4px);

    box-shadow:
        0 12px 30px
        rgba(32,164,99,0.38);
}


/* =========================================================
   ABOUT PAGE
========================================================= */

.about-hero {

    min-height: 430px;

    padding: 150px 25px 75px;

    background:
        linear-gradient(
            90deg,
            rgba(7,19,33,0.98),
            rgba(7,19,33,0.78)
        );

    color: white;
}

.about-hero-inner {

    max-width: 1150px;

    margin: auto;

    display: flex;

    align-items: flex-end;

    justify-content: space-between;

    gap: 50px;
}

.about-hero-content {

    max-width: 650px;

    animation:
        aboutFadeUp 0.9s ease both;
}

.about-eyebrow {

    display: inline-block;

    color: #79b2ff;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 2.2px;

    margin-bottom: 15px;
}

.about-eyebrow.dark {
    color: var(--blue);
}

.about-hero h1 {

    max-width: 650px;

    font-size:
        clamp(38px, 5vw, 58px);

    line-height: 1.05;

    letter-spacing: -2px;

    margin-bottom: 20px;
}

.about-hero h1 span {
    color: #69aaff;
}

.about-hero p {

    max-width: 560px;

    color: #c4d0dd;

    font-size: 14px;

    line-height: 1.8;
}

.about-hero-number {

    min-width: 155px;

    padding-left: 25px;

    border-left:
        1px solid
        rgba(255,255,255,0.2);

    animation:
        aboutFadeUp 1s ease 0.15s both;
}

.about-hero-number strong {

    display: block;

    font-size: 43px;

    line-height: 1;
}

.about-hero-number span {

    display: block;

    margin-top: 8px;

    color: #aebdcd;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================================
   ABOUT MAIN
========================================================= */

.about-main {

    padding: 95px 25px;

    background: white;
}

.about-main-grid {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns:
        0.85fr 1.15fr;

    gap: 75px;

    align-items: center;
}

.about-photo-wrap {

    position: relative;

    max-width: 475px;
}

.about-photo {

    width: 100%;

    height: 355px;

    overflow: hidden;

    border-radius: 14px;

    box-shadow:
        0 20px 50px
        rgba(7,19,33,0.12);
}

.about-photo img {

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform 0.7s ease;
}

.about-photo:hover img {
    transform: scale(1.035);
}

.about-photo-badge {

    position: absolute;

    right: -20px;
    bottom: -20px;

    width: 145px;

    padding: 20px;

    background: var(--navy);

    border-radius: 11px;

    box-shadow:
        0 15px 35px
        rgba(7,19,33,0.2);
}

.about-photo-badge strong {

    display: block;

    color: white;

    font-size: 26px;

    line-height: 1;
}

.about-photo-badge span {

    display: block;

    color: #aebdcd;

    font-size: 10px;

    margin-top: 6px;
}

.about-story {

    max-width: 600px;

    animation:
        aboutFadeUp 0.8s ease both;
}

.about-story h2 {

    max-width: 560px;

    color: var(--navy);

    font-size: 37px;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 18px;
}

.about-story p {

    color: var(--muted);

    font-size: 13px;

    line-height: 1.8;

    margin-bottom: 13px;
}

.about-story .about-lead {

    color: #3d4a5b;

    font-size: 15px;

    line-height: 1.75;
}

.about-actions {

    display: flex;

    align-items: center;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;
}

.about-btn-primary {

    display: inline-flex;

    padding: 12px 20px;

    border-radius: 7px;

    background: var(--blue);

    color: white;

    font-size: 12px;

    font-weight: 700;

    transition: 0.3s ease;
}

.about-btn-primary:hover {

    background: var(--blue-dark);

    transform: translateY(-2px);
}

.about-btn-secondary {

    display: inline-flex;

    padding: 11px 18px;

    border:
        1px solid
        var(--border);

    border-radius: 7px;

    color: var(--navy);

    font-size: 12px;

    font-weight: 600;

    transition: 0.3s ease;
}

.about-btn-secondary:hover {

    border-color: var(--blue);

    color: var(--blue);
}


/* =========================================================
   ABOUT STATS
========================================================= */

.about-stats {

    background: var(--navy);

    padding: 30px 25px;
}

.about-stats-inner {

    max-width: 1050px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);
}

.about-stat {

    text-align: center;

    padding: 8px 20px;

    border-right:
        1px solid
        rgba(255,255,255,0.1);
}

.about-stat:last-child {
    border-right: none;
}

.about-stat strong {

    display: block;

    color: white;

    font-size: 25px;

    line-height: 1.1;
}

.about-stat span {

    display: block;

    color: #8fa1b4;

    font-size: 10px;

    margin-top: 6px;
}


/* =========================================================
   ABOUT VALUES
========================================================= */

.about-values {

    padding: 90px 25px;

    background: #f6f8fb;
}

.about-section-heading {

    max-width: 650px;

    margin: 0 auto 45px;

    text-align: center;
}

.about-section-heading h2 {

    color: var(--navy);

    font-size: 35px;

    line-height: 1.15;

    letter-spacing: -1px;

    margin-bottom: 12px;
}

.about-section-heading p {

    color: var(--muted);

    font-size: 13px;

    line-height: 1.7;
}

.about-values-grid {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 17px;
}

.about-value-card {

    position: relative;

    padding: 28px 22px;

    min-height: 225px;

    background: white;

    border:
        1px solid
        var(--border);

    border-radius: 12px;

    overflow: hidden;

    transition: 0.35s ease;
}

.about-value-card:hover {

    transform: translateY(-7px);

    box-shadow:
        0 18px 45px
        rgba(7,19,33,0.09);

    border-color: #d7e5f7;
}

.about-value-number {

    position: absolute;

    top: 17px;
    right: 18px;

    color: #d6dfe9;

    font-size: 10px;

    font-weight: 700;
}

.about-value-icon {

    width: 39px;
    height: 39px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 8px;

    background: #eaf3ff;

    color: var(--blue);

    font-size: 15px;

    font-weight: 700;
}

.about-value-card h3 {

    color: var(--navy);

    font-size: 14px;

    margin-bottom: 9px;
}

.about-value-card p {

    color: var(--muted);

    font-size: 11px;

    line-height: 1.7;
}


/* =========================================================
   ABOUT PROCESS
========================================================= */

.about-process {

    padding: 90px 25px;

    background: white;
}

.about-process-heading {

    max-width: 1100px;

    margin: auto auto 45px;
}

.about-process-heading h2 {

    max-width: 520px;

    color: var(--navy);

    font-size: 37px;

    line-height: 1.15;

    letter-spacing: -1px;
}

.about-process-grid {

    max-width: 1100px;

    margin: auto;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    border-top:
        1px solid
        var(--border);
}

.about-process-step {

    display: flex;

    gap: 17px;

    padding: 27px 20px 10px 0;

    border-right:
        1px solid
        var(--border);

    margin-right: 20px;
}

.about-process-step:last-child {

    border-right: none;

    margin-right: 0;
}

.about-process-step > span {

    color: var(--blue);

    font-size: 11px;

    font-weight: 800;
}

.about-process-step h3 {

    color: var(--navy);

    font-size: 14px;

    margin-bottom: 7px;
}

.about-process-step p {

    color: var(--muted);

    font-size: 11px;

    line-height: 1.65;
}


/* =========================================================
   ABOUT FINAL CTA
========================================================= */

.about-final-cta {

    padding: 70px 25px;

    background: var(--navy);
}

.about-final-inner {

    max-width: 1100px;

    margin: auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 35px;
}

.about-final-inner h2 {

    color: white;

    font-size: 32px;

    line-height: 1.15;

    margin-bottom: 8px;
}

.about-final-inner p {

    color: #aebdcd;

    font-size: 13px;
}

.about-final-actions {

    display: flex;

    gap: 10px;

    flex-wrap: wrap;
}

.about-cta-call,
.about-cta-whatsapp {

    display: inline-flex;

    align-items: center;
    justify-content: center;

    padding: 12px 21px;

    border-radius: 7px;

    font-size: 12px;

    font-weight: 700;

    transition: 0.3s ease;
}

.about-cta-call {

    background: var(--blue);

    color: white;
}

.about-cta-call:hover {

    background: var(--blue-dark);

    transform: translateY(-2px);
}

.about-cta-whatsapp {

    border:
        1px solid
        rgba(255,255,255,0.3);

    color: white;
}

.about-cta-whatsapp:hover {

    background: white;

    color: var(--navy);
}


/* =========================================================
   REVEAL ANIMATION
========================================================= */

.reveal {

    opacity: 0;

    transform: translateY(20px);

    transition:
        opacity 0.7s ease,
        transform 0.7s ease;
}

.reveal.visible {

    opacity: 1;

    transform: translateY(0);
}


/* =========================================================
   ABOUT ANIMATION
========================================================= */

@keyframes aboutFadeUp {

    from {

        opacity: 0;

        transform: translateY(25px);
    }

    to {

        opacity: 1;

        transform: translateY(0);
    }
}


/* =========================================================
   IMAGE ERROR STATE
========================================================= */

.image-error {

    object-fit: contain !important;

    padding: 30px;

    background: #eef2f6;
}


/* =========================================================
   RTL — ARABIC
========================================================= */

html[dir="rtl"] body,
body.rtl {

    direction: rtl;

    text-align: right;
}

html[dir="rtl"] .nav-links,
html[dir="rtl"] .logo,
html[dir="rtl"] .hero-buttons,
html[dir="rtl"] .about-actions,
html[dir="rtl"] .emergency-buttons,
html[dir="rtl"] .final-cta-actions {

    direction: rtl;
}

html[dir="rtl"] .hero-overlay {

    background:
        linear-gradient(
            270deg,
            rgba(7,19,33,0.97) 0%,
            rgba(7,19,33,0.90) 34%,
            rgba(7,19,33,0.55) 67%,
            rgba(7,19,33,0.20) 100%
        );
}

html[dir="rtl"] .service-number {

    left: auto;

    right: 12px;
}

html[dir="rtl"] .about-photo-badge {

    right: auto;

    left: -20px;
}

html[dir="rtl"] .about-photo {
    direction: rtl;
}

html[dir="rtl"] .about-process-step {

    padding: 27px 0 10px 20px;

    border-right: none;

    border-left:
        1px solid
        var(--border);

    margin-right: 0;

    margin-left: 20px;
}

html[dir="rtl"] .about-process-step:last-child {

    border-left: none;

    margin-left: 0;
}

html[dir="rtl"] .contact-item:hover {
    transform: translateX(-4px);
}

html[dir="rtl"] .faq-question {
    text-align: right;
}

html[dir="rtl"] .technician-note {

    border-left: none;

    border-right:
        3px solid
        var(--blue);
}

html[dir="rtl"] .language-switcher {
    direction: rtl;
}


/* =========================================================
   RESPONSIVE — 1100px
========================================================= */

@media (max-width: 1100px) {

    .nav-links {
        gap: 17px;
    }

    .navbar {

        padding-left: 20px;
        padding-right: 20px;
    }

    .booking-grid {
        gap: 35px;
    }
}


/* =========================================================
   RESPONSIVE — 1000px
========================================================= */

@media (max-width: 1000px) {

    .nav-links {
        gap: 13px;
    }

    .nav-links a {
        font-size: 12px;
    }

    .services-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .trust-container {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .areas-grid {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .reviews-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .booking-grid {
        grid-template-columns: 1fr;
    }

    .booking-info {
        max-width: 700px;
    }

    .technician-grid {

        grid-template-columns:
            1fr 1fr;

        gap: 40px;
    }

    .about-values-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .about-process-grid {

        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 25px;
    }

    .about-process-step:nth-child(2) {
        border-right: none;
    }
}


/* =========================================================
   RESPONSIVE — 900px
========================================================= */

@media (max-width: 900px) {

    .contact-grid {

        grid-template-columns: 1fr;

        gap: 45px;
    }

    .contact-form-card {
        max-width: 700px;
    }

    .why-grid {

        grid-template-columns: 1fr;

        gap: 40px;
    }

    .technician-grid {
        grid-template-columns: 1fr;
    }

    .technician-photo {
        max-width: 600px;
    }

    .about-main-grid {

        grid-template-columns: 1fr;

        gap: 50px;
    }

    .about-photo-wrap {

        max-width: 600px;

        margin: auto;
    }

    .about-story {

        max-width: 700px;

        margin: auto;
    }

    .about-final-inner {

        align-items: flex-start;

        flex-direction: column;
    }
}


/* =========================================================
   RESPONSIVE — 768px
   MOBILE LANGUAGE SWITCHER FIX
========================================================= */

@media (max-width: 768px) {

    .navbar {

        height: 68px;

        padding-left: 18px;
        padding-right: 18px;

        gap: 8px;
    }

    .nav-links {
        display: none;
    }


    /* =====================================================
       IMPORTANT:
       LANGUAGE SWITCHER IS NOW VISIBLE ON MOBILE
    ===================================================== */

    .language-switcher {

        display: flex !important;

        align-items: center;
        justify-content: center;

        gap: 2px;

        padding: 3px;

        margin-left: auto;

        flex-shrink: 0;

        border-radius: 7px;
    }

    .language-switcher button,
    .language-switcher a {

        display: inline-flex;

        align-items: center;
        justify-content: center;

        min-width: 34px;

        height: 30px;

        padding: 5px 7px;

        font-size: 9px;

        line-height: 1;

        white-space: nowrap;
    }


    .menu-toggle {

        display: block;

        flex-shrink: 0;

        font-size: 24px;

        padding: 4px;

        margin-left: 2px;
    }


    .hero,
    .hero-container {

        min-height: 650px;
    }

    .hero-container {
        padding-top: 120px;
    }

    .hero h1 {
        font-size: 39px;
    }

    .trust-container {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .ac-problems-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .areas-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .about-stats-inner {

        grid-template-columns:
            repeat(2, 1fr);

        row-gap: 20px;
    }

    .about-stat:nth-child(2) {
        border-right: none;
    }

    .about-process-grid {

        grid-template-columns:
            repeat(2, 1fr);
    }

    .emergency-inner {

        flex-direction: column;

        align-items: flex-start;
    }

    .final-cta-inner {

        flex-direction: column;

        align-items: flex-start;
    }
}


/* =========================================================
   RESPONSIVE — 760px
========================================================= */

@media (max-width: 760px) {

    .contact-section {
        padding: 65px 18px;
    }

    .contact-info h2 {
        font-size: 32px;
    }

    .contact-form-card {
        padding: 25px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .booking-form .form-row {

        grid-template-columns: 1fr;

        gap: 0;
    }

    .booking-form-card {
        padding: 25px;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   RESPONSIVE — 650px
========================================================= */

@media (max-width: 650px) {

    .about-hero {
        padding: 125px 18px 60px;
    }

    .about-hero-inner {

        flex-direction: column;

        align-items: flex-start;

        gap: 30px;
    }

    .about-hero h1 {
        font-size: 39px;
    }

    .about-hero-number {

        padding-left: 0;

        padding-top: 15px;

        border-left: none;

        border-top:
            1px solid
            rgba(255,255,255,0.2);
    }

    .about-main {
        padding: 65px 18px;
    }

    .about-photo {
        height: 285px;
    }

    .about-photo-badge {

        right: 10px;

        bottom: -18px;
    }

    .about-story h2 {
        font-size: 30px;
    }

    .about-values {
        padding: 65px 18px;
    }

    .about-values-grid {
        grid-template-columns: 1fr;
    }

    .about-process {
        padding: 65px 18px;
    }

    .about-process-grid {
        grid-template-columns: 1fr;
    }

    .about-process-step {

        border-right: none;

        border-bottom:
            1px solid
            var(--border);

        padding-bottom: 22px;

        margin-right: 0;
    }

    .about-process-step:last-child {
        border-bottom: none;
    }

    .about-final-cta {
        padding: 60px 18px;
    }

    .about-final-inner h2 {
        font-size: 28px;
    }

    .technician-section,
    .gallery-section,
    .areas-section,
    .faq-section,
    .reviews-section,
    .booking-section {

        padding: 65px 18px;
    }

    .technician-content h2 {
        font-size: 30px;
    }

    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .ac-problems-grid {
        grid-template-columns: 1fr;
    }
}


/* =========================================================
   RESPONSIVE — 560px
========================================================= */

@media (max-width: 560px) {

    .navbar {

        padding: 0 14px;

        gap: 6px;
    }

    .logo {

        gap: 8px;

        min-width: 0;
    }

    .logo-mark {

        width: 38px;
        height: 38px;

        flex-shrink: 0;
    }

    .logo-text {
        min-width: 0;
    }

    .logo-text strong {

        font-size: 13px;

        white-space: nowrap;
    }

    .logo-text span {

        font-size: 7px;

        letter-spacing: 1.4px;

        white-space: nowrap;
    }


    /* MOBILE LANGUAGE SWITCHER */

    .language-switcher {

        padding: 2px;

        gap: 1px;
    }

    .language-switcher button,
    .language-switcher a {

        min-width: 30px;

        height: 28px;

        padding: 4px 5px;

        font-size: 8px;
    }

    .menu-toggle {

        font-size: 23px;

        padding: 3px;
    }


    .hero-container {

        padding-left: 18px;
        padding-right: 18px;
    }

    .hero h1 {
        font-size: 35px;
    }

    .hero p {
        font-size: 13px;
    }

    .hero-buttons {

        align-items: stretch;

        flex-direction: column;

        max-width: 300px;
    }

    .hero-buttons .btn {
        width: 100%;
    }

    .section {
        padding: 65px 18px;
    }

    .section-heading h2 {
        font-size: 28px;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-image {
        height: 175px;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .trust-container {

        grid-template-columns:
            1fr 1fr;

        padding: 20px 15px;
    }

    .trust-item strong {
        font-size: 14px;
    }

    .footer {

        padding-left: 18px;

        padding-right: 18px;
    }

    .footer-grid {
        grid-template-columns: 1fr;

        gap: 28px;
    }

    .page-hero {
        padding: 125px 18px 65px;
    }

    .page-hero h1 {
        font-size: 34px;
    }

    .areas-grid {
        grid-template-columns:
            1fr 1fr;
    }

    .gallery-filter {
        gap: 6px;
    }

    .gallery-filter button {

        font-size: 10px;

        padding: 8px 10px;
    }

    .booking-info h2 {
        font-size: 30px;
    }

    .booking-form-card {

        padding: 20px;

        border-radius: 12px;
    }

    .whatsapp-float {

        right: 15px;

        bottom: 15px;

        width: 50px;
        height: 50px;
    }
}


/* =========================================================
   RESPONSIVE — 480px
========================================================= */

@media (max-width: 480px) {

    .contact-form-card {

        padding: 20px;

        border-radius: 12px;
    }

    .contact-info h2 {
        font-size: 29px;
    }

    .contact-item {
        gap: 12px;
    }

    .about-stats-inner {

        grid-template-columns:
            1fr 1fr;
    }

    .about-stat {
        padding: 8px 10px;
    }

    .about-stat strong {
        font-size: 21px;
    }

    .final-cta h2 {
        font-size: 27px;
    }

    .emergency h2 {
        font-size: 27px;
    }

    .technician-photo,
    .technician-placeholder {
        min-height: 300px;
    }

    .technician-photo img {
        min-height: 300px;
    }


    /* EXTRA SMALL MOBILE LANGUAGE FIX */

    .language-switcher button,
    .language-switcher a {

        min-width: 28px;

        height: 27px;

        padding: 4px;

        font-size: 8px;
    }

    .menu-toggle {
        font-size: 22px;
    }
}


/* =========================================================
   RTL RESPONSIVE FIXES
========================================================= */

@media (max-width: 768px) {

    html[dir="rtl"] .about-process-step {

        padding: 20px 0;

        border-left: none;

        margin-left: 0;
    }

    html[dir="rtl"] .about-photo-badge {
        left: 10px;
    }

    html[dir="rtl"] .language-switcher {
        direction: rtl;
    }
}


/* =========================================================
   PRINT
========================================================= */

@media print {

    .header,
    .mobile-nav,
    .whatsapp-float,
    .menu-toggle {

        display: none !important;
    }

    body {

        background: white;

        color: black;
    }
}

/* =========================================================
   SHAHBAZ ELECTRIC - TARGETED HEADER + REVIEW FIX
   IMPORTANT: Add this at the VERY END of your existing style.css.
   Do NOT replace the whole stylesheet.
========================================================= */

/* Keep the website's normal/light page backgrounds unchanged */
body {
    background: #ffffff !important;
    color: #172033;
}

/* =========================
   HEADER
========================= */
.header {
    background: rgba(7, 19, 33, 0.96) !important;
    color: #ffffff !important;
}

.logo {
    color: #ffffff !important;
}

.logo-mark {
    background: #1677ff !important;
    color: #ffffff !important;
}

.logo-text strong {
    color: #ffffff !important;
}

.logo-text span {
    color: #aebdce !important;
}

.nav-links a {
    color: #dce5ef !important;
}

.nav-links a:hover,
.nav-links a.active {
    color: #ffffff !important;
}

/* WhatsApp - GREEN */
.header-whatsapp,
.nav-links .whatsapp-nav {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #20a463 !important;
    border: 1px solid #20a463 !important;
    color: #ffffff !important;
    padding: 11px 15px !important;
    border-radius: 7px !important;
    font-weight: 700 !important;
}

.header-whatsapp:hover,
.nav-links .whatsapp-nav:hover {
    background: #188b54 !important;
    border-color: #188b54 !important;
    color: #ffffff !important;
}

/* Call Now - BLUE */
.call-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
    padding: 11px 17px !important;
    border-radius: 7px !important;
    font-weight: 700 !important;
}

.call-btn:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
}

/* Language switcher */
.language-switcher {
    background: transparent !important;
    border: 1px solid rgba(255,255,255,0.15) !important;
}

.language-switcher button,
.language-switcher a {
    background: transparent !important;
    color: #aebdce !important;
}

.language-switcher button.active,
.language-switcher button:hover,
.language-switcher a.active,
.language-switcher a:hover {
    background: rgba(255,255,255,0.10) !important;
    color: #ffffff !important;
}

/* Mobile menu keeps the same navy header styling */
.mobile-nav {
    background: #071321 !important;
}

.mobile-nav a {
    color: #ffffff !important;
}

.mobile-nav .header-whatsapp,
.mobile-nav .whatsapp-nav {
    background: #20a463 !important;
    border-color: #20a463 !important;
    color: #ffffff !important;
}

/* =========================
   GOOGLE REVIEWS BUTTONS
========================= */
.services-more .btn-primary,
.services-more a[href*="g.page"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.services-more .btn-outline,
.services-more a[href*="share.google"] {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    border: 1px solid rgba(23,32,51,0.22) !important;
    color: #172033 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.services-more .btn-primary:hover,
.services-more a[href*="g.page"]:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
}

.services-more .btn-outline:hover,
.services-more a[href*="share.google"]:hover {
    background: #1677ff !important;
    border-color: #1677ff !important;
    color: #ffffff !important;
}

/* =========================
   IMPORTANT: keep normal sections LIGHT
========================= */
.section-light {
    background: #f6f8fb !important;
}

.section-blue {
    background: #f3f7fc !important;
}

/* Review section itself stays light, as in the original website */
.services-more {
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    .header-whatsapp,
    .nav-links .whatsapp-nav,
    .call-btn {
        color: #ffffff !important;
    }

    .logo-mark {
        background: #1677ff !important;
        color: #ffffff !important;
    }

    .services-more {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
    }

    .services-more .btn,
    .services-more a[href*="g.page"],
    .services-more a[href*="share.google"] {
        min-height: 42px;
    }
}

/* =========================================================
   FINAL REQUESTED FIXES
   - Hero heading is fully white
   - Final CTA + footer use the same navy as the header
   - Floating WhatsApp is always green
========================================================= */

.hero h1,
.hero h1 span {
    color: #ffffff !important;
}

.final-cta,
.footer {
    background: var(--navy) !important;
}

.whatsapp-float,
.whatsapp-float:visited,
.whatsapp-float:link {
    background: #20a463 !important;
    color: #ffffff !important;
    border-color: #20a463 !important;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    background: #188b54 !important;
    color: #ffffff !important;
    border-color: #188b54 !important;
}

/* =========================================================
   RELIABLE AC SOLUTIONS — BOX STYLE MATCHING AREAS
   Only the AC service feature boxes are updated here.
========================================================= */

.feature {
    padding: 15px !important;
    border: 1px solid var(--border) !important;
    border-radius: 9px !important;
    background: #fbfcfd !important;
    color: var(--text) !important;
    transition: 0.25s ease !important;
    box-shadow: none !important;
}

.feature:hover {
    border-color: #c9d9eb !important;
    background: var(--light-blue) !important;
    transform: translateY(-2px) !important;
    box-shadow: none !important;
}

.feature h3 {
    color: var(--text) !important;
}

.feature p {
    color: var(--muted) !important;
}

.feature-icon {
    width: 34px !important;
    height: 34px !important;
    border-radius: 7px !important;
    background: var(--blue-light) !important;
    color: var(--blue) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-bottom: 10px !important;
}

/* =========================================================
   FINAL EXACT REQUESTED FIXES
   1. Hero heading: complete text WHITE
   2. Need a Technician CTA: same NAVY as header
   3. Footer: same NAVY as header / CTA
   4. Technician Request a Service button: clearly visible BLUE
   5. Floating WhatsApp: GREEN
   Do not change other sections.
========================================================= */

/* HERO HEADING — ALL WHITE */
.hero h1,
.hero h1 span {
    color: #ffffff !important;
}

/* NEED A TECHNICIAN — HEADER NAVY */
.emergency {
    background: var(--navy) !important;
}

.emergency h2 {
    color: #ffffff !important;
}

.emergency p {
    color: #b9c7d5 !important;
}

/* FINAL BUTTONS */
.emergency-buttons .btn-primary {
    background: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    color: #ffffff !important;
}

.emergency-buttons .btn-primary:hover {
    background: var(--blue-dark) !important;
    border-color: var(--blue-dark) !important;
    color: #ffffff !important;
}

.emergency-buttons .btn-outline[href*="wa.me"] {
    background: var(--green) !important;
    border-color: var(--green) !important;
    color: #ffffff !important;
}

.emergency-buttons .btn-outline[href*="wa.me"]:hover {
    background: #188b54 !important;
    border-color: #188b54 !important;
    color: #ffffff !important;
}

.emergency-buttons .btn-outline[href="booking.html"] {
    background: var(--blue) !important;
    border-color: var(--blue) !important;
    color: #ffffff !important;
}

.emergency-buttons .btn-outline[href="booking.html"]:hover {
    background: var(--blue-dark) !important;
    border-color: var(--blue-dark) !important;
    color: #ffffff !important;
}

/* TECHNICIAN INFO — REQUEST A SERVICE BUTTON */
.why-grid > div:last-child > .btn-primary {
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin-top: 20px !important;
    background: var(--blue) !important;
    border: 1px solid var(--blue) !important;
    color: #ffffff !important;
}

.why-grid > div:last-child > .btn-primary:hover {
    background: var(--blue-dark) !important;
    border-color: var(--blue-dark) !important;
    color: #ffffff !important;
}

/* FOOTER — SAME NAVY AS HEADER */
.footer {
    background: var(--navy) !important;
}

/* FLOATING WHATSAPP — GREEN */
.whatsapp-float,
.whatsapp-float:visited,
.whatsapp-float:link {
    background: #20a463 !important;
    border-color: #20a463 !important;
    color: #ffffff !important;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    background: #188b54 !important;
    border-color: #188b54 !important;
    color: #ffffff !important;
}
/* =========================================================
   HERO BUTTON COLORS
========================================================= */

/* BOOK A SERVICE — BLUE */
.hero .hero-buttons a[href="booking.html"],
.hero .hero-buttons a.btn-primary {
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
}

.hero .hero-buttons a[href="booking.html"]:hover,
.hero .hero-buttons a.btn-primary:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
}


/* WHATSAPP US — GREEN */
.hero .hero-buttons a[href*="wa.me"],
.hero .hero-buttons .btn-whatsapp {
    background: #20a463 !important;
    border: 1px solid #20a463 !important;
    color: #ffffff !important;
}

.hero .hero-buttons a[href*="wa.me"]:hover,
.hero .hero-buttons .btn-whatsapp:hover {
    background: #188b54 !important;
    border-color: #188b54 !important;
    color: #ffffff !important;
}


/* CALL NOW — BLUE */
.hero .hero-buttons a[href^="tel:"],
.hero .hero-buttons .btn-call {
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
}

.hero .hero-buttons a[href^="tel:"]:hover,
.hero .hero-buttons .btn-call:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
}
/* =========================================================
   MEET TECHNICIAN SHAHBAZ - REQUEST A SERVICE BUTTON
========================================================= */

.why-grid > div:last-child .btn-primary {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;

    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;

    padding: 13px 24px !important;
    border-radius: 8px !important;

    font-weight: 700 !important;
    text-decoration: none !important;

    margin-top: 18px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.why-grid > div:last-child .btn-primary:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}
/* =========================================================
   NEED A TECHNICIAN + FOOTER FINAL COLORS
========================================================= */

/* Need a Technician section */
.emergency {
    background: #071321 !important;
    color: #ffffff !important;
}

.emergency h2 {
    color: #ffffff !important;
}

.emergency p {
    color: #c9d4df !important;
}

/* WhatsApp - Green */
.emergency a[href*="wa.me"] {
    background: #20a463 !important;
    border: 1px solid #20a463 !important;
    color: #ffffff !important;
}

/* Call Now - Blue */
.emergency a[href^="tel:"] {
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
}

/* Book a Service - Blue */
.emergency a[href="booking.html"] {
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
}

/* Hover */
.emergency a[href*="wa.me"]:hover {
    background: #188b54 !important;
    border-color: #188b54 !important;
}

.emergency a[href^="tel:"]:hover,
.emergency a[href="booking.html"]:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
}

/* Footer - same color as Header */
.footer {
    background: #071321 !important;
    color: #ffffff !important;
}

.footer h3,
.footer h4,
.footer strong {
    color: #ffffff !important;
}

.footer p,
.footer span,
.footer li,
.footer a {
    color: #c9d4df !important;
}

.footer a:hover {
    color: #ffffff !important;
}

.footer-bottom {
    background: #071321 !important;
    border-top: 1px solid rgba(255,255,255,0.12) !important;
    color: #c9d4df !important;
}
/* =========================================================
   SERVICES PAGE — TOP HERO DARK HEADER COLOR
========================================================= */

.page-hero.services-page-animation {
    background: #071321 !important;
}

.page-hero.services-page-animation h1,
.page-hero.services-page-animation h2,
.page-hero.services-page-animation p,
.page-hero.services-page-animation span,
.page-hero.services-page-animation small {
    color: #ffffff !important;
}
/* =========================================================
   ABOUT PAGE — REQUESTED FIXES ONLY
========================================================= */

/* 24/7 badge on technician image */
.about-photo-badge {
    background: #071321 !important;
    color: #ffffff !important;
}

.about-photo-badge strong,
.about-photo-badge span {
    color: #ffffff !important;
}


/* WHO WE ARE — BLUE */
.about-story .about-eyebrow.dark,
.about-section-heading .about-eyebrow.dark {
    color: #1677ff !important;
}


/* Request a Service button */
.about-actions {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 24px !important;
}

.about-actions .about-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
    padding: 13px 24px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.about-actions .about-btn-primary:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}


/* Phone number — box around it */
.about-actions .about-btn-secondary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 12px 20px !important;
    border: 1px solid #d7e0ea !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #071321 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
}

.about-actions .about-btn-secondary:hover {
    border-color: #1677ff !important;
    color: #1677ff !important;
}


/* =========================================================
   DELETE / HIDE STATS SECTION
========================================================= */

.about-stats {
    display: none !important;
}


/* =========================================================
   WHY SHAHBAZ ELECTRIC — BLUE HEADING
========================================================= */

.about-values .about-eyebrow.dark {
    color: #1677ff !important;
}


/* =========================================================
   OUR PROCESS — BOXES
========================================================= */

.about-process-step {
    background: #ffffff !important;
    border: 1px solid #dbe3ec !important;
    border-radius: 10px !important;
    padding: 22px !important;
    box-shadow: none !important;
}

.about-process-step:hover {
    border-color: #c9d9eb !important;
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 22px rgba(7, 19, 33, 0.08) !important;
}


/* =========================================================
   FINAL CTA — HEADER DARK NAVY
========================================================= */

.about-final-cta {
    background: #071321 !important;
    color: #ffffff !important;
}

.about-final-cta h2 {
    color: #ffffff !important;
}

.about-final-cta p {
    color: #c9d4df !important;
}

.about-final-cta .about-eyebrow {
    color: #7eb5ff !important;
}


/* CALL — BLUE */
.about-final-actions .about-cta-call {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
    padding: 13px 24px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}


/* WHATSAPP — GREEN */
.about-final-actions .about-cta-whatsapp {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #20a463 !important;
    border: 1px solid #20a463 !important;
    color: #ffffff !important;
    padding: 13px 24px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.about-final-actions .about-cta-call:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
}

.about-final-actions .about-cta-whatsapp:hover {
    background: #188b54 !important;
    border-color: #188b54 !important;
    color: #ffffff !important;
}
/* =========================================================
   FAQ PAGE — FINAL COLOR FIXES
========================================================= */

/* HAVE QUESTIONS? — BLUE */
.section-heading.center small {
    color: #1677ff !important;
}


/* NEED SERVICE? — BLUE */
.section-heading.center h2 {
    color: #1677ff !important;
}


/* WHATSAPP — GREEN */
.services-more a[href*="wa.me"] {
    background: #20a463 !important;
    border: 1px solid #20a463 !important;
    color: #ffffff !important;
}

.services-more a[href*="wa.me"]:hover {
    background: #188b54 !important;
    border-color: #188b54 !important;
    color: #ffffff !important;
}


/* CALL NOW — BLUE */
.services-more a[href^="tel:"] {
    background: #1677ff !important;
    border: 1px solid #1677ff !important;
    color: #ffffff !important;
}

.services-more a[href^="tel:"]:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
}
/* =========================================================
   FAQ HERO + TEXT COLORS — FINAL
========================================================= */

/* Top FAQ Hero — Header والا Dark Navy Background */
.page-hero {
    background: #071321 !important;
    color: #ffffff !important;
}

/* Frequently Asked Questions + Find Answer */
.page-hero-content,
.page-hero-content h1,
.page-hero-content p,
.page-hero-content small {
    color: #ffffff !important;
}


/* HAVE QUESTIONS? — BLUE */
.section-heading.center small {
    color: #1677ff !important;
}


/* WE'RE HERE TO HELP — BLACK */
.section-heading.center h2 {
    color: #111827 !important;
}


/* NEED SERVICE? — BLUE */
.services-more .section-heading small {
    color: #1677ff !important;
}


/* READY TO BOOK A TECHNICIAN? — BLACK */
.services-more .section-heading h2 {
    color: #111827 !important;
}

/* =========================================================
   HOME SERVICE CATEGORY CARD BUTTONS
========================================================= */

.features .feature .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px;
    padding: 11px 20px;
    min-height: 44px;
    border-radius: 8px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: all 0.25s ease;
}

/* Keep button at the bottom of each service category card */
.features .feature {
    display: flex;
    flex-direction: column;
}

.features .feature .btn {
    margin-top: auto;
}

/* Primary service buttons */
.features .feature .btn-primary {
    background: var(--blue);
    color: #ffffff;
    border: 1px solid var(--blue);
}

/* Hover */
.features .feature .btn-primary:hover {
    background: var(--blue-dark);
    border-color: var(--blue-dark);
    transform: translateY(-2px);
}

/* Mobile */
@media (max-width: 768px) {

    .features .feature .btn {
        width: 100%;
        margin-top: 16px;
        padding: 12px 16px;
        font-size: 14px;
    }

}

/* =========================================================
   MINIMAL SERVICE CATEGORY BUTTONS
========================================================= */

.features .feature .btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: fit-content !important;
    min-height: 38px !important;

    margin-top: 14px !important;
    padding: 9px 15px !important;

    background: #1677ff !important;
    color: #ffffff !important;

    border: 1px solid #1677ff !important;
    border-radius: 7px !important;

    text-decoration: none !important;

    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;

    opacity: 1 !important;
    visibility: visible !important;

    transition: all 0.2s ease !important;
}

.features .feature .btn:hover {
    background: #0b5ed7 !important;
    border-color: #0b5ed7 !important;
    color: #ffffff !important;
    transform: translateY(-1px) !important;
}

@media (max-width: 768px) {
    .features .feature .btn {
        width: fit-content !important;
        padding: 9px 14px !important;
        font-size: 13px !important;
    }
}

/* =========================================================
   FINAL RESPONSIVE + MOBILE FIXES
   Add this code at the VERY END of css/style.css
========================================================= */


/* =========================================================
   SERVICE CATEGORY CARDS
   Electrical / Plumbing / AC = SAME HEIGHT + BUTTON SIZE
========================================================= */

.service-categories .feature,
.services-grid .feature {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.service-categories .feature .btn,
.services-grid .feature .btn {
    width: 100%;
    min-height: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    box-sizing: border-box;
    white-space: nowrap;
}


/* =========================================================
   WHY CHOOSE US IMAGE
========================================================= */

.why-image {
    width: 100%;
    height: 100%;
    min-height: 420px;
    overflow: hidden;
    border-radius: 18px;
}

.why-image img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    display: block;
    object-fit: cover;
    object-position: center;
}


/* =========================================================
   HERO SLIDER - DESKTOP
========================================================= */

.hero {
    position: relative;
    overflow: hidden;
}

.hero-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .hero {
        min-height: 680px;
    }

    .hero-slider,
    .hero-slide {
        min-height: 680px;
    }

    .hero-slide {
        background-position: center center;
        background-size: cover;
    }

    .why-image {
        min-height: 360px;
    }

    .why-image img {
        min-height: 360px;
    }

    .service-categories .feature .btn,
    .services-grid .feature .btn {
        width: 100%;
        height: 48px;
        min-height: 48px;
    }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* ---------- GLOBAL ---------- */

    html {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }


    /* ---------- HERO ---------- */

    .hero {
        width: 100%;
        min-height: 650px;
        height: auto;
        overflow: hidden;
    }

    .hero-slider {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 650px;
    }

    .hero-slide {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 650px;

        /*
         * Keep the image filling the complete mobile hero.
         * Center position prevents awkward cropping.
         */
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .hero-overlay {
        position: absolute;
        inset: 0;
        z-index: 1;
    }

    .hero-container {
        position: relative;
        z-index: 2;
        width: 100%;
        min-height: 650px;
        display: flex;
        align-items: center;
    }


    /* ---------- HERO CONTENT ---------- */

    .hero-content {
        width: 100%;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-content h1 {
        font-size: clamp(30px, 8vw, 42px);
        line-height: 1.12;
        margin-bottom: 18px;
    }

    .hero-content p {
        font-size: 15px;
        line-height: 1.7;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 12px;
    }

    .hero-buttons .btn {
        width: 100%;
        min-height: 48px;
        height: 48px;
        justify-content: center;
    }


    /* ---------- WHY CHOOSE US ---------- */

    .why-image {
        width: 100%;
        height: 300px;
        min-height: 300px;
        max-height: 300px;
        margin-bottom: 28px;
        border-radius: 16px;
        overflow: hidden;
    }

    .why-image img {
        width: 100%;
        height: 100%;
        min-height: 0;
        max-height: none;
        object-fit: cover;
        object-position: center center;
        display: block;
    }


    /* ---------- SERVICE CATEGORY CARDS ---------- */

    .service-categories .feature,
    .services-grid .feature {
        width: 100%;
        min-height: 0;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .service-categories .feature .btn,
    .services-grid .feature .btn {
        width: 100%;
        height: 48px;
        min-height: 48px;
        max-height: 48px;
        margin-top: auto;

        display: flex;
        align-items: center;
        justify-content: center;

        padding: 0 16px;
        box-sizing: border-box;
        white-space: nowrap;
    }


    /* ---------- GENERAL BUTTON FIX ---------- */

    .btn {
        min-height: 48px;
    }


    /* ---------- SERVICE IMAGES ---------- */

    .service-card img,
    .service-image img,
    .feature img {
        max-width: 100%;
    }


    /* ---------- GALLERY ---------- */

    .work-gallery img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }


    /* ---------- TECHNICIAN IMAGE ---------- */

    .technician-image img {
        width: 100%;
        height: auto;
        max-width: 100%;
        object-fit: cover;
        display: block;
    }
}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .hero {
        min-height: 620px;
    }

    .hero-slider,
    .hero-slide,
    .hero-container {
        min-height: 620px;
    }

    .hero-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-content h1 {
        font-size: 30px;
        line-height: 1.12;
    }

    .hero-content p {
        font-size: 14px;
        line-height: 1.65;
    }

    .why-image {
        height: 270px;
        min-height: 270px;
        max-height: 270px;
    }

    .why-image img {
        height: 270px;
    }

    .service-categories .feature .btn,
    .services-grid .feature .btn {
        height: 48px;
        min-height: 48px;
        max-height: 48px;
        font-size: 14px;
    }
}


/* =========================================================
   VERY SMALL PHONES
========================================================= */

@media (max-width: 360px) {

    .hero {
        min-height: 600px;
    }

    .hero-slider,
    .hero-slide,
    .hero-container {
        min-height: 600px;
    }

    .hero-content h1 {
        font-size: 27px;
    }

    .hero-content p {
        font-size: 13px;
    }

    .why-image {
        height: 240px;
        min-height: 240px;
        max-height: 240px;
    }

    .why-image img {
        height: 240px;
    }
}


/* =========================================================
   PREVENT BUTTON SIZE DIFFERENCES
========================================================= */

.service-categories .feature a.btn-primary,
.service-categories .feature a.btn,
.services-grid .feature a.btn-primary,
.services-grid .feature a.btn {
    box-sizing: border-box;
    flex-shrink: 0;
}


/* =========================================================
   MOBILE CARD ALIGNMENT
========================================================= */

@media (max-width: 767px) {

    .service-categories,
    .services-grid {
        align-items: stretch;
    }

    .service-categories > *,
    .services-grid > * {
        display: flex;
    }

    .service-categories .feature,
    .services-grid .feature {
        width: 100%;
    }
}
/* =========================================================
   SERVICE CATEGORY — EXACT SAME ICON + BUTTON SIZE
========================================================= */

.service-categories .feature,
.service-categories .feature-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* ICONS — EXACT SAME SIZE */
.service-categories .feature i,
.service-categories .feature svg,
.service-categories .feature .icon,
.service-categories .feature .feature-icon,
.service-categories .feature-card i,
.service-categories .feature-card svg,
.service-categories .feature-card .icon,
.service-categories .feature-card .feature-icon {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    min-height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
    flex-shrink: 0 !important;
}

/* SVG INSIDE ICON */
.service-categories .feature svg,
.service-categories .feature-card svg {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
}


/* BUTTONS — EXACT SAME SIZE */
.service-categories .feature > a.btn,
.service-categories .feature-card > a.btn,
.service-categories .feature .btn-primary,
.service-categories .feature-card .btn-primary {
    width: 100% !important;
    height: 50px !important;
    min-height: 50px !important;
    max-height: 50px !important;

    padding: 0 16px !important;
    margin-top: auto !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
    white-space: nowrap !important;
    line-height: 1 !important;
    flex-shrink: 0 !important;
}


/* =========================================================
   MOBILE — SAME EXACT SIZE
========================================================= */

@media (max-width: 767px) {

    .service-categories .feature > a.btn,
    .service-categories .feature-card > a.btn,
    .service-categories .feature .btn-primary,
    .service-categories .feature-card .btn-primary {
        width: 100% !important;
        height: 50px !important;
        min-height: 50px !important;
        max-height: 50px !important;
    }

    .service-categories .feature i,
    .service-categories .feature svg,
    .service-categories .feature .icon,
    .service-categories .feature .feature-icon,
    .service-categories .feature-card i,
    .service-categories .feature-card svg,
    .service-categories .feature-card .icon,
    .service-categories .feature-card .feature-icon {
        width: 56px !important;
        height: 56px !important;
        min-width: 56px !important;
        min-height: 56px !important;
        max-width: 56px !important;
        max-height: 56px !important;
    }

    .service-categories .feature svg,
    .service-categories .feature-card svg {
        width: 30px !important;
        height: 30px !important;
    }
}

/* =========================================================
   HOME PAGE - SERVICE CATEGORY BUTTONS
   FORCE ALL THREE BUTTONS TO EXACT SAME SIZE
========================================================= */

.feature .btn,
.feature a.btn,
.feature .btn-primary,
.feature a.btn-primary {
    width: 225px !important;
    min-width: 225px !important;
    max-width: 225px !important;

    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;

    padding: 0 16px !important;
    margin-top: auto !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-sizing: border-box !important;
    white-space: nowrap !important;
    line-height: 1 !important;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .feature .btn,
    .feature a.btn,
    .feature .btn-primary,
    .feature a.btn-primary {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;

        height: 48px !important;
        min-height: 48px !important;
        max-height: 48px !important;
    }
}