body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
}

h1 strong {
	font-weight: 900;
}
h2 {
	/* line-height: 20px; */
	
	margin: 0;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 20px;
	font-weight: bold;
	color: #50B498;
}
h3 {
	font-size: 16px;
	/* font-weight: 600; */
	color: #666;
}
h4 {
	color: #666;
	font-size: 25px;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 600;
	line-height: 20px;
	color: #666;
	font-size: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	color: #555;
	line-height: 24px;
	font-size: 18px;
}

a {
	color: #50B498;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	list-style: none;
}
hr {
	height: 2px;
	width: 60px;
	background: #50B498;
	position: relative;
	border: 0;
	margin: 30px 0 0 0;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 22px;
	color: #dddddd;
	font-weight: 700;
}
#menu a.navbar-brand i.fa {
	color: #50B498;
}
#menu.navbar-default .navbar-nav > li > a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    color: #dddddd;
    /* letter-spacing: 1px; Jarak antar huruf */
    padding: 11px 15px;  /* Tambahkan padding untuk ruang tambahan */
    text-decoration: none; /* Menghilangkan garis bawah pada tautan */
}
#menu.navbar-default .navbar-nav > li {
    margin: 5px 5px; /* Jarak antar item menu */
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #50B498;
}
.on {
	background-color: #222222 !important;
	padding: 5px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #50B498 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #50B498;
	border-color: #50B498;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	padding-bottom: 30px;
    font-size: 1.4em; /* Ukuran font untuk judul */
    color: #666; /* Warna teks */
    margin-bottom: 10px; /* Jarak bawah judul */
    list-style-type: none; /* Menghilangkan bullet dari <li> */
}

/* Home Style */
header {
	background: url(../img/header-bg.png) no-repeat bottom center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: rgba(255,255,255,0.5);
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 60px;
	padding: 0 4px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 250px;
}
.intro-text H1 {
	font-size: 50px;
	color: #eeeeee;
	font-weight: 600;
}
.color {
	color: #50B498;
	font-weight: 700;
}
.btn-default {
	color: #50B498;
	font-family: 'Open Sans', sans-serif;
	background-color: transparent;
	border: 1px solid #50B498;
	border-radius: 4px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #50B498;
	border: 1px solid #50B498;
	color: #eeeeee;
}
/* About Section */
#about-section {
	padding: 100px 0;
	background-color: #f6f6f6;
}
#collab-section-2 {
	padding: 100px 0;
	background-color: #fff;
}
#about-section h4 {
	border-bottom: 1px solid #50B498;
	padding-bottom: 20px;
	display: inline-block;
}
#about-section-2 h4 {
	border-bottom: 1px solid #50B498;
	padding-bottom: 20px;
	display: inline-block;
}
#contact-section h4 {
	border-bottom: 1px solid #50B498;
	padding-bottom: 20px;
	display: inline-block;
}
#about-section p {
	margin-bottom: 30px;
}
/* Team Section */
#team-section {
	padding: 100px 0;
}
.section-title.center {
	padding: 20px 0;
}
#team-section h3 {
	border-top: 1px solid #50B498;
	padding-top: 20px;
	display: inline-block;
}
img.team-img {
	width: 160px;
	height: 160px;
	border: 0;
	transition: all 0.5s;
	margin: 0;
	border-radius: 50%;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 0;
}
/* Services Section */
#services-section {
	padding: 100px 0;
}
#services-section h4 {
	border-bottom: 1px solid #50B498;
	padding-bottom: 20px;
	display: inline-block;
}
.space {
	margin-top: 60px;
}
#services-section i.fa {
	font-size: 36px;
	margin-right: 20px;
	color: #50B498;
	padding-bottom: 10px;
	display: block;
}
/* Gallery Section 
==============================*/
#works-section {
	padding: 100px 0;
	background-color: #fff;
}
#works-section-1 {
	padding-top: 100px;
	background-color: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
}
/* ul.cat li {
	display: inline-block;
} */
ol.type li {
	display: inline-block;
	margin-left: 20px;
}
ol.type li a {
	color: #555;
    font-size: 15px;
}
ol.type li a.active {
	color: #50B498;
	border-bottom: 1px solid #50B498;
	padding-bottom: 8px;
}
ol.type li a:hover {
	color: #50B498;
	border-bottom: 1px solid #50B498;
	padding-bottom: 8px;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 200px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding-top: 25%;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #f6f6f6;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
/* Contact Section */
#contact-section {
	padding: 100px 0;
	background-color: #f6f6f6;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #50B498;
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: transparent;
	border: 1px solid #50B498;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #50B498;
	font-size: 16px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #50B498;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 30px 0;
	background-color: #fff;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #50B498;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #666;
}
/* Footer */
#footer {
	background-color: #222222;
	color: #777;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #aaa;
}
#footer a:hover, #footer a:focus {
	text-decoration: none;
	color: #50B498;
}

