.font-15{
    font-size: 15px !important;
}
.text-green{
    color: #2A7E3E !important;
}

.btn-green{
    width: 150px;
    height: 33.846px;
    padding-top: 3px;
    border-radius: 35px;
    background: linear-gradient(0deg, #2A7E3E 0%, #5CA23F 100%);
}

/* bentuk bulat */
.custom-indicators button {
    width: 10px;
    height: 10px;
    padding: 0;              /* penting */
    border-radius: 50%;
    margin-left: 8px;
    border: none;
    background-color: #D9D9D9;
    display: inline-block;   /* biar konsisten */
}

/* active */
.custom-indicators button.active {
    background-color: #5CA23F; /* hijau */
}

/* hilangkan default bootstrap indicator */
.carousel-indicators {
    display: none;
}
.section-catering {
    background: #E7F1E2;
    padding: 80px 0 120px; /* kasih ruang atas biar title masuk */
    position: relative;
    margin-top: 60px; /* jarak dari section atas (putih) */
}
.title-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

.title-box {
    background: #2f7d44;
    color: #fff;
    padding: 4px 20px;
    font-weight: 700;
    font-size: 45px;
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    white-space: nowrap;
}

@media (max-width: 992px) {
  
    .title-box {
        background: #2f7d44;
        color: #fff;
        padding: 4px 20px;
        font-weight: 700;
        font-size: 25px;
        border-radius: 4px;
        box-shadow: 0 6px 12px rgba(0,0,0,0.2);
        white-space: nowrap;
    }
}
/* CARD MENU */
.menu-card {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.menu-card:hover {
    transform: translateY(-5px);
}/* matikan default bootstrap control */
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

.custom-nav {
    border: none;
    background: transparent;
    padding: 0;
}

.custom-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.custom-arrow img {
    width: 18px;
}

.custom-arrow.left {
    background: #e0e0e0;
}

.custom-arrow.right {
    background: #e0e0e0;
}

.custom-arrow.left:hover {
    background: #2e7d32;
}

.custom-arrow.right:hover {
    background: #2e7d32;
}
.footer-section {
    background-color: #2f7d3b;
    color: #fff;
}

.footer-section h5 {
    color: #fff;
}

.footer-link li {
    margin-bottom: 2px;
}

.footer-link a {
    color: #fff;
    text-decoration: none;
}

.footer-link a:hover {
    color: #fff;
}

.icon-social {
    width: 35px;
    height: 35px;
}

/* input subscribe */
.custom-input {
    border-radius: 10px;
    border: none;
    color: #636363;
    padding: 10px;
    background-color: #E5F5EC;
}

/* button subscribe */
.btn-subscribe {
    background-color: #E5F5EC;
    color: #5CA23F;
    border-radius: 10px;
    padding: 10px 15px;
    font-weight: 600;
}

.desk-footer{
    font-size: 16px;
    font-weight: 400;
}

.link-footer{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
}

.kenapa-judul{
    font-size: 48px;
    font-weight: 700;
}
.tentang-judul{
    font-size: 32px;
    font-weight: 700;
}

.partnership-judul{
    font-size: 40px;
    font-weight: 700;
}


.partnership-subjudul{
    font-size: 32px;
    font-weight: 700;
}


.tentang-desk{
    font-size: 20px;
    font-weight: 400;
}

@media (max-width: 992px) {
    .partnership-judul{
    font-size: 26px;
}


.partnership-subjudul{
    font-size: 20px;
}


.tentang-desk{
    font-size: 15px;
}
}
 .feature-card {
    background-color: #e6efe5;
    border-radius: 10px;
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    padding-left: 20px;
    padding-right: 20px;
    min-height: 194px;
    display: flex;
    align-items: center; 
}

.feature-icon img {
    width: 72px;
    height: 72px;
    object-fit: contain;
    margin-right: 16px;
}

.feature-text {
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
}


.feature-small {
    font-size: 10px;
    color: #555;
    margin-top: 3px;
    line-height: 12px;
}

@media (max-width: 992px) {
  
 .feature-card {
    background-color: #e6efe5;
    border-radius: 10px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 124px;
    display: flex;
    align-items: center; 
}

.feature-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 6px;
}
    
.feature-text {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
}


.feature-small {
    font-size: 7px;
    color: #555;
    margin-top: 3px;
    line-height: 8px;
}

}

 .referral-wrapper {
      text-align: center;
    }
.referral-title {
  background-color: #5fa443;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  padding: 6px 15px;
  border-radius: 4px;
  z-index: 2;
  position: relative;
}

.referral-subtitle {
  background-color: #DEECD9;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  margin-top: -10px;
  max-width: 530px;
  min-width: 530px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}

/* Responsive */
@media (max-width: 576px) {
    .referral-title {
    font-size: 20px;
    padding: 10px 20px;
    }

    .referral-subtitle {
        font-size: 16px;
        padding: 15px 20px;

        min-width: 350px;
        max-width: 350px;
    }
}

.section-dokter{
    background: url('../bgdokter.png');
    background-repeat: no-repeat;
    background-size: cover;
}

/* TEXT STROKE */
.hero-title {
  font-size: 75px;
  font-weight: 800;
  color: #2e7d32;
  line-height: 70px;  
  -webkit-text-stroke: 17px #fff;
  paint-order: stroke fill;
}


/* TAG HIJAU */
.tags span {
  display: inline-block;
  background: #5CA23F;
  color: #fff;
  padding: 4px 10px;
  margin: 5px;
  font-size: 30px;
  border-radius: 3px;
}

/* Responsive */

.tag-partner{
    padding:10px 20px;background:#DEECD9;width:auto;font-size:20px;border-radius:20px;
    
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 32px;
  line-height: 32px; 
    -webkit-text-stroke: 10px #fff;
  }

  .tags span {
    font-size: 12px;
  }

.tag-partner{
    font-size: 11px;
    
}
}


.link-produk{
    text-decoration:none;color:#000;
}

.judul-program{

    color:#000;font-size:35px;font-weight:800;
}

.desk-program{

    color:#2B2626;font-size:17px;font-weight:400;
}
.judul-produk{
    color:#000;font-size:25px;font-weight:500;
}
.harga-produk{
    color:#8C8C8C;font-size:15px;font-weight:500;
}

.judul-catering{
    font-size: 35px;
    font-weight: 800;
}

.text-abu{
    color:#8C8C8C !important;
    font-size: 18px;
}
.subjudul-catering{
    font-size: 24px;
    font-weight: 600;
}

.desk-catering{
    font-size: 18px;
    font-weight: 400;
}
/* Responsive */
@media (max-width: 768px) {
  
.judul-catering{
    font-size: 18px;
    font-weight: 800;
}

.subjudul-catering{
    font-size: 10px;
    font-weight: 600;
}

.desk-catering{
    font-size: 10px;
    font-weight: 400;
}
}
.custom-tabs {
    border-radius: 12px;
    gap: 10px;
}

.custom-tabs .nav-link {
    border: 1px solid #2e7d32;
    color: #2e7d32;
    background: transparent;
    border-radius: 10px;
    padding: 5px 18px;
    font-weight: 500;
    transition: 0.3s;
}

/* hover */
.custom-tabs .nav-link:hover {
    background: #2e7d32;
    color: #fff;
}

/* active */
.custom-tabs .nav-link.active {
    background: #C5DCCB;
    color: #2A7E3E;
    border: 1px solid #2e7d32;
}
/* RESET ACCORDION DEFAULT */
.custom-accordion .accordion-item {
    border: none;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    background: transparent;
}

/* HILANGKAN ICON DEFAULT BOOTSTRAP */
.custom-accordion .accordion-button::after {
    display: none !important;
}

/* BUTTON STYLE */
.custom-accordion .accordion-button {
    position: relative;
    background: #FCFCFC;
    border-radius: 12px !important;
    padding: 30px;
    box-shadow: none;

    display: flex;
    align-items: center;
    justify-content: space-between; /* ini penting */
}

/* HILANGKAN SHADOW */
.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

/* TITLE */
.custom-accordion .title {
    font-weight: 600;
    font-size: 20px;
}

/* DESC DEFAULT HIDDEN */
.custom-accordion .desc {
    display: none;
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.5;
}

/* SAAT ACTIVE (OPEN) */
.custom-accordion .accordion-button:not(.collapsed) {
    background: #2e7d32;
    color: #fff;
}

/* MUNCULKAN DESC */
.custom-accordion .accordion-button:not(.collapsed) .desc {
    display: block;
}

/* ICON WRAPPER (POJOK KANAN FIX) */
.custom-accordion .icon {
    position: static; /* ubah dari absolute */
    margin-left: auto;

    width: 35px;
    height: 35px;
    background: #FCFCFC;
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}
/* SVG ARROW */
.custom-accordion .arrow {
    transition: transform 0.3s ease;
}

