:root {
    /* Brand */
    --gfh-deep-ocean: #0F2A3D;
    --gfh-ocean: #176B87;
    --gfh-aqua: #4FB7B3;
    /* Luxury */
    --gfh-gold: #C8A45D;
    /* Background */
    --gfh-cream: #F8F6F1;
    --gfh-white: #FFFFFF;
    /* Text */
    --gfh-text: #24323D;
    --gfh-muted: #6B7C85;
}

.gfh-hero-title {
    color: #ffffff;
    font-weight: 700;
}

.gfh-hero-title span {
    color: #4dd0e1;
}

.gfh-hero-subtitle {
    color: #e0f7fa;
    font-weight: 600;
}

.gfh-hero-text {
    color: rgba(255, 255, 255, 0.9);
}
/* .hero-section {
    padding: 100px 0;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255,255,255,.18) 0,
            rgba(255,255,255,0) 35%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(0,210,190,.20) 0,
            rgba(0,210,190,0) 35%
        ),
        linear-gradient(
            135deg,
            #087ea4 0%,
            #0b91a5 45%,
            #168b83 100%
        );

    color: #fff;

    position: relative;
    overflow: hidden;
} */
/* category */
.category-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    transition: .3s;
}
.category-title {
    color: #0F2A3D;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}
.category-desc {
    color: #64748B;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 12px;
}
.detail-link {
    color: #176B87;
    font-size: 12px;
    font-weight: 600;
}
/* ปุ่ม */
.category-card .btn {
    border-radius: 25px;
    font-size: 12px;
    padding: 4px 16px;
    border-color: #4FB7B3;
    color: #176B87;
}
.category-card .btn:hover {
    background: #176B87;
    color: #FFFFFF;
}
.btn-category {
    background: #FFFFFF;
    color: #0F2A3D;
    border: 1px solid #D8E9ED;
    border-radius: 10px;
    margin: 2px;
}
.btn-category:hover {
    background: linear-gradient(135deg, #00BCD4, #176B87);
    color: #FFFFFF;
    border-color: transparent;
}
.btn-category-all {
    background: linear-gradient(135deg, #0F2A3D, #176B87);
    color: #FFFFFF;
    border: 1px solid #176B87;
    border-radius: 10px;
    transition: .3s;
    margin: 2px;
}
.btn-category-all:hover {
    background: #0F2A3D;
    color: #FFFFFF;
}
.category-overlay {
    position: absolute;
    top: 12px;
    left: 12px;
}
.category-overlay h6 {
    background: rgba(255, 255, 255, .75);
    color: #0F2A3D;
    padding: 6px 16px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    border: none;
    backdrop-filter: blur(3px);
}
.category-title {
    color: #0F2A3D;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 8px;
    letter-spacing: .2px;
}
.category-image {
    width: 100%;
    height: 130px;
    object-fit: cover;
}
.category-card .btn {
    border-radius: 20px;
    font-size: 12px;
    padding: 5px 15px;
}
.btn-detail {
    background: transparent;
    color: #176B87;
    border: none;
    font-size: 12px;
    font-weight: 600;
}
.btn-detail:hover {
    color: #0F2A3D;
    text-decoration: underline;
}
.section-header {
    margin-bottom: 40px;
}
.section-title {
    font-size: 24px;
    font-weight: 700;
    color: #0F2A3D;
    letter-spacing: .3px;
    margin-bottom: 10px;
    position: relative;
}
/* Aqua Highlight */
.section-title::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    margin: 14px auto 0;
    border-radius: 10px;
    background: linear-gradient(135deg, #4FB3BF, #176B87);
}
.section-subtitle {
    color: #64748B;
    font-size: 15px;
    line-height: 1.7;
    max-width: 650px;
    margin: auto;
}
.species-meta {
    margin-top: 8px;
}
.date-badge,
.view-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;

    font-size: 10px;
    color: #94a3b8;
    font-weight: 500;
}
.date-badge i,
.view-badge i {
    font-size: 10px;
}
.date-badge {
    padding: 0;
    background: none;
    border: none;
}
.date-badge,
.view-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 500;
    color: #64748b;
}
.date-badge {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    padding: 4px 10px;
    border-radius: 15px;
}
.date-badge i {
    font-size: 11px;
    color: #94a3b8;
}
.view-badge i {
    font-size: 11px;
    color: #94a3b8;
}
/* =========================================================
   GoFish Hub - Product Card
========================================================= */
.product-card {
    background: #ffffff;
    border: 1px solid #E6EEF1;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(15, 42, 61, 0.06);
    transition: transform .25s ease, box-shadow .25s ease;
}
.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(15, 42, 61, 0.11);
}
/* Image */
.product-image-wrapper {
    position: relative;
    background: #F4F8F9;
    overflow: hidden;
}
.product-image {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
}
.product-card:hover .product-image {
    transform: scale(1.03);
}
/* Cart */
.cart-btn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border: 1px solid #D8E7DE;
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    color: #4FB7B3;
    box-shadow: 0 4px 12px rgba(15, 42, 61, .10);
    transition: all .2s ease;
}
.cart-btn:hover {
    background: #3C7A57;
    color: #ffffff;
    border-color: #3C7A57;
    transform: scale(1.05);
}
/* Body */
.product-body {
    padding: 10px 11px 12px;
}
.product-title {
    color: #0F2A3D;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    margin: 0 0 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 38px;
}
.product-farm {
    font-size: 11px;
    color: #7A8A91;
    margin: 0 0 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-price {
    margin: 5px 0 3px;
}
.price-current {
    color: #D96C4F;
    font-size: 18px;
    font-weight: 600;
}
.price-old {
    color: #A0A9AD;
    font-size: 11px;
    text-decoration: line-through;
    margin-left: 4px;
}
.product-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6px;
    font-size: 11px;
    color: #8a94a6;
}
.product-meta i {
    margin-right: 3px;
    font-size: 10px;
}
.product-stock {
    margin-top: 3px;
    font-size: 10px;
    color: #3C7A57;
}
/* Discount */
.discount-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #C8A45D;
    color: #ffffff;
    padding: 4px 9px;
    border-radius: 6px;
    font-size: 11px;
    font-weight: 600;
}

