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

.service-section,
.printing-categories,
.service-highlight,
.service-hero{
    padding:90px 0;
}

.services-section-title,
.section-title{
    text-align:center;
    margin-bottom:50px;
}

.services-section-title h4,
.section-title h4{
    font-size:42px;
    font-weight:700;
    color:#fff;
    margin-bottom:15px;
}

.services-section-title p,
.section-title p{
    max-width:700px;
    margin:auto;
    color:#a7a7a7;
    line-height:1.8;
}

/* HERO */

.service-hero-card{
    background:#171717;
    color:#fff;
    border:1px solid #252525;
    border-radius:28px;
    padding:70px 50px;
    text-align:center;
    box-shadow:none;
}

.service-hero-card h2,
.service-hero-card h3{
    color:#fff;
}

.service-hero-card p{
    color:#bdbdbd;
}

.services-buttons,
.hero-buttons{
    margin-top:35px;
    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;
}

/* GRID */

.category-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

/* CARD */

.category-card{
    background:#171717;
    border:1px solid #252525;
    border-radius:20px;
    padding:35px;
    transition:.3s;
}

.category-card:hover{
    transform:translateY(-8px);
    border-color:#FFD400;
}

.category-icon{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#2a2400;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:0 auto 20px;
}

.category-card h3,
.category-card h5{
    text-align:center;
    color:#fff;
    margin-bottom:20px;
    font-size:24px;
}

.category-card ul{
    list-style:none;
    padding:0;
    margin:0;
}

.category-card li{
    color:#bdbdbd;
    padding:8px 0;
    border-bottom:1px solid rgba(255,255,255,.05);
}

.category-card li:last-child{
    border:none;
}

.category-card p{
    color:#bdbdbd;
    line-height:1.7;
}

.card-btn{
    display:inline-block;
    margin-top:25px;
}

/* Highlight */

.services-highlight-card{
    background:#171717;
    border:1px solid #252525;
    border-radius:24px;
    padding:55px;
}

.services-highlight-card h4{
    color:#fff;
    font-size:40px;
    margin-bottom:20px;
}

.services-highlight-card p{
    color:#bdbdbd;
    line-height:1.9;
    margin-bottom:35px;
}

/* Feature Grid */

.services-feature-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:18px;
}

.services-feature-item{
    background:#1f1f1f;
    padding:18px;
    border-radius:14px;
    color:#fff;
    transition:.3s;
}

.services-feature-item:hover{
    background:#FFD400;
    color:#111;
}

/* Bottom CTA */

.service-bottom-card{
    background:#171717;
    border:1px solid #252525;
    border-radius:24px;
    padding:60px;
    text-align:center;
    margin-top:70px;
}

.service-bottom-card h4,
.service-bottom-card h5{
    color:#fff;
    font-size:38px;
    margin-bottom:18px;
}

.service-bottom-card p{
    color:#bdbdbd;
    line-height:1.8;
    max-width:780px;
    margin:auto auto 30px;
}

/* Mobile */

@media(max-width:767px){

.service-section,
.printing-categories,
.service-highlight,
.service-hero{
    padding:60px 0;
}

.service-hero-card{
    padding:40px 25px;
}

.service-hero-card h3{
    font-size:34px;
}

.services-section-title h4,
.section-title h4,
.services-highlight-card h4,
.service-bottom-card h4{
    font-size:30px;
}

.category-grid{
    grid-template-columns:1fr;
}

.services-feature-grid{
    grid-template-columns:1fr;
}

.services-highlight-card,
.service-bottom-card{
    padding:35px 25px;
}

}

/* =================================
   SERVICES BUTTON FIX
================================== */

.service-hero .btn-primary,
.service-bottom-card .btn-primary,
.services-highlight-card .btn-primary,
.services-buttons .btn-primary,
.hero-buttons .btn-primary,
.card-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:54px;
    padding:0 30px;
    background:#FFD400;
    color:#111;
    border:none;
    border-radius:14px;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
    cursor:pointer;
}

.service-hero .btn-primary:hover,
.service-bottom-card .btn-primary:hover,
.services-highlight-card .btn-primary:hover,
.services-buttons .btn-primary:hover,
.hero-buttons .btn-primary:hover,
.card-btn:hover{
    background:#ffdf40;
    transform:translateY(-3px);
}

.service-hero .btn-outline,
.service-bottom-card .btn-outline,
.services-buttons .btn-outline,
.hero-buttons .btn-outline{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:220px;
    height:54px;
    padding:0 30px;
    background:transparent;
    color:#FFD400;
    border:2px solid #FFD400;
    border-radius:14px;
    font-size:17px;
    font-weight:700;
    text-decoration:none;
    transition:.3s;
}

.service-hero .btn-outline:hover,
.service-bottom-card .btn-outline:hover,
.services-buttons .btn-outline:hover,
.hero-buttons .btn-outline:hover{
    background:#FFD400;
    color:#111;
}

.services-buttons,
.hero-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:18px;
    flex-wrap:wrap;
}

@media(max-width:768px){

.service-hero .btn-primary,
.service-bottom-card .btn-primary,
.services-highlight-card .btn-primary,
.services-buttons .btn-primary,
.hero-buttons .btn-primary,
.service-hero .btn-outline,
.service-bottom-card .btn-outline,
.services-buttons .btn-outline,
.hero-buttons .btn-outline{
    width:100%;
    min-width:100%;
}

}

/* HERO BUTTON FIX */

.services-buttons .btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    width:240px;
    height:56px;
    padding:0 30px;
    border-radius:14px;
    text-decoration:none;
    font-size:17px;
    font-weight:700;
}

.services-buttons .btn-yellow{
    background:#FFD400 !important;
    color:#111 !important;
    border:2px solid #FFD400;
}

.services-buttons .btn-outline-yellow{
    background:transparent !important;
    color:#FFD400 !important;
    border:2px solid #FFD400;
}

.services-buttons .btn-outline-yellow:hover{
    background:#FFD400;
    color:#111;
}

section.service-hero .service-hero-card{
    background:#171717 !important;
    color:#fff !important;
    border:1px solid #252525 !important;
    box-shadow:none !important;
}