     @font-face {
      font-family:zai ;
      src: url(fonts/zai_CofFEeSackfulStamp.ttf);
    }
    @font-face {
      font-family: greater;
      src: url(fonts/GreaterTheory.otf);
    }
    @font-face {
      font-family: hind;
      src: url(fonts/Hind-Regular.ttf);
    }
 
 * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Arial', sans-serif;
            background-color: #f5f5f5;
            color: #333;
        }


/* HOME PAGE - HERO SECTION */

.kaffa-hero-section {
    position: relative;
    height: 131vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.kaffa-background-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(pic/home/image\ 4.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.kaffa-header {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 70px 60px;
}

.kaffa-social-links {
    display: flex;
    gap: 15px;
    align-items: center;
    color: white;
    font-size: 14px;
}

.kaffa-social-links span {
    margin-right: 10px;
}

.kaffa-social-icon {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    transition: all 0.3s;
}

.kaffa-social-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.kaffa-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
}

.kaffa-logo-text {
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 2px;
}

.kaffa-logo-subtext {
    font-size: 10px;
    letter-spacing: 3px;
    margin-top: -5px;
}

.kaffa-header-icons {
    display: flex;
    gap: 15px;
}

.kaffa-header-icon {
    width: 35px;
    height: 35px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s;
}

.kaffa-header-icon:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.kaffa-navigation {
    font-family: Hind;
font-size: 20px;
font-style: normal;
font-weight: 700;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    gap: 50px;
    padding: 20px;
    margin-top: 20px;
}

.kaffa-nav-link {
    color: white;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 1px;
    transition: color 0.3s;
    font-weight: 500;
}

.kaffa-nav-link.active {
    color: #6fb96f;
}

.kaffa-nav-link:hover {
    color: #6fb96f;
}

.kaffa-hero-content {
    position: relative;
    z-index: 10;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.kaffa-hero-title {
    text-align: center;
    margin-bottom: 60px;
}

.kaffa-title-natural {
    font-family: zai;
    color: #6fb96f;
    font-size: 128px;
font-style: normal;
font-weight: 400;
line-height: 89px;
    text-transform: uppercase;
    margin-bottom: -10px;
}

.kaffa-title-main {
    color: white;
    font-weight: bold;
   font-family: zai;
font-size: 128px;
font-style: normal;
font-weight: 400;
line-height: 89px;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.kaffa-coffee-beans {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-top: -40px;
}

.kaffa-beans-image {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.5));
}

.kaffa-green-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
    background-color: #3F8C4C;
    z-index: 5;
}

/* ABOUT SECTION */

.kaffa-about-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 100px;
    background-color: #fafafa;
    gap: 80px;
}

.kaffa-about-content-left {
    flex: 1;
    max-width: 550px;
}

.kaffa-section-label {
    font-size: 12px;
    color: #888;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
}

.kaffa-about-title {
    font-size: 48px;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kaffa-about-description {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 40px;
}

.kaffa-features {
    display: flex;
    gap: 50px;
    margin-bottom: 35px;
}

.kaffa-feature-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.kaffa-feature-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
    color: #6fb96f;
}

.kaffa-feature-icon svg {
    width: 100%;
    height: 100%;
}

.kaffa-feature-text {
    font-size: 13px;
    color: #444;
    font-weight: 500;
}

.kaffa-rating-section {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 35px;
}

.kaffa-stars {
    display: flex;
    gap: 3px;
}

.kaffa-star {
    color: #ffd700;
    font-size: 18px;
}

.kaffa-rating-text {
    font-size: 14px;
    color: #666;
}

.kaffa-about-buttons {
    display: flex;
    gap: 20px;
}

