
.custom-breadcrumb .breadcrumb-item,
.custom-breadcrumb .breadcrumb-item a {
  color: #767676;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.custom-breadcrumb .breadcrumb-item a:hover {
  color: #5a5a5a;
}

.custom-breadcrumb .breadcrumb-item.active {
 color: #0149AC;
  font-family: 'Poppins', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  color: #767676;
}

.desk-about{
    color: #767676;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 156.25% */
}

.judul-desk{
    color: #000;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 55.556% */
}

.img-about{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

  .vm-card {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 30px 30px;
  }
 
  .vm-icon-img {
    width: 42px;
    height: 42px;
    object-fit: contain;
  }
 
  .vm-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1a1a1a;
    letter-spacing: 0.5px;
  }
 
  .vm-list {
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 137.5% */
    letter-spacing: 0.16px;
  }
 
  .vm-list li {
    margin-bottom: 12px;
  }
 
  .vm-list li:last-child {
    margin-bottom: 0;
  }
 
  .partner-title {
    font-weight: 700;
    font-size: 24px;
    color: #1a1a1a;
  }
 
  .partner-subtitle {
    font-size: 14px;
    color: #767676;
  }
 
  .partner-logo-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
  }
 
  .partner-logo-box img {
    max-width: 100%;
    object-fit: contain;
    filter: grayscale(0%);
  }

  .judul-visi{
    color: #0149AC;
text-align: center;
font-family: Poppins;
font-size: 28px;
font-style: normal;
font-weight: 600;
line-height: 50px; /* 178.571% */
letter-spacing: 0.14px;
}

 /* Hero banner */
  .blog-hero {
    position: relative;
    height: 255px;
    border-radius: 30px;
    overflow: hidden;
    background-image: url('../../bgartikel.png');
    background-size: cover;
    background-position: center;
  }
 
  .blog-hero::before {
    content: "";
    position: absolute;
    inset: 0;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.00) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);

    
  }
 
  .blog-hero h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: 700;
    font-size: 42px;
    margin: 0;
  }
 
  /* Blog cards */
  .blog-card {
    background-color: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
  }
 
  .blog-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
 
  .blog-card-body {
    padding: 20px 22px 24px;
  }
 
  .blog-card-title {
    font-size: 17px;
    font-weight: 600;
    color: #0149AC;
    line-height: 1.4;
    margin-bottom: 12px;
  }
 
  .blog-card-title a {
    color: inherit;
    text-decoration: none;
  }
 
  .blog-card-title a:hover {
    text-decoration: underline;
  }
 
  .blog-meta {
    font-size: 13px;
    color: #9a9a9a;
    margin-bottom: 12px;
  }
 
  .blog-meta i {
    margin-right: 4px;
  }
 
  .blog-meta .meta-author {
    color: #0149AC;
    font-weight: 500;
  }
 
  .blog-excerpt {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 1.7;
  }
 
  /* Pagination */
  .blog-pagination .page-link {
    border: 1px solid #0149AC;
    color: #0149AC;
    border-radius: 8px !important;
    margin: 0 16px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
  }
 
  .blog-pagination .page-item.active .page-link {
    background-color: #0149AC;
    border-color: #0149AC;
    color: #fff;
  }
 
  .blog-pagination .page-item.disabled .page-link,
  .blog-pagination .page-link.dots {
    background: transparent;
    border: none;
    color: #9a9a9a;
  }

  .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-wa-new{
  width: 450px;
}
.popup-judul{
  font-size: 24px !important;
}
.otp-input {
    width: 61.958px;
    height: 79.66px;
    padding: 0 !important;
    font-size: 1.3rem;
    font-weight: 600;
    background-color: #F0F3F0;
    border: none;
    border-radius: 10px;
    flex: 0 0 auto;
}
.otp-input:focus {
    background-color: #fff;
    box-shadow: 0 0 0 2px #0149AC;
}
#toast-notif {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    min-width: 280px;
    display: none;
}

/* ==========================================
   PRODUCT DETAIL SECTION
========================================== */

.detail-section{
    margin-top:50px;
    margin-bottom:60px;
}

/* ==========================================
   SECTION TITLE
========================================== */

.section-title{
    position:relative;
    color:#0149AC;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:700;
    text-transform:uppercase;
    margin-bottom:30px;
    padding-bottom:14px;
    border-bottom:1px solid #D9D9D9;
}

.section-title::after{
    content:'';
    position:absolute;
    left:0;
    bottom:-1px;
    width:155px;
    height:2px;
    background:#0149AC;
}

/* ==========================================
   FEATURE
========================================== */

.feature-item{
    margin-bottom:42px;
}

.feature-item:last-child{
    margin-bottom:0;
}

.feature-item h4{
    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:25px;
    margin-bottom:18px;
}

.feature-item ol{
    margin:0;
    padding-left:24px;
}

.feature-item li{
    color:#767676;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:700;
    line-height:25px;
    margin-bottom:2px;
}

/* ==========================================
   SPECIFICATION TITLE
========================================== */

