/* Global */
body {
    background: #faf8f5;
}

/* Back To Top */
.back-to-top-wrapper {
    right: 20px;
}

/* Header */

.tp-header-13-menu>nav>ul {
    margin: 0 auto;
}

.tp-header-logo {
    padding: 0px;
}

.ghn-logo img {
    width: 100px !important;
}

.tp-header-menu>nav>ul>li>a,
.header-sticky .tp-header-menu>nav>ul>li>a {
    padding: 37px 0px;
    color: var(--primary) !important;
}

.tp-header-menu>nav>ul>li>a:hover,
.header-sticky .tp-header-menu>nav>ul>li>a:hover {
    color: var(--secondary);
}

.row>* {
    padding: 0px;
}

.header-transparent {
    padding: 0px 20px;
}

div#smooth-content {
    padding: 0px;
}

.p-btn {
    background: var(--primary) !important;
    color: var(--white) !important;
    border: none !important;
}

.p-btn:hover {
    background: var(--secondary) !important;
}

.tp-header-menu a.active,
.tp-header-menu li.active a,
.tp-header-menu li.active>a,
.header-sticky .tp-header-menu a.active,
.header-sticky .tp-header-menu li.active a,
.header-sticky .tp-header-menu li.active>a,
.tp-header-menu a:hover,
.tp-header-menu li:hover a,
.tp-header-menu li:hover>a,
.header-sticky .tp-header-menu a:hover,
.header-sticky .tp-header-menu li:hover a,
.header-sticky .tp-header-menu li:hover>a {
    color: var(--secondary) !important;
    font-weight: 500;
}


/* .tp-header-menu li.active::after {
    width: 100%;
} */


/* Footer */

.new-footer {
    padding: 0px;
}

.dgm-footer-bg {
    border-radius: 0px;
}

.tp-copyright-2-border {
    padding-bottom: 22px;
}

.new-footer .black-bg-5 {
    background: var(--primary);
}

.new-footer a:hover {
    color: var(--secondary) !important;
}

.dgm-footer-widget-input .input-button span svg {
    color: var(--primary) !important;
}

.dgm-footer-widget-social a:hover {
    background: var(--secondary);
}

.dgm-footer-bg::after {
    background: transparent;
}

.tp-copyright-2-middle,
.new-footer a,
.tp-copyright-2-right ul li a,
.dgm-footer-widget-paragraph.color-style p,
.new-footer p,
.dgm-footer-widget-menu ul li a {
    color: var(--white);
}

.dgm-footer-widget-input input {
    background: var(--white);
    color: var(--black);
}

.dgm-footer-widget-input input:focus {
    border-color: var(--primary);
}

.dgm-footer-widget-social a:hover {
    color: var(--white) !important;
}


/* Home */

/* Hero Section */

.ghn-hero {
    display: flex;
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 100px;
}

.ghn-hero__half {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    position: relative;
    transition: opacity 0.4s ease;
    cursor: pointer;
    overflow: hidden;
}

.ghn-hero__half--food {
    background-color: var(--primary);
}

.ghn-hero__half--beverages {
    background-color: var(--secondary);
}

.ghn-hero__half:hover::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    pointer-events: none;
    z-index: 2;
}

.ghn-hero__half--food::before {
    background: linear-gradient(45deg, #005b8f, #005b8f);
}

.ghn-hero__half--beverages::before {
    background: linear-gradient(45deg, #de8e00, #ffa400);
}

/* Added video background styles */
.ghn-hero__video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
    z-index: 1;
}

.ghn-hero__half:hover .ghn-hero__video-bg {
    opacity: 1;
}

.ghn-hero__content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
}

.ghn-hero__logo {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    object-fit: contain;
}

.ghn-hero__label {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    font-weight: 400;
    opacity: 0.9;
    color: #fff;
}

.ghn-hero__title {
    font-size: 120px;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: -2px;
    color: #fff;
}

.ghn-hero__description {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 40px;
    opacity: 0.95;
    font-weight: 300;
    color: #fff;
}

