/*
Theme Name: Divi Child
Description: Divi Child Theme
Template: Divi
Theme URI: http://www.elegantthemes.com/gallery/divi/
Version: 3.21.1
Text Domain: Divi-child
*/


/* Hide WooCommerce sidebar */
.woocommerce-page #sidebar {
    display: none !important;
}
.woocommerce-page #left-area {
    width: 100% !important;
}
.woocommerce-page #main-content .container:before {
    display: none !important;
}

body div.et_pb_section.et_pb_section_0 {
    background-size: auto 100%;
}

.primarymenuclass .et_pb_menu__wrap {
    justify-content: center !important;
    background: transparent !important;
}

.primarymenuclass {
    background: transparent !important;
}

body .et-menu a {
    font-family: 'Fredoka';
    font-size: 18px;
    color: black !important;
    font-weight: 600;
}

.et_pb_menu_0_tb_header.primarymenuclass {
    position: absolute;
    left: 0;
    right: 0;
    top: 100px;
}

/* Base styling for all boxes */
.koki-box-pink,
.koki-box-yellow,
.koki-box-blue,
.koki-box-green {
    border-radius: 40px;
    padding: 30px 20px;
    text-align: center;
    font-family: 'Baloo', 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    line-height: 1.4;
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center !important;
}

/* Individual background colors with 3D effect */
.koki-box-pink,
.woocommerce ul.products li.product.koki-card:nth-child(4n+1) .koki-card__bg {
    background: linear-gradient(145deg, #fbb1d1, #e89bb8);
    transform: rotate(-2deg);
    box-shadow: 
        0 8px 16px rgba(251, 177, 209, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.5),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.1);
}

.koki-box-yellow,
.woocommerce ul.products li.product.koki-card:nth-child(4n+2) .koki-card__bg {
    background: linear-gradient(145deg, #fff170, #e6d863);
    transform: rotate(1.5deg);
    box-shadow: 
        0 8px 16px rgba(255, 241, 112, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.6),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.1);
}

.koki-box-blue,
.woocommerce ul.products li.product.koki-card:nth-child(4n+3) .koki-card__bg {
    background: linear-gradient(145deg, #b5e4fa, #a2cde1);
    transform: rotate(-1.5deg);
    box-shadow: 
        0 8px 16px rgba(181, 228, 250, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.5),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.1);
}

.koki-box-green,
.woocommerce ul.products li.product.koki-card:nth-child(4n+4) .koki-card__bg {
    background: linear-gradient(145deg, #95e4c3, #82cdaa);
    transform: rotate(2deg);
    box-shadow: 
        0 8px 16px rgba(149, 228, 195, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.5),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1),
        0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Enhanced hover effects for 3D boxes */
.koki-box-pink:hover,
.koki-box-yellow:hover,
.koki-box-blue:hover,
.koki-box-green:hover,
body.archive.woocommerce-shop.woocommerce.woocommerce-page #left-area ul.products li.koki-card.product:hover .koki-card__bg {
    transform: rotate(0deg) translateY(-2px) scale(1.02);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body.archive.woocommerce-shop.woocommerce.woocommerce-page #left-area ul.products li.koki-card.product:nth-child(4n+1):hover .koki-card__bg,    
.koki-box-pink:hover {
    box-shadow: 
        0 12px 24px rgba(251, 177, 209, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.6),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15),
        0 6px 15px rgba(0, 0, 0, 0.15);
}

body.archive.woocommerce-shop.woocommerce.woocommerce-page #left-area ul.products li.koki-card.product:nth-child(4n+2):hover .koki-card__bg,    
.koki-box-yellow:hover {
    box-shadow: 
        0 12px 24px rgba(255, 241, 112, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.7),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15),
        0 6px 15px rgba(0, 0, 0, 0.15);
}

body.archive.woocommerce-shop.woocommerce.woocommerce-page #left-area ul.products li.koki-card.product:nth-child(4n+3):hover .koki-card__bg,    
.koki-box-blue:hover {
    box-shadow: 
        0 12px 24px rgba(181, 228, 250, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.6),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15),
        0 6px 15px rgba(0, 0, 0, 0.15);
}

