
        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: 'Helvetica Neue', Arial, sans-serif;
            font-size: 16px;
            line-height: 1.6;
            color: #262836;
            background-color: #ffffff;
            overflow-x: hidden!important;
        }
        
        .container {
            width: 100%;
            max-width: 1440px;
            margin: 0 auto;
            position: relative;
        }
        
        /* Header Styles */
        .header {
            background-color: #ffffff;
            height: 120px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 60px;
            position: relative;
            z-index: 100;
        }
        .main-logo{width: 200px;}
        .logo {
            width: 189px;
            height: 53px;
        }
        
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 35px;
        }
        
        .nav-link {
            text-decoration: none;
            transition: color 0.3s ease;
        }
        
        .nav-link:hover {
            color: #0060de;
        }
        
        .search-icon {
            width: 24px;
            height: 24px;
        }
        
        .header-right {
            display: flex;
            align-items: center;
            gap: 20px;
        }
        
        .header-text {
            font-size: 14px;
            color: #4e5267;
            text-decoration: none;
        }
        
        .header-text.bold {
            font-weight: 700;
        }

        
        
        /* Hero Section */
        .hero-section {
            
            display: flex;
            position: relative;
            /*box-shadow: 0px 4px 10px rgba(136, 136, 136, 1);*/
            background-size: cover; 
            background-position: center; 
            background-repeat: no-repeat; 
            width: 100%;
            height: 100vh; /* 100% tinggi layar */
        }
        .hero-section-small {
            
            display: flex;
            position: relative;
            /*box-shadow: 0px 4px 10px rgba(136, 136, 136, 1);*/
            background-size: cover; 
            background-position: center; 
            background-repeat: no-repeat; 
            width: 100%;
            
        }

        
        .hero-left {
            
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .hero-title {
            font-size: 60px;
            font-weight: 700;
            line-height: 80px;
            color: #ffffff;
            margin-bottom: 15px;
            margin-top: 0px;
            
        }
        
        .hero-subtitle {
            font-size: 16px;
            font-weight: 400;
            line-height: 26px;
            color: #ffffff;
            margin-bottom: 65px;
            max-width: 509px;
        }
        
        .hero-buttons {
            display: flex;
            gap: 30px;
        }

        .hero-buttons a{
            color: #fff;;
        }

        .hero-buttons a:visited {color: #fff;;}

        
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-panel {
  display: flex;
  will-change: transform;
  transition: transform 1s ease-in-out;
  z-index: 9;
}

        a.btn-primary:visited {color:white}
        .btn-primary {
            background-color: #0060de;
            color: #ffffff;
            padding: 20px 20px;
            border: none;
            border-radius: 3px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 16px;
            text-decoration: none;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        
        .btn-primary:hover {
            background-color: #0050c7;
            color: #fff;;
        }
        
        .btn-secondary {
            background-color: #c9e0ff;
            color: #0060de;
            padding: 21px 40px;
            border: none;
            border-radius: 3px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 16px;
            text-decoration: none;
            transition: background-color 0.3s ease;
        }
        
        .btn-secondary:hover {
            background-color: #b3d4ff;
        }
        .hero-section{
            background-image: url('../images/marine-cargo-insurance.jpg');
        }
        .hero-middle{
            background-color: rgba(0, 28, 90, 0.85);
        }
        .hero-right {
            width: 697px;
            padding: 235px 50px;
            background-size: cover;
            background-position: center;
            display: flex;
            flex-direction: column;
            position: relative;
        }
        
        .hero-right-content {
            color: #ffffff;
        }
        
        .hero-right-title {
            font-size: 16px;
            font-weight: 500;
            color: #c3c3c3;
            margin-bottom: 16px;
        }
        
        .hero-right-links {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }
        
        .hero-right-links a:visited {color: #fff;}
        .hero-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            color: #ffffff;
            text-decoration: none;
            font-size: 18px;
            font-weight: 700;
            transition: color 0.3s ease;
        }
        
        .hero-link:hover {
            color: #c9e0ff;
        }
        

/* Posisi dan visibilitas block heading */
.hero-heading{
  position: absolute;           /* biar nggak ikut layout flex .hero-section */
  top: 50%;
  left: 50px;                   /* geser dari tepi kiri */
  transform: translateY(-50%);
  z-index: 5;                   /* di atas hero-panel */
  color:#fff;
  max-width: 45%;
  pointer-events: none;         /* text tidak clickable; hapus kalau perlu */
}
.hero-heading h2{ font-size: calc(3.5rem + 3vh)!important;  margin:0 0 8px; }
.hero-heading h3{  margin:0 0 14px; }
.hero-heading p {  line-height:28px; margin:0; }

        .click-btn {
            position: absolute;
            right: 60px;
            display: flex;
            align-items: center;
            gap: 7px;
            color: #ffffff;
            font-size: 16px;
            font-weight: 700;
        }

        .dark-blue{background-color: var(--lng-dark-blue);}
        .filter-blur-5 {backdrop-filter: blur(5px);}
        
        
        /* What We Do Section */
        .what-we-do {
            height: 650px;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 90px 184px;
        }
        
        .section-bg-text {
            position: absolute;
            font-size: 21.875rem;
            font-weight: 700;
            line-height: 428px;
            color: #ebf6ff;
            text-align: left;
            z-index: -1;
            top: 150%;
            left: 50%;
            transform: translate(-50%,-50%);
            white-space: nowrap;
        }
        
        .section-content {
            position: relative;
            z-index: 2;
            display: flex;
            align-items: center;
            gap: 194px;
        }
        
        .section-left {
            max-width: 583px;
        }
        
        .section-tag {
            font-size: 18px;
            font-weight: 700;
            color: #5d6d78;
            margin-bottom: 22px;
        }
        
        .single-content h2, .section-title {
            font-size: 60px;
            font-weight: 700;
            color: #262836;
            margin-bottom: 51px;
        }
        
        .section-description {
            font-size: 18px;
            font-weight: 400;
            line-height: 32px;
            color: #000000;
            max-width: 478px;
        }
        
        /* Capabilities Section */
        .capabilities-section {
            /*padding: 181px 113px;*/
            display: flex;
            gap: 42px;
        }
        
        .capabilities-left {
            max-width: 583px;
        }
        
        .capabilities-title {
            font-size: 50px;
            font-weight: 700;
            line-height: 61px;
            color: #262836;
            margin-bottom: 1rem;
        }
        
        .capabilities-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 0;
            margin-bottom: 10px;
        }
        
        .capability-item {
            padding: 15px 28px;
            display: flex;
            align-items: center;
            gap: 9px;
            border-bottom: 1px solid rgba(0, 96, 222, 0.2);
        }
        
        .capability-item:first-child,
        .capability-item:nth-child(3) {
            border-right: 1px solid rgba(0, 96, 222, 0.2);
        }
        .capability-item:nth-child(3), .capability-item:nth-child(4) {
            border-bottom: none;
        }
        
        .capability-icon {
            width: 60px;
            height: 60px;
        }
        
        .capability-text {
            font-size: 16px;
            font-weight: 700;
            line-height: 19px;
            color: #262836;
        }
        
        .capabilities-right {
            flex: 1;
        }
        
        .capabilities-image {
            width: 588px;
            height: 392px;
            border-radius: 5px;
            object-fit: cover;
        }
        
        /* Problem Solving Section */
        .problem-solving {
            background-color: #eff9ff;
            display: flex;
            gap: 50px;
        }
        
        .problem-image {
            width: 588px;
            height: 392px;
            border-radius: 5px;
            object-fit: cover;
        }
        
        .problem-content h2.accordion-header button {
            font-size: 30px;
            font-weight: bold;
        }
        
        .problem-title {
            font-size: 50px;
            font-weight: 700;
            line-height: 61px;
            color: #262836;
            margin-bottom: 10px;
        }
        
        .problem-description {
            font-size: 18px;
            font-weight: 400;
            line-height: 32px;
            color: #000000;
            margin-bottom: 10px;
            max-width: 537px;
        }
.capability-accordion .accordion-button {
    display: flex;
    justify-content: space-between; /* judul di kiri, count + arrow di kanan */
    align-items: center;
}

.capability-accordion .accordion-title {
    flex: 1; /* judul ambil sisa ruang kiri */
}

.capability-accordion .solution-count {
    margin-right: 0.5rem; /* jarak kecil sebelum arrow */
    font-size: 0.9rem;
    color: #666;
    white-space: nowrap;
}

.capability-accordion .accordion-button::after {
    margin-left: 0; /* arrow langsung setelah solution count */
}
.capability-accordion .solution-item {
    padding: 1rem 0;
}
.capability-accordion a.solution-link {
    color: #000;
}
.capability-accordion a.solution-link:hover {
    color: #000;
    
}

.solution-link i {
  margin-left: 1rem; /* atau sesuaikan jaraknya */
  vertical-align: middle; /* supaya ikonnya sejajar dengan teks */
  color: #0060DE;
}

.solution-link {
  position: relative;
  color: inherit;
  text-decoration: none;
}

.solution-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px; /* tebal garis underline */
  background-color: #0060DE; /* warna sama dengan teks */
  transition: width 0.3s ease;
}
.solution-title {
    font-weight: bold;
    line-height: 2rem;;
}

.solution-link:hover::after {
  width: 75%;
}


.single-content ol {
    margin: 0;

}

.capability-accordion p {
    font-size: 14px;
}

.capability-accordion .solution-item:not(:last-child) {
    border-bottom: 1px solid #ddd; /* hanya di tengah */
}
.accordion-body .col-md-4 {
    border-bottom: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    padding: 15px;
}

.solution-item p {line-height: 1.5rem; margin-bottom: 0.2rem; font-size: inherit;}
.solution-item ul, .solution-item ol {margin: 1rem 0;}

/* Hilangkan border-right di kolom terakhir setiap baris */
.accordion-body .col-md-4:nth-child(3n) {
    border-right: none;
}

/* Hilangkan border-bottom di 3 item terakhir (baris terakhir) */
.accordion-body .col-md-4:nth-last-child(-n+2) {
    border-bottom: none;
}

.jump-section, .sidebar {border-left: 1px solid #dee2e6;margin-left: 3rem;}
.jump-section ol, .sidebar ol {margin: 0;}
.jump-section ol li::marker, .sidebar ol li::marker {
    font-weight: bold;
    color: #0060DE;
}
.jump-section ol li a, .sidebar ol li a {font-weight: bold; color: #000; font-size: 18px;}
.jump-section h3, .sidebar h3 {font-weight: bold; font-size: 24px;;}



h2.related-section-title {
    font-size: 45px;
    font-weight: bold;
    color: white;
}

h3.related-item-title {
    font-size: 24px;
    font-weight: bold;
    color: white;
}

        
        /* Industries Section */
        .industries-section {
            background-color: #eff9ff;
            padding: 79px 113px;
            display: flex;
            gap: 41px;
        }
        
        .industries-content {
            max-width: 584px;
        }
        
        .industries-title {
            font-size: 41px;
            font-weight: 700;
            line-height: 50px;
            color: #262836;
            margin-bottom: 10px;
        }
        
        .industries-description {
            font-size: 18px;
            font-weight: 400;
            line-height: 32px;
            color: #000000;
            margin-bottom: 15px;
            max-width: 537px;
        }
        
        .sectors-title {
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
            color: #000000;
            margin-bottom: 32px;
        }
        

        
        .sector-header {
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 1px;
        }
        
        .sector-icon {
            width: 24px;
            height: 24px;
        }
        
        .sector-name {
            font-size: 16px;
            font-weight: 700;
            line-height: 20px;
            color: #000000;
        }
        
        .sector-description {
            font-size: 14px;
            font-weight: 400;
            line-height: 25px;
            color: #000000;
        }
        
        .industries-image {
            width: 588px;
            height: 392px;
            border-radius: 5px;
            object-fit: cover;
        }
        
        /* Insurance Insights Section */
        .insights-section {
            padding: 60px;
        }
        
        .insights-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 48px;
        }
        
        .insights-title {
            font-size: 41px;
            font-weight: 700;
            line-height: 51px;
            color: #262836;
        }
        
        .insights-grid {
            display: flex;
            gap: 50px;
            margin-bottom: 60px;
        }
        
        .insight-card {
            flex: 1;
            max-width: 417px;
        }
        
        .insight-image {
            width: 417px;
            height: 278px;
            object-fit: cover;
            margin-bottom: 25px;
        }
        
        .insight-category {
            font-size: 18px;
            font-weight: 700;
            line-height: 22px;
            color: #0060de;
            margin-bottom: 10px;
        }
        
        .insight-title {
            font-size: 24px;
            font-weight: 700;
            line-height: 29px;
            color: #262836;
            margin-bottom: 10px;
        }
        
        .insight-description {
            font-size: 16px;
            font-weight: 400;
            line-height: 25px;
            color: #000000;
            margin-bottom: 15px;
            max-width: 384px;
        }
        
        .read-more {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #000000;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            transition: color 0.3s ease;
        }
        
        .read-more:hover {
            color: #0060de;
        }
        
        .read-more-icon {
            width: 24px;
            height: 24px;
        }
        
        /* Comprehensive Support Section */
        .comprehensive-section {
            position: relative;
            background-image: url('../images/img_.png');
            background-size: cover;
            background-position: center;
            /*transform: translate(-50%, -50%) rotate(-45deg);*/
        }
        
        .comprehensive-content {
            background-color: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(3px);
        }
        
        /* About Section */
        .about-section {
            background-color: #2e3f55;
            padding: 60px;
            position: relative;
            overflow: hidden;
        }
        
        .about-content {
            z-index: 10;
            position: relative;
        }
        
        .about-left {
            max-width: 583px;
        }
        
        .about-title {
            font-size: 60px;
            font-weight: 700;
            line-height: 73px;
            color: #ffffff;
        }
        
        .about-right {
            max-width: 537px;
        }
        
        .about-description {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #ffffff;
            margin-bottom: 40px;
        }
        
        .divider {
            height: 1px;
            background-color: #ffffff;
            margin: 100px 0;
        }
        

        

        .about-section::before {
        content: attr(data-background-text);
        position: absolute;
        top: 15%;
        right: 10%;
        transform: translate(-50%, -50%) translateY(var(--parallax-y, 0px));
        font-size: 21.875rem;
        font-weight: 700;
        line-height: 1;
        color: rgba(235, 246, 255,0.1);
        white-space: nowrap;
        pointer-events: none;
        z-index: 0;
        transform: translateX(var(--parallax-x, 0));
        pointer-events: none;
        }


        
        
        
        .facts-left {
            max-width: 440px;
        }
        
        .facts-title {
            font-size: 35px;
            font-weight: 700;
            line-height: 43px;
            color: #ffffff;
            margin-bottom: 35px;
        }
        
        .facts-description {
            font-size: 18px;
            font-weight: 400;
            line-height: 28px;
            color: #ffffff;
        }
        
        .facts-right {
            display: flex;
            gap: 50px;
        }
        
        .fact-item {
            text-align: left;
        }
        
        .fact-number {
            font-size: 75px;
            font-weight: 700;
            line-height: 92px;
            color: #ffffff;
        }
        
        .fact-text {
            font-size: 18px;
            font-weight: 400;
            line-height: 22px;
            color: #ffffff;
        }
        
        /* Contact Section */
        .contact-section {
            height: 457px;
            background-image: url('../images/img__0x0.png');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .contact-card {
            background-color: rgba(255, 255, 255, 0.75);
            padding: 50px 100px;
            border-radius: 5px;
            display: flex;
            gap: 88px;
            align-items: center;
        }
        
        .contact-left {
            max-width: 440px;
        }
        
        .contact-tag {
            font-size: 18px;
            font-weight: 700;
            color: #5d6d78;
            margin-bottom: 9px;
        }
        
        .contact-title {
            font-size: 50px;
            font-weight: 700;
            line-height: 62px;
            color: #262836;
        }
        
        .contact-right {
            max-width: 632px;
        }
        
        .contact-info {
            display: flex;
            align-items: center;
            gap: 5px;
            margin-bottom: 14px;
        }
        
        .contact-icon {
            width: 64px;
            height: 64px;
        }
        
        .contact-phone {
            font-size: 65px;
            font-weight: 500;
            line-height: 80px;
            color: #262836;
        }
        
        .contact-subtitle {
            font-size: 20px;
            font-weight: 500;
            line-height: 25px;
            color: #000000;
            margin-bottom: 18px;
            margin-left: 80px;
        }
        
        /* Footer */
        .footer {
            background-color: #162130;
        }
        .footer a.footer-link {color: #fff;}
        .footer-main {
            padding: 60px 100px 40px;
        }
        
        .footer-lang {
            font-size: 14px;
            color: #ffffff;
            margin-bottom: 45px;
        }
        
        .footer-content {
            display: flex;
            gap: 150px;
        }
        
        
        
        .footer-logo {
            width: 190px;
            height: 53px;
            margin-bottom: 31px;
        }
        
        .footer-description {
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            color: #ffffff;
            margin-bottom: 23px;
        }
        
        .newsletter {
            display: flex;
            gap: 0;
        }
        
        .newsletter-input {
            flex: 1;
            padding: 20px 10px;
            border: none;
            border-bottom: 1px solid #ffffff;
            background: transparent;
            color: #ffffff;
            font-size: 14px;
        }
        
        .newsletter-input::placeholder {
            color: #ffffff;
        }
        
        .newsletter-btn {
            background-color: transparent;
            color: #fff;
            padding: 20px 10px;
            border: 2px solid #fff;
            margin-left: 2px;;
            border-radius: 5px 5px 0 5px;
            font-size: 16px;
            font-weight: 700;
            cursor: pointer;
            min-width: 97px;
        }
        .newsletter input[type="email"] {
            border-radius: 0;
            border:none;
            border-bottom:1px solid #fff;
            padding: 0 20px;
        }
        .newsletter button {border-radius: 0;}
        .footer-right {
            display: flex;
            gap: 150px;
        }
        
        .footer-column {
            min-width: 93px;
        }
        
        .footer-column-title {
            font-size: 18px;
            font-weight: 700;
            color: #d5d5d5;
            margin-bottom: 23px;
        }
        
        .footer-link {
            display: block;
            font-size: 16px;
            font-weight: 500;
            color: #ffffff!important;
            text-decoration: none;
            margin-bottom: 12px;
            transition: color 0.3s ease;
        }
        
        .footer-link:hover {
            color: #c9e0ff;
        }
        
        .footer-content ul{margin-left: 0px;padding-left: 0px;list-style: none;}
        .footer-bottom {
            border-top: 1px solid #ffffff;
            padding: 22px 60px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        #backToTop {
            position: fixed; 
            bottom: 100px; 
            right: 20px; 
            background: #0d6efd; 
            color: #fff; 
            padding: 5px 15px; 
            border-radius: 50%; 
            text-decoration: none; 
            display: none; 
            z-index: 999;
        }
        #backToTop:hover {
              background: #0b5ed7;
            }
        
        .footer-copyright p {
            font-size: 12px;
            color: #ffffff;
            margin-bottom: 8px;
        }
        
        .social-icons {
            display: flex;
            gap: 10px;
        }
        
        .social-icon {
            width: 25px;
            height: 25px;
            transition: opacity 0.3s ease;
        }
        
        .social-icon:hover {
            opacity: 0.8;
        }

        /* Accordion */
        .accordion-section-title {
            font-family: inherit;
            font-size: 35px;
            font-weight: bold;
            line-height: 2.9rem;
        }

        
        /* Responsive Design */
        @media (max-width: 768px) {
            .col-3{width: 100%;}
            .hero-section, .hero-section-small {
                flex-direction: column;
                height: auto;
            }
            
            .hero-left,
            .hero-right {
                width: 100%;
            }
            
            .hero-title {
                font-size: 40px;
                line-height: 50px;
            }
            
            .hero-buttons {
                flex-direction: column;
                gap: 15px;
            }
            
            .section-content {
                flex-direction: column;
                gap: 50px;
            }
            
            .capabilities-section,
            .problem-solving,
            .industries-section {
                flex-direction: column;
                gap: 30px;
            }
            
            .insights-grid {
                flex-direction: column;
                gap: 30px;
            }
            
            .about-content,
            .facts-section {
                flex-direction: column;
                gap: 30px;
            }
            
            .contact-card {
                flex-direction: column;
                gap: 30px;
                padding: 30px;
            }
            
            .footer-content,
            .footer-right {
                flex-direction: column;
                gap: 30px;
            }
        }
        
        @media (max-width: 480px) {
            .header {
                padding: 0 20px;
                flex-wrap: wrap;
                height: auto;
                min-height: 120px;
            }
            
            .nav-menu {
                flex-wrap: wrap;
                gap: 15px;
            }
            
            .hero-left,
            .hero-right {
                padding: 40px 20px;
            }
            
            .section-title {
                font-size: 40px;
                line-height: 50px;
            }
            
            .capabilities-grid {
                grid-template-columns: 1fr;
            }
            
            .sectors-grid {
                flex-direction: column;
            }
        }
    
.capability-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.cap-item, .flex-wrap .cap-item {
    flex: 0 0 calc(25% - 2rem);
}

.cap-item h4 {line-height: 1.375rem!important;}
.cap-item-3, .flex-wrap .cap-item-3 {
    flex: 0 0 calc(33.3333% - 1rem);
}

.cap-thumb { width:100%; height:auto; margin-bottom:12px; }
.cap-title { font-size:1.2rem; margin-bottom:8px; }
.cap-excerpt { font-size:1rem; color:#555; margin-bottom:12px; }

@media(max-width:992px){ .cap-item{ flex:1 1 calc(50% - 24px); } }
@media(max-width:576px){ .cap-item, .flex-wrap .cap-item{ flex:1 1 100%; } .px-24{padding-inline-end: 1rem !important;
  padding-inline-start: 1rem !important;} }


.filter-row, .blue-section, .blue-bg {
    background: var(--lng-light-blue-primary)!important;
}

.blue-bg-lng {
    background: var(--lng-blue);
}

.blue-bg-light {
    background: var(--lng-light-blue);
}

.blue-bg-lighten-2 {
    background: var(--lng-lighten-blue-2);
}

.blue-lng-primary {
    background-color: var(--lng-primary);
}

/* Style umum select */
.filter-controls select.form-select {
    border: none;                  /* hilangkan semua border */
    border-bottom: 2px solid #c0c0c0; /* kasih hanya border bawah */
    border-radius: 0;              /* buang radius default */
    
    box-shadow: none;              /* hilangkan shadow bootstrap */
    padding: 6px 8px;              /* sedikit padding */
    font-size: 16px;
    color: #333;
  }

  /* Saat focus */
  .filter-controls select.form-select:focus {
    border-color: #007bff;   /* ganti warna sesuai theme */
    outline: none;
    box-shadow: none;
  }

  /* Styling dropdown option (cross browser support berbeda2) */
  .filter-controls select.form-select option {
    padding: 8px;
    font-size: 15px;
    color: #333;
    background: #fff;   /* putih */
  }
  
  /* Optional: hover di option (bisa beda per browser) */
  .filter-controls select.form-select option:hover {
    background: #f2f2f2;
  }









  .custom-select {
  position: relative;
  border-bottom: 2px solid #B7E2FE;
  cursor: pointer;
  font-size: 16px;
  padding: 6px 8px;
  background: transparent;
  user-select: none;
}

.custom-select .select-trigger {
  padding: 4px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.custom-select .select-trigger::after {
  content: "▾";
  font-size: 24px;
  margin-left: 8px;
  color: #0050c7;
}

.custom-select .options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f9fcfe;
  border: 1px solid #ddd;
  border-radius: 0 0 5px 5px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  z-index: 99;
}

.custom-select .options.show {
  max-height: 200px; /* tinggi maksimal dropdown saat terbuka */
  overflow-y: auto;
  margin-top: 3px;;
}

.custom-select .option {
  padding: 8px;
  cursor: pointer;
}

.custom-select .option:hover {
  background: #f2f2f2;
}


.bg-section {
  position: relative;
  overflow: hidden;
  min-height: 500px; /* biar terasa luas */
}

.bg-section::before {
  content: attr(data-background-text);
  position: absolute;
  top: 15%;
  right: 10%;
  transform: translate(-50%, -50%) translateY(var(--parallax-y, 0px));
  font-size: 21.875rem;
  font-weight: 700;
  line-height: 1;
  color: #ebf6ff;
  white-space: nowrap;
  pointer-events: none;
  z-index: -2;
  transform: translateX(var(--parallax-x, 0));
  pointer-events: none;
}


.bg-section .section-content {
  position: relative;
  z-index: 1; /* supaya konten di atas background-text */
}

.card-img-top img {
    width: 300px;

}

.card-img-top-height img{
    height: 250px;
    
}


.card-img-sidebar img {
    width: calc(100% - 3rem); /* misalnya kurangi 20px dari lebar kontainer */
    height: auto;             /* biar proporsional */
    object-fit: contain;      /* gambar tetap utuh, tidak ketarik */
    margin-bottom: 0.3rem;   
}

a.card-grid-title h5, a .card-title {
    font-size: calc(120%)!important;
}

h3.card-title{ line-height: 1.625rem!important;}
.card-title {min-height: 4rem;}

/* Reset dan overlay default Select2 */
.select2-container {
  width: 100% !important;
  box-sizing: border-box;
  display: block !important;
  font-family: inherit !important;
  font-size: 0.95rem !important;
}

/* Tampilan input utama */
.select2-selection {
  background-color: transparent !important;
  border: 0px solid #d9dee3 !important;
  border-bottom: 1px solid #d9dee3 !important;
  border-radius: 0rem !important; /* Bootstrap-ish */
  min-height: 38px !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 0.5rem !important;
  box-shadow: none !important;
  transition: border-color 0.2s ease-in-out;
}

/* Saat focus */
.select2-container--open .select2-selection {
  border-color: var(--lng-dark-blue) !important; /* warna primer Bootstrap 5 */
  outline: 0 !important;
 
}

/* Placeholder dan teks selected */
.select2-selection__rendered {
  color: #3d3d3d !important;
  line-height: normal !important;
  font-size: 1.2rem !important;
  display: flex !important;
  align-items: center !important;
}

/* Tombol clear (x) */
.select2-selection__clear {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
  line-height: 1 !important;
  margin: 0 !important;
  padding: 0 4px !important;
  font-size: 1.4rem !important; /* bisa diatur sesuai besar teks */
  vertical-align: middle !important;
  position: relative !important;
  top: 0 !important;
   color: 3d3d3d !important;
}
.select2-selection__clear span {
  display: inline-block !important;
  line-height: 1 !important;
  vertical-align: middle !important;
}


/* Panah dropdown */
.select2-selection__arrow {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  right: 8px !important;
  top: 0 !important;
}
.select2-selection__arrow b {
  border-color: #a1acb8 transparent transparent transparent !important;
}

/* Dropdown menu */
.select2-dropdown {
  background: #fff !important;
  border: 1px solid #d9dee3 !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.25rem 0.75rem rgba(161,172,184,.25) !important;
  padding: 0.25rem 0 !important;
  z-index: 9999 !important;
  margin-top: 2px!important;
}

/* Opsi dalam dropdown */
.select2-results__option {
  padding: 0.5rem 1rem !important;
  font-size: 0.95rem !important;
  cursor: pointer !important;
}
.select2-results__option--highlighted {
  background-color: #f5f5f9 !important;
  color: #696cff !important;
}
.select2-results__option[aria-selected="true"] {
  background-color: rgba(211, 240, 253, 0.85) !important;
  color: #000 !important;
}

/* Search box dalam dropdown */
.select2-search--dropdown .select2-search__field {
  width: 100% !important;
  padding: 0.375rem 0.75rem !important;
  border: 1px solid #d9dee3 !important;
  border-radius: 0.375rem !important;
  font-size: 0.95rem !important;
  outline: none !important;
  box-sizing: border-box !important;
}


.select2-container .select2-selection--single {
  height: 38px; /* samain dengan form-control bootstrap */
  padding: 5px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  color: 3d3d3d; /* warna text */
  font-size: 1.2rem;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #3d3d3d!important; /* custom warna placeholder */
  font-style: normal;
}

/* Saat select2 dalam keadaan fokus / open */
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: none!important;   /* warna border saat fokus */
  border-bottom: 2px solid rgb(134, 183, 254)!important; 
  
}

/* Input pencarian di dalam dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #0d6efd!important;
  outline: none!important;
  box-shadow: 0 0 3px rgba(13,110,253,0.5)!important;
}

/* Optional: ubah warna highlight option ketika hover/focus */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #0d6efd!important;
  color: #fff!important;
}


/* Style untuk input search agar seragam dengan Select2 */
#glosari-search.form-control, #taxonomy-glosari-search.form-control, #bedahpolis-search.form-control {
  height: 38px;                  /* samakan dengan Select2 */
  border-radius: 0px;            /* sama dengan select2 border */
  border: 0px solid #ced4da;     /* border abu Bootstrap */
  border-bottom: 1px solid #ced4da;     /* border abu Bootstrap */
  padding: 6px 12px;             /* padding normal */
  font-size: 14px;
  line-height: 1.428;            /* biar sejajar teksnya */
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

#glosari-search::placeholder, #taxonomy-glosari-search::placeholder, #bedahpolis-search::placeholder {
  color: #3d3d3d;        /* ubah warna tulisan */
  font-style: normal; /* bikin miring */
  font-size: 1.2rem;    /* ubah ukuran */
  opacity: 1;         /* biar warnanya tidak transparan */
}

/* Fokus state */
#glosari-search.form-control:focus, #taxonomy-glosari-search.form-control:focus, #bedahpolis-search.form-control:focus, .select2-selection:focus {
    border:none;
    border-bottom: 2px solid #86b7fe;         /* warna fokus biru bootstrap */
  
}

