/* Footer Styles */
.footer-custom {
    background-color: #000000;
    position: relative;
    min-height: 300px;
}

/* Ecosystem slider styles */
.ecosystem-slider-wrapper {
    padding: 0 10px;
}
.ecosystem-slider {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 10px 5px;
}
.ecosystem-slider.dragging {
    cursor: grabbing;
}
.ecosystem-item {
    flex: 0 0 auto;
    width: 80%;
    max-width: 800px;
    scroll-snap-align: start;
}
.ecosystem-item img {
    width: 100%;
    height: auto;
    display: block;
}

/* hide default scrollbar for modern browsers */
.ecosystem-slider::-webkit-scrollbar { height: 8px; }
.ecosystem-slider::-webkit-scrollbar-track { background: transparent; }
.ecosystem-slider::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.15); border-radius: 10px; }

@media (min-width: 992px) {
    .ecosystem-item { width: 45%; }
}


.footer-section h6 {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.1rem;
}

.footer-section p {
    color: #ffffff;
    font-size: 0.9rem;
    line-height: 1.4;
}

.footer-section .bi-clock-fill,
.footer-section .bi-geo-alt-fill {
    color: #87CEEB;
    font-size: 1.2rem;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.whatsapp-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #25d366;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.whatsapp-link:hover {
    background-color: #128c7e;
    color: white;
    transform: scale(1.1);
    text-decoration: none;
}

.whatsapp-link .bi-whatsapp {
    font-size: 1.5rem;
}

/* Scroll to Top Button */
.scroll-to-top {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.scroll-top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #87CEEB;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.scroll-top-btn:hover {
    background-color: #5CB3E8;
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.scroll-top-btn .bi-arrow-up {
    font-size: 1.2rem;
}

/* Contact Section */
.contact-section {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.contact-box {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.contact-item {
    display: flex;
    align-items: center;
    padding: 40px 20px;
    text-align: center;
    transition: all 0.3s ease;
    border-right: 1px solid #e9ecef;
    height: 100%;
}

.contact-item:last-child {
    border-right: none;
}

.contact-item:hover {
    background-color: #f8f9fa;
}

.contact-icon {
    margin-bottom: 15px;
}

.contact-icon i {
    font-size: 2.5rem;
    color: #87CEEB;
}

.contact-text h6 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
}

.contact-text p {
    font-size: 0.9rem;
    color: #666666;
    margin: 0;
    word-break: break-word;
}

/* Global Background */
body {
    margin: 0;
    background-color: #050c18;
    /* FIXED: Path absolute dari root untuk Laravel hosting */
    background-image:
        radial-gradient(circle at top left, rgba(135, 206, 235, 0.25), transparent 55%),
        radial-gradient(circle at bottom right, rgba(0, 191, 255, 0.20), transparent 60%),
        url('/images/background.png');  /* ✅ BENAR: absolute path */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100vh;
}

main {
    background: transparent;
}

/* Reusable glassy section wrapper (applied automatically for key sections) */
main > section.dynamic-section,
main > section.clients-section,
main > section.partners-section,
main > section.news-section,
main > section.certifications-section,
main > section.admin-services-section {
    position: relative;
}

main > section.dynamic-section > .container,
main > section.clients-section > .container,
main > section.partners-section > .container,
main > section.news-section > .container,
main > section.certifications-section > .container,
main > section.admin-services-section > .container,
main > section.section-glass > .container {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.22);
    padding: 40px 32px;
}

@media (max-width: 768px) {
    main > section.dynamic-section > .container,
    main > section.clients-section > .container,
    main > section.partners-section > .container,
    main > section.news-section > .container,
    main > section.certifications-section > .container,
    main > section.admin-services-section > .container,
    main > section.section-glass > .container {
        padding: 28px 18px;
        border-radius: 16px;
    }
}

/* Remove glass background for Clients & Partners main sections */
main > section.clients-section > .container,
main > section.partners-section > .container {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: none;
    border-radius: 0;
}

/* Hero Section - FIXED PATH */
.hero-section {
    /* Prioritaskan gambar, fallback gradient */
    background-image: url('/images/bg9.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    /* Perpanjang hero section */
    min-height: 100vh;
    padding: 120px 0 80px;
    display: flex;
    align-items: center;
}

/* Hero modern variant dengan background.png */
.hero-section.hero-modern {
    min-height: 100vh;
    padding: 140px 0 100px;
}

/* Fallback hanya jika gambar tidak ada */
@supports not (background-image: url('/images/bg9.jpg')) {
    .hero-section {
        background: linear-gradient(135deg, #050c18 0%, #1a2332 100%);
    }
}

/* Hero overlay untuk kontras teks */
.hero-section .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}

/* Overlay yang lebih ringan untuk background.png */
.hero-section.hero-modern .hero-overlay {
    background: linear-gradient(
        rgba(0, 0, 0, 0.2) 0%,
        rgba(0, 0, 0, 0.3) 30%,
        rgba(0, 0, 0, 0.4) 70%,
        rgba(0, 0, 0, 0.5) 100%
    );
}

/* Hero content positioning */
.hero-section .container {
    position: relative;
    z-index: 10;
}

/* Responsive untuk hero section */
@media (max-width: 768px) {
    .hero-section {
        min-height: 90vh;
        padding: 100px 0 60px;
    }
    
    .hero-section.hero-modern {
        min-height: 90vh;
        padding: 120px 0 80px;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 85vh;
        padding: 80px 0 50px;
    }
    
    .hero-section.hero-modern {
        min-height: 85vh;
        padding: 100px 0 60px;
    }
}

.hero-modern {
    overflow: hidden;
}

.hero-panel {
    padding: 40px 35px;
    border-radius: 22px;
    /* Glass effect untuk hero panel */
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    animation: heroFadeUp 0.85s ease both;
    position: relative;
    z-index: 10;
    max-width: 800px;
    margin: 0 auto;
}

/* Glass card override untuk hero panel */
.hero-panel.glass-card {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.08) 50%, 
        rgba(255, 255, 255, 0.12) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4) !important;
    backdrop-filter: blur(16px) saturate(120%) !important;
    -webkit-backdrop-filter: blur(16px) saturate(120%) !important;
    padding: 45px 40px !important;
}

