/* Project overrides (Fruitkha + custom). */

.bg-glass-pattern {
    background:
        radial-gradient(800px circle at 18% 22%, rgba(240, 168, 74, 0.22), transparent 55%),
        radial-gradient(700px circle at 85% 14%, rgba(86, 187, 255, 0.12), transparent 60%),
        linear-gradient(180deg, rgba(7, 10, 14, 1) 0%, rgba(11, 15, 20, 1) 55%, rgba(7, 10, 14, 1) 100%);
}

/* Slider */
.hero-slider {
    position: relative;
    overflow: hidden;
}

.hero-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    transition: transform 700ms cubic-bezier(0.2, 0.8, 0.2, 1);
    will-change: transform;
}

.hero-slide {
    min-height: 520px;
}

.hero-kicker {
    letter-spacing: 0.22em;
    text-transform: uppercase;
}

.hero-title {
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

.fade-up {
    animation: fadeUp 900ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.hero-dots button[aria-current="true"] {
    background: rgba(240, 168, 74, 0.95);
    transform: scale(1.08);
}

.floating-wa {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 50;
}

@media (max-width: 768px) {
    .hero-slide {
        min-height: 460px;
    }
}

/* Fruitkha hero video background on homepage */
.single-homepage-slider {
    position: relative;
    overflow: hidden;
}

.single-homepage-slider .hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    filter: saturate(1.05) contrast(1.05);
}

.single-homepage-slider .hero-video-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.65) 80%);
    z-index: 1;
}

.single-homepage-slider .container,
.single-homepage-slider .hero-text,
.single-homepage-slider .hero-text-tablecell {
    position: relative;
    z-index: 2;
}

/* News carousel arrows to mimic screenshot */
.latest-news .owl-prev,
.latest-news .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 54px;
    height: 54px;
    border-radius: 999px;
    background: #F28123;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
}

.latest-news .owl-prev {
    left: -22px;
}

.latest-news .owl-next {
    right: -22px;
}

.latest-news .owl-prev i,
.latest-news .owl-next i {
    font-size: 18px;
}

/* Fruitkha default bordered button uses white text (meant for dark hero).
   On light sections (about/contact) it becomes invisible. */
.feature-bg a.bordered-btn,
.contact-from-section a.bordered-btn,
.contact-from-section button.bordered-btn {
    color: #F28123;
}

.feature-bg a.bordered-btn:hover,
.contact-from-section a.bordered-btn:hover,
.contact-from-section button.bordered-btn:hover {
    color: #fff;
    background-color: #F28123;
}

/* Home: About spill section */
.kacafilm-checklist {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.kacafilm-checklist li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    opacity: 0.85;
    line-height: 1.7;
}

.kacafilm-checklist li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    background: #F28123;
    box-shadow: 0 8px 18px rgba(242, 129, 35, 0.25);
}

.kacafilm-checklist li:after {
    content: "›";
    position: absolute;
    left: 5px;
    top: 1px;
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    line-height: 1;
}

.kacafilm-metric {
    margin-bottom: 18px;
}

.kacafilm-metric-top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-weight: 700;
    margin-bottom: 8px;
}

.kacafilm-metric-val {
    color: #F28123;
}

.kacafilm-meter {
    width: 100%;
    height: 10px;
    background: #f1f1f1;
    border-radius: 999px;
    overflow: hidden;
}

.kacafilm-meter span {
    display: block;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #f01919 0%, #f28123 45%, #f2c94c 70%, #b6f24a 100%);
}

/* Footer (kaca film style) */
.kf-footer {
    background: radial-gradient(1200px circle at 10% 0%, rgba(242, 129, 35, 0.10), transparent 55%),
        linear-gradient(180deg, #07151b 0%, #051014 100%);
    color: rgba(255, 255, 255, 0.9);
    padding: 70px 0 30px;
    position: relative;
    overflow: hidden;
}

.kf-footer:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.06), transparent);
    opacity: 0.18;
    pointer-events: none;
}

.kf-footer-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.kf-footer-logo img {
    height: 46px;
    width: auto;
    display: block;
}

.kf-footer-subtitle {
    margin: 0;
    font-weight: 800;
    letter-spacing: 0.14em;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.72);
}

.kf-footer-desc {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.9;
}

.kf-footer-title {
    font-weight: 800;
    color: #F28123;
    margin-bottom: 18px;
}

.kf-footer-title-spaced {
    margin-top: 26px;
}

.kf-footer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kf-footer-list li {
    display: grid;
    grid-template-columns: 26px 1fr;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.kf-footer-ico {
    color: #F28123;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 2px;
}

.kf-footer-txt {
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.kf-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kf-footer-links li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    padding: 8px 0;
    transition: 0.2s ease;
}

.kf-footer-links li a:hover {
    color: #fff;
    transform: translateX(3px);
}

.kf-footer-bottom {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255, 255, 255, 0.55);
    text-align: center;
}

/* Footer map */
.kf-footer-map {
    margin-top: 16px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(0, 0, 0, 0.2);
}

.kf-footer-map iframe {
    display: block;
    width: 100%;
    height: 190px;
    border: 0;
    filter: saturate(1.05) contrast(1.02);
}

.kf-footer-maplink {
    display: block;
    padding: 10px 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 700;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
}

.kf-footer-maplink:hover {
    color: #fff;
    background: rgba(242, 129, 35, 0.18);
}

/* Floating WhatsApp */
.kf-wa-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 999;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(37, 211, 102, 0.98), rgba(18, 140, 126, 0.98));
    color: #06150c;
    padding: 12px 16px;
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.18);
    transition: 0.2s ease;
}

.kf-wa-float:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 50px rgba(0,0,0,0.28);
}

.kf-wa-icon {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: rgba(255,255,255,0.20);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.kf-wa-icon i {
    font-size: 18px;
}

.kf-wa-text {
    font-weight: 800;
    letter-spacing: 0.02em;
}

@media (max-width: 480px) {
    .kf-wa-text {
        display: none;
    }
    .kf-wa-float {
        padding: 12px;
    }
}

/* Products page: equal height cards */
.product-lists > [class*="col-"] {
    display: flex;
}

.product-lists .single-product-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

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

.product-lists .single-product-item .cart-btn {
    margin-top: auto;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* Product detail variants */
.product-variant-slider img {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.10);
}

.product-variant-slider .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.product-variant-slider .owl-nav button {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border-radius: 999px !important;
    background: rgba(0, 0, 0, 0.45) !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px !important;
}

.product-variant-slider .owl-nav button:hover {
    background: rgba(242, 129, 35, 0.92) !important;
}

.kf-variant-card {
    padding: 0;
}

.kf-variant-card-link {
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #0b1220;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.kf-variant-thumb {
    height: 140px;
    background-size: cover;
    background-position: center;
}

.kf-variant-meta {
    padding: 12px 14px 14px;
}

.kf-variant-name {
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
}

.kf-variant-card.is-active .kf-variant-card-link {
    border-color: rgba(242, 129, 35, 0.55);
    box-shadow: 0 14px 42px rgba(242, 129, 35, 0.10);
}

.kf-variant-card-link:hover {
    transform: translateY(-2px);
    border-color: rgba(242, 129, 35, 0.35);
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}
