/* =======================================================
   ABOUT HERO SECTION
   PREMIUM MODERN UI STYLE
========================================================= */

.about-hero-section{
    position:relative;
    min-height:220px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:80px 20px;
    background-size:cover;
    background-position:center;
    overflow:hidden;
}

/* =========================================
   OVERLAY
========================================= */

.about-hero-overlay{
    position:absolute;
    inset:0;
    background:
        linear-gradient(rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)),
        url('../images/ebony-black-carousel-far.webp') center/cover no-repeat;
    backdrop-filter:blur(5px);
    z-index:1;
}

/* =========================================
   CONTAINER
========================================= */

.about-hero-container{
    width:100%;
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* =========================================
   CONTENT
========================================= */

.about-hero-content{
    text-align:center;
    color:#ffffff;
    animation:aboutHeroFadeUp 1s ease forwards;
    opacity:0;
}

/* =========================================
   TITLE
========================================= */

.about-hero-title{
    font-family:'Orbitron',sans-serif;
    font-size:52px;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:20px;
    line-height:1.3;
    letter-spacing:.5px;
    text-shadow:0 4px 20px rgba(0,0,0,0.35);
}

/* =========================================
   DIVIDER
========================================= */

.about-hero-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

/* =========================================
   LINE
========================================= */

.about-hero-line{
    width:160px;
    height:14px;
    border-radius:20px;
    background:#ffffff;
    opacity:.7;
    position:relative;
    overflow:hidden;
}

.about-hero-line::before{
    content:"";
    position:absolute;
    inset:0;
    background:#CE0F2C;
    animation:aboutLineMove 2s linear infinite;
}

/* =========================================
   ICON
========================================= */

.about-hero-icon{
    width:18px;
    height:18px;
    display:flex;
    animation:aboutHeroPulse 2s ease infinite;
}

.about-hero-icon svg{
    fill:#CE0F2C;
    width:100%;
    height:100%;
    filter:drop-shadow(0 0 10px rgba(206,15,44,0.5));
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes aboutHeroFadeUp{

    from{
        transform:translateY(40px);
        opacity:0;
    }

    to{
        transform:translateY(0);
        opacity:1;
    }

}

@keyframes aboutLineMove{

    0%{
        transform:translateX(-100%);
    }

    100%{
        transform:translateX(100%);
    }

}

@keyframes aboutHeroPulse{

    0%,100%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.2);
    }

}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width:768px){

    .about-hero-title{
        font-size:28px;
    }

    .about-hero-section{
        padding:60px 15px;
    }

    .about-hero-line{
        width:70px;
    }

}

@media (max-width:480px){

    .about-hero-title{
        font-size:24px;
        line-height:1.4;
    }

    .about-hero-line{
        width:40px;
    }

    .about-hero-divider{
        gap:8px;
    }

}


/* =========================================
   ABOUT PAVE NY SECTION STYLE
========================================= */

.about-pave-ny-section{
    position:relative;
    padding:clamp(10px,8vw,15px) 20px;    
    overflow:hidden;
}

/* Background Layer */
.about-pave-ny-section::before{
    content:"";
    position:absolute;
    inset:0;
    background: var(--paving-bg) center/cover no-repeat;
    filter: blur(2px);
    transform: scale(1.05); /* blur edge fix */
    z-index:-2;
}

/* Overlay (optional but recommended) */
.about-pave-ny-section::after{
    content:"";
    position:absolute;
    inset:0;
    background: rgba(255,255,255,0.85); /* light overlay */
    z-index:-1;
}

.about-pave-ny-container{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:0 auto;
    display:grid;
    grid-template-columns:1.4fr .6fr;
    gap:clamp(40px,6vw,80px);
    align-items:flex-start; 
}

/* =========================================
   LEFT CONTENT
========================================= */