/* ========================================
   TOP 10 RANKING CARD
======================================== */

.ranking-card {
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .08);
    transition: all .3s ease;
}

.ranking-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, .12);
}


/* ========================================
   รูปภาพแนวตั้ง 3:4
======================================== */

.ranking-image {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    background: #f5f5f5;
}

.ranking-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .5s ease;
}

.ranking-card:hover .ranking-image img {
    transform: scale(1.05);
}


/* ========================================
   TOP 10 BADGE
======================================== */

.ranking-badge {
    position: absolute;
    top: 12px;
    left: 12px;

    padding: 6px 11px;

    border-radius: 20px;

    background: rgba(15, 42, 61, .88);

    color: #fff;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .3px;

    box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
}


/* ========================================
   CONTENT
======================================== */

.ranking-body {
    padding: 16px;
}

.ranking-body h5 {
    margin: 0 0 8px;

    color: #0F2A3D;

    font-size: 17px;
    font-weight: 700;

    line-height: 1.45;

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

.ranking-body p {
    min-height: 45px;

    margin: 0;

    color: #6c757d;

    font-size: 14px;
    line-height: 1.6;

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


/* ========================================
   FOOTER
======================================== */

.ranking-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 14px;
    padding-top: 12px;

    border-top: 1px solid #f0f0f0;

    font-size: 13px;
}

.ranking-footer > span:first-child {
    color: #6c757d;
}

.btn-ranking {
    color: #17a2b8;

    font-weight: 600;

    transition: all .25s ease;
}

.btn-ranking:hover {
    color: #0f8193;
    transform: translateX(3px);
}


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

.feature-item {
    padding: 20px 15px;
}

.feature-icon {
    width: 68px;
    height: 68px;

    margin: 0 auto 15px;

    border-radius: 18px;

    background: #F5FAFB;

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

    font-size: 32px;

    transition: .3s;
}

.feature-item h5 {
    font-size: 16px;
    font-weight: 600;

    color: #0F2A3D;

    margin-bottom: 8px;
}

.feature-item p {
    font-size: 13px;

    color: #6c757d;

    margin: 0;

    line-height: 1.7;
}

.feature-item:hover .feature-icon {
    background: #E6F8FB;
    transform: translateY(-4px);
}


/* ========================================
   MOBILE
======================================== */

@media (max-width: 767.98px) {

    .ranking-image {
        aspect-ratio: 3 / 4;
    }

    .ranking-body {
        padding: 13px;
    }

    .ranking-body h5 {
        font-size: 16px;
    }

    .ranking-body p {
        font-size: 13px;
    }

    .ranking-badge {
        top: 10px;
        left: 10px;

        font-size: 11px;
        padding: 5px 9px;
    }

}

/** */

/* ai */
.ai-search-section {
    background: #f8fafc;
}
.ai-search-box {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    padding: 8px 8px 8px 14px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, .07);
    transition: .25s ease;
}
.ai-search-box:focus-within {
    border-color: #00bcd4;
    box-shadow: 0 10px 35px rgba(0, 188, 212, .14);
}
/* AI Icon */
.ai-search-icon {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: linear-gradient(135deg, #00bcd4, #1976d2);
    color: #fff;
    font-size: 18px;
}
/* Input */
.ai-search-input {
    flex: 1;
    min-width: 0;
}
.ai-search-label {
    font-size: 10px;
    font-weight: 700;
    color: #00a6bb;
    letter-spacing: .5px;
    margin-bottom: 1px;
}
.ai-search-input .form-control {
    border: 0;
    box-shadow: none;
    padding: 0;
    height: 30px;
    font-size: 14px;
    color: #1e293b;
    background: transparent;
}
.ai-search-input .form-control:focus {
    box-shadow: none;
}
.ai-search-input .form-control::placeholder {
    color: #94a3b8;
}
/* Search Button */
.ai-search-btn {
    border: 0;
    height: 44px;
    padding: 0 18px;
    border-radius: 12px;
    background: #0f172a;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    transition: .2s ease;
}
.ai-search-btn:hover {
    background: #00a6bb;
    color: #fff;
}
/* Camera */
.ai-camera-btn {
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: #ecfeff;
    color: #0891b2;
    cursor: pointer;
    transition: .2s ease;
}
.ai-camera-btn:hover {
    background: #cffafe;
    color: #0369a1;
}
.ai-camera-btn i {
    font-size: 17px;
}
/* Hint */
.ai-search-hint {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
    color: #64748b;
}
.ai-search-hint i {
    color: #00bcd4;
    margin-right: 3px;
}
.ai-search-hint strong {
    color: #334155;
}
/* AI Loading */
.ai-search-status {
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
    color: #0891b2;
}
.ai-search-status.d-none {
    display: none;
}
.ai-loading {
    width: 16px;
    height: 16px;
    border: 2px solid #bae6fd;
    border-top-color: #0891b2;
    border-radius: 50%;
    animation: aiSpin .7s linear infinite;
}
@keyframes aiSpin {
    to {
        transform: rotate(360deg);
    }
}
/* Mobile */
@media (max-width: 576px) {
    .ai-search-box {gap: 7px; padding: 7px; border-radius: 15px;}
    .ai-search-icon {display: none;}
    .ai-search-label {display: none;}
    .ai-search-input .form-control {height: 40px; font-size: 13px;}
    .ai-search-btn {width: 44px; padding: 0;}
    .ai-search-btn span {display: none;}
    .ai-camera-btn {width: 44px; height: 44px;}
    .ai-search-hint {font-size: 11px;}
}
.fish-search-result {
    margin-top: 8px;
    display: none;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    overflow: hidden;
    position: relative;
    z-index: 100;
}
.fish-search-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none !important;
    color: #1f2937;
    border-bottom: 1px solid #f1f5f9;
}
.fish-search-item:last-child {
    border-bottom: 0;
}
.fish-search-item:hover {
    background: #f8fafc;
}
.fish-search-icon {
    width: 38px;
    height: 38px;
    margin-right: 12px;
    border-radius: 10px;
    background: #e8f8fb;
    color: #00a6c7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fish-search-name {
    font-size: 14px;
    font-weight: 600;
}
.fish-search-en {
    font-size: 12px;
    color: #94a3b8;
}
.fish-search-scientific {
    font-size: 11px;
    color: #64748b;
    font-style: italic;
}
.fish-search-result {
    width: 100%;
    max-width: 800px;
    margin: 12px auto 0;
}
.search-result-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    margin-bottom: 8px;
    background: #fff;
    border: 1px solid #e5ecef;
    border-radius: 12px;
    text-decoration: none !important;
    transition: .2s ease;
}
.search-result-item:hover {
    border-color: #00BCD4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .06);
}
.search-result-info strong {
    display: block;
    color: #173042;
    font-size: 14px;
}
.search-result-info small {
    display: block;
    margin-top: 3px;
    color: #8a969b;
    font-size: 11px;
}
.search-match {
    min-width: 70px;
    text-align: right;
}
.search-match-percent {
    font-size: 17px;
    font-weight: 700;
    color: #00a7bd;
}
.search-match small {
    font-size: 9px;
    color: #8a969b;
}

