/* Seedszen Header and Footer Design */
/* Primary Color Variable */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap');

:root {
    --seedszen-primary: #3B4834;
    --seedszen-dark-gray: #333333;
}

/* Global Typography */
body {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    color: var(--seedszen-dark-gray);
}

p {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    color: var(--seedszen-dark-gray);
}

h1 {
    font-size: 50px !important;
}

h2 {
    font-size: 30px !important;
}

/* Shared heading helpers */
.heading-large,
.heading-primary,
.hero-main-heading {
    font-family: 'Playfair Display', serif !important;
    font-weight: 600 !important;
    font-size: 45px !important;
}

.hero-main-text {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
}

/* Header Styles */
.seedszen-header {
    background-color: var(--seedszen-primary) !important;
    opacity: 1;
    border-bottom-right-radius: 88px;
    border-bottom-left-radius: 88px;
    padding: 0;
    max-width: 100%;
}

.seedszen-header.orange-bg {
    background-color: var(--seedszen-primary) !important;
}

/*.seedszen-header .navbar {
    padding: 0.75rem 2rem;
}*/

.seedszen-header .navbar .d-flex {
    align-items: center;
}

.seedszen-header .navbar-brand img {
    filter: brightness(0) invert(1);
    height: auto;
    max-height: 45px;
}

.seedszen-header .navbar-brand {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}

.seedszen-header .navbar-brand:hover {
    color: #ffffff !important;
}

.seedszen-header .navbar-brand .logo-text {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.5rem;
    color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.seedszen-header .navbar-brand .leaf-icon {
    position: absolute;
    top: -8px;
    left: 20px;
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
    display: inline-block;
    z-index: 2;
}

.seedszen-header .navbar-nav.main-menu .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    text-transform: uppercase;
    text-decoration: none !important;
    border-bottom: none !important;
}

.seedszen-header .navbar-nav.main-menu .nav-link:hover {
    background-color: #ffffff !important;
    color: var(--seedszen-dark-gray) !important;
    width: 115px;
    height: 36px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
    border-bottom: none !important;
    text-decoration: none !important;
}

/* Override underline line coming from themes.min.css */
.main-header .main-menu .nav-link::before,
.main-header .main-menu .dropdown-header::before {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
    content: none !important;
}

.seedszen-header .navbar-nav.main-menu .nav-item {
    margin: 0;
}

.seedszen-header .navbar-nav.main-menu .nav-item.active .nav-link,
.seedszen-header .navbar-nav.main-menu .nav-link.active {
    background-color: #ffffff !important;
    color: var(--seedszen-dark-gray) !important;
    width: 115px;
    height: 36px;
    border-top-left-radius: 22px;
    border-bottom-right-radius: 22px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 auto;
}

.seedszen-header .navbar-nav .dropdown-menu {
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 0.5rem;
    padding: 0.5rem 0;
}

.seedszen-header .navbar-nav .dropdown-item {
    padding: 0;
}

