.about-hero {
    padding: 80px 10px;
    background-color: #ffffff;
}

.about-layout {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
    align-items: stretch;
}

/* Ilustrasi Kiri */
.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about-image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Konten Kanan */
.about-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 650px; /* Batasi lebar konten */
}

.about-title {
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
    color: #374151;
    margin: 0;
}

.about-description {
    font-size: 18px;
    line-height: 1.8;
    color: #4b5563;
    margin: 0;
    text-align: justify;
}

/* Quote Box */
.about-quote {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.quote-border {
    width: 5px;
    background-color: #2563eb;
    flex-shrink: 0;
}

.quote-text {
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
    font-style: italic;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {

    .about-layout {
        gap: 40px;
    }

    .about-title {
        font-size: 36px;
    }

    .about-description {
        font-size: 17px;
    }
}

@media (max-width: 768px) {

    .about-hero {
        padding: 60px 20px;
    }

    .about-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .about-image {
        order: -1; /* image pindah ke atas */
    }

    .about-image-wrapper {
        height: 340px; /* sama seperti who */
    }

    .about-title {
        font-size: 32px;
    }

    .about-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

    .about-hero {
        padding: 40px 15px;
    }

    .about-title {
        font-size: 26px;
    }

    .about-description {
        font-size: 15px;
    }

    .quote-text { 
        font-size: 14px; 
    }

    .about-image-wrapper {
        height: 190px; /* sama seperti who */
    }
}
/* ===== Siapa Kmai Section ===== */
.who-we-are {
    padding: 80px 0;
    overflow: hidden;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.who-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: stretch;
}

.who-label {
    font-size: 18px;
    font-weight: 600;
    color: #2563eb;
    margin-bottom: 12px;
    display: inline-block;
}

.who-intro {
    font-size: 18px;
    line-height: 1.8;
    color: #6b7280;
    margin-bottom: 30px;
    max-width: 630px;
    text-align: justify;
}

.who-title {
    font-size: 43px;
    font-weight: 800;
    line-height: 1.2;
    color: #111827;
    margin-bottom: 30px;
    max-width: 630px;
}

.who-description {
    font-size: 18px;
    line-height: 1.9;
    color: #374151;
    max-width: 100%;
    text-align: justify;
    margin: 0;
}

.who-image {
    display: flex;
    justify-content: center;
    align-items: center; 
    height: 100%;      
}

.who-image-wrapper {
    width: 100%;
    height: 100%;        /* custom tinggi desktop */
    overflow: hidden;
}

.who-image-wrapper img {
    width: 100%;
    height: 100%;        /* custom tinggi desktop */
    object-fit: cover;
    display: block;
}

.who-layout {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 60px;
    align-items: stretch;  /* ubah jadi stretch */
}

.who-content,
.who-image {
    height: 100%;
}

.who-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .who-we-are {
        padding: 5px;
    }

    .who-layout {
        gap: 40px;
    }

    .who-title {
        font-size: 32px;
    }

    .who-image-wrapper {
        max-width: 100%;
        height: 100%;   
    }
}

@media (max-width: 768px) {

    .who-we-are {
        padding: 60px 20px;
    }

    .who-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .who-image {
        order: -1;
        justify-content: center; /* center image di mobile */
    }

    .who-image-wrapper {
        max-width: 100%;
        height: 340px;  /* tinggi mobile */
    }

    .who-title {
        font-size: 32px;
    }

    .who-intro,
    .who-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .who-we-are {
        padding: 40px 15px;
    }
    .who-intro {
        font-size: 15px;
    }
    .who-title {
        font-size: 24px;
    }

    .who.description {
        font-size: 15px;
    }

    .who-image-wrapper {
        height: 190px;
    }
}

/* Apa yang kami percaya section */
.belief-section {
    background: #ffffff;
    padding: 75px 70px;
}

.belief-container {
    max-width: 1200px;
    margin: 0 auto;
}

.belief-header {
    text-align: center;
    max-width: 750px;
    margin: 0 auto 60px auto;
}

.belief-header h2 {
    font-size: 44px;
    font-weight: 800;
    color: #374151;
    margin-bottom: 20px;
}

.belief-header p {
    font-size: 18px;
    color: #6b7280;
    line-height: 1.8;
    margin: 0;
}

/* GRID */
.belief-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap:  60px 40px;
}

/* CARD */
.belief-card {
    background: #ffffff;
    padding: 30px 50px;
    border: 2px solid #e5e7eb;
    box-shadow: 0 10px 25px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: center;   /* ini yang bikin rata atas-bawah */
}

.belief-card h3 {
    font-size: 28px;
    color: #2563eb;
    margin-bottom: 10px;
    font-weight: 750;
}

