.service{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets/img/quote-bg.png'); 
    background-size: cover; 
    background-position: center; 
    height: 40vh;
    overflow: hidden;
}
.service-mobile{
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url('/assets/img/quote-bg.png'); 
    background-size: cover; 
    background-position: center; 
    overflow: hidden;
    padding: 20px !important;
    opacity: 0.9;
}
.security-service-mobile{
    padding: 20px !important;
}
.legal-service-mobile{
    padding: 20px !important;
}
.healthcare-service-mobile{
    padding: 20px !important;
}
.roboto-h2-red{
    font-family: 'Roboto-bold',sans-serif;
    font-size: 53px;
    font-weight: 900;
    line-height: 69px;
    color: #E63822;
}
.roboto-h2-red-mobile{
    font-family: 'Roboto-bold',sans-serif;
    font-size: 25px;
    font-weight: 900;
    line-height: 32px;
    color: #E63822;
    text-align: center;
}
.roboto-h2-title{
    font-family: 'Roboto-bold',sans-serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 69px;
    color: #E63822;
}
.roboto-h2-title-mobile{
    font-family: 'Roboto-bold',sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: 26px;
    color: #E63822;
}
.lato-regular-desc{
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    line-height: 20.8px;
    text-align: justify;
  }
  .lato-regular-desc-mobile{
    font-family: 'Lato-regular', sans-serif;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }

.img-security{
    width: 100%;
    height: 425px;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    display: block;
}

.img-security:hover {
    transform: scale(1.03);
    z-index: 2;
}

/* FIXED: Security Mobile Images - Menempel Tanpa Gap */
.img-security-mobile{
    width: 100% !important;
    height: 300px !important;
    max-width: none !important;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    box-sizing: border-box !important;
}

@media (max-width: 480px) {
    .img-security-mobile {
        height: 250px !important;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    .img-security-mobile {
        height: 280px !important;
    }
}

.img-legal-mobile{
    width: 100% !important;
    height: 250px !important;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease-in-out;
}
.img-healthcare-mobile{
    width: 49% !important;
    height: 169px !important;
    background-size: cover;
    background-position: center;
    margin-bottom: 5px !important;
    transition: transform 0.3s ease-in-out;
}
.slide-link {
    height: 100%;
    width: 100%;
    display: block;
    color: inherit;
    text-decoration: none;
    transition: background 0.3s;
}
/* .slide-link:hover{
    background: linear-gradient(160deg, rgba(223, 0, 1, 0.80) 3.33%, rgba(0, 0, 0, 0.80) 87.7%);
} */

.slide-link:hover .overlay {
    background: rgba(0, 0, 0, 0.6);
}

.img-legal{
    width: 100%;
    height: 425px;
    background-size: cover;
    background-position: center;
}
.img-healthcare{
    width: 100%;
    height: 425px;
    background-size: cover;
    background-position: center;
}
.swiper-controls {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    height: 50px;
    width: auto;
}
.swiper-controls-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px !important;
  }
  
  .navigation-wrapper {
    display: flex;
    align-items: center;
    gap: 20px; /* Jarak antar prev, pagination, next */
  }
  
  .swiper-button-prev-mobile,
  .swiper-button-next-mobile {
    font-size: 13px;
    cursor: pointer;
  }
  
  /* Updated pagination styles for slide indicator */
  .swiper-pagination-mobile {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Roboto-bold', sans-serif;
    min-width: 60px;
    text-align: center;
    color: #030303;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    padding: 8px 16px;
    border: 2px solid #E63822;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }

  /* Desktop pagination indicator */
  .swiper-pagination-desktop {
    font-size: 16px;
    font-weight: 700;
    font-family: 'Roboto-bold', sans-serif;
    min-width: 80px;
    text-align: center;
    color: #030303;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 25px;
    padding: 12px 20px;
    border: 2px solid #E63822;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
  }

  /* Hover effects for pagination indicators */
  .swiper-pagination-mobile:hover,
  .swiper-pagination-desktop:hover {
    background: #E63822;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(230, 56, 34, 0.3);
  }

  /* Active state styling */
  .swiper-pagination-mobile.active,
  .swiper-pagination-desktop.active {
    background: #E63822;
    color: #fff;
    box-shadow: 0 4px 12px rgba(230, 56, 34, 0.4);
  }

.swiper-button-prev-mobile.disabled,
.swiper-button-next-mobile.disabled {
  opacity: 0.3;
  pointer-events: none;
}

  
  
.swiper-button-prev,
.swiper-button-next {
    width: 24px;
    height: 24px;
    background: none;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    left: 10px !important;
}
  
.swiper-button-prev::after,
.swiper-button-next::after {
    font-size: 18px;
}
.swiper-controls {
    transition: opacity 0.3s ease;
  }
  .swiper-controls.d-none {
    opacity: 0;
    pointer-events: none;
  }
  
.security-service{
    padding: 50px !important;
}
.legal-service{
    padding: 50px !important;
}

.healthcare-service{
    padding: 50px !important;
}
.overlay h1 {
    font-size: 3rem;
    line-height: 1;
    margin: 10px;
}  
.content{
    padding-top: 50px !important;
    padding-left: 200px !important;
    padding-right: 200px !important;
}
.img-content-mobile{
  margin-top: 30px !important;
}
.img-content img {
    width: 100%;
    height: auto;
    max-height: 450px;
    display: block;
}
.img-content-mobile img {
  width: 100%;
  height: 250px;
  display: block;
}
.description{
    font-family: 'Lato-regular', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: justify;
    color: #6B7280;
}
.description-mobile{
  font-family: 'Lato-regular', sans-serif;
  font-size: 10px;
  line-height: 13px;
  /* font-weight: 400; */
  color: #6B7280;
  text-align: justify;
}
.roboto-h4{
    font-family: 'Roboto-bold',sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 15.6px;
    color: #E63822;
}
.roboto-h4-mobile{
  font-family: 'Roboto-bold',sans-serif;
  font-size: 10px;
  line-height: 13px;
  /* font-weight: 600; */
  text-transform: uppercase;
  color: #E63822;
}
.roboto-h2-black-mobile{
  font-family: 'Roboto-bold',sans-serif;
  font-size: 20px;
  /* font-weight: 900; */
  line-height: 26px;
  color: #030303;
}
.roboto-h2-black{
    font-family: 'Roboto-bold',sans-serif;
    font-size: 53px;
    font-weight: 900;
    line-height: 68.9px;
    color: #030303;
}


  .our-service{
    padding: 42px 32px !important;
  }
  .h1-mobile{
    font-size: 25px;  
    width: 62px;
    line-height: 32.5px;
    font-family: 'Manrope-bold', sans-serif;
    color: #fff;
  }
  .h5-mobile{
    font-size: 10px;
    width: 93px;
    font-family: 'Roboto-bold',sans-serif;
    line-height: 13px;
    color: #fff;
    margin: 10px;
  }
  .detail-content-mobile{
    padding: 30px !important;
  }
  .faq-mobile{
    padding: 30px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 0px !important;
    top: 0px !important;
    left: 0px !important;
    width: 0px !important;
}

/* Updated: Show custom pagination instead of hiding all */
.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    display: none !important;
}