.about-pave-ny-content{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.about-pave-ny-content h2{
    font-family: 'Orbitron', sans-serif;
    font-weight: 900;
    text-transform: uppercase;    
    color:#CE0F2C;
    font-size: clamp(1.5rem, 4vw, 2.5rem);    
    margin-bottom:5px;
    line-height:1.2; 
    border-left:6px solid #CE0F2C;
    padding-left:18px;
}

.about-pave-ny-content p{
    color:rgba(17,17,17,0.92);
    font-size:1.05rem;
    font-family: calibri;
    font-weight:500;
    line-height:1.75;
    margin-bottom:18px;
}

/* =========================================
   FORM BOX
========================================= */

.about-pave-ny-form-box{
    background:#fff;
    width:100%;
    max-width:460px;
    margin-left:auto;
    padding:30px;
    border-radius:16px;
    box-shadow:0 25px 60px rgba(0,0,0,.25);
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    height:auto;
    transition:.3s ease;
}

.about-pave-ny-form-box:hover{
    transform:translateY(-4px);
    box-shadow:0 30px 70px rgba(0,0,0,.35);
}

.about-pave-ny-form-title{
    background:#000;
    border:5px solid #CE0F2C;
    color:#fff;
    padding:14px;
    font-size:1.2rem;
    font-weight:600;
    text-align:center;
    margin:0 0 18px 0; /* GAP FIX */
    border-radius:8px;
}

/* =========================================
   CTA BUTTON
========================================= */

.about-pave-ny-cta-wrapper{
    margin-top:28px;
}

.about-pave-ny-cta-button{
    display: inline-block;
    padding: 14px 32px;
    background: #CE0F2C;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    letter-spacing: .5px;
    cursor: pointer;
    z-index: 1;

    /* animation */
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.7s ease-out forwards;
}

.about-pave-ny-cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: .5s;
}

.about-pave-ny-cta-button:hover::before {
    left: 120%;
}

.about-pave-ny-cta-button:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 12px 28px rgba(206,15,44,0.4);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================================
   CONTACT FORM 7 FIX
========================================= */

.wpcf7-form p{
    margin:0;
    padding:0;
}

.wpcf7-form br{
    display:none;
}

/* Form layout */

.quote-form{
    display:flex;
    flex-direction:column;
    gap:12px;
}

/* Label */

.quote-form label{
    display:block;
    padding-bottom: 5px;
    width:100%;
}

/* Inputs */

.quote-form input,
.quote-form select,
.quote-form textarea{
    width:100%;
    padding:12px 14px;
    border:1px solid #ddd;
    border-radius:8px;
    font-size:.95rem;
    transition:.3s ease;
    background:#fff;
}

/* Focus */

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus{
    border-color:#CE0F2C;
    box-shadow:0 0 0 3px rgba(206,15,44,.15);
    outline:none;
}

/* Textarea */

.quote-form textarea{
    height:110px;
    resize:none;
}

/* Submit */

.quote-form input[type="submit"]{
    background:#CE0F2C;
    color:#fff;
    border:none;
    padding:13px;
    font-size:.98rem;
    font-weight:600;
    border-radius:50px;
    cursor:pointer;
    transition:.3s ease;
}

.quote-form input[type="submit"]:hover{
    background:#000;
}

/* =========================================
   RESPONSIVE (FIXED + IMPROVED)
========================================= */

/* ✅ Large tablets / small laptops */
@media (max-width:1024px){

    .about-pave-ny-container{
        grid-template-columns:1fr; /* 🔥 stack layout */
        gap:40px;
    }

    .about-pave-ny-form-box{
        max-width:600px;
        margin:0 auto;
    }

    .about-pave-ny-content{
        text-align:center;
        align-items:center;
    }

    .about-pave-ny-content h2{
        border-left:none;
        padding-left:0;
    }
}


/* ✅ Tablets */
@media (max-width:768px){

    .about-pave-ny-section{
        padding:40px 15px;
    }

    .about-pave-ny-container{
        gap:30px;
    }

    .about-pave-ny-content h2{
        font-size:clamp(26px, 5vw, 36px);
    }

    .about-pave-ny-content p{
        font-size:0.95rem;
    }

    .about-pave-ny-form-box{
        padding:24px;
    }

    .about-pave-ny-cta-wrapper{
        text-align:center;
    }
}


