/* =========================================================
   GLOBAL
========================================================= */
body {
    font-family: 'Inter', sans-serif;
    color: #333;
    background: linear-gradient(180deg, #f4f7fb 0%, #e9edf3 100%);
    scroll-behavior: smooth;
    padding-top: 80px;
}

html {
    scroll-behavior: smooth;
}

h1 {
    font-size: 2.4rem;
}

h2 {
    font-size: 1.9rem;
    margin-top: 2.5rem;
}

h3 {
    font-size: 1.4rem;
}

p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #444;
    margin-bottom: 1.2rem;
    text-align: center;
}
/* =========================================================
   PREMIUM HEADING ANIMATION SYSTEM (GLOBAL)
========================================================= */

/* Base heading styles (light sections) */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 0.6em;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
}

/* --- ALWAYS-VISIBLE UNDERLINE (short) --- */
h1::after,
h2::after,
h3::after,
h4::after,
h5::after,
h6::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 60px; /* default visible underline */
    transform: translateX(-50%);
    background: linear-gradient(90deg, #F2672A, #ff8a4c);
    border-radius: 2px;
    transition: 
        width .45s ease,
        background .45s ease,
        box-shadow .45s ease;
}

/* --- LEFT-TO-RIGHT SWEEP ON HOVER --- */
h1:hover::after,
h2:hover::after,
h3:hover::after,
h4:hover::after,
h5:hover::after,
h6:hover::after {
    width: 100%;
}

/* --- GLOW EFFECT ON HOVER --- */
h1:hover::after,
h2:hover::after,
h3:hover::after,
h4:hover::after,
h5:hover::after,
h6:hover::after {
    box-shadow: 0 0 12px rgba(242, 103, 42, 0.6);
}