@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
}

@media (max-width: 603px) {
#menu.navbar-default {
	background-color: rgba(0, 0, 0, 0.7);
}
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 15% 10%;
}
}

#bs-example-navbar-collapse-1 {
	margin-right: 15px;
	margin-top: 5px;
}

.services-container {
    display: flex;
    flex-direction: column; /* Mengatur arah kolom menjadi vertikal */
    align-items: center; /* Mengatur kolom agar sejajar di tengah */
    margin: 0; /* Menghapus margin default */
}

.row-1 {
    display: flex;
    width: 100%; /* Pastikan baris mengambil lebar penuh */
    flex-wrap: wrap; /* Membungkus kolom jika tidak muat dalam satu baris */
    justify-content: center; /* Mengatur kolom agar sejajar di tengah */
    margin: 15px 0; /* Jarak antar baris */
}

.service {
    margin: 10px; /* Tambahkan margin untuk jarak antar kolom */
    text-align: center; /* Rata tengah teks dalam kolom */
    flex: 0 0 18%; /* Mengatur lebar kolom, sesuaikan jika perlu */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Tambahkan bayangan untuk efek visual */
    padding: 20px; /* Tambahkan padding untuk ruang dalam kolom */
    background-color: #f9f9f9; /* Warna latar belakang kolom */
    border-radius: 5px; /* Sudut membulat */
    transition: transform 0.3s; /* Efek transisi saat hover */
    min-width: 200px; /* Minimum lebar kolom */
    max-width: 300px; /* Maksimum lebar kolom */
    display: flex; /* Menggunakan flexbox untuk konten dalam kolom */
    flex-direction: column; /* Mengatur arah konten menjadi kolom */
    align-items: center; /* Rata tengah konten secara horizontal */
    justify-content: space-between; /* Memberikan jarak yang sama antara elemen */
}

.service i {
    font-size: 40px; /* Ukuran ikon */
    margin-bottom: 10px; /* Jarak antara ikon dan judul */
}

.service h4 {
    margin: 10px 0; /* Jarak atas dan bawah untuk judul */
    font-size: 18px; /* Ukuran font untuk judul */
}

.service p {
    margin: 0; /* Menghapus margin default pada paragraf */
    font-size: 14px; /* Ukuran font untuk paragraf */
    line-height: 1.5; /* Jarak antar baris untuk paragraf */
}

.service img {
	margin-left: 15px;
    max-width: 100%; /* Memastikan gambar responsif */
    height: auto; /* Memastikan tinggi gambar otomatis */
    margin-bottom: 20px; /* Jarak antara gambar dan judul */
}

/* Responsif */
@media (max-width: 768px) {
    .service {
        flex: 0 0 45%; /* Lebar kolom pada layar kecil */
    }
}

@media (max-width: 480px) {
    .service {
        flex: 0 0 100%; /* Lebar kolom pada layar sangat kecil */
    }
}

.arrow-container {
    text-align: center; /* Menempatkan tanda panah di sebelah kanan */
    margin-top: 30px; /* Memberikan jarak antara konten dan tanda panah */
}