/* ROTATE SAAT OPEN */
.custom-accordion .accordion-button:not(.collapsed) .arrow {
    transform: rotate(180deg);
}

/* ICON SAAT ACTIVE */
.custom-accordion .accordion-button:not(.collapsed) .icon {
    background: #fff;
    color: #2e7d32;
}

/* OPTIONAL: SMOOTH TRANSITION */
.custom-accordion .accordion-button,
.custom-accordion .icon {
    transition: all 0.3s ease;
}

.judul-tag-news{
    color:#2A7E3E;
    font-size: 19px;
    font-weight: 800;
}

.judul-news{
    font-size: 18px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* jumlah baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.desk-news{
    font-size: 14px;
    font-weight: 400;

    display: -webkit-box;
    -webkit-line-clamp: 4;      /* jumlah baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.img-crop-news{
    width: 100%;
    height: 217px;
    object-fit: cover;
    border-radius: 16px;
}


.img-crop-news1{
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 16px;
}

/* CARD */
.card-news {
    background: #fff;
    border-radius: 20px;
    padding: 15px;
    height: 100%;

    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: 0.3s;
}

.card-news:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.12);
}

/* IMAGE */
.thumb img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 16px;
}


.thumb1 img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 16px;
}

/* CONTENT */
.content {
    margin-top: 15px;
}

/* META */
.meta {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    color: #666;
    font-weight: 700;
    margin-bottom: 8px;
}

.tanggal{
    font-weight: 400 !important;
}
/* TITLE */
.judul-news {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 10px;
}


