/* =======================================================
   CONTACT HERO SECTION
   PREMIUM MODERN UI STYLE
========================================================= */

.contact-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
========================================= */

.contact-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
========================================= */

.contact-hero-container{
    width:100%;
    max-width:1200px;
    margin:auto;
    position:relative;
    z-index:2;
}

/* =========================================
   CONTENT
========================================= */

.contact-hero-content{
    text-align:center;
    color:#ffffff;
    animation:contactHeroFadeUp 1s ease forwards;
    opacity:0;
}

/* =========================================
   TITLE
========================================= */

.contact-hero-title{
    font-family:'Orbitron',sans-serif;
    font-size:46px;
    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
========================================= */

.contact-hero-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
}

/* =========================================
   LINE
========================================= */

.contact-hero-line{
    width:160px;
    height:14px;
    border-radius:20px;
    background:#ffffff;
    opacity:.7;
    position:relative;
    overflow:hidden;
}

.contact-hero-line::before{
    content:"";
    position:absolute;
    inset:0;
    background:#CE0F2C;
    animation:contactLineMove 2s linear infinite;
}

/* =========================================
   ICON
========================================= */

.contact-hero-icon{
    width:18px;
    height:18px;
    display:flex;
    animation:contactHeroPulse 2s ease infinite;
}

.contact-hero-icon svg{
    fill:#CE0F2C;
    width:100%;
    height:100%;
    filter:drop-shadow(0 0 10px rgba(206,15,44,0.5));
}

/* =========================================
   ANIMATIONS
========================================= */

@keyframes contactHeroFadeUp{

    from{
        transform:translateY(40px);
        opacity:0;
    }

    to{
        transform:translateY(0);
        opacity:1;
    }

}

@keyframes contactLineMove{

    0%{
        transform:translateX(-100%);
    }

    100%{
        transform:translateX(100%);
    }

}

@keyframes contactHeroPulse{

    0%,100%{
        transform:scale(1);
    }

    50%{
        transform:scale(1.2);
    }

}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width:768px){

    .contact-hero-title{
        font-size:28px;
    }

    .contact-hero-section{
        padding:60px 15px;
    }

    .contact-hero-line{
        width:70px;
    }

}

@media (max-width:480px){

    .contact-hero-title{
        font-size:24px;
        line-height:1.4;
    }

    .contact-hero-line{
        width:40px;
    }

    .contact-hero-divider{
        gap:8px;
    }

}



/* ===============================
   SECTION CONTAINER
================================= */

.paving-estimate-section-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 20px;
    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);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: left;
}

/* ===============================
   TITLE
================================= */

.paving-estimate-section-container h2 {
    font-family: 'Anton', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

/* ===============================
   PARAGRAPH TEXT
================================= */

.paving-estimate-section-container p {
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 18px;
}

.paving-estimate-section-container p a{
    text-decoration: none;
}

/* highlight keywords */
.paving-estimate-section-container strong {
    color: #CE0F2C;
    font-weight: 600;
}

/* ===============================
   HOVER SUBTLE EFFECT (optional)
================================= */

.paving-estimate-section-container:hover {
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    transition: 0.3s ease;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
    .paving-estimate-section-container {
        padding: 30px 18px;
        margin: 40px 15px;
    }

    .paving-estimate-section-container h2 {
        font-size: 26px;
    }

    .paving-estimate-section-container p {
        font-size: 16px;
    }
}


/* ===============================
   CONTAINER
================================= */

.estimate-includes-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 20px;
    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);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: left;
}

/* ===============================
   TITLE
================================= */

