/* 
   Dragonfruit Template 06 (Templatemo 411 Red-Green Style for Web OPD Tebo)
*/

html, body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f4f5f7 !important;
}

.tamplet06-wrapper {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: #3b3b3b;
    background-color: #f4f5f7;
    overflow-x: hidden;
    line-height: 1.6;
    margin: 0 !important;
    padding: 0 !important;
}

.tamplet06-wrapper .container-fluid {
    max-width: 1400px;
}

.tamplet06-wrapper .container_wapper {
    width: 100%;
    background: #eef1f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Header & Menu */
.tamplet06-wrapper #templatemo_banner_menu {
    width: 100%;
    background: #ffffff;
    height: 90px;
    border-bottom: 3px solid #f15556;
    position: sticky;
    top: 0;
    z-index: 5000;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.tamplet06-wrapper .logo-container {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 90px;
    text-decoration: none !important;
}

.tamplet06-wrapper .logo-img {
    max-height: 52px;
    width: auto;
    object-fit: contain;
}

.tamplet06-wrapper .dragon-icon {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.tamplet06-wrapper .logo-text {
    font-size: 20px;
    font-weight: 800;
    color: #e35354;
    margin: 0;
    line-height: 1.1;
    letter-spacing: -0.5px;
    text-transform: uppercase;
}

.tamplet06-wrapper .logo-text span {
    color: #9fb038;
}

.tamplet06-wrapper .logo-subtext {
    font-size: 10px;
    color: #718096;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Top Nav Links */
.tamplet06-wrapper .nav-dragonfruit {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 90px;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 4px;
}

.tamplet06-wrapper .nav-dragonfruit > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 700;
    color: #2d3748;
    text-decoration: none;
    transition: all 0.25s ease;
    border-bottom: 4px solid transparent;
}

.tamplet06-wrapper .nav-dragonfruit > li > a:hover {
    color: #f15556 !important;
    border-bottom-color: rgba(241, 85, 86, 0.4);
    background-color: rgba(241, 85, 86, 0.05);
}

.tamplet06-wrapper .nav-dragonfruit > li > a.active {
    color: #f15556 !important;
    border-bottom-color: #f15556;
    background-color: rgba(241, 85, 86, 0.08);
}

.tamplet06-wrapper .nav-dragonfruit .btn-login {
    padding: 8px 16px !important;
    height: auto !important;
    background-color: #f15556 !important;
    color: #ffffff !important;
    border-radius: 20px;
    font-size: 12px !important;
    border-bottom: none !important;
    box-shadow: 0 4px 12px rgba(241, 85, 86, 0.3);
}

.tamplet06-wrapper .nav-dragonfruit .btn-login:hover {
    background-color: #d94344 !important;
    transform: translateY(-2px);
}

/* Mobile Menu Drawer */
.tamplet06-wrapper #mobile_menu_btn {
    font-size: 24px;
    color: #e35354;
    cursor: pointer;
    line-height: 90px;
}

/* Banner / Hero Section */
.tamplet06-wrapper .banner-hero {
    position: relative;
    width: 100%;
    min-height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
}

.tamplet06-wrapper .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.65) 0%, rgba(15, 23, 42, 0.85) 100%);
    z-index: 1;
}

.tamplet06-wrapper .banner-content {
    position: relative;
    z-index: 2;
    padding: 80px 20px;
    max-width: 900px;
}

.tamplet06-wrapper .banner-badge {
    display: inline-block;
    background: rgba(241, 85, 86, 0.2);
    border: 1px solid rgba(241, 85, 86, 0.6);
    color: #ff8a8b;
    padding: 6px 18px;
    border-radius: 30px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tamplet06-wrapper .banner-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.tamplet06-wrapper .banner-subtitle {
    font-size: 18px;
    color: #e2e8f0;
    margin-bottom: 35px;
    font-weight: 400;
}

.tamplet06-wrapper .btn-dragon-primary {
    background-color: #f15556;
    color: #ffffff;
    padding: 14px 32px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(241, 85, 86, 0.4);
    border: none;
}

.tamplet06-wrapper .btn-dragon-primary:hover {
    background-color: #d94344;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(241, 85, 86, 0.5);
}

.tamplet06-wrapper .btn-dragon-outline {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    padding: 12px 30px;
    border-radius: 30px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.tamplet06-wrapper .btn-dragon-outline:hover {
    background-color: #ffffff;
    color: #1e293b;
    transform: translateY(-3px);
}

/* Quick Circular Highlights */
.tamplet06-wrapper .highlight-section {
    position: relative;
    z-index: 10;
    margin-top: -50px;
    margin-bottom: 40px;
}

.tamplet06-wrapper .highlight-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    height: 100%;
    border-bottom: 4px solid #9fb038;
}

.tamplet06-wrapper .highlight-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
    border-bottom-color: #f15556;
}