/* ✅ Mobile devices */
@media (max-width:576px){

    .about-pave-ny-section{
        padding:30px 12px;
    }

    .about-pave-ny-container{
        gap:24px;
    }

    .about-pave-ny-content h2{
        font-size:24px;
        line-height:1.3;
    }

    .about-pave-ny-content p{
        font-size:0.9rem;
        line-height:1.6;
    }

    .about-pave-ny-form-box{
        padding:20px;
        border-radius:14px;
    }

    .about-pave-ny-form-title{
        font-size:1rem;
        padding:10px;
    }

    .quote-form input,
    .quote-form select,
    .quote-form textarea{
        font-size:0.9rem;
        padding:10px 12px;
    }

    .quote-form textarea{
        height:90px;
    }

    .quote-form input[type="submit"]{
        padding:12px;
        font-size:0.95rem;
    }

    .about-pave-ny-cta-button{
        font-size:16px;
        padding:12px 24px;
    }
}


/* ✅ Extra small devices */
@media (max-width:400px){

    .about-pave-ny-content h2{
        font-size:22px;
    }

    .about-pave-ny-form-box{
        padding:16px;
    }

    .about-pave-ny-cta-button{
        width:100%;
        text-align:center;
    }
}

/* =========================================
   WHO WE ARE
========================================= */