/* =========================================================
   GoFish Hub
   News & Announcement Section
========================================================= */


/* =========================================================
   NEWS SECTION
========================================================= */

/* .gfh-news-section {
    background: #f8fafc;
}

.gfh-section-label {
    display: inline-block;
    margin-bottom: 6px;

    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;

    color: #00a6c7;
} */

/* ================================
   News Responsive
================================ */

.gfh-news-section {
    overflow: hidden;
}

.gfh-news-featured {
    height: 100%;
}

.gfh-featured-img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    display: block;
}

.gfh-news-item {
    display: flex;
    gap: 18px;
    margin-bottom: 20px;
}

.gfh-news-thumb {
    flex: 0 0 180px;
    width: 180px;
    height: 120px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.gfh-news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gfh-news-content {
    min-width: 0;
    flex: 1;
}

.gfh-news-content h4 {
    margin: 8px 0;
    font-size: 18px;
    line-height: 1.4;

    /* กันชื่อข่าวยาวจน layout พัง */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media (max-width: 991.98px) {

    .gfh-featured-img {
        height: 320px;
    }

    .gfh-news-item {
        gap: 15px;
    }

    .gfh-news-thumb {
        flex-basis: 160px;
        width: 160px;
        height: 110px;
    }

}
@media (max-width: 575.98px) {

    .gfh-news-section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    /* หัว Section */
    .gfh-news-section .d-flex {
        display: block !important;
    }

    .gfh-news-section .d-flex > div {
        margin-bottom: 20px;
    }

    /* ปุ่มดูข่าวทั้งหมด */
    .gfh-news-section .d-flex > a {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    /* Featured */
    .gfh-featured-img {
        height: 220px;
        border-radius: 12px;
    }

    .gfh-news-featured-body {
        padding-top: 12px;
    }

    .gfh-news-featured-body h3 {
        font-size: 21px;
        line-height: 1.4;
    }

    .gfh-news-featured-body p {
        font-size: 14px;
        line-height: 1.7;
    }

    /* News item */
    .gfh-news-item {
        gap: 12px;
        margin-bottom: 16px;
    }

    .gfh-news-thumb {
        flex: 0 0 110px;
        width: 110px;
        height: 85px;
        border-radius: 8px;
    }

    .gfh-news-content h4 {
        font-size: 15px;
        line-height: 1.4;
        margin: 5px 0;
    }

    .gfh-news-category {
        font-size: 11px;
    }

    .gfh-news-date {
        font-size: 12px;
    }

}
/* =========================================================
   FEATURED NEWS CARD
========================================================= */

.gfh-news-featured {
    height: 100%;

    background: #fff;

    border-radius: 20px;

    overflow: hidden;

    box-shadow: 0 8px 30px rgba(15, 23, 42, .07);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}

.gfh-news-featured:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 40px rgba(15, 23, 42, .12);
}


/* =========================================================
   FEATURED IMAGE
========================================================= */

.gfh-news-image {
    position: relative;

    width: 100%;
    height: 300px;

    overflow: hidden;

    border-radius: 18px;
}


/* Featured Image */

.gfh-featured-img,
.gfh-news-image img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .5s ease;
}


/* Image Zoom */

.gfh-news-featured:hover .gfh-news-image img {
    transform: scale(1.05);
}


/* =========================================================
   IMAGE BOTTOM DARK GRADIENT
========================================================= */

.gfh-news-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.03) 50%,
        rgba(0, 0, 0, 0.18) 100%
    );

    z-index: 2;

    pointer-events: none;
}


