body {
  font-family: 'Poppins', sans-serif;
  color: #333;
}
 a {
  color: black;
  text-decoration: none; /* opsional: menghilangkan garis bawah */
}

/* Top Bar */
.top-bar {
             background: #1a73e8;
            padding: 10px 0;
            color: #ffffff;
            position: relative;
            width: 100%;
             top: auto;
            z-index: 1000;
            transition: transform 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }

.top-bar a {
  color: #3498db;
  text-decoration: none;
}
.top-bar a:hover {
  color: #fff;
}
.social-icons a {
  margin-left: 15px;
  font-size: 1rem;
  color: #fff;
}
.social-icons a:hover {
  color: #3498db;
}

/* Navbar */
.navbar {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: all 0.3s ease;
}
.navbar.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}
.navbar-brand {
  font-weight: 600;
  color: #2c3e50 !important;
}
.nav-link {
  color: #2c3e50 !important;
  font-weight: 400;
}
.nav-link:hover {
  color: #3498db !important;
}

/* Hero Section */
.hero-section {
  background: url('https://www.agencontainer.co.id/jasa-web/destination-traveller/assets/images/hero.jpg') no-repeat center center/cover;
  min-height: 75vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 background: rgba(0, 0, 0, 0.2); /* Added dark overlay for better text contrast */
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.hero-content h1,
.hero-title {
   font-size: 2.5rem; /* Slightly larger for emphasis */
  font-weight: 800;
 color: #ffffff; /* Changed to white for contrast against overlay */
  line-height: 1.2;
   text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* Subtle shadow for depth */
}
.hero-subtitle {
   font-size: 1rem; /* Slightly larger for readability */
  color: #e0e0e0; /* Light gray for contrast */

  margin-top: 20px;
  max-width: 600px; /* Wider for better readability */
  margin-left: auto;
  margin-right: auto;
}

/* Buttons */
.btn-whatsapp {
  background-color: #1a73e8;
  color: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  
}
.btn-detail {
  background-color: black;
    margin-top: auto;
    align-self: flex-end;
    width: 50%;
}
.btn-primary {
  background-color: #3498db;
  border-color: #3498db;
  padding: 10px 30px;
  font-size: 1.1rem;
}
.btn-primary:hover {
  background-color: #2980b9;
  border-color: #2980b9;
}
.btn-custom-black {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 24px;
  margin-right: 10px;
  transition: background-color 0.3s ease;
}
.btn-custom-black:hover {
  background-color: #333;
}
.btn-custom-green {
  background: #338fff;
  color: white;
  font-weight: 600;
  border-radius: 8px;
  padding: 5px 20px;
  transition: background-color 0.3s ease;
}
.btn-custom-green:hover {
  background-color: #12c012;
}

/* Responsive Hero */
@media (max-width: 767.98px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-subtitle {
    font-size: 1rem;
    margin: 15px auto;
  }
  .text-md-end {
    text-align: center !important;
  }
  .car-image {
    margin-bottom: 30px;
  }
}

/* Features Section */
.features-produk {
 background: url('https://www.agencontainer.co.id/jasa-web/destination-traveller/assets/images/bg-17.PNG') no-repeat center center/cover;
 background-color: #ebedf0;
 margin-top: 25px;
}

.feature-card {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-10px);
}
.feature-card img {
  width: 60px;
  margin-bottom: 20px;
}

/* Car Section */
.car-card {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  margin: 0 10px;
}
.car-rating {
  position: absolute;
  top: 12px;
  left: 12px;
  background-color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  z-index: 1;
}
.car-image-container {
  height: 160px;
  overflow: hidden;
}
.car-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.car-card:hover .car-image {
  transform: scale(1.03);
}
.car-details {
  padding: 20px;
}
.car-title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.car-specs {
  margin-bottom: 15px;
  color: #666;
  font-size: 14px;
  min-height: 40px;
}
.car-price-section {
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.price-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 2px;
}
.price-amount {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 15px;
}