.who-we-are-container {
    padding: 30px 20px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

/* IMAGE */
.who-we-are-image {
    flex: 1;
}

.who-we-are-image img {
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

/* CONTENT */
.who-we-are-content {
    flex: 1;
}

.who-we-are-content h2 {
    font-size: 40px;
    font-weight: 700;
    color: #CE0F2C;
    margin-bottom: 20px;
}

.who-we-are-content p {
    font-size: 18px;
    font-family: calibri;
    line-height: 1.8;
    color: rgba(17, 17, 17, 0.85);
    margin-bottom: 25px;
}

/* BUTTON */
.who-we-are-cta-button {
    display: inline-block;
    padding: 14px 32px;
    background: #CE0F2C;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    letter-spacing: .5px;
    cursor: pointer;
    z-index: 1;

    /* animation */
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.7s ease-out forwards;
}

.who-we-are-cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: .5s;
}

.who-we-are-cta-button:hover::before {
    left: 120%;
}

.who-we-are-cta-button {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 12px 28px rgba(206,15,44,0.4);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* =========================
   RESPONSIVE DESIGN (FIXED)
========================= */

/* Tablet */
@media (max-width: 992px) {

    .who-we-are-container {
        gap: 30px;
        flex-direction: column; /* 🔥 stack */
        text-align: center;
    }

    .who-we-are-content h2 {
        font-size: 32px;
    }

    .who-we-are-content p {
        font-size: 16px;
    }
}

/* Mobile */
@media (max-width: 768px) {

    .who-we-are-container {
        padding: 25px 15px;
        gap: 25px;
    }

    .who-we-are-content h2 {
        font-size: 26px;
    }

    .who-we-are-content p {
        font-size: 15px;
        line-height: 1.6;
    }

    .who-we-are-cta-button {
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* Extra small */
@media (max-width: 480px) {

    .who-we-are-content h2 {
        font-size: 22px;
    }

    .who-we-are-cta-button {
        width: 100%; /* 🔥 full width button */
        text-align: center;
    }
}


/* =========================
   VALUES SECTION
========================= */

.values-section {
    padding: 20px 15px 40px; /* 🔥 better side spacing for mobile */
    background: linear-gradient(180deg,#CE0F2C 0%,#000000 100%);
}

.values-container {
    max-width: 1200px;
    margin: auto;
}

/* ================= HEADER ================= */
.values-header {
    text-align: center;
    margin-bottom: 20px;
}

.values-header h3 {
    font-size: clamp(24px, 4vw, 2.8rem); /* 🔥 responsive */
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.values-header p {
    font-size: clamp(14px, 1.5vw, 18px); /* 🔥 responsive */
    font-family: calibri;
    line-height: 1.7;
    color: #ffffff;
    max-width: 900px; /* 🔥 better readability */
    margin: auto;
}

/* ================= CORE SERVICES ================= */
.values-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(12px, 2vw, 20px);
    margin-bottom: 20px;
}

.value-box {
    background: url('../images/ebony-black-carousel-far.webp');
    background-size: cover; /* 🔥 ensure proper fit */
    background-position: center;

    backdrop-filter: blur(5px);
    padding: 16px;
    border-radius: 10px;
    transition: 0.3s ease;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.value-box:hover {
    transform: translateY(-5px);
}

.value-box h4 {
    font-size: clamp(18px, 2vw, 1.8rem);
    color: #ffffff;
    margin-top: 0; /* 🔥 fix top gap properly */
    margin-bottom: 8px;
}

.value-box p {
    font-size: clamp(14px, 1.5vw, 18px);
    font-family: calibri;
    color: #fff;
    line-height: 1.6;
}

/* 📱 Tablet */
@media (max-width: 992px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .values-header p {
        max-width: 700px;
    }
}

/* 📱 Mobile */
@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .value-box {
        padding: 14px;
    }

    .values-header {
        margin-bottom: 15px;
    }
}

/* 📱 Extra small */
@media (max-width: 480px) {
    .values-section {
        padding: 15px 10px 30px;
    }

    .value-box {
        padding: 12px;
    }

    .values-header h3 {
        font-size: 22px;
    }
}

/* ================= WHY CHOOSE ================= */
.why-choose {
    text-align: center;
    margin-bottom: 50px;
}

.why-choose h3 {
    font-size: 34px;
    color: #ffffff;
    margin-bottom: 15px;
}

.why-choose p {
    font-size: 18px;
    font-family: calibri;
    text-align: left;
    max-width: 1150px;
    margin: auto;
    line-height: 1.8;
    color: #ffffff;
}

.why-choose ul {
    margin-top: 20px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.why-choose li {
    font-size: 18px;
    font-family: calibri;
    color: #ffffff;
    padding: 10px 0;
    position: relative;
    padding-left: 25px;
}

.why-choose li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #ffffff;
    font-weight: bold;
}

/* ================= FEATURE GRID ================= */
.why-choose-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    margin-bottom: 60px;
}

.why-choose-feature-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.why-choose-feature-box:hover {
    transform: translateY(-5px);
}

.why-choose-feature-box h4 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #CE0F2C;
}

.why-choose-feature-box p {
    font-size: 18px;
    font-family: calibri;
    line-height: 1.6;
    color: #444;
}

/* ================= FINAL CTA ================= */
.final-text {
    text-align: center;
}

.final-text p {
    font-size: 18px;
    font-family: calibri;
    margin-bottom: 20px;
    color: #ffffff;
}

/* BUTTON */
.final-text-cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #CE0F2C;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    letter-spacing: .5px;
    cursor: pointer;
    z-index: 1;

    /* animation */
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.7s ease-out forwards;
}

.final-text-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: .5s;
}

.final-text-cta-btn:hover::before {
    left: 120%;
}

.final-text-cta-btn {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 12px 28px rgba(206,15,44,0.4);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ================= RESPONSIVE ================= */

/* Tablet */
@media (max-width: 992px) {
    .values-header h3 {
        font-size: 32px;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .why-choose-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 768px) {

    .values-header h3 {
        font-size: 28px;
    }

    .why-choose h3 {
        font-size: 26px;
    }

    .why-choose-feature-grid {
        grid-template-columns: 1fr;
    }

    .value-box,
    .why-choose-feature-box {
        text-align: center;
    }

    .why-choose li {
        text-align: left;
    }
}


/* ===========================   
ABOUT RESIDENTIAL SERVICES 
===========================  */

.about-residential-services{
    padding:20px 20px;
    background:url('../images/turning-your-vision-into-reality-section.webp');
}

.about-residential-container{
    max-width:1200px;
    margin:auto;
}

/* HEADER */
.about-residential-section-header{    
    max-width:1200px;
    margin:0 auto 50px;
}

.about-residential-section-header h2{
    font-size:clamp(30px,4vw,46px);
    text-align: center;
    color:#CE0F2C;
    margin-bottom:15px;
}

.about-residential-section-header p{
    font-size: 18px;
    font-family: calibri;
    text-align: center;
    color:#000000;
    line-height:1.6;
}

/* LAYOUT */
.about-residential-content{
    display:flex;
    flex-direction:column;
    gap:40px;
}

/* IMAGE */
.about-residential-image img{
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 0.6rem;
    box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

/* CARDS GRID */
.services-cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

/* CARD */
.service-card{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.06);
    transition:all 0.3s ease;
    position:relative;
    overflow:hidden;
    
}

.service-card:hover{
    transform:translateY(-8px);
    box-shadow:0 20px 50px rgba(0,0,0,0.12);
}

/* ICON */
.service-card .icon{
    width:55px;
    height:55px;
    background:#CE0F2C;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    margin-bottom:15px;
    font-size:20px;
}

/* TITLE */
.service-card h3{
    font-size:18px;
    margin-bottom:10px;
    color:#111;
}

/* TEXT */
.service-card p{
    font-size:14px;
    color:#666;
    line-height:1.5;
}

/* RESPONSIVE */
@media(max-width:900px){
    .about-residential-content{
        grid-template-columns:1fr;
    }

    .services-cards{
        grid-template-columns:1fr;
    }
}

.service-card .icon i{
    transition:transform 0.3s ease;
}

/* Bounce Animation */
.service-card:hover .icon i{
    animation:bounceIcon 0.6s ease;
}

@keyframes bounceIcon{
    0%   { transform:translateY(0); }
    30%  { transform:translateY(-8px); }
    50%  { transform:translateY(0); }
    70%  { transform:translateY(-4px); }
    100% { transform:translateY(0); }
}

.service-card:hover .icon{
    transform:scale(1.08);
    transition:0.3s;
}


/* =====================================
   COMMERCIAL SERVICES (MATCH RESIDENTIAL)
===================================== */

.about-commercial-services{
    padding:20px 20px;
    background:linear-gradient(180deg,#CE0F2C 0%,#000000 100%);
}

.about-commercial-container{
    max-width:1200px;
    padding: 10px;
    border-radius: 8px;
    margin:auto;
    background:url('../images/turning-your-vision-into-reality-section.webp');
}

/* HEADER */
.about-commercial-section-header{
    text-align:center;
    max-width:1200px;
    margin:0 auto 50px;
}

.about-commercial-section-header h2{
    font-size:clamp(30px,4vw,46px);
    color:#CE0F2C;
    margin-bottom:15px;
}

.about-commercial-section-header p{
    font-size: 18px;
    font-family: calibri;
    color:#000000;
    line-height:1.6;
    text-align: center;   
}

/* LAYOUT */
.about-commercial-content{
    display:flex;
    flex-direction:column;
    gap:40px;
}

/* IMAGE */
.about-commercial-image img{
    width: 100%;
    max-height: 280px;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 0.6rem;
    box-shadow:0 20px 50px rgba(0,0,0,0.1);
}

/* CTA */
.about-commercial-cta{
    text-align:center;
    margin-top:50px;
}

.about-commercial-cta p{
    font-size:16px;
    color:#111;
    margin-bottom:20px;
}

/* =========================================
   CTA BUTTON
========================================= */

.about-commercial-cta-btn {
    display: inline-block;
    padding: 14px 32px;
    background: #CE0F2C;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    letter-spacing: .5px;
    cursor: pointer;
    z-index: 1;

    /* animation */
    opacity: 0;
    transform: translateY(15px);
    animation: fadeInUp 0.7s ease-out forwards;
}

.about-commercial-cta-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    background: rgba(255,255,255,0.25);
    transform: skewX(-20deg);
    transition: .5s;
}

.about-commercial-cta-btn:hover::before {
    left: 120%;
}

.about-commercial-cta-btn:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 12px 28px rgba(206,15,44,0.4);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}



/* =====================================================
SERVICE AREA SECTION (ULTRA PREMIUM FINAL)
===================================================== */

/* ===== SECTION ===== */
.service-area-section {
    padding: clamp(20px, 8vw, 20px) 20px;
    position: relative;
    text-align: center;
    color: #fff;
}

/* Overlay */
.service-area-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000000, #CE0F2C);
    z-index: 1;
}

.service-area-container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: auto;
}