/* =========================================================
   DIAGONAL SHINE
   แสงโปร่งใสพาดผ่านรูป
========================================================= */

.gfh-news-image::before {
    content: "";

    position: absolute;

    top: -100%;
    left: -100%;

    width: 60%;
    height: 300%;

    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.02) 30%,
        rgba(255, 255, 255, 0.10) 50%,
        rgba(255, 255, 255, 0.02) 70%,
        transparent 100%
    );

    transform: rotate(25deg);

    z-index: 3;

    pointer-events: none;

    animation:
        gfhShine 4s ease-in-out infinite;
}


/* Shine Animation */

@keyframes gfhShine {

    0% {
        left: -100%;
    }

    45% {
        left: 140%;
    }

    100% {
        left: 140%;
    }

}


/* =========================================================
   NEWS BADGE
========================================================= */

.gfh-news-badge {
    position: absolute;

    top: 18px;
    left: 18px;

    z-index: 5;

    display: inline-block;

    padding: 6px 14px;

    background: #00bcd4;

    color: #fff;

    border-radius: 30px;

    font-size: 13px;
    font-weight: 600;

    box-shadow:
        0 4px 12px rgba(0, 0, 0, .15);
}


/* =========================================================
   COUNTDOWN
========================================================= */
.gfh-countdown {
    /* position: relative; */

    /* width: fit-content; */
    margin: 14px auto 0;

    padding: 12px 18px;

    background: rgba(15, 23, 42, 0.78);

    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(8px);

    border-radius: 14px;

    color: #fff;

    box-shadow: 0 8px 25px rgba(0, 0, 0, .20);

    text-align: center;
}