.arrow-link {
    font-size: 15px; /* Ukuran font untuk tanda panah */
    color: #50B498; /* Warna tanda panah */
    text-decoration: none; /* Menghilangkan garis bawah */
    transition: color 0.3s; /* Animasi saat hover */
}

.arrow-link:hover {
    color: #555; /* Warna saat hover */
}

.program-goals {
    list-style-type: decimal; /* Menampilkan angka */
    padding-left: 20px; /* Memberikan padding di sebelah kiri */
    margin-bottom: 30px; /* Menghilangkan margin default */
}

.program-goals li {
    margin-bottom: 8px; /* Jarak antar item dalam daftar */
    font-size: 18px; /* Ukuran font untuk item daftar */
    color: #555; /* Warna teks item daftar */
	padding: 0 2px; /* Memberikan padding horizontal untuk ruang tambahan */
}

.program-description {
    font-size: 18px; /* Ukuran font untuk paragraf */
    line-height: 1.6; /* Jarak antar baris untuk meningkatkan keterbacaan */
    color: #555; /* Warna teks paragraf */
    margin-bottom: 20px; /* Jarak bawah paragraf */
    text-align: justify; /* Meratakan teks di kedua sisi */
	padding: 0 2px; /* Memberikan padding horizontal untuk ruang tambahan */
}

#about-section-1 {
	background-color: #f6f6f6;
	padding-bottom: 100px;
}
#about-section-2 {
	padding: 100px 0;
	background-color: #f6f6f6;
}
#about-section-3 {
	padding: 100px 0;
	background-color: #f6f6f6;
}

.section-title-1 {
	padding-bottom: 15px;
}

.col-md-12 {
    margin-bottom: 20px; /* Jarak antar kolom */
    padding: 15px; /* Padding dalam kolom */
    border-radius: 5px; /* Sudut membulat */
}

.sub-title {
    font-size: 20px; /* Ukuran font untuk sub-judul */
    color: #666; /* Warna teks untuk sub-judul */
    margin-top: 15px; /* Jarak atas sub-judul */
    margin-bottom: 5px; /* Jarak bawah sub-judul */
}

.section-content {
	font-size: 18px;
    line-height: 1.6; /* Jarak antar baris dalam paragraf */
    color: #555; /* Warna teks paragraf */
    margin-bottom: 15px; /* Jarak bawah paragraf */
}

.partner-container {
    display: flex; /* Menggunakan flexbox untuk sejajar */
    align-items: center; /* Menyelaraskan item di tengah secara vertikal */
    padding: 15px; /* Padding di dalam kontainer */
    margin: 20px 0; /* Jarak antar elemen */
}

.img-rounded {
	margin-right: 30px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}

.text-content {
    flex: 1; /* Membuat konten teks mengambil sisa ruang */
}

.section-title-2 {
    font-size: 1.3em; /* Ukuran font untuk judul */
    color: #555; /* Warna teks */
    margin: 0; /* Menghilangkan margin default */
    list-style-type: none; /* Menghilangkan bullet dari <li> */
}