.estimate-includes-container h2 {
    font-family: 'Anton', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

/* ===============================
   INTRO TEXT
================================= */

.estimate-includes-container .intro {    
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 18px;
}

/* ===============================
   LIST STYLE (MODERN)
================================= */

.estimate-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Each item card */
.estimate-list li {
    position: relative;
    padding: 18px 18px 18px 50px;
    font-family: 'Calibri', sans-serif;
    margin-bottom: 18px;
    background: #f9fafb;
    border-radius: 10px;
    border-left: 4px solid #CE0F2C;
    transition: all 0.3s ease;
}

/* icon bullet */
.estimate-list li::before {
    content: "✔";
    position: absolute;
    left: 18px;
    top: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #CE0F2C;
}

/* hover effect */
.estimate-list li:hover {
    background: #ffffff;
    transform: translateX(6px);

    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ===============================
   TEXT
================================= */

.estimate-list li strong {
    color: #111;
    display: block;
    margin-bottom: 5px;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
    .estimate-includes-container {
        padding: 30px 18px;
        margin: 40px 15px;
    }

    .estimate-list li {
        padding: 16px 16px 16px 45px;
    }
}


/* ===============================
   CONTAINER
================================= */

.estimate-cost-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 20px;
    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);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: left;
}

/* ===============================
   TITLE
================================= */

.estimate-cost-container h2 {
    font-family: 'Anton', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

/* ===============================
   INTRO
================================= */

.estimate-cost-container .intro {
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 18px;
}

/* ===============================
   LIST STYLE
================================= */

.cost-factor-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* list item card */
.cost-factor-list li {
    position: relative;
    padding: 18px 18px 18px 50px;
    margin-bottom: 18px;
    font-family: 'Calibri', sans-serif;
    background: #f9fafb;
    border-radius: 10px;
    border-left: 4px solid #CE0F2C;
    transition: all 0.3s ease;
}

/* icon bullet */
.cost-factor-list li::before {
    content: "➤";
    position: absolute;
    left: 18px;
    top: 18px;

    font-size: 16px;
    color: #CE0F2C;
    font-weight: bold;
}

/* hover effect */
.cost-factor-list li:hover {
    background: #ffffff;
    transform: translateX(6px);

    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

/* ===============================
   TEXT
================================= */

.cost-factor-list li strong {
    color: #111;
    display: block;
    margin-bottom: 5px;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
    .estimate-cost-container {
        padding: 30px 18px;
        margin: 40px 15px;
    }

    .cost-factor-list li {
        padding: 16px 16px 16px 45px;
    }
}

/* ===============================
   CONTAINER
================================= */

.estimate-importance-container {
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px 20px;
    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);
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    text-align: center;
}

/* ===============================
   TITLE
================================= */

.estimate-importance-container h2 {
    font-family: 'Anton', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 900;
    color: #ffffff;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.estimate-importance-container .intro {
    font-family: 'Calibri', sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #ffffff;
    margin-bottom: 18px;
}

/* ===============================
   GRID
================================= */

.importance-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}

/* ===============================
   CARD
================================= */

.importance-list li {
    background: #ffffff;
    padding: 30px 20px;
    border-radius: 16px;
    font-family: 'Calibri', sans-serif;
    text-align: center;
    border: 1px solid rgba(235, 18, 18, 0.991);
    transition: all 0.35s ease;
}

/* hover */
.importance-list li:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.12);
}

/* ===============================
   ICON
================================= */

.importance-list .icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    background: linear-gradient(135deg, #CE0F2C, #ff3b5c);
    color: #fff;
    box-shadow: 0 10px 25px rgba(206,15,44,0.35);
    transition: 0.3s;
}

.importance-list li:hover .icon {
    transform: scale(1.1) rotate(8deg);
}

/* ===============================
   TEXT
================================= */

.importance-list li strong {
    display: block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #111;
}

.importance-list li {
    font-size: 15.5px;
    font-family: 'Calibri', sans-serif;
    color: #555;
    line-height: 1.6;
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 600px) {
    .estimate-importance-container {
        padding: 40px 15px;
    }
}



/* ===============================
   QUICK LINKS SECTION
================================= */
.contact-quick-links-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* ===============================
   TITLE 
================================= */