.seedszen-header .navbar-nav .dropdown-item a {
    color: var(--seedszen-primary);
    padding: 0.5rem 1rem;
    display: block;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.seedszen-header .navbar-nav .dropdown-item a:hover {
    background-color: rgba(59, 72, 52, 0.1);
    color: var(--seedszen-primary);
}

/* Header Icons Styling */
.seedszen-header .navbar-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.seedszen-header .navbar-right .nav-link {
    color: var(--seedszen-dark-gray) !important;
    padding: 0 !important;
    position: relative;
    background-color: #ffffff !important;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--seedszen-dark-gray);
    margin-left: 0;
    flex-shrink: 0;
    text-decoration: none;
}

.seedszen-header .navbar-right .nav-link svg,
.seedszen-header .navbar-right .nav-link .icon,
.seedszen-header .navbar-right svg {
    color: var(--seedszen-dark-gray) !important;
    fill: var(--seedszen-dark-gray) !important;
    width: 20px;
    height: 20px;
    stroke: var(--seedszen-dark-gray);
}

.seedszen-header .navbar-right .nav-link:hover {
    background-color: #f0f0f0;
    border-color: var(--seedszen-dark-gray);
}

.seedszen-header .navbar-right .number {
    background-color: var(--seedszen-dark-gray);
    color: #ffffff;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
    top: -5px;
    right: -5px;
    padding: 0 4px;
    position: absolute;
}

.seedszen-header .navbar-right .badge {
    background-color: var(--seedszen-dark-gray) !important;
    color: #ffffff !important;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 600;
    top: -5px;
    right: -5px;
    padding: 0 4px;
    position: absolute;
}

/* Search bar in header */
.seedszen-header .search_bar {
    margin-right: 1rem;
}

.seedszen-header .search_box {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    border-radius: 20px;
}

.seedszen-header .search_box::placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.seedszen-header .search_bar button {
    color: #ffffff;
}

/* Footer Styles */
.seedszen-footer {
    background-color: var(--seedszen-primary);
    color: #ffffff;
    padding: 3rem 0 1.5rem;
    margin-top: 4rem;
}

.seedszen-footer a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.seedszen-footer a:hover {
    color: #f0f0f0;
    text-decoration: none;
}

.seedszen-footer .footer-logo {
    margin-bottom: 1rem;
}

.seedszen-footer .footer-logo img {
    filter: brightness(0) invert(1);
    max-height: 70px;
}

.seedszen-footer .footer-logo {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff !important;
    text-decoration: none;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.seedszen-footer .footer-logo:hover {
    color: #ffffff !important;
}

.seedszen-footer .footer-logo-text {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    position: relative;
    letter-spacing: 0.5px;
}

.seedszen-footer .footer-logo-img {
    filter: brightness(0) invert(1);
    max-height: 50px;
    height: auto;
}

.seedszen-footer .footer-leaf-icon {
    position: absolute;
    top: -10px;
    left: 32px;
    display: inline-block;
    line-height: 1;
}

.seedszen-footer .footer-leaf-img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.seedszen-footer .footer-description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.seedszen-footer .footer-section-title {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.seedszen-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seedszen-footer .footer-links li {
    margin-bottom: 0.5rem;
    list-style: none;
    display: block;
}

.seedszen-footer .footer-links li a {
    color: #ffffff;
    font-size: 0.9rem;
    display: inline-block;
    padding: 0.25rem 0;
    position: relative;
    padding-left: 1.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
}

.seedszen-footer .footer-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-image: url('/public/seedszen/Icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    display: block;
    opacity: 1;
}

.seedszen-footer .footer-links li a:hover {
    padding-left: 1.25rem;
    color: #f0f0f0;
}

.seedszen-footer .social-icons {
    display: flex;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.seedszen-footer .social-icons a {
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.seedszen-footer .social-icons a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
}

.seedszen-footer .social-icons i {
    color: #ffffff;
    font-size: 1.1rem;
}

.seedszen-footer .copyright {
    text-align: center;
    padding-top: 1rem;
    color: #ffffff;
    font-size: 0.85rem;
    width: 100%;
}

.seedszen-footer .copyright p {
    margin-bottom: 0;
    color: #ffffff;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .seedszen-header {
        border-radius: 0;
        margin: 0;
    }
    
    .seedszen-footer {
        padding: 2rem 0 1rem;
    }
    
    .seedszen-footer .footer-section-title {
        margin-top: 2rem;
    }
    
    .seedszen-footer .footer-section-title:first-child {
        margin-top: 0;
    }
}

@media (max-width: 767px) {
    .seedszen-header .navbar-nav {
        flex-direction: column;
    }
    
    .seedszen-header .navbar-nav .nav-link {
        padding: 0.75rem 1rem !important;
    }
    
    .seedszen-footer {
        text-align: center;
    }
    
    .seedszen-footer .social-icons {
        justify-content: center;
    }
    
    /* Mobile hamburger menu styling */
    .seedszen-header .navbar-toggler {
        background: none !important;
        border: none !important;
        padding: 0 !important;
        outline: none !important;
    }
    
    .seedszen-header .navbar-toggler:focus,
    .seedszen-header .navbar-toggler:active {
        outline: none !important;
        box-shadow: none !important;
    }
    
    .seedszen-header .navbar-toggler-icon {
        display: none !important;
    }
    
    .seedszen-header .toggle-icon {
        display: none !important;
    }
}

/* Product Card New Design */
.product-card-new {
    background-color: white;
    width: 100%;
    height: 378px;
    opacity: 1;
    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
}

.product-card-new .wishlist-icon {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 10;
}

.product-card-new .wishlist-icon svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
}

.product-card-new .wishlist-icon a {
    width: 45px;
    height: 45px;
    background-color: var(--seedszen-primary);
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.product-card-new .wishlist-icon svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.product-card-new .wishlist-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.product-card-new .product-image-container {
    position: absolute;
    height: 293px;
    border-top-left-radius: 66px;
    overflow: hidden;
}

.product-card-new .product-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-card-new .product-info {
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 60px;
    top: 300px;
}

.product-card-new .product-name {
    color: #333333;
    text-align: left;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-card-new .product-name a {
    color: #333333;
    text-decoration: none;
}

.product-card-new .product-price {
    text-align: left;
    padding-top: 4px;
}

.product-card-new .product-price .mrp-label {
    font-size: 12px;
    color: #666666;
}

.product-card-new .product-price .price-value {
    font-size: 16px;
    font-weight: bold;
    color: #CD1100;
}

.product-card-new .cart-icon {
    position: absolute;
    bottom: 15px;
    right: 25px;
    z-index: 10;
}

.product-card-new .cart-icon a {
    width: 40px;
    height: 40px;
    background-color: #3B4834;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-new .cart-icon svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: white;
}

.product-card-new .cart-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3B4834;
    font-size: 12px;
    font-weight: bold;
}

.our-products-cards-wrap {
    position: relative;
}
.our-products-curved-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: -100px;
    height: 220px;
    background-color: #faf9f5;
    border-radius: 50% 50% 0 0 / 120px 120px 0 0;
    border: 1px solid #e8e6e0;
    border-bottom: none;
    z-index: 0;
    pointer-events: none;
}
.our-products-row {
    position: relative;
    z-index: 1;
}

/* OUR PRODUCTS Section - same design as Clients testimonial (index 0 left radius, 1 none, 2 right radius) */
.our-products-card {
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 2px 12px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid transparent;
}

.our-products-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

/* Index 0 - left & top-left curved border, 1px solid black, background visible */
.our-products-row .products-index-0 .our-products-card {
    border-top-left-radius: 120px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000000;
    background-color: #faf9f5;
}
.our-products-row .products-index-0 .our-products-image,
.our-products-row .products-index-0 .our-products-image img {
    border-top-left-radius: 120px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.our-products-row .products-index-0 .our-products-image img {
    border: 1px solid #000000;
}

/* Index 1 - no large radius, simple rectangle */
.our-products-row .products-index-1 .our-products-card {
    border-radius: 0;
    border-color: #e8e6e0;
}
.our-products-row .products-index-1 .our-products-image,
.our-products-row .products-index-1 .our-products-image img {
    border-radius: 0;
}
.our-products-row .products-index-1 .our-products-image img {
    border: 1px solid #e8e6e0;
}

/* Index 2 - right & top-right curved border, 1px solid black, background visible */
.our-products-row .products-index-2 .our-products-card {
    border-top-left-radius: 0;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #000000;
    background-color: #faf9f5;
}
.our-products-row .products-index-2 .our-products-image,
.our-products-row .products-index-2 .our-products-image img {
    border-top-left-radius: 0;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.our-products-row .products-index-2 .our-products-image img {
    border: 1px solid #000000;
}

.our-products-image {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
}

.our-products-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    transition: transform 0.3s ease;
    border-radius: 0;
}

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

.quick-view-icon {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: background-color 0.3s ease;
}

.quick-view-icon:hover {
    background-color: #ffffff;
}

.quick-view-icon svg {
    width: 20px;
    height: 20px;
    fill: #333333;
}

.our-products-info {
    padding: 20px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
}

.our-products-name {
    font-size: 18px;
    font-weight: 600;
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
}

.our-products-name a {
    color: #3B4834;
    text-decoration: none;
    transition: color 0.3s ease;
}

.our-products-name a:hover {
    color: #2d3a28;
}

.our-products-details {
    font-size: 18px;
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    font-weight: 600;
}

.our-products-price {
    margin-bottom: 0;
}

.our-products-price .mrp-label {
    font-size: 14px;
    color: #3B4834;
    margin-right: 4px;
    font-family: Georgia, 'Times New Roman', serif;
}

.our-products-price .price-value {
    font-size: 16px;
    font-weight: bold;
    color: #CD1100;
    font-family: Georgia, 'Times New Roman', serif;
}

.our-products-btn {
    display: inline-block;
    width: 100px;
    height: 38px;
    padding: 0;
    background-color: #3B4834;
    color: #ffffff;
    text-decoration: none;
    border-radius: 44px;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    line-height: 38px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
    opacity: 1;
    border: none;
}

.our-products-btn:hover {
    background-color: #2d3a28;
    color: #ffffff;
    text-decoration: none;
    transform: translateY(-2px);
}

/* Our Products Carousel */
.our-products-carousel {
    position: relative;
    padding: 0 50px;
}

.our-products-carousel .slick-slide {
    padding: 0 15px;
}

.our-products-slide {
    outline: none;
}

.our-products-carousel .our-products-card {
    height: auto;
    display: flex;
    flex-direction: column;
}

.our-products-carousel .our-products-info {
    padding: 5px;
}

.our-products-carousel .our-products-name {
    font-size: 16px;
    font-weight: 600;
    color: #3B4834;
}

.our-products-carousel .our-products-name a {
    color: #3B4834;
    text-decoration: none;
}

.our-products-carousel .our-products-price {
    margin-bottom: 0;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.our-products-carousel .our-products-price .mrp-label {
    font-size: 15px;
    color: #3B4834;
    margin-right: 4px;
    font-family: Georgia, 'Times New Roman', serif;
}

.our-products-carousel .our-products-price .price-value {
    font-size: 16px;
    font-weight: bold;
    color: #CD1100;
    font-family: Georgia, 'Times New Roman', serif;
}

/* Carousel Navigation */
.our-products-carousel .slick-prev,
.our-products-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    background: #3B4834;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.our-products-carousel .slick-prev {
    left: 0;
}

.our-products-carousel .slick-next {
    right: 0;
}

.our-products-carousel .slick-prev:hover,
.our-products-carousel .slick-next:hover {
    background: #2d3a28;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.our-products-carousel .slick-prev:before,
.our-products-carousel .slick-next:before {
    display: none;
}

.our-products-carousel .slick-prev i,
.our-products-carousel .slick-next i {
    color: #ffffff;
    font-size: 18px;
}

@media (max-width: 991px) {
    .our-products-carousel {
        padding: 0 40px;
    }
    
    .our-products-image {
        height: 300px;
    }
    
    .our-products-carousel .our-products-card {
        min-height: 480px;
    }
    
    .our-products-carousel .our-products-name {
        font-size: 16px;
    }
    
    .our-products-carousel .our-products-price .price-value {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .our-products-carousel {
        padding: 0 35px;
    }
    
    .our-products-carousel .slick-prev,
    .our-products-carousel .slick-next {
        width: 40px;
        height: 40px;
    }
    
    .our-products-image {
        height: 280px;
    }
    
    .our-products-carousel .our-products-card {
        min-height: 450px;
    }
    
    .our-products-carousel .our-products-name {
        font-size: 15px;
    }
    
    .our-products-carousel .our-products-price .mrp-label {
        font-size: 14px;
    }
    
    .our-products-carousel .our-products-price .price-value {
        font-size: 18px;
    }
    
    .our-products-carousel .our-products-btn {
        width: 100px;
        height: 40px;
        font-size: 12px;
        line-height: 40px;
    }
}

.background-color-primary{
    background-color: var(--seedszen-primary) !important;
}

/* Our Story Journey - video */
.story-journey-video-wrapper {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}
.story-journey-video-wrapper .story-journey-video {
    display: block;
    object-fit: cover;
    max-height: 380px;
    pointer-events: none;
}
.story-journey-video-wrapper .testimonial-reel-play-pause {
    pointer-events: auto;
    z-index: 20;
}
.story-journey-video {
    display: block;
    object-fit: cover;
    max-height: 380px;
}

/* We are Everywhere Section */
.we-are-everywhere-section {
    background-color: #f5f5f0;
    padding: 60px 0 80px;
    position: relative;
}

.we-are-everywhere-top-bar {
    background-color: #3B4834;
    padding: 15px 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.we-are-everywhere-container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 60px 20px 0;
}

.we-are-everywhere-header {
    margin-bottom: 50px;
}

.we-are-everywhere-title-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.we-are-everywhere-diamond {
    width: 8px;
    height: 8px;
    background-color: #3B4834;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 8px;
}

.we-are-everywhere-line {
    width: 60px;
    height: 2px;
    background-color: #3B4834;
    margin-right: 15px;
}

.we-are-everywhere-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 40px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.we-are-everywhere-subtitle {
    font-size: 20px;
    color: #666666;
    margin-top: 0;
    margin-left: 95px;
    font-weight: 500;
    padding-top: 5px;
}

.we-are-everywhere-section {
    background: #fbf9f2;
}

.everywhere-panel {
    background: #fff;
    border: 1px solid #2f3f2f;
    border-radius: 40px;
    padding: 40px 30px;
    position: relative;
    height: 100%;
}

.panel-badge {
    position: absolute;
    top: 20px;
    left: 30px;
    background: #2f3f2f;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    font-weight: 600;
}

.logo-box {
    border: 1px solid #2f3f2f;
    border-radius: 16px;
    padding: 15px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-top: 20px;
}

.logo-box.large {
    height: 80px;
}

.logo-box img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Social Media Carousel Section */
.social-carousel-section {
    background-color: #f5f5f0;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.static-post {
    border: 3px solid #3B4834;
    border-radius: 20px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.social-carousel-slider {
    position: relative;
}

.social-carousel-slider .slick-slide {
    padding: 0 10px;
}

.social-carousel-slider .slick-slide .social-post-card {
    border: 3px solid #3B4834;
}

.social-carousel-slider .slick-slide:first-child .social-post-card {
    border-left: 3px solid #3B4834;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.social-carousel-slider .slick-slide:nth-child(2) .social-post-card {
    border-left: 3px solid #3B4834;
    border-right: 3px solid #3B4834;
    border-radius: 0;
}

.social-carousel-slider .slick-slide:nth-child(3) .social-post-card {
    border-right: 3px solid #3B4834;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.social-carousel-slider .slick-slide.slick-active:last-child .social-post-card {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.social-post-card {
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0 5px;
}

.social-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.social-post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
}

.social-post-profile {
    display: flex;
    align-items: center;
    gap: 12px;
}

.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #3B4834;
}

.profile-info {
    display: flex;
    align-items: center;
    gap: 5px;
}

.profile-name {
    font-weight: 600;
    color: #333333;
    font-size: 14px;
}

.verified-badge {
    color: #1DA1F2;
    font-weight: bold;
    font-size: 16px;
}

.social-post-menu {
    font-size: 20px;
    color: #666666;
    cursor: pointer;
    line-height: 1;
}

.social-post-image {
    width: 100%;
    height: 400px;
    overflow: hidden;
    background: #f8f8f8;
}

.social-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

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

/* Slider Navigation */
.social-carousel-slider .slick-prev,
.social-carousel-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    background: #3B4834;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.social-carousel-slider .slick-prev {
    left: -20px;
}

.social-carousel-slider .slick-next {
    right: -20px;
}

.social-carousel-slider .slick-prev:hover,
.social-carousel-slider .slick-next:hover {
    background: #2d3a28;
    transform: translateY(-50%) scale(1.1);
}

.social-carousel-slider .slick-prev:before,
.social-carousel-slider .slick-next:before {
    display: none;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .social-carousel-section {
        padding: 60px 0;
    }
    
    .static-post {
        margin-bottom: 30px;
    }
    
    .social-post-image {
        height: 350px;
    }
    
    .social-carousel-slider .slick-prev {
        left: 10px;
    }
    
    .social-carousel-slider .slick-next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .social-carousel-section {
        padding: 40px 0;
    }
    
    .social-post-image {
        height: 300px;
    }
    
    .social-post-header {
        padding: 12px 15px;
    }
    
    .profile-img {
        width: 35px;
        height: 35px;
    }
    
    .profile-name {
        font-size: 13px;
    }
}


.clients-testimonials-section .container {
    position: relative;
    z-index: 1;
}

.clients-testimonials-header {
    margin-bottom: 50px;
}

.clients-testimonials-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 42px;
    font-weight: 700;
    color: #3B4834;
    text-align: center;
    line-height: 1.3;
}

/* Clients Testimonials Carousel */
.clients-testimonials-carousel {
    position: relative;
    padding: 0 50px;
}

.clients-testimonials-carousel .slick-slide {
    padding: 0 10px;
}

.testimonial-image-wrapper {
    outline: none;
}

.testimonial-image {
    width: 100%;
    overflow: hidden;
}

.testimonial-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

/* Reels-style video (9:16) with center play/pause */
.testimonial-video-reel {
    position: relative;
    aspect-ratio: 9 / 16;
    max-height: 420px;
    background: #000;
}
.testimonial-video-reel .testimonial-reel-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 0;
    border: 1px solid #000000;
}
.testimonial-reel-play-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #3B4834;
    border: 3px solid #ffffff;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s, transform 0.2s;
    z-index: 20;
    pointer-events: auto;
    box-shadow: 0 2px 12px rgba(0,0,0,0.4);
}
.testimonial-reel-play-pause:hover {
    background: #2d3a28;
    transform: translate(-50%, -50%) scale(1.08);
}
.testimonial-reel-play-pause i {
    font-size: 24px;
    margin-left: 4px;
}
.testimonial-reel-play-pause .fa-pause {
    margin-left: 0;
}
/* Ensure button stays on top of video in reels */
.testimonial-video-reel {
    position: relative;
}
.testimonial-video-reel .testimonial-reel-video {
    pointer-events: none;
}
.testimonial-video-reel .testimonial-reel-play-pause {
    pointer-events: auto;
}