.judul-news1 {
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;

    display: -webkit-box;
    -webkit-line-clamp: 2;      /* jumlah baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* DESC (pakai line clamp) */
.desk-news {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* BUTTON */
.btn-news {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    background: #2e7d32;
    color: #fff;
    padding: 12px 20px;
    border-radius: 16px;
    text-decoration: none;
    font-weight: 600;
}

.btn-news .icon {
    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-news1 {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    background: #2e7d32;
    color: #fff;
    padding: 5px 10px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px;
}

.btn-news1 .icon {
    border-radius: 50%;

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

.kontak-judul{
    font-size: 35px;
    font-weight: 800;
}

.desk-judul{
    font-size: 30px;
    font-weight: 600;
}

.btn-hijau{
    background-color: #2A7E3E;
    border: 1px solid #2A7E3E;
    font-weight: 400;
    font-size: 20px;
}

.btn-hijau:hover{
    background-color: #2A7E3E;
}

/* THUMBNAIL */
        .thumb-link {
            border: none;
            padding: 0;
            background: none;
            width: 100%;
            opacity: 0.6;
            transition: 0.3s;
        }

        .thumb-link img {
            width: 100%;
            height: 110px;
            object-fit: cover;
            border-radius: 2px;
        }

        .thumb-link:hover {
            opacity: 1;
            transform: scale(1.05);
        }

        .thumb-link.active {
            opacity: 1;
        }

        .thumb-link.active img {
            border: 3px solid #28a745;
        }

        /* CALORIES TEXT */
        .calories-text {
            font-weight: 700;
            line-height: 1;
        }

        .calories-text small {
            font-size: 12px;
        }

        /* TITLE */
.title-program {
    font-weight: 700;
    font-size: 32px;
}

.subtitle-program {
    font-size: 24px;
    color: #000;
}

/* BUTTON GREEN */
.btn-program-green {
    background: #2e7d32;
    color: white;
    border-radius: 30px;
    padding: 4px 20px;
    font-size: 20px;
    border: none;
}

.btn-program-green.active {
    background: #1b5e20;
}

/* OPTION BUTTON */
.option-program-btn {
    border-radius: 30px;
    padding: 10px 18px;
    border: 1px solid #ccc;
    background: #e0e0e0;
    color: #777;
}

.option-program-btn.active {
    background: #2e7d32;
    color: white;
    border: none;
}

/* QTY */
.qty-program-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.qty-program-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #2e7d32;
    color: white;
    font-size: 20px;
}

.qty-program-input {
    width: 60px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #2e7d32;
}

/* RADIO CUSTOM */
.radio-program-group {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 kolom */
    gap: 12px;
}
.radio-program-item input {
    display: none;
}

.radio-program-item label {
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 20px;
}

.radio-program-item label::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid #999;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.radio-program-item input:checked + label::before {
    background: #2e7d32;
    border-color: #2e7d32;
}

/* INPUT TEXT */
.text-program-input {
    border-radius: 12px;
    border: none;
    background: #ddd;
    padding: 15px;
    width: 100%;
}


/* INFO BOX */
.info-program-box {
    background: #E7F1E2;
    border-radius: 15px;
    padding: 20px;
    font-size: 20px;
    color: #656565;
}

/* CTA */
.cta-program-btn {
    width: 100%;
    border-radius: 40px;
    background: #2e7d32;
    color: white;
    padding: 15px;
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 800;
    border: none;
}


@media (max-width: 992px) {

/* CTA */
.cta-program-btn {
    width: 100%;
    border-radius: 25px;
    background: #2e7d32;
    color: white;
    padding: 15px;
    font-size: 25px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: 800;
    border: none;
}

}
/* Mobile scroll horizontal */
@media (max-width: 767px) {

    .scroll-mobile {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        gap: 0px;
        padding-bottom: 10px;
    }

    .scroll-mobile .col-md-4 {
        flex: 0 0 90%;   /* lebar card di mobile */
        max-width: 60%;
    }

}

.paket-program-btn {
    display: block;
    width: 100%;
    border-radius: 20px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 36px;
    text-align: left;
    background: #e0e0e0;
    color: #777;
    cursor: pointer;
    font-size: 20px;
    transition: 0.3s;
}

/* hover */
.paket-program-btn:hover {
    background: #cfcfcf;
}

/* ACTIVE (radio checked) */
input[type="radio"]:checked + .paket-program-btn {
    background: #2e7d32;
    color: white;
}
.qty-program-input {
    pointer-events: none;
    background: #fff;
}

/* WRAPPER */
.select-program-wrapper {
    position: relative;
    display: inline-block;
}

/* SELECT STYLE JADI BUTTON */
.select-program {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background: #2e7d32;
    color: white;
    border-radius: 30px;
    padding: 5px 20px 5px 20px;
    border: none;
    font-weight: 500;
    font-size: 20px;
    cursor: pointer;
}

/* HOVER */
.select-program:hover {
    background: #1b5e20;
}


.custom-textarea {
    background-color: #d9d9d9;
    border: none;
    border-radius: 20px;
    padding-top: 30px;
    resize: none;

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

    text-align: center;
    font-size: 18px;
    color: #666;
}

/* Placeholder biar ikut center */
.custom-textarea::placeholder {
    text-align: center;
    color: #999;
}

.judul-menu{
    font-size:45px;
    font-weight: 800;
}

.judul-related{
    font-size:30px;
    font-weight: 600;
}
.desk-menu{
    min-height:650px;
    font-weight: 400;
    font-size: 18px;
}



@media (max-width: 992px) {

.desk-menu{
    min-height:auto;
    font-weight: 400;
    font-size: 18px;
}

}

.date-hidden {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.btn-close-custom {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.btn-close-custom img {
    display: block;
}
.offcanvas-half {
    width: 283px !important;
}

.btn-abuabu {
    background-color: #e9e9e9;
    color: #fff;
    border: none;
    font-size: 25px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.btn-abuabu:hover {
    background-color: #dcdcdc;
    color: #555;
}

.btn-ijo {
    background-color: #2e7d32;
    color: #fff;
    font-size: 25px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
    border: none;
}

.btn-ijo:hover {
    background-color: #256628;
    color: #fff;
}

.radio-item input {
    display: none;
}

.radio-item span {
    display: inline-block;
    border-radius: 50px;
    font-size: 20px;
    background-color: #cfcfcf;
    color: #ffffff;
    cursor: pointer;
    transition: 0.2s;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

/* default abu */
.radio-abu {
    background-color: #cfcfcf;
    
}

/* saat dipilih jadi ijo */
.radio-item input:checked + span {
    background-color: #2f7d3b;
    color: #fff;
}

/* hover */
.radio-item span:hover {
    background-color: #bdbdbd;
}

.pagination .page-link {
    color: #2e7d32;
    border: 1px solid #2e7d32;
}

.pagination .page-link:hover {
    background-color: #2e7d32;
    color: #fff;
    border-color: #2e7d32;
}

.pagination .page-item.active .page-link {
    background-color: #2e7d32;
    border-color: #2e7d32;
    color: #fff;
}

.pagination .page-item.disabled .page-link {
    color: #ccc;
    border-color: #ccc;
}