/* Time */

.gfh-countdown-time {
    display: flex;

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

    gap: 6px;
}


/* แต่ละช่องเวลา */

.gfh-countdown-time > div {
    width: 52px;
    min-width: 52px;

    padding: 7px 4px 6px;

    background: rgba(255, 255, 255, .10);

    border: 1px solid rgba(255, 255, 255, .12);

    border-radius: 8px;

    text-align: center;
}


/* ตัวเลข */

.gfh-countdown-time strong {
    display: block;

    font-size: 20px;

    line-height: 1;

    font-weight: 700;
}


/* หน่วย */

.gfh-countdown-time small {
    display: block;

    margin-top: 5px;

    font-size: 9px;

    color: rgba(255, 255, 255, .65);
}


/* : */

.gfh-countdown-time > span {
    font-size: 18px;

    font-weight: 700;

    opacity: .55;
}
/* =========================================================
   FEATURED NEWS BODY
========================================================= */

.gfh-news-featured-body {
    padding: 12px;
}


/* Meta */

.gfh-news-meta {
    display: flex;

    align-items: center;

    gap: 20px;

    margin-bottom: 10px;

    color: #94a3b8;

    font-size: 13px;
}


/* Title */

.gfh-news-featured-body h3 {
    margin-bottom: 12px;

    color: #0f172a;

    font-size: 23px;
    line-height: 1.4;

    font-weight: 700;
}