.contact-quick-links-title {
    font-family: 'Anton', sans-serif;
    font-size: clamp(26px, 4vw, 38px);
    font-weight: 900;
    color: #CE0F2C;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

/* ===============================
   WRAPPER (better overlay)
================================= */

.contact-quick-links-wrapper {
    position: relative;
    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);
    padding: 45px 25px;
    border-radius: 14px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 22px;
    overflow: hidden;
}

/* dark overlay for readability */
.contact-quick-links-wrapper::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    border-radius: 14px;
    z-index: 0;
}

.contact-quick-links-wrapper > * {
    position: relative;
    z-index: 1;
}

/* ===============================
   CARD (clean modern upgrade)
================================= */

.contact-quick-links-card {
    background: #ffffff;
    padding: 20px 15px;
    border-radius: 14px;
    text-decoration: none;
    color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

/* smoother modern hover */
.contact-quick-links-card:hover {
    transform: translateY(-8px) scale(1.02);
    background: #ffffff;
    box-shadow: 
        0 12px 30px rgba(0,0,0,0.18),
        0 0 12px rgba(206,15,44,0.35);
}

/* ===============================
   ICON (more premium)
================================= */

.contact-quick-links-card .contact-icon {
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #CE0F2C, #ff3b5c);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 14px;
    position: relative;
    transition: 0.3s;
}

/* Pulse (softer, modern) */
.contact-quick-links-card .contact-icon::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(206,15,44,0.35);
    animation: pulse 2s infinite;
}

/* Hover effect */
.contact-quick-links-card:hover .contact-icon {
    transform: scale(1.1) rotate(0deg);
}

.contact-quick-links-card:hover .contact-icon::after {
    animation: pulse 1s infinite;
}

/* ===============================
   TEXT
================================= */

.contact-quick-links-card h3 {
    font-family: calibri;
    text-align: center;
    font-size: clamp(16px, 2vw, 18px);
    font-weight: 600;
    line-height: 1.4;
}

/* ===============================
   ANIMATION (refined)
================================= */

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    70% {
        transform: scale(1.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

/* ===============================
   RESPONSIVE
================================= */

@media (max-width: 768px) {
    .contact-quick-links-wrapper {
        padding: 30px 15px;
    }
}

@media (max-width: 480px) {
    .contact-quick-links-card {
        padding: 18px 12px;
    }
}


/* =====================================
  CONTACT FAQ CTA SECTION
===================================== */
.contact-faq-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 */
.contact-faq-cta-container{
    max-width:1150px;
    margin:auto;
    text-align:center;
    position:relative;
    z-index:2;
}

/* HEADER */
.contact-faq-cta-header h3{
    font-family: 'Anton', sans-serif;    
    font-size:clamp(20px,4vw,38px);
    font-weight:900;    
    color: #ffffff;
    margin-bottom:25px;
    line-height:1.2;
    position: relative;
    display: inline-block;
}

/* CONTENT BOX */
.contact-faq-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 */
.contact-faq-cta-content p{
    font-size: 18px;
    font-family: calibri;
    color:rgba(255,255,255,0.85);
    line-height:1.7;
    margin-bottom:18px;
}

/* LINKS */
.contact-faq-cta-content a{
    color:#CE0F2C;
    font-weight:600;
    text-decoration:none;
    position:relative;
}

/* underline hover effect */
.contact-faq-cta-content a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:-3px;
    width:0%;
    height:2px;
    background:#ff4d6d;
    transition:0.3s ease;
}

.contact-faq-cta-content a:hover::after{
    width:100%;
}

/* =========================================
   CONTACT BUTTON
========================================= */
.contact-faq-cta-wrapper{
    margin-top:28px;
    text-align: center;
}

.contact-faq-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;
}

.contact-faq-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;
}

.contact-faq-cta-button:hover::before {
    left: 120%;
}

.contact-faq-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);
    }
}

/* RESPONSIVE */
@media(max-width:600px){
    .contact-faq-cta-section{
        padding:70px 15px;
    }

    .contact-faq-cta-content{
        padding:25px 20px;
    }

    .contact-faq-cta-header h3{
        font-size:26px;
    }
}