.centered-content {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
  }
  
  .content-image-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 30px;
  }
  
  .content-image-wrapper img {
    max-width: 100%;
    height: auto;
    max-height: 500px;
    transition: transform 0.3s ease;
  }
  
  .content-image-wrapper img:hover {
    transform: scale(1.05);
  }
  
  .card-title {
    text-align: center;
    width: 100%;
  }
  
  .flag-img {
    width: 80px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  
  .bar-merah {
    background-color: red;
    color: white;
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 30px;
  }
  
  .info-bar {
    background-color: transparent;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .info-bar .top-text {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
  }
  
  .info-bar .middle-text {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
  }
  
  .info-bar .bottom-text {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
  }
  
  .info-item {
    background: linear-gradient(to bottom, #ff4d4d, #cc0000, #f10f0f);
    color: white;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: bold;
    width: 220px;
    max-width: 500px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    margin: 0;
    border-radius: 1px;
    line-height: 1.4;
  }
  
  .info-item:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .info-item:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  
  .center-text {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
  }
  
  .shadow-bendera {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    transition: box-shadow 0.3s ease-in-out;
  }
  
  .shadow-bendera:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  }
  
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
  }
  
  body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background-color: #000;
  }
  
  .content {
    padding: 40px 20px;
  }
  
  .site-footer {
    margin-top: 50px;
    background-color: #000000;
    color: #fff;
    padding: 30px 0;
  }
  
  .footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
  }
  
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
  }
  
  .slider-wrapper {
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
    position: relative;
  }
  
  .slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .slider img {
    display: block;
    max-width: 100%;
    height: auto;
    flex-shrink: 0;
  }
  
  .olxtoto-banner-section {
    position: relative;
    width: 100%;
  }
  
  .navbar-custom {
    background-image: url('https://pub-3257185c27034889bae873333d7141dd.r2.dev/bg-navbar-olx3-1920x79.png'); /* contoh */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }