    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: 'Cormorant Garamond', 'Helvetica Neue', Arial, sans-serif;
        font-size: 16px;
        line-height: 1.6;
        color: #000f47;
        background-color: #ffffff;
        overflow-x: hidden!important;
    }
    
    .container {
        width: 100%;
        max-width: 1440px;
        margin: 0 auto;
        position: relative;
    }
    
    /* Header Styles */
    .header {
        background-color: transparent;
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 60px;
        position: relative;
        z-index: 100;
    }
    .main-logo{max-width: 200px;}
    .logo {
        width: auto;
        height: 75px;
    }
    
    .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;
    }
    
    a.glink, .header-text {
        font-size: 14px;
        color: #4e5267;
        text-decoration: none;
    }
    
    .header-text.bold {
        font-weight: 700;
    }

    
    
    /* Hero Section */
    .hero-section {
        
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        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: 25px;
        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: 50px;
    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!important;
    color: #0060de!important;
    padding: 20px 20px;
    border: none!important;
    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(1, 76, 148, 0.75);
}
@media (max-width:480px){
    section.hero-panel .hero-middle {
    display: none !important;
  }
}
.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; line-height: 3.9rem;}
.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-3 {backdrop-filter: blur(3px);}
.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: 14px;
    font-weight: 400;
    color: #5d6d78;
    margin-bottom: 0px;
    font-family: 'Involve';
}

.single-content h2, .section-title {
    font-size: 60px!important;
    font-weight: 400;
    color: #000f47;
    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: #000f47;
    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-item-2 {
    padding: 15px 28px;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 9px;
    border-bottom: 1px solid rgba(0, 96, 222, 0.2);
}

.capability-item-2 p{
    font-size: 14px;
}
.capability-item-2:first-child,
.capability-item-2:nth-child(3) {
    border-right: 1px solid rgba(0, 96, 222, 0.2);
}
.capability-item-2:nth-child(3), .capability-item-2:nth-child(4) {
    border-bottom: none;
}

.capability-icon {
    width: 60px;
    height: 60px;
}

.capability-text {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #000f47;
}

.capabilities-right {
    flex: 1;
}

.capabilities-image {
    width: 588px;
    height: 392px;
    border-radius: 0px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}

/* Problem Solving Section */
.problem-solving {
    background-color: #ceecff;
    display: flex;
    gap: 50px;
}

.problem-image {
    width: 588px;
    height: 392px;
    border-radius: 35px;
    object-fit: cover;
    aspect-ratio: 3 / 2;
}



.problem-content h2.accordion-header button {
    font-size: 25px;
    font-weight: bold;
}

.problem-title {
    font-size: 50px;
    font-weight: 700;
    line-height: auto;
    color: #000f47;
    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 {
    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;border-top: 0px solid #dee2e6; margin-left: 3rem; padding-block-start: 0;}
.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;
    display: flex;
    gap: 41px;
}

.industries-content {
    max-width: 584px;
}

.industries-title {
    font-size: 41px;
    font-weight: 700;
    line-height: 50px;
    color: #000f47;
    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: auto;
    border-radius: 35px;
    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: #000f47;
}

.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;
    border-radius: 20px 20px 0 0;
}
.insight-content {
    border-radius: 0 0 20px 20px;
    min-height: 420px;
}

.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: #000f47;
    margin-bottom: 10px;
}

.insight-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #000000;
    margin-bottom: 15px;
    max-width: 384px;
}

.read-more {
    padding-bottom: 5px;
    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: #000f47;
    padding: 60px;
    position: relative;
    overflow: hidden;
}

.about-content {
    z-index: 10;
    position: relative;
}

.about-left {
    max-width: 583px;
}

.about-title {
    font-size: 60px!important;
    font-weight: 400;
    color: #ffffff;
}



.about-description {
    font-size: 18px;
    font-weight: 300;
    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: 6rem;
    font-weight: 400;
    line-height: 92px;
    font-family: 'Cormorant Garamond';
    color: var(--lng-white);
    margin-bottom: 10px;
}

.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;
}
@media (max-width: 768px) {
.contact-section {
    height: auto;
} 
}

.contact-card {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 50px 100px;
    border-radius: 5px;
    display: flex;
    gap: 88px;
    align-items: center;
}

.contact-left {
    max-width: 390px;
}

.contact-tag {
    font-size: 16px;
    font-weight: 700;
    color: #5d6d78;
    margin-bottom: 9px;
}
.cta-note {
    font-size: 18px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 9px;
}
.contact-title {
    font-size: 50px;
    font-weight: 700;
    line-height: 62px;
    color: #000f47;
}