/* Fallback untuk browser tanpa backdrop-filter */
@supports not ((-webkit-backdrop-filter: blur(14px)) or (backdrop-filter: blur(14px))) {
    .hero-panel.glass-card {
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.25) 0%, 
            rgba(255, 255, 255, 0.18) 50%, 
            rgba(255, 255, 255, 0.22) 100%) !important;
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
    }
}

/* Responsive untuk hero panel */
@media (max-width: 768px) {
    .hero-panel {
        padding: 30px 25px;
        margin: 0 15px;
    }
    
    .hero-panel.glass-card {
        padding: 35px 30px !important;
    }
}

@media (max-width: 480px) {
    .hero-panel {
        padding: 25px 20px;
        margin: 0 10px;
    }
    
    .hero-panel.glass-card {
        padding: 30px 25px !important;
    }
}

.hero-title {
    font-weight: 800;
    /* Reset letter-spacing yang bermasalah */
    letter-spacing: 0 !important;
    line-height: 1.05;
    font-size: clamp(2.2rem, 4.2vw, 4rem);
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.hero-lead {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(1.02rem, 1.15vw, 1.15rem);
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
}

/* Hero lead dengan justify (rata kiri-kanan) */
.hero-lead.text-justify {
    text-align: justify !important;
    text-justify: inter-word !important;
    hyphens: auto !important;
    line-height: 1.6 !important;
    font-size: clamp(1.02rem, 1.15vw, 1.15rem);
    color: rgba(255, 255, 255, 0.88);
    /* EXTREME RESET - NOL TOTAL SPACING */
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    white-space: normal !important;
    /* FORCE FONT YANG KONSISTEN */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* AGRESIF RESET untuk semua hero elements */
.hero-lead, .hero-description, .hero-title {
    word-spacing: 0 !important;
    letter-spacing: 0 !important;
    text-indent: 0 !important;
    white-space: normal !important;
    /* FORCE FONT YANG SAMA UNTUK SEMUA */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* Mobile fix - gunakan justify yang stabil di mobile */
@media (max-width: 768px) {
    .hero-lead.text-justify {
        text-align: justify !important;
        text-justify: inter-word !important;
        hyphens: auto !important;
        line-height: 1.6 !important;
        font-size: 14px;
        /* EXTREME RESET - NOL TOTAL SPACING MOBILE */
        word-spacing: 0 !important;
        letter-spacing: 0 !important;
        text-indent: 0 !important;
        white-space: normal !important;
        /* AGRESIF FALLBACK - Force browser default */
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        /* Override untuk browser yang bermasalah */
        -webkit-text-size-adjust: 100% !important;
        -moz-text-size-adjust: 100% !important;
        -ms-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    }
    
    .hero-lead {
        font-size: 1rem;
        line-height: 1.6;
        text-align: justify !important;
        text-justify: inter-word !important;
        hyphens: auto !important;
        /* EXTREME RESET - NOL TOTAL SPACING MOBILE */
        word-spacing: 0 !important;
        letter-spacing: 0 !important;
        text-indent: 0 !important;
        white-space: normal !important;
        /* AGRESIF FALLBACK - Force browser default */
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        /* Override untuk browser yang bermasalah */
        -webkit-text-size-adjust: 100% !important;
        -moz-text-size-adjust: 100% !important;
        -ms-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    }
    
    .hero-description {
        text-align: justify !important;
        text-justify: inter-word !important;
        line-height: 1.6 !important;
        font-size: 14px;
        /* EXTREME RESET - NOL TOTAL SPACING MOBILE */
        word-spacing: 0 !important;
        letter-spacing: 0 !important;
        text-indent: 0 !important;
        white-space: normal !important;
        /* AGRESIF FALLBACK - Force browser default */
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        /* Override untuk browser yang bermasalah */
        -webkit-text-size-adjust: 100% !important;
        -moz-text-size-adjust: 100% !important;
        -ms-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    }
    
    /* EXTREME RESET untuk semua hero mobile */
    .hero-lead, .hero-description, .hero-title {
        word-spacing: 0 !important;
        letter-spacing: 0 !important;
        text-indent: 0 !important;
        white-space: normal !important;
        /* AGRESIF FALLBACK - Force browser default */
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
        /* Override untuk browser yang bermasalah */
        -webkit-text-size-adjust: 100% !important;
        -moz-text-size-adjust: 100% !important;
        -ms-text-size-adjust: 100% !important;
        text-size-adjust: 100% !important;
    }
}

.btn-hero-primary {
    border-radius: 999px;
    padding: 12px 28px;
    font-weight: 700;
    box-shadow: 0 14px 30px rgba(135, 206, 235, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn-hero-outline {
    border-radius: 999px;
    padding: 12px 28px;
    font-weight: 700;
    border-width: 2px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.btn-hero-primary:hover,
.btn-hero-outline:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
}

.btn-hero-primary:active,
.btn-hero-outline:active {
    transform: translateY(0);
}

/* ==========================================================
   Home - Our System Cube Slider (Swiper.js)
   Active only when section title contains "Our System"
   ========================================================== */

.our-system-cube-wrapper {
    padding: 10px 0 0;
    perspective: 1200px;
    -webkit-perspective: 1200px;
}

.our-system-cube {
    width: min(520px, 92vw);
    aspect-ratio: 1 / 1;
    border-radius: 18px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.our-system-cube .swiper-wrapper {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.our-system-cube .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.08);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    will-change: transform;
    transition: none;
}

.our-system-cube-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

.our-system-cube .swiper-pagination-bullet {
    background: rgba(135, 206, 235, 0.95);
    opacity: 0.55;
}
.our-system-cube .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-caption {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 10px 12px;
    border-radius: 12px;
    color: #fff;
    font-weight: 500;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.home-carousel-img {
    height: 360px;
    object-fit: cover;
}

@media (max-width: 768px) {
    .home-carousel-img {
        height: 260px;
    }
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* Softer overlay so city background stays visible, while keeping text readable */
    background:
        radial-gradient(1200px 600px at 50% 30%, rgba(135, 206, 235, 0.14), rgba(135, 206, 235, 0) 60%),
        linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.42) 55%, rgba(0, 0, 0, 0.30) 100%);
}

.hero-content {
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-content,
.hero-content * {
    text-rendering: optimizeLegibility;
}

.hero-title,
.hero-content h1,
.hero-content h2 {
    text-shadow: 0 18px 40px rgba(0, 0, 0, 0.50);
}

.hero-badge {
    display: inline-block;
    background: rgba(135, 206, 235, 0.16);
    color: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(135, 206, 235, 0.35);
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hero-badge::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 30px;
    background-color: rgba(135, 206, 235, 0.95);
}

.hero-buttons {
    margin-top: 30px;
}

.hero-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.hero-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-panel {
        animation: none;
    }
    .btn-hero-primary,
    .btn-hero-outline,
    .hero-buttons .btn {
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        padding: 95px 0;
        min-height: auto;
    }
}

/* Avoid fixed background jank on mobile */
@media (max-width: 992px) {
    .hero-section {
        background-attachment: scroll;
    }
}

/* Section Badge */
.section-badge {
    display: inline-block;
    background-color: #87CEEB;
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 15px;
}

/* About Section */
.about-section {
    background-color: #ffffff;
}

.about-content h2 {
    color: #333333;
    position: relative;
    padding-bottom: 15px;
}

.about-content h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background-color: #87CEEB;
}

.about-features {
    margin-top: 25px;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.feature-item i {
    margin-right: 12px;
    font-size: 1.1rem;
}

.about-image img {
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.05);
}

/* Services Section */
.services-section {
    background-color: #f8f9fa;
}

.service-card {
    background-color: white;
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background-color: #87CEEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.service-icon i {
    font-size: 2rem;
    color: white;
}

.service-card:hover .service-icon {
    transform: scale(1.1);
    background-color: #5CB3E8;
}

.service-card h4 {
    color: #333333;
    margin-bottom: 15px;
    font-weight: 600;
}

.service-card p {
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
}

.service-link {
    color: #87CEEB;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.service-link:hover {
    color: #5CB3E8;
    text-decoration: none;
}

/* Service Page Styles */
.breadcrumb-section {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #6c757d;
}

.breadcrumb-item a {
    color: #6c757d;
    transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
    color: #87CEEB;
}

.breadcrumb-item.active {
    color: #87CEEB;
    font-weight: 600;
}

.services-main-section {
    background-color: #ffffff;
}

.service-card-main {
    background-color: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid #f0f0f0;
}

.service-card-main:hover {
    transform: translateY(-15px);
    box-shadow: 0 20px 50px rgba(220, 53, 69, 0.15);
    border-color: #87CEEB;
}

.service-icon-main {
    width: 90px;
    height: 90px;
    background: linear-gradient(135deg, #87CEEB 0%, #5CB3E8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(220, 53, 69, 0.3);
}

.service-icon-main i {
    font-size: 2.5rem;
    color: white;
}

.service-card-main:hover .service-icon-main {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.service-title {
    color: #333333;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 1.4rem;
    text-align: center;
}

.service-description {
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.6;
    text-align: center;
    font-size: 0.95rem;
}

.service-features {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.service-features li {
    color: #555555;
    margin-bottom: 12px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
}

.service-features li i {
    color: #87CEEB;
    margin-right: 10px;
    font-size: 0.9rem;
}

.service-link-main {
    color: #87CEEB;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    border-top: 1px solid #f0f0f0;
}

.service-link-main:hover {
    color: #5CB3E8;
    text-decoration: none;
}

.service-link-main i {
    margin-left: 8px;
    transition: transform 0.3s ease;
}

.service-link-main:hover i {
    transform: translateX(5px);
}

/* Main Service Slider Styles */
.main-service-slider {
    background-color: #ffffff;
}

.main-slider-container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.main-slider-wrapper {
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.main-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.main-slide.active {
    opacity: 1;
}

.main-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.4) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.main-slide:hover .slide-overlay {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.8) 0%, rgba(220, 53, 69, 0.5) 100%);
}

.slide-content {
    text-align: center;
    color: white;
    max-width: 600px;
    padding: 0 20px;
    transform: translateY(20px);
    transition: transform 0.5s ease;
}

.main-slide.active .slide-content {
    transform: translateY(0);
}

.slide-content h3 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.slide-content .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(220, 53, 69, 0.3);
}

.slide-content .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.main-slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    pointer-events: none;
}

.main-slider-btn {
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    color: #87CEEB;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.main-slider-btn:hover {
    background: #87CEEB;
    color: white;
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.main-slider-btn i {
    font-size: 1.5rem;
}

.main-slider-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
}

.main-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.main-dot:hover {
    background: rgba(255, 255, 255, 0.8);
}

.main-dot.active {
    background: #87CEEB;
    border-color: white;
    transform: scale(1.3);
}

/* Service Slider Styles */
.service-slider {
    position: relative;
    margin: 25px 0;
    border-radius: 12px;
    overflow: hidden;
    background: #f8f9fa;
}

.slider-container {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 12px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.slider-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
}

.slider-btn {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: rgba(220, 53, 69, 0.9);
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    pointer-events: all;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.slider-btn:hover {
    background: rgba(200, 35, 51, 0.9);
    transform: scale(1.1);
}

.slider-btn i {
    font-size: 1rem;
}

.slider-dots {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #87CEEB;
    transform: scale(1.2);
}

/* Responsive Main Slider Styles */
@media (max-width: 768px) {
    .main-slider-wrapper {
        height: 350px;
    }
    
    .main-slider-controls {
        padding: 0 15px;
    }
    
    .main-slider-btn {
        width: 45px;
        height: 45px;
    }
    
    .main-slider-btn i {
        font-size: 1.2rem;
    }
    
    .main-slider-dots {
        bottom: 20px;
        gap: 8px;
    }
    
    .main-dot {
        width: 10px;
        height: 10px;
    }
    
    .slide-content h3 {
        font-size: 1.8rem;
    }
    
    .slide-content p {
        font-size: 1rem;
    }
    
    .slide-content .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
}

/* Responsive Slider Styles */
@media (max-width: 768px) {
    .slider-container {
        height: 150px;
    }
    
    .slider-btn {
        width: 35px;
        height: 35px;
    }
    
    .slider-btn i {
        font-size: 0.9rem;
    }
    
    .slider-dots {
        bottom: 10px;
    }
    
    .dot {
        width: 8px;
        height: 8px;
    }
}

/* Partners Section Styles */
.partners-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.partners-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* use actual image and blur it, opacity keeps it subtle */
    background: url('/images/bg6.jpg') center/cover no-repeat;
    filter: blur(1px);
    opacity: 0.45;
    pointer-events: none;
}

/* Clients Section Styles - same blurred image background */
.clients-section {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.clients-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/bg16.jpeg') center/cover no-repeat;
    filter: blur(1px);
    opacity: 0.45;
    pointer-events: none;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
}

.partner-item {
    perspective: 1000px;
}

.partner-card {
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border: 1px solid rgba(220, 53, 69, 0.1);
    position: relative;
    overflow: hidden;
}

.partner-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.1), transparent);
    transition: left 0.6s ease;
}