#team-section-2 {
	padding: 100px 0; /* Menambahkan padding atas dan bawah */
  }

  .row-2 {
	display: flex;
    width: 100%; /* Pastikan baris mengambil lebar penuh */
    flex-wrap: wrap; /* Membungkus kolom jika tidak muat dalam satu baris */
    justify-content: center; /* Mengatur kolom agar sejajar di tengah */
	gap: 10px;
  }
  
  .team {
	margin-bottom: 10px; /* Menambahkan margin bawah untuk jarak antar tim */
  }
  
  .thumbnail-2 {
	text-align: center; /* Memastikan teks di dalam thumbnail terpusat */
  }
  
  .team-img {
	width: 100%; /* Memastikan gambar responsif */
	height: auto; /* Memastikan gambar tidak terdistorsi */
  }

  .row-3 {
	display: flex;
    width: 100%; /* Pastikan baris mengambil lebar penuh */
    flex-wrap: wrap; /* Membungkus kolom jika tidak muat dalam satu baris */
    justify-content: center; /* Mengatur kolom agar sejajar di tengah */
	gap: 10px;
  }
  
  .team {
	margin-bottom: 10px; /* Menambahkan margin bawah untuk jarak antar tim */
  }
  
  .thumbnail-3 {
	text-align: center; /* Memastikan teks di dalam thumbnail terpusat */
  }

   #team-section-3 {
	padding: 100px 0;
	background-color: #f6f6f6;
   }

   #team-section-4 {
	padding: 100px 0;
	background-color: #f6f6f6;
   }

   #team-section-5 {
	padding: 100px 0;
	background-color: #fff;
   }
  
  .social {
	display: flex; /* Menggunakan flexbox untuk tata letak */
	justify-content: space-between; /* Menyebar elemen secara merata */
	align-items: center; /* Menyelaraskan elemen secara vertikal */
  }
  
  .social ul {
	list-style: none; /* Menghapus bullet dari daftar */
	padding: 0; /* Menghapus padding */
	margin: 0; /* Menghapus margin */
  }
  
  .social li {
	display: inline; /* Menampilkan item daftar secara horizontal */
  }
  
  .social a {
	text-decoration: none; /* Menghapus garis bawah dari tautan */
	color: #333; /* Warna teks tautan */
	font-size: 14px; /* Ukuran font untuk ikon */
  }
  
  .social a:hover {
	color: #50B498; /* Warna saat hover */
  }

  .thumbnail-2 {
    background-color: #ffffff; /* Warna latar belakang card */
    border-radius: 8px; /* Sudut membulat */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan untuk efek kedalaman */
    padding: 20px; /* Ruang di dalam card */
    text-align: center; /* Memusatkan teks */
    transition: transform 0.3s; /* Efek transisi saat hover */
}

  .thumbnail-3 {
    background-color: #f6f6f6; /* Warna latar belakang card */
    border-radius: 8px; /* Sudut membulat */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan untuk efek kedalaman */
    padding: 20px; /* Ruang di dalam card */
    text-align: center; /* Memusatkan teks */
    transition: transform 0.3s; /* Efek transisi saat hover */
}

  .team {
    flex: 1 1 18%; /* Mengatur lebar card agar 5 card bisa sejajar */
    margin: 10px; /* Ruang antara anggota tim */
    max-width: 200px; /* Maksimal lebar card */
}
  
.responsive-map {
    position: relative;
    width: 100%; /* Mengatur lebar kontainer menjadi 100% */
    overflow: hidden; /* Menghilangkan overflow */
}