.product-spec-title{
    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;
    line-height:25px;
    margin-bottom:25px;
}

/* ==========================================
   TABLE
========================================== */

.table-spec{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
}

.table-spec tbody tr:nth-child(odd){
    background:#F4F7FF;
}

.table-spec tbody tr:nth-child(even){
    background:#FFFFFF;
}

.table-spec th,
.table-spec td{
    padding:22px 26px;
    border:none;
    vertical-align:middle;
}

.table-spec th{
    width:43%;
    color:#6D6D6D;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:700;
    text-align:left;
}

.table-spec td{
    color:#6D6D6D;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:700;
}
/* ==========================
   NEGOTIATION FORM
========================== */

.form-negotiation{
    margin-top:20px;
}

.input-group-custom{
    background:#fff;
    border-radius:20px;
    padding:18px 22px;
    box-shadow:0 2px 12px rgba(0,0,0,.05);
}

.input-group-custom label{
    display:block;
    margin:0 0 10px;
    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:600;
    line-height:normal;
}

.input-group-custom .form-control{
    border:none;
    box-shadow:none;
    background:transparent;
    padding:0;
    height:auto;
    min-height:auto;

    color:#000;
    font-family:'Poppins',sans-serif;
    font-size:16px;
    font-weight:500;
}

.input-group-custom .form-control:focus{
    border:none;
    box-shadow:none;
    background:transparent;
}

.input-group-custom .form-control::placeholder{
    color:#B5B5B5;
    font-size:14px;
    font-weight:500;
}

.textarea-group{
    min-height:170px;
}

.textarea-group textarea{
    resize:none;
    min-height:100px;
}

/* BUTTON */

.btn-submit{
    display:inline-block;
    background:#0149AC;
    color:#fff;
    border:none;
    border-radius:18px;
    padding:18px 42px;
    min-width:120px;

    font-family:'Poppins',sans-serif;
    font-size:18px;
    font-weight:600;

    transition:.3s;
}

.btn-submit:hover{
    background:#43854b;
    color:#fff;
}

/* MESSAGE */

.form-message{
    margin-top:18px;
    font-family:'Poppins',sans-serif;
    font-size:14px;
    font-weight:500;
}

.form-message.success{
    color:#28a745;
}

.form-message.error{
    color:#dc3545;
}

/* ==========================================
   SPACING
========================================== */

.mb-section{
    margin-bottom:55px;
}

.mt-section{
    margin-top:55px;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width:991px){

    .feature-item h4{
        font-size:17px;
    }

    .feature-item li{
        font-size:13px;
    }

    .product-spec-title{
        font-size:17px;
    }

    .table-spec th,
    .table-spec td{
        padding:16px;
        font-size:14px;
    }

    .form-negotiation label{
        font-size:15px;
    }

    .form-negotiation .form-control{
        min-height:58px;
    }

    .form-negotiation textarea.form-control{
        min-height:130px;
    }

}

@media (max-width:767px){

    .table-spec,
    .table-spec tbody,
    .table-spec tr,
    .table-spec th,
    .table-spec td{
        display:block;
        width:100%;
    }

    .table-spec tr{
        margin-bottom:12px;
        background:#F4F7FF !important;
    }

    .table-spec th{
        padding-bottom:6px;
    }

    .table-spec td{
        padding-top:0;
    }

    .form-negotiation .btn-submit{
        width:100%;
    }

}

.harga{
  color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

}

.related-black{
  color: #1E1E1E;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 24px; /* 150% */
}

.related-gray{
color: #898989;
font-family: Poppins;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 24px;
}

.form-message{
    margin-top:15px;
    font-size:14px;
    font-weight:500;
}

.form-message.success{
    color:#28a745;
}

.form-message.error{
    color:#dc3545;
}

.btn-keranjang{
  border-radius: 10px;
background: #2F2F2F !important;
color: #fff;
}


.btn-keranjang:hover{
  border-radius: 10px;
background: #2F2F2F !important;
color: #fff;
}


.btn-varian {
    display        : inline-flex;
    align-items    : center;
    gap            : 6px;
    padding        : 6px 16px;
    border         : 1px solid #dee2e6;
    border-radius  : 6px;
    background     : #fff;
    color          : #333;
    font-size      : 14px;
    cursor         : pointer;
    transition     : border-color .15s, background .15s, color .15s;
    position       : relative;
}
 
.btn-varian:hover:not(:disabled) {
    border-color   : #0149AC;
    color          : #0149AC;
}
 
/* Varian terpilih */
.btn-varian.active {
    border-color   : #0149AC;
    border-width   : 2px;
    background     : #d1e7dd;
    color          : #0a3622;
    font-weight    : 500;
}
 
/* Varian habis */
.btn-varian--habis {
    opacity        : 0.45;
    cursor         : not-allowed !important;
    text-decoration: line-through;
    background     : #f8f9fa;
}
 
.varian-habis-label {
    font-size      : 10px;
    background     : #dc3545;
    color          : #fff;
    border-radius  : 3px;
    padding        : 1px 5px;
    font-weight    : 500;
    text-decoration: none;
}
 