.contact-right {
    max-width: 632px;
}

.contact-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.contact-icon {
    width: 45px;
    height: 45px;
    color: #0060DE;
}

.contact-phone {
    font-size: 53px;
    font-weight: 500;
    line-height: 80px;
    color: #000f47;
    font-family: 'Involce', sans-serif;
    font-weight: 700;
}
.contact-phone a{color: #000f47!important;}

.contact-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #3f3f3f;
    margin-bottom: 18px;
    margin-left: 0px;
}

/* Footer */
.footer {
    background-color: #000f47;
}
.footer a.footer-link, .footer a {color: #fff;}


.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: 5px;;
    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;

  width: 60px;

  text-decoration: none;

  display: none;

  z-index: 999;

  flex-direction: column;
  align-items: center;

  color: white;
  mix-blend-mode: difference;

  line-height: 1;
}

#backToTop.visible {
  display: flex;
}


/* CHEVRON */
#backToTop .backToTop-icon {
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 8px;
}

#backToTop .backToTop-icon i {
  display: block;

  font-size: 22px;
  line-height: 1;

  margin: 0;
}


/* TEXT */
#backToTop .backToTop-text {
  display: block;

  width: 100%;

  text-align: center;

  font-size: 10px;
  line-height: 1.2;
}

.brave_popup .brave_popup__step__overlay{backdrop-filter: blur(5px);}
.brave_element__text_inner {font-family: 'Cormorant Garamond'!important;}
.brave_popup .brave_element.brave_element--text .brave_element__text_inner h1, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h2, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h3, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h4, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h5, .brave_popup .brave_element.brave_element--text .brave_element__text_inner h6 {font-size:2rem!important; font-family: 'Cormorant Garamond'!important; font-weight: 900!important;line-height: 1.1;}
.brave_element__inner .wpcf7-form-control-wrap .form-control{
    height: 42px!important;
    background-color: #fff!important;
    border: 0px solid #b0b0b0!important;
    border-radius: 6px!important;
}
.brave_element__inner .wpcf7-list-item-label {
    font-size: 1rem!important;
}
.brave_popup .brave_popup__close.brave_popup__close--inside_right{right: 12px!important;}
.footer-copyright p {
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 8px;
}
.brave_popup .wpcf7-not-valid {font-size: 0.8em;}
.brave_popup .wpcf7-not-valid-tip {font-size: 0.8em; margin-left: 2rem; display: none;}
.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-size: 2.6rem!important;
    font-weight: bold;
    line-height: 3.3rem;
}




.capability-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.cap-item, .flex-wrap .cap-item {
    flex: 0 0 calc(25% - 1.6rem);
}

.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; }

.img-fluid {
    width: 100%;          /* responsive */
    max-width: 450px;     /* maksimal 450px */
    height: auto;         /* proporsional */
    aspect-ratio: 3 / 2;  /* 450:300 = 3:2 */
    object-fit: cover;    /* crop bagian tengah */
}


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

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

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

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

.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: 650px; /* 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: #fff;
  white-space: nowrap;
  pointer-events: none;
  z-index: 0;
  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;
    aspect-ratio: 3 / 3;

}
.card-img-top-32 img {
    width: 300px;
    border-radius: 15px;
    aspect-ratio: 3 / 2;

}

.card-img-top-height img{
    width: 100%;
    aspect-ratio: 3 / 2;
    
}


.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(110%)!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, #glosari-search.form-control, #insuranceclause-search.form-control, #riskrecom-search.form-control, #news-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: 1.35rem;
  line-height: 1.428;            /* biar sejajar teksnya */
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.wpcf7-form-control-wrap .form-control {
  height: 38px;                  /* samakan dengan Select2 */
  border-radius: 0px;            /* sama dengan select2 border */
  border: 0px solid #ced4da;     /* border abu Bootstrap */
  border-bottom: 2px solid #ced4da;     /* border abu Bootstrap */
  padding: 6px 12px;             /* padding normal */
  font-size: 1rem;
  line-height: 1.428;            /* biar sejajar teksnya */
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}


.wpcf7-form-control-wrap textarea.wpcf7-textarea {
  height: 38px;                  /* samakan dengan Select2 */
  border-radius: 0px;            /* sama dengan select2 border */
  border: 2px solid #ced4da;     /* border abu Bootstrap */
  padding: 12px 12px;             /* padding normal */
  font-size: 1rem;
  line-height: 1.428;            /* biar sejajar teksnya */
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  min-height: 175px;
}

