/* ==========================
   FASTBYME V2
   ========================== */

:root{
    --red:#d71920;
    --dark:#111111;
    --grey:#1d1d1d;
    --light:#f5f5f5;
    --white:#ffffff;
}

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Open Sans',sans-serif;
    background:#111;
    color:#fff;
    line-height:1.7;
}

h1,h2,h3,h4,h5{
    font-family:'Montserrat',sans-serif;
    font-weight:700;
}

.navbar{
    background:rgba(0,0,0,.85);
    backdrop-filter:blur(8px);
    padding:15px 0;
}

.navbar-brand{
    font-size:1.7rem;
    font-weight:800;
    color:white!important;
    text-transform:uppercase;
}

.navbar-brand span{
    display:block;
    color:var(--red);
    font-size:.85rem;
    letter-spacing:3px;
}

.nav-link{
    color:white!important;
    margin-left:20px;
    font-weight:600;
    transition:.3s;
}

.nav-link:hover{
    color:var(--red)!important;
}

/* HERO */

.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    background:
    linear-gradient(rgba(0,0,0,.40),rgba(0,0,0,.40)),
    url("../assets/images/hero.png");
    background-size:cover;
    background-position:center;
}

.hero h1{
    font-size:4rem;
    font-weight:800;
}

.hero h2{
    color:var(--red);
    font-size:3rem;
    margin-bottom:25px;
}

.hero p{
    max-width:700px;
    font-size:1.15rem;
}

.hero-buttons{
    margin-top:35px;
}

.hero-buttons .btn{
    margin-right:15px;
    padding:14px 34px;
    border-radius:50px;
    font-weight:700;
}

/* ABOUT */

.about-section{
    padding:100px 0;
    background:#181818;
}

.about-section h2{
    color:white;
    margin-bottom:25px;
    font-size:2.8rem;
}

.about-section p{
    color:#d6d6d6;
    font-size:1.1rem;
}

.about-section img{
    border-radius:15px;
    box-shadow:0 20px 50px rgba(0,0,0,.4);
}

/* BUTTONS */

.btn-danger{
    background:var(--red);
    border:none;
}

.btn-danger:hover{
    background:#b91318;
}

.btn-outline-light:hover{
    color:black;
}

/* SECTIONS */

section{
    padding:90px 0;
}

.section-title{
    text-align:center;
    margin-bottom:60px;
}

.section-title h2{
    font-size:2.8rem;
}

.section-title p{
    color:#aaa;
}
/* SERVICE STRIP */

.service-strip{

background:#d71920;

padding:18px 0;

}

.service-strip h5{

margin:0;

color:white;

font-weight:700;

text-transform:uppercase;

letter-spacing:1px;

font-size:15px;

}

/* OUR SERVICES */

.services-section{

background:#181818;

padding:100px 0;

}

.service-card{

background:#222;

padding:35px;

border-radius:12px;

text-align:center;

height:100%;

transition:.35s;

border:1px solid #333;

}

.service-card:hover{

transform:translateY(-8px);

border-color:#d71920;

box-shadow:0 15px 40px rgba(215,25,32,.25);

}