/* Description */

.gfh-news-featured-body p {
    margin-bottom: 18px;

    color: #64748b;

    line-height: 1.7;
}


/* Read More */

.gfh-read-more {
    color: #0097b2;

    font-weight: 600;

    text-decoration: none;

    transition: color .2s ease;
}

.gfh-read-more:hover {
    color: #006f82;
}


/* =========================================================
   NEWS LIST
========================================================= */

.gfh-news-item {
    display: flex;

    gap: 18px;

    margin-bottom: 16px;

    padding: 14px;

    background: #fff;

    border-radius: 16px;

    box-shadow:
        0 5px 20px rgba(15, 23, 42, .05);

    transition:
        transform .3s ease,
        box-shadow .3s ease;
}


/* Last item */

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


/* Hover */

.gfh-news-item:hover {
    transform: translateX(5px);

    box-shadow:
        0 8px 25px rgba(15, 23, 42, .10);
}


/* =========================================================
   NEWS THUMBNAIL
========================================================= */

.gfh-news-thumb {
    display: block;

    width: 145px;
    min-width: 145px;

    height: 105px;

    overflow: hidden;

    border-radius: 12px;
}


/* Thumbnail Image */

.gfh-news-thumb img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition:
        transform .3s ease;
}


/* Thumbnail Hover */

.gfh-news-item:hover .gfh-news-thumb img {
    transform: scale(1.05);
}


/* =========================================================
   NEWS CONTENT
========================================================= */

.gfh-news-content {
    padding: 3px 0;
}


/* News Category */

.gfh-news-category {
    display: inline-block;

    margin-bottom: 7px;

    padding: 4px 9px;

    border-radius: 20px;

    font-size: 11px;
    font-weight: 700;
}


/* Event */

.gfh-news-category.event {
    background: #e0f2fe;
    color: #0369a1;
}


/* Fish */

.gfh-news-category.fish {
    background: #cffafe;
    color: #0e7490;
}


/* Contest */

.gfh-news-category.contest {
    background: #fef3c7;
    color: #b45309;
}


/* Announcement */

.gfh-news-category.announcement {
    background: #ede9fe;
    color: #6d28d9;
}


/* News Title */

.gfh-news-content h4 {
    margin: 0 0 7px;

    color: #0f172a;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 700;

    transition: color .2s ease;
}


/* Title Hover */

.gfh-news-content a:hover h4 {
    color: #0097b2;
}


/* News Date */

.gfh-news-date {
    color: #94a3b8;

    font-size: 12px;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    /* Section */

    .gfh-news-section {
        padding-top: 45px !important;
        padding-bottom: 45px !important;
    }


    /* Header */

    .gfh-news-section .d-flex {
        display: block !important;
    }


    /* All News Button */

    .gfh-news-section .btn {
        margin-top: 18px;
    }


    /* Featured Image */

    .gfh-news-image {
        height: 220px;
    }


    /* Featured Title */

    .gfh-news-featured-body h3 {
        font-size: 20px;
    }


    /* Featured Body */

    .gfh-news-featured-body {
        padding: 20px;
    }


    /* News Item */

    .gfh-news-item {
        gap: 12px;

        padding: 10px;
    }


    /* Thumbnail */

    .gfh-news-thumb {width: 100px; min-width: 100px; height: 85px;}
    /* News Title */
    .gfh-news-content h4 {font-size: 14px;}
    /* Countdown */
    .gfh-countdown {left: 12px; bottom: 12px; padding: 9px 12px;}
    .gfh-countdown-time {gap: 4px;}
    .gfh-countdown-time > div {min-width: 30px;}
    .gfh-countdown-time strong {font-size: 16px;}
    .gfh-countdown-time small {font-size: 8px;}
    /* Badge */

    .gfh-news-badge {
        top: 12px;
        left: 12px;

        padding: 5px 11px;

        font-size: 11px;
    }

}
