/********** Template CSS **********/
:root {
    --primary: #03933E;
    --secondary: #51CFED;
    --light: #F8F2F0;
    --dark: #060315;
    --white: #FFFFFF;
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Navbar ***/
.navbar {
    background-color: transparent !important;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.navbar.sticky-top.scrolled,
.navbar.sticky-top:hover {
    background-color: white !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.navbar.scrolled .navbar-light .navbar-nav .nav-link,
.navbar:hover .navbar-light .navbar-nav .nav-link {
    color: var(--dark);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
        color: var(--dark);
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar.scrolled .navbar-light .navbar-nav .nav-link::before,
    .navbar:hover .navbar-light .navbar-nav .nav-link::before {
        background: var(--primary);
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

.container-fluid.p-0.pb-5 {
    margin-top: -75px; /* Sesuaikan dengan tinggi navbar */
}

/* Untuk navbar transparan */
.navbar.sticky-top .navbar-light .navbar-nav .nav-link {
    color: #FFFFFF; /* Putih saat navbar transparan */
}

/* Saat navbar di-hover */
.navbar:hover .navbar-light .navbar-nav .nav-link:not(.active) {
    color: var(--dark); /* Berubah menjadi warna gelap untuk link yang tidak aktif */
}

/* Saat navbar di-scroll */
.navbar.scrolled .navbar-light .navbar-nav .nav-link:not(.active) {
    color: var(--dark); /* Berubah menjadi warna gelap untuk link yang tidak aktif */
}

/* Tetap mempertahankan warna primary untuk link aktif */
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

/* Tambahan hover effect */
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}

/* Saat navbar di-hover atau di-scroll */
.navbar.scrolled .navbar-nav .nav-link:not(.active),
.navbar.hovered .navbar-nav .nav-link:not(.active) {
    color: var(--dark) !important;
}

/* Navbar transparan */
.navbar .navbar-nav .nav-link {
    color: #FFFFFF;
    transition: color 0.3s ease;
}

/* Link aktif */
.navbar .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

/* Efek hover pada link */
.navbar .navbar-nav .nav-link:hover {
    color: var(--primary) !important;
}

/* Pastikan efek hover berlaku untuk semua kondisi navbar */
.navbar .navbar-nav .nav-link:hover {
    color: #28a745 !important; /* Hijau */
    transition: color 0.3s ease;
}

/* Pastikan warna default tetap putih untuk navbar transparan */
.navbar:not(.scrolled):not(.hovered) .navbar-nav .nav-link {
    color: #FFFFFF !important;
}

/* Efek hover hijau */
.navbar .navbar-nav .nav-link:hover:not(.active) {
    color: #28a745 !important;
    transition: color 0.3s ease;
}

/* Aturan khusus untuk link aktif dengan spesifisitas tinggi */
.navbar .navbar-nav .nav-link.active,
.navbar:not(.scrolled):not(.hovered) .navbar-nav .nav-link.active,
.navbar.scrolled .navbar-nav .nav-link.active,
.navbar.hovered .navbar-nav .nav-link.active {
    color: #28a745 !important;
}

/* Pastikan link aktif tetap hijau bahkan dalam kondisi navbar transparan */
.navbar-light .navbar-nav .nav-link.active {
    color: #28a745 !important;
}

/* Tambahan untuk memastikan hover effect pada berbagai kondisi navbar */
.navbar.sticky-top .navbar-nav .nav-link:hover,
.navbar.scrolled .navbar-nav .nav-link:hover,
.navbar.hovered .navbar-nav .nav-link:hover {
    color: #28a745 !important;
}

/*** Header ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/navbar4.JPG) center center no-repeat;
    background-size: cover;
    margin-top: -75px;
    height: 300px; 
}
@media (max-width: 768px) {
    .page-header {
        height: 200px; /* Untuk layar lebih kecil */
    }
}

@media (max-width: 480px) {
    .page-header {
        height: 100px; /* Untuk layar sangat kecil */
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.service-item a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 10px;
}

.team-item div.btn-slide span a:hover i {
    background: var(--secondary);
}

.service-item a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span {
    background: var(--secondary);
}

.testimonial-item img {
    max-width: 100% !important;
    height: auto !important;
    object-fit: unset !important;
  }

  .testimonial-item {
    display: flex;
    flex-direction: column; /* Atur tata letak vertikal */
    align-items: center; /* Pusatkan konten */
    text-align: center; /* Pastikan teks di tengah */
}

/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    animation: pulse 1s ease-out .5s;
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact-page {
        max-width: 100% !important;
    }

    .contact-page .contact-form  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-page .contact-form  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer {
    background: linear-gradient(rgba(6, 3, 21, .5), rgba(6, 3, 21, .5)), url(../img/map.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.full-height {
    height: 100vh; /* 100% of the viewport height */
}

.img-fluid.full-height {
    object-fit: cover; /* Ensures the image covers the entire height and width */
    width: 100%;
    height: 100%;
}

.overlay {
    background: rgba(6, 3, 21, 0.5); /* Dark semi-transparent background */
}

.navbar-logo-transparan {
    max-height: 280px; /* Adjust to the desired size */
    padding-top: 4px;
    width: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure the logo fits within the area */
    background-color: transparent; /* Transparent background */
    border: none; /* Remove any borders if present */
}
/* Set the maximum height for the logo */
.navbar-logo {
    max-height: 70px; /* Adjust to the desired size */
    padding-top: 4px;
    width: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensure the logo fits within the area */
}

/* Optional: Adjust padding or spacing for alignment */
.navbar-brand {
    padding: 0;
}

.smaller-text {
    font-size: 50px; /* Ubah sesuai keinginan (misalnya, 60% dari ukuran font default) */
}

.feature-item {
    align-items: flex-start; /* Pastikan teks sejajar dengan ikon */
}

.feature-icon {
    width: 60px; /* Tetapkan lebar konsisten untuk ikon */
    height: 60px; /* Tetapkan tinggi konsisten untuk ikon */
    font-size: 2.5rem; /* Ukuran font seragam untuk ikon */
    line-height: 60px; /* Ikon vertikal sejajar */
    text-align: center; /* Ikon berada di tengah */
    color: #2F3192; /* Warna ikon */
    flex-shrink: 0; /* Pastikan ikon tidak mengecil */
}

.feature-content {
    margin-left: 20px; /* Jarak antara ikon dan teks */
}

.feature-content h5 {
    margin-bottom: 5px; /* Kurangi jarak bawah untuk judul */
    font-weight: bold; /* Buat teks lebih tebal */
}

.feature-content p {
    margin: 0; /* Hilangkan margin default */
}

/* CSS untuk tombol */
.btn-green {
    background-color: #03933E; /* Warna dasar tombol */
    color: #ffffff; /* Warna teks */
    border: none; /* Hapus border */
    transition: background-color 0.3s ease; /* Animasi transisi */
    outline: none; /* Hapus outline bawaan */
}

.btn-green:focus {
    outline: none; /* Hapus outline merah saat fokus */
    box-shadow: none; /* Hapus bayangan fokus */
}

.btn-green:hover {
    background-color: #2F3192; /* Warna saat hover */
    color: #ffffff; /* Warna teks saat hover */
}

/* Optional: Efek fokus dengan box-shadow */
.btn-green:focus {
    box-shadow: 0 0 5px #2F3192; /* Efek fokus hijau ringan */
    outline: none; /* Hapus outline merah bawaan */
}
.main-image-container {
    width: 100%; 
    height: 400px; /* Atur tinggi sesuai kebutuhan Anda */
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #f8f9fa; /* Warna latar belakang netral */
    border-radius: 0.375rem; /* Sesuai dengan class rounded Bootstrap */
}

/* Styling untuk main image agar sesuai container */
#main-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Mempertahankan aspek rasio gambar */
}

#image-carousel {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    white-space: nowrap;
}

.gallery-img {
    cursor: pointer;
    transition: transform 0.2s, border 0.2s;
    width: 100px; /* Fixed width for thumbnails */
    height: 100px; /* Fixed height for thumbnails */
    object-fit: cover; /* Ensures image covers the area without distortion */
}

.gallery-img.active {
    border: 3px solid #2F3192;
    transform: scale(1.05);
}

.carousel {
    scrollbar-width: thin;
    scrollbar-color: #2F3192 transparent;
}

.carousel::-webkit-scrollbar {
    height: 8px;
}

.carousel::-webkit-scrollbar-thumb {
    background-color: #007bff;
    border-radius: 4px;
}
.partner-logo-slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.partner-logo-slide {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Menggunakan flex-start agar logo saling berdempetan */
    width: max-content; /* Memastikan lebar kontainer cukup untuk semua logo tanpa spasi berlebih */
    animation: slide 40s linear infinite;
}

.partner-logo {
    height: 100px; /* Ukuran logo */
    width: auto;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
    margin-right: 20px; /* Mengurangi jarak antar logo */
}

.partner-logo:last-child {
    margin-right: 0; /* Menghapus margin kanan pada logo terakhir */
}

.partner-logo:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .partner-logo {
        height: 40px; /* Ukuran logo lebih kecil di layar kecil */
    }
}
.company-info {
    list-style: none; /* Hilangkan bullet points */
    padding: 0;
    margin: 0;
  }
  
  .company-info li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px; /* Jarak antar item */
  }
  
  .company-info li strong {
    width: 280px; /* Lebar tetap untuk label */
    text-align: left; /* Sejajarkan teks label ke kiri */
  }
  
  .company-info li span {
    flex: 1; /* Isi span akan memanfaatkan sisa ruang */
    text-align: left; /* Sejajarkan teks span ke kiri */
  }
  .contact-image-frame {
    width: 150px; /* Sesuaikan ukuran yang diinginkan */
    height: 100px; /* Sesuaikan ukuran yang diinginkan */
    overflow: hidden; /* Potong bagian gambar yang lebih besar dari frame */
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9f9f9; /* Tambahkan warna latar opsional */
    border-radius: 5px; /* Tambahkan radius untuk estetika */
}

.contact-image-frame img {
    width: 100%; /* Buat gambar memenuhi frame secara horizontal */
    height: 100%; /* Buat gambar memenuhi frame secara vertikal */
    object-fit: cover; /* Pastikan gambar memenuhi frame tanpa merusak proporsi */
    border-radius: 5px; /* Tambahkan radius agar serasi dengan frame */
}
  .image-container {
    width: 200px;  /* Atur lebar tetap */
    height: 150px; /* Atur tinggi tetap */
    overflow: hidden; /* Memastikan gambar tidak keluar dari kontainer */
}

.object-fit-cover {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Memastikan gambar menutupi area tanpa merubah rasio aspek */
}
.vr {
    width: 2px;
    background-color: #ddd; /* Warna garis pembatas */
    height: auto;
}

h5 {
    font-size: 1.2rem;
    color: #03933E; /* Warna teks hijau untuk mencocokkan tema */
}

.text-secondary {
    font-size: 0.9rem;
    color: #6c757d; /* Warna abu-abu untuk teks ta;mbahan */
}

.empty-box {
    height: 75%; /* Tinggi 75% */
    background-color: transparent; /* Warna transparan */
    border: 0px dashed #ccc; /* Border untuk referensi visual */
    margin: 88px 0; /* Jarak atas-bawah */
}

.container-xxl .img-fluid {
    object-fit: cover;
    max-height: 300px; /* Atur tinggi maksimal gambar */
}
.container-xxl .row.g-3 img {
    width: 100%; /* Sesuaikan gambar agar responsif */
    height: auto; /* Pastikan proporsi tetap terjaga */
}

.certification-card img {
    /* width: 320px; Set width */
    height: 444px; /* Set height */
    object-fit: cover; /* Maintain aspect ratio while cropping excess */
    margin: 0 auto; /* Center align the image */
    display: block;
}
.certification-card {
    text-align: center;
}
.certification-card h5 {
    font-size: 18px;
    font-weight: 600;
}
.certification-card p {
    font-size: 14px;
    color: #6c757d;
}
.shadow {
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.contact-info {
    display: flex;
    align-items: flex-start;
  }
  
  .contact-info i {
    margin-right: 12px;
    font-size: 1.5rem;
    flex-shrink: 0;
  }
  
  .contact-info div {
    line-height: 1.5;
  }

  
  

  .page-title {
    text-align: center;
    color: var(--primary-blue);
    font-size: 2.5rem;
    margin-bottom: 2rem;
    font-weight: bold;
}

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

.philosophy-card, .operation-philosophy {
    background-color: white;
    border-radius: 15px;
    padding: 1.5rem;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.philosophy-card.show, .operation-philosophy.show {
    opacity: 1;
    transform: translateY(0);
}

.philosophy-card:hover, .operation-philosophy:hover {
    transform: scale(1.05);
}

.card-header {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 1rem;
}

.card-header i {
    font-size: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-header h2 {
    color: var(--primary-blue);
    font-size: 1.5rem;
    line-height: 1;
}

.card-content ul {
    list-style-type: none;
    color: #555;
}

.card-content li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 1.5rem;
}

.card-content li::before {
    content: '•';
    color: var(--primary-green);
    position: absolute;
    left: 0;
}

.operation-philosophy-wrapper {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.operation-philosophy {
    width: 50%;
}

@media (max-width: 768px) {
    .philosophy-grid {
        grid-template-columns: 1fr;
    }
    .operation-philosophy {
        width: 100%;
    }
}


/* team */

.team-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.team-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #0ea5e9, #3b82f6);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: -1;
}

.team-card:hover {
    transform: translateY(-10px);
}

.team-card:hover:before {
    opacity: 0.9;
}

.team-content {
    padding: 1.5rem;
}

.team-image {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.team-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.3s ease;
}

.team-card:hover .team-image img {
    transform: scale(1.1);
}

.team-info {
    text-align: center;
}

.team-info h5 {
    color: #1f2937;
    margin-bottom: 0.5rem;
    font-weight: 600;
    transition: all 0.3s ease;
}

.team-card:hover .team-info h5 {
    color: #ffffff;
}

.team-description {
    font-size: 0.9rem;
    color: #6b7280;
    margin: 0;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.team-card:hover .team-description {
    opacity: 1;
    transform: translateY(0);
    color: #ffffff;
}
/* 
.text-primary {
    color: #0ea5e9 !important;
} */

.team-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #0ea5e9, #3b82f6);
    transform: translateX(-50%);
    transition: all 0.3s ease;
}

.team-card:hover::after {
    width: 80%;
}

/* Gallery Grid Styling */
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px; /* Spasi antar gambar */
    padding: 10px;
}

/* Individual Gallery Item */
.gallery-item {
    overflow: hidden;
    border-radius: 12px; /* Sudut melengkung agar tidak kaku */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item:hover {
    transform: scale(1.05); /* Efek zoom lembut saat hover */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

/* Image Styling */
.gallery-item img {
    width: 100%;
    height: 200px; /* Tinggi tetap untuk memastikan ukuran seragam */
    object-fit: cover; /* Memastikan gambar tetap proporsional */
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1); /* Sedikit zoom pada gambar saat hover */
}

.highlight-contact {
    border-left: 5px solid #007bff;
    background-color: #f8f9fa;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 16px;
    border-radius: 8px;
}

.highlight-contact-icon {
    background-color: #007bff;
    color: #fff;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.highlight-contact h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    color: #6c757d;
}

.highlight-contact h3 {
    font-size: 24px;
    color: #2F3192;
    font-weight: bold;
    margin: 0;
}

.star-animation {
    opacity: 0;
    animation: fadeInStar 2.0s forwards;
}

@keyframes fadeInStar {
    to {
        opacity: 1;
    }
}


.equal-height-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
}

.service-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; /* Membuat tinggi seragam */
    min-height: 400px; /* Menyesuaikan minimum tinggi */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1); /* Opsional: efek shadow */
    border-radius: 8px; /* Opsional: sudut membulat */
    padding: 1rem; /* Ruang dalam */
}