.service-icon {
    font-size: 3rem;
    color: #d90429;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}

.service-card:hover .service-icon {
    transform: scale(1.15);
}


.service-card h4{

color:#fff;

margin-bottom:15px;

}

.service-card p{

color:#cfcfcf;

margin-bottom:25px;

line-height:1.7;

}/* FEATURED BUILD */

.featured-build{

background:#111;

padding:100px 0;

}

.featured-build img{

border-radius:15px;

transition:.4s;

}

.featured-build img:hover{

transform:scale(1.02);

}

.featured-tag{

display:inline-block;

background:#d71920;

padding:8px 16px;

border-radius:50px;

font-size:13px;

font-weight:bold;

letter-spacing:1px;

margin-bottom:20px;

}

.featured-build h2{

color:#fff;

font-size:48px;

margin-bottom:25px;

}

.featured-build p{

color:#cfcfcf;

font-size:18px;

line-height:1.8;

}

.featured-list{

list-style:none;

padding:0;

margin-top:30px;

}

.featured-list li{

color:white;

margin-bottom:15px;

font-size:18px;

}/* GALLERY PREVIEW */

.gallery-preview{

background:#181818;

padding:100px 0;

}

.gallery-preview-img{

width:100%;

height:320px;

object-fit:cover;

border-radius:15px;

transition:.4s;

cursor:pointer;

box-shadow:0 10px 25px rgba(0,0,0,.35);

}

.gallery-preview-img:hover{

transform:scale(1.04);

box-shadow:0 20px 40px rgba(215,25,32,.35);

}

/* ENGINEERING PHILOSOPHY */

.engineering-section{

padding:110px 0;

background:#111;

}

.section-tag{

display:inline-block;

padding:8px 18px;

background:#e31b23;

color:#fff;

font-size:.8rem;

font-weight:700;

letter-spacing:2px;

border-radius:30px;

margin-bottom:25px;

}

.engineering-section h2{

font-size:3rem;

font-weight:700;

margin-bottom:30px;

color:#fff;

}

.engineering-section p{

font-size:1.15rem;

line-height:2;

color:#cfcfcf;

margin-bottom:25px;

}

.philosophy-box{

background:#1d1d1d;

padding:50px;

border-radius:15px;

box-shadow:0 20px 40px rgba(0,0,0,.35);

}

.philosophy-item{

padding:18px 0;

font-size:1.2rem;

color:#fff;

border-bottom:1px solid rgba(255,255,255,.08);

}

.philosophy-item:last-child{

border-bottom:none;

}
.cta-section{

background:#d71920;

padding:90px 0;

text-align:center;

}

.cta-section h2{

color:#fff;

font-size:3rem;

font-weight:700;

margin-bottom:20px;

}

.cta-section p{

color:#fff;

font-size:1.2rem;

max-width:800px;

margin:0 auto 35px;

line-height:1.8;

}

.cta-section .btn{

padding:14px 35px;

font-weight:700;

border-radius:50px;

}


/* FOOTER */

.site-footer{

background:#080808;

padding:80px 0 30px;

color:#ccc;

}

.site-footer h3{

color:#fff;

font-size:36px;

font-weight:700;

margin-bottom:0;

}

.site-footer h4{

color:#fff;

margin-bottom:20px;

}

.site-footer h5{

color:#d71920;

margin-bottom:25px;

}

.site-footer p{

line-height:1.8;

}

.footer-links{

list-style:none;

padding:0;

margin:0;

}

.footer-links li{

margin-bottom:12px;

}

.footer-links a{

color:#ccc;

text-decoration:none;

transition:.3s;

}

.footer-links a:hover{

color:#d71920;

padding-left:5px;

}

.site-footer hr{

border-color:#333;

margin:50px 0 25px;

}

.footer-bottom{

text-align:center;

font-size:14px;

color:#999;

}/* =========================================
   SERVICES PAGE
========================================= */

.page-hero {
    min-height: 68vh;
    display: flex;
    align-items: center;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 140px 0 80px;
}

.services-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.75)),
        url("../assets/images/hero.png") center / cover no-repeat;
}

.page-hero-content {
    max-width: 760px;
}

.page-eyebrow,
.section-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    color: #e10600;
    font-family: "Montserrat", sans-serif;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.page-hero h1 {
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(3rem, 7vw, 5.5rem);
    font-weight: 800;
    text-transform: uppercase;
}

.page-hero p {
    max-width: 700px;
    margin-bottom: 30px;
    font-size: 1.25rem;
    line-height: 1.7;
}

.services-intro,
.additional-services,
.bespoke-service {
    padding: 100px 0;
}

.services-intro {
    background: #f8f8f8;
    padding: 110px 0;
    text-align: center;
}

.services-intro h2 {
    color: #111;
    font-size: clamp(2.3rem, 4.5vw, 3.6rem);
    font-weight: 800;
    margin-bottom: 45px;
}