.partner-card:hover::before {
    left: 100%;
}

.partner-card:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 20px 60px rgba(220, 53, 69, 0.2);
    border-color: #87CEEB;
}

.partner-logo-wrapper {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.partner-logo {
    width: 100%;
    height: 120px;
    object-fit: contain;
    transition: all 0.3s ease;
}

.partner-logo-placeholder {
    width: 100%;
    height: 120px;
    background-color: #f8f9fa;
    border: 2px dashed #dee2e6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    font-size: 2rem;
}

.partner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.95) 0%, rgba(200, 35, 51, 0.95) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
}

.partner-card:hover .partner-overlay {
    opacity: 1;
}

.partner-info {
    text-align: center;
    color: #333333;
    transform: none;
    transition: none;
    margin-top: 12px;
    position: relative;
}

.partner-card:hover .partner-info {
    transform: none;
}

.partner-info h5 {
    font-size: 1.0rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.partner-info p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.partner-info .btn {
    border: 2px solid white;
    color: white;
    padding: 8px 20px;
    border-radius: 25px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.partner-info .btn:hover {
    background: white;
    color: #87CEEB;
    transform: scale(1.05);
}

/* Partnership Benefits Section */
.partnership-benefits {
    position: relative;
    /* solid white background instead of gradient */
    background-color: #ffffff;
    background-image: none;
}

.benefits-content h3 {
    color: #333333;
    position: relative;
    padding-bottom: 15px;
}

.benefits-content h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #87CEEB 0%, #5CB3E8 100%);
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    transform: translateX(10px);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.15);
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #87CEEB 0%, #5CB3E8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
    box-shadow: 0 5px 20px rgba(220, 53, 69, 0.3);
}