/* ===== HEADING ===== */
.service-area-gradient-heading {
    font-family: 'Orbitron', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.5rem); 
    font-weight: 900;
    text-transform: uppercase;  
    line-height:1.2;  
    color: #ffffff;
}

/* underline */
.service-area-gradient-heading::after {
    content: "";
    display: block;
    width: 90px;
    height: 4px;
    margin: 12px auto;
    background: linear-gradient(90deg, #CE0F2C, #a50c23);
}

/* ===== GRID (WITH BACKGROUND IMAGE) ===== */
.service-area-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;

    padding: 30px;
    border-radius: 20px;

    /* 🔥 BACKGROUND IMAGE */
    background:
        linear-gradient(rgba(2,6,23,0.7), rgba(2,6,23,0.85)),
        url('../images/hero-section-image.webp'); /* change image path */

    background-size: cover;
    background-position: center;

    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 25px 80px rgba(0,0,0,0.6);

    overflow: hidden;
}

/* grid overlay */
.service-area-grid::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.2;
    z-index: 0;
}

/* ===== CARD ===== */
.service-area--list {
    position: relative;
    z-index: 1;

    list-style: none;
    padding: 18px;

    border-radius: 14px;
    background: rgba(255,255,255,0.05);

    border: 1px solid rgba(255,255,255,0.08);

    transition: 0.3s;
}