.services-intro .lead {
    color: #444;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.6;
    max-width: 850px;
    margin: 0 auto 30px;
}

.services-intro p:last-child {
    color: #222;
    font-size: 1.35rem;
    line-height: 1.9;
    max-width: 900px;
    margin: auto;
}

.section-eyebrow {
    color: #d90429;
    font-size: .9rem;
    font-weight: 800;
    letter-spacing: 4px;
    text-transform: uppercase;
}


.service-detail {
    padding: 110px 0;
    background: #fff;
}

.service-detail-dark {
    background: #111;
    color: #fff;
}

.service-detail img.img-fluid {
    width: 100%;
    height: 440px;
    min-height: 0;
    object-fit: cover;
    object-position: center;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.18);
}

.service-detail-content p {
    margin-bottom: 20px;
    color: #333;
    font-size: 1.15rem;
    line-height: 1.9;
    padding-left: 50px;
}

.service-detail h2 {
    font-size: 2.7rem;
    font-weight: 800;
    color: #111;
    margin-bottom: 25px;
}

.service-detail-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 20px;
    border-radius: 10px;
    background: #111;
    color: #e10600;
    font-size: 1.8rem;
}

.service-detail-dark .service-detail-icon {
    background: #222;
    padding-right: 50px;
    padding-left: 0;
}



.service-feature-list {
    padding: 0;
    margin: 28px 0;
    list-style: none;
}

.service-feature-list li {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 13px;
    font-weight: 600;
}
.service-detail .service-feature-list li {
    color: #222;
}

.service-detail-dark .service-feature-list li {
    color: #fff;
}
.service-feature-list i {
    color: #e10600;
}

.welding-banner {
    padding: 65px 0;
    background: #d90429;
    color: #fff;
}

.welding-banner .section-eyebrow {
    color: #fff;
}

.welding-banner p {
    max-width: 780px;
    margin-bottom: 0;
    font-size: 1.1rem;
    line-height: 1.7;
}

.additional-services {
    background: #181818;
    color: #fff;
}

.additional-services .section-title {
    margin-bottom: 55px;
    text-align: center;
}

.additional-services .service-card {
    display: flex;
    flex-direction: column;
}

.additional-services .service-card p {
    flex-grow: 1;
}

.service-text-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #e10600;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.service-text-link:hover {
    color: #fff;
}

.bespoke-service {
    background: #080808;
    color: #fff;
}

.bespoke-service-box {
    padding: 60px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: #121212;
}

.bespoke-service-box p {
    max-width: 760px;
    margin: 0 auto 30px;
    line-height: 1.8;
}

.services-cta {
    padding: 110px 0;
    background:
        linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.86)),
        url("../assets/images/hero.png") center / cover no-repeat;
    color: #fff;
}