/* --- COLOUR SHIFT ANIMATION --- */
h1:hover::after,
h2:hover::after,
h3:hover::after,
h4:hover::after,
h5:hover::after,
h6:hover::after {
    background: linear-gradient(90deg, #ff8a4c, #F2672A);
}

/* =========================================================
   LINK COLOUR FIX (NO BLUE ANYWHERE)
========================================================= */

a {
    color: #F2672A;
    text-decoration: none;
    transition: .2s ease;
}

a:hover {
    color: #d4551f;
    text-decoration: underline;
}

a:visited {
    color: #F2672A;
}

/* Landing page links */
.service-card a,
.landing-link {
    color: #F2672A !important;
    font-weight: 600;
}

.service-card a:hover,
.landing-link:hover {
    color: #d4551f !important;
}

/* =========================================================
   AUTO-SWITCH HEADINGS TO WHITE ON DARK SECTIONS
========================================================= */

.about-section h1,
.about-section h2,
.about-section h3,
.about-section h4,
.about-section h5,
.about-section h6,
.hero-section h1,
.hero-section h2,
.hero-section h3 {
    color: #fff;
}

/* =========================================================
   NAVBAR — Premium Styling
========================================================= */
.bg-orange {
    background-color: #f57c00;
}

.navbar-logo {
    height: 115px !important; /* Slightly smaller to keep it refined */
    width: auto !important;
    position: absolute !important;
    top: 5px !important;      /* Pushes the logo down so the "&" is visible */
    left: 15px !important;
    z-index: 1050 !important;
    filter: drop-shadow(0px 3px 5px rgba(0,0,0,0.3)) !important;
    transition: transform 0.3s ease !important;
}

.navbar-logo:hover {
    transform: scale(1.03) translateY(2px) !important;
}

.nav-link-premium {
    position: relative;
    padding-bottom: 4px;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

.nav-link-premium::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: width 0.3s ease;
}

.nav-link-premium:hover {
    color: #fff;
}

.nav-link-premium:hover::after {
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    opacity: 1 !important;
}

.nav-whatsapp a {
    color: #25D366 !important;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 0;
}

.nav-whatsapp i {
    font-size: 1.3rem;
}

.navbar-dark .navbar-collapse {
    background-color: #f57c00;
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.navbar {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* White hamburger icon */
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991px) {
    .navbar-nav .nav-item {
        padding: 6px 0;
    }
    .nav-whatsapp {
        margin-top: 10px;
        border-top: 1px solid rgba(255,255,255,0.25);
        padding-top: 12px;
    }
}
/* =========================================================
   HOMEPAGE HERO (hero-section)
========================================================= */
.hero-section {
    position: relative;
    background: url("../Images/AIHeroRoof2.png") center/cover no-repeat;
    min-height: 100vh; /* Changed to 100vh for a full-screen premium feel */
    display: flex;
    align-items: center;
    margin-top: -90px; /* Pulls image up behind the transparent navbar */
    padding-top: 90px;  /* Keeps your text from being hidden by the navbar */
    animation: heroZoom 12s ease-in-out infinite alternate;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        rgba(0,0,0,0.65),
        rgba(0,0,0,0.45)
    );
    z-index: 1; /* Dark overlay stays behind text */
}

.hero-section .container {
    position: relative;
    z-index: 2; /* Ensures text and buttons stay on top of the overlay */
}

.hero-section h1,
.hero-section p {
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

@keyframes heroZoom {
    from { background-size: 105%; } /* Start slightly zoomed for a smoother feel */
    to { background-size: 112%; }
}

/* =========================================================
   LANDING PAGE HERO (New Version - No Navbar)
========================================================= */
.landing-hero {
    position: relative;
    padding: 160px 20px 100px; /* Big top padding replaces the missing navbar space */
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), 
                url("../Images/AIHero.png") center/cover no-repeat !important;
    color: #ffffff;
    text-align: center;
    margin-top: 0 !important; /* Ensures the page starts exactly at the top */
    display: block;
    width: 100%;
}

.landing-hero h1 {
    font-size: 2.8rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

.landing-hero p {
    font-size: 1.2rem;
    color: #e6e6e6;
    max-width: 750px;
    margin: 0 auto 25px;
}

/* Mobile Tweak: Shrink the text slightly for phones */
@media (max-width: 768px) {
    .landing-hero {
        padding: 120px 15px 80px;
    }
    .landing-hero h1 {
        font-size: 2.1rem;
    }
}


.page-hero h1 {
    font-size: 2.8rem;
    color: #fff;
}

.page-hero p {
    font-size: 1.2rem;
    color: #e6e6e6;
    max-width: 700px;
    margin: 0 auto;
}
/* =========================================================
   ABOUT SECTION — PREMIUM DARK GRADIENT
========================================================= */

.about-section {
    width: 100%;
    background: linear-gradient(
        135deg,
        #1f1f1f 0%,
        #2a2a2a 50%,
        #f2672a22 100%
    );
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    color: #fff;
}
.about-section h1,
.about-section h2,
.about-section h3 {
    color: #fff;
}

/* Text colours */
.about-title,
.about-text,
.about-list li,
#about .lead {
    color: #fff;
}

/* Bullet list */
.about-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-list li {
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
    font-weight: 500;
    font-size: 1.05rem;
}

.about-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #F2672A; /* change to #fff for white ticks */
    font-weight: 700;
}

/* Image styling */
.about-image {
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.35);
    background: #fff;
    padding: 6px;
    transform: translateY(0);
    transition: transform .4s ease, box-shadow .4s ease;
}

.about-image:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.5);
}

/* Fade-in animation */
.about-section .col-lg-6 {
    opacity: 0;
    animation: fadeInUp .8s ease forwards;
}

.about-section .col-lg-6:nth-child(2) {
    animation-delay: .2s;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
/* =========================================================
   SERVICE CARDS — Unified Premium Image + Orange Branding
========================================================= */

/* GRID LAYOUT */
.services-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 40px;
}

