/* ==========================================================================
   Modern Homepage Enhancements - Pemerintah Kabupaten Takalar
   ========================================================================== */

:root {
  --tk-primary: #0d6efd;
  --tk-primary-dark: #0a58ca;
  --tk-secondary: #059669;
  --tk-secondary-dark: #047857;
  --tk-accent: #f59e0b;
  --tk-dark: #0f172a;
  --tk-slate: #334155;
  --tk-muted: #64748b;
  --tk-light: #f8fafc;
  --tk-card-bg: #ffffff;
  --tk-border: #e2e8f0;
  --tk-shadow-sm: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.1);
  --tk-shadow-md: 0 4px 6px -1px rgba(0,0,0,0.08), 0 2px 4px -2px rgba(0,0,0,0.06);
  --tk-shadow-lg: 0 10px 15px -3px rgba(0,0,0,0.08), 0 4px 6px -4px rgba(0,0,0,0.04);
  --tk-shadow-xl: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.05);
  --tk-radius: 16px;
  --tk-radius-sm: 10px;
}

/* 1. Hero Video Height 75% Viewport (Diperpendek 25% dari tinggi layar) */
#slider.inspiro-slider {
  height: 75vh !important;
  max-height: 75vh !important;
  min-height: 500px !important;
}

#slider.inspiro-slider .slide {
  height: 75vh !important;
  max-height: 75vh !important;
  min-height: 500px !important;
  padding: 0 !important;
}

#slider.inspiro-slider .flickity-viewport {
  height: 75vh !important;
  max-height: 75vh !important;
  min-height: 500px !important;
}

#slider.inspiro-slider .slide .container {
  padding-top: 70px !important;
  padding-bottom: 15px !important;
  max-height: 75vh !important;
}

#slider.inspiro-slider .slide .bg-overlay {
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.25) 0%, rgba(15, 23, 42, 0.4) 60%, rgba(15, 23, 42, 0.8) 100%) !important;
}

.hero-content-wrapper {
  max-width: 720px;
  padding: 10px 0;
  z-index: 5;
  position: relative;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 14px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.hero-badge i {
  color: #34d399;
  font-size: 13px;
}

/* Override inspiro-slider 80px default font size */
#slider.inspiro-slider .slide .slide-captions h1,
#slider.inspiro-slider .slide .slide-captions h1.hero-title,
.hero-title {
  font-size: clamp(20px, 1.8vw, 28px) !important;
  font-weight: 800 !important;
  line-height: 1.28 !important;
  color: #ffffff !important;
  margin-bottom: 12px !important;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35) !important;
  letter-spacing: -0.3px !important;
}

#slider.inspiro-slider .slide .slide-captions h1.hero-title span,
.hero-title span {
  background: linear-gradient(135deg, #6ee7b7 0%, #3b82f6 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

#slider.inspiro-slider .slide .slide-captions p.hero-subtitle,
.hero-subtitle {
  font-size: clamp(13px, 1.1vw, 15px) !important;
  line-height: 1.55 !important;
  color: rgba(255, 255, 255, 0.9) !important;
  max-width: 600px !important;
  margin-bottom: 16px !important;
  font-weight: 400 !important;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4) !important;
}

/* Quick Search Bar on Hero */
.hero-search-box {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: 999px;
  padding: 6px 8px 6px 22px;
  display: flex;
  align-items: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  max-width: 620px;
  margin-bottom: 24px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}

.hero-search-box:focus-within {
  box-shadow: 0 16px 36px rgba(13, 110, 253, 0.3);
  border-color: #3b82f6;
  transform: translateY(-2px);
}

.hero-search-box i {
  color: #64748b;
  font-size: 18px;
  margin-right: 12px;
}

.hero-search-box input {
  border: none;
  background: transparent;
  width: 100%;
  font-size: 15px;
  color: #0f172a;
  outline: none;
  padding: 8px 0;
}

.hero-search-box input::placeholder {
  color: #94a3b8;
}

.hero-search-box button {
  background: linear-gradient(135deg, #059669 0%, #10b981 100%);
  color: #ffffff;
  border: none;
  padding: 10px 24px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.hero-search-box button:hover {
  background: linear-gradient(135deg, #047857 0%, #059669 100%);
  transform: scale(1.02);
}

.hero-quick-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.hero-quick-tags span.tag-label {
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  font-weight: 500;
  margin-right: 4px;
}

.hero-tag-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.2s ease;
  text-decoration: none !important;
}

.hero-tag-link:hover {
  background: rgba(255, 255, 255, 0.28);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
  color: #ffffff !important;
}

/* 2. Floating Quick Services Cards (Layanan Unggulan) */
.section-quick-services {
  position: relative;
  z-index: 10;
  margin-top: 40px;
  padding-bottom: 40px;
}

.service-card-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}

.service-card {
  background: #ffffff;
  border-radius: var(--tk-radius);
  padding: 22px 18px;
  text-align: center;
  box-shadow: var(--tk-shadow-lg);
  border: 1px solid rgba(226, 232, 240, 0.8);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #10b981, #3b82f6);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--tk-shadow-xl);
  border-color: #cbd5e1;
}

.service-card:hover::before {
  opacity: 1;
}

.service-icon-wrapper {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.service-card:hover .service-icon-wrapper {
  transform: scale(1.1);
}

.icon-ipkd { background: #eff6ff; color: #2563eb; }
.icon-jdih { background: #fef2f2; color: #dc2626; }
.icon-pengumuman { background: #ecfdf5; color: #059669; }
.icon-ppid { background: #fdf4ff; color: #c026d3; }
.icon-lapor { background: #fff7ed; color: #ea580c; }
.icon-pelayanan { background: #f0fdfa; color: #0d9488; }

.service-card-title {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 4px;
  line-height: 1.3;
}

.service-card-desc {
  font-size: 12px;
  color: #64748b;
  line-height: 1.4;
  margin: 0;
}

/* 3. Section Headers & Badges */
.modern-section-header {
  margin-bottom: 35px;
  position: relative;
}

.modern-section-badge {
  display: inline-block;
  padding: 4px 14px;
  background: #eff6ff;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  border-radius: 999px;
  margin-bottom: 8px;
  border: 1px solid #dbeafe;
}

.modern-section-title {
  font-size: 28px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.modern-section-subtitle {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 0;
}

/* 4. HIGHLIGHTS & LAST NEWS Section (Modern 2-Column Split) */
.section-highlights-news {
  padding: 45px 0 55px 0;
  background: #ffffff;
}

.section-block-title {
  font-size: 24px;
  font-weight: 800;
  color: #1e293b;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.title-underline {
  width: 42px;
  height: 3px;
  background-color: #15803d;
  border-radius: 2px;
}

/* HIGHLIGHTS Featured Card */
.highlight-card {
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  height: 440px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  background: #0f172a;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease;
}

.highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.highlight-link-wrap {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none !important;
}

.highlight-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.highlight-card:hover .highlight-img {
  transform: scale(1.05);
}

.highlight-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.35) 45%, rgba(15, 23, 42, 0.88) 85%, rgba(15, 23, 42, 0.96) 100%);
  pointer-events: none;
}

.highlight-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 26px 28px;
  z-index: 3;
}

.highlight-category-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #6ee7b7;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.highlight-title {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.highlight-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.85);
}

.highlight-meta span {
  display: inline-flex;
  align-items: center;
}

.highlight-meta i {
  color: rgba(255, 255, 255, 0.7);
  margin-right: 6px;
}

.btn-dengarkan-hl {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #ffffff !important;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-dengarkan-hl:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.03);
}

.btn-dengarkan-hl i {
  color: #34d399 !important;
  margin-right: 0 !important;
}

/* LAST NEWS List */
.lastnews-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 440px;
}

.lastnews-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px 10px;
  border-radius: 14px;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.lastnews-item:hover {
  background: #f8fafc;
  border-color: #e2e8f0;
  transform: translateX(4px);
}

.lastnews-thumb-wrap {
  width: 78px;
  height: 78px;
  border-radius: 14px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: block;
}

.lastnews-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.lastnews-item:hover .lastnews-thumb {
  transform: scale(1.08);
}

.lastnews-info {
  flex-grow: 1;
  min-width: 0;
}

.lastnews-category {
  font-size: 11px;
  font-weight: 700;
  color: #1d4ed8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 3px;
}

.lastnews-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 5px;
}

.lastnews-title a {
  color: #0f172a;
  text-decoration: none !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s ease;
}

.lastnews-item:hover .lastnews-title a {
  color: #059669;
}

.lastnews-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11.5px;
  color: #64748b;
}

.lastnews-meta-date {
  display: inline-flex;
  align-items: center;
}

.lastnews-meta-date i {
  color: #94a3b8;
  margin-right: 4px;
}

.btn-dengarkan-row {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #059669 !important;
  font-weight: 600;
  font-size: 11.5px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transition: color 0.2s ease;
}

.btn-dengarkan-row:hover {
  color: #047857 !important;
  text-decoration: underline;
}

.btn-dengarkan-row i {
  color: #10b981;
}

@media (max-width: 991px) {
  .highlight-card {
    height: 350px;
    margin-bottom: 25px;
  }
  .lastnews-list {
    height: auto;
    gap: 12px;
  }
}

/* 5. Modern Widgets (Pengumuman, Berita Populer, Video Responsif) */
.modern-widget-card {
  background: #ffffff;
  border-radius: var(--tk-radius);
  padding: 24px;
  box-shadow: var(--tk-shadow-md);
  border: 1px solid var(--tk-border);
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.modern-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f1f5f9;
}

.modern-widget-title {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.modern-widget-title i {
  color: #059669;
}

.announcement-item {
  padding: 12px 0;
  border-bottom: 1px dashed #e2e8f0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.announcement-item:last-child {
  border-bottom: none;
}

.announcement-link {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.4;
  text-decoration: none !important;
  transition: color 0.2s ease;
}

.announcement-link:hover {
  color: #059669;
}

.announcement-meta {
  font-size: 12px;
  color: #64748b;
  display: flex;
  align-items: center;
  gap: 12px;
}

.popular-news-row {
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.popular-news-row:hover {
  background: #f1f5f9;
  border-color: #e2e8f0;
  transform: translateX(4px);
}

.popular-thumb-wrap img {
  transition: transform 0.3s ease;
}

.popular-news-row:hover .popular-thumb-wrap img {
  transform: scale(1.08);
}

.popular-news-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14.5px;
  line-height: 1.45;
  color: #0f172a;
  word-break: break-word;
  white-space: normal;
  margin-bottom: 3px;
  transition: color 0.2s ease;
}

.popular-news-row:hover .popular-news-title {
  color: #0d6efd !important;
}

/* Responsive 16:9 Video Wrapper */
.responsive-video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: var(--tk-shadow-md);
  background: #0f172a;
}

.responsive-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 6. Multimedia Section (Foto & Video) */
.section-multimedia {
  padding: 60px 0;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}

.media-card {
  border-radius: var(--tk-radius);
  overflow: hidden;
  box-shadow: var(--tk-shadow-md);
  border: 1px solid #e2e8f0;
  background: #ffffff;
  position: relative;
  margin-bottom: 20px;
}

.media-card .portfolio-image {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.media-card .portfolio-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.media-card:hover .portfolio-image img {
  transform: scale(1.08);
}

/* 7. Footer Modernization */
#footer {
  background: #0f172a !important;
  color: #e2e8f0 !important;
}

#footer h2, #footer h4 {
  color: #ffffff !important;
  font-weight: 700;
}

.footer-stat-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 16px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  text-align: center;
}

