/*==================================================
NOBO SERVICES V2
Premium Design System
==================================================*/

/*==================================================
ENVIRONMENT
==================================================*/

/*==================================================
CONTENT LAYER
==================================================*/

/* ==========================
   CONTACT HERO
========================== */

.contact-hero{
    text-align:center;
    padding:7rem 2rem 6rem;
    max-width:1100px;
    margin:auto;
}

.contact-hero .hero-eyebrow{

    display:inline-flex;
    align-items:center;
    gap:.5rem;

    padding:.45rem 1rem;

    border:1px solid rgba(212,175,55,.25);
    border-radius:999px;

    background:rgba(212,175,55,.08);

    color:var(--gold-accent);

    font-size:.85rem;
    font-weight:700;
    letter-spacing:.15em;
    text-transform:uppercase;

    margin-bottom:1.5rem;

}

.contact-hero h1{

    font-size:clamp(2.8rem,6vw,4.8rem);
    font-weight:800;
    line-height:1.1;

    color:var(--blue-primary);

    margin-bottom:1.5rem;

}

.contact-hero p{

    max-width:820px;
    margin:auto;

    font-size:1.18rem;
    line-height:1.9;

    color:#5f6f89;

}

/*==============================
      CONTACT INFORMATION
===============================*/

.contact-info-section{

    text-align:center;

}

.section-heading{

    max-width:800px;
    margin:0 auto 4rem;

}

.section-heading .section-eyebrow{

    display:inline-block;

    margin-bottom:1rem;

    padding:.45rem 1rem;

    border-radius:999px;

    background:rgba(212,175,55,.08);

    color:var(--gold-accent);

    border:1px solid rgba(212,175,55,.25);

    font-size:.82rem;
    font-weight:700;
    letter-spacing:.18em;

}

.section-heading h2{

    font-size:clamp(2.2rem,4vw,3.2rem);
    margin-bottom:1rem;

    color:var(--blue-primary);

}

.section-heading p{

    color:#66758c;

    font-size:1.08rem;

    line-height:1.8;

}

/* Grid */

.contact-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:2rem;

}

@media (max-width:768px){

    .contact-grid{

        grid-template-columns:1fr;

        gap:24px;

    }

}

/* Cards */

.contact-card{

    background:#fff;

    border:1px solid rgba(15,23,42,.08);

    border-radius:22px;

    padding:2.2rem 1.8rem;

    transition:.35s ease;

    box-shadow:0 15px 40px rgba(15,23,42,.06);

}

.contact-card:hover{

    transform:translateY(-8px);

    box-shadow:0 25px 60px rgba(15,23,42,.10);

}


.contact-form-section{
    padding:70px 60px;
}

@media (max-width:768px){

.contact-form-section{
    padding:55px 25px;
}

.rfq-form{
    max-width:100%;
}

}

/* Icon */

.contact-icon{

    width:64px;
    height:64px;

    margin:0 auto 1.5rem;

    border-radius:50%;

    background:linear-gradient(
        135deg,
        var(--gold-accent),
        #f5d97d
    );

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:1.6rem;

    color:#fff;

}

.contact-card h3{

    margin-bottom:.8rem;

    color:var(--blue-primary);

}

.contact-card p{

    color:#5f6f89;

    line-height:1.8;

}

.contact-card a{

    color:var(--blue-primary);

    font-weight:600;

    text-decoration:none;

}

.contact-card a:hover{

    color:var(--gold-accent);

}

.contact-card span{

    display:block;

    margin-top:.8rem;

    font-size:.9rem;

    color:#97a4b9;

}

.services-overview .section-inner{

    max-width:900px;
    margin:auto;
    text-align:center;

}

.services-overview h2{

    color:#ffffff;

    font-size:clamp(2.3rem,4vw,3.6rem);

    margin-bottom:1.6rem;

    font-weight:800;

}

.services-overview p{

    color:rgba(255,255,255,.88);

    font-size:1.12rem;

    line-height:1.9;

    max-width:850px;

    margin:0 auto 1.6rem;

}

.paper{
    width:var(--paper-width);
    margin:100px auto;
    padding:80px;
    background:var(--paper-bg);
    border-radius:var(--paper-radius);
    box-shadow:

0 20px 60px rgba(0,0,0,.06),

0 60px 120px rgba(0,0,0,.10),

0 1px 0 rgba(255,255,255,.7) inset;
    transition:transform .35s ease,
               box-shadow .35s ease;
}

.paper > h2{
    text-align:center;
    max-width:800px;
    margin:0 auto 18px;
}

.paper > p{
    text-align:center;
    max-width:760px;
    margin:0 auto 18px;
    line-height:1.8;
    color:var(--text-muted);
}

.paper > p:last-of-type{
    margin-bottom:50px;
}

.paper:hover{
    transform:translateY(-4px);
    box-shadow:0 45px 110px rgba(15,23,42,.16);
}

/*==================================================
HERO
==================================================*/

