 .bg_primary {
    background-color: #331b0e !important;
}


  .logo-header img {
        width: 200px;
    }
            .wrap-slider .box-content {
                position: relative;
                left: unset;
                right: unset;
                top: unset;
                transform: unset;
            }

            .wrap-slider {
                /* background-image: url('https://zenzula.netlify.app/images/hero_hands.png'); */
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                padding-top: 200px;
                padding-bottom: 100px;
            }

            .hero-section {
                height: 100vh;
                width: 100%;
                position: relative;
                display: flex;
                align-items: center;
                padding: 0 10%;
                overflow: hidden;
                background-color: var(--bg-dark);
            }

            .hero-bg {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 1;
                opacity: 0.45;
                overflow: hidden;
            }

            .hero-bg img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                /*transform: scale(1.05);*/
            }

            .wrap-slider {
                /* background-image: url(https://zenzula.netlify.app/images/hero_hands.png); */
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                padding-top: 200px;
                padding-bottom: 100px;
                background: #000;
            }

            .wrap-slider .box-content {
                position: relative;
                left: unset;
                right: unset;
                top: unset;
                transform: unset;
                z-index: 2;
            }

            .hero-subtitle {
                font-size: 0.9rem;
                text-transform: uppercase;
                letter-spacing: 0.3em;
                margin-bottom: 1.5rem;
                color: var(--color-clay);
                font-weight: 500;
                display: block;
            }

            .wrap-slider .box-content .heading,
            .wrap-slider .box-content h1 {
                margin-bottom: 18px;
                font-weight: 600;
                line-height: 1.05;
                /* font-family: 'Cormorant Garamond', Georgia, serif; */
                /*text-transform: capitalize;*/
                font-size:64px;
            }

            .wrap-slider .box-content p {
                margin-bottom: 48px;
                font-size: 18px;
                line-height: 24px;
                font-family: 'Plus Jakarta Sans', sans-serif;
            }

            .text-white {

                color: #f7eddd !important;
            }

            .wrap-slider .box-content p {
                margin-bottom: 48px;
                font-size: 16px;
                line-height: 32px;
                font-family: 'Plus Jakarta Sans', sans-serif;
                max-width: 700px;
            }

            #header .box-nav-ul .item-link {
                font-size: 14px;
                font-weight: 300;
                display: flex;
                align-items: center;
                gap: 7px;
                -webkit-transition: all 0.3s ease-in-out;
                -moz-transition: all 0.3s ease-in-out;
                -ms-transition: all 0.3s ease-in-out;
                -o-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
                position: relative;
                font-family: 'Plus Jakarta Sans', sans-serif;
                text-transform: uppercase;
                font-size: 0.85rem;
                text-transform: uppercase;
                letter-spacing: 0.15em;
                font-weight: 400;
            }

            .akuBtnOne {
    background-color: #331b0e;
    color: #f7eddd;
    border: 1px solid #331b0e;
}

            .akuBtnTwo {
                background-color: #f7eddd1a;
                color: #f7eddd;
                border-color: #f7eddd4d;
            }

            .akuBtn {
                border-radius: 10px;
            }

            .akuBtn {
                border-radius: 0;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 2px;
            }

            .pt-100 {
                padding-top: 100px;
            }

            .pb-100 {
                padding-bottom: 100px;
            }

            .bg-sand {
                background-color: #f3e8d5;
            }

            .mt-10 {
                margin-top: 10px;
            }

            .mt-20 {
                margin-top: 20px;
            }

            .mt-30 {
                margin-top: 30px;
            }

            .mt-40 {
                margin-top: 40px;
            }

            .mt-50 {
                margin-top: 50px;
            }

            .mt-60 {
                margin-top: 60px;
            }

            .mt-70 {
                margin-top: 70px;
            }

            .mt-80 {
                margin-top: 80px;
            }

            .mt-90 {
                margin-top: 90px;
            }

            .mt-100 {
                margin-top: 100px;
            }

            .mt-110 {
                margin-top: 110px;
            }

            .mt-120 {
                margin-top: 120px;
            }

            /* Margin Bottom */
            .mb-10 {
                margin-bottom: 10px;
            }

            .mb-20 {
                margin-bottom: 20px;
            }

            .mb-30 {
                margin-bottom: 30px;
            }

            .mb-40 {
                margin-bottom: 40px;
            }

            .mb-50 {
                margin-bottom: 50px;
            }

            .mb-60 {
                margin-bottom: 60px;
            }

            .mb-70 {
                margin-bottom: 70px;
            }

            .mb-80 {
                margin-bottom: 80px;
            }

            .mb-90 {
                margin-bottom: 90px;
            }

            .mb-100 {
                margin-bottom: 100px;
            }

            .mb-110 {
                margin-bottom: 110px;
            }

            .mb-120 {
                margin-bottom: 120px;
            }


            /* Padding Top */
            .pt-10 {
                padding-top: 10px;
            }

            .pt-20 {
                padding-top: 20px;
            }

            .pt-30 {
                padding-top: 30px;
            }

            .pt-40 {
                padding-top: 40px;
            }

            .pt-50 {
                padding-top: 50px;
            }

            .pt-60 {
                padding-top: 60px;
            }

            .pt-70 {
                padding-top: 70px;
            }

            .pt-80 {
                padding-top: 80px;
            }

            .pt-90 {
                padding-top: 90px;
            }

            .pt-100 {
                padding-top: 100px;
            }

            .pt-110 {
                padding-top: 110px;
            }

            .pt-120 {
                padding-top: 120px;
            }

            /* Padding Bottom */
            .pb-10 {
                padding-bottom: 10px;
            }

            .pb-20 {
                padding-bottom: 20px;
            }

            .pb-30 {
                padding-bottom: 30px;
            }

            .pb-40 {
                padding-bottom: 40px;
            }

            .pb-50 {
                padding-bottom: 50px;
            }

            .pb-60 {
                padding-bottom: 60px;
            }

            .pb-70 {
                padding-bottom: 70px;
            }

            .pb-80 {
                padding-bottom: 80px;
            }

            .pb-90 {
                padding-bottom: 90px;
            }

            .pb-100 {
                padding-bottom: 100px;
            }

            .pb-110 {
                padding-bottom: 110px;
            }

            .pb-120 {
                padding-bottom: 120px;
            }

            /* Padding Top and Bottom */
            .ptb-10 {
                padding-top: 10px;
                padding-bottom: 10px;
            }

            .ptb-20 {
                padding-top: 20px;
                padding-bottom: 20px;
            }

            .ptb-30 {
                padding-top: 30px;
                padding-bottom: 30px;
            }

            .ptb-40 {
                padding-top: 40px;
                padding-bottom: 40px;
            }

            .ptb-50 {
                padding-top: 50px;
                padding-bottom: 50px;
            }

            .ptb-60 {
                padding-top: 60px;
                padding-bottom: 60px;
            }

            .ptb-70 {
                padding-top: 70px;
                padding-bottom: 70px;
            }

            .ptb-80 {
                padding-top: 80px;
                padding-bottom: 80px;
            }

            .ptb-90 {
                padding-top: 90px;
                padding-bottom: 90px;
            }

            .ptb-100 {
                padding-top: 100px;
                padding-bottom: 100px;
            }

            .ptb-110 {
                padding-top: 110px;
                padding-bottom: 110px;
            }

            .ptb-120 {
                padding-top: 120px;
                padding-bottom: 120px;
            }

            .pt-200 {
                padding-top: 200px;
            }

            .pb-200 {
                padding-bottom: 200px;
            }
            
             .pt-150 {
                padding-top: 150px;
            }

            .pb-150 {
                padding-bottom: 150px;
            }
            
            
                section.about-us-section {
               
                background: #f7eddd;
                background:#fbf9f6;
                position: relative;
                overflow: hidden;
            }




            .section-title .headingcontent.lg {}



            .section-title .heading {
                font-size: 48px;
                line-height: 1.1;
                line-height: 1.15;
                color: #5a4242;
                margin-bottom: 20px;
                /* text-transform: capitalize; */
            }

            .section-title .headingcontent {

                line-height: 1.8;
                color: #5c524f;
                font-weight: 300;

            }

            .section-title .headingcontent.lg {
                font-size: 1.15rem;

            }

            .section-title .headingcontent.sm {
                font-size: 16px;
            }

            .section-title span.subheading {
                font-size: 0.75rem;
                text-transform: uppercase;
                letter-spacing: 0.2em;
                color: #B65A3F;
                font-weight: 500;
                margin-bottom: 10px;
                display: block;
            }
           #aboutsection .section-title span.subheading {
                margin-bottom:30px;
            }
            
            
              .workshop-img-box {


                position: relative;
                overflow: hidden;
                /*box-shadow: 0 20px 40px rgba(30, 25, 23, 0.08);*/

            }

            .workshop-img-box img {

                width: 100%;
                height: auto;
                object-fit: cover;
                display: block;
                transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .workshop-img-box:hover img {
                transform: scale(1.04);
            }

            .pr-30 {
                padding-right: 30px;
            }

            p.headingcontent.lg.text-editorial {
                font-size: 20px;
                font-weight: 300;
            }
             .chooseus {
 


.choose-section {
  position: relative;
}
.center-logo {
  /*background: #fff;*/
  /*border-radius: 50%;*/
  /*width: 250px;*/
  /*height: 250px;*/
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 1;
  width:80%;
}
/*.center-logo img {*/
/*  max-width: 150px;*/
/*}*/

.feature-box {
  padding: 20px 0;
}
.feature-box * {
  /*color: #fff;*/
}
.feature-box.left {
    text-align: right;
}
.feature-box.right {
    text-align: left;
}

    .feature-box h5 {
                            font-size: 26px;
        margin-bottom: 3px;
        font-weight: 600;
        color: #5a4242;
        margin-bottom: 10px;
    }
    .feature-box p {
        font-size: 15px;
        line-height: 28px;
    }

}



  .cta-section-1 {
                position: relative;
                overflow: hidden;

            }

            .cta-section-1 .cta-absolute {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;

            }

            .cta-section-1 .cta-absolute img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .featured-card {
    background-color: #f7eddd;
            }
            
            .audioicon{
                width:64px;
                height:64px;
                margin-left: auto;
                margin-right: auto;
                border-radius: 50%;
                border:1px solid #f3e8d5;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom:30px;
            }
            
              .audioicon svg{
                  color:#fff;
              }
                /* Player Card Container */
        .player-card {
            background-color: #3a2f28;
            border-radius: 16px;
            padding: 3rem;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.4);
            display: flex;
            flex-direction: column;
            align-items: center;
            border: 1px solid rgba(245, 241, 235, 0.05);
            opacity: 0;
            transform: scale(0.95);
            animation: fadeInUp 1s cubic-bezier(0.25, 1, 0.5, 1) 0.2s forwards;
            position: relative;
            overflow: hidden;
        }

        @media (max-width: 768px) {
            .player-card {
                padding: 2rem 1.5rem;
            }
        }

        /* Textured Noise Overlay */
        .player-card::before {
            content: "";
            position: absolute;
            inset: 0;
            opacity: 0.04;
            pointer-events: none;
            background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
            background-repeat: repeat;
        }

        /* Visualizer Row */
        .visualizer-container {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1.5rem;
            margin-bottom: 2rem;
            z-index: 2;
        }

        .time-label {
            font-size: 0.75rem;
            font-weight: 500;
            letter-spacing: 0.1em;
            color: rgba(245, 241, 235, 0.5);
            min-width: 35px;
            user-select: none;
        }

        .waves-wrapper {
            flex: 1;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 3px;
            overflow: hidden;
        }

        .wave-bar {
            width: 3px;
            height: 15%;
            background-color: #d37042;
            border-radius: 9999px;
            opacity: 0.8;
            transition: height 0.15s cubic-bezier(0.25, 1, 0.5, 1), background-color 0.3s;
        }

        .wave-bar.active {
            background-color: #d37042;
        }

        /* Circular Play Button */
        .play-button {
            width: 64px;
            height: 64px;
            border-radius: 50%;
            background-color: #d37042;
            border: none;
            outline: none;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.3);
            transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
            position: relative;
            z-index: 2;
        }

        .play-button:hover {
            background-color: #b55b32;
            transform: scale(1.05);
            box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.4);
        }

        .play-button:active {
            transform: scale(0.98);
        }

        .play-button svg {
            width: 24px;
            height: 24px;
            fill: #fff;
            transition: transform 0.2s;
        }

        /* Track Metadata */
        .track-info {
            margin-top: 1.5rem;
           
            font-style: italic;
            color: rgba(245, 241, 235, 0.7);
            font-size: 1.1rem;
            user-select: none;
            z-index: 2;
        }

        /* Animations */
        @keyframes fadeIn {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes fadeInUp {
            to {
                opacity: 1;
                transform: scale(1);
            }
        }
        
        
        
          .product-section-with-bg{
                position: relative;
                display: block;
                overflow: hidden;
            }
            .product-section-with-bg  .cta-absolute {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;

            }

            .product-section-with-bg  .cta-absolute img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
         .products {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

 .products.product-one {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 30px;
    text-align: center;
}

 .products.product-two {
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    display: flex;
    /* justify-content: space-around; */
    gap: 40px;
}

/* REMOVE fixed width + margin */
.products a {
    display: block;
    color: #fff;
}

/* Keep circle but control size properly */
.products a figure {
    width: 164px;
    height: 164px;
    margin: 0 auto; /* center inside grid */
    border-radius: 100%;
    overflow: hidden;
    border: 2px solid #fff;
    background: #000;
    position: relative;
}

/* Image fit properly */
.products a figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Hover effects (unchanged) */
.products a figure:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    background: #000;
    opacity: 0;
    border-radius: 100%;
}

.products a figure:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    background: url(../img/home-page/search-icons.png) no-repeat center;
    opacity: 0;
    border-radius: 100%;
    z-index: 5;
}