.benefit-icon i {
    font-size: 1.5rem;
    color: white;
}

.benefit-text h5 {
    color: #333333;
    font-weight: 600;
    margin-bottom: 8px;
}

.benefit-text p {
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

.benefits-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.stat-card {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(220, 53, 69, 0.1);
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(220, 53, 69, 0.05) 0%, transparent 70%);
    animation: pulse 3s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.1); opacity: 0.7; }
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(220, 53, 69, 0.2);
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #87CEEB;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #87CEEB 0%, #5CB3E8 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 0.9rem;
    color: #666666;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Partners Styles */
@media (max-width: 768px) {
    .partners-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .partner-card {
        padding: 20px;
    }
    
    .partner-logo-wrapper {
        height: 150px;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
    }
    
    .benefit-icon {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .benefits-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-card {
        padding: 20px;
    }
}

/* Why Choose Section */
.why-choose-section {
    /* Same blurred background approach as Clients/Partners sections */
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

/* Blurred background image layer (matches Clients/Partners technique) */
.why-choose-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('/images/background.png') center/cover no-repeat;
    filter: blur(1px);
    opacity: 0.45;
    pointer-events: none;
}

/* Ensure section content sits above background layers */
.why-choose-section > .container {
    position: relative;
    z-index: 1;
}

.why-card {
    /* ultra glassmorphism card */
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 20px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 40px 25px;
    height: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/* subtle highlight gradient */
.why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.4), rgba(255,255,255,0));
    pointer-events: none;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