/* Carousel */
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 60%;
}
@media (max-width: 767.98px) {
  .carousel-inner .row {
    margin: 0;
  }
  .carousel-item .col-12 {
    padding: 0 15px;
  }
  .car-card {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .carousel-item .row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .carousel-item .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .carousel-item.d-md-none {
    display: none !important;
  }
  .carousel-inner {
    overflow: visible;
  }
}

.read-detail {
  background-color: black;
  color: #fff;
  padding: 8px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
/* Quality Section */
.quality-section {
  
  background-size: cover;
  position: relative;
  overflow: hidden;

}

.quality-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
  backdrop-filter: blur(2px); /* Glassmorphism effect */
  z-index: 0;
}

.quality-section .container {
  position: relative;
  z-index: 1;
}
.quality-overlay {
  backdrop-filter: blur(5px) brightness(0.6); /* blur + gelap */
  background-color: rgba(0, 0, 0, 0.3); /* fallback warna */
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
}


@media (max-width: 768px) {
  .quality-section h2 {
    font-size: 2rem;
  }
  .quality-section .row {
    flex-direction: column-reverse;
  }
  .quality-section .col-md-6 {
    margin-bottom: 20px;
  }
}

/* Highlight Section */
.highlight-section {
  color: #f59e0b; /* kuning keemasan */
}
.highlight-section2 {
  color: red; /* kuning keemasan */
}
.section-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #001c54;
  line-height: 1.3;
}
.section-heading .highlight {
  color: #001c54;
  font-weight: bold;
}
@media (max-width: 991px) {
  .section-heading {
    text-align: center;
    margin-top: 30px;
  }
}

/* Features Icon */
.feature-icon {
    width: 70px;
    height: 70px;
     filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3))
    background: #1a73e8;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-right: 20px;
    flex-shrink: 0;
    margin: 0 auto 20px auto; /* center horizontal dan beri margin bawah */
}
.feature-title {
  font-weight: 700;
  font-size: 1rem;
  color: #001c54;
}
.feature-desc {
  color: #4a5568;
  font-size: 0.95rem;
}

/* Testimonials */
.testimonial-section {
  background: url('https://www.agencontainer.co.id/jasa-web/destination-traveller/assets/images/travel22.jpg') no-repeat center center/cover;
 
}
/* Testimonial Section */

.section-title {
  font-weight: 700;
  font-size: 2rem;
  color: #1a1a1a;
  position: relative;
}

.section-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 4px;
  background: #1a73e8; /* garis aksen */
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Testimonial Card */
.testimonial-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

/* Foto Testimonial */
.testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #1a73e8;
  margin-bottom: 15px;
}

/* Quote Text */
.testimonial-quote {
  font-style: italic;
  color: #444;
  font-size: 0.95rem;
  margin-bottom: 15px;
  line-height: 1.6;
}

/* Nama */
.testimonial-name {
  font-weight: 600;
  color: #1a1a1a;
  margin-top: 10px;
  font-size: 1rem;
}

/* Carousel Controls */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #1a73e8;
  border-radius: 50%;
  padding: 15px;
  background-size: 60% 60%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}


