/* services-style.css 
    Updated Revision: 28 April 2026
*/

:root {
    --bg-warm: #FFFCF3;
    --bg-page: #FDFDFB;
    --teal: #1A9F9F;
    --teal-bright: #1A9F9F;
    --teal-dark: #126F6F;
    --text-dark: #1D2B2B;
    --accent-beige: #EFE9D9;
    --white: #FFFFFF;
    --logo-red: #C0392B;
    --footer-beige: #D8D0C1;
}

/* --- Global --- */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { 
    font-family: 'Inter', sans-serif; 
    color: var(--text-dark); 
    background-color: var(--bg-page); 
    line-height: 1.6; 
}

/* --- Navigation & Header FIX (Z-Index Tinggi) --- */
header { 
    background: var(--white); 
    position: sticky !important; 
    top: 0; 
    z-index: 10000 !important; 
    box-shadow: 0 2px 15px rgba(0,0,0,0.04); 
}

.custom-nav .nav-link { 
    font-weight: 700 !important; 
    font-size: 1.05rem !important; 
    color: var(--text-dark) !important; 
    padding: 10px 18px !important; 
    transition: 0.3s; 
}

.custom-nav .nav-link.active, .custom-nav .nav-link:hover { 
    color: var(--teal-bright) !important; 
}

.btn-teal-nav { 
    background-color: var(--teal) !important; 
    border-radius: 50px; 
    font-weight: 800 !important; 
    color: white !important; 
    padding: 10px 25px !important;
}

/* --- Hero Section Services (REVISI: LEBIH BERNYAWA) --- */
.services-hero {
    background: linear-gradient(rgba(255, 252, 243, 0.75), rgba(255, 252, 243, 0.85)), 
                url('foto/32.jpeg') center/cover no-repeat;
    min-height: 60vh; 
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1; 
    border-bottom: 1px solid var(--accent-beige);
}

.services-hero .display-title {
    font-weight: 800;
    color: var(--text-dark);
    letter-spacing: -2px;
    line-height: 1.1;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05); /* Soft shadow biar tulisan ngangkat */
}

/* Tambahan class buat warna teks hero */
.text-teal { color: var(--teal); }
.text-gradient {
    background: linear-gradient(to right, var(--text-dark), var(--teal-dark));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tagline-hero { 
    font-weight: 700; 
    opacity: 0.9; 
    color: var(--teal-dark);
    text-shadow: 0 1px 2px rgba(0,0,0,0.02);
}

/* --- Utils --- */
.section-padding { padding: 100px 0; }
.section-title { font-weight: 800; text-transform: uppercase; letter-spacing: 1px; color: var(--text-dark); font-size: 2.2rem; }
.accent-line-center { width: 60px; height: 5px; background: var(--teal); margin: 25px auto 45px; border-radius: 2px; }
.accent-line-left { width: 50px; height: 5px; background: var(--teal); margin: 20px 0 25px; border-radius: 2px; }

/* --- Core Service Cards --- */
.core-service-card { 
    background: white; 
    padding: 45px 30px; 
    border-radius: 25px; 
    height: 100%; 
    transition: 0.3s; 
    border: 1px solid var(--accent-beige);
}
.core-service-card.highlight { background: var(--teal); border-color: var(--teal); }
.core-service-card:hover { transform: translateY(-10px); box-shadow: 0 15px 35px rgba(26, 159, 159, 0.15); }
.core-service-card h5 { font-weight: 800; margin-top: 10px; }

/* --- Capabilities Pill --- */
.cap-pill {
    padding: 15px 20px; border-radius: 12px; font-weight: 700; font-size: 1.1rem; 
    display: flex; align-items: center; height: 100%;
}
.cap-pill.iso-certified { background-color: rgba(26, 159, 159, 0.05); border: 1.5px solid var(--teal); color: var(--teal-dark); }
.cap-pill.other-cap { background-color: var(--bg-warm); border: 1px solid var(--accent-beige); color: var(--text-dark); }

/* --- Designed For Needs --- */
.need-box-new {
    background: white; padding: 40px; border-radius: 20px; border-top: 5px solid var(--teal);
    height: 100%; border: 1px solid var(--accent-beige);
}
.need-list-new { list-style: none; padding: 0; }
.need-list-new li { position: relative; padding-left: 20px; margin-bottom: 10px; font-size: 0.95rem; opacity: 0.8; }
.need-list-new li::before { content: "•"; color: var(--teal); position: absolute; left: 0; font-weight: bold; }

/* --- Buttons --- */
.btn-teal-main { background: var(--teal); color: white !important; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 700; display: inline-block; border: none; }
.btn-outline-teal { border: 2px solid var(--teal); color: var(--teal); padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: 700; display: inline-block; }

/* --- Footer & Socials --- */
.footer-v2 { border-top: 1px solid var(--accent-beige); }
.social-links-ikova { display: flex; gap: 12px; }
.social-links-ikova a { width: 38px; height: 38px; background: white; color: var(--text-dark); border-radius: 50%; display: flex; align-items: center; justify-content: center; border: 1px solid var(--accent-beige); transition: 0.3s; text-decoration: none; }
.social-links-ikova a:hover { background: var(--teal) !important; color: white !important; transform: translateY(-3px); }

/* --- WhatsApp Floating --- */
.wa-float-link {
    position: fixed; bottom: 30px; right: 30px; z-index: 9999;
    display: flex; align-items: center; text-decoration: none;
}
.wa-float-link:hover .wa-text-bubble { opacity: 1; transform: translateY(0); }
.wa-text-bubble {
    background-color: #25D366; color: white !important; padding: 10px 18px; border-radius: 20px; font-size: 14px; font-weight: 700; margin-right: 12px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); white-space: nowrap; opacity: 0; transform: translateY(10px); transition: all 0.4s ease-out;
}
.wa-icon-circle { width: 60px; height: 60px; background-color: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 18px rgba(37, 211, 102, 0.3); }
.wa-icon-circle i { color: white; font-size: 32px; }

@media (max-width: 768px) {
    .display-title { font-size: 2.2rem; }
    .core-service-card { padding: 25px 15px; border-radius: 20px; }
    .wa-text-bubble { display: none; }
}