/* fallback when backdrop-filter not available */
@supports not ((-webkit-backdrop-filter: blur(18px)) or (backdrop-filter: blur(18px))) {
    .why-card {
        background: rgba(255,255,255,0.1);
    }
}

.why-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* fallback when backdrop-filter is not supported */
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .why-card {
        background: rgba(255,255,255,0.2);
    }
}

.why-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
}

.why-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.why-icon {
    width: 70px;
    height: 70px;
    background-color: #87CEEB;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.why-icon i {
    font-size: 1.8rem;
    color: white;
}

.why-card:hover .why-icon {
    transform: scale(1.1);
    background-color: #5CB3E8;
}

.why-card h4 {
    color: #333333;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.1rem;
}

.why-card p {
    color: #666666;
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* ==========================================================
   Glassmorphism / Transparent Cards (Bootstrap-friendly)
   Usage:
     - Add class "glass-card" to any existing card wrapper
     - Optional: add "glass-hover" for subtle lift on hover
   Notes:
     - Designed to NOT break existing Bootstrap spacing/typography
     - Works on image backgrounds via semi-transparent fill + border
     - Enhanced for cloud compatibility with gradient fallbacks
   ========================================================== */

.glass-card {
    border-radius: var(--glass-radius, 16px);
    /* Frosted glass base (more transparent like your example) */
    background: rgba(255, 255, 255, 0.10) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14) !important;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Enhanced fallback for browsers without backdrop-filter support */
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .glass-card {
        /* Gradient fallback that mimics glass effect */
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.18) 0%, 
            rgba(255, 255, 255, 0.12) 25%, 
            rgba(255, 255, 255, 0.08) 50%, 
            rgba(255, 255, 255, 0.15) 75%, 
            rgba(255, 255, 255, 0.20) 100%) !important;
        /* Stronger border when no blur */
        border: 1px solid rgba(255, 255, 255, 0.35) !important;
        /* Enhanced shadow for depth */
        box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18) !important;
    }
}