.ghn-hero__link {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.ghn-hero__link:hover {
    border-bottom-color: white;
}

.ghn-hero__arrow {
    font-size: 20px;
    transition: transform 0.3s ease;
}

.ghn-hero__link:hover .ghn-hero__arrow,
.ghn-hero__half:hover .ghn-hero__arrow {
    transform: translateX(5px);
}

/* Updated products container for animations */
.ghn-hero__products {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 0px;
    opacity: 0.25;
    pointer-events: none;
    z-index: 1;
    transition: opacity 0.6s ease;
}

.ghn-hero__half:hover .ghn-hero__products {
    opacity: 0;
}

.ghn-hero__product-img {
    width: 120px;
    height: 200px;
    object-fit: contain;
    filter: brightness(1.2);
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

/* Added different animations for each product */
.ghn-hero__product-img:nth-child(1) {
    animation-name: float-up-down-1;
    animation-delay: 0s;
}

.ghn-hero__product-img:nth-child(2) {
    animation-name: float-up-down-2;
    animation-delay: 1s;
}

.ghn-hero__product-img:nth-child(3) {
    animation-name: float-diagonal;
    animation-delay: 0.5s;
}

@keyframes float-up-down-1 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-30px);
    }
}

@keyframes float-up-down-2 {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(30px);
    }
}

@keyframes float-diagonal {

    0%,
    100% {
        transform: translate(0, 0);
    }

    25% {
        transform: translate(10px, -20px);
    }

    75% {
        transform: translate(-10px, 20px);
    }
}

.ghn-hero__scroll {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
    color: white;
    opacity: 0.8;
}

.ghn-hero__scroll p {
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 12px;
    font-weight: 500;
    color: #fff;
}

.ghn-hero__scroll-icon {
    width: 30px;
    height: 50px;
    border: 2px solid white;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    opacity: 0.7;
}

.ghn-hero__scroll-indicator {
    width: 4px;
    height: 8px;
    background-color: white;
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scroll-bounce 2s infinite;
}