.products a:hover figure:after {
    opacity: 0.7;
}

.products a:hover figure:before {
    opacity: 1;
}

/* Text */
.products a span {
    margin-top: 15px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
@media (max-width: 992px) {
    .products {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .products {
        grid-template-columns: 1fr;
    }
}


   .featured-card {
           background-color: #f3e8d5;
               background-color: #fbf9f6;
    border: 1px solid #e6dfda;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .featured-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 20px 40px rgba(30, 25, 23, 0.05);
        border-color: var(--color-clay);
    }

    .featured-card-img-wrapper {
        position: relative;
        width: 100%;
        padding-top: 100%; /* Square Aspect Ratio */
        overflow: hidden;
        border-bottom: 1px solid #E6DFDA;
    }

    .featured-card-img-wrapper img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .featured-card:hover .featured-card-img-wrapper img {
        transform: scale(1.05);
    }

    .featured-card-content {
        padding: 20px;
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: space-between;
    }

    .featured-card-text {
        margin-bottom: 1rem;
    }

    .featured-card-title-row {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        /*margin-bottom: 0.8rem;*/
    }

    .featured-card-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 44px;
}

    .featured-card-price {
      
        font-size: 1.4rem;
        color: #B65A3F;
    }

    .featured-card-tagline {
      
        font-style: italic;
        font-size: 1.15rem;
        color: #f3e8d5;
        margin-bottom: 1rem;
        display: block;
    }

    .featured-card-actions {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
    }
  .link-poetic {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 500;
    color: #B65A3F;
    position: relative;
    padding-bottom: 2px;
}
.link-poetic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B65A3F;
    transform: scaleX(0.5);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.link-poetic:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.featured-card-content .text-editorial {
    font-size: 15px;
    line-height: 1.8;
}

.akuBtn.akuBtnThree{
    background: transparent;
    color: #331b0e;
    border: none;
    border-bottom: 1px solid #b9542c;
    padding: 0;
    font-size: 12px;
    line-height: 32px;
}
.pl-15{
    padding-left: 20px;
}
.pr-15{
    padding-right: 20px;
}
.bg-first {
    background: #fbf9f6;
}






  /* Premium Testimonials Section Styling */
            .testimonials-premium-section {
                background-color: #fcfbfa; /* Warm ivory/off-white background */
                padding-top: 120px;
                padding-bottom: 120px;
                position: relative;
                overflow: hidden;
            }

            /* Subtle organic warm shapes in the background for high-end depth */
            .testimonials-premium-section::before {
                content: '';
                position: absolute;
                top: -200px;
                left: -200px;
                width: 600px;
                height: 600px;
                border-radius: 50%;
                background: radial-gradient(circle, rgba(243, 232, 213, 0.25) 0%, rgba(253, 251, 247, 0) 70%);
                pointer-events: none;
                z-index: 1;
            }

            .testimonials-premium-section::after {
                content: '';
                position: absolute;
                bottom: -200px;
                right: -200px;
                width: 600px;
                height: 600px;
                border-radius: 50%;
                background: radial-gradient(circle, rgba(182, 90, 63, 0.05) 0%, rgba(253, 251, 247, 0) 70%);
                pointer-events: none;
                z-index: 1;
            }

            .testimonials-premium-section .container {
                position: relative;
                z-index: 2;
            }

            /* Carousel Outer Wrapper */
            .premium-carousel-wrapper {
                max-width: 1240px;
                margin: 0 auto;
                padding: 20px 0;
            }

            /* Premium Card Design */
            .premium-testimonial-card {
                background: #ffffff;
                border: 1px solid rgba(90, 66, 66, 0.05);
                border-radius: 20px;
                padding: 55px 45px 45px 45px;
                position: relative;
                box-shadow: 0 15px 45px rgba(90, 66, 66, 0.02);
                transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
                height: 100%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                overflow: hidden;
            }

            /* Layered Card Depth Effect */
            .premium-testimonial-card::after {
                content: '';
                position: absolute;
                inset: 0;
                border-radius: 20px;
                border: 1px solid rgba(182, 90, 63, 0.1);
                opacity: 0;
                pointer-events: none;
                transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .premium-testimonial-card:hover {
                transform: translateY(-8px);
                box-shadow: 0 30px 60px rgba(90, 66, 66, 0.06);
                border-color: rgba(182, 90, 63, 0.15);
            }

            .premium-testimonial-card:hover::after {
                opacity: 1;
            }

            /* Floating animation on cards (soft & slow) */
            @keyframes softFloat {
                0% { transform: translateY(0); }
                50% { transform: translateY(-4px); }
                100% { transform: translateY(0); }
            }

            .owl-item.center .premium-testimonial-card {
                animation: softFloat 6s ease-in-out infinite;
            }

            /* Oversized Quotation Mark */
            .premium-testimonial-card .quote-mark {
                position: absolute;
                top: -10px;
                left: 20px;
                font-size: 150px;
                font-family: 'Cormorant Garamond', Georgia, serif;
                color: rgba(182, 90, 63, 0.04);
                line-height: 1;
                pointer-events: none;
                user-select: none;
            }

            /* Minimalist Rating stars in warm clay */
            .minimal-rating {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 25px;
            }

            .rating-badge {
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-size: 11px;
                text-transform: uppercase;
                letter-spacing: 0.15em;
                font-weight: 600;
                color: #b65a3f;
                background: rgba(182, 90, 63, 0.06);
                padding: 4px 10px;
                border-radius: 30px;
            }

            .rating-stars {
                display: flex;
                gap: 3px;
            }

            .rating-stars span {
                font-size: 11px;
                color: #b65a3f;
            }

            /* Testimonial Quote Typography */
            .testimonial-quote {
                font-family: 'Cormorant Garamond', Georgia, serif;
                font-size: 20px;
                line-height: 1.65;
                font-style: italic;
                color: #5a4242;
                margin-bottom: 30px;
                font-weight: 400;
                flex-grow: 1;
                position: relative;
                z-index: 2;
            }

            /* Refined Separator */
            .refined-separator {
                width: 40px;
                height: 1px;
                background-color: rgba(182, 90, 63, 0.2);
                margin-bottom: 25px;
                transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .premium-testimonial-card:hover .refined-separator {
                width: 70px;
            }

            /* Profile Footer Area */
            .customer-profile {
                display: flex;
                align-items: center;
                gap: 18px;
            }

            /* Floating Profile Image */
            .profile-image-wrapper {
                position: relative;
                width: 60px;
                height: 60px;
                border-radius: 50%;
                flex-shrink: 0;
                transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .profile-image-wrapper::before {
                content: '';
                position: absolute;
                inset: -3px;
                border-radius: 50%;
                border: 1px solid rgba(182, 90, 63, 0.15);
                transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .premium-testimonial-card:hover .profile-image-wrapper {
                transform: scale(1.08) rotate(3deg);
            }

            .premium-testimonial-card:hover .profile-image-wrapper::before {
                inset: -5px;
                border-color: rgba(182, 90, 63, 0.4);
            }

            .profile-img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 50%;
                border: 2px solid #ffffff;
                box-shadow: 0 8px 20px rgba(90, 66, 66, 0.08);
            }

            /* Profile Typography */
            .profile-info {
                display: flex;
                flex-direction: column;
                gap: 3px;
            }

            .customer-name {
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-size: 14px;
                font-weight: 700;
                text-transform: uppercase;
                letter-spacing: 0.1em;
                color: #331b0e;
                margin: 0;
            }

            .customer-designation {
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-size: 12px;
                color: #8e7f77;
                line-height: 1.3;
            }

            /* Product Detail Line */
            .product-used {
                display: inline-flex;
                align-items: center;
                gap: 6px;
                font-family: 'Plus Jakarta Sans', sans-serif;
                font-size: 11px;
                font-weight: 600;
                text-transform: uppercase;
                letter-spacing: 0.12em;
                color: #b65a3f;
                margin-top: 4px;
            }

            .dot-accent {
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background-color: #b65a3f;
                display: inline-block;
            }

            /* Active Center Slide Emphasis & Side Slides Fading/Scaling */
            .premium-owl-carousel .owl-item {
                opacity: 0.4;
                transform: scale(0.92);
                filter: blur(1.5px);
                transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .premium-owl-carousel .owl-item.center {
                opacity: 1;
                transform: scale(1.04);
                filter: blur(0);
            }

            /* Card inner animations on slide center activation */
            .premium-owl-carousel .owl-item .testimonial-quote,
            .premium-owl-carousel .owl-item .customer-profile,
            .premium-owl-carousel .owl-item .minimal-rating {
                opacity: 0.5;
                transform: translateY(10px);
                transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .premium-owl-carousel .owl-item.active.center .testimonial-quote,
            .premium-owl-carousel .owl-item.active.center .customer-profile,
            .premium-owl-carousel .owl-item.active.center .minimal-rating {
                opacity: 1;
                transform: translateY(0);
            }

            .premium-owl-carousel .owl-item.active.center .testimonial-quote {
                transition-delay: 0.1s;
            }

            .premium-owl-carousel .owl-item.active.center .customer-profile {
                transition-delay: 0.2s;
            }

            /* Custom Navigation & Autoplay Progress Styling */
            .premium-carousel-controls {
                max-width: 1200px;
                margin: 40px auto 0 auto;
                padding: 0 15px;
            }

            .autoplay-progress-container {
                height: 2px;
                background-color: rgba(90, 66, 66, 0.08);
                flex-grow: 1;
                max-width: 250px;
                border-radius: 10px;
                overflow: hidden;
                position: relative;
            }

            .autoplay-progress-bar {
                height: 100%;
                width: 0%;
                background-color: #b65a3f;
                border-radius: 10px;
            }

            /* Custom Elegant Navigation Arrows */
            .premium-owl-nav button {
                width: 48px;
                height: 48px;
                border-radius: 50%;
                border: 1px solid rgba(90, 66, 66, 0.1);
                background-color: #ffffff;
                color: #5a4242;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                box-shadow: 0 5px 15px rgba(90, 66, 66, 0.02);
                transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .premium-owl-nav button:hover {
                background-color: #331b0e;
                color: #fcfbfa;
                border-color: #331b0e;
                transform: translateY(-2px);
                box-shadow: 0 8px 25px rgba(51, 27, 14, 0.15);
            }

            .premium-owl-nav button:active {
                transform: translateY(0);
            }

            .premium-owl-nav button svg {
                transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            }

            .premium-owl-nav .prev-btn:hover svg {
                transform: translateX(-3px);
            }

            .premium-owl-nav .next-btn:hover svg {
                transform: translateX(3px);
            }

            /* Responsive Customizations */
            @media (max-width: 1024px) {
                .premium-owl-carousel .owl-item {
                    opacity: 1;
                    transform: scale(1);
                    filter: blur(0);
                }
                .premium-owl-carousel .owl-item .testimonial-quote,
                .premium-owl-carousel .owl-item .customer-profile,
                .premium-owl-carousel .owl-item .minimal-rating {
                    opacity: 1;
                    transform: translateY(0);
                }
                .premium-testimonial-card {
                    padding: 45px 35px 35px 35px;
                }
                .testimonial-quote {
                    font-size: 18px;
                }
            }

            @media (max-width: 767px) {
                .testimonials-premium-section {
                    padding-top: 80px;
                    padding-bottom: 80px;
                }
                .premium-testimonial-card {
                    padding: 40px 25px 30px 25px;
                }
                .premium-testimonial-card .quote-mark {
                    font-size: 110px;
                    left: 10px;
                }
                .testimonial-quote {
                    font-size: 17px;
                    line-height: 1.6;
                }
                .autoplay-progress-container {
                    display: none; /* Hide progress bar on mobile to keep interface minimal */
                }
                .premium-carousel-controls {
                    justify-content: center !important;
                }
            }
            
            
            .editorial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(30, 25, 23, 0.04);
    border-bottom-color: var(--color-clay);
}

.card-category {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #B65A3F;
    font-weight: 500;
}

.card-title {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 500;
}
.editorial-card:hover {
    transform: translateY(-8px);
    /*box-shadow: 0 15px 30px rgba(30, 25, 23, 0.04);*/
    border-bottom-color: var(--color-clay);
}
.blog-lising .link-poetic::after {
   
    width: 50%;
}
.blog-lising  .link-poetic {
   
    font-size: 13px;
    display: none;
    
}
section.blog-section.pt-100.pb-100 {
    background: #f7eddd;
}
.editorial-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: #f5efeb;
    background:transparent;
    padding: 20px 0;
    border-bottom: 1px solid #E6DFDA;
    border-bottom: none;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
p.text-editorial {
    font-size: 15px;
    line-height: 1.8;
    display: none;
}
.blog-card-img img {
    height: auto;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}



  p.headingcontent.lg.anim-up.foundername {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    color: #5a4242 !important;
    font-weight: 800;
    font-size: 26px;
    margin-top: 1px;
    display: flex;
    align-items: center;
    /* line-height: 28px; */
    justify-content: center;
}
p.headingcontent.foundername .akuspan {
    position: relative;
    width: 50px;
    height: 2px;
    background-color: #5a4242 !important;
    display: inline-block;
    margin-top: 10px;
    margin-left: 5px;
}


    .workshop-img-box img {
   
    border-radius: 5px;
}


.blog-card{
    position: relative;
}
    .mainBlogFirst {
    position: absolute;
    bottom: 30px;
    background: #fbf9f6e8;
    width: 70%;
    left: 40px;
    border-radius: 5px;
    padding: 20px;
}
.arrowBtn {
    color: #2d241e;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

.arrowBtn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
    margin-top: 3px;
}

/* Hover effect */
.arrowBtn:hover i {
    transform: translateX(6px);
}
.blog-card  .editorial-card:hover{
   box-shadow: none; 
}

.blog-card  .card-title{
        font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
}

.blog-card.smallBlog  .card-title a{
     display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.blog-card    .mainBlogFirst  .card-title {
      font-size: 36px;
}


 .featured-card, .blog-card {
    
    border-radius: 7px;
    overflow: hidden;
}