.hero-paper{
    min-height:100vh;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.hero-paper h1{
    font-size:clamp(3rem,6vw,5.5rem);
    line-height:1.05;
    margin:1rem 0 2rem;
    color:#0f2f57;
}

.hero-paper p{
    max-width:700px;
    font-size:1.15rem;
    line-height:1.9;
    color:#5c6b7b;
}



/*==================================================
CTA
==================================================*/

.btn-primary{
    display:inline-block;
    margin-top:24px;
}

/*==================================================
RESPONSIVE
==================================================*/

@media (max-width:900px){
    .paper{
        width:calc(100% - 28px);
        padding:42px 28px;
        margin:40px auto;
    }

    .hero-paper{
        min-height:70vh;
        margin-top: 70px;
    }
}









/* --------------------------------
   RFQ SECTION
--------------------------------- */
.services-overview:last-of-type > p {
    max-width: 820px;
}

.rfq-form {
    
    max-width:100%;
    max-width:850px;

    margin:0 auto;
}

/* --------------------------------
   FORM LAYOUT POLISH
--------------------------------- */
.rfq-form .form-group:last-of-type {
    margin-bottom: 26px;
}

.rfq-form .cta-button {
    min-width: 200px;
}

.rfq-form .cta-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    margin-top:20px;

    padding:18px 42px;

    border:none;

    border-radius:16px;

    background:
        linear-gradient(
            135deg,
            var(--gold-accent),
            #f3d46b
        );

    color:var(--blue-primary);

    font-size:1rem;

    font-weight:800;

    cursor:pointer;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

    box-shadow:
        0 18px 40px rgba(212,175,55,.28);

}

.rfq-form .cta-button:hover{

    transform:translateY(-4px);

    box-shadow:
        0 24px 55px rgba(212,175,55,.38);

}


/* --------------------------------
   RESPONSIVE
--------------------------------- */
@media (max-width: 768px) {
    .services-overview:first-of-type .service-card h3 {
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

    .services-overview:first-of-type .service-card h3::after {
        width: 30px;
        margin-top: 8px;
    }

    .rfq-form .cta-button {
        width: 100%;
        min-width: 0;
    }
}

/* ========================================
   LOCATION SECTION
======================================== */

.location-header{

    max-width:850px;

    margin:0 auto 60px;

    text-align:center;

}

.location-grid{

    display:grid;

    grid-template-columns:1.4fr .9fr;

    gap:45px;

    align-items:stretch;

}

.location-map{

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 20px 60px rgba(15,23,42,.08);

    border:1px solid rgba(15,23,42,.08);

}

.location-map iframe{

    width:100%;

    height:100%;

    min-height:500px;

    border:none;

}

.location-details{

    display:flex;

    flex-direction:column;

    justify-content:center;

    gap:28px;

}

.location-item{

    display:flex;

    gap:18px;

    align-items:flex-start;

}

.location-icon{

    width:56px;

    height:56px;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    background:rgba(212,175,55,.12);

    font-size:1.4rem;

    flex-shrink:0;

}

.location-item h3{

    margin-bottom:8px;

    color:var(--blue-primary);

}

.location-item p{

    color:#64748b;

    line-height:1.8;

}

.location-details .cta-button{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    gap:10px;

    padding:15px 34px;

    margin-top:20px;

    border-radius:999px;

    font-weight:700;

    text-decoration:none;

    color:#fff;

    background:linear-gradient(
        135deg,
        var(--blue-primary),
        #17477f
    );

    position:relative;

    overflow:hidden;

    transition:
        transform .3s ease,
        box-shadow .3s ease;

    box-shadow:
        0 15px 35px rgba(15,47,91,.20);

}

@media (max-width:900px){

    .location-grid{

        grid-template-columns:1fr;

        gap:35px;

    }

    .location-map iframe{

        min-height:350px;

    }

    .location-details{

        align-items:flex-start;

    }

}

/* ========================================
   LOCATION SECTION TAG
======================================== */

.location-section .section-tag{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:12px 28px;

    margin-bottom:24px;

    border-radius:999px;

    background:linear-gradient(
        135deg,
        rgba(212,175,55,.14),
        rgba(212,175,55,.05)
    );

    border:1px solid rgba(212,175,55,.30);

    color:var(--gold-accent);

    font-size:.82rem;

    font-weight:700;

    letter-spacing:.14em;

    text-transform:uppercase;

    box-shadow:
        0 10px 28px rgba(212,175,55,.12);

}

.location-section .section-tag::before{

    content:"📍";

    font-size:1rem;

}

.location-details .cta-button::before{

    content:"";

    position:absolute;

    top:0;

    left:-120%;

    width:60%;

    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,.15),
        transparent
    );

    transform:skewX(-25deg);

    transition:left .75s ease;

}

.location-details .cta-button:hover{

    transform:translateY(-3px);

    box-shadow:
        0 22px 50px rgba(15,47,91,.28);

}

.location-details .cta-button:hover::before{

    left:160%;

}