@keyframes scroll-bounce {

    0%,
    100% {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    50% {
        transform: translate(-50%, 15px);
        opacity: 0.5;
    }
}

/* Hover effect */
.ghn-hero:hover .ghn-hero__half {
    opacity: 0.5;
}

.ghn-hero__half:hover {
    opacity: 1 !important;
}

/* .ghn-hero__half {
    position: relative;
} */

.ghn-hero__full-link {
    position: absolute;
    inset: 0;
    z-index: 3;
}

/* .ghn-hero__content,
.ghn-hero__products {
    position: relative;
    z-index: 2;
} */

/* Optional hover cue */
.ghn-hero__half:hover .ghn-hero__arrow {
    transform: translateX(6px);
    transition: 0.3s ease;
}


/* Why Choose Us */

.ghn-why {
    background: linear-gradient(to bottom, #f5f1ea 0%, #e8e1d5 100%);
    padding: 80px 20px;
    text-align: center;
}

.ghn-why__header {
    margin-bottom: 60px;
}

.ghn-why__subtitle {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ghn-why__title {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.ghn-why__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    max-width: 1400px;
    margin: 0 auto;
}

.ghn-why__card {
    background: transparent;
    border-radius: 20px;
    padding: 48px 32px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.ghn-why__card:hover {
    transform: translateY(-8px);
    /* box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1); */
}

.ghn-why__icon-wrapper {
    width: 125px;
    height: 125px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 28px;
    transition: transform 0.3s ease;
}

.ghn-why__card:hover .ghn-why__icon-wrapper {
    transform: scale(1.1);
}

/* .ghn-why__icon-wrapper--natural {
    background: #fef5e7;
}

.ghn-why__icon-wrapper--fresh {
    background: #fef5e7;
}

.ghn-why__icon-wrapper--premium {
    background: #fef5e7;
}

.ghn-why__icon-wrapper--love {
    background: #fef5e7;
} */

.ghn-why__icon {
    width: 36px;
    height: 36px;
}

.ghn-why__icon--natural {
    color: #d4985f;
}

.ghn-why__icon--fresh {
    color: #4a90a4;
}

.ghn-why__icon--premium {
    color: #d4985f;
}

.ghn-why__icon--love {
    color: #e6b24f;
}

.ghn-why__card-title {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 16px;
}

.ghn-why__card-description {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.ghn-why__icon-wrapper svg,
.ghn-why__icon-wrapper svg path {
    fill: var(--primary);
}

/* Featured Products */

.ghn-products {
    background: linear-gradient(to bottom, #f5f1ea 0%, #e8e1d5 100%);
    padding: 80px 20px;
    text-align: center;
}

.ghn-products__header {
    margin-bottom: 60px;
}

.ghn-products__subtitle {
    color: #d4985f;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.ghn-products__title {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.ghn-products__slider-container {
    /* max-width: 1400px; */
    margin: 0 auto;
    position: relative;
    padding: 0 50px;
}

.ghn-products-swiper {
    padding: 25px 0px;
}

.ghn-products__card {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: auto;
}

.ghn-products__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.ghn-products__image-wrapper {
    width: 100%;
    height: auto;
    background: #e8e1d5;
    overflow: hidden;
    position: relative;
}

.ghn-products__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.ghn-products__card:hover .ghn-products__image {
    transform: scale(1.05);
}

.ghn-products__content {
    padding: 28px 24px;
    text-align: left;
}

.ghn-products__name {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}

.ghn-products__tagline {
    color: #d4985f;
    font-size: 12px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.ghn-products__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ghn-products__price {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 700;
}

.ghn-products__arrow-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f1ea;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ghn-products__arrow-btn:hover,
.ghn-products__card:hover .ghn-products__arrow-btn {
    background: #d4985f;
    color: white;
}

.ghn-products__arrow-btn svg {
    width: 20px;
    height: 20px;
}

/* Swiper Navigation */
.swiper-button-next,
.swiper-button-prev {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    top: 40%;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #d4985f;
    transform: scale(1.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
}

.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
    color: white;
}

/* Swiper Pagination */
.swiper-pagination {
    position: relative;
    margin-top: 40px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #d4d4d4;
    opacity: 1;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #d4985f;
    width: 32px;
    border-radius: 6px;
}

.card-link {
    cursor: pointer;
}


/* Experience Ghaana */

.ghn-exp {
    padding: 80px 20px;
    text-align: center;
    color: white;
    position: relative;
    overflow: hidden;
}

.ghn-exp::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.ghn-exp-container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.ghn-exp-title {
    font-size: 3.5rem;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: -0.5px;
    animation: fadeInUp 0.8s ease-out;
}

.ghn-exp-subtitle {
    font-size: 1.25rem;
    margin-bottom: 48px;
    opacity: 0.95;
    font-weight: 400;
    letter-spacing: 0.3px;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.ghn-exp-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.ghn-exp-btn {
    padding: 16px 40px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.ghn-exp-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.ghn-exp-btn:hover::before {
    width: 300px;
    height: 300px;
}

.ghn-exp-btn span {
    position: relative;
    z-index: 1;
}

.ghn-exp-btn-primary {
    background: #f5a623;
    color: #1e4d7b;
    box-shadow: 0 4px 15px rgba(245, 166, 35, 0.3);
}

.ghn-exp-btn-primary:hover {
    background: #ff9800;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(245, 166, 35, 0.4);
}

.ghn-exp-btn-secondary {
    background: var(--primary);
    color: white;
    border: 2px solid white;
}

.ghn-exp-btn-secondary:hover {
    background: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}


/* Global */

/* New Header */
.new-header-subtitle {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.new-header-title {
    color: #1a1a1a;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.new-header-description {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.56;
    margin-bottom: 15px;
    letter-spacing: -0.02em;
    font-family: var(--tp-ff-p);
    color: var(--tp-text-body);
}


/* Page Header */
.new-page-header {
    position: relative;
    min-height: 450px;
    padding: 75px;
    overflow: hidden;
    margin-top: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.new-page-header-subtitle,
.new-page-header-title,
.new-page-header-description {
    position: relative;
    z-index: 5;
}

.new-page-header-subtitle {
    color: #fff;
    letter-spacing: 3px;
    font-size: 16px;
    opacity: 0;
    animation: fadeUp .8s ease forwards;
}

.new-page-header-title {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    margin: 20px 0;
    opacity: 0;
    animation: fadeUp .8s ease .2s forwards;
}

.new-page-header-description {
    color: rgba(255, 255, 255, .95);
    max-width: 600px;
    font-size: 18px;
    opacity: 0;
    animation: fadeUp .8s ease .4s forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(40px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

/* Blob */
.blob {
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    filter: blur(90px);
    opacity: .3;
    animation: blobMove 22s infinite alternate ease-in-out;
}

.blob.one {
    background: #fff;
    top: -20%;
    right: -10%;
}

.blob.two {
    background: #ffd6a0;
    bottom: -30%;
    left: -15%;
    animation-duration: 28s;
}

@keyframes blobMove {
    to {
        transform: translate(70px, 50px)
    }
}

/* Lines */
.lines {
    position: absolute;
    inset: 0;
    background:
        repeating-linear-gradient(120deg,
            rgba(255, 255, 255, .05),
            rgba(255, 255, 255, .05) 1px,
            transparent 1px,
            transparent 42px);
    animation: slideLines 30s linear infinite;
    z-index: 1;
}

@keyframes slideLines {
    to {
        background-position: 260px 0
    }
}

/* Particles */
.particles {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
}

.particle {
    position: absolute;
    bottom: -20px;
    background: rgba(255, 255, 255, .55);
    border-radius: 50%;
    animation: floatUp linear infinite;
}

.particle.glow {
    box-shadow: 0 0 12px rgba(255, 255, 255, .8);
    opacity: .7;
}

@keyframes floatUp {
    0% {
        transform: translateY(0) scale(1);
        opacity: 0
    }

    15% {
        opacity: .6
    }

    100% {
        transform: translateY(-520px) scale(1.3);
        opacity: 0
    }
}

/* Wave */
.wave-wrap {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 200%;
    animation: waveSlide 16s linear infinite;
    z-index: 3;
}

.wave-wrap svg {
    width: 100%;
    height: 120px;
    animation: waveFloat 6s ease-in-out infinite alternate;
}

@keyframes waveSlide {
    to {
        transform: translateX(-50%)
    }
}

@keyframes waveFloat {
    to {
        transform: translateY(10px)
    }
}

.food-bg,
.dairy-bg {
    background: linear-gradient(135deg, #D4915D, #C87E48, #E0A574);
}

.beverages-bg,
.water-bg,
.mojito-bg,
.contact-bg {
    background: linear-gradient(135deg, #005b8f, #0b6fa8, #1c85c1);
}

/* Category List */

.ghn-categories {
    padding: 75px;
    background: #f1eee7;
    padding-bottom: 0px;
}

.ghn-categories .new-header {
    margin-bottom: 75px;
}

.ghn-categories-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    gap: 30px;
}

.ghn-category-card {
    width: calc(33.33% - 30px);
    min-width: 260px;
    border-radius: 18px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform .3s ease;
    position: relative;
}

.ghn-category-card:hover {
    transform: translateY(-6px);
    cursor: pointer;
}

.ghn-category-img {
    position: relative;
}

.ghn-category-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, black 15%, transparent 40%);
    z-index: 0;
    opacity: 0.5;
}

.ghn-category-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ghn-category-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    z-index: 3;
}

.ghn-category-content {
    padding: 20px;
    background: #fff;
}

.ghn-category-content a {
    color: var(--secondary);
    font-weight: 500;
    text-decoration: none;
}

.ghn-category-overlay h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    letter-spacing: normal;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
    color: #fff;
}

.ghn-category-overlay p {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: normal;
    padding: 0px;
    margin: 0px;
    color: #fff;
}


.ghn-category-card:hover .ghn-hero__arrow {
    transform: translateX(5px);
}



/* Product List */
.ghn-products-list {
    padding: 75px;
    background: #f1eee7;
}

.ghn-products-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    /* center even if 1 item */
    gap: 30px;
}

/* Each product column */
.ghn-products-item {
    width: calc(25% - 30px);
    /* 4 per row */
    min-width: 260px;
}

/* Card hover */
.ghn-products__card {
    transition: transform .3s ease, box-shadow .3s ease;
}

.ghn-products__card:hover {
    transform: translateY(-6px);
}


/* Contact Us */
.cont .ar-about-funfact-item-content a {
    font-size: 16px;
}

.cont svg {
    fill: #fff;
}

.cont .ar-about-funfact-color .crp-hero-funfact-line::before,
.cont .ar-about-funfact-color .crp-hero-funfact-line {
    background-color: var(--primary);
}

.cont .tp-section-subtitle.pre::before {
    background-color: var(--secondary);
}

.cont {
    padding: 75px;
    padding-bottom: 0px;
}

.cont .container {
    max-width: 100%;
    width: 100%;
}