#alphabet-filter button:hover {
    background: var(--lng-primary);
    color: white;
}
.taxonomy-search-input {
  font-size: 1.25rem!important;   
  padding: .5rem!important;        
  height: auto!important;         
  
}


/* --- General Table Styling --- */
#tinjauan, #tinjauan.analisa {
  width: 100%;
  border-collapse: collapse;
  
  font-size: 14px;
  margin: 20px 0;
}

/* --- Table Head --- */
#tinjauan thead tr, #tinjauan.analisa thead tr {
  background-color: var(--lng-dark-blue);
  color: #fff;
  text-align: center;
  font-weight: bold;
}
#tinjauan thead td, #tinjauan.analisa thead td {
  padding: 10px;
  border: 1px solid #ddd;
}

/* --- Table Cells --- */
#tinjauan td, #tinjauan.analisa td {
  padding: 8px 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

/* --- Column Widths --- */
#tinjauan td.no, #tinjauan.analisa td.no {
  width: 40px;
  text-align: center;
  font-weight: bold;
}
#tinjauan td.type, #tinjauan.analisa td.type {
  width: 220px;
  font-weight: 500;
}
#tinjauan td.check, #tinjauan.analisa td.check {
  width: 60px;
  text-align: center;
}
#tinjauan td.remarks, #tinjauan.analisa td.remarks {
  width: 250px;
}