body.archive.woocommerce-shop.woocommerce.woocommerce-page #left-area ul.products li.koki-card.product:nth-child(4n+4):hover .koki-card__bg,    
.koki-box-green:hover {
    box-shadow: 
        0 12px 24px rgba(149, 228, 195, 0.5),
        inset 0 2px 0 rgba(255, 255, 255, 0.6),
        inset 0 -2px 0 rgba(0, 0, 0, 0.15),
        0 6px 15px rgba(0, 0, 0, 0.15);
}

.koki-box-yellow p span,
.koki-box-pink p span,
.koki-box-blue p span,
.koki-box-green p span {
    font-size: 14px;
    clear: both;
    width: 100%;
    display: block;
    font-weight: 500;
    padding-top: 10px;
}

/* Enhanced iconDiv styling with modern gradients and effects */
.koki-box-blue .iconDiv {
    background: linear-gradient(135deg, #b5e4fa 0%, #9dd9f3 30%, #7dcef0 60%, #a2cde1 100%);
    border-radius: 25px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 20px rgba(181, 228, 250, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.koki-box-blue .iconDiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.koki-box-blue:hover .iconDiv {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 12px 30px rgba(181, 228, 250, 0.4),
        inset 0 3px 0 rgba(255, 255, 255, 0.5),
        inset 0 -3px 0 rgba(0, 0, 0, 0.15),
        0 0 20px rgba(125, 206, 240, 0.3);
}

.koki-box-blue:hover .iconDiv::before {
    left: 100%;
}

.koki-box-pink .iconDiv {
    background: linear-gradient(135deg, #fbb1d1 0%, #f794b8 30%, #ff8eb3 60%, #e89bb8 100%);
    border-radius: 25px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 20px rgba(251, 177, 209, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.koki-box-pink .iconDiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.koki-box-pink:hover .iconDiv {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 12px 30px rgba(251, 177, 209, 0.4),
        inset 0 3px 0 rgba(255, 255, 255, 0.5),
        inset 0 -3px 0 rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 142, 179, 0.3);
}

.koki-box-pink:hover .iconDiv::before {
    left: 100%;
}

.koki-box-yellow .iconDiv {
    background: linear-gradient(135deg, #fff170 0%, #ffed4e 30%, #ffe838 60%, #e6d863 100%);
    border-radius: 25px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 20px rgba(255, 241, 112, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.5),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.koki-box-yellow .iconDiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transition: left 0.6s ease;
}

.koki-box-yellow:hover .iconDiv {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 12px 30px rgba(255, 241, 112, 0.4),
        inset 0 3px 0 rgba(255, 255, 255, 0.6),
        inset 0 -3px 0 rgba(0, 0, 0, 0.15),
        0 0 20px rgba(255, 232, 56, 0.4);
}

.koki-box-yellow:hover .iconDiv::before {
    left: 100%;
}

.koki-box-green .iconDiv {
    background: linear-gradient(135deg, #95e4c3 0%, #7dd9b8 30%, #5fcead 60%, #82cdaa 100%);
    border-radius: 25px;
    padding: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 8px 20px rgba(149, 228, 195, 0.3),
        inset 0 2px 0 rgba(255, 255, 255, 0.4),
        inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.koki-box-green .iconDiv::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.6s ease;
}

.koki-box-green:hover .iconDiv {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 
        0 12px 30px rgba(149, 228, 195, 0.4),
        inset 0 3px 0 rgba(255, 255, 255, 0.5),
        inset 0 -3px 0 rgba(0, 0, 0, 0.15),
        0 0 20px rgba(95, 206, 173, 0.3);
}

.koki-box-green:hover .iconDiv::before {
    left: 100%;
}

/* Additional pulsing effect for icons */
@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.02);
    }
}

.koki-box-pink .iconDiv,
.koki-box-yellow .iconDiv,
.koki-box-blue .iconDiv,
.koki-box-green .iconDiv {
    animation: iconPulse 4s ease-in-out infinite;
}

.koki-box-pink:hover .iconDiv,
.koki-box-yellow:hover .iconDiv,
.koki-box-blue:hover .iconDiv,
.koki-box-green:hover .iconDiv {
    animation: none;
}

.iconDiv {
    margin: auto;
    width: fit-content;
    position: relative;
    top: -10px;
}

.arc {
    display: flex;
    justify-content: center;
    margin: -10px 0 30px;
}

.arc span {
    font-family: 'Fredoka One', cursive;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    -webkit-text-stroke: 2px black;
    display: inline-block;
}

/* Upper arc (pink, arch up) */
.top span {
    color: #ff4eb2;
}

/* Lower arc (blue, arch down) */
.bottom span {
    color: #79d7f2;
}

.top span:nth-child(10n+1) { transform: rotate(-20deg); }
.top span:nth-child(10n+2) { transform: rotate(-15deg); }
.top span:nth-child(10n+3) { transform: rotate(-10deg); }
.top span:nth-child(10n+4) { transform: rotate(-5deg); }
.top span:nth-child(10n+5) { transform: rotate(0deg); }
.top span:nth-child(10n+6) { transform: rotate(5deg); }
.top span:nth-child(10n+7) { transform: rotate(10deg); }
.top span:nth-child(10n+8) { transform: rotate(15deg); }
.top span:nth-child(10n+9) { transform: rotate(20deg); }

.bottom span:nth-child(10n+1) { transform: rotate(15deg); }
.bottom span:nth-child(10n+2) { transform: rotate(10deg); }
.bottom span:nth-child(10n+3) { transform: rotate(5deg); }
.bottom span:nth-child(10n+4) { transform: rotate(0deg); }
.bottom span:nth-child(10n+5) { transform: rotate(-5deg); }
.bottom span:nth-child(10n+6) { transform: rotate(-10deg); }
.bottom span:nth-child(10n+7) { transform: rotate(-15deg); }
.bottom span:nth-child(10n+8) { transform: rotate(-20deg); }
.bottom span:nth-child(10n+9) { transform: rotate(-25deg); }

/* ======= TESTIMONIAL CAROUSEL - MODERN DESIGN ======= */

.testimonial-carousel-wrapper {
    position: relative;
    max-width: 1400px;
    margin: 80px auto;
    padding: 80px 80px;
    overflow: visible;
    background: linear-gradient(135deg, deepskyblue 0%, #764ba2 50%, #f093fb 100%);
    border-radius: 30px;
    box-shadow: 
        0 25px 50px rgba(0, 191, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    position: relative;
}

.testimonial-carousel-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    border-radius: 30px;
    pointer-events: none;
}

.testimonial-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(135deg, deepskyblue, #764ba2, #f093fb, deepskyblue);
    border-radius: 32px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.testimonial-carousel-wrapper:hover::after {
    opacity: 0.6;
    animation: borderGlow 2s ease-in-out infinite alternate;
}

@keyframes borderGlow {
    from { opacity: 0.6; }
    to { opacity: 0.8; }
}

.testimonial-carousel {
    overflow: visible;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

.testimonial-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}

.testimonial-slide {
    flex: 0 0 33.333%;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    padding: 40px;
    position: relative;
    width: 100%;
    height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    overflow: visible;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
}

.testimonial-card::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: conic-gradient(from 0deg, transparent, rgba(0, 191, 255, 0.1), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    animation: rotate 8s linear infinite;
    pointer-events: none;
}

.testimonial-card:hover::after {
    opacity: 1;
}

@keyframes rotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.testimonial-card:hover {
    transform: translateY(-12px) scale(1.03);
    box-shadow: 
        0 35px 70px rgba(0, 191, 255, 0.25),
        0 20px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 0 40px rgba(0, 191, 255, 0.3),
        0 0 80px rgba(240, 147, 251, 0.2);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 191, 255, 0.3);
}

.testimonial-card:hover .testimonial-name {
    background: linear-gradient(135deg, deepskyblue, #764ba2, #f093fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1.05);
    text-shadow: 0 0 20px rgba(0, 191, 255, 0.3);
}

.testimonial-card:hover .testimonial-title {
    color: #764ba2;
    transform: translateX(5px);
    font-weight: 600;
}

.testimonial-card:hover .testimonial-content p {
    color: #333;
    font-weight: 500;
    transform: translateY(-2px);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover .quote-icon {
    opacity: 0.6;
    transform: scale(1.2) rotate(5deg);
    background: linear-gradient(135deg, deepskyblue, #f093fb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(0, 191, 255, 0.3));
}

.testimonial-card:hover .testimonial-avatar {
    transform: scale(1.1) rotate(-3deg);
    box-shadow: 
        0 12px 25px rgba(0, 191, 255, 0.4),
        0 0 20px rgba(240, 147, 251, 0.3);
    background: linear-gradient(135deg, deepskyblue, #764ba2, #f093fb);
}

.testimonial-card:hover .testimonial-rating .star.filled {
    animation: starPulse 0.6s ease-in-out infinite alternate;
    transform: scale(1.3);
}

@keyframes starPulse {
    0% { 
        filter: drop-shadow(0 0 5px rgba(244, 124, 54, 0.5));
        transform: scale(1.3);
    }
    100% { 
        filter: drop-shadow(0 0 20px rgba(244, 124, 54, 0.8));
        transform: scale(1.4);
    }
}

.testimonial-card:hover .rating-text {
    background: linear-gradient(135deg, deepskyblue, #764ba2);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 191, 255, 0.3);
}

/* Enhanced Focus and Readability Effects */
.testimonial-card {
    position: relative;
    overflow: hidden;
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.1), transparent);
    transition: left 0.8s ease;
    z-index: 1;
}

.testimonial-card:hover::before {
    left: 100%;
}

/* Highlight Effect on Hover */
.testimonial-card:hover {
    position: relative;
    z-index: 10;
}

.testimonial-card:hover::after {
    opacity: 0.8;
    background: conic-gradient(from 0deg, 
        rgba(0, 191, 255, 0.15), 
        rgba(118, 75, 162, 0.15), 
        rgba(240, 147, 251, 0.15), 
        rgba(0, 191, 255, 0.15));
}

/* Text Enhancement on Hover */
.testimonial-content {
    position: relative;
    z-index: 5;
}

.testimonial-card:hover .testimonial-content {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 15px;
    margin: -10px;
    border-left: 4px solid transparent;
    border-image: linear-gradient(135deg, deepskyblue, #f093fb) 1;
    box-shadow: 0 10px 30px rgba(0, 191, 255, 0.1);
}

/* Reading Focus Enhancement */
.testimonial-card:hover .testimonial-content p {
    font-size: 17px;
    line-height: 1.8;
    letter-spacing: 0.3px;
    position: relative;
}

.testimonial-card:hover .testimonial-content p::selection {
    background: rgba(0, 191, 255, 0.2);
}

/* Smooth Transitions for All Elements */
.testimonial-name,
.testimonial-title,
.testimonial-content p,
.quote-icon,
.testimonial-avatar,
.rating-text {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Dim Other Cards Effect */
.testimonial-carousel:hover .testimonial-card:not(:hover) {
    opacity: 0.7;
    transform: scale(0.98);
    filter: blur(1px) brightness(0.9);
}

/* Spotlight Effect */
.testimonial-card:hover {
    position: relative;
    isolation: isolate;
}

.testimonial-card:hover::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    right: -50px;
    bottom: -50px;
    background: radial-gradient(circle at center, 
        rgba(0, 191, 255, 0.1) 0%, 
        rgba(0, 191, 255, 0.05) 30%, 
        transparent 70%);
    z-index: -1;
    border-radius: 50%;
    animation: spotlight 2s ease-in-out infinite alternate;
}

@keyframes spotlight {
    0% { 
        transform: scale(1); 
        opacity: 0.3; 
    }
    100% { 
        transform: scale(1.1); 
        opacity: 0.6; 
    }
}

/* Header Enhancement */
.testimonial-card:hover .testimonial-header {
    background: rgba(0, 191, 255, 0.05);
    padding: 15px;
    border-radius: 15px;
    margin: -15px -15px 15px -15px;
    border-top: 2px solid rgba(0, 191, 255, 0.2);
}

/* Interactive Rating on Hover */
.testimonial-card:hover .testimonial-rating {
    background: rgba(0, 191, 255, 0.05);
    padding: 15px;
    border-radius: 15px;
    margin: 15px -15px -15px -15px;
    border-bottom: 2px solid rgba(0, 191, 255, 0.2);
}

.testimonial-card:hover .testimonial-rating .star:not(.filled) {
    color: #ddd;
    opacity: 0.8;
}

/* Smooth Card Container Hover */
.testimonial-slide:hover {
    z-index: 20;
}

.et_pb_section_0_tb_header.et_pb_section {
    margin-bottom: 50px !important;
}

/* Mobile Hover Optimizations */
@media (max-width: 768px) {
    .testimonial-card:hover {
        transform: translateY(-5px) scale(1.01);
        box-shadow: 
            0 20px 40px rgba(0, 191, 255, 0.2),
            0 10px 20px rgba(0, 0, 0, 0.1);
    }
    
    .testimonial-carousel:hover .testimonial-card:not(:hover) {
        opacity: 1;
        transform: none;
        filter: none;
    }
    
    .testimonial-card:hover .testimonial-content {
        margin: -5px;
        padding: 15px;
    }
    
    .testimonial-card:hover::before {
        display: none;
    }

    body .et_pb_section_0_tb_header.section_has_divider.et_pb_bottom_divider .et_pb_bottom_inside_divider {
        background-size: 100% 60px !important;
        bottom: 0;
        height: 62px !important;
    }

    body .et_pb_section_0_tb_header.et_pb_section {
        padding-bottom: 10px !important;
    }

    body .headercls .et_pb_row.et_pb_row_0_tb_header {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    body .headercls .et_pb_row.et_pb_row_0_tb_header .et_pb_column.et_pb_column_1_tb_header {
        grid-column: span 2;
        order: 1;
    }
}

.testimonial-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    position: relative;
    z-index: 10;
}

.testimonial-avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
    position: relative;
    background: linear-gradient(135deg, deepskyblue, #764ba2);
    padding: 3px;
    box-shadow: 0 8px 20px rgba(0, 191, 255, 0.3);
}

.testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.testimonial-info {
    flex: 1;
}

.testimonial-name {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(135deg, #333, #666);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 5px 0;
    position: relative;
    z-index: 10;
}

.testimonial-title {
    font-size: 14px;
    font-weight: 500;
    color: deepskyblue;
    margin: 0;
    opacity: 0.9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 10;
}

.testimonial-content {
    flex: 1;
    position: relative;
    margin-bottom: 25px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 120px;
}

.quote-icon {
    position: absolute;
    top: -15px;
    left: -15px;
    font-size: 50px;
    background: linear-gradient(135deg, deepskyblue, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
    z-index: 1;
    opacity: 0.3;
}

.testimonial-content p {
    font-family: 'Baloo', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
    margin: 0;
    position: relative;
    z-index: 2;
    font-style: italic;
    font-weight: 400;
}

.testimonial-rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 191, 255, 0.1);
    position: relative;
    z-index: 10;
}

.testimonial-rating .star {
    font-size: 22px;
    color: #e0e0e0;
    transition: all 0.3s ease;
    cursor: default;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
}

.testimonial-rating .star.filled {
    background: linear-gradient(135deg, #f47c36, #e6643a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transform: scale(1.1);
    animation: starTwinkle 2s ease-in-out infinite alternate;
    filter: drop-shadow(0 0 10px rgba(244, 124, 54, 0.8));
}

@keyframes starTwinkle {
    0% { filter: drop-shadow(0 0 5px rgba(244, 124, 54, 0.3)); }
    100% { filter: drop-shadow(0 0 15px rgba(244, 124, 54, 0.6)); }
}


.rating-text {
    font-size: 14px;
    color: deepskyblue;
    margin-left: 15px;
    font-weight: 600;
    background: rgba(0, 191, 255, 0.1);
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(0, 191, 255, 0.2);
}

/* Modern Navigation Buttons */
.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 100;
    color: deepskyblue;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.testimonial-nav:hover {
    transform: translateY(-50%) scale(1.1) rotate(5deg);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 1),
        0 0 20px rgba(0, 191, 255, 0.3);
    background: rgba(255, 255, 255, 1);
    color: #764ba2;
}

.testimonial-nav:active {
    transform: translateY(-50%) scale(1.05);
}

.testimonial-prev {
    left: -30px;
}

.testimonial-next {
    right: -30px;
}

.testimonial-nav svg {
    transition: transform 0.3s ease;
}

.testimonial-nav:hover svg {
    transform: scale(1.2);
}

/* Modern Pagination Dots */
.testimonial-pagination {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 40px;
    position: relative;
    z-index: 10;
}

.owl-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.5);
    background: transparent;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
}

.owl-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.4s ease;
    transform: translate(-50%, -50%);
}

.owl-dot.active::before {
    width: 100%;
    height: 100%;
}

.owl-dot.active {
    border-color: rgba(255, 255, 255, 1);
    transform: scale(1.3);
    box-shadow: 
        0 4px 15px rgba(255, 255, 255, 0.3),
        0 0 20px rgba(255, 255, 255, 0.2);
}

.owl-dot:hover:not(.active) {
    border-color: rgba(255, 255, 255, 0.8);
    transform: scale(1.2);
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

.owl-dot:hover:not(.active)::before {
    width: 60%;
    height: 60%;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .testimonial-carousel-wrapper {
        margin: 60px auto;
        padding: 60px 40px;
    }
    
    .testimonial-slide {
        flex: 0 0 50%;
    }
    
    .testimonial-nav {
        width: 50px;
        height: 50px;
    }
    
    .testimonial-prev {
        left: -25px;
    }
    
    .testimonial-next {
        right: -25px;
    }
    
    .testimonial-card {
        padding: 30px;
        height: 450px;
    }
}

@media (max-width: 768px) {
    .testimonial-carousel-wrapper {
        padding: 40px 20px;
        margin: 40px auto;
        border-radius: 20px;
        overflow: hidden;
    }
    
    .testimonial-slide {
        flex: 0 0 100%;
        padding: 0 15px;
    }
    
    .testimonial-card {
        padding: 25px;
        height: 400px;
    }
    
    .testimonial-nav {
        display: none; /* Hide arrows on mobile, use touch */
    }
    
    .testimonial-avatar {
        width: 60px;
        height: 60px;
        margin-right: 15px;
    }
    
    .testimonial-name {
        font-size: 18px;
    }
    
    .testimonial-content p {
        font-size: 15px;
    }
    
    .testimonial-content {
        min-height: 100px;
    }
    
    .quote-icon {
        font-size: 40px;
        top: -10px;
        left: -10px;
    }
    
    .testimonial-pagination {
        margin-top: 30px;
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .testimonial-carousel-wrapper {
        padding: 30px 15px;
        margin: 30px auto;
    }
    
    .testimonial-card {
        padding: 20px;
        height: 360px;
    }
    
    .testimonial-avatar {
        width: 50px;
        height: 50px;
        margin-right: 12px;
    }
    
    .testimonial-name {
        font-size: 16px;
    }
    
    .testimonial-title {
        font-size: 12px;
    }
    
    .testimonial-content p {
        font-size: 14px;
        line-height: 1.6;
    }
    
    .testimonial-content {
        min-height: 80px;
    }
    
    .testimonial-rating .star {
        font-size: 20px;
    }
    
    .rating-text {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    .testimonial-pagination {
        margin-top: 25px;
        gap: 10px;
    }
    
    .owl-dot {
        width: 12px;
        height: 12px;
    }
}

.testimonial-card {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
}

.testimonial-bounce {
    animation: testimonialBounce 0.6s ease-out;
}

@keyframes testimonialBounce {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Navigation button animations */
.testimonial-nav {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-nav-hover {
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.testimonial-nav-clicked {
    transform: scale(0.95) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2) !important;
}

/* Dot pagination animations */
.owl-dot {
    transition: all 0.3s ease !important;
    position: relative;
    overflow: hidden;
}

.owl-dot-clicked::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255,255,255,0.4);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: dotRipple 0.6s ease-out;
}

@keyframes dotRipple {
    to {
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}

/* Carousel hover effects */
.testimonial-carousel-hovered .testimonial-card {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

/* Scroll animation */
.testimonial-carousel {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-in-view {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Enhanced owl carousel transitions */
.owl-carousel .owl-stage {
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Fade in/out animations for items */
.owl-carousel .owl-item {
    opacity: 0.7;
    transition: opacity 0.4s ease;
}

.owl-carousel .owl-item.active {
    opacity: 1;
}

/* Testimonial card entrance animation */
.testimonial-slide {
    animation: slideInUp 0.6s ease-out forwards;
    opacity: 0;
    transform: translateY(40px);
}

@keyframes slideInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Staggered animation delays */
.testimonial-slide:nth-child(1) { animation-delay: 0.1s; }
.testimonial-slide:nth-child(2) { animation-delay: 0.2s; }
.testimonial-slide:nth-child(3) { animation-delay: 0.3s; }
.testimonial-slide:nth-child(4) { animation-delay: 0.4s; }
.testimonial-slide:nth-child(5) { animation-delay: 0.5s; }

/* Mobile optimizations */
@media (max-width: 768px) {
    .testimonial-carousel-hovered .testimonial-card {
        transform: none;
        box-shadow: none;
    }
}



.follow-section {
    background: white;
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    text-align: center;
    animation: fadeUp 1s ease-out forwards;
    opacity: 0;
    transform: translateY(30px);
}

.follow-section h2 {
    font-size: 1.5rem;
    background: linear-gradient(90deg, #f97316, #ec4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    margin-bottom: 20px;
}

.follow-section a {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none;
    padding: 10px 25px;
    background-color: #f97316;
    color: #fff;
    border-radius: 30px;
    font-weight: 500;
    transition: background 0.3s ease;
}

.follow-section a:hover {
    background-color: #ec4899;
}

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

@media (max-width: 480px) {
    .follow-section {
        padding: 30px 20px;
    }

    .follow-section h2 {
        font-size: 1.2rem;
    }
}

.instagram-feed-grid {
    display: grid;
    gap: 20px;
    margin: 20px 0;
}

.instagram-feed-grid[data-columns="1"] {
    grid-template-columns: 1fr;
}

.instagram-feed-grid[data-columns="2"] {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.instagram-feed-grid[data-columns="3"] {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.instagram-feed-grid[data-columns="4"] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.instagram-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.instagram-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.instagram-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

.instagram-image-container {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
}

.instagram-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.instagram-item:hover .instagram-image {
    transform: scale(1.1);
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg,
            rgba(131, 58, 180, 0.8) 0%,
            rgba(253, 29, 29, 0.8) 50%,
            rgba(252, 176, 64, 0.8) 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    color: white;
    text-align: center;
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

.instagram-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.instagram-icon {
    width: 40px;
    height: 40px;
    opacity: 0.9;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .instagram-feed-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 15px;
    }

    .instagram-overlay {
        padding: 15px;
    }

    .instagram-title {
        font-size: 16px;
    }

    .instagram-icon {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 480px) {
    .instagram-feed-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .instagram-overlay {
        padding: 10px;
    }

    .instagram-title {
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.custom-btn {
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

/* 9 */
.btn-9 {
  border: none;
  transition: all 0.3s ease;
  overflow: hidden;
}
.btn-9:after {
  position: absolute;
  content: " ";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   background-color: #1fd1f9;
background-image: linear-gradient(315deg, #1fd1f9 0%, #b621fe 74%);
  transition: all 0.3s ease;
}
.btn-9:hover {
  background: transparent;
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
  color: #fff;
}
.btn-9:hover:after {
  -webkit-transform: scale(2) rotate(180deg);
  transform: scale(2) rotate(180deg);
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
}

/* Base card */
.woocommerce ul.products li.product.koki-card {
  position: relative;
  list-style: none;
  /* overflow: hidden; */
  text-align: center;
  padding: 2.8rem 1.2rem 1.2rem;
  border: none;
  background: transparent;
}

/* Pastel "blob" background */
.koki-card__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  /* border-radius: 42% 58% 60% 40% / 55% 45% 55% 45%; */
  /* default color (will be overridden by nth-child below) */
  background: #f6b2c7;
}

/* Title at the top like the mock */
.koki-card__title {
  position: absolute;
  top: 1rem;
  left: 0; right: 0;
  z-index: 2;
  font-weight: 800;
  font-size: 1.4rem;
  text-transform: none; /* or uppercase if you prefer */
  line-height: 1.2;
  margin: 0;
}

/* Product image framed */
.koki-card__thumb {
  position: relative;
  z-index: 1;
  margin: 3.8rem auto 0;
  width: 80%;
  max-width: 320px;
}
.koki-card__thumb img {
  display: block;
  width: 100%;
  height: auto;
  border: 4px solid #111;
  box-shadow: none;
}

/* Buy area */
.koki-card__buy {
  position: relative;
  z-index: 3;
  margin-top: 0.6rem;
}

.koki-card__btn {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  font-weight: 800;
  font-size: 1.05rem;
  padding: 0;
  text-decoration: none;
  width: 100%;
  color: black !important;
  font-family: 'Fredoka';
  position: relative;
}


/* Yellow circular cart badge bottom-right */
.koki-card__badge {
  position: absolute;
  right: -2rem;
  bottom: 0;
  width: 64px;
  height: 64px;
  background: #ffde3b;
  border: 4px solid #111;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 26px;
  color: #000;
  transition: all 0.3s ease;
}

.koki-card__btn:hover .koki-card__badge {
    background: #ffb300;
    border: 4px solid #5fcead;
}

/* Clean out Woo default bits you don't want */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .onsale { display: none !important; }

/* Make each item full-width when no sidebar */
#left-area { width: 100% !important; }
#sidebar { display: none; }

/* Responsive tweaks */
@media (max-width: 767px) {
  .koki-card__thumb { width: 86%; }
  .koki-card__badge { width: 56px; height: 56px; font-size: 22px; }
}