/* CARD BASE */
.service-card {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    position: relative;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Subtle texture overlay */
.service-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
    opacity: 0.06;
    pointer-events: none;
}

/* Hover lift + glow */
.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 14px 35px rgba(242, 103, 42, 0.25);
}

/* =========================================================
   IMAGE WRAPPER
========================================================= */

.service-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.35s ease;
}

/* Hover zoom */
.service-card:hover .service-card-image img {
    transform: scale(1.05);
}

/* =========================================================
   TEXT + ICON AREA
========================================================= */

.service-card-content {
    padding: 18px 20px 22px;
    text-align: left;
}

/* ICON */
.service-icon {
    font-size: 2rem;
    color: #F2672A;
    margin-bottom: 12px;
    display: block;
    transition: transform .35s ease;
}

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

/* HEADING */
.service-card-content h4 {
    color: #F2672A;
    font-weight: 700;
    margin: 0 0 10px 0;
    position: relative;
    padding-bottom: 6px;
}

/* Animated underline */
.service-card-content h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #F2672A, #ff8a4c);
    transition: width .4s ease;
    border-radius: 2px;
}

.service-card:hover h4::after {
    width: 60%;
}

/* PARAGRAPH */
.service-card-content p {
    margin: 0;
    line-height: 1.55;
    color: #444;
}

/* =========================================================
   MOBILE TWEAKS
========================================================= */

@media (max-width: 768px) {
    .services-grid {
        gap: 24px;
    }

    .service-card-image {
        height: 190px;
    }

    .service-card-content h4 {
        font-size: 1.1rem;
    }

    .service-card-content p {
        font-size: 0.95rem;
    }
}

/* =========================================================
   FULL-WIDTH PROJECT GALLERY — ANIMATED + MASK OVERLAY
========================================================= */

.projects-gallery {
    padding: 100px 20px 35px; /* top | sides | bottom */
    background: #ffffff;
    text-align: center;
}


.projects-title {
    font-size: 2.4rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 50px;
}

/* ⭐ THIS IS THE MISSING PART — THE GRID LAYOUT */
.projects-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    width: 100%;
}

/* Each project item */
.project-item {
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 1s forwards;
}

/* Staggered fade-in */
.project-item:nth-child(1) { animation-delay: 0.2s; }
.project-item:nth-child(2) { animation-delay: 0.4s; }
.project-item:nth-child(3) { animation-delay: 0.6s; }
.project-item:nth-child(4) { animation-delay: 0.8s; }
.project-item:nth-child(5) { animation-delay: 1.0s; }
.project-item:nth-child(6) { animation-delay: 1.2s; }

/* Fade-in animation */
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Project images */
.project-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .5s ease;
}

/* Subtle dark mask overlay */
.project-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
    opacity: 0;
    transition: opacity .4s ease;
}

/* Text overlay */
.project-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    padding: 8px 16px;
    background: rgba(242, 103, 42, 0.9);
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    font-size: 1rem;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity .4s ease, transform .4s ease;
}

/* Hover effects */
.project-item:hover img {
    transform: scale(1.08);
}

.project-item:hover::before {
    opacity: 1;
}

.project-item:hover .project-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================================
   REVIEWS