.stat-item {
  padding: 6px;
}

.stat-num {
  font-size: 20px;
  font-weight: 800;
  color: #38bdf8;
  display: block;
}

.stat-label {
  font-size: 11px;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Mobile Responsiveness */
@media (max-width: 991px) {
  .service-card-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
}

@media (max-width: 768px) {
  .section-quick-services {
    margin-top: 25px;
  }
  .service-card-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .service-card {
    padding: 14px 10px;
  }
  .service-icon-wrapper {
    width: 44px;
    height: 44px;
    font-size: 18px;
    margin-bottom: 8px;
  }
  .service-card-title {
    font-size: 12px;
  }
  .service-card-desc {
    display: none;
  }
  .hero-search-box {
    padding: 4px 6px 4px 16px;
  }
  .hero-search-box button {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* Hero Bupati & Wakil Standee Grounded Positioning */
.hero-main-row {
  min-height: 480px;
  align-items: center !important;
  padding: 10px 0 10px;
}

.hero-text-col {
  padding-bottom: 10px;
}

.hero-visi-highlights {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
}

.hero-visi-highlights .visi-item {
  display: inline-flex;
  align-items: center;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.25s ease;
}

.hero-visi-highlights .visi-item:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-2px);
}

.hero-leader-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-leader-card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

.hero-bupati-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -12px;
  line-height: 0;
  z-index: 2;
}

.hero-bupati-img {
  max-height: 270px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  vertical-align: bottom;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.55));
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-bupati-wrapper:hover .hero-bupati-img {
  transform: translateY(-3px);
}

.hero-right-action-box {
  width: 100%;
  position: relative;
  z-index: 5;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.hero-right-action-box .hero-search-box {
  margin-bottom: 0 !important;
  padding: 4px 6px 4px 18px;
}

.hero-right-action-box .hero-search-box input {
  font-size: 13.5px;
  padding: 6px 0;
}

.hero-right-action-box .hero-search-box button {
  padding: 8px 18px;
  font-size: 13px;
}

@media (max-width: 1199px) {
  .hero-bupati-img {
    max-height: 240px;
  }
}

@media (max-width: 991px) {
  #slider.inspiro-slider,
  #slider.inspiro-slider .slide,
  #slider.inspiro-slider .flickity-viewport {
    height: auto !important;
    min-height: 100vh !important;
  }
  #slider.inspiro-slider .slide .container {
    height: auto !important;
    max-height: none !important;
    padding-top: 100px !important;
    padding-bottom: 40px !important;
  }
  .hero-leader-card-wrapper {
    margin-top: 20px;
    margin-left: 0;
  }
  .hero-bupati-img {
    max-height: 220px;
  }
}

/* 8. Tautan Mitra & Spacing Dots Carousel */
.section-tautan-mitra {
  padding-top: 40px !important;
  padding-bottom: 55px !important;
  position: relative;
}

.section-tautan-mitra .client-logos {
  margin-bottom: 25px !important;
}

.section-tautan-mitra .client-logos .flickity-page-dots {
  bottom: -25px !important;
}

.section-tautan-mitra .client-logos a img {
  max-height: 72px !important;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), filter 0.3s ease;
}

.section-tautan-mitra .client-logos a:hover img {
  transform: scale(1.1);
  filter: none !important;
}