/* Simple modern style for Swiper buttons */
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev-mobile,
.swiper-button-next-mobile {
    background: #E63822;
    color: #fff !important;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    border: none;
    box-shadow: 0 2px 8px rgba(230,56,34,0.10);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.1s;
    font-size: 18px;
}

.swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev-mobile:hover,
.swiper-button-next-mobile:hover {
    transform: scale(1.08);
    color: #fff;
}

.swiper-button-prev:active,
.swiper-button-next:active,
.swiper-button-prev-mobile:active,
.swiper-button-next-mobile:active {
    transform: scale(1.0);
}

/* Optional: make arrow icon white */
.swiper-button-prev::after,
.swiper-button-next::after {
    color: #fff;
    font-size: 18px;
}

/* ENHANCED: Mobile Security Service - Zero Gap Configuration */
#swiper-security-mobile .swiper-wrapper {
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#swiper-security-mobile .swiper-slide {
    margin: 0 !important;
    padding: 0 !important;
    width: calc(33.333% - 0px) !important;
    flex-shrink: 0 !important;
}

#swiper-security-mobile .d-flex {
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    width: 100% !important;
}

.security-service-mobile .swiper-wrapper,
.security-service .swiper-wrapper {
  gap: 0 !important; /* kalau menggunakan gap */
}

.security-service-mobile .swiper-slide,
.security-service .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
}

#swiper-security .swiper-slide {
  margin: 0 !important;
  padding: 0 !important;
}
#swiper-security .swiper-wrapper {
  gap: 0 !important;
}

/* Additional styles for mobile view to ensure three cards are tightly packed */
@media (max-width: 768px) {
  .security-service-mobile .swiper-wrapper {
      gap: 0 !important; /* No gap between slides */
  }

  .security-service-mobile .swiper-slide {
      margin: 0 !important; /* No margin for slides */
      padding: 0 !important; /* No padding for slides */
      width: 33.33% !important; /* Each slide takes one-third of the width */
      flex-shrink: 0 !important; /* Prevent shrinking */
  }
}

/* Responsive adjustments for slide indicators */
@media (max-width: 768px) {
  .swiper-pagination-desktop {
    display: none;
  }
  
  .swiper-pagination-mobile {
    font-size: 12px;
    min-width: 50px;
    padding: 6px 12px;
  }
}

/* Additional responsive styles for swiper containers */
#swiper-security-mobile {
    width: 100%;
    overflow: hidden;
}

#swiper-security-mobile .swiper-wrapper {
    display: flex;
    align-items: center;
}

#swiper-security-mobile .swiper-slide {
    display: flex !important;
    width: 100%;
    gap: 0 !important;
}

/* Ensure swiper works on very small screens */
@media (max-width: 320px) {
    .img-security-mobile {
        height: 220px !important;
    }
    
    .h1-mobile {
        font-size: 20px !important;
    }
    
    .h5-mobile {
        font-size: 9px !important;
  }
}

/* Fix for swiper container overflow */
.security-service-mobile .swiper {
  overflow: visible;
}

.security-service-mobile .swiper-wrapper {
  transition-timing-function: ease-out;
}

@media (min-width: 769px) {
.swiper-pagination-mobile {
  display: none;
}
}

.swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: block
}

.security-service .swiper-wrapper {
gap: 0 !important;
margin: 0 !important;
padding: 0 !important;
}

.security-service .swiper-slide {
margin: 0 !important;
padding: 0 !important;
flex-shrink: 0 !important;
}

.img-legal,
.img-healthcare {
  transition: transform 0.3s ease-in-out;
}

.img-legal:hover,
.img-healthcare:hover {
  transform: scale(1.03);
  z-index: 2;
}

/* HIDE healthcare navigation buttons only (no design changes elsewhere) */
#swiper-healthcare .swiper-button-next,
#swiper-healthcare .swiper-button-prev,
#swiper-healthcare .swiper-button-next-mobile,
#swiper-healthcare .swiper-button-prev-mobile {
display: none !important;
pointer-events: none !important;
visibility: hidden !important;
}