========================================================= */
.review-card {
    background: #fff;
    border-radius: 12px;
    transition: 0.3s ease;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.stars {
    color: #F2672A;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

/* =========================================================
   CONTACT SECTION
========================================================= */
.contact-section {
    background: #F2672A;
    padding: 120px 0;
}

.contact-form {
    background: #ffffff;
    border-radius: 12px;
    text-align: left;
}

.contact-form input,
.contact-form textarea {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 12px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #F2672A;
    box-shadow: 0 0 0 0.2rem rgba(242, 103, 42, 0.25);
}

.contact-form button {
    border-radius: 8px;
    transition: 0.3s ease;
}

.contact-form button:hover {
    background: #000;
    color: #fff;
}

/* =========================================================
   CTA SECTION
========================================================= */
.cta {
    background: #1e3a8a;
    color: #fff;
    padding: 70px 20px;
    text-align: center;
}

.cta p {
    color: #e6e6e6;
}

/* =========================================================
   FOOTER
========================================================= */
.footer {
    background: #1a1a1a;
    color: #ddd;
    padding: 70px 20px 25px;
    font-family: 'Poppins', sans-serif;
}

.footer-inner {
    max-width: 1300px;
    margin: 0 auto;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 40px;
}

.footer-col h4 {
    font-size: 1.1rem;
    margin-bottom: 18px;
    color: #f37037;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-nav li {
    margin-bottom: 10px;
}

.footer-nav a {
    color: #bbb;
    text-decoration: none;

    transition: 0.25s ease;
}

.footer-nav a:hover {
    color: #f37037;
    padding-left: 4px;
}

.footer-nav li a {
    color: #fff !important;
    display: block;
    opacity: 1 !important;
}

.footer-logo {
    width: 200px;
    margin-bottom: 15px;
}

.footer-tagline {
    font-size: 0.9rem;
    color: #aaa;
}

.footer-socials {
    margin-top: 25px;
    display: flex;

    gap: 14px;
}
.footer a {
    color: #F2672A;
    text-decoration: none;
    font-weight: 600;
}

.footer a:hover {
    text-decoration: underline;
}

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

.social-icon:hover {
    background: #f37037;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 0 10px rgba(243,112,55,0.6);
}

.footer-btn {
    display: inline-block;
    background: #f37037;
    color: #fff;
    padding: 12px 20px;
    border-radius: 4px;
    text-decoration: none;
    transition: 0.25s ease;
}

.footer-btn:hover {
    background: #d85f2f;
    box-shadow: 0 0 10px rgba(243,112,55,0.5);
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
}

/* =========================================================
   ANIMATIONS
========================================================= */
h1, h2, p, .service-card {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.7s ease forwards;
}

@keyframes fadeUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width: 768px) {
    h1 { font-size: 1.9rem; }
    h2 { font-size: 1.6rem; }
    p { font-size: 1rem; }
    section { padding: 40px 20px; }
}
.hero-section h1,
.hero-section p,
.page-hero h1,
.page-hero p {
 color: #fff !important;
}
/* Footer text colour fix */
.footer,
.footer p,
.footer li,
.footer a,
.footer-col {
 color: #ddd !important;
text-align: left !important;
}
.footer-copy {
    color: #fff;
    margin: 0;
    line-height: 1.6;
    text-align: center !important;
}
.footer-copy a {
    color: #F2672A;
    text-decoration: none;
    font-weight: 600;
}

.footer-copy a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-col {
        flex: 1 1 100%;
        text-align: center;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-socials {
        justify-content: center;
    }
}
/* Bulletproof hero text fix */
.page-hero h1,
.page-hero h2,
.page-hero h3,
.page-hero p,
.hero-section h1,
.hero-section h2,
.hero-section h3,
.hero-section p {
 color: #ffffff !important;
}
.icon-orange {
    color: #F2672A;
    margin-right: 10px;
    font-size: 1.2rem;
}
/* Hard reset for Services section */
#services {
    background: #ffffff !important;
    padding: 60px 20px;
}
/* Consolidated Mobile Hero - Replaces all individual blocks */
@media (max-width: 768px) {
    .hero-section {
        padding-top: 80px !important;
        padding-bottom: 20px !important;
        min-height: 600px !important;
        background-size: cover !important;
        background-position: center top !important;
    }
}
/* =========================================================
   SERVICE CARDS — GRID
========================================================= */
.services-grid {
    display: grid;
    gap: 32px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin-top: 40px;
}

/* =========================================================
   SERVICE CARDS — BASE CARD
========================================================= */
.service-card {
    padding: 0;
    border-left: none;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform .35s ease, box-shadow .35s ease;
}

/* Hover lift */
.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 35px rgba(0,0,0,0.15);
}

/* =========================================================
   SERVICE CARDS — IMAGE WRAPPER
========================================================= */
.service-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    position: relative;
}

.service-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .35s ease;
}

.service-card:hover .service-card-image img {
    transform: scale(1.05);
}

/* =========================================================
   SERVICE CARDS — TEXT + ICON
========================================================= */
.service-card-content {
    padding: 18px 20px;
    text-align: left;
}

.service-card-content .service-icon {
    font-size: 2rem;
    color: #F2672A;
    margin-bottom: 10px;
    display: block;
    transition: transform .35s ease;
}

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

.service-card-content h4 {
    margin: 0 0 8px 0;
    padding: 0;
    color: #F2672A;
    font-weight: 700;
}

.service-card-content p {
    margin: 0;
    line-height: 1.5;
    color: #444;
}

/* =========================================================
   SCROLL FADE-IN ANIMATION
========================================================= */
.service-card {
    opacity: 0;
    transform: translateY(20px);
}

.service-card.reveal {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .6s ease, transform .6s ease;
}
/* Floating WhatsApp Button */
.floating-whatsapp {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 64px;          /* bigger button */
    height: 64px;
    background: #25D366;  /* WhatsApp green */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;      /* bigger icon */
    box-shadow: 0 6px 20px rgba(0,0,0,0.25);
    z-index: 9999;
    transition: transform .25s ease, box-shadow .25s ease;
}

/* Hover effect */
.floating-whatsapp:hover {
    transform: scale(1.12);
    box-shadow: 0 10px 28px rgba(0,0,0,0.35);
}
/* =========================================================
   GOOGLE REVIEWS HIGHLIGHT SECTION
========================================================= */

.reviews-highlight {
    background: #f2f2f2; /* soft grey */
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Orange chevrons */
.reviews-highlight::before,
.reviews-highlight::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    background: #F2672A;
    opacity: 0.12;
    transform: rotate(45deg);
    z-index: 0;
}

/* Left chevron */
.reviews-highlight::before {
    top: -60px;
    left: -60px;
}

/* Right chevron */
.reviews-highlight::after {
    bottom: -60px;
    right: -60px;
}

.reviews-inner {
    position: relative;
    z-index: 2;
    max-width: 700px;
    margin: 0 auto;
}

.reviews-stars {
    font-size: 2.2rem;
    color: #F2672A;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.reviews-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
}

.reviews-quote {
    font-size: 1.2rem;
    color: #444;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 10px;
}

.reviews-author {
    color: #666;
    margin-bottom: 25px;
}
.reviews-button {
    display: inline-block;
    background: #F2672A;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0,0,0,0.45);
    transition: background .3s ease, transform .3s ease;
}

.reviews-button:hover {
    background: #d4551f;
    transform: translateY(-3px);
}


/* =========================================================
   GOOGLE REVIEWS HIGHLIGHT — DARK GREY + ANIMATED CHEVRONS
========================================================= */

.reviews-highlight {
    background: #1f1f1f; /* darker grey */
    padding: 100px 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
}

/* Animated bright orange chevrons */
.reviews-highlight::before,
.reviews-highlight::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    background: #F2672A;
    opacity: 0.25;
    transform: rotate(45deg);
    animation: chevronFloat 12s ease-in-out infinite;
    z-index: 0;
}

/* Top-left chevron */
.reviews-highlight::before {
    top: -120px;
    left: -120px;
    animation-delay: 0s;
}

/* Bottom-right chevron */
.reviews-highlight::after {
    bottom: -120px;
    right: -120px;
    animation-delay: 3s;
}

/* Chevron animation */
@keyframes chevronFloat {
    0%   { transform: rotate(45deg) translateY(0); }
    50%  { transform: rotate(45deg) translateY(25px); }
    100% { transform: rotate(45deg) translateY(0); }
}

.reviews-inner {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
}

