* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background: #050505;
    color: #ffffff;
}

.navbar {
    position: sticky;
top: 0;
z-index: 1000;
    width: 100%;
    height: 125px;
    padding: 0 8%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(90deg, #050505 0%, #111111 55%, #1c1c1c 100%);
    border-bottom: 2px solid #d4af37;
}

.logo img {
    height: 90px;
    width: auto;
    object-fit: contain;
    filter: invert(1) brightness(2);
    mix-blend-mode: screen;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 42px;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.nav-links a.active,
.nav-links a:hover {
    color: #d4af37;
}

.quote-btn {
    background: #d4af37;
    color: #111111;
    text-decoration: none;
    padding: 18px 34px;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
}

.hero {
    min-height: calc(100vh - 125px);
    display: flex;
    align-items: center;
    padding: 0 8%;
    position: relative;
    overflow: hidden;
    background-image: url("../images/hero/hero.webp");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.95) 0%, rgba(0,0,0,.82) 38%, rgba(0,0,0,.45) 70%, rgba(0,0,0,.35) 100%);
    backdrop-filter: blur(3px);
    z-index: 1;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.hero h1 {
    font-size: 56px;
    line-height: 1.08;
    margin-bottom: 28px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.hero h1 span {
    color: #d4af37;
}

.hero p {
    font-size: 20px;
    line-height: 1.6;
    color: #eeeeee;
    margin-bottom: 38px;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

.btn-primary,
.btn-secondary {
    padding: 17px 32px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 900;
    border-radius: 4px;
    text-transform: uppercase;
}

.btn-primary {
    background: #d4af37;
    color: #111111;
}

.btn-secondary {
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-primary:hover,
.quote-btn:hover {
    background: #ffffff;
}

.btn-secondary:hover {
    background: #ffffff;
    color: #111111;
}

.trust-bar {
    padding: 34px 8%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
    background: #0d0d0d;
    border-top: 1px solid rgba(212, 175, 55, 0.45);
}

.trust-item {
    border-right: 1px solid rgba(212, 175, 55, 0.45);
    padding-right: 22px;
}

.trust-item:last-child {
    border-right: none;
}

.trust-item h3 {
    color: #d4af37;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.trust-item p {
    color: #d0d0d0;
    font-size: 15px;
    line-height: 1.4;
}/* SERVICES SECTION */

.services {
    padding: 90px 8%;
    background: #f5f5f5;
    color: #111111;
}

.section-header {
    text-align: center;
    margin-bottom: 55px;
}

.section-header p {
    color: #d4af37;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.section-header h2 {
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 900;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.service-card {
    background: #ffffff;
    padding: 38px 32px;
    border: 1px solid #e3e3e3;
    border-bottom: 5px solid #d4af37;
    transition: 0.3s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

.service-card h3 {
    font-size: 22px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.service-card p {
    color: #555555;
    line-height: 1.6;
    font-size: 16px;
}/* UPDATED SERVICE IMAGE CARDS */

.service-card {
    background: #ffffff;
    overflow: hidden;
    border: none;
    border-bottom: 5px solid #d4af37;
    transition: 0.3s ease;
}

.service-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}

.service-card-content {
    padding: 28px;
}

.service-card-content h3 {
    font-size: 21px;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #111111;
}

.service-card-content p {
    color: #555555;
    line-height: 1.6;
    font-size: 16px;
}/* =========================
   PROJECTS SECTION
========================= */

.projects {
    background: #111111;
    padding: 100px 8%;
}

.section-header.dark {
    text-align: center;
    margin-bottom: 50px;
}

.section-header.dark p {
    color: #d4af37;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}

.section-header.dark h2 {
    color: white;
    font-size: 42px;
    margin-top: 10px;
    text-transform: uppercase;
}

/* 2 Columns x 3 Rows */

.projects-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.project-card {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    height: 420px;
    box-shadow: 0 15px 30px rgba(0,0,0,.25);
}

.project-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: 0.4s ease;
}

.project-card:hover img {
    transform: scale(1.08);
}

.project-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    padding: 25px;

    background: linear-gradient(
        transparent,
        rgba(0,0,0,.95)
    );

    color: white;
}

.project-overlay h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #ffffff;
}

.project-overlay p {
    color: #dddddd;
    font-size: 14px;
    line-height: 1.5;
}

@media(max-width:900px) {

    .projects-grid {
        grid-template-columns: 1fr;
    }

    .project-card {
        height: 320px;
    }
}/* SMOOTH SCROLL */

html {
    scroll-behavior: smooth;
}

/* BACK TO TOP BUTTON */

.back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d4af37;
    color: #111;
    text-decoration: none;

    font-size: 24px;
    font-weight: 900;

    border-radius: 50%;
    box-shadow: 0 8px 25px rgba(0,0,0,.35);

    z-index: 9999;

    opacity: 0;
    visibility: hidden;

    transition: all .3s ease;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: white;
    transform: translateY(-4px);

}/* =========================
   ABOUT SECTION
========================= */

.about {
    padding: 100px 8%;
    background: #111111;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center top;
    border-radius: 12px;
    border: 2px solid rgba(212, 175, 55, 0.3);
}

.section-tag {
    color: #d4af37;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 48px;
    margin-bottom: 25px;
    color: #ffffff;
    line-height: 1.2;
}

.about-content p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 18px;
}

.about-stats {
    display: flex;
    gap: 40px;
    margin-top: 35px;
    flex-wrap: wrap;
}

.about-stats h3 {
    color: #d4af37;
    font-size: 32px;
    margin-bottom: 8px;
}

.about-stats span {
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* MOBILE */

@media (max-width: 900px) {

    .about {
        grid-template-columns: 1fr;
    }

    .about-content h2 {
        font-size: 36px;
    }

    .about-image img {
        height: 400px;
    }

}/* =========================
   CONTACT SECTION
========================= */

.contact {
    padding: 100px 8%;
    background: #0d0d0d;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-top: 50px;
}

.contact-info h3 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #ffffff;
}

.contact-info p {
    color: #cccccc;
    line-height: 1.8;
    margin-bottom: 25px;
}

.contact-item {
    margin-bottom: 25px;
    color: #ffffff;
}

.contact-item a {
    color: #d4af37;
    text-decoration: none;
}

.contact-item a:hover {
    color: #ffffff;
}

.social-links {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}

.social-links a {
    padding: 12px 20px;
    background: #d4af37;
    color: #111111;
    text-decoration: none;
    font-weight: 700;
    border-radius: 6px;
    transition: 0.3s;
}

.social-links a:hover {
    background: #ffffff;
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contact-form input,
.contact-form textarea {
    background: #1a1a1a;
    border: 1px solid #333;
    padding: 16px;
    color: #ffffff;
    border-radius: 6px;
    font-size: 16px;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: #d4af37;
}

.contact-form textarea {
    resize: vertical;
}

.contact-form button {
    width: fit-content;
    cursor: pointer;
    border: none;
}

@media (max-width: 900px) {

    .contact-container {
        grid-template-columns: 1fr;
    }

}/* THANK YOU PAGE */

.thank-you-page {
    min-height: 100vh;
    background:
        linear-gradient(rgba(0,0,0,.85), rgba(0,0,0,.9)),
        url("../images/hero/hero.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.thank-you-box {
    max-width: 650px;
    width: 100%;
    background: rgba(10, 10, 10, 0.92);
    border: 2px solid #d4af37;
    border-radius: 14px;
    padding: 55px 45px;
    text-align: center;
    box-shadow: 0 25px 60px rgba(0,0,0,.55);
}

.thank-you-box img {
    height: 110px;
    width: auto;
    margin-bottom: 25px;
    filter: invert(1) brightness(2);
    mix-blend-mode: screen;
}

.thank-you-box h1 {
    font-size: 52px;
    color: #d4af37;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.thank-you-box p {
    color: #eeeeee;
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 35px;
}

.thank-you-box .btn-primary,
.thank-you-box .btn-secondary {
    display: inline-block;
    margin: 8px;
}/* =========================
   FOOTER
========================= */

.footer {
    background: #080808;
    border-top: 2px solid #d4af37;
    padding-top: 60px;
}

.footer-container {
    width: 90%;
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
}

.footer-column h3 {
    color: #d4af37;
    margin-bottom: 20px;
    font-size: 20px;
}

.footer-column p,
.footer-column a {
    color: #cccccc;
    text-decoration: none;
    line-height: 1.9;
}

.footer-column a:hover {
    color: #d4af37;
}

.footer-logo {
    height: 90px;
    width: auto;
    margin-bottom: 20px;
    filter: invert(1) brightness(2);
    mix-blend-mode: screen;
}

.footer-bottom {
    border-top: 1px solid #222;
    text-align: center;
    padding: 25px;
    color: #999;
    font-size: 14px;
}

/* Mobile Footer */

@media (max-width: 900px) {

    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

}/* TESTIMONIALS SECTION */

.testimonials {
    background: #0d0d0d;
    padding: 100px 8%;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.testimonial-card {
    background: #151515;
    border: 1px solid #2a2a2a;
    border-bottom: 5px solid #d4af37;
    padding: 35px;
    border-radius: 8px;
}

.stars {
    color: #d4af37;
    font-size: 22px;
    margin-bottom: 20px;
}

.testimonial-card p {
    color: #dddddd;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-card h3 {
    color: #ffffff;
    margin-bottom: 6px;
}

.testimonial-card span {
    color: #d4af37;
    font-size: 14px;
}

@media(max-width: 900px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}/* TESTIMONIAL SLIDER */

.testimonial-slider {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

.testimonial-track {
    display: flex;
    gap: 28px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 5px 25px;
}

.testimonial-track::-webkit-scrollbar {
    height: 8px;
}

.testimonial-track::-webkit-scrollbar-thumb {
    background: #d4af37;
    border-radius: 20px;
}

.testimonial-track .testimonial-card {
    min-width: 360px;
    max-width: 360px;
}.testimonial-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.testimonial-track .testimonial-card {
    min-width: 30%;
    max-width: 30%;
}

.testimonial-card {
    padding: 45px;
    border-radius: 12px;
}

.testimonial-card p {
    font-size: 1rem;
    line-height: 1.8;
}

.slider-btn {
    position: static;
    width: 42px;
    height: 42px;
}

.slider-btn {
    width: 46px;
    height: 46px;
    border: none;
    border-radius: 50%;
    background: #d4af37;
    color: #111;
    font-size: 34px;
    font-weight: 900;
    cursor: pointer;
    z-index: 5;
}

.slider-btn:hover {
    background: white;
}/* ESTIMATE PAGE */

.estimate-page {
    background: #eeeeee;
    min-height: 100vh;
    padding: 40px;
    color: #111111;
}

.estimate-toolbar {
    max-width: 950px;
    margin: 0 auto 25px;

    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.estimate-document {
    max-width: 950px;
    margin: auto;
    background: #ffffff;
    padding: 55px;
    box-shadow: 0 20px 50px rgba(0,0,0,.15);
}

.estimate-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 45px;
}

.estimate-logo {
    height: 130px;
    width: auto;
}

.company-info {
    text-align: right;
    line-height: 1.6;
}

.estimate-title {
    text-align: right;
    margin-bottom: 35px;
}

.estimate-title h1 {
    font-size: 38px;
    margin-bottom: 10px;
}

.estimate-section {
    margin-bottom: 32px;
}

.estimate-section h3 {
    margin-bottom: 12px;
    color: #111111;
}

.estimate-section input,
.estimate-section textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid #cccccc;
    font-size: 14px;
}

.estimate-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.estimate-table th,
.estimate-table td {
    border: 1px solid #333333;
    padding: 8px;
    text-align: left;
}

.estimate-table th {
    background: #eeeeee;
}

.estimate-table input {
    border: none;
    margin: 0;
    padding: 6px;
}

.estimate-totals {
    width: 300px;
    margin-left: auto;
    margin-top: 15px;
    line-height: 1.9;
}

.estimate-totals input {
    width: 70px;
    padding: 5px;
}

.signature-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 35px;
    margin-top: 45px;
}

/* PRINT SETTINGS */

@media print {
    @page {
        size: letter;
        margin: 0.5in;
    }

    body {
        background: white !important;
        color: black !important;
    }

    .estimate-toolbar,
.estimate-toolbar *,
.no-print,
.no-print * {
    display: none !important;
    visibility: hidden !important;
}

    .estimate-page {
        padding: 0 !important;
        background: white !important;
    }

    .estimate-document {
        width: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        background: white !important;
    }

    .estimate-header {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-bottom: 25px;
    }

    .estimate-logo {
        height: 95px !important;
        width: auto;
    }

    .company-info {
        text-align: right;
        font-size: 12px;
        line-height: 1.4;
        max-width: 260px;
        overflow-wrap: break-word;
    }

    .estimate-title {
        text-align: right;
        margin-bottom: 25px;
    }

    .estimate-title h1 {
        font-size: 30px;
    }

    .estimate-section {
        page-break-inside: avoid;
        break-inside: avoid;
        margin-bottom: 18px;
    }

    .estimate-section h3 {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .estimate-section p {
        font-size: 11px;
        line-height: 1.4;
    }

    input,
    textarea {
        border: none !important;
        background: transparent !important;
        padding: 2px 0 !important;
        font-size: 11px !important;
        color: black !important;
    }

    .estimate-table {
        width: 100%;
        font-size: 11px;
        border-collapse: collapse;
    }

    .estimate-table th,
    .estimate-table td {
        border: 1px solid black;
        padding: 5px;
    }

    .estimate-table th {
        background: #eeeeee !important;
        font-weight: bold;
    }

    .estimate-table input {
        width: 100%;
        font-size: 11px !important;
    }

    .estimate-totals {
        width: 260px;
        margin-left: auto;
        font-size: 12px;
        line-height: 1.6;
    }

    .estimate-totals h3 {
        font-size: 13px;
        margin-top: 5px;
    }

    .signature-area {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        margin-top: 30px;
        page-break-inside: avoid;
    }
}/* HAMBURGER MENU */

.hamburger {
    display: none;
}/* MOBILE NAVIGATION */
.mobile-quote-link {
    display: none;
}
@media (max-width: 900px) {
.mobile-quote-link {
    display: block;
}
    .hamburger {
        display: block;
        background: none;
        border: none;
        color: white;
        font-size: 32px;
        cursor: pointer;
    }

    .nav-links {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #111111;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
        gap: 20px;
        border-top: 1px solid #333;
    }

    .nav-links.active {
        display: flex;
    }

    .quote-btn {
        display: none;
    }

    .navbar {
        position: relative;
    }
}/* MOBILE LAYOUT FIXES */

@media (max-width: 900px) {

    .hero {
        min-height: 85vh;
        padding: 120px 25px 60px;
    }

    .hero-content {
        max-width: 100%;
    }

    .hero h1 {
        font-size: 3rem;
        line-height: 1.05;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .hero-buttons a {
        width: 100%;
        text-align: center;
    }

    .section-header h2 {
        font-size: 2.2rem;
        line-height: 1.2;
    }

    .services-grid {
    grid-template-columns: 1fr;
}

.projects-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}.project-card img {
    height: 180px;
    object-fit: cover;
}

.project-overlay h3 {
    font-size: 1rem;
}

.project-overlay p {
    font-size: 0.8rem;
}

    .about {
        grid-template-columns: 1fr;
    }

    .about-image img {
        height: 250px;
    }

    .contact-container {
        grid-template-columns: 1fr;
    }

    .back-to-top {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
}/* FINAL MOBILE HERO FIX */

@media (max-width: 600px) {

    .hero {
        min-height: auto;
        padding: 90px 25px 70px;
        overflow: hidden;
    }

    .hero h1 {
        font-size: 2.35rem;
        line-height: 1.08;
        word-break: normal;
        max-width: 100%;
    }

    .hero h1 span {
        display: inline-block;
        max-width: 100%;
        font-size: 2.15rem;
    }

    .hero p {
        font-size: 0.95rem;
        line-height: 1.6;
        max-width: 100%;
    }

    .hero-buttons {
        width: 100%;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 0.9rem;
    }

    .testimonial-slider {
        gap: 8px;
    }

    .slider-btn {
        width: 36px;
        height: 36px;
        font-size: 24px;
        flex-shrink: 0;
    }

    .testimonial-track .testimonial-card {
        min-width: 280px;
        max-width: 280px;
    }
}/* FINAL MOBILE SERVICES + REVIEWS FIX */

@media (max-width: 900px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 12px !important;
    }

    .service-card img {
        height: 150px !important;
        object-fit: cover;
    }

    .service-card-content {
        padding: 16px !important;
    }

    .service-card-content h3 {
        font-size: 0.95rem !important;
    }

    .service-card-content p {
        font-size: 0.8rem !important;
        line-height: 1.4 !important;
    }

    .testimonial-slider {
        display: block !important;
        position: relative;
    }

    .testimonial-track {
        width: 100% !important;
        overflow-x: auto;
        padding: 10px 0 25px !important;
    }

    .testimonial-track .testimonial-card {
        min-width: 85% !important;
        max-width: 85% !important;
        margin: 0 auto !important;
    }

    .slider-btn {
        position: absolute !important;
        top: 50%;
        transform: translateY(-50%);
        width: 38px !important;
        height: 38px !important;
        font-size: 24px !important;
        z-index: 10;
    }

    .prev-btn {
        left: -10px;
    }

    .next-btn {
        right: -10px;
    }
}

@media (max-width: 600px) {

    .services-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .testimonial-track .testimonial-card {
        min-width: 82% !important;
        max-width: 82% !important;
    }

}/* COMPRESS SERVICE CARD TEXT ON MOBILE */

@media (max-width: 900px) {
    .service-card-content p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .service-card-content p.expanded {
        -webkit-line-clamp: unset;
    }

    .see-more-btn {
        margin-top: 10px;
        background: none;
        border: none;
        color: #d4af37;
        font-weight: 800;
        cursor: pointer;
        font-size: 0.8rem;
        padding: 0;
    }
}/* MOBILE QUOTE BUTTON */

.mobile-quote-link {
    margin-top: 10px;
}

.mobile-quote-link a {
    display: block;
    margin: 0 auto;
    width: 85%;

    background: #d4af37;
    color: #111111 !important;

    padding: 14px 20px;
    border-radius: 6px;

    font-weight: 800;
    text-align: center;

    transition: .3s;
}

.mobile-quote-link a:hover {
    background: white;
}/* FINAL ESTIMATE PAGE FIX */

.estimate-page {
    background: #f1f1f1 !important;
}

.estimate-toolbar .btn-secondary {
    background: #111111 !important;
    color: #ffffff !important;
    border: 2px solid #d4af37 !important;
}

.estimate-toolbar .btn-secondary:hover {
    background: #d4af37 !important;
    color: #111111 !important;
}

.estimate-toolbar .btn-primary {
    border: 2px solid #111111 !important;
}

/* Estimate mobile layout */
.estimate-toolbar .btn-primary,
.estimate-toolbar .btn-secondary {

    width: auto;
    min-width: 130px;

    padding: 10px 18px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    font-size: 14px;
    font-weight: 700;

    border-radius: 8px;
}
@media (max-width: 768px) {

    .estimate-page {
        padding: 18px !important;
    }

    .estimate-toolbar {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

    .estimate-toolbar .btn-primary,
    .estimate-toolbar .btn-secondary {
        width: 100%;
        padding: 14px 10px;
        font-size: 0.85rem;
        text-align: center;
    }

    .estimate-document {
        width: 100% !important;
        padding: 24px 18px !important;
        overflow: hidden;
    }

    .estimate-header {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        gap: 18px;
        margin-bottom: 28px !important;
    }

    .estimate-logo {
        height: 105px !important;
        width: auto !important;
    }

    .company-info {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        overflow-wrap: anywhere;
        word-break: break-word;
        font-size: 0.9rem;
        line-height: 1.5;
    }

    .estimate-title {
        text-align: center !important;
    }

    .estimate-title h1 {
        font-size: 2rem !important;
    }

    .estimate-section h3 {
        font-size: 1.15rem;
    }

    .estimate-section input,
    .estimate-section textarea {
        font-size: 0.95rem;
    }

    .estimate-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
    }

    .estimate-table th,
    .estimate-table td {
        min-width: 110px;
    }

    .estimate-totals {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 20px;
    }

    .signature-area {
        grid-template-columns: 1fr !important;
        gap: 20px;
    }
}

/* PROJECT IMAGE LIGHTBOX */

.lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.92);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90%;
    max-height: 85vh;
    object-fit: contain;
    border: 3px solid #d4af37;
    border-radius: 8px;
}

.close-lightbox {
    position: absolute;
    top: 25px;
    right: 35px;
    color: #ffffff;
    font-size: 45px;
    font-weight: 900;
    cursor: pointer;
}

.close-lightbox:hover {
    color: #d4af37;
}

.project-card {
    cursor: pointer;
}
/* ==========================
   MOBILE CALL BUTTON
========================== */

.mobile-call-btn{
    display:none;
}

@media (max-width:800px){

.mobile-call-btn{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    position:fixed;

    left:50%;
    transform:translateX(-50%);
    bottom:15px;

    width:85%;
    max-width:320px;
    height:52px;

    border-radius:14px;

    background:#d4af37;
    color:#111;

    font-size:18px;
    font-weight:700;
    text-decoration:none;

    box-shadow:0 6px 18px rgba(0,0,0,.35);

    z-index:99999;

    transition:.25s;
}

.mobile-call-btn:hover{
    background:#bf9a25;
}

body{
    padding-bottom:75px;
}

}
/* SERVICE AREA SECTION */

.service-area {
    background: #111111;
    padding: 100px 8%;
}

.service-area-container {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 40px;
    align-items: stretch;
}

.service-area-text,
.map-placeholder {
    background: #151515;
    border: 1px solid #2a2a2a;
    border-bottom: 5px solid #d4af37;
    border-radius: 10px;
    padding: 40px;
}

.service-area-text h3,
.map-placeholder h3 {
    color: #ffffff;
    font-size: 28px;
    margin-bottom: 18px;
}

.service-area-text p,
.map-placeholder p {
    color: #cccccc;
    line-height: 1.7;
    margin-bottom: 25px;
}

.service-area-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.service-area-list span {
    background: #d4af37;
    color: #111111;
    padding: 10px 16px;
    border-radius: 30px;
    font-weight: 800;
    font-size: 14px;
}

.map-placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 320px;
    background:
        linear-gradient(rgba(0,0,0,.75), rgba(0,0,0,.75)),
        url("../images/hero/hero.webp");
    background-size: cover;
    background-position: center;
}

@media (max-width: 900px) {
    .service-area-container {
        grid-template-columns: 1fr;
    }

    .service-area {
        padding: 70px 6%;
    }

    .service-area-text,
    .map-placeholder {
        padding: 28px;
    }
}
/* SEE MORE - MOBILE ONLY */

.see-more-btn {
    display: none;
}

@media (max-width: 900px) {
    .see-more-btn {
        display: inline-block;
    }
}
/* EDITABLE ESTIMATE TERMS */

.editable-textarea {
    width: 100%;
    min-height: 90px;
    padding: 14px;
    border: 1px solid #cccccc;
    border-left: 4px solid #d4af37;
    border-radius: 6px;
    background: #fafafa;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
}

.editable-textarea:focus {
    outline: none;
    border-color: #d4af37;
    background: #ffffff;
}
.editable-textarea[readonly] {
    border: none;
    background: transparent;
    color: #000;
    padding: 0;
    resize: none;
    pointer-events: none;
}

.editable-textarea.editable-active {
    width: 100%;
    min-height: 90px;
    padding: 14px;
    border: 1px solid #cccccc;
    border-left: 4px solid #d4af37;
    border-radius: 6px;
    background: #fafafa;
    color: #111111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6;
    resize: vertical;
    pointer-events: auto;
}

.editable-textarea.editable-active:focus {
    outline: none;
    border-color: #d4af37;
    background: #ffffff;
}

@media print {
    #enableEditBtn {
        display: none !important;
    }

    .editable-textarea,
    .editable-textarea.editable-active {
        border: none !important;
        background: transparent !important;
        padding: 0 !important;
        resize: none !important;
        overflow: visible !important;
        height: auto !important;
        min-height: auto !important;
        font-size: 14px;
        line-height: 1.35;
        color: #000;
    }
}