/* Modern browsers with backdrop-filter support */
@supports ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .glass-card {
        /* Stronger blur to match frosted look */
        -webkit-backdrop-filter: blur(18px) saturate(140%);
        backdrop-filter: blur(18px) saturate(140%);
    }
}

/* Additional fallback for very old browsers */
@supports not (background: linear-gradient(1deg, black, transparent)) {
    .glass-card {
        background: rgba(255, 255, 255, 0.25) !important;
        border: 1px solid rgba(255, 255, 255, 0.4) !important;
    }
}

.glass-card::before {
    /* subtle highlight gradient like real glass */
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.15) 0%, 
        rgba(255, 255, 255, 0.05) 50%, 
        rgba(255, 255, 255, 0.08) 100%);
    z-index: 0;
    pointer-events: none;
}

.glass-card > * {
    position: relative;
    z-index: 1;
}

/* Strong overrides for existing page-specific card styles */
.why-card.glass-card,
.partner-card.glass-card,
.stat-card.glass-card {
    background: rgba(255, 255, 255, 0.10) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14) !important;
}

/* Disable older decorative overlays that can make the card look opaque */
.partner-card.glass-card::before,
.stat-card.glass-card::before {
    content: none !important;
    display: none !important;
}

.glass-hover {
    transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
    will-change: transform, box-shadow;
}
.glass-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 55px rgba(0, 0, 0, 0.18) !important;
    border-color: rgba(255, 255, 255, 0.38) !important;
    background: rgba(255, 255, 255, 0.14) !important;
}

/* Enhanced hover for browsers without backdrop-filter */
@supports not ((-webkit-backdrop-filter: blur(10px)) or (backdrop-filter: blur(10px))) {
    .glass-hover:hover {
        background: linear-gradient(135deg, 
            rgba(255, 255, 255, 0.22) 0%, 
            rgba(255, 255, 255, 0.16) 25%, 
            rgba(255, 255, 255, 0.12) 50%, 
            rgba(255, 255, 255, 0.18) 75%, 
            rgba(255, 255, 255, 0.25) 100%) !important;
    }
}

.glass-card .btn,
.glass-card a {
    position: relative;
    z-index: 1;
}

/* Override existing aggressive hover transforms when glass-hover is used */
.partner-card.glass-hover:hover,
.stat-card.glass-hover:hover {
    transform: translateY(-6px);
}

/* Process Section */
.process-section {
    background-color: #ffffff;
}

.process-timeline {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.process-timeline::before {
    content: '';
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #87CEEB 0%, #5CB3E8 100%);
    z-index: 1;
}

.process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 22%;
    position: relative;
    z-index: 2;
}

.step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #87CEEB 0%, #5CB3E8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 1.5rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 20px rgba(220, 53, 69, 0.3);
    transition: all 0.3s ease;
}

.process-step:hover .step-number {
    transform: scale(1.1);
    box-shadow: 0 10px 30px rgba(220, 53, 69, 0.4);
}

.step-content h4 {
    color: #333333;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.1rem;
}

.step-content p {
    color: #666666;
    margin: 0;
    line-height: 1.6;
    font-size: 0.9rem;
}

/* Statistics Section */
.stats-section {
    background-color: #ffffff;
}

.stat-item {
    padding: 20px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: #87CEEB;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 1.1rem;
    color: #666666;
    font-weight: 500;
}

/* Ecosystem Section */
.ecosystem-section {
    background-color: #f8f9fa;
}

.ecosystem-section img {
    transition: transform 0.3s ease;
}

