 body {
      
      font-family: Arial, sans-serif;
    }
    
    .custom-container {
      width: 100%;
        background-color: #D4D3DB;
      padding: 0px 180px; /* Wide left-right padding for desktop */
    }

    .header-logo {
      height: auto;
      max-width: 100%;
    }

    .logo-container {
      flex-shrink: 0; /* Prevent logo from shrinking */
      width: auto; /* Let logo determine width */
      padding-right: 20px; /* Spacing between logo and right content */
    }

    .info-block {
      width: 100%; /* Take remaining space */
      margin-left: auto;
    }

    .top-info {
      font-size: 14px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 20px;
      flex-wrap: wrap;
      margin-top: 20px;
    }

    .flag-icon {
      width: 24px;
      height: 16px;
      background: linear-gradient(to bottom, red 50%, white 50%);
      border: 1px solid #000;
    }

    .divider {
      height: 1px;
      background-color: #333;
      margin: 5px 0 10px;
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .nav-menu {
      display: flex;
      gap: 65px; /* Large spacing between menu items */
      justify-content: end;
      flex-wrap: wrap;
    }

    .nav-link-custom {
      color: black;
      text-decoration: none;
      font-weight: bold;
      font-size: 14px;
    }

    .nav-link-custom:hover {
      text-decoration: underline;
    }

    /* Mobile styles */
    @media (max-width: 992px) {
      .custom-container {
        padding: 0 15px;
      }
      
      .main-content {
        flex-wrap: wrap; /* Allow items to wrap on mobile */
      }
      
      .logo-container {
        width: 100%; /* Full width for logo on mobile */
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 0;
        margin-bottom: 10px;
      }
      
      .header-logo {
        max-height: 50px; /* Control logo size on mobile */
      }
      
      .top-info {
        display: none;
      }
      
      .divider {
        display: none;
      }
      
      .nav-menu {
        display: none;
      }
      
      .navbar-collapse {
        background-color: #f5f5f5;
        padding: 15px;
        margin-top: 10px;
      }
      
      .navbar-nav {
        gap: 15px;
      }
      
      .navbar-toggler {
        border: none;
        padding: 0;
      }
      
      .navbar-toggler:focus {
        box-shadow: none;
      }
      
      .info-block {
        width: 100%;
      }
    }
    

  .arasindo-hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5); /* Optional: dark overlay for better text contrast */
    z-index: -1;
  }

  .arasindo-hero-section .container {
    z-index: 2;
    margin-left: 20%;
    margin-right: 20%;
  }
   .arasindo-hero-section h1 {
      font-size: 40px;
    }
     .arasindo-hero-section p {
      font-size: 16px;
    }

  @media (max-width: 768px) {
    .arasindo-hero-section h1 {
      font-size: 1.8rem;
    }

    .arasindo-hero-section p {
      font-size: 1rem;
    }
    .arasindo-hero-section{
       height: 300px;
       
    }

      .arasindo-hero-section .container {
      z-index: 2;
      margin-left: 0;
      margin-right: 0;
    }
  }
  .arasindo-image-row {
    margin-left: 10%;
    margin-right: 10%;
  }

  .arasindo-image {
    max-width: 210px;
    max-height: 123px;
    transition: transform 0.3s ease;
  }

  .arasindo-image:hover {
    transform: scale(1.03);
  }

  /* tab */
  .arasindo-tab-section{
    margin-right: 7%;
    margin-left: 7%;

  }
   .arasindo-tab-nav {
    border-bottom: 2px solid #ccc;
    gap: 0.5rem;
  }

  .arasindo-tab-nav .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #333;
    font-weight: 500;
  }

  .arasindo-tab-nav .nav-link.active {
    color: red;
    border-bottom: 3px solid #000;
  }

  .arasindo-tab-box {
    border: 1px solid #ccc;
    border-radius: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .arasindo-tab-img {
    width: 80%;
    height: 80%;
    object-fit: cover;
  }

  .arasindo-tab-logo {
    width: 30%;
    height: 30%;
    object-fit: contain;
  }

  .arasindo-see-more {
    text-decoration: underline;
    color: #000;
    font-weight: 500;
  }

  .arasindo-tab-text {
    font-size: 16px;
    color: #333;
  }
@media (max-width: 576px) {
  .arasindo-tab-text p {
    font-size: 14px;
  }

  .arasindo-tab-logo {
    width:40%;
    height: 40%;
  }

  .arasindo-tab-img {
    width: 40%;
    height: 40%;
  }

   .arasindo-tab-section{
    margin-right: 0;
    margin-left: 0;

  }
}



  .arasindo-help-overlay {
    background: rgba(0, 0, 0, 0.5); /* overlay hitam transparan */
    height: 100%;
    width: 100%;
  }

  .arasindo-help-title {
    font-size: 36px;
    color: #fff;
  }

  .arasindo-help-subtitle {
    font-size: 18px;
    color: #fff;
  }

  .arasindo-help-text {
    font-size: 16px;
    max-width: 600px;
    color: #fff;
  }

  .arasindo-help-btn {
    border-radius: 0;
    font-weight: 600;
  }

  @media (max-width: 576px) {
    .arasindo-help-title {
      font-size: 24px;
    }

    .arasindo-help-subtitle,
    .arasindo-help-text {
      font-size: 14px;
    }

    .arasindo-help-btn {
      font-size: 14px;
      padding: 0.5rem 1rem;
    }
  }

   .arasindo-service-title {
    font-size: 32px;
    color: #000;
  }

  .arasindo-service-desc {
    font-size: 16px;
    color: #555;
    max-width: 800px;
    margin: 0 auto;
  }

  .arasindo-service-img {
    
    object-fit: cover;
    height: auto;
    width: 70%;
    
  }

  .arasindo-see-more-text {
    color: #888;
    text-decoration: underline;
    cursor: pointer;
  }

  @media (max-width: 576px) {
    .arasindo-service-title {
      font-size: 24px;
    }

    .arasindo-service-desc {
      font-size: 14px;
    }

    .arasindo-service-img {
      height: auto;
    }
  }

    .arasindo-gallery-title {
    font-size: 32px;
    color: #000;
  }

  .arasindo-gallery-img {
    width: 100%;
    height: auto;
    object-fit: cover;
    
  }

  .arasindo-gallery-see-more {
    text-decoration: underline;
    color: #888;
    cursor: pointer;
  }

  @media (max-width: 576px) {
    .arasindo-gallery-title {
      font-size: 24px;
    }

    .arasindo-gallery-img {
      height: 160px;
    }

    .arasindo-gallery-see-more {
      font-size: 14px;
    }
  }

   .arasindo-contact-title {
    font-size: 32px;
    color: #000;
  }

  .arasindo-contact-subtext {
    font-size: 14px;
    color: #555;
    max-width: 700px;
    margin: 0 auto;
  }

  .arasindo-contact-input {
    border-radius: 4px;
    font-size: 14px;
  }

  .arasindo-contact-btn {
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
  }

  .arasindo-contact-section{
    margin-left: 10%;
    margin-right: 10%;
  }

  @media (max-width: 576px) {
    .arasindo-contact-title {
      font-size: 24px;
    }

    .arasindo-contact-subtext {
      font-size: 13px;
    }

    .arasindo-contact-btn {
      font-size: 14px;
      padding: 0.5rem 1.2rem;
    }

    .arasindo-contact-section{
    margin-left: 0%;
    margin-right: 0%;
  }
  }

  .arasindo-footer{
   background-color: #D4D3DB; 
  }

  .arasindo-footer-logo {
    max-width: 250px;
    height: auto;
    margin-top: -9%;
  }

  .arasindo-footer h6 {
    font-size: 16px;
    margin-bottom: 0.5rem;
  }

  .arasindo-footer p {
    font-size: 14px;
    color: #333;
  }

  .arasindo-footer a {
    text-decoration: none;
  }

  .arasindo-footer-bottom {
    height: 50px;
  }

  @media (max-width: 576px) {
    .arasindo-footer p,
    .arasindo-footer h6 {
      text-align: center !important;
    }

    .arasindo-footer-logo {
   
    margin-top: 0;
  }
  }