.reviews-stars i {
    color: #F2672A;
    font-size: 2rem;
    margin: 0 2px;
}

.reviews-title {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    margin: 20px 0 40px;
}

/* Multi-review grid */
.reviews-grid {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    margin-bottom: 40px;
}

.review-box {
    background: rgba(255,255,255,0.08);
    padding: 22px 26px;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.15);
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s forwards;
}

/* Fade-in stagger effect */
.review-box:nth-child(1) { animation-delay: 0.2s; }
.review-box:nth-child(2) { animation-delay: 0.4s; }
.review-box:nth-child(3) { animation-delay: 0.6s; }
.review-box:nth-child(4) { animation-delay: 0.8s; }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-text {
    color: #f1f1f1;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    font-style: italic;
}

.review-author {
    color: #dcdcdc;
    font-size: 0.95rem;
}

/* =========================================================
   FULL-WIDTH PARALLAX SLIDESHOW — PREMIUM VERSION
========================================================= */

.projects-slideshow {
    width: 100%;
    height: 75vh;
    position: relative;
    overflow: hidden;
    margin: 0;
}

.slideshow-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: scroll; /* Parallax */
    opacity: 0;
    transition: opacity 1.2s ease;
    transform: scale(1.05); /* Ken Burns start */
}

.slide.active {
    opacity: 1;
    animation: kenburns 12s ease-in-out forwards;
}

/* Ken Burns slow zoom */
@keyframes kenburns {
    0% { transform: scale(1.05); }
    100% { transform: scale(1.15); }
}

/* Gradient mask */
.slide-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.1) 0%,
        rgba(0,0,0,0.4) 70%,
        rgba(0,0,0,0.65) 100%
    );
    z-index: 1;
}

/* Text overlay with orange glow */
.slide-text {
    position: absolute;
    bottom: 40px;
    left: 100px;
    background: rgba(242, 103, 42, 0.9);
    padding: 12px 24px;
    border-radius: 6px;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 2;
    box-shadow: 0 0 18px rgba(242, 103, 42, 0.6);
}

/* Navigation arrows */
.slide-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 3rem;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    z-index: 10;
    opacity: 0.7;
    transition: opacity .3s ease;
}

.slide-arrow:hover {
    opacity: 1;
}

.slide-arrow.left { left: 20px; }
.slide-arrow.right { right: 20px; }

/* Dot navigation */
.slide-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 20;
}

.slide-dots div {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    cursor: pointer;
    transition: background .3s ease, transform .3s ease;
}

.slide-dots .active-dot {
    background: #F2672A;
    transform: scale(1.3);
}

/* MOBILE — TEXT + BUTTON POSITIONING */
@media (max-width: 768px) {
    .slide-text {
        left: 20px;
        bottom: 20px;
    }

    .slide-more {
        right: 20px;
        bottom: 20px;
    }
}

/* MOBILE — SLIDESHOW SIZING */
@media (max-width: 768px) {
    .slideshow-container,
    .slideshow-container img,
    .project-slide,
    .project-slide img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .slideshow-container {
        overflow: hidden;
    }
}

/* MOBILE — PROJECT GRID FIX */
@media (max-width: 768px) {
    .projects-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .project-item {
        height: auto;
    }

    .project-item img {
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: 260px;
    }

    .project-overlay {
        font-size: 0.9rem;
        padding: 6px 12px;
        bottom: 15px;
        left: 15px;
    }
}

