@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: 'RalewayBlack';
    src: url('/assets/font/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'RalewayBlackBold';
    src: url('/assets/font/Raleway-ExtraBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'RalewayBlackSemiBold';
    src: url('/assets/font/Raleway-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'RalewayBlack', sans-serif;
}

html {
    scroll-behavior: smooth;
}

.highlight {
    background-color: yellow;
}

.current {
    background-color: orange;
}

.menu-container ul li.menu-active {
    font-weight: bold;
    font-size: 1.2rem;

}

.about-2 .support-brand {
    font-size: .6rem;
    font-weight: bold;
}


/* Navbar */
nav {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #057b7c;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* Hamburger Button - Hidden di desktop */
.hamburger {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0 1.5rem;
    align-items: center;
    z-index: 12;
}

/* Close Button di dalam menu */
.close-menu {
    display: none;
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 13;
}

/* Overlay untuk mobile/tablet */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.overlay.active {
    display: block;
    opacity: 1;
}

nav .logo {
    background-color: white;
    width: 33.33%;
    padding: 0 2.3rem;
    display: flex;
    align-items: center;
}

nav .logo img {
    width: 8rem;
}

nav .menu-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    z-index: 12;
    position: relative;
}

nav ul {
    display: flex;
    gap: 2rem;
    padding: 0 3.5rem;
    list-style: none;
    align-items: center;
    text-align: end;
    text-transform: uppercase;
    color: white;
    /* font-weight: 600; */
    font-size: 1rem;
    flex: 1;
}

nav ul li {
    cursor: pointer;
}

nav ul li.font-bold {
    /* font-weight: bold; */
}

.search-container {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    /* padding: 0 2.3rem; */
}

.search-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    padding: 0.3rem 0.75rem;
    border-radius: 9999px;
    background-color: white;
}

.search-box input {
    border: none;
    outline: none;
}

.search-box i {
    color: #057b7c;
}

/* Section */
section {
    min-height: 100vh;
    display: flex;
    padding-left: 3.3rem;
    padding-right: 3.3rem;
    align-items: flex-start;
    padding-top: 60px;
}


.home {
    padding-top: 80px;
    padding-left: 3.3rem;
}

.home {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: relative;
}

.home h1 {
    font-size: 3.2rem;
    padding-top: 70px;
    font-family: 'RalewayBlackBold', sans-serif;
}

.home h1 .text-unique {
    color: #057b7c;
    font-weight: bold;
}

.home p {
    font-size: .9rem;
    line-height: 1.5rem;
    color: black;
    font-family: 'RalewayBlack', sans-serif;
    text-align: justify;
    font-weight: 400;
}

.home .sub-sec {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.home .graphic-r {
    width: 32%;
    position: relative;
    height: 100vh;
}

.home .graphic-r .top {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -20%);
    opacity: .8;
}

.home .graphic-r .center {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.home .graphic-r .bottom {
    width: 20px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.graphic-c {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 80%;
    height: 250px;
    background-color: #057b7c;
    z-index: -1;
    display: flex;
    align-items: center;
}

.bro-container button {
    position: absolute;
    bottom: 90px;
    left: 0;
    padding: 0.7rem 1.5rem;
    text-transform: uppercase;
    border: none;
    border-radius: 9999px;
    color: #057b7c;
    background-color: white;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.graphic-c button {
    position: absolute;
    bottom: 20px;
    left: 57%;
    padding: 0.7rem 1.5rem;
    text-transform: uppercase;
    border: none;
    border-radius: 9999px;
    color: #057b7c;
    background-color: white;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.graphic-c img {
    padding-left: 3.3rem;
    width: 450px;
}

.graphic-b {
    position: absolute;
    bottom: 0;
    left: 0;
}

.graphic-b img {
    width: 220px;
}

.home .bro-container {
    position: relative;
    display: inline-block;
    width: 25%;
    padding-top: 90px;
}

.home .bro {
    width: 100%;
    height: 100%;
    filter: brightness(1.1);
    display: block;
}

/* Bayangan kaki */
.home .bro-container::after {
    content: "";
    position: absolute;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 25px;
    background: radial-gradient(ellipse at center,
            rgba(0, 0, 0, 0.70) 0%,
            rgba(0, 0, 0, 0) 90%);
    filter: blur(6px);
    z-index: 5;
    pointer-events: none;
}

/* Icon sederhana pengganti bootstrap */
.search-icon {
    font-weight: bold;
}

.about,
.about-2 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.about .title {
    font-size: 2rem;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: stretch;
}

.about .title h1 {
    margin: 0;
}

.about .title hr {
    width: 2px;
    border: none;
    background: #057b7c;
    border-radius: 5px;
    height: auto;
    align-self: stretch;
}

.about .title ul {
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 10px;
    font-size: .7rem;
    font-weight: bold;
    text-transform: uppercase;
}

.about h1 span {
    color: #057b7c;
}

.about .title h1 {
    font-family: 'Playfair Display', serif;
    color: #f27525;
    font-size: 4.3rem;
    font-weight: bolder;
    line-height: 4rem;
}

.about .content {
    display: flex;
    flex-direction: row;
    gap: 4rem;
}

.about .content .desc {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.about .desc p {
    line-height: 1.5rem;
    color: #333333;
    font-family: 'RalewayBlack', sans-serif;
    text-align: justify;
}

.about .content .visi-misi {
    width: 29%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.about .content .visi-misi div {
    display: flex;
    flex-direction: column;
    gap: .7rem;
}

.about .content .visi-misi div p {
    color: #333333;
    text-align: justify;
}

.about-2 {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    align-items: stretch;
    min-height: 80vh;
}

.about-2 .main {
    flex: 1 1 0%;
    background-image: url('../assets/minimalist.png');
    background-size: cover;
    background-position: center;
}

.about-2 .support-brand {
    width: 42%;
}

.about-2 .grid-col {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 16px;
}

.about-2 .grid-col img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.menu-container ul li {
    color: white;
    /* border: 1px solid white; */
}

.desktop-only {
    display: flex;
}

.tablet-mobile {
    display: none;
}

.portfolio {
    display: flex;
    flex-direction: row;
    padding-top: 150px;
}

.portfolio .portfolio-text {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.portfolio-text h2 {
    color: #000;
}

/* .portfolio-text h1 {
    color: 
} */

.portfolio .portfolio-video {
    width: 70%;
}

.portfolio .portfolio-video iframe {
    height: 450px;
    width: 100%;
    font-style: none;
}

.portfolio-text{
    display: flex;
    flex-direction: column;
    gap: 1px;
}


.portfolio-text h2 {
    font-size: 3rem;
    font-family: 'RalewayBlackBold', sans-serif;
    color: #000000;
    font-weight: bold;
    font-style: bold;
}

.portfolio-text h1 {
    font-size: 3rem;
    font-family: 'RalewayBlackBold', sans-serif;
    color: #057b7c;
    font-weight: bolder;
}



.portfolio-2 .grid{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 70%;
    font-family: "RalewayBlackSemiBold", sans-serif;
}

.portfolio-2 .grid h4{
    font-size: 1rem;
    font-style: italic;
}

.portfolio-2 .grid ul{
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    gap: .5rem;
    padding: 0.5rem 0rem;
}

.portfolio-2 .grid ul li{
    margin-left: .5rem;
    font-size: .4rem;
    /* font-weight: 400; */
}

.portfolio-2 {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: stretch;
    min-height: 80vh;
    position: relative;
    width: 100%;
}

/* === Graphic Layer Atas (t) === */
.portfolio-2 .graphic-t {
    position: absolute;
    top: 0;
    right: 0;
    width: 40%; /* lebih panjang dari .graphic-r */
    display: flex;
    justify-content: flex-end;
    z-index: 11; /* di bawah .graphic-r */
    margin-right: 200px;
    border-bottom: 5px solid #f27525;
}

.portfolio-2 .graphic-t img.top {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: brightness(.6);
}

/* === Graphic Layer Bawah (r) === */
.portfolio-2 .graphic-r {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    display: flex;
    justify-content: flex-end;
    margin-right: 0px;
    z-index: 12; /* di atas .graphic-t */
}

.portfolio-2 .graphic-r img.bottom {
    width: 100%;
    height: auto;
    object-fit: cover;
}


/* ------------------- */
/* Seksi Contact */
/* ------------------- */

.contact {
    /* 1. Background Image (GANTI DENGAN GAMBAR KUNING ANDA) */
    /* Pastikan path ini benar! '..' artinya keluar dari folder css */
    background-image: url('../assets/contact/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    /* 2. Posisi & Tinggi */
    position: relative; 
    /* min-height: 100vh; Tinggi bisa disesuaikan */
    padding: 0;
}

/* CATATAN: Di layout ini, Anda TIDAK PERLU overlay gelap.
  Teksnya berwarna putih di atas background kuning cerah.
*/

/* 5. Wrapper Konten (Pembungkus logo & info) */
.contact-content-wrapper {
    display: flex;
    justify-content: end;
    align-items: flex-start;
    padding: 0;
    width: 80%; /* Lebar wrapper */
    margin:  0 auto; /* Pusatkan horizontal */
    color: white; /* Warna teks default */
    margin-top: 30px;
}

/* 6. Kolom Kiri (Logo) */
.contact-logo {
    min-width: 200px;
    padding-bottom: 100px;

}
.contact-logo img {
    width: 200px; /* Ukuran logo */
    margin-bottom: 1rem;
}
.logo-text .pt-name {
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0;
}
.logo-text .pt-tagline {
    /* Gunakan font "cantik" Anda */
    font-family: "Playfair Display", serif; 
    font-style: italic;
    font-size: 1.1rem;
    margin: 0;
    opacity: 0.9; 
}


/*  */

.contact-info ul {
    list-style: none; /* Hapus bullet points */
    padding: 0;
    margin: 0;
}

.contact-info li {
    display: flex; /* Buat ikon & teks sejajar */
    align-items: center; /* Rata atas */
    gap: 20px; /* Jarak antara ikon & teks */
}

/* 8. Ikon Kontak (dari Bootstrap Icons) */
.contact-info i {
    font-size: 1rem; /* Ukuran ikon */
    color: white;
    margin-top: 5px; /* Sesuaikan posisi vertikal */
}

.contact-info .loc{
    margin-bottom: 25px;
}

/* 9. Teks Kontak */
.info-text strong {
    font-size: .8rem;
    font-weight: 800;
    margin-bottom: 8px;
    display: block; /* Agar pindah baris */
    font-family: "RalewayBlackBold  ", sans-serif;
}


.info-text{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-text p {
    font-size: .8rem;
    margin: 0;
    line-height: 1.6;
    font-family: "RalewayBlackBold", sans-serif;
}

/* 10. Responsif (agar rapi di mobile) */
@media (max-width: 900px) {
    .contact-content-wrapper {
        flex-direction: column; /* Susun ke bawah */
        gap: 40px;
        width: 90%;
    }
    
    .contact-logo, .contact-info {
        flex: 1; /* Reset flex */
        width: 100%;
    }

    .contact-logo {
        text-align: center; /* Tengahkan logo */
    }

    .contact-info i {
        font-size: 1.8rem; /* Kecilkan ikon */
    }
    .info-text p, .info-text strong {
        font-size: 1rem; /* Kecilkan font */
    }
}

/* .contact .background {
    display: flex;
    width: 100%;
    height: 100%;
    filter: brightness(.9);
} */

/* style.css */

/* Style untuk teks yang ditemukan */
mark.highlight {
    background-color: yellow;
    color: black;
    border-radius: 3px;
    padding: 0 2px;
}

/* ==========================================
   RESPONSIVE STYLES - MOBILE & TABLET
   ========================================== */

/* Tablet - 1024px ke bawah */
@media (max-width: 1024px) {

    /* Show Hamburger */
    .hamburger {
        display: flex;
    }

    /* Hide Desktop Menu */
    .desktop-only {
        display: none;
    }

    .tablet-mobile {
        display: flex;
    }

    /* Navbar adjustments */
    nav {
        justify-content: flex-start;
        padding: 0;
        z-index: 20;
    }

    nav .logo {
        width: auto;
        padding: 0.8rem 1.5rem;
        margin-right: auto;
    }

    nav .logo img {
        width: 6rem;
    }

    /* Sliding Menu dari kiri */
    nav .menu-container {
        position: fixed;
        top: 0;
        right: -100%;
        width: 33.33%;
        /* 1/3 layar untuk tablet */
        height: 100vh;
        background-color: #057b7c;
        color: white;
        flex-direction: column;
        transition: right 0.3s ease;
        z-index: 21;
        overflow-y: auto;
        padding-top: 3rem;
    }


    nav .menu-container.active {
        right: 0;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 2.5rem;
        right: 1.2rem;
        z-index: 22;
    }

    nav ul {
        flex-direction: column;
        padding: 0 1.5rem;
        gap: 1.5rem;
        font-size: 1.1rem;
        align-items: flex-start;
        padding-bottom: 2rem;
        margin-top: 5rem;
    }

    .search-container {
        width: 100%;
        /* padding: 0 1.5rem 2rem; */
        justify-content: flex-start;
    }

    .search-box {
        width: 100%;
    }

    /* Home Section - sama seperti mobile */
    .home {
        flex-direction: column;
        padding: 130px 2rem 2rem;
        min-height: auto;
    }

    .home h1 {
        font-size: 2.5rem;
        padding-top: 30px;
        text-align: center;
        line-height: 2.8rem;
    }

    .home p {
        font-size: 0.95rem;
        line-height: 1.6rem;
        text-align: center;
    }

    .home .sub-sec {
        order: 1;
        margin-bottom: 2rem;
    }

    .home .bro-container {
        order: 2;
        width: 50%;
        margin: 0 auto 2rem;
        padding-top: 0;
    }

    .home .bro-container::after {
        bottom: 10px;
        width: 75%;
    }

    .home .graphic-r {
        display: none;
    }

    .graphic-c {
        position: relative;
        order: 3;
        width: 100%;
        height: auto;
        padding: 2.5rem 2rem;
        bottom: 0;
        flex-direction: column;
        gap: 1.5rem;
    }

    .graphic-c img {
        padding-left: 0;
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .bro-container button,
    .graphic-c button {
        position: relative;
        left: 0;
        bottom: 0;
        align-self: center;
        padding: 0.8rem 1.8rem;
        font-size: 1rem;
    }

    .graphic-b {
        display: none;
    }

    /* About Section */
    section {
        padding: 60px 2rem;
        min-height: auto;
    }

    .about .title {
        flex-direction: row;
        gap: 1.5rem;
        width: 100%;
        justify-content: space-between;
    }

    .about .title h1 {
        font-size: 3.5rem;
        line-height: 3.2rem;
        text-align: center;
    }

    /* .about .title hr {
        width: 100%;
        height: 2px;
    } */

    .about .title ul {
        padding-left: 0;
        align-items: center;
        text-align: center;
        font-size: 0.8rem;
    }

    .about .content {
        flex-direction: column;
        gap: 2.5rem;
    }

    .about .desc p {
        font-size: 0.95rem;
        line-height: 1.6rem;
    }

    .about .content .visi-misi {
        width: 100%;
    }

    .about .content .visi-misi div h1 {
        font-size: 1.6rem;
    }

    .about .content .visi-misi div p {
        font-size: 0.95rem;
        line-height: 1.6rem;
    }

    /* About-2 Section */
    .about-2 {
        flex-direction: column;
        min-height: auto;
    }

    .about-2 .main {
        min-height: 350px;
    }

    .about-2 .support-brand {
        width: 100%;
    }

    .about-2 .grid-col {
        grid-template-columns: repeat(4, 1fr);
        gap: 25px;
        padding: 20px;
    }

    .portfolio{
        flex-direction: column;
        padding-top: 0;
    }

    .portfolio .portfolio-video{
        width: 100%;
        margin-top: 20px;
    }

    .portfolio .portfolio-text{
        gap: 1px;
    }

    .portfolio-2 .graphic-r,
    .portfolio-2 .graphic-t{
        display: none;
    }

    .portfolio-2 .grid{
        flex-wrap: wrap;
        gap: 1rem;
    }

    .contact .background {
        display: flex;
        width: 100%;
        height: 100%;
    }
    

}
/* Mobile - 768px ke bawah */
@media (max-width: 768px) {

    /* Menu full screen untuk mobile */
    nav .menu-container {
        width: 100%;
        /* Full layar untuk mobile */
    }

    nav .logo img {
        width: 5.5rem;
    }

    nav ul {
        font-size: 1rem;
        gap: 1.3rem;
        align-items: center;
    }


    .home {
        padding: 70px 1.5rem 1.5rem;
    }

    .home h1 {
        font-size: 2rem;
        line-height: 2.3rem;
        padding-top: 20px;
    }

    .home p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .home .bro-container {
        width: 60%;
    }

    .home .bro-container::after {
        bottom: 0;
    }

    .graphic-c {
        padding: 2rem 1.5rem;
    }

    .graphic-c img {
        max-width: 300px;
    }

    .bro-container button,
    .graphic-c button {
        padding: 0.7rem 1.5rem;
        font-size: 0.95rem;
    }

    /* About Section */
    section {
        padding: 50px 1.5rem;
    }

    .about .title h1 {
        font-size: 2.8rem;
        line-height: 2.6rem;
    }

    .about .title ul {
        font-size: 0.75rem;
    }

    .about .desc p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .about .content .visi-misi div h1 {
        font-size: 1.5rem;
    }

    .about .content .visi-misi div p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }

    .about-2 .main {
        min-height: 300px;
    }

    .about-2 .grid-col {
        gap: 20px;
        padding: 16px;
    }
}

/* Mobile - 480px ke bawah */
@media (max-width: 480px) {

    /* Navbar */
    .hamburger {
        font-size: 1.6rem;
        padding: 0 1rem;
    }

    nav .logo {
        padding: 0.7rem 1rem;
    }

    nav .logo img {
        width: 4.5rem;
    }

    nav ul {
        font-size: 0.95rem;
        gap: 1.2rem;
        padding: 1.5rem 1.2rem;
        margin-top: 0;
        width: 100%;
    }

    nav .menu-container .close-menu {
        top: 2rem;
        right: .8rem;
    }

    .search-box {
        width: 100%;
        padding: 0.4rem 0.9rem;
    }

    .search-box input {
        font-size: 0.9rem;
    }

    /* Home Section */
    .home {
        padding: 100px 1rem 1rem;
    }

    .home h1 {
        font-size: 1.7rem;
        line-height: 2rem;
        padding-top: 15px;
    }

    .home p {
        font-size: 0.85rem;
        line-height: 1.45rem;
    }

    .home .bro-container {
        width: 70%;
        margin-bottom: 1.5rem;
    }

    .graphic-c {
        padding: 1.8rem 1rem;
        gap: 1.2rem;
    }

    .graphic-c img {
        max-width: 250px;
    }

    .bro-container button,
    .graphic-c button {
        padding: 0.65rem 1.3rem;
        font-size: 0.9rem;
    }

    /* About Section */
    section {
        padding: 40px 1rem;
    }

    .about .title {
        gap: 1.2rem;
    }

    .about .title {
        flex-direction: column;
    }

    .about .title hr {
        width: 100%;
        height: 2px;
    }

    .about .title h1 {
        font-size: 2.3rem;
        line-height: 2.2rem;
    }

    .about .title ul {
        font-size: 0.7rem;
        gap: 0.4rem;
    }

    .about .content {
        gap: 2rem;
    }

    .about .desc p {
        font-size: 0.85rem;
        line-height: 1.45rem;
    }

    .about .content .visi-misi {
        gap: 1.3rem;
    }

    .about .content .visi-misi div {
        gap: 0.6rem;
    }

    .about .content .visi-misi div h1 {
        font-size: 1.4rem;
    }

    .about .content .visi-misi div p {
        font-size: 0.85rem;
        line-height: 1.45rem;
    }

    /* About-2 Section */
    .about-2 .main {
        min-height: 220px;
    }

    .about-2 .grid-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        padding: 12px;
    }
}

/* Extra Small Mobile - 360px ke bawah */
@media (max-width: 360px) {
    .hamburger {
        font-size: 1.5rem;
    }

    nav .logo img {
        width: 4rem;
    }

    nav ul {
        font-size: 0.9rem;
        gap: 1rem;
    }

    .home h1 {
        font-size: 1.5rem;
        line-height: 1.8rem;
    }

    .home p {
        font-size: 0.8rem;
        line-height: 1.35rem;
    }

    .home .bro-container {
        width: 75%;
    }

    .about .title h1 {
        font-size: 2rem;
        line-height: 1.9rem;
    }

    .about .title ul {
        font-size: 0.65rem;
    }

    .graphic-c img {
        max-width: 220px;
    }

    .bro-container button,
    .graphic-c button {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }

    .about .desc p {
        font-size: 0.8rem;
        line-height: 1.35rem;
    }

    .about .content .visi-misi div h1 {
        font-size: 1.3rem;
    }

    .about .content .visi-misi div p {
        font-size: 0.8rem;
        line-height: 1.35rem;
    }

    .about-2 .main {
        min-height: 180px;
    }

    .about-2 .grid-col {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        padding: 10px;
    }
}

/* Landscape Mode untuk Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .home {
        min-height: auto;
        padding-top: 70px;
    }

    .home h1 {
        padding-top: 10px;
        font-size: 1.8rem;
    }

    .home .bro-container {
        width: 35%;
        margin-bottom: 1rem;
    }
}