.services-cta p {
    max-width: 760px;
    margin: 0 auto 30px;
    font-size: 1.15rem;
    line-height: 1.8;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.site-footer a {
    color: inherit;
    text-decoration: none;
}

.site-footer a:hover {
    color: #e10600;
}


/* SERVICES PAGE RESPONSIVE */

@media (max-width: 991px) {

    .page-hero {
        min-height: 60vh;
        text-align: center;
    }

    .page-hero-content {
        margin: 0 auto;
    }

    .service-detail,
    .services-intro,
    .additional-services,
    .bespoke-service,
    .services-cta {
        padding: 75px 0;
    }

    .service-detail img.img-fluid {
        height: 380px;
        min-height: 0;
        object-fit: cover;
        object-position: center;
    }

    .welding-banner {
        text-align: center;
    }

    .welding-banner p {
        margin: 0 auto 25px;
    }
}

@media (max-width: 576px) {

    .hero {
        padding-top: 130px;
        align-items: flex-start;
    }

    .hero h1 {
        font-size: 2.6rem;
        line-height: 1.05;
        margin-bottom: 18px;
    }

    .hero h3 {
        font-size: 1.25rem;
        margin-bottom: 15px;
    }

    .hero p {
        font-size: 1rem;
        line-height: 1.5;
    }

    .page-hero {
        min-height: 70vh;
        padding-top: 120px;
    }

    .page-hero h1 {
        font-size: 2.6rem;
        line-height: 1.05;
    }

    .page-hero p {
        font-size: 1.05rem;
    }

    .service-detail {
        padding: 55px 0;
    }

    .service-detail h2 {
        font-size: 2.25rem;
        line-height: 1.15;
        margin-bottom: 22px;
    }

    .service-detail-content p {
        padding-left: 0;
        font-size: 1rem;
        line-height: 1.7;
    }

    .service-detail img.img-fluid {
        height: 260px;
        min-height: 0;
        object-fit: cover;
        object-position: center;
    }

    .bespoke-service-box {
        padding: 40px 22px;
    }

    .cta-buttons .btn {
        width: 100%;
    }

    .featured-build h2 {
        font-size: 36px;
        line-height: 1.15;
        margin-bottom: 20px;
    }

    .featured-build p {
        font-size: 16px;
        line-height: 1.65;
    }
}

.service-detail-dark h2,
.service-detail-dark p,
.service-detail-dark li {
    color: #fff;
}

.service-detail .btn-danger,
.services-cta .btn-danger {
    padding: 14px 30px;
    border-radius: 10px;
    font-weight: 700;
    box-shadow: 0 8px 22px rgba(217, 4, 41, 0.25);
}

.service-detail .btn-danger:hover,
.services-cta .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(217, 4, 41, 0.35);
}

/* =========================================
   BUILDS PAGE
========================================= */

.builds-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.78)),
        url("../assets/images/Featured build.jpg") center / cover no-repeat;
}

.builds-intro {
    padding: 110px 0;
    background: #f8f8f8;
    color: #111;
    text-align: center;
}

.builds-intro h2 {
    margin-bottom: 35px;
    font-size: clamp(2.3rem, 4.5vw, 3.6rem);
    font-weight: 800;
}

.builds-intro .lead {
    max-width: 900px;
    margin: 0 auto 25px;
    color: #444;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.7;
}

.builds-intro p:last-child {
    max-width: 900px;
    margin: 0 auto;
    color: #333;
    font-size: 1.15rem;
    line-height: 1.9;
}

.featured-project {
    padding: 110px 0;
    background: #111;
    color: #fff;
}

.featured-project-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
}

.featured-project-content {
    padding-left: 25px;
}

.featured-project h2 {
    margin-bottom: 25px;
    font-size: clamp(2.4rem, 4vw, 3.6rem);
    font-weight: 800;
}

.featured-project p {
    color: #d4d4d4;
    font-size: 1.1rem;
    line-height: 1.9;
}

.build-spec-list {
    padding: 0;
    margin: 35px 0;
    list-style: none;
}

.build-spec-list li {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.build-spec-list span {
    color: #aaa;
}

.build-spec-list strong {
    color: #fff;
    text-align: right;
}

.build-grid-section {
    padding: 110px 0;
    background: #f5f5f5;
    color: #111;
}

.build-grid-section .section-title p {
    max-width: 750px;
    margin: 0 auto;
    color: #555;
}

.build-card {
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.build-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.16);
}

.build-card-image {
    height: 300px;
    overflow: hidden;
}

.build-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

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

.build-card-content {
    padding: 32px;
}

.build-category {
    display: inline-block;
    margin-bottom: 12px;
    color: #d90429;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 2px;
}

.build-card h3 {
    margin-bottom: 16px;
    font-size: 1.65rem;
    font-weight: 800;
}

.build-card p {
    color: #555;
    line-height: 1.8;
}

.build-link {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #d90429;
    font-weight: 700;
    text-decoration: none;
}

.build-link:hover {
    color: #111;
}

.build-card-cta {
    display: flex;
    align-items: center;
    background: #111;
    color: #fff;
}

.build-card-cta p {
    color: #ccc;
}

.build-card-icon {
    margin-bottom: 20px;
    color: #d90429;
    font-size: 3rem;
}