/* HERO */
.projects-hero {
    width: 100%;
    padding: 120px 20px;
    background: linear-gradient(to bottom, #1a1a1a, #0f0f0f);
    text-align: center;
    color: #fff;
}

.projects-hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.projects-hero p {
    font-size: 1.2rem;
    opacity: 0.8;
}

/* FILTER BAR */
.project-filters {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.filter-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.filter {
    padding: 8px 18px;
    border-radius: 20px;
    background: #f5f5f5;
    cursor: pointer;
    transition: 0.3s;
}

.filter:hover,
.filter.active {
    background: #F2672A;
    color: #fff;
}

.view-all-projects a:hover {
    background: #d4551f;
}
.slide-more {
    position: absolute;
    bottom: 40px;
    right: 100px;
    background: rgba(0,0,0,0.6);
    padding: 8px 16px;
    border-radius: 4px;
    color: #fff;
    font-size: 0.9rem;
    text-decoration: none;
    z-index: 3;
	transition: 0.3s ease;
}

.slide-more:hover {
    background: #F2672A;
}
.view-all-projects {
    text-align: center;
    margin: 40px 0 80px;
}

.view-all-projects a {
    display: inline-block;
    padding: 12px 28px;
    background: #F2672A;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    box-shadow: 0 0 12px rgba(242, 103, 42, 0.4);
    transition: 0.3s ease;
}

.view-all-projects a:hover {
    background: #d4551f;
}
.footer-bottom {
    text-align: center !important;
}
.footer-copy {
    color: #fff;
    margin: 0;
    line-height: 1.6;
    text-align: center !important;
}

/* FINAL override — centre ONLY the copyright line */

.footer-bottom p.footer-copy {
    text-align: center !important;
}
/* =========================================================
   ABOVE & BEYOND - FULL SITE PREMIUM STYLING
========================================================= */

/* 1. THE HERO SECTION (Makes it tall and bold) */
.page-hero {
    position: relative;
    padding: 120px 0 100px; /* Gives it that tall, premium feel */
    background: #2c3e50 url('../Images/hero-bg.jpg') no-repeat center center; /* Replace with your hero image path */
    background-size: cover;
    color: #fff;
    text-align: center;
    margin-top: -90px; /* Pulls it up behind the transparent-style nav */
}

.page-hero .overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Darkens bg image so text pops */
    z-index: 1;
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* 2. SECTION SPACING & HEADINGS */
section {
    padding: 80px 0; /* Professional breathing room between sections */
}

h2 {
    font-size: 2.2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
}

h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 4px;
    background: #F2672A; /* Your brand orange underline */
}

/* 3. THE INTRO SECTION */
.intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1.1rem;
}

/* 4. SERVICE CARDS (The Index.html Look) */
.services-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 25px !important;
    justify-content: center !important;
}

.service-card {
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 35px 25px !important;
    text-align: center !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06) !important;
    transition: all 0.3s ease !important;
    flex: 1 1 300px !important;
    max-width: 380px !important;
    border-bottom: 4px solid transparent !important;
}

.service-card:hover {
    transform: translateY(-10px) !important;
    border-bottom: 4px solid #F2672A !important;
    box-shadow: 0 15px 40px rgba(0,0,0,0.12) !important;
}

/* 5. PROJECTS & REVIEWS (List & Block Styling) */
.projects {
    background: #f9f9f9; /* Light grey contrast background */
    border-radius: 20px;
}

.projects ul {
    list-style: none;
    padding: 0;
    max-width: 700px;
    margin: 0 auto;
}

.projects li {
    background: #fff;
    margin-bottom: 12px;
    padding: 15px 25px;
    border-left: 5px solid #F2672A;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
/* =========================================================
   PROJECTS SLIDESHOW - MOBILE FIX
========================================================= */
@media (max-width: 768px) {
    .projects-slideshow {
        display: block !important;
        position: relative;
        height: 350px !important; /* Forces a height on mobile */
        width: 100%;
        overflow: hidden;
    }

    .slideshow-container {
        height: 100%;
        width: 100%;
        position: relative;
    }

    .projects-slideshow .slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        display: none; /* Hide all by default */
    }

    .projects-slideshow .slide.active {
        display: flex !important; /* Show only the 'active' slide */
        align-items: flex-end; /* Keeps 'View More' text at the bottom */
    }
}
.review {
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    font-style: italic;
    margin-bottom: 20px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border-left: 4px solid #F2672A;
}