.tamplet06-wrapper .highlight-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f15556;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 20px;
    transition: all 0.3s ease;
}

.tamplet06-wrapper .highlight-card:hover .highlight-icon {
    background: #9fb038;
    transform: rotate(10deg) scale(1.1);
}

.tamplet06-wrapper .highlight-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 8px;
}

.tamplet06-wrapper .highlight-desc {
    font-size: 12px;
    color: #64748b;
    margin: 0;
}

/* Section Header */
.tamplet06-wrapper .section-header-center {
    text-align: center;
    margin-bottom: 50px;
}

.tamplet06-wrapper .section-subtitle-badge {
    display: inline-block;
    background: rgba(241, 85, 86, 0.1);
    color: #f15556;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 6px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.tamplet06-wrapper .section-title {
    font-size: 32px;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
}

.tamplet06-wrapper .title-divider {
    width: 60px;
    height: 4px;
    background: #9fb038;
    margin: 0 auto;
    border-radius: 2px;
    position: relative;
}

.tamplet06-wrapper .title-divider::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 4px;
    background: #f15556;
    left: 20px;
    top: 0;
}

/* Timeline Section (Berita) */
.tamplet06-wrapper .timeline-container {
    position: relative;
    padding: 20px 0;
}

.tamplet06-wrapper .timeline-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tamplet06-wrapper .timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 35px rgba(0,0,0,0.1);
}

.tamplet06-wrapper .timeline-img-wrap {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
}

.tamplet06-wrapper .timeline-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.tamplet06-wrapper .timeline-card:hover .timeline-img {
    transform: scale(1.08);
}

.tamplet06-wrapper .timeline-date-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #f15556;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 12px;
}

.tamplet06-wrapper .timeline-content {
    padding: 24px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.tamplet06-wrapper .timeline-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 12px;
    line-height: 1.4;
}

.tamplet06-wrapper .timeline-excerpt {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 20px;
    flex-grow: 1;
}

.tamplet06-wrapper .timeline-link {
    color: #f15556;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.tamplet06-wrapper .timeline-link:hover {
    color: #d94344;
    gap: 10px;
}

/* Event / Pengumuman Cards */
.tamplet06-wrapper .event-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 24px;
    border-left: 5px solid #9fb038;
    transition: all 0.3s ease;
}

.tamplet06-wrapper .event-box:hover {
    border-left-color: #f15556;
    transform: translateX(5px);
}

.tamplet06-wrapper .event-date {
    font-size: 12px;
    font-weight: 700;
    color: #f15556;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.tamplet06-wrapper .event-title {
    font-size: 16px;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 10px;
}

/* Service Cards */
.tamplet06-wrapper .service-grid-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid #edf2f7;
}

.tamplet06-wrapper .service-grid-card:hover {
    border-color: #f15556;
    box-shadow: 0 18px 35px rgba(241, 85, 86, 0.12);
    transform: translateY(-5px);
}

.tamplet06-wrapper .service-icon-box {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: rgba(241, 85, 86, 0.1);
    color: #f15556;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 20px;
}

/* Document Table Card */
.tamplet06-wrapper .doc-item-row {
    background: #ffffff;
    border-radius: 16px;
    padding: 18px 24px;
    margin-bottom: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.tamplet06-wrapper .doc-item-row:hover {
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    transform: translateX(4px);
}

/* SKM & Contact Form */
.tamplet06-wrapper .form-control-dragon {
    width: 100%;
    padding: 14px 20px;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    font-size: 14px;
    font-weight: 500;
    color: #1e293b;
    outline: none;
    transition: all 0.3s ease;
}

.tamplet06-wrapper .form-control-dragon:focus {
    border-color: #f15556;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(241, 85, 86, 0.15);
}

/* Footer */
.tamplet06-wrapper .footer-dragon {
    background: #1e293b;
    color: #94a3b8;
    padding: 60px 0 30px;
    font-size: 14px;
}

.tamplet06-wrapper .footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.tamplet06-wrapper .footer-link {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    margin-bottom: 10px;
}

.tamplet06-wrapper .footer-link:hover {
    color: #f15556;
}

.tamplet06-wrapper .footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    margin-top: 40px;
    padding-top: 25px;
    text-align: center;
    font-size: 13px;
}