.wpcf7-not-valid {
    border-color: var(--lng-danger)!important;
}
.wpcf7-not-valid::placeholder {color: var(--lng-danger)!important;}
#glosari-search::placeholder, 
#taxonomy-glosari-search::placeholder, 
#bedahpolis-search::placeholder,
#insuranceclause-search::placeholder,
#riskrecom-search::placeholder,
#news-search::placeholder {
  color: #46535e;        /* ubah warna tulisan */
  font-style: normal; /* bikin miring */
  font-size: 1.2rem;    /* ubah ukuran */
  opacity: 1;         /* biar warnanya tidak transparan */
}

.wpcf7-form-control-wrap .form-control::placeholder {
      color: #3d3d3d;        /* ubah warna tulisan */
  font-style: normal; /* bikin miring */
  font-size: 0.9rem;    /* 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,
#insuranceclause-search.form-control:focus, 
#riskrecom-search.form-control:focus, 
.select2-selection:focus,
.wpcf7-form-control-wrap .form-control:focus {
    border:none;
    border-bottom: 2px solid #86b7fe;         /* warna fokus biru bootstrap */
    box-shadow: none;
}

#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 --- */
table, #tinjauan, #tinjauan.analisa {
  width: 100%;
  border-collapse: collapse;
  
  font-size: 14px;
  margin: 20px 0;
}

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

/* --- Table Cells --- */
table td, #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);}
.single-content .post-meta a,.single-content .post-meta a:visited, .single-content .post-meta {color: var(--lng-info);}
.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 */
}

.nav-text-1{
    width: 50%;
    font-family: 'Cormorant Garamond', Arial, Helvetica, sans-serif;
}

.breadcrumb li a {font-family: 'Cormorant Garamond', Helvetica; font-weight: bold;}
.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;
}


#bedahpolis-filter-kategori + .select2 .select2-selection__clear {
  margin-right: 8px !important;
}

/* Pagination container */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
    gap: 0.25rem;
}

/* Pagination items */
.pagination li {
    display: inline-block;
}

.pagination li a,
.pagination li span {
    display: block;
    padding: 0.2rem 0.75rem;
    color: #232323; /* warna link */
    background-color: #dee2e6;
    text-decoration: none;
    border-radius: 0.15rem;
    transition: all 0.2s;
    font-size: .85rem;
}

.pagination li a:hover, .pagination li .current {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}

.pagination li.active span {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
    pointer-events: none;
}

.pagination li.disabled span {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
    pointer-events: none;
}


mark {
    background-color: transparent !important;
    border-bottom: 2px solid var(--lng-info);
    color: #232323!important;
}


.about-card {
  position: relative;
  background: var(--lng-light-blue-primary);
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 0 4px 10px rgba(0,0,0,0.06);
  overflow: hidden;
  z-index: 0;
}

