/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Telegraf', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body, html {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    min-height: -webkit-fill-available;
}

body {
    line-height: 1.6;
    color: #bf8415;
    max-width: 100%;
    position: relative;
    padding-top: 59px;
    font-size: 16px;
}

/* Container */
.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Mobile Styles */
@media (max-width: 768px) {
    body {
        font-size: 14px;
        padding-top: 60px;
    }

    /* Reset Container */
    .container {
        width: 100%;
        padding: 0 15px;
        margin: 0;
        overflow-x: hidden;
    }

    /* Hero Container */
    .hero {
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        min-height: 500px;
        margin-top: 0 !important;
        padding-top: 0 !important;
        background: transparent !important;
    }

    .hero-background {
        background: transparent !important;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }

    header, .navbar {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-content {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .slide-content {
        width: 90%;
        padding: 0 15px;
        transform: translateY(-50%) !important;
    }

    .slide-content h1 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .slide-content h2 {
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .slide-content p {
        font-size: 1rem;
        line-height: 1.5;
    }
}

/* Fix untuk konten yang overflow */
img {
    max-width: 100%;
    height: auto;
}

/* Ensure proper scaling on iOS */
@supports (-webkit-touch-callout: none) {
    .hero, .slideshow-container, .hero-background {
        height: -webkit-fill-available !important;
    }
}

/* Prevent text scaling */
@media screen and (max-width: 768px) {
    html {
        -webkit-text-size-adjust: none;
    }
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Mobile Styles */
@media (max-width: 768px) {
    /* Reset Container */
    .container {
        width: 100%;
        padding: 0 15px;
        margin: 0;
        overflow: hidden;
    }

    /* Hero Container */
    .hero {
        height: 100vh;
        min-height: 500px;
        margin-top: 0 !important;
        padding-top: 0 !important;
        background: transparent !important;
    }

    .hero-background {
        background: transparent !important;
    }

    header, .navbar {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    .hero-content {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .slide-content {
        width: 90%;
        padding: 0 15px;
    }

    .slide-content h1 {
        font-size: 2.5rem;
    }

    .slide-content h2 {
        font-size: 1.8rem;
    }

    .slide-content p {
        font-size: 1rem;
    }

    /* About Container */
    .about {
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .about p {
        font-size: 1rem;
        line-height: 1.6;
        padding: 0 15px;
    }

    /* Services Container */
    .services {
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .services-grid {
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .service-card {
        width: 100%;
        margin-bottom: 20px;
        padding: 20px;
    }

    /* Team Container */
    .team {
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .team-grid {
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .team-member {
        width: 100%;
        margin-bottom: 30px;
        padding: 20px;
    }

    .team-member img {
        width: 150px;
        height: 150px;
    }

    /* News Container */
    .news {
        width: 100%;
        padding: 40px 0;
        overflow: hidden;
    }

    .news-grid {
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .news-card {
        width: 100%;
        margin-bottom: 30px;
    }

    .news-card img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }

    /* Contact Container */
    .contact {
        padding: 40px 0;
        background: #fff;
    }

    .contact-form {
        width: 100%;
        padding: 20px 15px;
    }

    .contact-info {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        align-items: flex-start;
        justify-content: space-between;
    }

    .company-info {
        flex: 1 1 300px;
        min-width: 240px;
        font-size: 1.05rem;
        color: #222;
    }
    .company-info h3 {
        color: #bf8415;
        font-size: 1.5rem;
        margin-bottom: 16px;
    }
    .company-info p {
        margin-bottom: 10px;
        color: #444;
        font-size: 1rem;
    }
    .company-info i {
        color: #bf8415;
        margin-right: 8px;
    }

    .map-info {
        flex: 1 1 350px;
        min-width: 260px;
        max-width: 500px;
    }
    #map {
        width: 100% !important;
        height: 300px !important;
        border-radius: 10px;
        border: 1px solid #eee;
        margin-top: 0;
        margin-bottom: 0;
    }

    @media (max-width: 900px) {
        .contact-info {
            flex-direction: column;
            gap: 24px;
        }
        .company-info, .map-info {
            min-width: 0;
            max-width: 100%;
        width: 100%;
        }
    }

    @media (max-width: 600px) {
        .container {
            padding: 0 8px;
        }
        .contact {
            padding: 24px 0;
        }
        .company-info h3 {
            font-size: 1.2rem;
        }
    #map {
            height: 200px !important;
        }
    }

    /* Footer Container */
    footer {
        width: 100%;
        padding: 30px 0 20px;
        overflow: hidden;
    }

    .footer-content {
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .footer-logo {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 180px;
        height: auto;
        margin: 0 auto 15px;
    }

    .footer-links {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    /* Navbar Container */
    .navbar {
        width: 100%;
        padding: 0;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .navbar .container {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        height: 60px;
        position: relative;
    }

    .nav-left {
        /* dummy kolom kiri */
    }

    .logo {
        grid-column: 2;
        justify-self: center;
        position: relative;
        margin: 0 auto;
        left: unset;
        right: unset;
        transform: none;
        max-width: 120px;
        height: auto;
        z-index: 2;
        display: flex;
        align-items: center;
    }

    .menu-toggle {
        grid-column: 3;
        justify-self: end;
        position: relative;
        right: 0;
        top: 0;
        transform: none;
        z-index: 3;
        display: block;
    }

    .nav-links {
        display: none;
    }

    /* General Mobile Fixes */
    h2 {
        font-size: 1.8rem;
        padding: 0 15px;
    }

    p {
        font-size: 1rem;
        line-height: 1.6;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .overlay {
        background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2));
        z-index: 2;
    }

    .slide, .slide-content {
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .logo {
        position: absolute;
        left: 50% !important;
        transform: translateX(-50%) !important;
        max-width: 120px;
        height: auto;
        top: 0;
    }

    .logo img {
        height: 110px;
        width: auto;
        margin: 10px 0;
    }

    .logo img:hover {
        transform: none;
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 60px;
        right: 0;
        width: 100%;
        background-color: #000000;
        flex-direction: column;
        padding: 20px;
        text-align: center;
        gap: 15px;
    }

    .nav-links.active {
        display: flex;
    }

    .slide, .slide-content {
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero {
        height: 100vh;
        padding-top: 60px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero h2 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-content {
        padding: 0 15px;
        width: 100%;
    }

    .about {
        padding: 3rem 0;
        min-height: 400px;
    }

    .about::before {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .about h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .about p {
        font-size: 1rem;
        padding: 0 15px;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 250px;
        margin: 0 auto 15px;
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }

    .team-member {
        padding: 1.5rem;
    }

    .team-member img {
        width: 150px;
        height: 150px;
    }

    .team-member h3 {
        font-size: 1.1rem;
    }

    .team-member h4 {
        font-size: 0.9rem;
    }

    .team-member p {
        font-size: 0.85rem;
    }

    .slide, .slide-content {
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero .slider-controls {
        bottom: 20px;
    }

    .hero .slider-btn {
        width: 35px;
        height: 35px;
    }

    .contact {
        padding: 2rem 0;
    }

    .contact .container {
        padding: 0;
    }

    .contact-info {
        padding: 20px;
        margin: 20px 0;
    }

    .contact-info h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .contact-info p {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .alamat-group {
        margin-bottom: 20px;
    }

    #map {
        width: 100% !important;
        height: 250px !important;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .contact-address {
        margin-top: 20px;
    }

    .leaflet-container {
        width: 100% !important;
        height: 300px !important;
    }

    .footer-logo-col {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        text-align: left;
    }
    .footer-logo {
        text-align: left;
        width: 100%;
    }
    .footer-logo img {
        max-width: 220px;
        width: 100%;
        margin: 0 0 18px 12px;
        display: block;
    }
    .footer-top {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    .footer-links-col, .footer-subscribe-col {
        max-width: 100%;
        width: 100%;
        padding: 24px 0 0 0;
        text-align: left;
    }
    .footer-links-col {
        border-bottom: 1px solid #222;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .footer-links-col h4, .footer-subscribe-col h4 {
        margin-left: 8px;
    }
    .footer-nav {
        align-items: flex-start;
        margin-left: 8px;
    }
    .footer-subscribe-col {
        padding: 16px 0 0 0;
        margin-bottom: 0;
    }
    .footer-subscribe-form {
        margin: 8px 0 8px 0;
    }
    .footer-bottom {
        padding: 10px 0 0 0;
        margin: 0;
        text-align: center;
    }
    .footer-content {
        gap: 10px;
        padding: 0 5px;
    }
    .footer-subscribe-mobile {
        margin-bottom: 56px !important;
    }
    .footer-subscribe-form {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    footer .footer-bottom {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .footer-subscribe-col {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .slide {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 100vh !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }

    .slide1, .slide2, .slide3 {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
    }

    .slideshow-container {
        height: 100vh !important;
        width: 100% !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .hero-background {
        height: 100vh !important;
        width: 100% !important;
        position: relative !important;
    }

    .slide-content {
        width: 90% !important;
        padding: 0 15px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
    }
}

/* Fix untuk konten yang overflow */
.slide img,
.article-image img,
.team-member img {
    max-width: 100%;
    height: auto;
}

/* Tablet Container */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .slide, .slide-content {
        transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

/* Navbar Styles */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar {
    padding: 1rem 0;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    flex: 0 0 auto;
}

.navbar-brand .logo {
    display: block;
}

.navbar-brand .logo img {
    height: 50px;
    width: auto;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item .nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.nav-item .nav-link:hover {
    color: #1a1a1a;
}

.language-selector {
    display: flex;
    gap: 0.5rem;
    margin-left: 1rem;
}

.lang-btn {
    background: none;
    border: 1px solid #ddd;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-btn.active {
    background: #333;
    color: white;
    border-color: #333;
}

.menu-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .navbar-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: white;
        flex-direction: column;
        padding: 2rem;
        transition: left 0.3s ease;
    }

    .navbar-menu.active {
        left: 0;
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .nav-item .nav-link {
        display: block;
        padding: 1rem;
    }

    .language-selector {
        margin: 1rem 0;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-background, .slideshow-container {
    height: 100%;
    position: relative;
}

.slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute !important;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none !important;
    filter: none !important;
    z-index: 1;
    transition: opacity 0.5s;
}
.slide.active {
    opacity: 1 !important;
    z-index: 2 !important;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 0 24px;
    z-index: 3;
}
.slide-content h1, .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25);
}
.slide-content h2, .hero-sub {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.18);
}
@media (max-width: 768px) {
    .slide-content {
        padding: 0 10px !important;
        max-width: 95vw;
    }
    .slide-content h1, .hero-title {
        font-size: 2.1rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.7rem !important;
    }
    .slide-content h2, .hero-sub {
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        margin-bottom: 0.5rem !important;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.slide-content h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.slide-content p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.slide-content .cta-button {
    margin-top: 0.5rem;
}

.circle-label:before {
    content: "⭘ ";
    font-size: 1.2em;
  }

.slide-content h1 + h1 {
    margin-top: 0.5em;
}

.slide-content .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #bf8415;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1 !important;
    transform: none !important;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slide-content .cta-button:hover {
    background-color: #a06d12;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 5;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: background 0.2s;
}
.slider-btn.prev { left: 20px; }
.slider-btn.next { right: 20px; }
.slider-btn:hover { background: rgba(0,0,0,0.6); }

/* Animasi teks */
.animate-text {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .animate-text {
    opacity: 1;
    transform: translateX(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero h1, .hero h2, .hero p {
    color: #bf8415;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.hero h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ffffff;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #c8a97e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #c8a97e;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    z-index: -1;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(200, 169, 126, 0.4);
    background-color: #b8986a;
    border-color: #b8986a;
}

.cta-button:hover:before {
    left: 0;
}

.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(200, 169, 126, 0.4);
}

/* Animation for the button */
@keyframes buttonPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(200, 169, 126, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
    }
}

.slide.active .cta-button {
    animation: buttonPulse 2s infinite;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .cta-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 3px 10px rgba(200, 169, 126, 0.3);
    }
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: -0.20rem;
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
}

.hero-content p:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #bf8415;
    font-size: 1.2rem;
}

/* About Section */
.about {
    padding: 80px 0;
    position: relative;
    background: #f9f9f9;
}

.custom-about-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding: 0 20px;
}

.custom-about-layout .about-desc {
    flex: 1;
    max-width: 60%;
    padding-right: 30px;
}

.about-label {
    color: #b8860b;
    font-size: 2.5em;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.about-small {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
    padding-left: 4px;  /* Sejajarkan dengan judul */
}

.about-tomy {
    margin: 25px 0;
}

@media (max-width: 768px) {
    .custom-about-layout {
        flex-direction: column;
        padding: 0 15px;
    }

    .custom-about-layout .about-desc {
        max-width: 100%;
        padding-right: 0;
    }

    .about-label {
        font-size: 2em;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-small {
        font-size: 1em;
        text-align: left;
        padding-left: 0;  /* Reset padding pada mobile */
    }
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/about-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.about .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.about h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #bf8415;
    font-size: 2.5rem;
}

.about p {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    color: #bf8415;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
    font-family: 'Telegraf', sans-serif;
}

.about-text {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    color: #bf8415;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
    font-family: 'Telegraf', sans-serif;
}

.about p:last-child {
    margin-bottom: 0;
}

/* Services Section */
.services {
    padding: 5rem 0;
    background-color: #ffffff;
}

.services h2, .services h3, .services p {
    color: #bf8415;
}

.services h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card i {
    font-size: 2.5rem;
    color: #616157;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: #bf8415;
}

/* Team Section */
.team {
    padding: 5rem 0;
    background-color: #ffffff;
}

.team h2, .team h3, .team p {
    color: #bf8415;
}

.team h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.team-member h3, .team-member h4, .team-member p {
    margin-bottom: 0.5rem;
}

.team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #bf8415;
    margin-bottom: 1rem;
}

.team-member h3 {
    color: #bf8415;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.team-member h4 {
    color: #666;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.team-member p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.team-member .description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Contact Section */
.contact {
    padding: 5rem 0;
    background-color: #ffffff;
}

.contact h2, .contact p {
    color: #bf8415;
}

.contact h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 1px solid #bf8415;
    border-radius: 5px;
    color: #bf8415;
    background-color: rgba(0, 0, 0, 0.1);
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
}

.submit-button {
    padding: 1rem;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #2b2b28;
    transform: translateY(-2px);
}

/* Footer */
footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* Desktop Footer Layout */
.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(191, 132, 21, 0.2);
}
.footer-col {
    flex: 1 1 0;
    min-width: 200px;
}
.footer-logo-col {
    max-width: 340px;
    flex: 1 1 340px;
}
.footer-logo {
    text-align: left;
}
.footer-logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: block;
}
.footer-links-col {
    flex: 1 1 220px;
    padding-left: 30px;
}
.footer-links-col h4 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 1.1rem;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}
.footer-nav a {
    color: #bf8415;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 1rem;
}
.footer-nav a:hover {
    color: #fff;
}
.footer-subscribe-col {
    flex: 1 1 320px;
    max-width: 400px;
}
.footer-subscribe-col h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.footer-subscribe-form {
    display: flex;
    margin-top: 10px;
}
.footer-subscribe-form input[type="email"] {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 1rem;
}
.footer-subscribe-form button {
    background: #bf8415;
    color: #fff;
    border: none;
    padding: 0 16px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.3s;
}
.footer-subscribe-form button:hover {
    background: #a06d12;
}
.footer-subscribe-col p {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

/* Desktop: Only show logo in left column, not full width */
.footer-logo-full { display: none !important; }
.footer-logo-col { display: block; }

@media (max-width: 768px) {
    .footer-logo-full { display: block !important; width: 100vw; max-width: 100vw; background: #000; margin: 0; padding: 0; }
    .footer-logo-full img { width: 100vw; max-width: 100vw; display: block; margin: 0; padding: 0; }
    .footer-logo-col { display: none !important; }
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1002;
    background: none;
    border: none;
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #bf8415;
    margin: 5px 0;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block !important;
    }
    
    .menu-toggle.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active span:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }

    .nav-links {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: auto;
        background: #3b3b36;
        flex-direction: column;
        align-items: center;
        z-index: 1001;
        padding: 20px 0;
        margin: 0;
        box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    }

    .nav-links.active {
        display: flex !important;
    }

    .nav-links li {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    .nav-links a {
        color: #bf8415;
        padding: 10px 20px;
        display: block;
        width: 100%;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .navbar {
        height: 60px;
    }

    .navbar.scrolled {
        height: 60px;
    }

    .logo {
        position: static;
        margin: 0 auto;
        left: unset;
        right: unset;
        transform: none;
        max-width: 120px;
        height: auto;
        z-index: 2;
    display: flex;
    align-items: center;
        justify-content: center;
}

.logo img {
        height: 110px;
    width: auto;
        margin: 10px 0;
}

    .logo img:hover {
        transform: none;
}

.nav-links {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero {
        height: 100vh;
        padding-top: 60px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero h2 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-content {
        padding: 0 15px;
        width: 100%;
    }

    .about {
        padding: 3rem 0;
        min-height: 400px;
    }

    .about::before {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .about h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .about p {
        font-size: 1rem;
        padding: 0 15px;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 250px;
        margin: 0 auto 15px;
    }

    .footer-links ul {
    display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }

    .team-member {
        padding: 1.5rem;
    }

    .team-member img {
        width: 150px;
        height: 150px;
    }

    .team-member h3 {
        font-size: 1.1rem;
    }

    .team-member h4 {
        font-size: 0.9rem;
    }

    .team-member p {
        font-size: 0.85rem;
    }

    .slide, .slide-content {
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero .slider-controls {
        bottom: 20px;
    }

    .hero .slider-btn {
        width: 35px;
        height: 35px;
    }

    .contact {
        padding: 2rem 0;
    }

    .contact .container {
        padding: 0;
    }

    .contact-info {
        padding: 20px;
        margin: 20px 0;
    }

    .contact-info h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .contact-info p {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .alamat-group {
        margin-bottom: 20px;
    }

    #map {
        width: 100% !important;
        height: 250px !important;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .contact-address {
        margin-top: 20px;
    }

    .leaflet-container {
        width: 100% !important;
        height: 300px !important;
    }

    .footer-logo-col {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        text-align: left;
    }
    .footer-logo {
        text-align: left;
        width: 100%;
    }
    .footer-logo img {
        max-width: 220px;
        width: 100%;
        margin: 0 0 18px 12px;
        display: block;
    }
    .footer-top {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    .footer-links-col, .footer-subscribe-col {
        max-width: 100%;
        width: 100%;
        padding: 24px 0 0 0;
        text-align: left;
    }
    .footer-links-col {
        border-bottom: 1px solid #222;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .footer-links-col h4, .footer-subscribe-col h4 {
        margin-left: 8px;
    }
    .footer-nav {
        align-items: flex-start;
        margin-left: 8px;
    }
    .footer-subscribe-col {
        padding: 16px 0 0 0;
        margin-bottom: 0;
    }
    .footer-subscribe-form {
        margin: 8px 0 8px 0;
    }
    .footer-bottom {
        padding: 10px 0 0 0;
        margin: 0;
        text-align: center;
    }
    .footer-content {
    gap: 10px;
        padding: 0 5px;
    }
    .footer-subscribe-mobile {
        margin-bottom: 56px !important;
    }
    .footer-subscribe-form {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    footer .footer-bottom {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .footer-subscribe-col {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .slide {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 100vh !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }

    .slide1, .slide2, .slide3 {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
    }

    .slideshow-container {
        height: 100vh !important;
        width: 100% !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .hero-background {
        height: 100vh !important;
        width: 100% !important;
        position: relative !important;
    }

    .slide-content {
        width: 90% !important;
        padding: 0 15px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
    }
}

/* Fix untuk konten yang overflow */
.slide img,
.article-image img,
.team-member img {
    max-width: 100%;
    height: auto;
}

/* Tablet Container */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .slide, .slide-content {
        transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

/* Navbar Styles */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar {
    padding: 1rem 0;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    flex: 0 0 auto;
}

.navbar-brand .logo {
    display: block;
}

.navbar-brand .logo img {
    height: 50px;
    width: auto;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

    .nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item .nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.nav-item .nav-link:hover {
    color: #1a1a1a;
}

.language-selector {
    display: flex;
    gap: 0.5rem;
    margin-left: 1rem;
}

.lang-btn {
    background: none;
    border: 1px solid #ddd;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-btn.active {
    background: #333;
    color: white;
    border-color: #333;
}

.menu-toggle {
        display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .navbar-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: white;
        flex-direction: column;
        padding: 2rem;
        transition: left 0.3s ease;
    }

    .navbar-menu.active {
        left: 0;
    }

.nav-links {
        flex-direction: column;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .nav-item .nav-link {
        display: block;
        padding: 1rem;
    }

    .language-selector {
        margin: 1rem 0;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-background, .slideshow-container {
    height: 100%;
    position: relative;
}

.slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute !important;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none !important;
    filter: none !important;
    z-index: 1;
    transition: opacity 0.5s;
}
.slide.active {
    opacity: 1 !important;
    z-index: 2 !important;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 0 24px;
    z-index: 3;
}
.slide-content h1, .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25);
}
.slide-content h2, .hero-sub {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.18);
}
@media (max-width: 768px) {
    .slide-content {
        padding: 0 10px !important;
        max-width: 95vw;
    }
    .slide-content h1, .hero-title {
        font-size: 2.1rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.7rem !important;
    }
    .slide-content h2, .hero-sub {
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        margin-bottom: 0.5rem !important;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.slide-content h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.slide-content p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.slide-content .cta-button {
    margin-top: 0.5rem;
}

.circle-label:before {
    content: "⭘ ";
    font-size: 1.2em;
  }

.slide-content h1 + h1 {
    margin-top: 0.5em;
}

.slide-content .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #bf8415;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1 !important;
    transform: none !important;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slide-content .cta-button:hover {
    background-color: #a06d12;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 5;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    font-size: 2rem;
    transition: background 0.2s;
}
.slider-btn.prev { left: 20px; }
.slider-btn.next { right: 20px; }
.slider-btn:hover { background: rgba(0,0,0,0.6); }

/* Animasi teks */
.animate-text {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .animate-text {
    opacity: 1;
    transform: translateX(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero h1, .hero h2, .hero p {
    color: #bf8415;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.hero h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ffffff;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #c8a97e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #c8a97e;
        position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
        width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    z-index: -1;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(200, 169, 126, 0.4);
    background-color: #b8986a;
    border-color: #b8986a;
}

.cta-button:hover:before {
    left: 0;
}

.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(200, 169, 126, 0.4);
}

/* Animation for the button */
@keyframes buttonPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(200, 169, 126, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
    }
}

.slide.active .cta-button {
    animation: buttonPulse 2s infinite;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .cta-button:hover {
    transform: translateY(-2px);
        box-shadow: 0 3px 10px rgba(200, 169, 126, 0.3);
    }
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: -0.20rem;
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
}

.hero-content p:before {
    content: "•";
        position: absolute;
    left: 0;
    color: #bf8415;
    font-size: 1.2rem;
}

/* About Section */
.about {
    padding: 80px 0;
    position: relative;
    background: #f9f9f9;
}

.custom-about-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding: 0 20px;
}

.custom-about-layout .about-desc {
    flex: 1;
    max-width: 60%;
    padding-right: 30px;
}

.about-label {
    color: #b8860b;
    font-size: 2.5em;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.about-small {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
    padding-left: 4px;  /* Sejajarkan dengan judul */
}

.about-tomy {
    margin: 25px 0;
}

@media (max-width: 768px) {
    .custom-about-layout {
        flex-direction: column;
        padding: 0 15px;
    }

    .custom-about-layout .about-desc {
        max-width: 100%;
        padding-right: 0;
    }

    .about-label {
        font-size: 2em;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-small {
        font-size: 1em;
        text-align: left;
        padding-left: 0;  /* Reset padding pada mobile */
    }
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/about-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.about .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.about h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #bf8415;
    font-size: 2.5rem;
}

.about p {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    color: #bf8415;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
    font-family: 'Telegraf', sans-serif;
}

.about-text {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    color: #bf8415;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
    font-family: 'Telegraf', sans-serif;
}

.about p:last-child {
    margin-bottom: 0;
}

/* Services Section */
.services {
    padding: 5rem 0;
    background-color: #ffffff;
}

.services h2, .services h3, .services p {
    color: #bf8415;
}

.services h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card i {
    font-size: 2.5rem;
    color: #616157;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: #bf8415;
}

/* Team Section */
.team {
    padding: 5rem 0;
    background-color: #ffffff;
}

.team h2, .team h3, .team p {
    color: #bf8415;
}

.team h2 {
    text-align: center;
    margin-bottom: 3rem;
}

 .team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.team-member h3, .team-member h4, .team-member p {
    margin-bottom: 0.5rem;
}

.team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #bf8415;
    margin-bottom: 1rem;
}

.team-member h3 {
    color: #bf8415;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.team-member h4 {
    color: #666;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.team-member p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.team-member .description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Contact Section */
.contact {
    padding: 5rem 0;
    background-color: #ffffff;
}

.contact h2, .contact p {
    color: #bf8415;
}

.contact h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 1px solid #bf8415;
    border-radius: 5px;
    color: #bf8415;
    background-color: rgba(0, 0, 0, 0.1);
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
}

.submit-button {
    padding: 1rem;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #2b2b28;
    transform: translateY(-2px);
}

/* Footer */
footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* Desktop Footer Layout */
.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(191, 132, 21, 0.2);
}
.footer-col {
    flex: 1 1 0;
    min-width: 200px;
}
.footer-logo-col {
    max-width: 340px;
    flex: 1 1 340px;
}
.footer-logo {
    text-align: left;
}
.footer-logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: block;
}
.footer-links-col {
    flex: 1 1 220px;
    padding-left: 30px;
}
.footer-links-col h4 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 1.1rem;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}
.footer-nav a {
    color: #bf8415;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 1rem;
}
.footer-nav a:hover {
    color: #fff;
}
.footer-subscribe-col {
    flex: 1 1 320px;
    max-width: 400px;
}
.footer-subscribe-col h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.footer-subscribe-form {
    display: flex;
    margin-top: 10px;
}
.footer-subscribe-form input[type="email"] {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 1rem;
}
.footer-subscribe-form button {
    background: #bf8415;
    color: #fff;
    border: none;
    padding: 0 16px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.3s;
}
.footer-subscribe-form button:hover {
    background: #a06d12;
}
.footer-subscribe-col p {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

/* Desktop: Only show logo in left column, not full width */
.footer-logo-full { display: none !important; }
.footer-logo-col { display: block; }

@media (max-width: 768px) {
    .footer-logo-full { display: block !important; width: 100vw; max-width: 100vw; background: #000; margin: 0; padding: 0; }
    .footer-logo-full img { width: 100vw; max-width: 100vw; display: block; margin: 0; padding: 0; }
    .footer-logo-col { display: none !important; }
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 20px;
        top: 50%;
    transform: translateY(-50%);
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #bf8415;
    margin: 5px 0;
    transition: 0.3s;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .navbar {
        height: 60px;
    }

    .navbar.scrolled {
        height: 60px;
    }

    .logo {
        position: static;
        margin: 0 auto;
        left: unset;
        right: unset;
        transform: none;
        max-width: 120px;
        height: auto;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo img {
        height: 110px;
        width: auto;
        margin: 10px 0;
    }

    .logo img:hover {
        transform: none;
    }

    .nav-links {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero {
        height: 100vh;
        padding-top: 60px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero h2 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-content {
        padding: 0 15px;
        width: 100%;
    }

    .about {
        padding: 3rem 0;
        min-height: 400px;
    }

    .about::before {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .about h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .about p {
        font-size: 1rem;
        padding: 0 15px;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 250px;
        margin: 0 auto 15px;
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }

    .team-member {
        padding: 1.5rem;
    }

    .team-member img {
        width: 150px;
        height: 150px;
    }

    .team-member h3 {
        font-size: 1.1rem;
    }

    .team-member h4 {
        font-size: 0.9rem;
    }

    .team-member p {
        font-size: 0.85rem;
    }

    .slide, .slide-content {
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero .slider-controls {
        bottom: 20px;
    }

    .hero .slider-btn {
        width: 35px;
        height: 35px;
    }

    .contact {
        padding: 2rem 0;
    }

    .contact .container {
        padding: 0;
    }

    .contact-info {
        padding: 20px;
        margin: 20px 0;
    }

    .contact-info h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .contact-info p {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .alamat-group {
        margin-bottom: 20px;
    }

    #map {
        width: 100% !important;
        height: 250px !important;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .contact-address {
        margin-top: 20px;
    }

    .leaflet-container {
        width: 100% !important;
        height: 300px !important;
    }

    .footer-logo-col {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        text-align: left;
    }
    .footer-logo {
        text-align: left;
        width: 100%;
    }
    .footer-logo img {
        max-width: 220px;
        width: 100%;
        margin: 0 0 18px 12px;
        display: block;
    }
    .footer-top {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    .footer-links-col, .footer-subscribe-col {
        max-width: 100%;
        width: 100%;
        padding: 24px 0 0 0;
        text-align: left;
    }
    .footer-links-col {
        border-bottom: 1px solid #222;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .footer-links-col h4, .footer-subscribe-col h4 {
        margin-left: 8px;
    }
    .footer-nav {
        align-items: flex-start;
        margin-left: 8px;
    }
    .footer-subscribe-col {
        padding: 16px 0 0 0;
        margin-bottom: 0;
    }
    .footer-subscribe-form {
        margin: 8px 0 8px 0;
    }
    .footer-bottom {
        padding: 10px 0 0 0;
        margin: 0;
        text-align: center;
    }
    .footer-content {
        gap: 10px;
        padding: 0 5px;
    }
    .footer-subscribe-mobile {
        margin-bottom: 56px !important;
    }
    .footer-subscribe-form {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    footer .footer-bottom {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .footer-subscribe-col {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }

    .slide {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        width: 100% !important;
        height: 100vh !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
    }

    .slide1, .slide2, .slide3 {
        background-size: cover !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        -o-background-size: cover !important;
    }

    .slideshow-container {
        height: 100vh !important;
        width: 100% !important;
        position: relative !important;
        overflow: hidden !important;
    }

    .hero-background {
        height: 100vh !important;
        width: 100% !important;
        position: relative !important;
    }

    .slide-content {
        width: 90% !important;
        padding: 0 15px !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        text-align: center !important;
    }
}

/* Fix untuk konten yang overflow */
.slide img,
.article-image img,
.team-member img {
    max-width: 100%;
    height: auto;
}

/* Tablet Container */
@media (min-width: 769px) and (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 20px;
    }

    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .slide, .slide-content {
        transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

/* Navbar Styles */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.navbar {
    padding: 1rem 0;
}

.navbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    flex: 0 0 auto;
}

.navbar-brand .logo {
    display: block;
}

.navbar-brand .logo img {
    height: 50px;
    width: auto;
}

.navbar-menu {
    display: flex;
    align-items: center;
    gap: 2rem;
}

    .nav-links {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-item .nav-link {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.nav-item .nav-link:hover {
    color: #1a1a1a;
}

.language-selector {
    display: flex;
    gap: 0.5rem;
    margin-left: 1rem;
}

.lang-btn {
    background: none;
    border: 1px solid #ddd;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-btn.active {
    background: #333;
    color: white;
    border-color: #333;
}

.menu-toggle {
        display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.hamburger-line {
    display: block;
    width: 25px;
    height: 2px;
    background: #333;
    margin: 5px 0;
    transition: all 0.3s ease;
}

/* Mobile Styles */
@media (max-width: 991px) {
    .navbar-menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 100%;
        height: calc(100vh - 80px);
        background: white;
        flex-direction: column;
        padding: 2rem;
        transition: left 0.3s ease;
    }

    .navbar-menu.active {
        left: 0;
    }

.nav-links {
        flex-direction: column;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        text-align: center;
    }

    .nav-item .nav-link {
        display: block;
        padding: 1rem;
    }

    .language-selector {
        margin: 1rem 0;
    }

    .menu-toggle {
        display: block;
    }

    .menu-toggle.active .hamburger-line:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .menu-toggle.active .hamburger-line:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .hamburger-line:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
    }
}

/* Hero Section */
.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero-background, .slideshow-container {
    height: 100%;
    position: relative;
}

.slideshow-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide {
    position: absolute !important;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: none !important;
    filter: none !important;
    z-index: 1;
    transition: opacity 0.5s;
}
.slide.active {
    opacity: 1 !important;
    z-index: 2 !important;
}

.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    max-width: 900px;
    padding: 0 24px;
    z-index: 3;
}
.slide-content h1, .hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 1.2rem;
    letter-spacing: 1px;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25);
}
.slide-content h2, .hero-sub {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.18);
}
@media (max-width: 768px) {
    .slide-content {
        padding: 0 10px !important;
        max-width: 95vw;
    }
    .slide-content h1, .hero-title {
        font-size: 2.1rem !important;
        font-weight: 700 !important;
        margin-bottom: 0.7rem !important;
    }
    .slide-content h2, .hero-sub {
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        margin-bottom: 0.5rem !important;
    }
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slide-content h1 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: bold;
}

.slide-content h2 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
    color: #ffffff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 500;
}

.slide-content p {
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.slide-content .cta-button {
    margin-top: 0.5rem;
}

.circle-label:before {
    content: "⭘ ";
    font-size: 1.2em;
  }

.slide-content h1 + h1 {
    margin-top: 0.5em;
}

.slide-content .cta-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #bf8415;
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s ease;
    position: relative;
    z-index: 5;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1 !important;
    transform: none !important;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.slide-content .cta-button:hover {
    background-color: #a06d12;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    opacity: 0;
    animation: fadeIn 1s ease forwards;
}

/* Slider Controls */
.slider-controls {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    z-index: 5;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.3);
    color: #fff;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    transition: background 0.2s;
}
.slider-btn.prev { left: 20px; }
.slider-btn.next { right: 20px; }
.slider-btn:hover { background: rgba(0,0,0,0.6); }

/* Animasi teks */
.animate-text {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.slide.active .animate-text {
    opacity: 1;
    transform: translateX(0);
}

.delay-1 {
    transition-delay: 0.2s;
}

.delay-2 {
    transition-delay: 0.4s;
}

.delay-3 {
    transition-delay: 0.6s;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.hero h1, .hero h2, .hero p {
    color: #bf8415;
}

.hero h1 {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    color: #ffffff;
}

.hero h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #ffffff;
}

.cta-button {
    display: inline-block;
    padding: 15px 30px;
    background-color: #c8a97e;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
    border: 2px solid #c8a97e;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.cta-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.4s ease;
    z-index: -1;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(200, 169, 126, 0.4);
    background-color: #b8986a;
    border-color: #b8986a;
}

.cta-button:hover:before {
    left: 0;
}

.cta-button:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(200, 169, 126, 0.4);
}

/* Animation for the button */
@keyframes buttonPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(200, 169, 126, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(200, 169, 126, 0);
    }
}

.slide.active .cta-button {
    animation: buttonPulse 2s infinite;
}

/* Mobile optimization */
@media (max-width: 768px) {
    .cta-button {
        padding: 12px 25px;
        font-size: 14px;
    }
    
    .cta-button:hover {
    transform: translateY(-2px);
        box-shadow: 0 3px 10px rgba(200, 169, 126, 0.3);
    }
}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: -0.20rem;
    color: #ffffff;
    position: relative;
    padding-left: 1.5rem;
}

.hero-content p:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #bf8415;
    font-size: 1.2rem;
}

/* About Section */
.about {
    padding: 80px 0;
    position: relative;
    background: #f9f9f9;
}

.custom-about-layout {
    display: flex;
    gap: 50px;
    align-items: flex-start;
    padding: 0 20px;
}

.custom-about-layout .about-desc {
    flex: 1;
    max-width: 60%;
    padding-right: 30px;
}

.about-label {
    color: #b8860b;
    font-size: 2.5em;
    margin-bottom: 30px;
    font-weight: bold;
    position: relative;
    text-align: left;
}

.about-small {
    font-size: 1.1em;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
    padding-left: 4px;  /* Sejajarkan dengan judul */
}

.about-tomy {
    margin: 25px 0;
}

@media (max-width: 768px) {
    .custom-about-layout {
        flex-direction: column;
        padding: 0 15px;
    }

    .custom-about-layout .about-desc {
        max-width: 100%;
        padding-right: 0;
    }

    .about-label {
        font-size: 2em;
        margin-bottom: 20px;
        text-align: center;
    }

    .about-small {
        font-size: 1em;
        text-align: left;
        padding-left: 0;  /* Reset padding pada mobile */
    }
}

.about::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/about-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.1;
    z-index: 0;
}

.about .container {
    position: relative;
    z-index: 1;
    width: 100%;
}

.about h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #bf8415;
    font-size: 2.5rem;
}

.about p {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    color: #bf8415;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
    font-family: 'Telegraf', sans-serif;
}

.about-text {
    text-align: justify;
    max-width: 800px;
    margin: 0 auto;
    color: #bf8415;
    line-height: 1.8;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    padding: 0 20px;
    font-family: 'Telegraf', sans-serif;
}

.about p:last-child {
    margin-bottom: 0;
}

/* Services Section */
.services {
    padding: 5rem 0;
    background-color: #ffffff;
}

.services h2, .services h3, .services p {
    color: #bf8415;
}

.services h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-card {
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card i {
    font-size: 2.5rem;
    color: #616157;
    margin-bottom: 1rem;
}

.service-card h3 {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
    color: #bf8415;
}

/* Team Section */
.team {
    padding: 5rem 0;
    background-color: #ffffff;
}

.team h2, .team h3, .team p {
    color: #bf8415;
}

.team h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.team-member {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.08);
    padding: 1.5rem;
    margin-bottom: 2rem;
    text-align: center;
}

.team-member h3, .team-member h4, .team-member p {
    margin-bottom: 0.5rem;
}

.team-member img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #bf8415;
    margin-bottom: 1rem;
}

.team-member h3 {
    color: #bf8415;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: 600;
}

.team-member h4 {
    color: #666;
    margin-bottom: 1rem;
    font-size: 1rem;
    font-weight: 500;
}

.team-member p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.team-member .description {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 0;
}

/* Contact Section */
.contact {
    padding: 5rem 0;
    background-color: #ffffff;
}

.contact h2, .contact p {
    color: #bf8415;
}

.contact h2 {
    text-align: center;
    margin-bottom: 3rem;
}

.contact-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 2rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.contact-form form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-form input,
.contact-form textarea {
    padding: 1rem;
    border: 1px solid #bf8415;
    border-radius: 5px;
    color: #bf8415;
    background-color: rgba(0, 0, 0, 0.1);
}

.contact-form textarea {
    height: 150px;
    resize: vertical;
}

.submit-button {
    padding: 1rem;
    background-color: #000000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.submit-button:hover {
    background-color: #2b2b28;
    transform: translateY(-2px);
}

/* Footer */
footer {
    background-color: #000;
    color: #fff;
    padding: 40px 0 20px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

/* Desktop Footer Layout */
.footer-top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(191, 132, 21, 0.2);
}
.footer-col {
    flex: 1 1 0;
    min-width: 200px;
}
.footer-logo-col {
    max-width: 340px;
    flex: 1 1 340px;
}
.footer-logo {
    text-align: left;
}
.footer-logo img {
    max-width: 260px;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    display: block;
}
.footer-links-col {
    flex: 1 1 220px;
    padding-left: 30px;
}
.footer-links-col h4 {
    color: #fff;
    margin-bottom: 12px;
    font-size: 1.1rem;
}
.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}
.footer-nav a {
    color: #bf8415;
    text-decoration: none;
    transition: color 0.3s;
    font-size: 1rem;
}
.footer-nav a:hover {
    color: #fff;
}
.footer-subscribe-col {
    flex: 1 1 320px;
    max-width: 400px;
}
.footer-subscribe-col h4 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 1.1rem;
}
.footer-subscribe-form {
    display: flex;
    margin-top: 10px;
}
.footer-subscribe-form input[type="email"] {
    flex: 1;
    padding: 8px 12px;
    border: none;
    border-radius: 4px 0 0 4px;
    outline: none;
    font-size: 1rem;
}
.footer-subscribe-form button {
    background: #bf8415;
    color: #fff;
    border: none;
    padding: 0 16px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    font-size: 1.1rem;
    transition: background 0.3s;
}
.footer-subscribe-form button:hover {
    background: #a06d12;
}
.footer-subscribe-col p {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 5px;
}

/* Desktop: Only show logo in left column, not full width */
.footer-logo-full { display: none !important; }
.footer-logo-col { display: block; }

@media (max-width: 768px) {
    .footer-logo-full { display: block !important; width: 100vw; max-width: 100vw; background: #000; margin: 0; padding: 0; }
    .footer-logo-full img { width: 100vw; max-width: 100vw; display: block; margin: 0; padding: 0; }
    .footer-logo-col { display: none !important; }
}

/* Mobile Menu Toggle */
.menu-toggle {
    display: none;
    cursor: pointer;
    padding: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.menu-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #bf8415;
    margin: 5px 0;
    transition: 0.3s;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .navbar {
        height: 60px;
    }

    .navbar.scrolled {
        height: 60px;
    }

    .logo {
        position: static;
        margin: 0 auto;
        left: unset;
        right: unset;
        transform: none;
        max-width: 120px;
        height: auto;
        z-index: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo img {
        height: 110px;
        width: auto;
        margin: 10px 0;
    }

    .logo img:hover {
        transform: none;
    }

    .nav-links {
        display: none;
    }

    .menu-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }

    .hero {
        height: 100vh;
        padding-top: 60px;
    }

    .hero h1 {
        font-size: 2rem;
    }

    .hero h2 {
        font-size: 1.5rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .hero-content {
        padding: 0 15px;
        width: 100%;
    }

    .about {
        padding: 3rem 0;
        min-height: 400px;
    }

    .about::before {
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }

    .about h2 {
        font-size: 2rem;
        margin-bottom: 1.5rem;
    }

    .about p {
        font-size: 1rem;
        padding: 0 15px;
        margin-bottom: 1.5rem;
        line-height: 1.6;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .team-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .contact-form {
        padding: 1.5rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-logo {
        margin-bottom: 20px;
    }

    .footer-logo img {
        max-width: 250px;
        margin: 0 auto 15px;
    }

    .footer-links ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .footer-links li {
        margin-bottom: 0;
    }

    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }

    .team-member {
        padding: 1.5rem;
    }

    .team-member img {
        width: 150px;
        height: 150px;
    }

    .team-member h3 {
        font-size: 1.1rem;
    }

    .team-member h4 {
        font-size: 0.9rem;
    }

    .team-member p {
        font-size: 0.85rem;
    }

    .slide, .slide-content {
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hero .slider-controls {
        bottom: 20px;
    }

    .hero .slider-btn {
        width: 35px;
        height: 35px;
    }

    .contact {
        padding: 2rem 0;
    }

    .contact .container {
        padding: 0;
    }

    .contact-info {
        padding: 20px;
        margin: 20px 0;
    }

    .contact-info h3 {
        font-size: 1.3rem;
        margin-bottom: 12px;
    }

    .contact-info p {
        font-size: 1rem;
        margin-bottom: 8px;
    }

    .alamat-group {
        margin-bottom: 20px;
    }

    #map {
        width: 100% !important;
        height: 250px !important;
        border-radius: 8px;
        border: 1px solid #eee;
    }

    .contact-address {
        margin-top: 20px;
    }

    .leaflet-container {
        width: 100% !important;
        height: 300px !important;
    }

    .footer-logo-col {
        display: block !important;
        width: 100%;
        max-width: 100%;
        margin-bottom: 18px;
        text-align: left;
    }
    .footer-logo {
        text-align: left;
        width: 100%;
    }
    .footer-logo img {
        max-width: 220px;
        width: 100%;
        margin: 0 0 18px 12px;
        display: block;
    }
    .footer-top {
        flex-direction: column;
        gap: 0;
        align-items: stretch;
    }
    .footer-links-col, .footer-subscribe-col {
        max-width: 100%;
        width: 100%;
        padding: 24px 0 0 0;
        text-align: left;
    }
    .footer-links-col {
        border-bottom: 1px solid #222;
        padding-bottom: 24px;
        margin-bottom: 0;
    }
    .footer-links-col h4, .footer-subscribe-col h4 {
        margin-left: 8px;
    }
    .footer-nav {
        align-items: flex-start;
        margin-left: 8px;
    }
    .footer-subscribe-col {
        padding: 16px 0 0 0;
        margin-bottom: 0;
    }
    .footer-subscribe-form {
        margin: 8px 0 8px 0;
    }
    .footer-bottom {
        padding: 10px 0 0 0;
        margin: 0;
        text-align: center;
    }
    .footer-content {
        gap: 10px;
        padding: 0 5px;
    }
    .footer-subscribe-mobile {
        margin-bottom: 56px !important;
    }
    .footer-subscribe-form {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    footer .footer-bottom {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
    .footer-subscribe-col {
        background: none !important;
        border: none !important;
        box-shadow: none !important;
    }
}

/* Tablet Responsive */
@media (min-width: 769px) and (max-width: 1024px) {
    .services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero h1 {
        font-size: 3rem;
    }

    .hero h2 {
        font-size: 1.8rem;
    }

    .about {
        padding: 4rem 0;
        min-height: 450px;
    }

    .about h2 {
        font-size: 2.2rem;
    }

    .about p {
        font-size: 1.05rem;
        padding: 0 20px;
        margin-bottom: 1.8rem;
    }

    .slide, .slide-content {
        transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    }
}

/* News Section */
.news {
    padding: 5rem 0;
    background-color: #f9f9f9;
}

.news h2 {
    text-align: center;
    margin-bottom: 3rem;
    color: #bf8415;
    font-size: 2.5rem;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    max-width: 1000px;
    margin: 0 auto;
}

.news-card {
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.news-card.update {
    position: relative;
    border: 2px solid #bf8415;
    box-shadow: 0 0 15px rgba(191, 132, 21, 0.2);
    transform: scale(1.02);
    transition: all 0.3s ease;
}

.news-card.update .news-content {
    background-color: #fffaf0;
    border-top: 1px solid #bf8415;
}

.news-card.update .news-date {
    color: #bf8415;
    font-weight: 600;
}

.news-card.update h3 {
    color: #2b2b28;
    font-weight: 700;
}

.update-label {
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #bf8415;
    color: white;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(191, 132, 21, 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(191, 132, 21, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(191, 132, 21, 0);
    }
}

.news-card:hover {
    transform: translateY(-5px);
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.news-content {
    padding: 1.2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.news-date {
    color: #666;
    font-size: 0.85rem;
    display: block;
    margin-bottom: 0.5rem;
}

.news-content h3 {
    color: #bf8415;
    font-size: 1.1rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
}

.news-content p {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex-grow: 1;
}

.read-more {
    color: #bf8415;
    text-decoration: none;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
    font-size: 0.9rem;
}

.read-more:hover {
    color: #a06d12;
}

.read-more i {
    transition: transform 0.3s ease;
}

.read-more:hover i {
    transform: translateX(5px);
}

@media (max-width: 1024px) {
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 800px;
    }
}

@media (max-width: 768px) {
    .news-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
    }
}

.black-text {
    color: #000000;
}

/* Hero Section Slider Controls */
.hero .slider-controls {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    z-index: 4;
}

.hero .slider-btn {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 3;
}

.hero .slider-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: scale(1.1);
}

.hero .slider-btn i {
    font-size: 1.2rem;
}

/* Contact Info Style */
.contact-info {
    margin-top: 40px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    align-items: start;
}

.company-info {
    margin-bottom: 20px;
}

.company-info h3,
.address-info h3 {
    color: #bf8415;
    font-size: 1.5rem;
    margin-bottom: 8px;
}

.company-info p,
.address-info p {
    color: #666;
    margin-bottom: 4px;
    line-height: 1.4;
}

.map-info {
    grid-column: 2;
    grid-row: 1 / span 2;
    height: 100%;
}

#map {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid #eee;
    z-index: 1;
    position: relative;
}

.leaflet-container {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

@media (max-width: 768px) {
    .contact-info {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .company-info {
        margin-bottom: 15px;
    }

    .map-info {
        grid-column: 1;
        grid-row: auto;
    }

    #map {
        height: 250px;
    }
}

.company-logo {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: block;
}

@media (max-width: 768px) {
    .company-logo {
        max-width: 250px;
        margin: 0 auto 15px;
    }
}

/* Article Page Styles */
.article-content {
    padding: 80px 0;
}

.article-content .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.article-header {
    margin-bottom: 30px;
}

.article-date {
    color: #bf8415;
    font-size: 0.9rem;
    margin-bottom: 10px;
    display: block;
}

.article-content h1 {
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 20px;
}

.article-meta {
    display: flex;
    gap: 20px;
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.article-image {
    margin-bottom: 30px;
}

.article-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.article-text {
    line-height: 1.8;
    color: #444;
}

.article-text h2 {
    color: #bf8415;
    margin: 30px 0 20px;
    font-size: 1.8rem;
}

.article-text p {
    margin-bottom: 20px;
}

.article-text ul, .article-text ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.article-text li {
    margin-bottom: 10px;
}

.article-footer {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.share-buttons {
    margin-bottom: 20px;
}

.share-buttons span {
    margin-right: 10px;
    color: #666;
}

.share-button {
    color: #bf8415;
    margin-right: 15px;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.share-button:hover {
    color: #8a5d0b;
}

.back-button {
    display: inline-flex;
    align-items: center;
    color: #bf8415;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.back-button i {
    margin-right: 10px;
}

.back-button:hover {
    color: #8a5d0b;
}

@media (max-width: 768px) {
    .article-content {
        padding: 60px 0;
    }

    .article-content h1 {
        font-size: 2rem;
    }

    .article-meta {
        flex-direction: column;
        gap: 10px;
    }
}

/* Maps */
#map {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    border: 1px solid #eee;
    z-index: 1;
    position: relative;
}

.leaflet-container {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: relative;
}

/* Responsive */
@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
    }

    .footer-logo img {
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 0 10px;
    }

    .footer-content {
        padding: 0 10px;
    }

    .footer-logo img {
        max-width: 170px;
    }

    #map {
        height: 250px;
    }
}

.footer-logo-full {
    width: 100vw;
    max-width: 100vw;
    background: #000;
    margin: 0;
    padding: 0;
    display: block;
}
.footer-logo-full img {
    width: 100vw;
    max-width: 100vw;
    display: block;
    margin: 0;
    padding: 0;
}

@media (max-width: 768px) {
    .footer-logo-full img {
        width: 100vw;
        max-width: 100vw;
        margin: 0;
    }
}

/* Footer logo for mobile outside container */
.footer-logo-mobile { display: none; }

@media (max-width: 768px) {
    .footer-logo-mobile {
        display: block;
        width: 100vw;
        background: #000;
        margin: 0;
        padding: 0;
    }
    .footer-logo-mobile img {
        width: 100vw;
        max-width: 100vw;
        height: auto;
        margin: 0;
        padding: 0;
        display: block;
        object-fit: contain;
    }
    .footer-logo-col { display: none !important; }
}

/* Sembunyikan subscribe mobile di desktop, tampilkan hanya di mobile */
.footer-subscribe-mobile {
  display: none;
}
@media (max-width: 768px) {
  .footer-subscribe-mobile {
    display: block;
  }
}

.news-card {
  position: relative;
}
.news-badge {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 3px 10px;
  border-radius: 12px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

/* Footer presisi tanpa jarak antara subscribe dan copyright hanya di mobile */
@media (max-width: 768px) {
  .footer-subscribe-col,
  .footer-subscribe-form,
  .footer-top,
  .footer-content {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    gap: 0 !important;
  }
  .footer-bottom {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
  .footer-top {
    border-bottom: none !important;
  }
}

@media (min-width: 769px) {
    .team-member img {
        width: 200px;
        height: 200px;
    }
}

.team-profile,
.team-profile-alt {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  background: #fff;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
  margin-bottom: 40px;
  min-height: 400px;
}

.team-profile-left {
  flex: 0 0 320px;
  max-width: 320px;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.team-profile .profile-desc {
  flex: 1 1 0;
  min-width: 240px;
  max-width: 700px;
  width: 100%;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.team-profile .profile-image img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
}

.team-profile .profile-desc p {
  color: #222 !important;
}

@media (max-width: 900px) {
  .team-profile {
    flex-direction: column;
    align-items: center;
    padding: 24px 10px;
    min-height: unset;
  }
  .team-profile-left,
  .team-profile-right {
    max-width: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .team-profile .profile-image img {
    max-width: 320px;
    height: auto;
    margin-bottom: 20px;
  }
  .team-profile .profile-desc {
    max-width: 100%;
  }
}

.language-selector {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.lang-btn {
    background: none;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 10px;
    margin: 0 2px;
    cursor: pointer;
    font-size: 14px;
    transition: all 0.3s ease;
}

.lang-btn.active {
    background: #fff;
    color: #000;
}

.lang-btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 768px) {
    .language-selector {
        margin: 10px 0;
        justify-content: center;
    }
}

/* Import Telegraf font */
@font-face {
    font-family: 'Telegraf';
    src: url('../fonts/Telegraf-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Telegraf';
    src: url('../fonts/Telegraf-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Pastikan .slide-content dan .animate-text selalu terlihat pada slide aktif */
.slide.active .slide-content,
.slide.active .animate-text {
    opacity: 1 !important;
    visibility: visible !important;
    /* transform: none !important; */
    /* transition: none !important; */
}

/* Jika ada animasi yang menyembunyikan, override di sini */
.slide:not(.active) .slide-content,
.slide:not(.active) .animate-text {
    opacity: 0 !important;
    visibility: hidden !important;
}

.hero-background, .slideshow-container, .slide {
    height: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .slide-content {
        padding-top: 40px;
        padding-left: 20px;
        max-width: 95vw;
    }
}

.hero-title {
    font-family: 'Telegraf', sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s 0.2s forwards;
}

.hero-sub {
    font-family: 'Telegraf', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.18);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s 0.6s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700;900&display=swap');

.hero-title {
    font-family: 'Telegraf', sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s 0.2s forwards;
}

.hero-sub {
    font-family: 'Telegraf', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.18);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s 0.6s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide.active .slide-content {
    align-items: center !important;
    justify-content: center !important;
    padding-top: 0 !important;
    height: auto !important;
    text-align: center !important;
}
@media (max-width: 768px) {
    .slide.active .slide-content {
        padding-top: 40px;
    }
}

.slide1 {
    background-image: url('/images/slide1.webp') !important;
}
.slide2 {
    background-image: url('/images/slide2.webp') !important;
}
.slide3 {
    background-image: url('/images/slide3.webp') !important;
}

.custom-about-layout {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3rem;
    margin-top: 2rem;
    min-height: 320px;
}
.custom-about-layout .about-desc {
    flex: 1 1 0;
    min-width: 220px;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 20px;
}
.about-label {
    font-family: 'Telegraf', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-align: center;
    color: #bf8415;
    letter-spacing: 2px;
    margin-bottom: 0.3rem;
    border-left: 3px solid #bf8415;
    padding-left: 10px;
    display: inline-block;
}
.about-title {
    font-family: 'Telegraf', sans-serif;
    font-size: 1.4rem;
    color: #222;
    margin-bottom: 0.7rem;
    font-weight: 700;
}
.about-small {
    font-size: 1.1em;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #333;
    text-align: justify;
}
.about-tomy {
    margin-top: 10px;
    margin-bottom: 15px;
}

@media (max-width: 768px) {
    .about-small {
        font-size: 1em;
    line-height: 1.6;
        padding: 0 15px;
        margin-bottom: 12px;
}

    .about-tomy {
        margin-top: 8px;
        margin-bottom: 12px;
        padding-top: 0;
    }
}

.custom-about-layout .about-image-right {
    flex: 0 0 260px;
    max-width: 260px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
}
.custom-about-layout .about-image-right img {
    width: 100%;
    border-radius: 0 0 60px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    object-fit: cover;
    display: block;
}
@media (max-width: 900px) {
    .custom-about-layout {
        flex-direction: column;
        gap: 1.5rem;
        align-items: flex-start;
    }
    .custom-about-layout .about-image-right,
    .custom-about-layout .about-desc {
        max-width: 100%;
        width: 100%;
    }
    .custom-about-layout .about-image-right img {
        max-width: 260px;
        margin: 0 auto;
    }
}

.team-profile-alt {
  background: linear-gradient(90deg, #fff 70%, #f9f6f1 100%);
  border-left: 8px solid #bf8415;
  box-shadow: 40px 0 60px -20px rgba(191,132,21,0.18);
  position: relative;
}

.team-profile-alt .team-profile-left {
  flex: 0 0 320px;
  max-width: 320px;
  width: 320px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding-right: 0;
  margin-right: 0;
}

.team-profile-alt .team-profile-right {
  flex: 1 1 0;
  min-width: 240px;
  max-width: 700px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.team-profile-alt .profile-image-alt {
  width: 320px;
  display: flex;
  justify-content: flex-end;
}

.team-profile-alt .profile-image-alt img {
  width: 100%;
  height: 400px;
  max-width: 320px;
  max-height: 400px;
  object-fit: cover;
  border-radius: 50% 16px 50% 16px;
  border: 4px solid #bf8415;
  background: #fffbe6;
  box-shadow: 16px 0 32px -8px rgba(191,132,21,0.18);
  margin-right: 0;
}

.team-profile-alt .team-profile-right {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.team-profile-alt .profile-desc {
  max-width: 700px;
  width: 100%;
}

.team-profile-alt .profile-name {
  color: #bf8415;
  font-family: 'Telegraf', sans-serif;
  font-size: 2.2rem;
}

.team-profile-alt .profile-title {
  color: #616157;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1.2rem;
  letter-spacing: 1px;
}

.team-profile-alt .profile-contact {
  color: #616157;
  font-size: 1.05rem;
  margin-bottom: 1.1rem;
}

@media (max-width: 900px) {
  .team-profile-alt {
    flex-direction: column;
    align-items: center;
    padding: 24px 10px;
    min-height: unset;
  }
  .team-profile-alt .team-profile-left,
  .team-profile-alt .team-profile-right {
    max-width: 100%;
    width: 100%;
  }
  .team-profile-alt .profile-image-alt,
  .team-profile-alt .profile-image-alt img {
    max-width: 320px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .team-profile-alt .profile-desc {
    max-width: 100%;
  }
}

/* Efek khusus untuk profil Ricky Iramoty, warna sama dengan Ajeng */
.team-profile-ricky {
  background: linear-gradient(90deg, #fff 70%, #f9f6f1 100%);
  border-right: 8px solid #bf8415;
  box-shadow: 40px 0 60px -20px rgba(191,132,21,0.18);
  position: relative;
}
.team-profile-ricky .profile-image-ricky img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 16px 50% 16px 50%;
  border: 4px solid #bf8415;
  background: #fffbe6;
  box-shadow: none !important;
  display: block;
}
@media (max-width: 900px) {
  .team-profile-ricky {
    border-right: none !important;
  }
  .team-profile-ricky .profile-image-ricky {
    position: relative;
  }
  .team-profile-ricky .profile-image-ricky::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 8px;
    height: 100%;
    background: #bf8415;
    border-radius: 0 16px 0 16px;
    z-index: 1;
  }
  .team-profile-ricky .profile-image-ricky img {
    position: relative;
    z-index: 2;
    background: #fffbe6;
  }
}
.team-profile-ricky .profile-name {
  color: #bf8415;
}
.team-profile-ricky .profile-title {
  color: #616157;
}
.team-profile-ricky .profile-contact {
  color: #616157;
}

.footer-bottom {
    background: #bf8415;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 18px 0 10px 0;
    margin: 0;
    border-top: none;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    box-shadow: 0 -2px 12px rgba(191,132,21,0.08);
}
.footer-bottom p {
    color: #fff;
    margin: 0;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.team-profile .profile-desc p,
.team-profile-alt .profile-desc p {
  color: #222 !important;
}

@media (max-width: 900px) {
  .team-profile-ricky .profile-image-ricky {
    position: static;
  }
  .team-profile-ricky .profile-image-ricky img {
    max-width: 320px;
    height: auto;
    margin-bottom: 20px;
    position: static;
    z-index: auto;
  }
} 

/* Navbar dark style */
.dark-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  z-index: 99999;
  background: #3b3b36;
  color: #bf8415;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  height: 90px;
  display: flex;
  align-items: center;
  width: 100vw;
  min-width: 320px;
  transition: background 0.3s, box-shadow 0.3s;
}
.dark-navbar.scrolled {
  background: #23231f;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}
.navbar-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 90px;
  position: relative;
  padding: 0 32px;
  box-sizing: border-box;
}
.navbar-brand {
  display: flex;
  align-items: center;
}
.navbar-logo-navbar {
  height: 70px;
  width: auto;
  display: block;
}
@media (max-width: 768px) {
  .navbar-logo-navbar {
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
.menu-toggle {
  display: none !important;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  flex: 1 1 auto;
}
.nav-links a {
  color: #bf8415;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.3s;
  padding: 0 8px;
  display: block;
  line-height: 90px;
}
.nav-links a:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .navbar-flex {
    max-width: 100vw;
    padding: 0 10px;
  }
  .nav-links {
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .dark-navbar {
    height: 60px;
    padding: 0;
  }
  .navbar-flex {
    height: 60px;
    max-width: 100vw;
    padding: 0 10px;
  }
  .navbar-logo-navbar {
    height: 48px;
  }
  .menu-toggle {
    display: block !important;
  }
  .nav-links {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100vw;
    background: #3b3b36;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    padding: 0;
    margin: 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12);
    text-align: center;
  }
  .nav-links.active {
    display: flex;
  }
  .nav-links li {
    width: 100%;
    border-bottom: 1px solid #222;
    text-align: center;
  }
  .nav-links a {
    width: 100%;
    padding: 18px 24px;
    font-size: 1.1rem;
    color: #bf8415;
    background: none;
    display: block;
    line-height: 1.2;
    text-align: center;
  }
  .nav-links a:hover {
    color: #fff;
    background: #222;
  }
}

/* === NAVBAR MOBILE OVERRIDE FINAL === */
@media (max-width: 768px) {
  .nav-links {
    display: none !important;
    position: absolute !important;
    top: 60px !important;
    left: 0 !important;
    width: 100vw !important;
    background: #3b3b36 !important;
    flex-direction: column !important;
    align-items: center !important;
    z-index: 9999 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
    text-align: center !important;
    overflow: visible !important;
  }
  .nav-links.active {
    display: flex !important;
  }
  .navbar-flex, .container {
    overflow: visible !important;
    position: static !important;
  }
}

@media (max-width: 768px) {
  .navbar-flex {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    position: relative;
    height: 60px;
    padding: 0 0;
  }
  .navbar-brand {
    grid-column: 2;
    justify-self: center;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .navbar-logo-navbar {
    height: 60px;
    margin: 0;
    display: block;
  }
  .menu-toggle {
    grid-column: 3;
    justify-self: end;
    position: relative;
    right: 0;
    top: 0;
    transform: none;
    z-index: 1002;
  }
}

/* === SLIDER TULISAN KE KIRI === */
.slide-content {
  left: 0 !important;
  transform: none !important;
  text-align: left !important;
  padding-left: 60px !important;
  max-width: 700px !important;
}
@media (max-width: 768px) {
  .slide-content {
    padding-left: 18px !important;
    max-width: 95vw !important;
  }
}

/* === SLIDER 1 KHUSUS DESKTOP: TULISAN LEBIH KE KANAN & ATAS === */
@media (min-width: 769px) {
  .slide1 .slide-content {
    left: 25% !important;
    top: 27% !important;
    transform: none !important;
    text-align: left !important;
    padding-left: 0 !important;
    max-width: 700px !important;
  }
  
  /* Khusus untuk mode bahasa Inggris */
  html[lang="en"] .slide1 .slide-content .hero-title {
    white-space: nowrap !important;
    font-size: 3.2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.3) !important;
  }
  
  /* Mode bahasa Indonesia */
  html[lang="id"] .slide1 .slide-content .hero-title {
    white-space: normal !important;
    font-size: 3.2rem !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.3) !important;
  }
  
  .slide1 .slide-content .hero-sub {
    font-size: 2rem !important;
    line-height: 1.4 !important;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.3) !important;
  }
}

/* Pastikan teks tetap rapi di mobile */
@media (max-width: 768px) {
  .slide1 .slide-content .hero-title {
    white-space: normal !important;
    font-size: 2.1rem !important;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.3) !important;
  }
  
  .slide1 .slide-content .hero-sub {
    font-size: 1.6rem !important;
    text-shadow: 2px 4px 8px rgba(0,0,0,0.3) !important;
  }
}

/* Efek animasi masuk untuk semua .animate-text di dalam .slide.active */
.slide.active .animate-text {
  opacity: 1 !important;
  transform: translateY(0) !important;
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-text {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1), transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.4s; }
.delay-3 { transition-delay: 0.6s; }

.fade-in-up {
  opacity: 0;
  transform: translateY(40px);
  animation: fadeInUp 1s 0.4s forwards;
}
.slide.active .fade-in-up {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUp 1s 0.4s forwards;
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
} 

@media (min-width: 769px) {
  .slide2 .slide-content {
    left: 25% !important;
    top: 27% !important;
    transform: none !important;
    text-align: left !important;
    padding-left: 0 !important;
    max-width: 700px !important;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.fade-in-right {
  opacity: 0;
  transform: translateX(80px);
  animation: fadeInRight 1s 0.4s forwards;
}
.slide.active .fade-in-right {
  opacity: 1;
  transform: translateX(0);
  animation: fadeInRight 1s 0.4s forwards;
} 

.company-info, .company-info * {
  color: #222 !important;
  font-size: 1rem !important;
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 10 !important;
}
.company-info i {
  color: #bf8415 !important;
  margin-right: 8px;
  display: inline-block !important;
}
.company-info p {
  display: block !important;
  margin-bottom: 10px !important;
}

.contact-title {
  color: #bf8415;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 18px;
}
.contact-block p, .contact-block address {
  color: #222;
  font-size: 1rem;
  margin-bottom: 8px;
  font-style: normal;
}
.contact-block address {
  margin-bottom: 0;
  line-height: 1.6;
}
.map-info h3 {
  margin-bottom: 8px;
  color: #bf8415;
  font-size: 1.3rem;
  font-weight: bold;
}

/* Efek masuk dari bawah ke atas untuk slide 2 */
@keyframes fadeInUpSlide2 {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide2 .slide-content h1,
.slide2 .slide-content h2 {
  opacity: 0;
  transform: translateY(60px);
  animation: fadeInUpSlide2 1s 0.2s forwards;
  text-shadow: 2px 4px 16px rgba(0,0,0,0.45), 0 1px 0 #222;
}
.slide2.active .slide-content h1,
.slide2.active .slide-content h2 {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUpSlide2 1s 0.2s forwards;
}

/* Tombol Lihat Team Kami */
.slide2 .slide-content .team-btn {
  display: inline-block;
  margin-top: 28px;
  padding: 13px 32px;
  background: #bf8415;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  border: none;
  font-size: 1.08rem;
  letter-spacing: 1px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.18);
  cursor: pointer;
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
  opacity: 0;
  transform: translateY(60px);
  animation: fadeInUpSlide2 1s 0.6s forwards;
}
.slide2.active .slide-content .team-btn {
  opacity: 1;
  transform: translateY(0);
  animation: fadeInUpSlide2 1s 0.6s forwards;
}
.slide2 .slide-content .team-btn:hover {
  background: #a06d12;
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 8px 24px rgba(0,0,0,0.22);
}

@keyframes fadeInUpSlide2 {
  from { opacity: 0; transform: translateY(60px);}
  to { opacity: 1; transform: translateY(0);}
}
.fade-in-up-slide2 {
  opacity: 0;
  transform: translateY(60px);
}
.slide2.active .fade-in-up-slide2 {
  animation: fadeInUpSlide2 1s 0.2s forwards;
  opacity: 1;
  transform: translateY(0);
  text-shadow: 2px 4px 16px rgba(0,0,0,0.45), 0 1px 0 #222;
}

@media (min-width: 769px) {
  .slide3 .slide-content {
    left: 25% !important;
    top: 27% !important;
    transform: none !important;
    text-align: left !important;
    padding-left: 0 !important;
    max-width: 700px !important;
  }
} 

.nav-links {
  display: flex;
  align-items: center;
  gap: 0.7rem; /* lebih rapat dari sebelumnya */
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-links li {
  margin: 0;
  padding: 0;
}
.language-selector {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-left: 8px;
}
.lang-btn {
  background: none;
  border: 1px solid #bf8415;
  color: #bf8415;
  padding: 3px 10px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s;
}
.lang-btn.active, .lang-btn:hover {
  background: #bf8415;
  color: #fff;
  border-color: #bf8415;
}
@media (max-width: 991px) {
  .nav-links {
    gap: 0.3rem;
  }
  .language-selector {
    margin-left: 0;
    gap: 2px;
  }
  .lang-btn {
    font-size: 12px;
    padding: 2px 8px;
  }
}

@media (max-width: 768px) {
  .nav-links {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .nav-links li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
  }
  .nav-links a {
    display: block;
    width: 100%;
    padding: 16px 0;
    font-size: 1.08rem;
    border-bottom: 1px solid #222;
  }
  .nav-links li:last-child {
    border-bottom: none;
  }
  .language-selector {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 10px 0 8px 0 !important;
    width: 100%;
  }
  .lang-btn {
    font-size: 1rem !important;
    padding: 6px 18px !important;
    border-radius: 4px !important;
    min-width: 48px;
    margin: 0 2px !important;
  }
}

@media (max-width: 768px) {
  .hero, .slideshow-container, .hero-background {
    height: 100vh !important;
    min-height: 420px !important;
    width: 100vw !important;
    position: relative !important;
    overflow: hidden !important;
  }
  .slide {
    width: 100vw !important;
    height: 100vh !important;
    min-height: 420px !important;
    left: 0 !important;
    top: 0 !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .slide-content {
    width: 92vw !important;
    max-width: 98vw !important;
    padding: 0 10px !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    text-align: center !important;
    z-index: 3;
  }
  .slide-content h1, .hero-title {
    font-size: 2.1rem !important;
    font-weight: 800 !important;
    margin-bottom: 0.7rem !important;
    line-height: 1.15 !important;
    letter-spacing: 1px !important;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25) !important;
  }
  .slide-content h2, .hero-sub {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.2 !important;
    text-shadow: 1px 1px 6px rgba(0,0,0,0.18) !important;
  }
  .slide-content .cta-button, .slide-content .team-btn {
    font-size: 1rem !important;
    padding: 10px 22px !important;
    margin-top: 18px !important;
    border-radius: 24px !important;
    min-width: 120px;
  }
  .slider-controls {
    bottom: 18px !important;
    left: 0 !important;
    right: 0 !important;
    gap: 10px !important;
    padding: 0 10px !important;
  }
  .slider-btn {
    width: 32px !important;
    height: 32px !important;
    font-size: 1.1rem !important;
    border-radius: 50% !important;
    padding: 0 !important;
  }
}

@media (max-width: 768px) {
  .main-header, .navbar, .dark-navbar {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    background: #3b3b36 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
  }
  .main-header {
    border-bottom: none !important;
    background: #3b3b36 !important;
  }
  .navbar {
    border-bottom: none !important;
    background: #3b3b36 !important;
  }
  .dark-navbar {
    border-bottom: none !important;
    background: #3b3b36 !important;
  }
  .hero, .slideshow-container, .slide {
    margin-top: 0 !important;
    padding-top: 0 !important;
    border-top: none !important;
  }
  body {
    background: #000 !important;
  }
}

@media (max-width: 768px) {
  body {
    background: #fff !important;
  }
  .hero, .slideshow-container, .slide {
    margin-top: -2px !important;
    padding-top: 0 !important;
    top: 0 !important;
  }
  .slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
}

@media (max-width: 768px) {
  header, .main-header, .navbar, .dark-navbar, .navbar-flex, .container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    background: unset !important;
    box-shadow: unset !important;
  }
  body {
    background: #fff !important;
  }
  .hero, .slideshow-container, .slide {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: 0 !important;
    /* background: unset !important; */
  }
  .slide {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    z-index: 2 !important;
  }
} 

@media (max-width: 768px) {
  .navbar, .main-header, .dark-navbar {
    background: #3b3b36 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
  }
}

@media (max-width: 768px) {
  .navbar-news, .navbar-berita, .navbar-home, .navbar, .main-header, .dark-navbar {
    background: #3b3b36 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08) !important;
    height: 60px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
    display: flex !important;
    align-items: center !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    z-index: 1000 !important;
  }
  .navbar-news .logo, .navbar-berita .logo, .navbar-home .logo, .navbar .logo {
    max-width: 120px !important;
    height: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
  .navbar-news .menu-toggle, .navbar-berita .menu-toggle, .navbar-home .menu-toggle, .navbar .menu-toggle {
    display: block !important;
    position: absolute !important;
    right: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 1002 !important;
  }
  .navbar-news .nav-links, .navbar-berita .nav-links, .navbar-home .nav-links, .navbar .nav-links {
    display: none !important;
    position: absolute !important;
    top: 60px !important;
    left: 0 !important;
    width: 100vw !important;
    background: #3b3b36 !important;
    flex-direction: column !important;
    align-items: center !important;
    z-index: 9999 !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.12) !important;
    text-align: center !important;
    overflow: visible !important;
  }
  .navbar-news .nav-links.active, .navbar-berita .nav-links.active, .navbar-home .nav-links.active, .navbar .nav-links.active {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  .navbar-news .logo img, .navbar-berita .logo img {
    max-width: 56px !important;
    max-height: 22px !important;
    height: auto !important;
    width: auto !important;
    margin: 0 auto !important;
    display: block !important;
    object-fit: contain !important;
  }
}

/* Warna emas untuk nama dan email semua anggota team */
.profile-name,
.profile-name-alt,
.profile-contact,
.profile-contact-alt {
  color: #bf8415 !important;
}

/* Hilangkan garis bawah pada tombol Lihat Team Kami */
.team-btn {
  text-decoration: none !important;
  border-bottom: none !important;
}

.profile-title,
.profile-title-alt {
  color: #bf8415 !important;
} 

.profile-name, .profile-name-alt {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
}

/* Khusus untuk nama Ricky di mobile view */
@media (max-width: 900px) {
    .profile-name-ricky {
        font-size: 1.7em;  /* Ukuran font lebih kecil */
        letter-spacing: -0.5px; /* Mengurangi jarak antar huruf */
        line-height: 1.2;  /* Mengurangi tinggi baris */
        white-space: nowrap; /* Mencegah text wrapping */
    }
} 

.news-more {
    text-align: center;
    margin-top: 2rem;
}

.btn-view-all {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #bf8415;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.btn-view-all:hover {
    background-color: #a06d12;
}

@media (max-width: 768px) {
    .btn-view-all {
        width: 100%;
        max-width: 300px;
    }
} 

.team-profile .profile-title {
    margin-bottom: 16px;
} 

.about-desc {
    max-width: 800px;
    margin: 0 auto;
} 

/* Two-line welcome text for English mode */
.welcome-text-en {
    display: block;
    line-height: 1.1;
}

.welcome-text-en span {
    display: block;
}

.welcome-text-en span:first-child {
    font-size: 0.8em;
    margin-bottom: 0.3em;
}

.welcome-text-en span:last-child {
    font-size: 1.1em;
    font-weight: 900;
}

@media (max-width: 768px) {
    .welcome-text-en span:first-child {
        font-size: 0.9em;
        margin-bottom: 0.2em;
    }
    
    .welcome-text-en span:last-child {
        font-size: 1em;
    }
} 

/* Navbar Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    background: #3b3b36;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.navbar-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 20px;
    max-width: 1400px;
    margin: 0 auto;
}

.logo {
    height: 50px;
    display: flex;
    align-items: center;
}

.logo img {
    height: 100%;
    width: auto;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .navbar {
        height: 60px;
    }

    .navbar-flex {
        padding: 0 15px;
    }

    .logo {
        height: 40px;
        margin: 0 auto;
    }

    .nav-links {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        background: #3b3b36;
        padding: 0;
        margin: 0;
        display: none;
        flex-direction: column;
        box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    }

    .nav-links.active {
        display: flex;
    }

    .nav-links a {
        padding: 15px 20px;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }

    .menu-toggle {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
} 

/* Slide Specific Styles */
.slide1 .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slide1 .hero-title {
    font-size: 2.5rem;
    margin-bottom: 10px;
    white-space: nowrap;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.25);
}

.slide1 .hero-sub {
    font-size: 5.5rem;
    margin-top: 5px;
    white-space: nowrap;
    font-weight: 900;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    letter-spacing: 3px;
    line-height: 1.1;
}

/* Responsive untuk mobile */
@media (max-width: 768px) {
    .slide1 .hero-title {
        font-size: 1.8rem;
    }
    
    .slide1 .hero-sub {
        font-size: 2.5rem;
    }
}

.slide2 .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.slide3 .slide-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Pastikan hamburger menu tetap berfungsi */
.menu-toggle {
    z-index: 1002;
}

/* Pastikan language selector tetap rapi */
.language-selector {
    display: flex;
    gap: 8px;
    margin-left: 20px;
    z-index: 1001;
}

.lang-btn {
    background: none;
    border: 1px solid #bf8415;
    color: #bf8415;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.lang-btn:hover,
.lang-btn.active {
    background: #bf8415;
    color: #ffffff;
} 