.ecosystem-section img:hover {
    transform: scale(1.02);
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #87CEEB 0%, #5CB3E8 100%);
    position: relative;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    backdrop-filter: blur(10px);
}

.cta-box h2 {
    margin-bottom: 20px;
}

.cta-buttons .btn {
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
    margin: 5px;
}

.cta-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-custom {
        padding-bottom: 80px;
    }
    
    .whatsapp-float,
    .scroll-to-top {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 20px;
        text-align: center;
    }
    
    .contact-section {
        padding: 40px 0;
    }
    
    .contact-item {
        padding: 30px 15px;
        border-right: none;
        border-bottom: 1px solid #e9ecef;
    }
    
    .contact-item:last-child {
        border-bottom: none;
    }
    
    .contact-icon i {
        font-size: 2rem;
    }
    
    .hero-section {
        padding: 95px 0;
        min-height: auto;
    }
    
    .hero-content h1 {
        font-size: 2.5rem;
    }
    
    .hero-buttons {
        text-align: center;
    }
    
    .hero-buttons .btn {
        display: block;
        margin: 10px auto;
        width: 250px;
    }
    
    .about-section .row {
        flex-direction: column-reverse;
    }
    
    .about-image {
        margin-bottom: 30px;
    }
    
    .stat-number {
        font-size: 2.5rem;
    }
    
    .cta-box {
        padding: 30px 20px;
    }
    
    .cta-buttons .btn {
        display: block;
        margin: 10px auto;
        width: 200px;
    }
    
    .service-card-main {
        padding: 30px 20px;
    }
    
    .service-icon-main {
        width: 70px;
        height: 70px;
    }
    
    .service-icon-main i {
        font-size: 2rem;
    }
    
    .process-timeline {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    
    .process-timeline::before {
        display: none;
    }
    
    .process-step {
        width: 100%;
        max-width: 300px;
    }
    
    .why-card {
        padding: 30px 20px;
    }
    
    .why-icon {
        width: 60px;
        height: 60px;
    }
    
    .why-icon i {
        font-size: 1.5rem;
    }
}

/* Service Item Card Styles */
.service-item-card {
    padding: 20px 15px;
    transition: all 0.3s ease;
}

.service-item-card:hover {
    transform: translateY(-10px);
}

.service-image-wrapper {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.service-item-card:hover .service-image-wrapper {
    background: #e8eef5;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.service-item-image {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain;
}

.service-item-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333333;
    margin-top: 15px;
    line-height: 1.4;
}

/* ============ Contact Page Styles ============ */
.contact-page {
    background-color: #f8f9fa;
}

.contact-header {
    background: linear-gradient(135deg, #5DADE2 0%, #5DADE2 100%);
    color: white;
    padding: 60px 0;
    margin-bottom: 40px;
}

.company-logo {
    max-width: 150px;
    margin-bottom: 20px;
}

.company-info h2 {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}

.company-tagline {
    font-size: 18px;
    opacity: 0.9;
}

.btn-whatsapp {
    display: inline-block;
    background-color: #25d366;
    color: white;
    padding: 15px 40px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.3s ease;
    border: 2px solid #25d366;
}

.btn-whatsapp:hover {
    background-color: #20ba58;
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.4);
    color: white;
}

.btn-whatsapp i {
    margin-right: 8px;
}

.vision-mission-section {
    padding: 60px 0;
    background-color: white;
    margin-bottom: 40px;
}

.section-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
}

.vision-card, .mission-card {
    padding: 30px;
    background: #f8f9fa;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.vision-card h3, .mission-card h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #5DADE2;
}

.vision-card p, .mission-card p {
    color: #555;
    line-height: 1.6;
}

.mission-card ul {
    list-style: none;
    padding: 0;
}

.mission-card li {
    padding: 8px 0 8px 25px;
    position: relative;
    color: #555;
    line-height: 1.6;
}

.mission-card li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #5DADE2;
    font-weight: bold;
}

.certifications-section {
    padding: 60px 0;
    background-color: transparent;
}

.cert-card-wrapper {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 5px 25px rgba(93, 173, 226, 0.15);
    border-left: 5px solid #5DADE2;
    transition: all 0.3s ease;
    margin-bottom: 30px;
}

.cert-card-wrapper:hover {
    box-shadow: 0 10px 40px rgba(93, 173, 226, 0.25);
    transform: translateY(-5px);
}

.cert-card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #5DADE2;
    display: flex;
    align-items: center;
    gap: 10px;
}

.cert-card-title i {
    font-size: 24px;
}

.cert-card-content {
    text-align: center;
    position: relative;
}

.associations {
    margin-bottom: 50px;
}

.associations h3, .iso-certifications h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #333;
}

.associations-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
}