/* News Section */
.news-section {
  background-color: #f8f9fc;
  padding: 60px 0;
}
.section-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}
.section-about {
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
}
.section-title::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: #3498db;
  margin: 10px 0;
}
.section-subtitle {
  font-size: 14px;
  color: #4a4a4a;
  margin-bottom: 15px;
  line-height: 1.6;
}
.subtitle-about {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.6;
}
/* Section Text */
.section-text {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
}
.section-text i {
  color: #3498db;
}
/* Image Container */
/* Frame foto */
.photo-frame {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

/* Gambar background (jpg) */
.photo-frame img {
  width: 80%;
  height: auto;
  border-radius: 12px;
  
}

/* Overlay PNG */
.photo-overlay {
  position: absolute;
  top: 10%;
  left: 70%;
  max-width: 35%;   /* biar tidak terlalu besar */
  height: auto;
  z-index: 2;
  pointer-events: none; /* supaya overlay tidak bisa mengganggu klik */
}
.photo-kelapa {
 position: absolute;
  top: 30%;
  left: 45%;
  max-width: 40%;
  height: auto;
  z-index: 1;
  pointer-events: none;
}
.row.g-4 {
  position: relative;
}
.photo-monas {
  position: absolute;   /* biar bisa ditumpuk */
  top: 50;
  left: 0;
  width: 35%;          /* biar selebar container */
  height: auto;
  z-index: 0;           /* berada paling belakang */
  opacity: 0.5; 
}
/* Responsif untuk layar kecil */
@media (max-width: 768px) {
  .photo-overlay {
    max-width: 50%;
    top: 5%;
    left: 50%;
    transform: translateX(-50%);
  }
  .photo-kelapa {
    max-width: 75%;     /* biar lebih proporsional */
    top: auto;          /* reset top */
    bottom: -10%;       /* taruh di bawah frame */
    left: 35%;          /* posisikan tengah */
    transform: translateX(-50%);
  }

  .photo-overlay {
  position: absolute;
  top: 1%;
  left: 80%;
  max-width: 30%;   /* biar tidak terlalu besar */
  height: auto;
  z-index: 2;
  pointer-events: none; /* supaya overlay tidak bisa mengganggu klik */
}

}

@media (max-width: 768px) {
  .photo-monas {
    top: auto;
  left: 20%;
    transform: translateX(-50%);  /* biar center */
    width: 60%;       /* lebih besar di mobile */
    opacity: 0.5;    /* lebih samar */
  }
}

.quality-image {
  border-radius: 8px;
  max-width: 100%;
  transition: transform 0.5s ease;
}
.image-container:hover .quality-image {
  transform: scale(1.05); /* Image zoom effect */
}
.news-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 0.1);
  transition: transform 0.3s ease;
}
.news-card:hover {
  transform: translateY(-5px);
}
.news-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.date-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #007bff;
  color: white;
  padding: 5px 10px;
  font-weight: bold;
  border-radius: 5px;
  font-size: 14px;
}
.news-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
  text-align: center;
}
.news-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  color: #222;
}
.news-text {
 font-size: 14px;
  margin-bottom: 15px;
  color: #555;
  line-height: 1.4;
}
.read-more-btn {
  background-color: #1a73e8;
  color: #fff;
  padding: 4px 18px;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.read-more-detail {
  background-color: black;
  color: #fff;
  padding: 4px 18px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
}
.read-more-btn:hover {
  background-color: #0056b3;
}
.news-underline {
  height: 3px;
  background: #007bff;
  margin: 0 15px 15px;
  border-radius: 2px;
}

/* Animation */
@keyframes slideUp {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.animate-car {
  animation: slideUp 1s ease-out forwards;
  opacity: 0;
}
.animate-text {
  animation: slideUp 1s ease-out 0.5s forwards;
  opacity: 0;
}

/* Icon Hover */
.icon-hover {
  color: green;
  transition: color 0.3s;
}
.icon-hover:hover {
  color: purple;
}




/*Armada*/
 .products-hero {
    background: url('https://www.agencontainer.co.id/jasa-web/destination-traveller/assets/images/travel22.jpg') no-repeat center center;
    
    padding: 5px;
    position: relative;
}

  .product-card {
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s;
            border: 1px solid #eee;
            background-color: white;
        }
        
        .product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .product-img {
            height: 200px;
            width: 100%;
            object-fit: cover;
        }
        
        .product-badge {
            position: absolute;
            top: 15px;
            right: 15px;
             background: rgba(30, 144, 255, 0.95);
            color: #fff;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 0.8rem;
            font-weight: 500;
        }
        
        .product-body {
            padding: 20px;
        }
        
        .product-title {
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .product-features {
            margin-bottom: 15px;
        }
        
        .product-features li {
            display: inline-block;
            margin-right: 10px;
            color: #666;
            font-size: 0.9rem;
        }
        
        .product-features li i {
            color: #3498db;
            margin-right: 5px;
        }
        
        .product-price {
    margin-top: auto;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
        
        .product-price span {
            font-size: 0.9rem;
            color: #666;
            font-weight: 400;
        }
.products-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: red;

    /* Text shadow halus untuk kedalaman */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.breadcrumb {
            background: transparent;
            padding: 0;
            margin: 0;
        }
        
        .breadcrumb-item a {
            color: #fff;
            text-decoration: none;
        }
        
        .breadcrumb-item.active {
            color: #ccc;
        }
        
        .breadcrumb-item+.breadcrumb-item::before {
            color: #fff;
        }
        /* Make all cards the same height */
.product-card {
    display: flex;
    flex-direction: column;
    

}

.product-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Make sure the button stays at the bottom */
.btn-product {
    margin-top: auto;
    align-self: flex-end;
   
}


/* Ensure all product images have the same height */
.product-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* Adjust product features to prevent overflow */
.product-features {
   
    flex-wrap: wrap;
    display: flex;
}

.product-features li {
    margin-bottom: 5px;
}

/* Make sure all cards in a row have the same height */
.row {
    display: flex;
    flex-wrap: wrap;
}

.about-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: black;
    margin-bottom: 20px;
    color: grey;
   
    /* Text shadow halus untuk kedalaman */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
        
        .breadcrumb {
    display: flex;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
}
        
        .breadcrumb-item a {
            color: #fff;
            text-decoration: none;
           
        }
        
        .breadcrumb-item.active {
            color: #ccc;
        }
        
        .breadcrumb-item+.breadcrumb-item::before {
            color: #fff;
        }
        
        .about-section {
            padding: 80px 0;
        }
        
        .section-title {
            font-size: 1.6rem;
            font-weight: 700;
            color: #2c3e50;
            
            margin-bottom: 30px;
            position: relative;
        }
        
       .section-title::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 60px;
            height: 3px;
            background: #3498db;
        }
        
        .text-primary {
            color: #3498db !important;
        }
        
        .about-img {
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
        }
        
        .feature-box {
            display: flex;
            margin-bottom: 30px;
        }
        
        
        .feature-content h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 10px;
            color: #2c3e50;
        }
        
        .stats-section {
            background: url('https://www.madebydesignesia.com/themes/rentaly/images/background/5.jpg') no-repeat center center;
            background-size: cover;
             background: linear-gradient(135deg, #0a1a3d 0%, #1e3a8a 100%);
            padding: 100px 0;
            position: relative;
            color: #fff;
        }
        
        .stats-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
        }
        
        .stat-item {
            text-align: center;
            padding: 30px;
            position: relative;
            z-index: 1;
        }
        
        .stat-number {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 10px;
            color: rgba(71, 188, 3, 0.8);
        }
        
        .stat-title {
            font-size: 1.2rem;
            font-weight: 500;
        }
        
        .team-section {
            padding: 100px 0;
            background: #f8f9fa;
        }
        
        .team-card {
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            margin-bottom: 30px;
            transition: all 0.3s;
        }
        
        .team-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        
        .team-img {
            width: 100%;
            height: 300px;
            object-fit: cover;
        }
        
        .team-info {
            padding: 25px;
            text-align: center;
        }
        
        .team-name {
            font-size: 1.3rem;
            font-weight: 600;
            margin-bottom: 5px;
            color: #2c3e50;
        }
        
        .team-position {
            color: #3498db;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        .team-social {
            display: flex;
            justify-content: center;
        }
        
        .team-social a {
            width: 35px;
            height: 35px;
            background: #f1f1f1;
            color: #2c3e50;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            transition: all 0.3s;
        }
        
        .team-social a:hover {
            background: #3498db;
            color: #fff;
        }
        
       
.travel-card {
  border-radius: 30px;
  overflow: hidden;
  text-align: center;
  background: #fdf8f6;
  padding-bottom: 20px;
  margin: auto;
  transition: transform 0.3s ease;
}
.travel-card:hover {
  transform: translateY(-8px);
}

.travel-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-bottom-left-radius: 50% 20%;
  border-bottom-right-radius: 50% 20%;
}

.travel-card .listings-btn {
  background: #ff7f2a;
  color: white;
  font-weight: 600;
  border-radius: 50px;
  padding: 6px 20px;
  font-size: 14px;
  position: relative;
  top: -20px;
}

.travel-card h6 {
  color: #ff7f2a;
  font-weight: 600;
  margin-top: -10px;
}

.travel-card h4 {
  font-weight: 700;
  color: #1a1a1a;
}

.section-title {
  text-align: center;
  margin-bottom: 3rem;
}

.section-title h2 {
  font-weight: 700;
  font-size: 2rem;
  margin-top: 15px;
}

/* Service Card */
.service-card {
  background: #fff;
  border-radius: 20px;
  border: 3px solid #e0e0e0;
  padding: 2rem 1rem;
  text-align: center;
  position: relative;
  transition: all 0.3s ease;
  z-index: 1;


}
@media (max-width: 768px) {
  #serviceCarousel .carousel-item .service-card {
    width: 85%;
    max-width: 320px;
    margin: 0 auto;
  }
}
.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  background: #1a73e8;
}
.service-card.active {
  background: #1a73e8;
  color: #fff;
}
.service-card .icon {
  font-size: 40px;
  margin-bottom: 15px;
  color: #ff7f2a;
}
.service-card.active .icon {
  color: #fff;
}
.service-card h5 {
  font-weight: 700;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.service-card.active p {
  color: #fff;
}

/* Number Badge */
.service-number {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #e0e0e0;
  color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-card.active .service-number {
  background: #ff7f2a;
  color: #fff;
}
@media (max-width: 767px) {
    .product-card {
        margin: 0 auto 20px auto; /* beri jarak antar card */
        width: 90%; /* full width tapi tetap ada padding dari container */
    }

    .product-img {
        height: 300px; /* lebih kecil agar pas mobile */
        object-fit: cover;
    }

}