.kaffa-btn {
    padding: 14px 35px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.kaffa-btn-primary {
    background-color: #6fb96f;
    color: white;
    border-radius: 4px;
}

.kaffa-btn-primary:hover {
    background-color: #5fa55f;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(111, 185, 111, 0.3);
}

.kaffa-btn-secondary {
    background-color: transparent;
    color: #333;
    border: 2px solid #ddd;
    border-radius: 4px;
}

.kaffa-btn-secondary:hover {
    border-color: #6fb96f;
    color: #6fb96f;
    transform: translateY(-2px);
}

.kaffa-about-content-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.kaffa-about-image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.kaffa-about-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* VARIETIES SECTION */

.kaffa-varieties-section {
    padding: 80px 50px;
    background-color: #ffffff;
}

.kaffa-varieties-header {
    text-align: center;
    margin-bottom: 60px;
}

.kaffa-varieties-title {
    font-size: 42px;
    font-weight: bold;
    color: #1a1a1a;
    margin-bottom: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.kaffa-varieties-subtitle {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.kaffa-coffee-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
}

.kaffa-coffee-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.kaffa-coffee-card:hover {
    transform: translateY(-10px);
}

.kaffa-coffee-image-container {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.kaffa-coffee-card:hover .kaffa-coffee-image-container {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.kaffa-coffee-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kaffa-coffee-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
    color: #6fb96f;
}

.kaffa-coffee-icon svg {
    width: 100%;
    height: 100%;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
}

.kaffa-coffee-name {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.kaffa-coffee-description {
    font-size: 13px;
    color: #777;
    line-height: 1.6;
}

/* BANNER SECTION */

.kaffa-banner-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    height: auto;
    overflow: hidden;
}

.kaffa-panel-left {
    position: relative;
    overflow: hidden;
}

.kaffa-panel-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.kaffa-panel-center {
    background: linear-gradient(135deg, #6fb96f 0%, #5a9b5a 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 60px 50px;
    position: relative;
}

.kaffa-panel-center::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.05) 0%, transparent 50%);
    pointer-events: none;
}

.kaffa-banner-label {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.kaffa-banner-heading {
    position: relative;
    z-index: 1;
    margin-bottom: 25px;
}

.kaffa-banner-heading h1 {
    font-size: 52px;
    font-weight: bold;
    color: white;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.kaffa-banner-description {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.7;
    margin-bottom: 30px;
    max-width: 320px;
    position: relative;
    z-index: 1;
}

.kaffa-cta-button {
    padding: 14px 40px;
    background-color: white;
    color: #6fb96f;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.kaffa-cta-button:hover {
    background-color: #f5f5f5;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.kaffa-panel-right {
    position: relative;
    overflow: hidden;
}

.kaffa-panel-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 .coffee-features-wrapper {
            padding: 100px 50px;
            background-color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            min-height: 100vh;
        }

        .coffee-circle-container {
            position: relative;
            width: 100%;
            max-width: 1100px;
            aspect-ratio: 2;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        /* Center Coffee Cup */
        .center-coffee-cup {
   width: 500px;
   height: 500px;
   margin: 0 auto;
}




        /* Feature Cards */
        .feature-point {
            position: absolute;
            width: 180px;
            text-align: center;
        }

        .feature-icon-box {
            width: 60px;
            height: 60px;
            background-color: #e8f5e9;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 15px;
            transition: all 0.3s ease;
        }

        .feature-point:hover .feature-icon-box {
            background-color: #c8e6c9;
            transform: scale(1.1);
        }

        .feature-icon-svg {
            width: 30px;
            height: 30px;
            stroke: #6fb96f;
            fill: none;
            stroke-width: 2;
        }

        .feature-heading {
            font-size: 16px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 10px;
        }

        .feature-text-content {
            font-size: 13px;
            color: #666;
            line-height: 1.6;
        }

        /* Position Feature Cards Around Circle */
        .feature-top-left {
            top: 5%;
            left: 8%;
        }

        .feature-top-right {
            top: 8%;
            right: 8%;
        }

        .feature-bottom-left {
            bottom: 8%;
            left: 8%;
        }

        .feature-bottom-right {
            bottom: 5%;
            right: 8%;
        }

         .preparation-video-section {
            position: relative;
            min-height: 500px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 80px 50px;
            background-color: #1a1a1a;
            background-image: url('https://images.unsplash.com/photo-1447933601403-0c6688de566e?w=1600&q=80');
            background-size: cover;
            background-position: center;
            background-blend-mode: overlay;
            overflow: hidden;
        }

        .video-overlay-dark {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-position: center;
            background-size: cover;
            background-image: url(pic/home/image\ 15.png);
            background-attachment: fixed;
        }

        .preparation-content-wrapper {
            position: relative;
            z-index: 10;
            text-align: center;
            max-width: 1200px;
            width: 100%;
        }

        .video-label-text {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.7);
            letter-spacing: 3px;
            text-transform: uppercase;
            margin-bottom: 20px;
            font-weight: 500;
        }

        .preparation-main-heading {
            font-size: 52px;
            font-weight: bold;
            color: white;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 40px;
            line-height: 1.2;
        }

        .video-play-button {
            width: 80px;
            height: 80px;
            background-color: #6fb96f;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 60px;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 30px rgba(111, 185, 111, 0.4);
        }

        .video-play-button:hover {
            background-color: #5fa55f;
            transform: scale(1.1);
            box-shadow: 0 12px 40px rgba(111, 185, 111, 0.6);
        }

        .play-icon-svg {
            width: 30px;
            height: 30px;
            fill: white;
            margin-left: 5px;
        }

        .statistics-grid-container {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 60px;
            margin-top: 20px;
        }

        .stat-item-box {
            text-align: center;
        }

        .stat-number-display {
            font-size: 56px;
            font-weight: bold;
            color: white;
            margin-bottom: 15px;
            text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
        }

        .stat-label-description {
            font-size: 15px;
            color: rgba(255, 255, 255, 0.85);
            font-weight: 500;
            letter-spacing: 1px;
        }

        /* Animated Counter Effect */
        @keyframes countUp {
            from {
                opacity: 0;
                transform: translateY(20px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .stat-number-display {
            animation: countUp 0.8s ease-out;
        }

 .product-showcase-wrapper {
            padding: 80px 100px;
            background-color: #ffffff;
        }

        .showcase-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .product-category-label {
            text-align: center;
            font-size: 11px;
            color: #888;
            letter-spacing: 4px;
            text-transform: uppercase;
            margin-bottom: 15px;
            font-weight: 500;
        }

        .showcase-main-title {
            text-align: center;
            font-size: 52px;
            font-weight: bold;
            color: #6fb96f;
            text-transform: uppercase;
            letter-spacing: 3px;
            margin-bottom: 15px;
        }

        .showcase-subtitle-text {
            text-align: center;
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            max-width: 600px;
            margin: 0 auto 60px;
        }

        .product-display-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .product-image-section {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .product-visual-wrapper {
            position: relative;
            z-index: 10;
        }

        .coffee-bag-image {
            width: 100%;
            max-width: 350px;
            height: auto;
            
        }

        .decorative-leaves-left {
            position: absolute;
            left: -50px;
            top: 50%;
            transform: translateY(-50%);
            z-index: 1;
            width: 180px;
            height: auto;
            opacity: 0.9;
        }

        .product-details-section {
            padding-left: 20px;
        }

        .featured-badge {
            display: inline-block;
            padding: 6px 16px;
            background-color: #e8f5e9;
            color: #6fb96f;
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 20px;
            margin-bottom: 20px;
        }

        .product-name-heading {
            font-size: 32px;
            font-weight: bold;
            color: #1a1a1a;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 15px;
            line-height: 1.3;
        }

        .rating-review-container {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
        }

        .star-rating-display {
            display: flex;
            gap: 4px;
        }

        .rating-star-icon {
            color: #ffd700;
            font-size: 16px;
        }

        .review-count-text {
            font-size: 13px;
            color: #666;
        }

        .product-description-text {
            font-size: 14px;
            color: #666;
            line-height: 1.8;
            margin-bottom: 25px;
        }

        .pricing-section-wrapper {
            display: flex;
            align-items: center;
            gap: 15px;
            margin-bottom: 25px;
        }

        .current-price-display {
            font-size: 32px;
            font-weight: bold;
            color: #6fb96f;
        }

        .original-price-display {
            font-size: 22px;
            color: #999;
            text-decoration: line-through;
        }

        .action-buttons-container {
            display: flex;
            gap: 15px;
        }

        .product-action-btn {
            padding: 14px 32px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .add-cart-button {
            background-color: #6fb96f;
            color: white;
        }

        .add-cart-button:hover {
            background-color: #5fa55f;
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(111, 185, 111, 0.3);
        }

        .view-details-button {
            background-color: transparent;
            color: #333;
            border: 2px solid #ddd;
        }

        .view-details-button:hover {
            border-color: #6fb96f;
            color: #6fb96f;
            transform: translateY(-2px);
        }

.products-grid-section {
            padding: 80px 50px;
            background-color: #ffffff;
        }

        .grid-products-container {
            max-width: 1200px;
            margin: 0 auto;
        }

        .products-row-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 40px;
        }

        .single-product-card {
            background-color: #F6F1EE;
            border-radius: 8px;
            padding: 30px 20px;
            text-align: center;
            transition: all 0.3s ease;
        }

        .single-product-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
        }

        .product-image-wrapper {
            margin-bottom: 20px;
            position: relative;
        }

        .product-bag-img {
            width: 100%;
            max-width: 180px;
            height: auto;
            margin: 0 auto;
            display: block;
        }

        .product-category-tag {
            font-size: 11px;
            color: #888;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 8px;
        }

        .product-title-name {
            font-size: 18px;
            font-weight: bold;
            color: #1a1a1a;
            text-transform: uppercase;
            margin-bottom: 10px;
            letter-spacing: 0.5px;
        }

        .product-stars-rating {
            display: flex;
            justify-content: center;
            gap: 3px;
            margin-bottom: 12px;
        }

        .star-icon-gold {
            color: #ffd700;
            font-size: 14px;
        }

        .product-price-wrapper {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            margin-bottom: 15px;
        }

        .current-product-price {
            font-size: 20px;
            font-weight: bold;
            color: #1a1a1a;
        }

        .previous-product-price {
            font-size: 16px;
            color: #999;
            text-decoration: line-through;
        }

        .product-buttons-group {
            display: flex;
            gap: 10px;
            justify-content: center;
        }

        .product-btn-style {
            padding: 10px 20px;
            font-size: 12px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .add-to-cart-btn {
            background-color: #6fb96f;
            color: white;
            flex: 1;
        }

        .add-to-cart-btn:hover {
            background-color: #5fa55f;
            transform: translateY(-2px);
        }

        .view-product-btn {
            background-color: white;
            color: #333;
            border: 1px solid #ddd;
            padding: 10px 15px;
        }

        .view-product-btn:hover {
            border-color: #6fb96f;
            color: #6fb96f;
        }

        .view-all-products-btn {
            display: block;
            margin: 0 auto;
            padding: 14px 40px;
            background-color: transparent;
            color: #333;
            border: 2px solid #ddd;
            border-radius: 4px;
            font-size: 14px;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .view-all-products-btn:hover {
            border-color: #6fb96f;
            color: #6fb96f;
            transform: translateY(-2px);
        }

 /* Footer */
        footer {
          font-family: hind;
            background-color: #1a1a1a;
            color: white;
            padding: 60px 50px 30px;
        }

        .newsletter {
            max-width: 600px;
            margin-bottom: 60px;
            animation: fadeIn 1s ease;
        }

        .newsletter h3 {
            font-size: 24px;
            margin-bottom: 10px;
        }

        .newsletter p {
            color: #999;
            margin-bottom: 20px;
        }

        .newsletter-form {
            display: flex;
            gap: 10px;
        }

        .newsletter-form input {
            flex: 1;
            padding: 15px 20px;
            border: 1px solid #333;
            background-color: #2a2a2a;
            color: white;
            border-radius: 5px;
        }

        .newsletter-form button {
            padding: 15px 30px;
            background-color: #5a9f6f;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .newsletter-form button:hover {
            background-color: #4a8f5f;
            transform: scale(1.05);
        }

        .footer-content {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 60px;
            margin-bottom: 40px;
        }

        .footer-section h4 {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .footer-section p, .footer-section a {
            color: #999;
            line-height: 1.8;
            text-decoration: none;
            display: block;
            transition: color 0.3s ease;
        }

        .footer-section a:hover {
            color: #5a9f6f;
        }

        .social-icons {
            display: flex;
            gap: 15px;
            margin-top: 20px;
        }

        .social-icon {
            width: 35px;
            height: 35px;
            border: 1px solid #333;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .social-icon:hover {
            background-color: #5a9f6f;
            border-color: #5a9f6f;
            transform: translateY(-3px);
        }

        .footer-bottom {
            border-top: 1px solid #333;
            padding-top: 30px;
            display: flex;
            justify-content: space-between;
            color: #666;
        }

        .footer-links {
            display: flex;
            gap: 30px;
        }

        .footer-links a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-links a:hover {
            color: #5a9f6f;
        }

        @media (max-width: 1200px) {
            .products-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (max-width: 768px) {
            .container {
                flex-direction: column;
            }
            
            .sidebar {
                width: 100%;
            }
            
            .products-grid {
                grid-template-columns: 1fr;
            }
            
            .footer-content {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }








        
        /* Responsive Design */
        @media (max-width: 1024px) {
            .products-row-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 25px;
            }
        }

        @media (max-width: 640px) {
            .products-grid-section {
                padding: 60px 30px;
            }

            .products-row-grid {
                grid-template-columns: 1fr;
                gap: 20px;
            }

            .single-product-card {
                padding: 25px 20px;
            }

            .product-buttons-group {
                flex-direction: column;
            }

            .product-btn-style {
                width: 100%;
            }
        }



















        /* Responsive Design */
        @media (max-width: 1024px) {
            .product-showcase-wrapper {
                padding: 60px 50px;
            }

            .showcase-main-title {
                font-size: 42px;
            }

            .product-display-grid {
                gap: 50px;
            }
        }

        @media (max-width: 768px) {
            .product-showcase-wrapper {
                padding: 50px 30px;
            }

            .showcase-main-title {
                font-size: 36px;
            }

            .product-display-grid {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .product-image-section {
                order: 1;
            }

            .product-details-section {
                order: 2;
                padding-left: 0;
            }

            .decorative-leaves-left {
                display: none;
            }

            .action-buttons-container {
                flex-direction: column;
            }

            .product-action-btn {
                width: 100%;
            }
        }

        @media (max-width: 480px) {
            .showcase-main-title {
                font-size: 28px;
            }

            .product-name-heading {
                font-size: 24px;
            }

            .current-price-display {
                font-size: 28px;
            }

            .original-price-display {
                font-size: 18px;
            }
        }


        /* Responsive Design */
        @media (max-width: 1024px) {
            .preparation-main-heading {
                font-size: 42px;
            }

            .statistics-grid-container {
                gap: 40px;
            }

            .stat-number-display {
                font-size: 48px;
            }

            .stat-label-description {
                font-size: 14px;
            }
        }

        @media (max-width: 768px) {
            .preparation-video-section {
                padding: 60px 30px;
                min-height: 400px;
            }

            .preparation-main-heading {
                font-size: 32px;
                margin-bottom: 30px;
            }

            .video-play-button {
                width: 70px;
                height: 70px;
                margin-bottom: 50px;
            }

            .play-icon-svg {
                width: 25px;
                height: 25px;
            }

            .statistics-grid-container {
                grid-template-columns: repeat(2, 1fr);
                gap: 40px;
            }

            .stat-number-display {
                font-size: 42px;
            }
        }

        @media (max-width: 480px) {
            .preparation-main-heading {
                font-size: 26px;
            }

            .statistics-grid-container {
                grid-template-columns: 1fr;
                gap: 30px;
            }

            .stat-number-display {
                font-size: 48px;
            }

            .stat-label-description {
                font-size: 13px;
            }
        }







        /* Responsive Design */
        @media (max-width: 1024px) {
            .coffee-circle-container {
                max-width: 900px;
            }

            .coffee-cup-image {
                width: 300px;
                height: 300px;
            }

            .feature-point {
                width: 160px;
            }

            .leaf-svg {
                width: 60px;
                height: 60px;
            }
        }

        @media (max-width: 768px) {
            .coffee-features-wrapper {
                padding: 60px 30px;
            }

            .coffee-circle-container {
                flex-direction: column;
                aspect-ratio: auto;
                gap: 40px;
            }

            .center-coffee-cup {
                order: 1;
            }

            .coffee-cup-image {
                width: 250px;
                height: 250px;
            }

            .feature-point {
                position: relative;
                width: 100%;
                max-width: 300px;
                top: auto !important;
                left: auto !important;
                right: auto !important;
                bottom: auto !important;
            }

            .feature-top-left {
                order: 0;
            }

            .feature-top-right {
                order: 2;
            }

            .feature-bottom-left {
                order: 3;
            }

            .feature-bottom-right {
                order: 4;
            }
        }

/* RESPONSIVE STYLES */

@media (max-width: 1024px) {
    .kaffa-banner-section {
        height: 350px;
    }

    .kaffa-panel-center {
        padding: 40px 35px;
    }

    .kaffa-banner-heading h1 {
        font-size: 42px;
    }

    .kaffa-banner-description {
        font-size: 13px;
    }

    .kaffa-coffee-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 50px;
    }

    .kaffa-about-section {
        padding: 60px 50px;
        gap: 50px;
    }

    .kaffa-about-title {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .kaffa-banner-section {
        grid-template-columns: 1fr;
        height: auto;
    }

    .kaffa-panel-left,
    .kaffa-panel-right {
        display: none;
    }

    .kaffa-panel-center {
        padding: 60px 40px;
        align-items: center;
        text-align: center;
    }

    .kaffa-banner-description {
        max-width: 100%;
    }

    .kaffa-banner-heading h1 {
        font-size: 38px;
    }

    .kaffa-about-section {
        flex-direction: column;
        padding: 40px 30px;
        gap: 40px;
    }

    .kaffa-about-content-left {
        max-width: 100%;
    }

    .kaffa-about-title {
        font-size: 32px;
    }

    .kaffa-features {
        gap: 30px;
    }

    .kaffa-about-buttons {
        flex-direction: column;
    }

    .kaffa-btn {
        width: 100%;
        text-align: center;
    }

    .kaffa-about-content-right {
        justify-content: center;
    }

    .kaffa-about-image-container {
        max-width: 400px;
    }

    .kaffa-header {
        padding: 15px 30px;
    }

    .kaffa-social-links span {
        display: none;
    }

    .kaffa-navigation {
        gap: 20px;
        flex-wrap: wrap;
    }

    .kaffa-title-natural {
        font-size: 42px;
        font-family: zai;
    }

    .kaffa-title-main {
        font-size: 48px;
    }

    .kaffa-coffee-beans {
        max-width: 300px;
    }
}

@media (max-width: 640px) {
    .kaffa-varieties-section {
        padding: 60px 30px;
    }

    .kaffa-varieties-title {
        font-size: 32px;
    }

    .kaffa-coffee-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .kaffa-coffee-image-container {
        width: 200px;
        height: 200px;
    }
}

@media (max-width: 480px) {
    .kaffa-panel-center {
        padding: 50px 30px;
    }

    .kaffa-banner-heading h1 {
        font-size: 32px;
    }

    .kaffa-banner-description {
        font-size: 13px;
    }

    .kaffa-cta-button {
        padding: 12px 35px;
        font-size: 13px;
    }
}