/* Hover */
.service-area--list:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(255,59,59,0.4);
}

/* ===== LINKS ===== */
.service-area--list li {
    margin-bottom: 10px;
}

.service-area--list a {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #fff;
    text-decoration: none;

    padding: 8px;
    border-radius: 6px;
}

/* icon */
.service-area--list a::before {
    content: "✔";
    color: #ff3b3b;
}

/* hover */
.service-area--list a:hover {
    background: rgba(255,255,255,0.08);
    padding-left: 12px;
}




/* =====================================
   ABOUT CTA SECTION
===================================== */
.about-cta-section{
    padding:10px;
    background:
        linear-gradient(rgba(0,0,0,0.55),
        rgba(0,0,0,0.55)),
        url('../images/ebony-black-carousel-far.webp') center/cover no-repeat;
    backdrop-filter:blur(5px);
    position:relative;
    overflow:hidden;
}

/* CONTAINER */
.about-cta-container{
    max-width:1150px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

/* HEADER */
.about-cta-header h3{
    font-family: 'Anton', sans-serif;    
    font-size:clamp(20px,4vw,38px);
    font-weight:800;    
    color:#fff;
    margin-bottom:25px;
    line-height:1.2;  
}

/* CONTENT BOX */
.about-cta-content{
    text-align: left;
    background:rgba(255,255,255,0.05);
    backdrop-filter:blur(12px);
    padding:40px 30px;
    border-radius:20px;
    border:1px solid rgba(255,255,255,0.1);
    box-shadow:0 20px 60px rgba(0,0,0,0.3);
}

/* TEXT */
.about-cta-content p{
    font-size: 18px;
    font-family: calibri;
    color:rgba(255,255,255,0.85);
    line-height:1.7;
    margin-bottom:18px;
}

/* LINKS */
.about-cta-content a{
    color:#CE0F2C;
    font-weight:600;
    text-decoration:none;
    position:relative;
}

/* underline hover effect */
.about-cta-content a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:0%;
    height:2px;
    background:#ff4d6d;
    transition:0.3s ease;
}

.about-cta-content a:hover::after{
    width:100%;
}

/* =========================================
   CONTACT BUTTON
========================================= */
.about-cta-wrapper {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: clamp(12px, 1.5vw, 10px) clamp(25px, 3vw, 30px);
    font-size: clamp(14px, 1.5vw, 16px);
    font-weight: 600;
    border-radius: 50px;
    background: #ce0f2c;
    color: #fff;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;

    box-shadow: 0 8px 25px rgba(206, 15, 44, 0.4);
}

.about-cta-button::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );
    transform: skewX(-25deg);
}

.about-cta-button:hover::before {
    animation: shine 0.8s ease forwards;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.about-cta-button:hover {
    transform: translateY(-4px) scale(1.05);
    box-shadow: 0 16px 40px rgba(206, 15, 44, 0.6);
}

.about-cta-button:active {
    transform: scale(0.97);
}

/* RESPONSIVE */
@media(max-width:600px){
    .about-cta-section{
        padding:20px 15px;
    }

    .about-cta-content{
        padding:25px 20px;
    }

    .about-cta-header h3{
        font-size:26px;
    }
}


/* =========================
CONTACT SECTION
PREMIUM RED + BLACK UI
========================= */

.contact-v2-section{
    position:relative;
    padding:
        clamp(30px,6vw,50px)
        20px;
    background: url('../images/map.webp') center/cover no-repeat;
    overflow:hidden;
    font-family:"Inter",sans-serif;
}

/* =========================
CONTAINER
========================= */

.contact-v2-container{
    position:relative;
    max-width:1200px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:34px;
    align-items:stretch;
}

/* =========================
PANELS
========================= */

.contact-v2-left,
.contact-v2-right{
    position:relative;
    display:flex;
    flex-direction:column;
    padding:38px;
    border-radius:28px;
    background:
        rgba(0,0,0,0.45);
    backdrop-filter:blur(10px);
    border:
        1px solid rgba(255,255,255,0.08);
    box-shadow:
        0 25px 60px rgba(0,0,0,0.45);
    overflow:hidden;

}

/* glow */

.contact-v2-left::before,
.contact-v2-right::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            135deg,
            rgba(255,255,255,0.06),
            transparent 40%
        );
    pointer-events:none;
}