.build-process {
    padding: 110px 0;
    background: #181818;
    color: #fff;
}

.process-step {
    height: 100%;
    padding: 35px;
    border: 1px solid #333;
    border-radius: 12px;
    background: #222;
}

.process-number {
    display: inline-block;
    margin-bottom: 20px;
    color: #d90429;
    font-size: 2rem;
    font-weight: 800;
}

.process-step h3 {
    margin-bottom: 15px;
}

.process-step p {
    color: #ccc;
    line-height: 1.8;
}

.builds-cta {
    background:
        linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.88)),
        url("../assets/images/Katana.jpg") center / cover no-repeat;
}

@media (max-width: 991px) {

    .featured-project-image img {
        height: 480px;
    }

    .featured-project-content {
        padding-left: 0;
    }

}

@media (max-width: 576px) {

    .featured-project-image img {
        height: 340px;
    }

    .build-card-image {
        height: 240px;
    }

    .build-spec-list li {
        display: block;
    }
    .build-spec-list strong {
        display: block;
        margin-top: 5px;
        text-align: left;
    }
    .gallery-preview {
    padding: 55px 0;
}
.about-section {
    padding: 60px 0 25px;
}.about-section h2 {
    font-size: 2.25rem;
    line-height: 1.1;
    margin-bottom: 25px;
}
}/* =========================================
   GALLERY PAGE
========================================= */

.gallery-hero {
    background:
        linear-gradient(rgba(0, 0, 0, 0.48), rgba(0, 0, 0, 0.78)),
        url("../assets/images/Welding.jpg") center / cover no-repeat;
}

.gallery-intro {
    padding: 110px 0;
    background: #f8f8f8;
    color: #111;
    text-align: center;
}

.gallery-intro h2 {
    margin-bottom: 35px;
    font-size: clamp(2.3rem, 4.5vw, 3.6rem);
    font-weight: 800;
}

.gallery-intro .lead {
    max-width: 850px;
    margin: 0 auto 25px;
    color: #444;
    font-size: 1.55rem;
    font-weight: 600;
    line-height: 1.7;
}

.gallery-intro p:last-child {
    max-width: 900px;
    margin: 0 auto;
    color: #333;
    font-size: 1.15rem;
    line-height: 1.9;
}

.gallery-filter-section {
    padding: 30px 0;
    background: #d71920;
}

.gallery-filter-list {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery-filter-list span {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.gallery-grid-section {
    padding: 110px 0;
    background: #111;
}

.gallery-item {
    position: relative;
    height: 420px;
    margin: 0;
    overflow: hidden;
    border-radius: 16px;
    background: #222;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

.gallery-item-large {
    height: 520px;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.gallery-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            transparent 40%,
            rgba(0, 0, 0, 0.88) 100%
        );
}

.gallery-item:hover img {
    transform: scale(1.06);
}

.gallery-item figcaption {
    position: absolute;
    z-index: 2;
    right: 30px;
    bottom: 28px;
    left: 30px;
}

.gallery-item figcaption span {
    display: inline-block;
    margin-bottom: 8px;
    color: #d71920;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.gallery-item figcaption h3 {
    margin: 0;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 800;
}

.gallery-contact-item {
    display: flex;
    align-items: center;
    background: #1d1d1d;
}

.gallery-contact-item::after {
    display: none;
}

.gallery-contact-content {
    padding: 40px;
    color: #fff;
}

.gallery-contact-icon {
    margin-bottom: 20px;
    color: #d71920;
    font-size: 3rem;
}

.gallery-contact-content h3 {
    margin-bottom: 18px;
    font-size: 2rem;
    font-weight: 800;
}

.gallery-contact-content p {
    margin-bottom: 25px;
    color: #ccc;
    line-height: 1.8;
}

.gallery-statement {
    padding: 110px 0;
    background: #f5f5f5;
    color: #111;
}

.gallery-statement h2 {
    margin-bottom: 25px;
    font-size: clamp(2.3rem, 4vw, 3.4rem);
    font-weight: 800;
}

.gallery-statement p {
    max-width: 850px;
    margin: 0 auto;
    color: #444;
    font-size: 1.2rem;
    line-height: 1.9;
}

.gallery-cta {
    background:
        linear-gradient(rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.88)),
        url("../assets/images/Featured build.jpg") center / cover no-repeat;
}

@media (max-width: 991px) {

    .gallery-item,
    .gallery-item-large {
        height: 420px;
    }

}

@media (max-width: 576px) {

    .gallery-item,
    .gallery-item-large {
        height: 340px;
    }

    .gallery-filter-list {
        gap: 18px;
    }

    .gallery-item figcaption {
        right: 22px;
        bottom: 22px;
        left: 22px;
    }

}/* ==========================================
   CONTACT PAGE
========================================== */

.contact-hero{
background:
linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.82)),
url("../assets/images/workshop.png") center/cover;
}