.belief-card p {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1024px) {
    .belief-section {
        padding: 70px 25px;
    }

    .belief-header h2 {
        font-size: 36px;
    }

    .belief-grid {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .belief-section {
        padding: 70px 35px;
    }

    .belief-grid {
        grid-template-columns: 1fr;
    }

    .belief-header h2 {
        font-size: 30px;
    }

    .belief-header p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .belief-section {
        padding: 50px 25px;
    }

    .belief-card {
        padding: 30px;
    }

    .belief-header h2 {
        font-size: 24px;
    }
}

















/* === visi misi section === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background-color: #f5f5f5;
    padding: 40px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Content Section */
.content-section {
    background-color: #f0f0f0;
    border-radius: 30px;
    padding: 80px 60px;
    text-align: center;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-section h2 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000;
}

.content-section p {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 768px) {
    .tab-container {
        padding: 5px;
        gap: 6px;
    }

    .tab-button {
        padding: 10px 30px;
        font-size: 16px;
    }

    .content-section {
        padding: 50px 30px;
        min-height: 300px;
    }

    .content-section h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .content-section p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    body {
        padding: 20px 15px;
    }

    .tab-container {
        padding: 4px;
        gap: 4px;
    }

    .tab-button {
        padding: 8px 20px;
        font-size: 14px;
    }

    .content-section {
        padding: 40px 20px;
        border-radius: 20px;
    }

    .content-section h2 {
        font-size: 24px;
    }

    .content-section p {
        font-size: 14px;
    }
}

/* === Contact Section === */
.contact-section {
    padding: 5px;
    padding-top: 70px;
    background-color: #f9fafb;
}

.contact-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 20px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Tab Navigation */
.tab-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.tab-container {
    background-color: #e8e8e8;
    border-radius: 50px;
    padding: 6px;
    display: inline-flex;
    gap: 8px;
}

.tab-button {
    padding: 12px 45px;
    font-size: 18px;
    font-weight: 600;
    border: none;
    background-color: transparent;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 50px;
}

.tab-button.active {
    background-color: #2563eb;
    color: white;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
}

.tab-button:hover:not(.active) {
    color: #333;
}

/* Info Box Kiri */
.contact-info {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
    padding: 40px 40px;
    color: white;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.tittle-contact p {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 -10px 0;
}

.contact-title {
    font-size: 36px;
    font-weight: 750;
    margin-bottom: 30px;
    text-align: center;
}

.contact-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 50px;
    opacity: 0.95;
    text-align: justify;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.contact-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: -10px;
}

.contact-item svg {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: white;
    margin-top: 2px;
}

.contact-text {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    text-align: justify;
}

.contact-link {
    font-size: 15px;
    color: white;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.contact-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Map Kanan */
.contact-map {
    background-color: #e5e7eb;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    min-height: 500px;
    border: 0; 
}

.contact-map.active {
    display: block;
}


/* Responsive Design */
@media (max-width: 1024px) {
    .contact-section {
        padding-top: 35px;
    }
    .contact-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .contact-info {
        padding: 30px;
        padding-top: 50px;
    }

    .contact-map {
        min-height: 400px;
    }
}

@media (max-width: 768px) {
    .contact-section {
        padding:15px;
        padding-top: 60px;
    }

    .contact-layout {
        gap: 20px;
    }

    .contact-title {
        font-size: 26px;
    }

    .contact-description {
        font-size: 15px;
        margin-bottom: 40px;
    }

    .contact-info {
        padding: 40px 25px;
    }

    .contact-map {
        min-height: 350px;
    }

    .contact-icon {
        width: 20px;
        height: 20px;
    }
}

@media (max-width: 480px) {
    .contact-title {
        font-size: 22px;
    }

    .contact-description {
        font-size: 14px;
    }

    .contact-info {
        padding: 30px 20px;
    }

    .contact-text,
    .contact-link {
        font-size: 14px;
    }

    .contact-map {
        min-height: 300px;
    }

    .contact-icon {
        width: 18px;
        height: 18px;
    }

    .tab-button{
        padding: 10px 25px;
        font-size: 14px;
    }
}











































/* === Modul ERP Section === */
.modul-erp {
    padding: 80px 20px;
    background-color: #ffffff;
}

.section-title {
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 60px;
    color: #000;
}

.erp-layout {
    display: grid;
    grid-template-columns: 400px 1fr;
    gap: 60px;
    max-width: 1400px;
    margin: 0 auto;
}

/* Menu Kiri */
.erp-menu {
    background-color: #f5f5f5;
    border-radius: 20px;
    padding: 30px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: fit-content;
}

.menu-item {
    padding: 20px 30px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    border: none;
    background-color: transparent;
    color: #666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-left: 4px solid transparent;
}

.menu-item:hover {
    background-color: rgba(37, 99, 235, 0.05);
    color: #333;
}

.menu-item.active {
    background-color: #2563eb;
    color: white;
    border-radius: 12px;
    margin: 0 15px;
    border-left: 4px solid #2563eb;
}

/* Konten Kanan */
.erp-content {
    position: relative;
}

.module-content {
    display: none;
    animation: fadeIn 0.3s ease;
}

.module-content.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.module-preview {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.preview-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.module-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000;
}

.module-description {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 30px;
    text-align: justify;
}

.btn-detail {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #2563eb;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-detail:hover {
    gap: 12px;
    color: #1d4ed8;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .erp-layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .erp-menu {
        order: 2;
    }

    .erp-content {
        order: 1;
    }
}

@media (max-width: 768px) {
    .section-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .menu-item {
        padding: 16px 20px;
        font-size: 16px;
    }

    .module-preview {
        padding: 20px;
        min-height: 250px;
    }

    .module-title {
        font-size: 28px;
    }

    .module-description {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .modul-erp {
        padding: 40px 15px;
    }

    .section-title {
        font-size: 24px;
    }

    .menu-item {
        font-size: 14px;
        padding: 14px 18px;
    }

    .module-title {
        font-size: 22px;
    }

    .module-description {
        font-size: 14px;
    }
}