/* Label nama varian terpilih */
.varian-selected-name {
    font-size      : 14px;
    font-weight    : 400;
}

.card-product .tag {
    min-width: 50px;
}

/* Header */
.cart-header{
    background:#fff;
    border-radius:12px;
    padding:18px 25px;
    margin-bottom:20px;
}

.cart-header .row > div{
    color:#393939;
    text-align:center;
    font-size:14px;
    font-weight:400;
    line-height:normal;
}

.cart-header .row > div:first-child{
    text-align:left;
}

/* Item */
.cart-item{
    background:#fff;
    border-radius:20px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 3px 10px rgba(0,0,0,.03);
}

.cart-product-img{
    width:80px;
    height:80px;
    object-fit:contain;
}

/* Nama Produk */
.cart-product-name{
    color:#000;
    font-size:15px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
}

/* Harga Satuan */
.cart-price{
    color:#000;
    text-align:center;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
}

/* Total Harga per Produk */
.cart-total-price{
    color:#0149AC;
    text-align:center;
    font-size:16px;
    font-style:normal;
    font-weight:500;
    line-height:normal;
}

/* Quantity */
.cart-qty-box{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;
}

.cart-qty-btn{
    width:34px;
    height:34px;
    border:none;
    border-radius:6px;
    background:#ddd;
    color:#fff;
    font-size:20px;
    font-weight:600;
    transition:.2s;
}

.cart-qty-btn:hover{
    background:#c8c8c8;
}

.cart-qty-number{
    width:24px;
    text-align:center;
    color:#000;
    font-size:16px;
    font-weight:500;
}

.cart-delete-btn{
    color:#7A7A7A;
    font-size:20px;
    cursor:pointer;
}

/* Summary */
.cart-summary{
}

.cart-summary table{
    width:100%;
}

.cart-summary td{
    color:#000;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
    padding:10px 0;
}

/* Total */
.cart-grand{
    color:#000;
    font-size:16px;
    font-style:normal;
    font-weight:400;
    line-height:normal;
}

/* Tombol */
.cart-checkout-btn{
    height:58px;
    border:none;
    border-radius:12px;
    background:#0149AC;
    color:#fff;
    font-size:16px;
    font-weight:500;
}