/* =========================
TYPOGRAPHY
========================= */

.contact-v2-title{
    margin:0;
    font-size:
        clamp(30px,4vw,48px);
    line-height:1.05;
    font-weight:800;
    color:#ffffff;
    letter-spacing:-0.03em;

}

.contact-v2-subtitle{
    margin-top:10px;
    max-width:500px;
    font-size:15px;
    line-height:1.8;
    color:
        rgba(255,255,255,0.78);
}

/* =========================
MAP
========================= */

.contact-v2-map{
    position:relative;
    margin-top:28px;
    flex:1;
    min-height:540px;
    border-radius:24px;
    overflow:hidden;
}

.contact-v2-map iframe{

    width:100%;
    height:100%;

    border:none;

    filter:brightness(.95);

    transition:
        transform .6s ease,
        filter .5s ease;
}

.contact-v2-map:hover iframe{

    transform:scale(1.04);

    filter:brightness(1);

}

/* dark overlay */

.contact-v2-map::after{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(
            180deg,
            rgba(0,0,0,0.08),
            rgba(0,0,0,0.48)
        );
    pointer-events:none;

}

/* floating card */

.contact-v2-map-card{
    position:absolute;
    left:18px;
    bottom:18px;
    z-index:5;
    padding:
        14px
        18px;
    border-radius:16px;
    background:
        rgba(0,0,0,0.55);
    backdrop-filter:blur(14px);
    border:
        1px solid rgba(255,255,255,0.08);
    color:#ffffff;
    font-size:14px;
    font-weight:600;
    box-shadow:
        0 10px 30px rgba(0,0,0,0.28);
}

/* =========================
FORM
========================= */

.contact-v2-form{

    margin-top:30px;

    display:flex;
    flex-direction:column;

    gap:18px;

    flex:1;

}

/* rows */

.contact-v2-row{

    display:flex;

    gap:18px;

}

/* =========================
FORM GROUP
========================= */

.form-group{

    width:100%;

    display:flex;
    flex-direction:column;

    gap:10px;

}

.form-group label{

    font-size:13px;

    font-weight:600;

    letter-spacing:.02em;

    color:#ffffff;

}

/* =========================
INPUTS
========================= */

.contact-v2-form input,
.contact-v2-form select,
.contact-v2-form textarea{

    width:100%;

    padding:
        16px
        18px;

    border-radius:16px;

    border:
        1px solid rgba(255,255,255,0.08);

    background:
        rgba(255,255,255,0.92);

    color:#000000;

    font-size:14px;

    font-weight:500;

    transition:
        .35s ease;

}

/* placeholder */

.contact-v2-form input::placeholder,
.contact-v2-form textarea::placeholder{

    color:#666666;

}

/* focus */

.contact-v2-form input:focus,
.contact-v2-form select:focus,
.contact-v2-form textarea:focus{

    outline:none;

    border-color:#CE0F2C;

    background:#ffffff;

    box-shadow:
        0 0 0 4px rgba(206,15,44,0.16);

    transform:
        translateY(-1px);

}

/* =========================
TEXTAREA
========================= */

.contact-v2-form textarea{

    resize:none;

    min-height:110px;

}

.contact-v2-form textarea.large{

    min-height:170px;

}

/* =========================
RADIO
========================= */

.contact-v2-radio{

    display:flex;
    flex-direction:column;

    gap:12px;

}

.contact-v2-radio p{

    margin:0;

    font-size:14px;

    font-weight:600;

    color:#ffffff;

}