.map-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* Mengatur lebar iframe menjadi 100% */
    height: 100%; /* Mengatur tinggi iframe menjadi 100% */
    border: 0; /* Menghilangkan border */
}

 .col-md-4 {
	margin-bottom: 45px;
 }


 		/* .container {
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.95);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 40px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        } */

        .section-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            color: #2c3e50;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 20px;
        }

        .section-title-1 {
            text-align: left;
            font-size: 2.5rem;
            font-weight: 700;
            color: #666;
            margin-bottom: 50px;
            position: relative;
            padding-bottom: 10px;
        }

        /* .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            border-radius: 2px;
        } */

        .partners-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
            gap: 30px;
            margin-top: 40px;
        }

        .partner-container {
            background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
            border-radius: 15px;
            padding: 30px;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            border: 1px solid rgba(0, 0, 0, 0.05);
            position: relative;
            overflow: hidden;
        }

        .partner-container::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: #50B498;
        }

        .partner-container:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
        }

        .card-content {
            display: flex;
            align-items: center;
            gap: 25px;
        }

        .image-container {
            position: relative;
            width: 120px;
            height: 120px;
            border-radius: 12px;
            overflow: hidden;
            background: white;
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
            border: 3px solid rgba(102, 126, 234, 0.1);
            cursor: pointer;
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .image-container:hover {
            transform: scale(1.05);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            border-color: rgba(102, 126, 234, 0.3);
        }

        .partner-image {
            width: 100%;
            height: 100%;
            object-fit: contain;
            transition: transform 0.3s ease;
        }

        .image-container:hover .partner-image {
            transform: scale(1.1);
        }

        .zoom-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(102, 126, 234, 0.8);
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            transition: opacity 0.3s ease;
            color: white;
            font-size: 1.5rem;
        }

        .image-container:hover .zoom-overlay {
            opacity: 1;
        }

        .text-content {
            flex: 1;
        }

        .partner-name {
            font-size: 18px;
            font-weight: 600;
            color: #666;
            margin-bottom: 15px;
            line-height: 1.4;
        }

        .partnership-date {
            display: inline-flex;
            align-items: center;
            font-size: 12px;
            color: #555;
            background: rgba(102, 126, 234, 0.1);
            padding: 10px 16px;
            border-radius: 25px;
            font-weight: 500;
        }

        .date-icon {
            margin-right: 10px;
            font-size: 1.1rem;
        }

        /* Lightbox Styles */
        .lightbox {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.9);
            z-index: 1000;
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .lightbox.active {
            display: flex;
        }

        .lightbox-content {
            max-width: 90%;
            max-height: 90%;
            position: relative;
            background: white;
            border-radius: 15px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            animation: lightboxZoom 0.3s ease;
        }

        @keyframes lightboxZoom {
            from {
                transform: scale(0.8);
                opacity: 0;
            }
            to {
                transform: scale(1);
                opacity: 1;
            }
        }

        .lightbox-image {
            width: 100%;
            height: auto;
            max-height: 80vh;
            object-fit: contain;
            display: block;
        }

        .lightbox-info {
            padding: 20px;
            background: #50B498;
            color: white;
            text-align: center;
        }

        .lightbox-title {
            font-size: 15px;
            font-weight: 600;
            margin-bottom: 8px;
        }

        .lightbox-date {
            font-size: 12px;
            opacity: 0.9;
        }

        .close-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            background: rgba(255, 255, 255, 0.2);
            border: none;
            color: white;
            font-size: 2rem;
            cursor: pointer;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }

        .close-btn:hover {
            background: rgba(255, 255, 255, 0.3);
            transform: scale(1.1);
        }

        .image-loading {
            display: none;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 40px;
            height: 40px;
            border: 3px solid rgba(102, 126, 234, 0.3);
            border-top: 3px solid #667eea;
            border-radius: 50%;
            animation: spin 1s linear infinite;
        }

        @keyframes spin {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }

        /* Mobile Responsive */
        @media (max-width: 768px) {
            .container {
                padding: 20px;
                margin: 10px;
            }

            .section-title {
                font-size: 2rem;
                margin-bottom: 30px;
            }

            .partners-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .partner-container {
                padding: 20px;
            }

            .card-content {
                flex-direction: column;
                text-align: center;
                gap: 20px;
            }

            .image-container {
                width: 100px;
                height: 100px;
            }

            .partner-name {
                font-size: 1.2rem;
            }

            .partnership-date {
                font-size: 0.9rem;
                padding: 8px 12px;
            }

            .lightbox-content {
                max-width: 95%;
                max-height: 95%;
            }

            .lightbox-info {
                padding: 15px;
            }

            .lightbox-title {
                font-size: 1.1rem;
            }

            .lightbox-date {
                font-size: 0.9rem;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 15px;
            }

            .section-title {
                font-size: 1.5rem;
            }

            .partner-container {
                padding: 15px;
            }

            .image-container {
                width: 80px;
                height: 80px;
            }

            .partner-name {
                font-size: 1rem;
            }

            .partnership-date {
                font-size: 0.8rem;
            }
        }

        /* Animation */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .partner-container {
            animation: fadeInUp 0.6s ease forwards;
        }