/* 6. CALL TO ACTION (CTA) */
.cta {
    background: linear-gradient(rgba(242, 103, 42, 0.9), rgba(242, 103, 42, 0.9)), url('../Images/cta-bg.jpg');
    background-size: cover;
    color: #fff;
    padding: 100px 0;
}

.cta h2::after { background: #fff; } /* White underline for CTA */

/* 7. GLOBAL UTILITIES */
.btn-premium {
    display: inline-block !important;
    background-color: #F2672A !important;
    color: #fff !important;
    padding: 15px 35px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: 0.3s ease !important;
    border: 2px solid #F2672A !important;
}

.btn-premium:hover {
    background-color: transparent !important;
    color: #fff !important;
}
/* =========================================================
   7.5. NAVBAR LOGO STYLING (SVG VERSION)
========================================================= */
.navbar-brand svg {
    height: 70px; /* Increased to make it stand out */
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0px 2px 4px rgba(0,0,0,0.3));
    display: block;
}

/* Force the SVG internal colors to be bright white */
.navbar-brand svg .s0, 
.navbar-brand svg .s1 {
    fill: #ffffff !important; 
    opacity: 1 !important; /* Removes transparency making it "brighter" */
}

.navbar-brand svg:hover {
    transform: scale(1.05);
}

/* Mobile tweak: Balance size so the "hamburger" menu fits */
@media (max-width: 768px) {
    .navbar-brand svg {
        height: 55px; /* Bigger than 45px to keep it readable */
    }
}

/* =========================================================
   8. FOOTER & NAV STICKY FIXES
========================================================= */
.navbar.fixed-top { 
    background-color: #F2672A !important; /* Your brand orange */
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.footer-inner { 
    display: flex !important; 
    flex-wrap: wrap !important; 
    gap: 20px !important; 
    justify-content: space-between;
}

.footer-col { 
    flex: 1 1 250px !important; 
}

/* Global Overflow Fix to prevent sideways shaking on mobile */
html, body { 
    overflow-x: hidden !important; 
    width: 100%; 
    position: relative;
}

@media (max-width: 768px) {
    .page-hero h1, .hero-section h1 { 
        font-size: 2.1rem !important; 
    }
    section { 
        padding: 40px 15px; 
    }
}
/* =========================================================
   FORCED MOBILE SLIDESHOW DISPLAY
========================================================= */
@media (max-width: 768px) {
    /* 1. Force the section to exist */
    .projects-slideshow {
        display: block !important;
        height: 400px !important; /* Forces visible height */
        position: relative !important;
        background: #eee; /* Temporary grey color so you can see if it's there */
    }

    /* 2. Force the container to fill that height */
    .slideshow-container {
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
    }

    /* 3. Force the slides to show up and fill the space */
    .projects-slideshow .slide {
        position: absolute !important;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        background-size: cover !important;
        background-position: center !important;
        display: none; /* JS will toggle this */
    }

    /* 4. Ensure the active slide is FLEX and visible */
    .projects-slideshow .slide.active {
        display: flex !important; 
        z-index: 5 !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
/* Force the Logo to be High-Contrast */
.navbar-brand svg .s0 {
    fill: #ffffff !important; /* Forces white parts to stay pure white */
}

.navbar-brand svg .s1 {
    fill: #1a1a1a !important; /* Makes the dark parts a sharp, readable charcoal */
}

/* If you want the WHOLE logo to be white on mobile */
@media (max-width: 768px) {
    .navbar-brand svg .s1 {
        fill: #ffffff !important; 
    }
}
/* Make Footer Titles Bright and Clear */
.footer h4, .footer h5 {
    color: #ffffff !important; /* Forces them to be crisp white */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* If you want that orange underline effect seen in your screenshot */
.footer h4::after, .footer h5::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background: #ff5722; /* Your brand orange */
    margin-top: 8px;
}