.radio-group{

    display:flex;
    flex-wrap:wrap;

    gap:22px;

}

.radio-group label{

    display:flex;
    align-items:center;

    gap:8px;

    color:#ffffff;

    font-size:14px;

    cursor:pointer;

}

.radio-group input{

    accent-color:#CE0F2C;

    transform:scale(1.08);

}

/* =========================
CONSENT
========================= */

.contact-consent{

    margin-top:6px;

    padding:18px;

    border-radius:18px;

    background:
        rgba(0,0,0,0.24);

    border:
        1px solid rgba(255,255,255,0.06);

}

.consent-label{

    display:flex;
    align-items:flex-start;

    gap:12px;

    color:#ffffff;

    font-size:13px;

    line-height:1.8;

    cursor:pointer;

}

.consent-label input[type="checkbox"]{

    width:18px;
    height:18px;

    margin-top:3px;

    accent-color:#CE0F2C;

    flex-shrink:0;

}

.consent-label span{

    flex:1;

    color:
        rgba(255,255,255,0.82);

}

/* =========================
PRIVACY POLICY LINK
========================= */

.consent-label a{

    position:relative;

    color:#000;

    font-weight:600;

    text-decoration:none;

    word-break:break-word;

    transition:all .3s ease;

    text-shadow:0 1px 2px rgba(0,0,0,0.25);
}

/* Animated Underline */

.consent-label a::after{

    content:"";

    position:absolute;

    left:0;
    bottom:-2px;

    width:0%;

    height:2px;

    background:#CE0F2C;

    transition:.4s ease;
}

/* Hover Effect */

.consent-label a:hover{

    color:#ffffff;
}

.consent-label a:hover::after{

    width:100%;
}

/* =========================
BUTTON
========================= */

.contact-v2-form button{

    position:relative;

    margin-top:10px;

    height:60px;

    border:none;

    border-radius:999px;

    overflow:hidden;

    background:
        linear-gradient(
            135deg,
            #CE0F2C 0%,
            #ff2748 100%
        );

    color:#ffffff;

    font-size:15px;

    font-weight:700;

    letter-spacing:.02em;

    cursor:pointer;

    transition:
        transform .35s ease,
        box-shadow .35s ease;

    box-shadow:
        0 18px 35px rgba(206,15,44,0.28);

}

/* shine */

.contact-v2-form button::before{

    content:"";

    position:absolute;

    top:0;
    left:-100%;

    width:100%;
    height:100%;

    background:
        linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.25),
            transparent
        );

    transition:.65s ease;

}

.contact-v2-form button:hover::before{

    left:100%;

}

.contact-v2-form button:hover{

    transform:
        translateY(-2px);

    box-shadow:
        0 22px 40px rgba(206,15,44,0.36);

}

/* =========================
LAPTOP
========================= */

@media (max-width:1100px){

    .contact-v2-container{

        grid-template-columns:1fr;

    }

}

/* =========================
TABLET
========================= */

@media (max-width:768px){

    .contact-v2-section{

        padding:80px 16px;

    }

    .contact-v2-left,
    .contact-v2-right{

        padding:26px;

        border-radius:24px;

    }

    .contact-v2-row{

        flex-direction:column;

        gap:16px;

    }

    .contact-v2-map{

        min-height:380px;

    }

    .contact-v2-title{

        line-height:1.1;

    }

}

/* =========================
MOBILE
========================= */

@media (max-width:576px){

    .contact-v2-section{

        padding:70px 14px;

    }

    .contact-v2-left,
    .contact-v2-right{

        padding:22px;

        border-radius:20px;

    }

    .contact-v2-map{

        min-height:300px;

        border-radius:20px;

    }

    .contact-v2-form input,
    .contact-v2-form select,
    .contact-v2-form textarea{

        padding:15px 16px;

        border-radius:14px;

    }

    .contact-v2-form button{

        height:56px;

        font-size:14px;

    }

    .consent-label{

        font-size:12px;

        line-height:1.7;

    }

}

/* =========================
EXTRA SMALL
========================= */

@media (max-width:380px){

    .contact-v2-title{

        font-size:28px;

    }

    .contact-v2-left,
    .contact-v2-right{

        padding:18px;

    }

}