/*
Template Name: Fruitkha - Responsive Bootstrap4 Shop Template
Template URI: 
Description: Bootstrap template for fruits or any other kind of shop
Author: Imran Hossain
Author URI: https://imransdesign.com/
Version: 1.0
*/
/* -----------------------------------------------------------------------------

# Base - Genral & Typography

----------------------------------------------------------------------------- */
html {
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #051922;
    overflow-x: hidden;
}

body img {
    max-width: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #f28123;
    text-decoration: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    margin: 0 0 1.25rem 0;
    color: #051922;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
    margin: 0;
}

h1,
.h1 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4rem;
}

@media only screen and (max-width: 767.96px) {
    h1,
    .h1 {
        font-size: 3rem;
        line-height: 3.25rem;
    }

    .footer-area {
        padding-top: 35px !important;
        padding-bottom: 20px !important;
        padding-left: 15px !important; /* dikurangi agar sejajar dengan video */
        padding-right: 15px !important; /* dikurangi agar sejajar dengan video */
    }

    .footer-area .row {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px !important;
    }

    .footer-box {
        margin-bottom: 20px !important;
    }

    h2.widget-title {
        font-size: 18px !important;
        margin-bottom: 12px !important;
    }

    .footer-box p,
    .footer-box ul li {
        font-size: 14px !important;
        line-height: 1.6 !important;
        opacity: 0.8 !important;
    }

    .footer-box ul li {
        margin-bottom: 8px !important;
    }

    .social-icons ul li a {
        padding: 4px 8px !important;
        font-size: 14px !important;
    }

    .copyright p {
        font-size: 13px !important;
        padding: 10px 0 !important;
        margin-top: 15px !important;
    }
}

@media only screen and (max-width: 575.96px) {
    h1,
    .h1 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
}

h2,
.h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.25rem;
}

@media only screen and (max-width: 767.96px) {
    h2,
    .h2 {
        font-size: 2.5rem;
        line-height: 2.75rem;
    }
    p {
        font-size: 0.1rem;
    }
}

@media only screen and (max-width: 575.96px) {
    h2,
    .h2 {
        font-size: 2rem;
        line-height: 2.25rem;
    }
    p {
        font-size: 0.1rem;
    }
}

h3,
.h3 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.25rem;
}

@media only screen and (max-width: 575.96px) {
    h3,
    .h3 {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    p {
        font-size: 0.1rem;
    }
}

h4,
.h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.75rem;
}

@media only screen and (max-width: 575.96px) {
    h4,
    .h4 {
        font-size: 1.25rem;
        line-height: 1.5rem;
    }
    p {
        font-size: 0.1rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
}

h6,
.h6 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
}

p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    letter-spacing: 0.1px;
    line-height: 1.8;
    color: #051922;
    margin: 0 0 1.25rem 0;
}

p:last-child {
    margin: 0;
}

/* -----------------------------------------------------------------------------

# All Common Styles

----------------------------------------------------------------------------- */
.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    background: #fff;
    overflow-x: hidden;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
    width: 100px;
}

.circle {
    width: 100%;
    height: auto;
    -webkit-animation: spinRight 800ms linear infinite;
    animation: spinRight 800ms linear infinite;
}

.circle:before {
    content: "";
    width: 6vmax;
    height: 4vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #f28123;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
}

.circle:after {
    content: "";
    width: 6vmax;
    height: 6vmax;
    display: block;
    position: absolute;
    top: calc(50% - 3vmax);
    left: calc(50% - 3vmax);
    border-left: 3px solid #f28123;
    border-radius: 100%;
    -webkit-animation: spinLeft 800ms linear infinite;
    animation: spinLeft 800ms linear infinite;
    width: 6vmax;
    height: 4vmax;
    top: calc(50% - 2vmax);
    left: calc(50% - 2vmax);
    border: 0;
    border-right: 2px solid #000;
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@keyframes spinLeft {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(720deg);
        transform: rotate(720deg);
    }
}