.association-item {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.association-item img {
    max-width: 100%;
    max-height: 80px;
}

.iso-badges {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 25px;
}

.iso-badge {
    background: white;
    padding: 25px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.iso-badge img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.iso-badge p {
    font-weight: bold;
    color: #333;
    margin-top: 10px;
}

.contact-info-section {
    padding: 60px 0;
    background-color: white;
}

.contact-item {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

.contact-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-item i {
    font-size: 40px;
    color: #5DADE2;
    margin-bottom: 15px;
}

.contact-item h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.contact-item p {
    color: #555;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contact-header {
        text-align: center;
    }

    .company-info h2 {
        font-size: 24px;
    }

    .contact-button {
        text-align: center;
        margin-top: 20px;
    }

    .section-title {
        font-size: 24px;
    }

    .associations-logos,
    .iso-badges {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* News Page Styles */
.featured-news {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.featured-news:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.news-image {
    position: relative;
    overflow: hidden;
}

.news-category {
    position: absolute;
    top: 20px;
    left: 20px;
}

.news-card {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: white;
    
    /* Min height untuk konsistensi card */
    min-height: 420px;
    display: flex;
    flex-direction: column;
}

.news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.news-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 1rem;
}

.news-image-small {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.news-image-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    
    /* Allow text wrapping */
    word-break: break-word;
    overflow-wrap: break-word;
    
    /* Line clamp untuk maksimal 3 baris */
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-line-clamp: 3;
    -moz-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
    overflow: hidden;
    
    /* Pastikan tidak ada nowrap */
    white-space: normal;
    
    /* Min height untuk konsistensi */
    min-height: 3.6em;
}

.category-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px;
    background: white;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.category-item:hover {
    background: #f0f0f0;
    border-left-color: #87CEEB;
    color: #87CEEB;
}

@media (max-width: 768px) {
    .news-image-small {
        height: 150px;
    }
}

/* News Detail Page Styles */
.article-section {
    background: #f8f9fa;
}

.article-content {
    background: white;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-content * {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-meta {
    font-size: 0.95rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.article-body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    line-height: 1.8;
    color: #333;
    font-size: 16px !important;
    letter-spacing: 0.3px;
}

.article-body h2,
.article-body .h2,
.article-title {
    font-size: 1.75rem !important;
    font-weight: 500 !important;
    color: #333;
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body h3,
.article-body .h3 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #333;
    margin-top: 2rem;
    margin-bottom: 1rem;
    line-height: 1.3;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body h4,
.article-body .h4 {
    font-size: 1.25rem !important;
    font-weight: 600 !important;
    color: #444;
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body h5,
.article-body .h5 {
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    color: #555;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body h6,
.article-body .h6 {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body p {
    margin-bottom: 1.2rem !important;
    text-align: justify;
    font-size: 16px !important;
    line-height: 1.8 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    color: #333 !important;
}

.article-body p.lead {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333;
    line-height: 1.8 !important;
    margin-bottom: 1.2rem !important;
    text-align: justify;
}

.article-body strong,
.article-body b {
    font-weight: 700 !important;
    color: #1a1a1a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body em,
.article-body i {
    font-style: italic;
    color: #555;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body ul,
.article-body ol {
    padding-left: 2rem;
    margin-bottom: 1.2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body ul li,
.article-body ol li {
    margin-bottom: 0.75rem;
    line-height: 1.8;
    font-size: 16px !important;
    color: #333 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body a {
    color: #87CEEB !important;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-body a:hover {
    color: #5AB4D9 !important;
    border-bottom-color: #5AB4D9;
}

.article-text {
    white-space: normal;
    word-wrap: break-word;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-text * {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.article-text p {
    font-size: 16px !important;
    line-height: 1.8 !important;
    margin-bottom: 1.2rem !important;
    color: #333 !important;
    text-align: justify;
}

.blockquote {
    border-left: 4px solid #87CEEB;
    padding-left: 1.5rem;
    margin-left: 0;
    margin-bottom: 1.5rem;
    font-style: italic;
    color: #666;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.share-section {
    margin-top: 2rem;
    padding-top: 2rem;
}

.share-section h5 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.share-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.related-articles {
    margin-top: 3rem;
    padding-top: 3rem;
}

.related-articles h3 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.related-card {
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.related-card h6 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.related-card:hover {
    background: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

@media (max-width: 768px) {
    .article-content {
        padding: 20px;
    }

    .article-body,
    .article-body p {
        font-size: 15px !important;
    }

    .article-body h2 {
        font-size: 1.5rem !important;
    }

    .article-body h3 {
        font-size: 1.25rem !important;
    }

    .article-body ul,
    .article-body ol {
        padding-left: 1.5rem;
    }

    .share-buttons {
        flex-direction: column;
    }

    .share-buttons .btn {
        width: 100%;
    }
}