.about-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: var(--lng-primary, #005bac);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}

.about-card:hover::before {
  transform: scaleX(1); /* isi dari kiri ke kanan */
}

.about-card:hover {
  color: #fff;
  transform: translateY(0px) scale(1.0);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.about-card-icon i {
  color: var(--lng-primary, #005bac);
  transition: color 0.3s ease;
}

.about-card:hover .about-card-icon i, .about-card:hover h3 {
  color: #fff;
}


.img-thumb a img{
    aspect-ratio: 1 / 1;
    width: 125px;
}


/* ======= ============== =============================================== */

@media (max-width: 480px) {
    .px-24 {padding-inline: 2rem!important;}
    .header {
        padding: 0 20px;
        flex-wrap: wrap;
        height: auto;
        min-height: 90px;
    }
    
    .nav-menu {
        flex-wrap: wrap;
        gap: 15px;
    }
    
    .hero-section {
        flex-direction: column; /* tumpuk vertikal */
        align-items: stretch;
    }

    .hero-panel {
        flex-direction: column !important;
    }

    .hero-left {
        width: 100% !important;
        order: 1; /* tampilkan dulu */
        
    }

    .hero-middle {
        width: 100% !important;
        order: 2; /* tampilkan setelah hero-left */
        
    }

    .hero-heading {
        text-align: center;
        padding: 16px;
    }

    .click-btn {
        margin-top: 12px;
        text-align: center;
    }    
    
    .section-title {
        font-size: 40px;
        line-height: 50px;
    }
    
    .capabilities-grid {
        grid-template-columns: 1fr 1fr;
    }
    
    .sectors-grid {
        flex-direction: column;
    }
}  

@media (max-width: 576px) { 
  /* ≥ 576px = small devices (HP landscape, HP besar) */
   .hero-section {
    flex-direction: column; /* tumpuk vertikal */
    align-items: stretch;
  }

  .hero-panel {
    flex-direction: column !important;
  }

  .hero-left {
    width: 100% !important;
    order: 1; /* tampilkan dulu */
    height: auto;   /* 40% tinggi layar */
    max-height: auto;
    
  }
  
  h1.hero-title {
    font-size: calc(2rem + 1.325vh);
    line-height: 3rem;
    padding-block-start: 3rem;
}

  .hero-middle {
    width: 100% !important;
    order: 2; /* tampilkan setelah hero-left */
    
  }

  .hero-heading {
    text-align: center;
    padding: 16px;
  }

  .hero-subtitle {margin-bottom: 1rem;}

  .hero-buttons {display: block;}

  .click-btn {
    margin-top: 12px;
    text-align: center;
  }
  .cap-item, .flex-wrap .cap-item{ flex:1 1 100%; } 
  .px-24{padding-inline-end: 3rem !important;
  padding-inline-start: 3rem !important;} 
  .py-24 {padding-block-start: 3rem!important;padding-block-end: 3rem!important;}
}

@media (max-width: 768px) { 
  /* ≥ 768px = tablet (iPad Mini dsb) */

  
  .w-50 {width: 100%!important;}
 .hero-section {
    flex-direction: column; /* tumpuk vertikal */
    align-items: stretch;
    height: auto;
  }

  .hero-panel {
    flex-direction: column !important;
  }

  .hero-left {
    width: 100% !important;
    order: 1; /* tampilkan dulu */
  }

  .hero-middle {
    width: 100% !important;
    order: 2; /* tampilkan setelah hero-left */
    
  }

  .hero-heading {
    text-align: left;
    padding: 16px;
    width: 100%;
    max-width: 100%;
    left: 0;
  }
  .hero-heading h2 {
    font-size: calc(3rem + 1.325vh)!important;
  }

  .click-btn {
    margin-top: 12px;
    text-align: center;
  }

  .jump-section, .sidebar {
    margin-left: 0!important;
    border-left: 0px solid #dee2e6 !important;
    border-top: 1px solid #dee2e6!important;
    padding-block-start: 1rem !important;
}


.capability-item:nth-child(3), .capability-item:nth-child(4) {
    border-bottom: none;
}
.capability-item {padding: .5rem;}

.card-img-top img {width: 100%; height: auto;}
.card-img-top-32 img {
    width: 100%;
    aspect-ratio: 3 / 2;
}
.capability-accordion .solution-item:not(:last-child) {
    border-right: none;
}
    .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;
    }
    .hero-panel{width: 100%!important;}
    .hero-left {width: 100%!important;}
    section.hero-panel .hero-middle {
    display: none !important;
  }
  .comprehensive-section {
    padding: 3rem;
  }
  .comprehensive-section .comprehensive-content {
    margin-inline-start: 0rem!important;
    margin-inline-end: 0rem!important;
  }
  .hero-section-small {
    flex-direction: column;
  }
  .news-hero{
    flex-direction: column;
  }
  .capability-grid, .single-content {flex-direction: column;}
  .contact-phone {font-size: calc(1rem + 1.825vh);}
  .single-content h2, .section-title {line-height: 2.3rem;}
}
.mobile-nav {
    margin-top: 5rem;
}
.mobile-nav-main {
    padding-block-end: 2rem;
    margin-block-end: 2rem;
    border-bottom: 1px solid var(--lng-gray-75);
}
.mobile-nav-main a, .mobile-nav-main a:visited {
    font-size: calc(150%);
}
.mobile-nav-main a, .mobile-nav-main a:visited {
    color: #4e5267;
}

.mobile-nav-secondary{
    border-bottom: 1px solid var(--lng-gray-75);
    padding-block-end: 1rem;
    margin-bottom: 1rem;
}
.mobile-nav-secondary .nav-link {
    
    font-size: calc(.825rem + 0.65vh);
}

.mobile-language-switcher {
    border-bottom: 1px solid var(--lng-gray-75);
    padding-block-end: 1rem;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    padding: 2rem 2.5rem;
    transition: right 0.3s ease;
}
.mobile-menu.active { right: 0; }

.hamburger { font-size: 2rem; background: none; border: none; }
.close-btn { background: none; border: none; font-size: 2rem; float: right; }

#custom-language-switcher, #mobile-language-switcher {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media (max-width: 992px) { 
  /* ≥ 992px = laptop kecil */
}

@media (max-width: 1200px) { 
  /* ≥ 1200px = laptop/desktop besar */
}

@media (max-width: 1400px) { 
  /* ≥ 1400px = monitor besar / ultrawide */
}

@media(max-width:992px){ .cap-item{ flex:1 1 calc(50% - 24px); } }
@media(max-width:576px){ 
    
}