@-webkit-keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes spinRight {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.mt-80 {
    margin-top: 80px;
}

@media only screen and (max-width: 767.96px) {
    .mt-80 {
        margin-top: 50px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media only screen and (max-width: 767.96px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}

.mt-100 {
    margin-top: 100px;
}

@media only screen and (max-width: 767.96px) {
    .mt-100 {
        margin-top: 80px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}

.mt-150 {
    margin-top: 150px;
}

@media only screen and (max-width: 767.96px) {
    .mt-150 {
        margin-top: 100px;
    }
}

.mb-150 {
    margin-bottom: 150px;
}

@media only screen and (max-width: 767.96px) {
    .mb-150 {
        margin-bottom: 100px;
    }
}

.pt-80 {
    padding-top: 80px;
}

@media only screen and (max-width: 767.96px) {
    .pt-80 {
        padding-top: 50px;
    }
}

.pb-80 {
    padding-bottom: 80px;
}

@media only screen and (max-width: 767.96px) {
    .pb-80 {
        padding-bottom: 50px;
    }
}

.pt-100 {
    padding-top: 100px;
}

@media only screen and (max-width: 767.96px) {
    .pt-100 {
        padding-top: 80px;
    }
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (max-width: 767.96px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

.pt-150 {
    padding-top: 150px;
}

@media only screen and (max-width: 767.96px) {
    .pt-150 {
        padding-top: 100px;
    }
}

.pb-150 {
    padding-bottom: 150px;
}

@media only screen and (max-width: 767.96px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

.gray-bg {
    background-color: #f5f5f5;
}

.orange-text {
    color: #f28123;
}

.blue-bg {
    background-color: #162133;
}

a.boxed-btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    background-color: #f28123;
    color: #fff;
    padding: 10px 20px;
}

a.bordered-btn {
    font-family: "Poppins", sans-serif;
    display: inline-block;
    color: #fff;
    border: 2px solid #f28123;
    padding: 7px 20px;
}

a.read-more-btn {
    display: inline-block;
    margin-top: 15px;
    color: #051922;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}

a.read-more-btn:hover {
    color: #f28123;
}

a.boxed-btn,
a.bordered-btn,
a.cart-btn {
    border-radius: 50px;
}

.section-title h3 {
    font-size: 40px;
    position: relative;
    padding-bottom: 15px;
}

.section-title h3:after {
    position: absolute;
    content: "";
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 50px;
    height: 2px;
    background-color: #f28123;
    margin: 0 auto;
}

.section-title p {
    font-size: 15px;
    width: 530px;
    margin: 0 auto;
    color: #000000;
    margin-top: 10px;
    line-height: 1.8;
}

.section-title {
    margin-bottom: 80px;
}

.breadcrumb-bg {
    background-image: url(../img/bg1.jpg);
}

.breadcrumb-text p {
    color: #f28123;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 7px;
}

.breadcrumb-text h1 {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin: 0;
    margin-top: 20px;
}

.breadcrumb-section {
    padding: 150px 0;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
    padding-top: 200px;
}

.breadcrumb-section:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #07212e;
    z-index: -1;
    opacity: 0.8;
}

/* -----------------------------------------------------------------------------

# Header Styles

----------------------------------------------------------------------------- */

/* ======== BASE NAV STYLE ======== */
ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.active a.nav-link {
    color: #051922;
}

.top-header-area {
    position: absolute;
    z-index: 999;
    width: 100%;
    padding: 0px 0;
}

.top-header-area.white ul.navbar-nav li.nav-item a.nav-link,
.top-header-area.white ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
}

ul.navbar-nav li.nav-item a.nav-link,
ul.navbar-nav li.nav-item.active a.nav-link {
    color: #fff;
    font-weight: 700;
    margin-right: 14px;
}

a.navbar-brand img {
    max-width: 150px;
}

nav.main-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

nav.main-menu ul li {
    display: inline-block;
}

nav.main-menu ul li a {
    color: black;
    font-weight: 700;
    display: block;
    padding: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

nav.main-menu ul > li {
    position: relative;
}

/* ========================
   DROPDOWN LEVEL 2 (menu-public)
======================== */
nav.main-menu ul ul.menu-public {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 180px;
    padding: 6px 0;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

nav.main-menu ul li:hover > ul.menu-public {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

nav.main-menu ul ul.menu-public li {
    position: relative;
    text-align: left;
}

nav.main-menu ul ul.menu-public li a {
    display: block;
    color: #222;
    font-weight: 700;
    padding: 10px 18px;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

nav.main-menu ul ul.menu-public li a:hover {
    background-color: #f5f5f5;
    color: #f28123;
}

/* ========================
   DROPDOWN LEVEL 3 (.sub-menu)
======================== */
nav.main-menu ul ul ul.sub-menu {
    position: absolute;
    top: 0;
    left: 98%; /* lebih rapat dari 100% */
    margin-left: 0; /* hapus jarak ekstra */
    background-color: #fff;
    width: 200px;
    padding: 8px 0; /* opsional: biar vertikal lebih padat */
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Tampilkan submenu level 3 saat hover */
nav.main-menu ul ul.menu-public li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Link di level 3 */
nav.main-menu ul ul ul.sub-menu li a {
    color: #000 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover level 3 */
nav.main-menu ul ul ul.sub-menu li a:hover {
    background-color: #f8f8f8;
    color: #f28123 !important;
}

/* ========================
   DROPDOWN LEVEL 4 (.sub-sub-menu)
======================== */
nav.main-menu ul ul ul ul.sub-sub-menu {
    position: absolute;
    top: 0;
    left: 98%;
    margin-left: 0;
    background-color: #fff;
    min-width: 200px;
    padding: 6px 0;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transform: translateX(10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Tampilkan submenu level 4 saat hover */
nav.main-menu ul ul ul.sub-menu li:hover > ul.sub-sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

/* Link di level 4 */
nav.main-menu ul ul ul ul.sub-sub-menu li a {
    color: #000 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover level 4 */
nav.main-menu ul ul ul ul.sub-sub-menu li a:hover {
    background-color: #f8f8f8;
    color: #f28123 !important;
}

/* ========================
   DROPDOWN (LEVEL 2)
======================== */
nav.main-menu ul ul.sub-menu {
    position: absolute;
    background-color: #fff;
    width: 150px;
    padding: 10px 0;
    margin: 0;
    left: 0;
    top: 100%;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

nav.main-menu ul ul.sub-menu li {
    display: block;
    text-align: left;
}

nav.main-menu ul ul.sub-menu li a {
    color: #000000;
    font-weight: 600;
    padding: 10px 15px;
    font-size: 13px;
    display: block;
    white-space: nowrap;
}

/* Hover menu utama → tampilkan submenu level 2 */
nav.main-menu ul li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* ========================
   DROPDOWN (LEVEL 3)
======================== */
nav.main-menu ul ul ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
    background-color: #fff;
    width: 170px;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

/* Warna awal level 3 — pastikan hitam */
nav.main-menu ul ul ul.sub-menu li a {
    color: #000000 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover submenu level 2 → tampilkan submenu level 3 */
nav.main-menu ul ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Hover item level 3 → baru oranye */
nav.main-menu ul ul ul.sub-menu li:hover > a {
    color: #f28123 !important;
    background-color: #f8f8f8;
}

/* ========================
   DROPDOWN (LEVEL 4)
======================== */
nav.main-menu ul ul ul ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
    background-color: #fff;
    width: 220px;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1001; /* sedikit lebih tinggi dari level 3 */
}

/* Teks level 4 – sama seperti level 3 */
nav.main-menu ul ul ul ul.sub-menu li a {
    color: #000000 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover submenu level 3 → tampilkan submenu level 4 */
nav.main-menu ul ul ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Hover item level 4 – ubah warna oranye seperti level 3 */
nav.main-menu ul ul ul ul.sub-menu li:hover > a {
    color: #f28123 !important;
    background-color: #f8f8f8;
}

/* ========================
   DROPDOWN (LEVEL 5)
======================== */
nav.main-menu ul ul ul ul ul.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
    background-color: #fff;
    width: 150px;
    padding: 10px 0;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1002; /* lebih tinggi dari level 4 */
}

/* Style item level 5 */
nav.main-menu ul ul ul ul ul.sub-menu li a {
    color: #000000 !important;
    font-weight: 600;
    font-size: 13px;
    padding: 10px 15px;
    display: block;
    white-space: nowrap;
    transition: color 0.3s ease, background-color 0.3s ease;
}

/* Hover submenu level 4 → tampilkan submenu level 5 */
nav.main-menu ul ul ul ul.sub-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
}

/* Hover item level 5 – warna oranye */
nav.main-menu ul ul ul ul ul.sub-menu li:hover > a {
    color: #f28123 !important;
    background-color: #f8f8f8;
}

/* ========================
   GENERAL MENU BEHAVIOR
======================== */
nav.main-menu ul li.current-list-item > a,
nav.main-menu ul li.current-list-item li.current-list-item > a {
    color: #f28123;
}

nav.main-menu li:hover > a {
    color: #f28123;
}

nav.main-menu ul li:last-child a {
    display: inline-block;
}

nav.main-menu > ul li:last-child {
    float: right;
}

.site-logo {
    float: left;
    max-width: 250px;
    padding: 6px 0;
}

ul.sub-menu li:last-child {
    float: none !important;
}

/* meanmenu (mobile menu) */
.mean-container .mean-bar {
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 15px;
}

.mean-bar a.meanmenu-reveal {
    background-color: #f28123;
}

.main-menu-wrap {
    position: relative;
}

.mean-container a.meanmenu-reveal {
    color: #051922;
}

.mean-container a.meanmenu-reveal span {
    background-color: #051922;
}

.mean-container .mean-nav ul li a {
    padding: 0.5em 5%;
}

.mean-container .mean-nav ul li li a {
    padding: 0.5em 10%;
}

.mean-container .mean-nav ul li a.mean-expand {
    font-size: 16px;
    height: 10px;
    line-height: 10px;
    width: 15px;
}

.mean-container a.meanmenu-reveal {
    padding: 8px 8px 6px;
}

nav.mean-nav > ul > li:first-child > a {
    border-top: none;
}

.header-icons a {
    color: #fff;
    display: inline-block;
    padding: 10px;
    transition: 0.3s;
}

.top-header-area .header-icons a:hover {
    color: #f28123;
}

.top-header-area.sepherate-header ul li > a,
.top-header-area.sepherate-header .header-icons a {
    color: #051922;
}

.sticky-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999 !important;
}

.sticky-wrapper.is-sticky .top-header-area {
    background-color: #eff1f2;
    padding: 0px 0;
}

.top-header-area {
    background-color: #eff1f2;
    transition: 0.3s;
}

ul.navbar-nav {
    margin: 0 auto;
}

/* -----------------------------------------------------------------------------

# Footer Styles

----------------------------------------------------------------------------- */

/* === FOOTER === */
footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 30px;
    font-size: 15px;
    line-height: 1.8;
}

footer .footer-logo img {
    max-width: 180px;
    margin-bottom: 15px;
}

footer .footer-about p {
    color: #ffffff;
    text-align: justify;
}

footer h4 {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Warna oranye utama */
footer a,
footer .footer-contact p i,
footer .social-icons a:hover {
    color: #f28123;
}

/* Tombol atau garis oranye */
footer .footer-line {
    width: 50px;
    height: 3px;
    background-color: #f28123;
    margin-bottom: 15px;
}

/* Social Icons */
footer .social-icons a {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    margin-right: 12px;
    transition: all 0.3s ease;
}

footer .social-icons a:hover {
    color: #f28123;
}

/* Bagian bawah footer */
.footer-bottom {
    border-top: 1px solid #333;
    margin-top: 30px;
    padding-top: 15px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

.footer-bottom a {
    color: #f28123;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Responsif */
@media (max-width: 768px) {
    footer {
        text-align: center;
    }

    footer .social-icons a {
        margin-right: 8px;
        font-size: 16px;
    }
}

.single-logo-item img {
    max-width: 180px;
    margin: 0 auto;
}

.logo-carousel-section {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 120px;
}

.footer-area {
    background-color: #051922;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

h2.widget-title {
    font-size: 24px;
    font-weight: 500;
    position: relative;
    padding-bottom: 20px;
    color: #fff;
}

h2.widget-title:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 2px;
    background-color: #f28123;
    content: "";
}

.footer-area .row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.footer-box {
    flex: 1;
    min-width: 100px;
}

.footer-box p {
    color: #fff;
    opacity: 0.7;
    line-height: 1.8;
}

.footer-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-box ul li {
    opacity: 0.7;
    margin-bottom: 10px;
    line-height: 1.8;
}

.footer-box ul li:last-child {
    margin-bottom: 0;
}

.copyright {
    background-color: #051922;
    border-top: 1px solid #232a35;
}

.copyright p {
    margin: 0;
    color: #fff;
    opacity: 0.7;
    padding: 16px 0;
    font-size: 15px;
}

.copyright a {
    color: #f28123;
    font-weight: 700;
}

.copyright a:hover {
    color: #f59d53;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    font-size: 16px;
    color: #fff;
    opacity: 0.7;
    padding: 16px 10px;
    display: block;
}

.footer-box ul li a {
    color: #fff;
}

.footer-box.pages ul li {
    position: relative;
    padding-left: 20px;
}

.footer-box.pages ul li:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #f28123;
}

/* -----------------------------------------------------------------------------

# Hover Styles

----------------------------------------------------------------------------- */
a.navbar-brand {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.navbar-brand:hover {
    opacity: 0.7;
}

a.boxed-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.boxed-btn:hover {
    background-color: #051922;
    color: #f28123;
}

a.bordered-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.bordered-btn:hover {
    background-color: #f28123;
    color: #fff;
}

ul.sub-menu a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.sub-menu li:hover a {
    color: #f28123;
}

.single-tof-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-tof-box:hover {
    -webkit-box-shadow: 0 0 80px #353535;
    box-shadow: 0 0 80px #353535;
}

a.video-play-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.video-play-btn:hover {
    background-color: #333;
    color: #f28123;
}

.latest-news-bg {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-latest-news:hover .latest-news-bg {
    opacity: 0.8;
}

a.tof-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.tof-btn i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.tof-btn:hover {
    color: #f28123;
}

a.tof-btn:hover i {
    margin-left: 10px;
}

.single-latest-news {
    -webkit-box-shadow: 0 0 20px #dddddd;
    box-shadow: 0 0 20px #dddddd;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-latest-news:hover {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.single-logo-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-logo-item:hover {
    opacity: 0.7;
}

.footer-box.pages ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box.pages ul li:hover a {
    color: #f28123;
}

.footer-box.subscribe form a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.footer-box.subscribe form a:hover {
    background-color: #f28123;
    color: #051922;
}

.social-icons ul li:hover a {
    color: #f28123;
}

.social-icons ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.social-link-team li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.social-link-team li a:hover {
    background-color: #051922;
    color: #f28123;
}

.counter-box {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.counter-box:hover {
    -webkit-box-shadow: 0 0 80px #6f6f6f;
    box-shadow: 0 0 80px #6f6f6f;
}

input[type="submit"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50px !important;
}

input[type="submit"]:hover {
    background-color: #051922;
    color: #f28123;
}

div.owl-controls,
.owl-controls div {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

div.owl-controls div.owl-nav div:hover {
    opacity: 0.7;
}

.pagination-wrap ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pagination-wrap ul li:hover a {
    background-color: #f28123;
}

.icons a i {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.icons a:hover i {
    color: #f28123;
}

.tof-text a.tof-btn {
    margin-top: 15px;
    display: inline-block;
}

.single-pricing-table {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-pricing-table:hover {
    -webkit-box-shadow: 0 0 20px #ddd;
    box-shadow: 0 0 20px #ddd;
}

.product-image img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-image img:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.cart-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.cart-btn:hover {
    background-color: #051922;
    color: #f28123;
}

.recent-posts ul li {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.recent-posts ul li:hover {
    opacity: 0.7;
}

ul.sub-menu li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.sub-menu li:hover a {
    color: #f28123 !important;
}

.sidebar-section ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.sidebar-section ul li a:hover {
    opacity: 0.7;
}

.comment-text-body h4 a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.comment-text-body h4 a:hover {
    color: #f28123;
}

ul.product-share li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

ul.product-share li:hover a {
    color: #f28123;
}

.service-menu ul li a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service-menu ul li a.active {
    font-weight: 600;
    color: #ffe200;
}

.service-menu ul li a:hover {
    color: #ffe200;
}

.single-product-item {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.single-product-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-bar-tablecell button[type="submit"] {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.search-bar-tablecell button[type="submit"]:hover {
    background-color: #fff;
    color: #000;
}

span.close-btn {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

span.close-btn:hover {
    color: #fff;
}

a.mobile-show.search-bar-icon {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

a.mobile-show.search-bar-icon:hover {
    color: #f28123;
}

/* -----------------------------------------------------------------------------

# Hero Styles

----------------------------------------------------------------------------- */
.hero-bg {
    background-image: url(../img/bg1.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.hero-text {
    display: table;
    height: 100%;
}

.hero-text-tablecell {
    display: table-cell;
}

.hero-area {
    height: 100%;
    position: relative;
    z-index: 1;
}

html,
body {
    height: 100%;
}

.hero-area:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #07212e;
    z-index: -1;
    opacity: 0.6;
}
#logo {
    background-image: url(../img/k33.png);
    width: 120px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 20px; /* Jarak ke menu */
}

.hero-text h3.subtitle {
    color: #f28123;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-size: 50px;
}

.hero-text h3 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    color: #fff;
}

.hero-area div {
    height: 100%;
}

.hero-area div.hero-text {
    height: 100%;
    width: 100%;
}

.hero-area div.hero-text-tablecell {
    height: auto;
    vertical-align: middle;
}

.hero-area div.hero-text-tablecell div {
    height: auto;
    vertical-align: middle;
}

.hero-btns {
    margin-top: 35px;
}

.hero-btns a.bordered-btn {
    margin-left: 15px;
}

.hero-area div.hero-form {
    background-color: #fff;
    text-align: center;
    width: 380px;
    margin: 0 auto;
    margin-right: 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #2d2d2d;
    box-shadow: 0 0 15px #2d2d2d;
    position: absolute;
    right: 30px;
    bottom: -15%;
    height: 600px;
}

input[type="submit"] {
    background-color: #f28123;
    color: #051922;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    border: none !important;
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 3px;
}

.homepage-bg-1 {
    background-image: url(../img/bg1.jpg);
}

.homepage-bg-2 {
    background-image: url(../img/bg2.jpg);
}

.homepage-bg-5 {
    background-image: url(../img/bg3.jpg);
}
.homepage-bg-4 {
    background-image: url(../img/bg4.jpg);
}
.homepage-bg-6 {
    background-image: url(../img/bg5.jpeg);
}
.homepage-bg-7 {
    background-image: url(../img/bg6.jpeg);
}
.homepage-slider {
    height: 100%;
}

.homepage-slider div {
    height: 100%;
}

.homepage-slider div.hero-text {
    display: table;
    width: 100%;
}

.homepage-slider div.hero-text-tablecell {
    height: auto;
    vertical-align: middle;
    display: table-cell;
}

.homepage-slider div.hero-text-tablecell div {
    height: auto;
}

.single-homepage-slider {
    background-size: cover;
    background-position: center;
    background-color: #020c0e;
    position: relative;
    z-index: 1;
}

.single-homepage-slider:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #051922;
    content: "";
    z-index: -1;
    opacity: 0.7;
}

div.owl-controls,
.owl-controls div {
    height: auto;
    top: 50%;
    color: #f28123;
    font-size: 48px;
}

.homepage-slider {
    position: relative;
}

.owl-prev {
    position: absolute;
    left: 60px;
    margin-top: -30px;
}

.owl-next {
    position: absolute;
    right: 60px;
    margin-top: -30px;
}

/* -----------------------------------------------------------------------------

# List Styles

----------------------------------------------------------------------------- */
.list-section {
    background-color: #f5f5f5;
}

.list-box {
    overflow: hidden;
    letter-spacing: 0.5px;
}

.list-box .content h3 {
    display: block;
    line-height: 22px;
    font-size: 18px;
    margin-bottom: 4px;
}

.list-box .content p {
    margin-bottom: 0px;
    opacity: 0.75;
}

.list-box .list-icon i {
    display: block;
    font-size: 24px;
    margin-right: 15px;
    color: #f28123;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    border: 2px #f28123 dotted;
    border-radius: 999px;
}

/* -----------------------------------------------------------------------------

# News Styles

----------------------------------------------------------------------------- */
.news-bg-1 {
    background-image: url(../img/latest-news/new1.jpg);
}

.news-bg-2 {
    background-image: url(../img/latest-news/new2.jpg);
}

.news-bg-3 {
    background-image: url(../img/latest-news/new3.jpg);
}

.news-bg-4 {
    background-image: url(../img/latest-news/news-bg-4.jpg);
}

.news-bg-5 {
    background-image: url(../img/latest-news/news-bg-5.jpg);
}

.news-bg-6 {
    background-image: url(../img/latest-news/news-bg-6.jpg);
}

/* ================================
   STYLE KOTAK BERITA (LATEST NEWS)
================================ */
.latest-news-bg {
    width: 100%;
    height: 250px; /* tinggi default */
    background-size: cover; /* biar gambar tampil penuh, tidak terpotong */
    background-repeat: no-repeat;
    background-position: center; /* gambar tetap di tengah */
    background-color: #fff; /* latar belakang putih agar rapi */
    border-radius: 10px 10px 0 0; /* sudut atas melengkung */
    overflow: hidden; /* hindari elemen keluar area */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Efek hover ringan */
.single-latest-news:hover .latest-news-bg {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

/* Responsif (tablet) */
@media (max-width: 768px) {
    .latest-news-bg {
        height: 220px;
    }
}

/* Responsif (mobile) */
@media (max-width: 480px) {
    .latest-news-bg {
        height: 200px;
    }
}

.single-latest-news h3 {
    font-size: 20px;
    line-height: 1.25em;
    font-weight: 600;
}

.single-latest-news h3 a {
    color: #051922;
}

p.blog-meta span {
    margin-right: 15px;
    opacity: 0.6;
    color: #051922;
    font-size: 0.85em;
}

p.blog-meta span:last-child {
    margin-right: 0;
}

p.blog-meta span i {
    margin-right: 5px;
}

p.excerpt {
    line-height: 1.8;
    color: #000000;
}

.latest-news a.boxed-btn {
    margin-top: 80px;
}

.news-text-box {
    padding: 25px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.single-latest-news {
    margin-bottom: 30px;
}

.single-artcile-bg {
    height: 450px;
}

.pagination-wrap {
    margin-top: 40px;
}

.pagination-wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagination-wrap ul li {
    display: inline-block;
}

.pagination-wrap ul li a {
    color: #6f6f6f;
    font-size: 15px;
    background-color: #f3f3f3;
    display: inline-block;
    padding: 8px 14px;
    border-radius: 5px;
    margin: 3px;
    font-weight: 600;
    border-radius: 50px;
}

.pagination-wrap ul li a.active {
    background-color: #f28123;
}

.single-artcile-bg {
    background-size: cover;
    background-position: center;
    /* background-color: #ddd; */
    /* border-radius: 5px; */
    margin-bottom: 20px;
}

.single-article-text h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.single-article-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #051922;
}

.mySwiper {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
}

.swiper-slide {
    width: 350px;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f28123;
}

.swiper-pagination-bullet-active {
    background: #f28123;
}

.comments-list-wrap {
    margin: 100px 0;
}

.comments-list-wrap h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
}

.comment-template h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 50px;
}

.single-comment-body {
    position: relative;
}

.comment-user-avater {
    position: absolute;
    left: 0;
    top: 0;
}

.comment-user-avater img {
    width: 60px;
    max-width: 60px;
    border-radius: 50%;
}

.comment-text-body {
    padding-left: 80px;
    margin-bottom: 40px;
}

.comment-text-body h4 {
    font-size: 18px;
    font-weight: 600;
}

span.comment-date {
    opacity: 0.5;
    font-size: 80%;
    font-weight: 700;
    margin-left: 5px;
}

.comment-text-body h4 a {
    color: #051922;
    font-size: 80%;
    margin-left: 10px;
    border-bottom: 1px solid #aaa;
}

.single-comment-body.child {
    margin-left: 75px;
}

.comment-text-body p {
    color: #888;
    line-height: 2;
    margin: 0;
}

.comment-template h4 {
    margin-bottom: 10px;
}

.comment-template > p {
    opacity: 0.7;
    margin-bottom: 30px;
}

.comment-template form p input[type="text"] {
    border: 1px solid #ddd;
    width: 49%;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #051922;
}

.comment-template form p input[type="email"] {
    border: 1px solid #ddd;
    width: 49%;
    padding: 15px;
    border-radius: 5px;
    font-size: 15px;
    color: #051922;
    margin-left: 10px;
}

.comment-template form p textarea {
    border: 1px solid #ddd;
    padding: 15px;
    font-size: 15px;
    color: #051922;
    border-radius: 5px;
    height: 250px;
    resize: none;
    width: 100%;
}

.sidebar-section {
    margin-left: 30px;
}

.sidebar-section h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.sidebar-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-section ul li {
    line-height: 1.5;
}

.sidebar-section ul li a {
    color: #000000;
    font-size: 15px;
}

.sidebar-section > div {
    margin-bottom: 60px;
}

.sidebar-section > div:last-child {
    margin-bottom: 0;
}

.recent-posts ul li,
.archive-posts ul li {
    position: relative;
    padding-left: 17px;
    margin-bottom: 10px;
}

.recent-posts ul li:before,
.archive-posts ul li:before {
    position: absolute;
    left: 0;
    top: 2px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.tag-section ul li {
    display: inline-block;
}

.tag-section ul li a {
    background-color: #ddd;
    padding: 3px 10px;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    margin-right: 5px;
}

/* ===== Card Berita ===== */
.single-latest-news {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.single-latest-news:hover {
    transform: translateY(-5px);
}

/* ==== Gambar Artikel ==== */
.latest-news-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain; /* biar gambar tidak terpotong */
    background-color: #f9f9f9; /* biar rapi jika ada ruang kosong */
}

/* ==== Konten Artikel ==== */
.news-text-box {
    padding: 20px;
}

.news-text-box h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.news-text-box p {
    font-size: 14px;
    color: #000000;
}

.read-more-btn {
    color: #f28123;
    font-weight: 600;
    text-decoration: none;
}

.read-more-btn:hover {
    text-decoration: underline;
}

/* ===== Pagination ===== */
.pagination-simple {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
}

.pagination-simple button {
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    margin: 0 6px;
    cursor: pointer;
    transition: color 0.3s ease;
}

.pagination-simple button:hover {
    color: #f28123;
}

.pagination-simple .active-page {
    color: #f28123;
    font-weight: 600;
}

.pagination-simple button:disabled {
    color: #aaa;
    cursor: not-allowed;
}

/* ===== Responsif ===== */
@media (max-width: 992px) {
    .news-text-box h3 {
        font-size: 15px;
    }
    .news-text-box p {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .pagination-simple {
        font-size: 10px;
    }
    .pagination-simple button {
        margin: 0 4px;
    }
}

@media (max-width: 480px) {
    .pagination-simple {
        font-size: 10px;
    }
    .pagination-simple button {
        margin: 0 3px;
    }
}

/* ===========================================
   HEALTH PROMOTION / LATEST NEWS STYLE
   (Mengikuti gaya profil .abt-corevalues)
=========================================== */
.latest-news .abt-text h3 {
    font-size: 30px; /* sama seperti .abt-corevalues */
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 50px;
    color: #1e1e1e;
    letter-spacing: 0.5px;
}

.latest-news .abt-text .orange-text {
    color: #f26c21; /* warna oranye khas */
}

.latest-news .abt-text p {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    text-align: justify;
    margin-bottom: 14px;
}

/* ========================
   PAGINATION SIMPLE
======================== */
.pagination-simple {
    text-align: center;
    margin-top: 20px; /* jarak atas dari konten sebelumnya */
    margin-bottom: 50px; /* jarak bawah biar nggak terlalu nempel footer */
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px; /* jarak horizontal antar tombol */
}

.pagination-simple button {
    background: none;
    border: none;
    color: #333;
    font-size: 16px;
    padding: 8px 14px;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.3s ease;
}

/* Hover effect */
.pagination-simple button:hover {
    color: #f28123;
    transform: translateY(-1px);
}

/* Active page style */
.pagination-simple .active-page,
.pagination-simple button.active-page {
    color: #fff;
    background-color: #f28123;
    font-weight: 600;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

/* Disabled button */
.pagination-simple button:disabled {
    color: #aaa;
    cursor: not-allowed;
    opacity: 0.6;
}

/* ========================
   RESPONSIVE DESIGN
======================== */
@media (max-width: 768px) {
    .pagination-simple {
        font-size: 14px;
        gap: 8px;
        margin-top: 15px;
        margin-bottom: 100px;
    }

    .pagination-simple button {
        padding: 6px 10px;
    }
}

@media (max-width: 480px) {
    .pagination-simple {
        font-size: 13px;
        gap: 6px;
        margin-top: 30px;
    }

    .pagination-simple button {
        padding: 5px 8px;
    }
}

/* -----------------------------------------------------------------------------

# Cart Banner Styles

----------------------------------------------------------------------------- */
.cart-banner {
    background-color: #f5f5f5;
}

.cart-banner .image-column {
    position: relative;
    margin-top: 40px;
}

.cart-banner .image-column .price-box {
    position: absolute;
    left: 15%;
    top: -30px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: rgba(242, 129, 35, 0.75);
}

.cart-banner .image-column .price-box .inner-price {
    position: relative;
    width: 94px;
    height: 94px;
    margin: 0 auto;
    margin-top: 8px;
    text-align: center;
    border-radius: 50%;
    background-color: #f28123;
}

.cart-banner .image-column .price-box .inner-price .price {
    color: #051922;
    padding-top: 27px;
    position: relative;
    display: inline-block;
    line-height: 18px;
    font-weight: 400;
}

.cart-banner .image-column .price-box .inner-price .price strong {
    color: #051922;
    font-size: 24px;
}

.cart-banner .content-column {
    position: relative;
    padding-top: 40px;
}

.cart-banner .content-column h3 {
    font-size: 40px;
}

.cart-banner .content-column h4 {
    position: relative;
    font-weight: 300;
    text-transform: uppercase;
}

.cart-banner .content-column .text {
    position: relative;
    font-weight: 400;
    line-height: 1.8em;
    margin-top: 25px;
    margin-bottom: 25px;
}

.time-counter {
    position: relative;
    margin-bottom: 25px;
}

.time-counter .time-countdown {
    position: relative;
}

.time-countdown .counter-column {
    position: relative;
    display: inline-block;
    margin: 0px 0px 5px;
    font-size: 13px;
    line-height: 1em;
    padding: 8px 20px 14px;
    text-transform: capitalize;
    text-align: center;
    border: 2px solid #f28123;
}

.time-countdown .counter-column .count {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 1.4em;
    padding: 0px 0px;
    color: #f28123;
    font-weight: 700;
    letter-spacing: 1px;
}

/* -----------------------------------------------------------------------------

# Testimonial Styles

----------------------------------------------------------------------------- */
.client-avater {
    margin-bottom: 20px;
}

.client-meta h3 {
    font-size: 20px;
    font-weight: 600;
}

.client-meta h3 span {
    display: block;
    font-size: 70%;
    margin-top: 10px;
    color: #051922;
    font-weight: 600;
    opacity: 0.5;
}

p.testimonial-body {
    font-size: 17px;
    font-style: italic;
    width: 700px;
    margin: 0 auto;
    line-height: 1.8;
    color: #999999;
    margin-top: 20px;
}

.last-icon {
    margin-top: 20px;
    font-size: 25px;
    opacity: 0.3;
}

.client-avater img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto;
}

/* -----------------------------------------------------------------------------

# About Styles

----------------------------------------------------------------------------- */
a.video-play-btn {
    position: absolute;
    background-color: #f28123;
    color: #051922;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 92px;
    border-radius: 50%;
    font-size: 20px;
    padding-left: 5px;
    display: block;
    z-index: 2;
    top: 50%;
    margin-top: -45px;
    -webkit-box-shadow: 0 0 20px #adadad;
    box-shadow: 0 0 20px #adadad;
    left: 50%;
    margin-left: -45px;
}

.abt-bg {
    background-image: url(../img/abt.jpg);
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.abt-bg:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #051922;
    opacity: 0.3;
}

.abt-section .abt-text {
    padding: 25px;
}

.abt-text p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.abt-text p.top-sub {
    opacity: 0.8;
    margin-bottom: 10px;
}

.abt-text p:last-child {
    margin-bottom: 0;
}

/* ================================
   STYLE ABOUT / CORE VALUES / VISION / MISION / INTRODUCTION
   (Mengikuti gaya PROPER)
   ================================ */

.abt-corevalues {
    padding-top: 0;
    padding-bottom: 0;
}

/* === Judul utama (h3) === */
.abt-corevalues .abt-text h3 {
    font-size: 30px; /* sama seperti .section-title */
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 30px;
    color: #1e1e1e; /* warna teks utama */
    letter-spacing: 0.5px;
}

/* Warna teks oranye */
.abt-corevalues .orange-text {
    color: #f26c21;
}

/* === Paragraf umum === */
.abt-corevalues .abt-text p {
    font-size: 17px; /* sama dengan .proper-text p */
    line-height: 1.8;
    color: #000000;
    text-align: justify;
    margin-bottom: 14px;
}

/* === Daftar (Core Values) === */
.abt-corevalues .abt-text ul {
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
    /* list-style: disc; */
}

.abt-corevalues .abt-text ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 10px;
    text-align: justify;
}

/* Judul nilai seperti Inovasi, Unggul, Sinergi */
.abt-corevalues .abt-text ul li strong {
    font-weight: 700;
    color: #000000;
}

/* Isi deskripsi di bawah tiap nilai */
.abt-corevalues .abt-text ul li span {
    display: block;
    margin-top: 4px;
    color: #000000;
    text-align: justify;
}

/* === Video Wrapper === */
.abt-corevalues .video-wrapper video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    outline: none;
}

/* === Responsif (mobile/tablet) === */
@media (max-width: 768px) {
    .abt-corevalues .abt-text h3 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 16px;
    }

    .abt-corevalues .abt-text p,
    .abt-corevalues .abt-text ul li {
        font-size: 15px;
        line-height: 1.7;
    }

    .abt-corevalues .abt-text ul {
        padding-left: 18px;
    }

    .abt-corevalues .video-wrapper video {
        border-radius: 8px;
    }
}

/* ================================
   SAFETY PROMOTION IMAGE + LIST STYLE
   ================================ */

/* Gambar utama di bawah judul */
.safety-mainimg {
    text-align: center;
    margin: 25px 0 30px 0;
}

.safety-mainimg img {
    width: 100%;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.15);
}

/* List container */
.abt-safetylist {
    margin-top: 25px;
}

/* Setiap poin utama */
.safety-point {
    margin-bottom: 45px;
    color: #333;
    font-size: 17px;
    line-height: 1.8;
    text-align: justify;
}

/* Judul poin (angka + judul utama) */
.safety-title {
    font-weight: 800;
    color: #1e1e1e;
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}

/* Angka (1., 2., 3., 4., 5.) */
.safety-title .num {
    color: #1e1e1e; /* sama dengan teks utama */
    font-weight: 800;
    font-size: 18px;
    margin-right: 6px;
}

/* Gambar di tiap poin */
.safety-img {
    text-align: center;
    margin-bottom: 15px;
}

.safety-img img {
    width: 100%;
    max-width: 700px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Sublist */
.safety-point ul {
    list-style-type: disc;
    margin-left: 25px;
    padding-left: 10px;
}

.safety-point ul li {
    font-size: 16px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 6px;
}

/* Responsif */
@media (max-width: 768px) {
    .safety-mainimg img,
    .safety-img img {
        border-radius: 8px;
    }

    .safety-point {
        font-size: 15px;
    }

    .safety-title {
        font-size: 15px;
    }

    .safety-title .num {
        font-size: 16px;
    }
}

/* -----------------------------------------------------------------------------

# About Page Styles

----------------------------------------------------------------------------- */
.feature-bg {
    position: relative;
    margin: 150px 0;
}

.feature-bg:after {
    background-image: url(../img/logo.png);
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    content: "";
    background-size: cover;
    background-position: center;
    border-top-left-radius: 5px;
    -webkit-box-shadow: 0 0 20px #cacaca;
    box-shadow: 0 0 20px #cacaca;
    border-bottom-left-radius: 5px;
}

.team-bg-1 {
    background-image: url(../img/team/team-1.jpg);
}

.team-bg-2 {
    background-image: url(../img/team/team-2.jpg);
}

.team-bg-3 {
    background-image: url(../img/team/team-3.jpg);
}

.team-bg-4 {
    background-image: url(../img/team/team-4.jpg);
}

.team-bg {
    height: 400px;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    background-color: #ddd;
}

.single-team-item {
    position: relative;
}

.single-team-item h4 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-team-item h4 span {
    font-size: 70%;
    display: block;
    margin-top: 10px;
    opacity: 0.7;
}

ul.social-link-team {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

ul.social-link-team li {
    display: inline-block;
}

ul.social-link-team li a {
    color: #fff;
    background-color: #f28123;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin: 5px;
}

/* -----------------------------------------------------------------------------

# Contact Page Styles

----------------------------------------------------------------------------- */
.form-title {
    margin-bottom: 25px;
}

.form-title h2 {
    font-size: 25px;
}

.form-title p {
    font-size: 15px;
    line-height: 1.8;
}

.contact-form form p input[type="text"],
.contact-form form p input[type="tel"],
.contact-form form p input[type="email"] {
    width: 49%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.contact-form form p textarea {
    border: 1px solid #ddd;
    padding: 15px;
    height: 200px;
    border-radius: 3px;
    width: 100%;
    resize: none;
}

.contact-form-wrap {
    background-color: #fbfbfb;
    padding: 45px 30px;
    border-radius: 5px;
}

.contact-form-box {
    padding-left: 40px;
    margin-bottom: 30px;
}

.contact-form-box h4 {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.contact-form-box h4 i {
    position: absolute;
    left: -13%;
    color: #f28123;
    top: 2px;
}

.contact-form-box p {
    line-height: 1.8;
    opacity: 0.8;
}

.contact-form-wrap .contact-form-box:last-child {
    margin: 0;
}

.find-location p {
    color: #fff;
    font-size: 40px;
    margin: 0;
    font-weight: 600;
    padding: 95px 0;
}

.find-location p i {
    margin-right: 10px;
    color: #f28123;
}

#form_status span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    background: #e74c3c;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 10px 0px;
    border-radius: 3px;
    margin-bottom: 18px;
}

#form_status span.loading {
    color: #333;
    background: #eee;
    border-radius: 3px;
    padding: 18px 0px;
}

#form_status span.notice {
    color: yellow;
}

#form_status .success {
    color: #fff;
    text-align: center;
    background: #2ecc71;
    border-radius: 3px;
    padding: 30px 0px;
}

#form_status .success i {
    color: #fff;
    font-size: 45px;
    margin-bottom: 14px;
}

#form_status .success h3 {
    color: #fff;
    margin-bottom: 10px;
}

/* -----------------------------------------------------------------------------

# 404 Page Styles

----------------------------------------------------------------------------- */
.error-text i {
    font-size: 90px;
    margin-bottom: 30px;
}

.error-text h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 10px;
}

.error-text p {
    font-size: 15px;
    margin-bottom: 30px;
}

.full-height-section {
    height: 100%;
    display: table;
    width: 100%;
}

.full-height-tablecell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/* ================================
   STYLE DASAR JUDUL & PARAGRAF
   ================================ */
.section-title {
    font-size: 30px; /* lebih besar dari sebelumnya (25px) */
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 12px;
    color: #1e1e1e;
    letter-spacing: 0.5px;
}

.proper-text p {
    font-size: 17px; /* disamakan dengan air/ph/pembibitan */
    line-height: 1.8; /* disamakan juga */
    text-align: justify;
    color: #000000; /* disamakan warnanya */
    margin-bottom: 14px; /* disamakan jaraknya */
}

/* Font dan justify untuk teks di PROPER */
.proper-section p,
.proper-section ul,
.proper-section ul li,
.proper-ranking ul,
.proper-ranking ul li {
    font-size: 17px; /* sama dengan paragraf */
    line-height: 1.8; /* jarak antar baris */
    color: #000000; /* warna teks */
    margin-bottom: 14px; /* jarak antar item / paragraf */
    text-align: justify; /* justify teks */
}

/* Badge tetap agar tampil warna */
.proper-ranking .badge {
    font-size: 0.85em; /* agar badge tidak terlalu besar */
    margin-right: 8px;
}

/* Style untuk proper ranking dan daftar PROPER */
.proper-section ul,
.proper-ranking ul {
    padding-left: 20px; /* jarak dari kiri */
    margin-top: 0;
    margin-bottom: 0;
    list-style: disc; /* tetap menampilkan bullet jika tidak list-unstyled */
}

.proper-section ul li,
.proper-ranking ul li {
    margin-bottom: 6px; /* jarak antar bullet / item lebih rapat */
    line-height: 1.5; /* tinggi baris agar teks nyaman dibaca */
    font-size: 17px; /* sama dengan paragraf */
    color: #000000;
    text-align: justify;
}

/* Badge di proper-ranking agar tetap terlihat bagus */
.proper-ranking .badge {
    font-size: 0.85em;
    margin-right: 8px;
}

.proper-subtitle {
    font-size: 28px !important;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 22px !important;
}

/* ================================
   SPASI ANTAR SECTION / KONTEN
   ================================ */
.proper-section {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 25px;
}

@media (max-width: 768px) {
    .proper-section {
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 18px;
    }

    .section-title {
        font-size: 24px; /* lebih besar di mobile juga */
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .proper-text p {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 6px;
    }

    .proper-subtitle {
        font-size: 22px !important;
        margin-bottom: 18px !important;
    }
}

/* ================================
   STYLE GAMBAR SERTIFIKAT & FOTO
   ================================ */
.certificate-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}

.certificate-frame {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.certificate-frame:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.certificate-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.certificate-caption {
    font-size: 14px;
    color: #000000;
    margin-top: 4px;
    text-align: center;
    font-style: italic;
}

/* ================================
   FOTO PENERIMAAN PROPER
   ================================ */
.proper-gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
}

.proper-gallery .row {
    width: 100%;
    justify-content: center;
    gap: 8px;
}

.proper-gallery .certificate-frame {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proper-gallery .certificate-frame:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.proper-gallery .certificate-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.proper-gallery .certificate-caption {
    font-size: 14px;
    color: #000000;
    text-align: center;
    margin-top: 4px;
    font-style: italic;
}

/* ================================
   RESPONSIVE FIXES UNTUK ANDROID
   ================================ */
@media (max-width: 576px) {
    .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .proper-section,
    .abt-section {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .certificate-box,
    .proper-gallery {
        margin-top: 5px;
    }
}

/* ================================
   Pemantauan Lingkungan Hidup & Pembibitan
   ================================ */

/* === AIR, PH-AIR, & PEMBIBITAN Section === */
.air-section,
.ph-air-section,
.pembibitan-section {
    margin-top: 0 !important;
    margin-bottom: 50px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Jarak antara teks utama & dokumentasi agar tidak terlalu jauh */
.pembibitan-section + .pembibitan-section,
.ph-air-section.dokumentasi,
.air-section.dokumentasi {
    margin-top: 15px !important;
    padding-top: 0 !important;
}

/* === Kontainer teks seragam === */
.air-text,
.ph-air-text,
.pembibitan-text {
    max-width: 900px;
    margin: 0 auto;
    text-align: justify;
}

/* === Judul Utama === */
.section-title {
    font-size: 34px;
    font-weight: 800;
    line-height: 1.3;
    color: #222;
    margin-top: 35px !important;
    margin-bottom: 0;
    text-align: center;
}

/* === Subjudul (Dokumentasi...) === */
.section-subtitle {
    font-size: 28px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-top: 0 !important;
    margin-bottom: 22px !important;
}

/* === Paragraf Seragam untuk Semua Section === */

.air-section p,
.ph-air-section p,
.pembibitan-section p,
.air-section ul,
.ph-air-section ul,
.pembibitan-section ul,
.air-section ul li,
.ph-air-section ul li,
.pembibitan-section ul li {
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    margin-bottom: 14px;
    text-align: justify;
}

.pembibitan-section ul {
    padding-left: 20px; /* jarak dari kiri */
    margin-top: 0;
    margin-bottom: 0;
}

.pembibitan-section ul li {
    margin-bottom: 6px; /* jarak antar bullet */
    line-height: 1.5; /* tinggi baris agar teks tetap nyaman dibaca */
}

/* === Warna teks oranye === */
.orange-text {
    color: #f15a24;
}

/* === Galeri Foto (Air & PH-Air) === */
.air-gallery .certificate-frame,
.ph-air-gallery .certificate-frame {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.air-gallery .certificate-frame:hover,
.ph-air-gallery .certificate-frame:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

/* === Galeri Pembibitan === */
.pembibitan-gallery .certificate-frame {
    background: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pembibitan-gallery .certificate-frame:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.certificate-img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* === Responsif === */
@media (max-width: 992px) {
    .section-title {
        font-size: 28px;
    }
    .section-subtitle {
        font-size: 24px;
    }
    .air-section p,
    .ph-air-section p,
    .pembibitan-section p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .air-section,
    .ph-air-section,
    .pembibitan-section {
        margin-bottom: 35px !important;
    }
    .section-title {
        font-size: 24px;
    }
    .section-subtitle {
        font-size: 20px;
    }
    .air-gallery .certificate-frame,
    .ph-air-gallery .certificate-frame,
    .pembibitan-gallery .certificate-frame {
        padding: 10px;
    }
    .certificate-img {
        border-radius: 6px;
    }
}

@media (max-width: 576px) {
    .air-text,
    .ph-air-text,
    .pembibitan-text {
        padding: 0 10px;
    }
    .section-title {
        font-size: 22px;
        line-height: 1.4;
    }
    .section-subtitle {
        font-size: 18px;
    }
    .air-section p,
    .ph-air-section p,
    .pembibitan-section p {
        font-size: 15px;
        line-height: 1.6;
    }
}
/* -----------------------------------------------------------------------------
PIAGAM PENGHARGAAN
--------------------------------------------------------------------------------

/* ===== Slider Container ===== */
.certificate-slider {
    width: 100%;
    padding: 80px 0; /* jarak atas bawah section */
    position: relative;
}

.swiper-slide {
    text-align: center;
}

.certificate-box {
    max-width: 750px;
    margin: 0 auto;
    padding: 30px 0;
}

.certificate-frame {
    border: none; /* hilangkan border */
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); /* bayangan natural */
}

.certificate-frame:hover {
    transform: scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15); /* sedikit lebih kuat saat hover */
}

.certificate-img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 650px;
    object-fit: contain;
    margin-bottom: 10px;
}

.certificate-caption {
    font-style: italic;
    color: #000000;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.3s;
    padding-top: 30px;
    /* padding-bottom: 5px; */
}

.certificate-caption:hover {
    color: #ff5722;
}

/* ===== Navigasi Panah (Custom) ===== */
.swiper-button-next,
.swiper-button-prev {
    color: #000 !important; /* warna hitam dominan */
    font-size: 3rem;
    font-weight: bold;
    background: none;
    width: auto;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: color 0.3s ease;
}

/* Hilangkan panah kecil bawaan Swiper */
.swiper-button-next::after,
.swiper-button-prev::after {
    display: none;
}

/* Posisi tombol panah */
.swiper-button-next {
    right: -70px;
}

.swiper-button-prev {
    left: -70px;
}

/* Hover efek: ubah warna jadi oranye */
.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #ff5722 !important; /* warna oranye saat hover */
}

/* ===== Pagination Bulat ===== */
.swiper-pagination-bullet {
    background: #000 !important;
    opacity: 0.5;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff5722 !important;
}

/* ===== Lightbox (Popup Gambar Besar) ===== */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.3s ease;
}

.lightbox img {
    max-width: 90%;
    max-height: 85vh;
    border-radius: 10px;
    transform: scale(0.9);
    animation: zoomIn 0.3s ease forwards;
    box-shadow: 0 0 30px rgba(255, 255, 255, 0.748);
}

.close-btn {
    position: absolute;
    top: 40px;
    right: 50px;
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
}

.close-btn:hover {
    color: #ff5722;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1);
    }
}

/* ===== Responsive: Mode Mobile ===== */
@media (max-width: 768px) {
    .swiper-slide {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .certificate-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .certificate-frame {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .certificate-img {
        max-width: 280px; /* batas lebar gambar agar tidak terlalu besar */
        height: auto;
        display: block;
        object-fit: contain;
        margin-bottom: 8px;
    }

    .certificate-caption {
        font-size: 0.3rem;
        padding-top: 30px;
        max-width: 280px;
        margin: 0 auto;
        line-height: 1.4;
        text-align: center !important; /* paksa rata tengah */
        display: block;
        padding-bottom: 10px;
    }

    /* Jika caption berisi <p> atau <span>, pastikan juga mereka ikut rata tengah */
    .certificate-caption p,
    .certificate-caption span {
        text-align: center !important;
    }

    /* Geser panah keluar dari gambar */
    .swiper-button-next {
        right: -40px; /* lebih dekat tapi tetap di luar */
    }

    .swiper-button-prev {
        left: -40px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        font-size: 1.5 rem; /* sedikit lebih kecil di mobile */
    }
}

/* ====== Aturan Page Styles ====== */
.aturan-section {
    padding: 50px 0;
    text-align: center;
}

.aturan-main-title {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.aturan-desc {
    color: #000000;
    font-size: 15px;
    max-width: 750px;
    margin: 0 auto 25px;
    line-height: 1.6;
}

.download-btn {
    display: inline-block;
    background-color: #f28123;
    color: #fff;
    font-weight: 600;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    margin-bottom: 20px;
}

.download-btn:hover {
    background-color: #d46c17;
}

.pdf-container {
    display: flex;
    justify-content: center;
}

.pdf-viewer {
    width: 100%;
    max-width: 900px;
    height: 700px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

/* Responsif */
@media (max-width: 768px) {
    .pdf-viewer {
        height: 500px;
    }
}

/* Menghapus list-style dari OL/UL utama */
.abt-safetylist {
    margin-top: 20px;
}

.abt-safetylist .safety-point {
    margin-bottom: 25px;
}

.abt-safetylist .safety-point strong {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #222; /* warna sama seperti teks utama */
    margin-bottom: 8px;
}

.abt-safetylist ul {
    list-style-type: disc;
    margin-left: 25px;
}

.abt-safetylist ul li {
    font-size: 16px;
    line-height: 1.7;
    color: #000000;
    margin-bottom: 5px;
}

/* Container scroll jika layar kecil */
.table-container {
    overflow-x: auto;
    margin: 30px 40px;
}

/* Gaya tabel utama */
.assurance-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 15px;
    border: 2px solid #000;
    min-width: 700px; /* biar kolom nggak terlalu sempit */
}

.assurance-table th,
.assurance-table td {
    border: 2px solid #000;
    padding: 10px;
    vertical-align: top;
}

.assurance-table thead {
    background-color: #f26c21;
    color: #fff;
}

/* Responsif: ubah tampilan di layar kecil */
@media (max-width: 768px) {
    .table-container {
        margin: 15px;
    }

    .assurance-table {
        font-size: 13px;
        min-width: 600px;
    }
}

@media (max-width: 480px) {
    .assurance-table {
        font-size: 12px;
        min-width: 500px;
    }

    .assurance-table th,
    .assurance-table td {
        padding: 8px;
    }
}

/* ============================================
   LOGO SECTION STYLE (SHE) — UPDATED
   ============================================ */
.logo-section {
    padding: 80px 0;
    background-color: #fff;
    font-family: "Poppins", sans-serif;
}

.logo-mainimg {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
}

.logo-mainimg img {
    max-width: 260px;
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
    transition: all 0.4s ease;
}

/* 🔥 Efek hover lembut */
.logo-mainimg img:hover {
    transform: scale(1.03);
    box-shadow: 0 10px 25px rgba(242, 108, 33, 0.35);
}

/* Judul Utama */
.logo-title {
    text-align: center;
    font-weight: 900;
    color: #010101;
    font-size: 32px;
    margin-bottom: 35px;
    padding: 20px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.logo-title::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #f26c21;
    margin: 10px auto 0;
    border-radius: 5px;
}

/* Paragraf Deskripsi */
.logo-desc {
    font-size: 17px;
    color: #333;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 45px;
    padding: 0 10px;
}

/* Daftar Makna */
.logo-meaning-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.logo-meaning-list li {
    background-color: #fff8f2;
    border-left: 5px solid #f26c21;
    border-radius: 10px;
    padding: 15px 18px;
    margin-bottom: 18px;
    font-size: 17px;
    color: #000;
    line-height: 1.8;
    transition: all 0.3s ease;
}

.logo-meaning-list li strong {
    color: #f26c21;
    font-weight: 700;
}

.logo-meaning-list li:hover {
    background-color: #fff3e6;
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.08);
}

/* Responsif */
@media (max-width: 768px) {
    .logo-title {
        font-size: 24px;
    }

    .logo-desc,
    .logo-meaning-list li {
        font-size: 15px;
    }

    .logo-mainimg img {
        max-width: 180px;
    }
}