.contact-section {
    padding: 110px 0;
    background: #f7f7f7;
    color: #111;
}

.contact-section h2 {
    color: #111;
    font-size: clamp(2.3rem, 4vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 30px;
}

.contact-section p {
    color: #555;
}


.contact-card{
display:flex;
align-items:flex-start;
gap:20px;
padding:24px;
margin-top:22px;
background:#fff;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}
.contact-card {
    transition: transform .3s ease, box-shadow .3s ease;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0,0,0,.15);
}
.contact-card i{
font-size:1.7rem;
color:#d71920;
}

.contact-card h4{
margin-bottom:6px;
font-weight:700;
}

.contact-card p{
margin:0;
color:#555;
line-height:1.7;
}

.contact-form{
padding:40px;
background:#fff;
border-radius:18px;
box-shadow:0 15px 40px rgba(0,0,0,.1);
}

.contact-form .form-control{
padding:15px 18px;
border-radius:10px;
border:1px solid #ddd;
}

.contact-form .form-control:focus{
border-color:#d71920;
box-shadow:0 0 0 .15rem rgba(215,25,32,.2);
}
.contact-form ::placeholder {
    color: #777;
}

.contact-form textarea{
resize:vertical;
}

.contact-cta{
background:
linear-gradient(rgba(0,0,0,.78),rgba(0,0,0,.88)),
url("../assets/images/Featured build.jpg") center/cover;
}

@media(max-width:991px){

.contact-form{
margin-top:40px;
}

}.contact-welding-note {
    display: flex;
    gap: 20px;
    padding: 26px;
    margin-top: 24px;
    border-left: 4px solid #d71920;
    border-radius: 12px;
    background: #111;
    color: #fff;
}

.contact-welding-icon {
    color: #d71920;
    font-size: 2rem;
}

.contact-welding-note h4 {
    margin-bottom: 10px;
    color: #fff;
}

.contact-welding-note p {
    margin-bottom: 8px;
    color: #ccc;
    line-height: 1.8;
}

.contact-welding-note strong {
    color: #fff;
}
.contact-card a {
    color: #555;
    text-decoration: none;
}

.contact-card a:hover {
    color: #d71920;
}

.hero-buttons {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.hero-buttons .btn {
    width: auto;
}

@media (max-width: 576px) {

    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: stretch;
    }

    .hero-buttons .btn {
        width: 100%;
        margin: 0;
    }

    .service-card {
        padding: 24px 20px;
    }

    .service-icon {
        font-size: 2.4rem;
        margin-bottom: 14px;
    }
}

@media (max-width: 768px) {

    .services-section {
        padding: 40px 0 55px;
    }

    .site-footer {
        padding: 45px 0 20px;
    }

    .site-footer hr {
        margin: 25px 0 18px;
    }

    .footer-bottom {
        font-size: 12px;
        line-height: 1.5;
    }
}

/* ==========================================
   FINAL MOBILE SPACING TIDY-UP
   ========================================== */

@media (max-width: 576px) {

    .featured-build {
        padding: 55px 0;
    }

    .gallery-preview {
        padding: 55px 0;
    }

}