.cart-checkout-btn:hover{
    background:#44884d;
}


    .text-brand {
        color: #3f9142 !important;
    }
 
    /* ---- Typography specs ---- */
    .label-delivery-address {
        color: #0149AC;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
 
    .text-customer-name {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
 
    .text-customer-address {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
 
    .label-product-order {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
 
    .placeholder-message {
        color: #8A8A8A;
        font-family: 'Poppins', sans-serif;
        font-size: 11px;
        font-style: normal;
        font-weight: 500;
        line-height: 28px;
        letter-spacing: 0.055px;
    }
 
    .address-form-label {
        color: #000;
        font-family: 'Poppins', sans-serif;
        font-size: 13px;
        font-weight: 500;
        margin-bottom: 6px;
    }
 
    .address-form-control {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 400;
        color: #000;
        background-color: #f4f4f4;
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        padding: 10px 14px;
    }
 
    .address-form-control:focus {
        background-color: #fff;
        border-color: #0149AC;
        box-shadow: 0 0 0 0.2rem rgba(80, 153, 90, 0.15);
    }
 
    /* ---- Address option toggle (pure CSS, no JS) ---- */
    .address-option-label {
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #2b2b2b;
        cursor: pointer;
    }
 
    .address-card-wrapper .form-check-input {
        cursor: pointer;
    }
 
    .address-card-wrapper .form-check-input:checked {
        background-color: #0149AC;
        border-color: #0149AC;
    }
 
    .address-card-wrapper .form-check-input:focus {
        box-shadow: 0 0 0 0.2rem rgba(80, 153, 90, 0.15);
    }
 
    .new-address-block {
        display: none;
    }
 
    .address-card-wrapper:has(#optNew:checked) .existing-address-block {
        display: none;
    }
 
    .address-card-wrapper:has(#optNew:checked) .new-address-block {
        display: block;
    }
 
    .bg-brand {
        background-color: #5a8f5e !important;
        border-color: #5a8f5e !important;
    }
 
    .bg-brand:hover {
        background-color: #4d7e51 !important;
        border-color: #4d7e51 !important;
    }
 
    .rounded-card {
        border-radius: 10px;
    }
 
    .product-img-checkout {
        width: 56px;
        height: 56px;
        object-fit: cover;
        border-radius: 8px;
        background-color: #eee;
    }
 
    .radio-dot {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        flex-shrink: 0;
    }
 
    .radio-dot.selected {
        background-color: #3f9142;
    }
 
    .radio-dot.unselected {
        background-color: #d6d6d6;
    }
 
    .shipping-card {
        background-color: #eeeeee;
        border-radius: 10px;
    }
 
    .message-input {
        background-color: #f4f4f4;
        border-radius: 8px;
        color: #9a9a9a;
        border: 1px solid #e2e2e2;
        font-size: 0.9rem;
    }
 
    .fw-700 {
        font-weight: 700;
    }
 
    .order-header-row {
        font-size: 0.9rem;
        color: #6b6b6b;
    }
 
    .summary-section {
        background-color: #fff;
    }
 
    @media (max-width: 767.98px) {
        .order-header {
            display: none !important;
        }
        .col-mobile-label::before {
            color: #9a9a9a;
        }
    }


    .dropdown-content {
  display: none;
  position: relative;
  background-color: #fff;
  width: 100%;
  border: 1px solid #ced4da;
  border-top: none;
  max-height: 250px;
  overflow-y: auto;
  z-index: 10;
}
.dropdown-content.show {
  display: block;
}
#listdropdown .dropdown-item:hover {
  background-color: #f1f1f1;
}


.history-title{
    color:#0149AC;
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
}

.history-line{
    height:1px;
    background:#DDE7DC;
    margin-bottom:25px;
}

/* TAB */
.history-tabs{
    border-bottom:1px solid #DDE7DC;
    margin-bottom:30px;

    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;

    /* sembunyikan scrollbar tapi tetap bisa discroll */
    -ms-overflow-style: none;     /* IE and Edge */
    scrollbar-width: none;
}

.history-tabs .nav-item{
    flex:1;
}

.history-tabs .nav-link{
    border:none;
    border-radius:0;
    background:none;
    color:#373E38;
    font-size:16px;
    font-weight:500;
    padding:18px 10px;
}

.history-tabs .nav-link:hover{
    color:#0149AC;
}

.history-tabs .nav-link.active{
    color:#0149AC;
    font-weight:700;
    border-bottom:3px solid #0149AC;
}

/* CARD */

.transaction-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    margin-bottom:25px;
}

.product-item{
    display:flex;
    align-items:center;
    gap:20px;
    padding:22px 28px;
}

.product-item + .product-item{
    border-top:1px solid #ECECEC;
}

.product-image{
    width:70px;
    height:70px;
    object-fit:contain;
}

.product-name{
    color:#000;
    font-size:15px;
    font-weight:400;
}

.product-qty{
    color:#000;
    font-size:14px;
    font-weight:700;
}

.transaction-footer{
    background:#E7F1FF;
    padding:18px 24px;
}

.transaction-id,
.total-label{
    color:#5D5C5C;
    font-size:18px;
    font-weight:500;
}

.total-price{
    color:#000;
    font-size:24px;
    font-weight:600;
}

@media(max-width:768px){

.history-tabs{
    flex-wrap:nowrap;
    overflow:auto;
}

.history-tabs .nav-item{
    min-width:180px;
}

.transaction-footer{
    text-align:center;
}

.transaction-footer .col-md-4{
    margin-bottom:10px;
}

}


.order-title{
    color:#0149AC;
    font-size:16px;
    font-weight:700;
    margin-bottom:15px;
}

.order-title::after{
    content:"";
    display:block;
    width:220px;
    height:2px;
    background:#0149AC;
    margin-top:12px;
}

.status-bar{
    background:#0149AC;
    color:#fff;
    border-radius:15px;
    padding:12px 18px;
    font-size:18px;
    font-weight:600;
}

.card-custom{
    background:#fff;
    border:none;
    border-radius:22px;
    padding:28px;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
}

.shipping-title{
    color:#0149AC;
    font-size:18px;
    font-weight:600;
}

.shipping-method{
    color:#888;
    font-size:18px;
    font-weight:500;
}

.timeline-title{
    color:#0149AC;
    font-size:18px;
    font-weight:500;
}

.timeline-date{
    color:#888;
    font-size:14px;
}

.customer-name{
    color:#000;
    font-size:15px;
    font-weight:600;
}

.address{
    color:#444;
    font-size:15px;
}

.link-green{
    color:#0149AC;
    font-weight:600;
    text-decoration:none;
}

.table-header{
    background:#f3f8f3;
    border-radius:15px;
    padding:16px 25px;
    font-size:18px;
    font-weight:500;
    color:#5D5C5C;
}

.product-list{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 3px 15px rgba(0,0,0,.05);
}

.product-item{
    padding:28px;
    border-bottom:1px solid #eee;
}

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

.product-img img{
    width:100%;
    height:200px;
    object-fit:cover;
}


.img-crop-detail{
    width:100%;
    height:300px;
    object-fit:cover;
}


.img-crop-list{
    width:100%;
    height:90px;
    object-fit:cover;
}

.product-img-other{
    width:70px;
    height:70px;
    object-fit:contain;
}

.trx{
    color:#737373;
    font-size:15px;
    font-weight:400;
}

.product-name{
    color:#000;
    font-size:15px;
    font-weight:400;
}

.qty{
    color:#000;
    font-size:14px;
    font-weight:700;
}

.old-price{
    color:#999;
    text-decoration:line-through;
    font-size:14px;
}

.price{
    color:#0149AC;
    font-size:16px;
    font-weight:500;
}

.footer-order{
    background:#f5f8f4;
    border-radius:0 0 20px 20px;
    padding:25px 28px;
}

.total-label{
    color:#5D5C5C;
    font-size:18px;
    font-weight:500;
}

.total-price{
    color:#000;
    font-size:24px;
    font-weight:600;
}

.btn-outline-green{
    border:1px solid #0149AC;
    color:#0149AC;
    border-radius:14px;
    padding:10px 28px;
}

.btn-outline-green:hover{
    background:#0149AC;
    color:#fff;
}

.btn-green{
    background:#0149AC;
    color:#fff;
    border-radius:14px;
    padding:10px 40px;
}

.btn-green:hover{
    background:#3f8248;
    color:#fff;
}

  .detail-pesanan-page-wrap {
    margin: 0 auto;
    padding: 32px 16px 60px;
  }

  /* Header */
  .detail-pesanan-page-title {
    color: #0149AC;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
  }
  .detail-pesanan-title-underline {
    border: none;
    border-top: 2px solid #0149AC;
    width: 220px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .detail-pesanan-title-underline-rest {
    border: none;
    border-top: 1px solid #E0E0E0;
    margin-top: 0;
  }

  /* Status banner */
  .detail-pesanan-status-banner {
    background-color: #0149AC;
    color: #FFF;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    padding: 16px 24px;
  }

  /* Info card */
  .detail-pesanan-info-card {
    background: #fff;
    border-radius: 10px;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .detail-pesanan-section-label {
    color: #0149AC;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
  }
  .detail-pesanan-pickup-text {
    color: #888;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  }
  .detail-pesanan-status-icon-box {
    width: 28px;
    height: 28px;
    background-color: #0149AC;
    border-radius: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-shrink: 0;
  }
  .detail-pesanan-status-icon-box.detail-pesanan-outline {
    background-color: transparent;
    color: #0149AC;
  }
  .detail-pesanan-status-title {
    color: #0149AC;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  }
  .detail-pesanan-status-date {
    color: #A0A0A0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
  }
  .detail-pesanan-recipient-name {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
  }
  .detail-pesanan-recipient-address {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .detail-pesanan-lihat-link {
    color: #0149AC;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
  }

  /* Produk order header */
  .detail-pesanan-produk-header {
    background-color: #E7F1FF;
    border-radius: 10px 10px 0 0;
    padding: 18px 28px;
    color: #333;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
  }
  .detail-pesanan-produk-header .detail-pesanan-col-label {
    color: #555;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 500;
  }

  /* Product list card */
  .detail-pesanan-produk-body {
    background: #fff;
  }
  .detail-pesanan-produk-item {
    padding: 20px 28px;
    border-bottom: 1px solid #F0F0F0;
  }
  .detail-pesanan-produk-item:last-child {
    border-bottom: none;
  }
  .detail-pesanan-product-thumb {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    background-color: #F5F5F5;
  }
  .detail-pesanan-transaksi-no {
    color: #737373;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .detail-pesanan-product-name {
    color: #000;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .detail-pesanan-product-qty {
    color: #000;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 700;
  }
  .detail-pesanan-qty-center {
    color: #0149AC;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
  }
  .detail-pesanan-price-strike {
    color: #B0B0B0;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
  }
  .detail-pesanan-price-final {
    color: #0149AC;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
  }

  /* Footer / total */
  .detail-pesanan-order-footer {
    background-color: #E7F1FF;
    border-radius: 0 0 10px 10px;
    padding: 24px 28px;
  }
  .detail-pesanan-order-total-label {
    color: #5D5C5C;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
  }
  .detail-pesanan-order-total-value {
    color: #000;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
  }
  .detail-pesanan-eta-text {
    color: #B5B8B4;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
  }
  .detail-pesanan-btn-refund {
    border: 1.5px solid #0149AC;
    color: #0149AC;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 26px;
    background: #fff;
  }
  .detail-pesanan-btn-refund:hover {
    background-color: #F2F8F3;
    color: #0149AC;
  }
  .detail-pesanan-btn-rating {
    background-color: #0149AC;
    border: none;
     display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 34px;
  }
  .detail-pesanan-btn-rating:hover {
    background-color: #3f7d48;
    color: #fff;
  }

  .detail-pesanan-card-gap {
    margin-top: 24px;
  }

  @media (max-width: 576px) {
    .detail-pesanan-info-card, .detail-pesanan-produk-header, .detail-pesanan-produk-item, .detail-pesanan-order-footer {
      padding-left: 16px;
      padding-right: 16px;
    }
    .detail-pesanan-order-total-value {
      font-size: 20px;
    }
  }

    .retur-barang-page-wrap {
    margin: 0 auto;
    padding: 32px 16px 60px;
  }

  /* Header */
  .retur-barang-page-title {
    color: #0149AC;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
  }
  .retur-barang-title-underline {
    border: none;
    border-top: 2px solid #0149AC;
    width: 150px;
    margin-top: 6px;
    margin-bottom: 0;
  }
  .retur-barang-title-underline-rest {
    border: none;
    border-top: 1px solid #E0E0E0;
    margin-top: 0;
  }

  /* Cards */
  .retur-barang-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
  }
  .retur-barang-card-gap {
    margin-top: 20px;
  }

  /* Form labels */
  .retur-barang-field-label {
    color: #373E38;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    display: block;
  }

  /* Input fields */
  .retur-barang-input {
    background-color: #F5F6F5;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 14px 18px;
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
  }
  .retur-barang-input:focus {
    background-color: #F5F6F5;
    border-color: #0149AC;
    box-shadow: 0 0 0 0.15rem rgba(80,153,90,0.15);
    color: #444;
    outline: none;
  }
  .retur-barang-select {
    background-color: #F5F6F5;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 14px 18px;
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23999' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    cursor: pointer;
  }
  .retur-barang-select:focus {
    border-color: #0149AC;
    box-shadow: 0 0 0 0.15rem rgba(80,153,90,0.15);
    outline: none;
  }
  .retur-barang-textarea {
    background-color: #F5F6F5;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    padding: 14px 18px;
    color: #999;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    min-height: 120px;
    resize: vertical;
  }
  .retur-barang-textarea:focus {
    background-color: #F5F6F5;
    border-color: #0149AC;
    box-shadow: 0 0 0 0.15rem rgba(80,153,90,0.15);
    color: #444;
    outline: none;
  }
  .retur-barang-char-counter {
    color: #A0A0A0;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
  }

  /* Upload section labels */
  .retur-barang-section-title {
    color: #373E38;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    display: block;
  }

  /* Dropzone */
  .retur-barang-dropzone {
    background-color: #F5F6F5;
    border: 1.5px dashed #D3D7D2;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.15s ease, border-color 0.15s ease;
  }
  .retur-barang-dropzone:hover,
  .retur-barang-dropzone.retur-barang-dragover {
    background-color: #EDF4EE;
    border-color: #0149AC;
  }
  .retur-barang-upload-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #0149AC;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
  }
  .retur-barang-dropzone-title {
    color: #373E38;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
  }
  .retur-barang-dropzone-title strong {
    color: #373E38;
    font-weight: 700;
  }
  .retur-barang-dropzone-subtitle {
    color: #999;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 400;
    margin-top: 6px;
    margin-bottom: 18px;
  }
  .retur-barang-btn-pilih-file {
    background-color: #0149AC;
    border: none;
    color: #fff;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    padding: 8px 24px;
  }
  .retur-barang-btn-pilih-file:hover {
    background-color: #3f7d48;
    color: #fff;
  }
  .retur-barang-file-name {
    color: #0149AC;
    font-family: Poppins;
    font-size: 13px;
    font-weight: 500;
    margin-top: 12px;
    word-break: break-all;
  }

  /* Submit button */
  .retur-barang-btn-submit {
    background-color: #0149AC;
    border: none;
    color: #fff;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    border-radius: 10px;
    padding: 16px;
    width: 100%;
  }
  .retur-barang-btn-submit:hover {
    background-color: #3f7d48;
    color: #fff;
  }

  @media (max-width: 576px) {
    .retur-barang-card {
      padding: 20px;
    }
  }

  .retur-detail-modal-content{
    border-radius: 16px;
    border: none;
}
.retur-detail-modal-title{
    font-weight: 700;
    font-size: 22px;
}
.retur-detail-card{
    background: #f8f9fa;
    border-radius: 12px;
    padding: 16px 18px;
    border: 1px solid #eee;
}
.retur-detail-produk-name{
    font-weight: 700;
    font-size: 16px;
    color: #1a1a1a;
}
.retur-detail-date{
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #888;
}
.retur-detail-alasan{
    font-size: 14px;
    color: #333;
    line-height: 1.5;
}
.retur-detail-attach-link{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #167a14;
}
.retur-detail-attach-link:hover{
    text-decoration: underline;
}

.retur-detail-badge{
    display: inline-block;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}
.retur-badge-diajukan{
    background: #c49213;
}
.retur-badge-disetujui{
    background: #167a14;
}
.retur-badge-ditolak{
    background: #cd124f;
}
.retur-badge-default{
    background: #999;
}


  .lokasi-section{
    padding: 70px 0;
  }
 
  .lokasi-title{
    font-weight: 700;
    font-size: 2rem;
    color: #1e1e1e;
  }
 
  .lokasi-subtitle{
    color: var(--text-muted-soft);
    font-size: 1.05rem;
    max-width: 80%;
    margin: 0 auto;
    line-height: 1.6;
  }
 
  .contact-icon-wrap{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brand-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.4rem;
  }
 
  .kontak-title{
    font-weight: 700;
    font-size: 1.5rem;
    color: #1e1e1e;
  }
 
  .contact-item{
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
  }
 
  .contact-item i{
    color: #1e1e1e;
    width: 20px;
    text-align: center;
    margin-top: 3px;
  }
 
  .contact-item span{
    color: #2b2b2b;
    font-size: 1rem;
    line-height: 1.5;
  }
 
  .map-frame-wrap{
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    height: 100%;
    min-height: 320px;
  }
 
  .map-frame-wrap iframe{
    width: 100%;
    height: 100%;
    min-height: 320px;
    border: 0;
    display: block;
  }
 
  @media (max-width: 991.98px){
    .lokasi-title{ font-size: 1.6rem; }
  }
  .auth-links {
    padding-top: 20px;
}

.auth-links__divider {
    border-top: 1px dashed #d0d0d0;
    margin-bottom: 20px;
}

.auth-links__item {
    margin: 0 0 12px 0;
    font-size: 14px;
    color: #333;
}

.auth-links__item:last-child {
    margin-bottom: 0;
}

.auth-links__action {
    color: #2e7d32; /* hijau seperti pada contoh */
    font-weight: 600;
    text-decoration: none;
}

.auth-links__action:hover {
    text-decoration: underline;
}


/* ==== Kategori Card Grid (baru) ==== */
.kategori-cards {
  display: flex;
  gap: 16px;
  flex-wrap: nowrap;
  overflow-x: auto;
  border: none;
  padding-bottom: 4px;
}

.kategori-card-item {
  flex: 0 0 auto;
}

.kategori-cards .kategori-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 160.56px !important;
  max-width: 160px !important;
  height: 156px;
  background: #FFF;
  border: 0.787px solid #EDEDED;
  border-radius: 10.232px;
  padding: 11.019px 12.593px 20.463px 12.593px;
  transition: all 0.2s ease;
}

/* Active DAN Hover = card hijau terisi */
.kategori-cards .kategori-card.active,
.kategori-cards .kategori-card:hover {
  background: #0149AC;
  border-color: #0149AC;
}

/* Icon */
.kategori-cards .kategori-card-icon {
  width: 69.553px;
  height: 59.773px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kategori-cards .kategori-card-icon img {
  width: 69.553px;
  height: 59.773px;
  object-fit: contain;
  transition: filter 0.2s ease;
}

/* Icon jadi putih saat active ATAU hover */
.kategori-cards .kategori-card.active .kategori-card-icon img,
.kategori-cards .kategori-card:hover .kategori-card-icon img {
  filter: brightness(0) invert(1);
}

.kategori-cards .kategori-card-text {
  color: #1e293b;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 14.25px;
  letter-spacing: 0.36px;
  transition: color 0.2s ease;

  width: 80%;
  max-width: 200px;
  margin: 0 auto;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;

  min-height: 28.5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Teks jadi putih saat active ATAU hover */
.kategori-cards .kategori-card.active .kategori-card-text,
.kategori-cards .kategori-card:hover .kategori-card-text {
  color: #FFF;
}

/* Link "Lihat Semua Kategori" */
.kategori-lihat-semua i {
  font-size: 14px;
  margin-left: 2px;
}

/* Scrollbar tipis untuk mobile */
.kategori-cards::-webkit-scrollbar {
  height: 6px;
}
.kategori-cards::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 10px;
}

.testimoni-home {
  background: #FAFAFA;
}

.testimoni-home-box {
  background: #f4f4f5;
  border-radius: 20px;
  padding: 40px;
}

.testimoni-home-header {
  max-width: 800px;
}

.testimoni-home-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 28px;
  color: #111827;
  margin-bottom: 12px;
}

.testimoni-home-desc {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: #4b5563;
  line-height: 1.6;
}

.testimoni-home-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimoni-home-track {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  flex: 1;
}

.testimoni-home-track::-webkit-scrollbar {
  display: none;
}

.testimoni-home-card {
  flex: 0 0 auto;
  width: calc(25% - 18px);
  min-width: 230px;
  background: #fff;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.testimoni-home-text {
  font-family: Poppins, sans-serif;
  font-size: 13.5px;
  color: #374151;
  line-height: 1.6;
  min-height: 110px;
  margin-bottom: 16px;
}

.testimoni-home-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimoni-home-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

.testimoni-home-name {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 2px;
}

.testimoni-home-role {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  color: #6b7280;
  display: block;
  margin-bottom: 4px;
}

.testimoni-home-rating {
  color: #fbbf24;
  font-size: 12px;
}

.testimoni-home-rating i {
  margin-right: 1px;
}

.testimoni-home-arrow {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #e5e7eb;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #374151;
  font-size: 16px;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.testimoni-home-arrow:hover {
  background: #d1d5db;
}

@media (max-width: 992px) {
  .testimoni-home-card {
    width: calc(50% - 12px);
  }
  .testimoni-home-box {
    padding: 24px;
  }
}

@media (max-width: 576px) {
  .testimoni-home-card {
    width: 85%;
  }
  .testimoni-home-box {
    padding: 20px;
  }
}

.why-home {
  background: #FAFAFA;
}

.why-home-header {
  max-width: 950px;
}

.why-home-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #111827;
  margin-bottom: 12px;
}

.why-home-desc {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
}

.why-home-card {
  height: 100%;
  background: #FFF;
  border: 0.993px solid #0149AC;
  border-radius: 11.921px;
  padding: 24px 20px;
  transition: box-shadow 0.2s ease;
}

.why-home-card:hover {
  box-shadow: 0 4px 14px rgba(80, 153, 90, 0.12);
}

.why-home-icon {
  width: 98.351px;
  height: 62.415px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0149AC;
  font-size: 40px;
  margin-bottom: 16px;
}

.why-home-icon img,
.why-home-icon svg {
  width: 98.351px;
  height: 62.415px;
  object-fit: contain;
}

.why-home-card-title {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 15.895px;
  font-style: normal;
  font-weight: 600;
  line-height: 27.817px;
  letter-spacing: 0.477px;
  margin-bottom: 10px;
}

.why-home-card-text {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 11.921px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.856px;
  letter-spacing: 0.358px;
  margin-bottom: 0;
}
.faq-home {
  background: #FAFAFA;
}

.faq-home-box {
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px;
}

.faq-home-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #111827;
  margin-bottom: 10px;
}

.faq-home-desc {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #4b5563;
}

.faq-home-accordion {
  max-width: 960px;
  margin: 0 auto;
}

.faq-home-item {
  border: none;
  background: transparent;
  margin-bottom: 12px;
}

.faq-home-button {
  background: #f5f5f5;
  border-radius: 10px !important;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 14.5px;
  color: #111827;
  padding: 16px 20px;
  box-shadow: none;
}

.faq-home-button:not(.collapsed) {
  background: #f5f5f5;
  color: #111827;
  box-shadow: none;
}

.faq-home-button:focus {
  box-shadow: none;
  border: none;
}

.faq-home-button::after {
  display: none;
}

.faq-home-button {
  position: relative;
  padding-right: 60px;
}

.faq-home-button::before {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #0149AC;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.2s ease;
}

.faq-home-button:not(.collapsed)::before {
  content: "−";
}

.faq-home-body {
  font-family: Poppins, sans-serif;
  font-size: 13.5px;
  color: #4b5563;
  line-height: 1.7;
  padding: 16px 20px 20px 20px;
}

/* ==== Hero New Section ==== */
.heronew-section{
  background: var(--heronew-bg);
  overflow: hidden;
}

.heronew-row{
  min-height: 560px;
}

.heronew-content{
  padding: 4rem 2rem 4rem 4rem;
}

.heronew-eyebrow{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 17.373px;
  font-style: normal;
  font-weight: 600;
  line-height: 30.402px;
  margin-bottom: 0.5rem;
}

.heronew-title{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 49.946px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.999px;
  margin-bottom: 1.25rem;
}

.heronew-subtitle{
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15.201px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.402px;
  letter-spacing: 0.456px;
  max-width: 460px;
  margin-bottom: 2rem;
}

.heronew-btn-primary{
  border-radius: 14.241px;
  background: #0149AC;
  border-color: #0149AC;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 0.75rem 2.5rem;
}
.heronew-btn-primary:hover{
  background-color: #3f7d48;
  border-color: #3f7d48;
  color:#fff;
}

.heronew-btn-secondary{
  border-radius: 14.241px !important;
  background-color: #DFE2E7;
  border-color: #DFE2E7;
  color: #0149AC;
  font-weight: 500;
  padding: 0.75rem 2.5rem;
  border-radius: 0.5rem;
}
.heronew-btn-secondary:hover{
  background-color: #e3e6ee;
  color: #0149AC;
}

.heronew-features{
  margin-top: 3rem;
  gap: 2rem;
}

.heronew-feature-icon{
  display: flex;
  width: 31.801px;
  height: 31.801px;
  padding: 4.305px 2.981px 2.983px 2.98px;
  justify-content: center;
  align-items: center;
  color: var(--heronew-navy);
  flex-shrink: 0;
}
.heronew-feature-icon svg{
  width: 100%;
  height: 100%;
}

.heronew-feature-title{
  color: #000;
  font-family: 'Archivo', sans-serif;
  font-size: 15.282px;
  font-style: normal;
  font-weight: 600;
  line-height: 34.04px;
  letter-spacing: 0.076px;
}

.heronew-feature-sub{
  color: #757575;
  text-align: center;
  font-family: 'Archivo', sans-serif;
  font-size: 11.682px;
  font-style: normal;
  font-weight: 400;
  line-height: 15.576px;
  letter-spacing: 0.058px;
}

.heronew-media-col{
  padding: 0 !important;
  margin: 0;
  position: relative;
}

.heronew-media-wrap{
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.heronew-media-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
}

@media (max-width: 991.98px){
  .heronew-content{
    padding: 3rem 1.25rem;
    text-align: left;
  }
  .heronew-row{
    min-height: auto;
  }
  .heronew-media-wrap{
    justify-content: center;
  }
  .heronew-media-img{
    height: 320px;
    object-position: center;
  }
}

  .line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}