/* Border Radius based on visible slide index */
/* Index 0 - Top Left Border Radius */
.clients-testimonials-carousel .slick-slide.testimonial-index-0 .testimonial-image img {
    border-top-left-radius: 120px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

/* Index 1 - No Border Radius */
.clients-testimonials-carousel .slick-slide.testimonial-index-1 .testimonial-image img {
    border-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

/* Index 2 - Top Right Border Radius */
.clients-testimonials-carousel .slick-slide.testimonial-index-2 .testimonial-image img {
    border-top-left-radius: 0;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-width: 1px;
    border-style: solid;
    border-color: #000000;
}

/* Reels video border radius (same as images) */
.clients-testimonials-carousel .slick-slide.testimonial-index-0 .testimonial-video-reel,
.clients-testimonials-carousel .slick-slide.testimonial-index-0 .testimonial-video-reel .testimonial-reel-video {
    border-top-left-radius: 120px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.clients-testimonials-carousel .slick-slide.testimonial-index-1 .testimonial-video-reel,
.clients-testimonials-carousel .slick-slide.testimonial-index-1 .testimonial-video-reel .testimonial-reel-video {
    border-radius: 0;
}
.clients-testimonials-carousel .slick-slide.testimonial-index-2 .testimonial-video-reel,
.clients-testimonials-carousel .slick-slide.testimonial-index-2 .testimonial-video-reel .testimonial-reel-video {
    border-top-left-radius: 0;
    border-top-right-radius: 120px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Carousel Navigation */
.clients-testimonials-carousel .slick-prev,
.clients-testimonials-carousel .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 45px;
    height: 45px;
    background: #3B4834;
    border-radius: 50%;
    border: none;
    color: #ffffff;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.clients-testimonials-carousel .slick-prev {
    left: 0;
}

.clients-testimonials-carousel .slick-next {
    right: 0;
}

.clients-testimonials-carousel .slick-prev:hover,
.clients-testimonials-carousel .slick-next:hover {
    background: #2d3a28;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}

.clients-testimonials-carousel .slick-prev:before,
.clients-testimonials-carousel .slick-next:before {
    display: none;
}

.clients-testimonials-carousel .slick-prev i,
.clients-testimonials-carousel .slick-next i {
    color: #ffffff;
    font-size: 18px;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .clients-testimonials-section {
        padding: 60px 0;
    }
    
    .clients-testimonials-title {
        font-size: 32px;
    }
    
    .clients-testimonials-carousel {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    .clients-testimonials-section {
        padding: 50px 0;
    }
    
    .clients-testimonials-title {
        font-size: 24px;
    }
    
    .clients-testimonials-header .d-flex {
        flex-direction: column;
        gap: 15px;
    }
    
    .clients-testimonials-carousel {
        padding: 0 35px;
    }
    
    .clients-testimonials-carousel .slick-prev,
    .clients-testimonials-carousel .slick-next {
        width: 40px;
        height: 40px;
    }
    
    /* On mobile, apply border-radius to single visible slide */
    .clients-testimonials-carousel .slick-slide.testimonial-index-0 .testimonial-image img {
        border-radius: 120px;
    }
    .clients-testimonials-carousel .slick-slide.testimonial-index-0 .testimonial-video-reel,
    .clients-testimonials-carousel .slick-slide.testimonial-index-0 .testimonial-video-reel .testimonial-reel-video {
        border-radius: 120px;
    }
}

/* Common Styles - Moved from inline CSS */
.bg-light-beige {
    background-color: #f5f5f0;
}

.text-primary-dark {
    color: #3B4834;
}

.text-dark-gray {
    color: #333333;
}

.text-red {
    color: #CD1100;
}

.heading-primary {
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 700;
}

.heading-large {
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.2;
}

.text-body {
    color: #333333;
    line-height: 1.6;
}

.diamond-shape {
    width: 8px;
    height: 8px;
    background-color: #3B4834;
    transform: rotate(45deg);
    display: inline-block;
}

.decorative-line {
    width: 60px;
    height: 2px;
    background-color: #3B4834;
}

.decorative-line-left {
    width: 60px;
    height: 2px;
    background-color: #3B4834;
    margin-left: 8px;
    margin-right: 8px;
}

.decorative-line-right {
    width: 60px;
    height: 2px;
    background-color: #3B4834;
    margin-right: 8px;
}

.shop-now-btn {
    background-color: #3B4834;
    color: #ffffff;
    border: none;
    width: 280px;
    height: 75px;
    opacity: 1;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.img-responsive {
    max-width: 100%;
    height: 480px;
}

/* Home hero banner image */
.hero-main-banner {
    width: 480px !important;
    height: 480px !important;
    max-width: 100%;
    object-fit: cover;
}

.clients-testimonials-section-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.slick-slide {
    text-align: center !important;
}

.h-140px, .size-140px {
    width: auto;
}

.img-box {
    text-align: center;
}

@media (max-width: 767px) {
    .heading-primary {
        font-size: 1.8rem;
    }
    
    .heading-large {
        font-size: 2rem;
    }
    
    .bg-img-cover-center {
        background-size: 100%;
        background-position: top;
    }
}

@media (min-width: 768px) {
    .h-md-210px, .size-md-210px {
        height: 270px;
        width: auto;
    }
}

/* WHY WE STARTED Section */
.why-we-started-section {
    background-color: #3B4834;
    padding: 70px 0 80px 0;
    border-bottom-right-radius: 150px;
    border-bottom-left-radius: 150px;

}

.why-started-image {
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
}

.why-started-image-large {
    height: 370px;
}

.why-started-image-small {
    height: 124px;
}

.why-started-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 13px;
}

.why-started-content {
    padding-left: 30px;
}

.why-started-title {
    color: #ffffff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.why-started-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.8;
}

.why-started-text p {
    color: #ffffff;
    margin-bottom: 1rem;
}

.diamond-shape-white {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    transform: rotate(45deg);
    display: inline-block;
    margin-right: 8px;
}

.decorative-line-white {
    width: 60px;
    height: 2px;
    background-color: #ffffff;
}

@media (max-width: 991px) {
    .why-started-image-large {
        height: 400px;
    }
    
    .why-started-image-small {
        height: 200px;
    }
    
    .why-started-content {
        padding-left: 0;
        padding-top: 30px;
    }
    
    .why-started-title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .why-we-started-section {
        padding: 50px 0;
    }
    
    .why-started-image-large {
        height: 300px;
    }
    
    .why-started-image-small {
        height: 150px;
    }
    
    .why-started-title {
        font-size: 1.75rem;
    }
    
    .why-started-text {
        font-size: 14px;
    }
}

/* Our Journey Section */
.our-journey-section {
    background-color: #F4F2E8;
    padding: 80px 0;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 444px;
    border-top-right-radius: 444px;
    border-top: 1px solid #000000;
    border-left: none;
    border-right: none;
    border-bottom: none;
}

.our-journey-section::before {
    content: '';
    position: absolute;
    top: -50px;
    left: -50px;
    width: 200px;
    height: 200px;
    border: 2px solid rgba(59, 72, 52, 0.1);
    border-radius: 50%;
}

.our-journey-section::after {
    content: '';
    position: absolute;
    top: 100px;
    right: -100px;
    width: 300px;
    height: 300px;
    border: 2px solid rgba(59, 72, 52, 0.1);
    border-radius: 50%;
}

.our-journey-header {
    position: relative;
    z-index: 1;
}

.our-journey-title {
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.our-journey-text {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    max-width: 800px;
}

.seedszen-journey-video-wrapper {
    position: relative;
}

.seedszen-journey-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: transparent;
    box-shadow: none;
}

.seedszen-journey-image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.seedszen-journey-image-wrapper video {
    width: 90%;
    height: 500px;
    display: block;
    border-radius: 20px;
    object-fit: cover;
    margin: 0 auto;
}

.journey-title-overlay-center {
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}

.journey-title-overlay-center .journey-overlay-title {
    margin: 0;
}

.journey-title-overlay {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}

.journey-overlay-title {
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    margin: 0;
}

.journey-play-button-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.journey-play-button {
    width: 80px;
    height: 80px;
    background-color: #3B4834;
    border: none;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.journey-play-button:hover {
    background-color: #2d3a28;
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.journey-play-button svg {
    width: 32px;
    height: 32px;
    margin-left: 4px;
}

@media (max-width: 991px) {
    .our-journey-title {
        font-size: 2rem;
    }
    
    .journey-overlay-title {
        font-size: 1.5rem;
    }
    
    .seedszen-journey-image-wrapper video {
        width: 92%;
        height: 400px;
    }
    
    .journey-play-button {
        width: 70px;
        height: 70px;
    }
    
    .journey-play-button svg {
        width: 28px;
        height: 28px;
    }
}

@media (max-width: 767px) {
    .our-journey-section {
        padding: 50px 0;
        margin-top: 50px;
    }
    
    .our-journey-title {
        font-size: 1.75rem;
    }
    
    .our-journey-text {
        font-size: 14px;
    }
    
    .journey-title-overlay {
        top: 20px;
        left: 20px;
    }
    
    .journey-overlay-title {
        font-size: 1.25rem;
    }
    
    .seedszen-journey-image-wrapper video {
        width: 95%;
        height: 300px;
    }
}

/* How We Works Section */
.how-we-works-section {
    padding: 80px 0;
}

.how-we-works-subtitle {
    color: #3B4834;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 8px;
    opacity: 0.7;
}

.how-we-works-title {
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 1.2;
}

.work-step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
}

.work-step-item:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 30px;
    top: 70px;
    width: 2px;
    height: calc(100% - 40px);
    background-color: #3B4834;
    opacity: 0.2;
}


.step-number-circle {
    width: 89;
    height: 89;
    border-top-right-radius: 22px;
    border-bottom-left-radius: 22px;
    background-color: #3B4834;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: 20px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.step-number {
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 2px;
}

.step-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon svg {
    width: 18px;
    height: 18px;
}

.step-content-box {
    flex: 1;
    background-color: #F4F2E8;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(59, 72, 52, 0.1);
}

.step-title {
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
}

.step-description {
    color: #333333;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.how-we-works-product-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.how-we-works-product-image img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
}

/* Seedszen Promise Section */
.seedszen-promise-section {
    padding: 60px 0;
}

.promise-box {
    background-color: #F4F2E8;
    border: 2px dashed #3B4834;
    border-radius: 20px;
    padding: 30px 30px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}


.promise-icon-wrapper {
    margin-bottom: 20px;
}

.promise-icon {
    width: 60px;
    height: 60px;
    background-color: #3B4834;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.promise-icon svg {
    width: 30px;
    height: 30px;
    fill: #ffffff;
}

.promise-title {
    color: #3B4834;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}

.promise-text {
    color: #333333;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .how-we-works-title {
        font-size: 2rem;
    }
    
    .step-content-box {
        padding: 15px;
    }
    
    .step-title {
        font-size: 18px;
    }
    
    .promise-title {
        font-size: 2rem;
    }
    
    .promise-box {
        padding: 40px 30px;
    }
}

@media (max-width: 767px) {
    .how-we-works-section {
        padding: 50px 0;
    }
    
    .how-we-works-title {
        font-size: 1.75rem;
    }
    
    .work-step-item {
        flex-direction: column;
        margin-bottom: 25px;
    }
    
    .work-step-item:not(:last-child)::after {
        left: 30px;
        top: 60px;
        height: calc(100% - 30px);
    }
    
    .step-number-circle {
        margin-bottom: 15px;
        margin-right: 0;
    }
    
    .step-content-box {
        width: 100%;
        margin-left: 0;
    }
    
    .how-we-works-product-image {
        margin-top: 30px;
    }
    
    .seedszen-promise-section {
        padding: 40px 0;
    }
    
    .promise-box {
        padding: 30px 20px;
    }
    
    .promise-title {
        font-size: 1.75rem;
    }
    
    .promise-text {
        font-size: 14px;
    }
}
.contact-info-card {
    background-color: #ffffff;
    padding: 3rem 2.5rem;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(59, 72, 52, 0.05);
    position: relative;
    overflow: hidden;
}

.contact-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #3B4834 0%, #5a6b52 100%);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.contact-info-card:hover::before {
    transform: scaleX(1);
}

.contact-info-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.contact-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #F4F2E8 0%, #e8e4d8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    transition: all 0.3s ease;
    border: 3px solid rgba(59, 72, 52, 0.1);
}

.contact-info-card:hover .contact-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #3B4834 0%, #5a6b52 100%);
    border-color: #3B4834;
}

.contact-info-card:hover .contact-icon-wrapper svg {
    fill: #ffffff;
}

.contact-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #3B4834;
    margin-bottom: 1rem;
    text-align: center;
}

.contact-card-text {
    color: #696969;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 0.5rem;
    text-align: center;
}

.contact-link {
    color: #3B4834;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #5a6b52;
    text-decoration: underline;
}

.contact-form-wrapper {
    background-color: #ffffff;
    padding: 4rem 3.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    border: 1px solid rgba(59, 72, 52, 0.08);
}

.form-header {
    margin-bottom: 2.5rem;
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    color: #3B4834;
    margin-bottom: 0.5rem;
}

.form-subtitle {
    color: #696969;
    font-size: 16px;
    margin-bottom: 0;
}

.contact-form .form-label {
    font-weight: 600;
    color: #3B4834;
    margin-bottom: 0.75rem;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.label-icon {
    font-size: 18px;
}

.contact-input {
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    font-size: 16px;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.contact-input:focus {
    border-color: #3B4834;
    outline: none;
    box-shadow: 0 0 0 4px rgba(59, 72, 52, 0.1);
    background-color: #ffffff;
}

.contact-input::placeholder {
    color: #b0b0b0;
}

/* Shop Now Button - Updated to match home page design */
.shop-now-btn {
    background-color: #3B4834;
    color: #ffffff;
    border: none;
    width: 200px;
    height: 55px;
    opacity: 1;
    border-top-left-radius: 44px;
    border-bottom-right-radius: 44px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.shop-now-btn:hover {
    background-color: #2d3630;
    color: #ffffff;
    transform: translateY(-2px);
}

.shop-now-btn:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .contact-form-wrapper {
        padding: 2.5rem 1.5rem;
    }

    .contact-info-card {
        padding: 2rem 1.5rem;
    }

    .form-title {
        font-size: 24px;
    }

    .contact-form-wrapper {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 576px) {
    .contact-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .contact-card-title {
        font-size: 20px;
    }
}

/* Product Card New Design */
.product-card-new-combos {
    background-color: white;
    width: 100%;
    height: 460px;
    opacity: 1;
    border-top-left-radius: 66px;
    border-bottom-right-radius: 66px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    position: relative;
    overflow: hidden;
    border: 1px solid black;
}

.product-card-new-combos .wishlist-icon {
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 10;
}

.product-card-new-combos .wishlist-icon svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
}

.product-card-new-combos .wishlist-icon a {
    width: 45px;
    height: 45px;
    background-color: var(--seedszen-primary);
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

.product-card-new-combos .wishlist-icon svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: #ffffff;
}

.product-card-new-combos .wishlist-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}

.product-card-new-combos .product-image-container img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    padding: 10px;
}

.product-card-new-combos .product-info {
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 60px;
    top: 390px;
}

.product-card-new-combos .product-name {
    color: #333333;
    text-align: left;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-card-new-combos .product-name a {
    color: #333333;
    text-decoration: none;
}

.product-card-new-combos .product-price {
    text-align: left;
    padding-top: 4px;
}

.product-card-new-combos .product-price .mrp-label {
    font-size: 12px;
    color: #666666;
}

.product-card-new-combos .product-price .price-value {
    font-size: 16px;
    font-weight: bold;
    color: #CD1100;
}

.product-card-new-combos .cart-icon {
    position: absolute;
    bottom: 15px;
    right: 25px;
    z-index: 10;
}

.product-card-new-combos .cart-icon a {
    width: 40px;
    height: 40px;
    background-color: #3B4834;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-card-new-combos .cart-icon svg {
    position: relative;
    width: 18px;
    height: 18px;
    fill: white;
}

.product-card-new-combos .cart-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #3B4834;
    font-size: 12px;
    font-weight: bold;
}