/* --- Subhead (Kategori) --- */
#tinjauan tr.subhead td, #tinjauan.analisa tr.subhead td {
  background-color: var(--lng-light-blue);
  font-weight: bold;
  text-transform: uppercase;
  color: #2c3e50;
  padding: 15px 10px;
}

/* --- Zebra Striping --- */
#tinjauan tbody tr:nth-child(even):not(.subhead), #tinjauan.analisa tbody tr:nth-child(even):not(.subhead) {
  background-color: var(--lng-gray-50);
}

/* --- Checkmark Colors (override inline) --- */
#tinjauan span, #tinjauan.analisa span {
  font-size: 16px;
  font-weight: bold;
}
#tinjauan span[style*="#ff0000"], #tinjauan.analisa span[style*="#ff0000"] { /* High = Red */
  color: #e74c3c !important;
}
#tinjauan span[style*="#ff9900"], #tinjauan.analisa span[style*="#ff9900"] { /* Mid = Orange */
  color: #e67e22 !important;
}
#tinjauan span[style*="#209120"], #tinjauan.analisa span[style*="#209120"] { /* Low = Green */
  color: #27ae60 !important;
}

/* --- Responsive Scroll --- */
@media (max-width: 768px) {
  #tinjauan, #tinjauan.analisa {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

.crumb ol {margin-bottom: 0px;;}
.post-nav a small {
  line-height: 1;
  display: flex;
  align-items: center;
}
.post-nav .separator {
  opacity: 0.6;
}

.news-hero h2.news-title {
    line-height: 2.5rem;
}
.news-hero h2.news-title a{
    
    font-size: calc(70%);
    line-height: .5rem;
}
.hero-article img {
    width: 100%;
    height: calc(80%);
}
.main-hero .post-meta a{color: var(--lng-white);}
.main-hero .post-meta a:visited{color: var(--lng-white);}
.main-hero .post-meta.right-list a{color: var(--lng-black);}
.top-right-list h2 {
    font-size: calc(1.3625rem + 0.2vh)!important;
    line-height: 1.75rem;
}
.top-right-list h2 a, .top-right-list h2 a:visited{color: var(--lng-black);}


#slide-content {
  overflow-x: hidden;   /* cegah scroll horizontal */
}
/* Hilangkan scrollbar horizontal */
.slider-container {
  overflow-x: hidden; /* cegah muncul scrollbar */
}

.slide-item {min-width: 350px;}
.chevron-left,
.chevron-right {
  width: 65px;   /* sama dengan height */
  height: 65px;  /* bikin kotak */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;    /* supaya isi ikon ter-center */
  border-radius: 50%; /* kalau mau bulat, hapus kalau mau kotak */
}


.slide-item h2{
    font-size: calc(3rem + 3vh)!important;
}
/* progress wrapper */
.slider-progress {
  height:100%; width:0; background:var(--lng-primary); border-radius:2px; transition:width 0.4s;
}

/* progress bar */
.slider-progress-bar {
  height:4px; background:#ffffff; border-radius:2px;
}
