/* 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: #003D03;
    --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: 53px !important;
}

h2 {
    font-size: 40px !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: 'Urbanist', sans-serif !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    color: #ffffff !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* Header Styles */
.seedszen-header {
    background-color: #ffffff !important;
    opacity: 1;
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    border-bottom: 1px solid #e5e5e5;
}

.seedszen-header.orange-bg {
    background-color: #ffffff !important;
}

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

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

.seedszen-header .navbar-brand img {
    filter: none;
    height: auto;
    max-height: 60px;
}

@media (max-width: 575px) {
    .seedszen-header .navbar-brand img {
        max-height: 74px;
    }
}

.seedszen-header .navbar-brand {
    font-family: inherit;
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--seedszen-dark-gray) !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 0;
}

.seedszen-header .navbar-brand:hover {
    color: var(--seedszen-dark-gray) !important;
}

.seedszen-header .navbar-brand .logo-text,
.seedszen-header .navbar-brand .leaf-icon {
    display: none;
}

.seedszen-header .navbar-nav.main-menu .nav-link {
    color: var(--seedszen-dark-gray) !important;
    font-weight: 500;
    padding: 0 1rem !important;
    transition: color 0.2s ease;
    font-size: 15px;
    text-transform: none;
    text-decoration: none !important;
    border-bottom: none !important;
}

.seedszen-header .navbar-nav.main-menu .nav-link:hover {
    color: #2e9e43 !important;
    background-color: transparent !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 {
    color: #2e9e43 !important;
    background-color: transparent !important;
}

.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 {
    background: transparent !important;
    border: none;
    width: auto;
    height: auto;
    padding: 0 !important;
}

.seedszen-header .navbar-right .number {
    background-color: var(--seedszen-dark-gray);
    color: #ffffff;
}

/* Home Hero */
.home-hero-section {
    padding: 50px 0 90px;
    background-color: #ffffff;
    background-image: url('../atelaorganic/Header_Banner.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (max-width: 575px) {
    .home-hero-section {
        padding: 34px 0 48px; /* reduce bottom space on mobile */
        background-position: center;
    }
    .hero-heading {
        font-size: 30px;
        line-height: 1.2;
    }
    .hero-main-text {
        font-size: 14px !important;
        line-height: 1.6;
    }
    .hero-badge span {
        font-size: 11px;
        padding: 6px 12px;
    }
    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
        justify-content: center;
    }
}

.hero-badge span {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 6px;
    background-color: #2e9e43;
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-heading {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 1.25;
    color: #ffffff;
}

.hero-heading-highlight {
    color: #e85d04;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35), 0 -1px 2px rgba(0, 0, 0, 0.15);
}

/* First button - Explore Products */
.hero-btn-primary {
    background-color: #FF9808;
    color: #000000;
    border-radius: 12px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.hero-btn-primary:hover {
    background-color: #e68907;
    color: #000000;
}

/* Second button - Become a Dealer */
.hero-btn-secondary {
    background-color: #FFFFFF1A;
    color: #ffffff;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.hero-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.5);
}

.hero-features-section {
    background-color: #f6f5f0;
    padding: 40px 0 50px;
}

.hero-feature-card {
    background-color: #ffffff;
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
    text-align: left;
    height: 100%;
}

.hero-feature-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background-color: #e6f3ea;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2e9e43;
    margin-bottom: 16px;
    font-size: 18px;
}

.hero-feature-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.hero-feature-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.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-image: url('../atelaorganic/Footer.jpeg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    padding: 3rem 0 1.5rem;
}

.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 {
    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-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;
}

/* About Our Company (home page) */
.about-company-section {
    background-color: #ffffff;
    padding: 40px 0;
}

.about-company-image-wrap {
    border-radius: 18px;
    overflow: hidden;
    background: #f5f5f0;
}

/* Factory & Lab: one image at a time + arrow controls */
.factory-lab-carousel {
    position: relative;
    width: 100%;
}

.factory-lab-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 42px;
    height: 42px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #2e9e43;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.factory-lab-arrow:hover:not(:disabled):not(.is-disabled) {
    background: #2e9e43;
    color: #ffffff;
}

.factory-lab-arrow-prev {
    left: 10px;
}

.factory-lab-arrow-next {
    right: 10px;
}

.factory-lab-arrow.is-disabled,
.factory-lab-arrow:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    pointer-events: none;
}

.about-company-image-wrap.factory-lab-scroll {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.about-company-image-wrap.factory-lab-scroll::-webkit-scrollbar {
    display: none;
}

.factory-lab-strip-label {
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 700;
    color: #2e9e43;
    margin-bottom: 0;
}

.factory-lab-scroll-item {
    flex: 0 0 100%;
    min-width: 100%;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    overflow: hidden;
    background: #e8e8e0;
}

.factory-lab-scroll-img {
    width: 100%;
    height: 380px;
    display: block;
    object-fit: cover;
}

@media (max-width: 991.98px) {
    .factory-lab-scroll-img {
        height: 260px;
    }

    .factory-lab-arrow {
        width: 38px;
        height: 38px;
    }

    .factory-lab-arrow-prev {
        left: 6px;
    }

    .factory-lab-arrow-next {
        right: 6px;
    }
}

.about-company-image {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
}

.about-company-kicker {
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2e9e43;
    font-weight: 700;
    margin-bottom: 10px;
}

.about-company-title {
    font-family: 'Urbanist', sans-serif;
    font-size: 34px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
    margin-bottom: 12px;
}

.about-company-title-accent {
    color: #FF9808;
}

.about-company-text {
    color: #6b7280;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.about-company-features .about-feature {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #374151;
    padding: 6px 0;
}

.about-company-features .about-feature i {
    color: #2e9e43;
    font-size: 14px;
}

.about-company-btn {
    background-color: #2e9e43;
    color: #ffffff;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 700;
    border: none;
}

.about-company-btn:hover {
    background-color: #277c38;
    color: #ffffff;
}

/* Our Story Journey section background banner */
.story-journey-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
}

.story-journey-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

.story-journey-section > .container {
    position: relative;
    z-index: 1;
}

/* Story features (replaces Our Story Journey content) */
.story-features-row {
    padding-top: 44px;
    padding-bottom: 44px;
}

.story-feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.55);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin: 0 auto 14px;
    background: rgba(0, 0, 0, 0.15);
}

.story-feature-title {
    color: #ffffff;
    font-weight: 800;
    font-size: 19px;
    margin-bottom: 10px;
    font-family: 'Urbanist', sans-serif;
}

.story-feature-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    line-height: 1.6;
    max-width: 340px;
    margin: 0 auto;
}

.story-feature--compact .story-feature-title {
    margin-bottom: 8px;
}

.story-feature--compact .story-feature-icon {
    margin-bottom: 10px;
}

.story-feature--compact .story-feature-list {
    list-style: none;
    padding-left: 0;
    margin: 0 auto;
    max-width: 820px;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px 16px;
}

.story-feature--compact .story-feature-list li {
    position: relative;
    padding-left: 16px;
}

.story-feature--compact .story-feature-list li::before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(46, 158, 67, 0.95);
    position: absolute;
    left: 0;
    top: 0.55em;
    transform: translateY(-50%);
}


@media (max-width: 575px) {
    .story-features-row {
        padding-top: 34px;
        padding-bottom: 34px;
    }
    .story-feature {
        padding: 24px 16px;
    }
    .story-feature-text {
        font-size: 13px;
    }
}

/* Our Products header (Best sellers style) */
.our-products-header {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.our-products-kicker {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2e9e43;
    font-weight: 800;
    margin-bottom: 6px;
}

.our-products-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 34px;
    color: #111827;
    margin-bottom: 8px;
}

.our-products-subtitle {
    color: #6b7280;
    font-size: 13px;
    line-height: 1.6;
}

/* Achievements section */
.achievements-section {
    background-color: #ffffff;
}

.achievements-kicker {
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #2e9e43;
    font-weight: 800;
    margin-bottom: 8px;
}

.achievements-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 38px;
    color: #111827;
}

.achievement-card {
    overflow: hidden;
    background: #f5f5f0;
}

.achievement-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.achievement-mfp-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

/* Magnific Popup: keep images from looking oversized/double */
img.mfp-img {
    padding: 0 !important; /* default magnific adds 40px vertical padding */
    width: 600px !important;
    height: 600px !important;
    max-width: 98vw;
    max-height: 94vh;
    object-fit: contain;
}

@media (min-width: 992px) {
    .achievement-image {
        height: 378px;
    }
}

/* Home: achievements & factory gallery — 3 slides per view (Slick) */
.achievements-section .home-triple-slick,
.factory-lab-gallery-section .home-triple-slick {
    margin-bottom: 40px;
    padding-left: 44px;
    padding-right: 44px;
}

.home-triple-slick .home-triple-slick-slide {
    padding-left: 10px;
    padding-right: 10px;
}

.factory-lab-gallery-section .factory-lab-gallery-image {
    height: 320px;
}

@media (min-width: 992px) {
    .factory-lab-gallery-section .factory-lab-gallery-image {
        height: 360px;
    }
}

.achievements-section .home-triple-slick .slick-prev,
.achievements-section .home-triple-slick .slick-next,
.factory-lab-gallery-section .home-triple-slick .slick-prev,
.factory-lab-gallery-section .home-triple-slick .slick-next {
    width: 40px;
    height: 40px;
    z-index: 2;
    border-radius: 50%;
    background: #3b4834;
}

.achievements-section .home-triple-slick .slick-prev:before,
.achievements-section .home-triple-slick .slick-next:before,
.factory-lab-gallery-section .home-triple-slick .slick-prev:before,
.factory-lab-gallery-section .home-triple-slick .slick-next:before {
    font-size: 18px;
    opacity: 1;
}

.achievements-section .home-triple-slick .slick-dots,
.factory-lab-gallery-section .home-triple-slick .slick-dots {
    bottom: -36px;
}

.achievements-section .home-triple-slick .slick-dots li button:before,
.factory-lab-gallery-section .home-triple-slick .slick-dots li button:before {
    font-size: 10px;
}

@media (max-width: 575px) {
    .achievements-section .home-triple-slick,
    .factory-lab-gallery-section .home-triple-slick {
        padding-left: 36px;
        padding-right: 36px;
    }
}

/* Statistics / Key Figures Section */
.stats-section {
    background-color: #f5f5f0;
}

.stats-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 28px 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.3s ease;
}

.stats-card:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.stats-number {
    display: block;
    font-size: 36px;
    font-weight: 800;
    color: #2e9e43;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 6px;
}

.stats-label {
    font-size: 12px;
    font-weight: 600;
    color: #4b5563;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

/* Farmer Testimonials Section */
.farmer-testimonials-section {
    background-color: #f5f5f0;
}

.farmer-testimonials-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #111827;
}

.farmer-testimonials-subtitle {
    font-size: 15px;
    color: #6b7280;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}

.farmer-testimonial-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    height: 100%;
}

.farmer-quote-mark {
    position: absolute;
    top: 16px;
    right: 20px;
    font-size: 72px;
    font-weight: 800;
    color: rgba(46, 158, 67, 0.12);
    line-height: 1;
    font-family: 'Urbanist', sans-serif;
}

.farmer-testimonial-text {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 20px;
    padding-right: 40px;
}

.farmer-testimonial-author {
    margin-top: auto;
}

.farmer-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
}

.farmer-avatar-green {
    background-color: #d1fae5;
}

.farmer-avatar-beige {
    background-color: #e5e0d8;
}

.farmer-avatar-initial {
    background-color: var(--seedszen-primary, #003D03);
    color: #fff;
    font-weight: 700;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-right: 10px;
}

.farmer-name {
    color: #111827;
    font-size: 15px;
}

.farmer-designation {
    font-size: 11px;
    font-weight: 600;
    color: #2e9e43;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.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 - Premium Products: all cards same (rounded, white) */
.our-products-card {
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    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 #eee;
}

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

.our-products-section .our-products-row .our-products-card {
    border-radius: 12px;
    border: 1px solid #eee;
}
.our-products-section .our-products-row .our-products-image,
.our-products-section .our-products-row .our-products-image img {
    border-radius: 12px 12px 0 0;
}
.our-products-section .our-products-row .our-products-image img {
    border: none;
}

.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;
}

@media (max-width: 575px) {
    .our-products-image {
        height: 240px;
    }
    .our-products-image img {
        padding: 4px;
    }
}

.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-desc {
    font-size: 14px;
    line-height: 1.5;
    color: #6b7280;
}

.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;
}

/* Latest Blog Posts Section */
.latest-blog-posts-section {
    background-color: #f5f5f0;
}

.latest-blog-posts-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #111827;
}

.latest-blog-posts-view-all {
    color: var(--seedszen-primary, #003D03);
    font-weight: 600;
    font-size: 15px;
}

.latest-blog-posts-view-all:hover {
    color: var(--seedszen-primary, #003D03);
    text-decoration: underline;
}

.latest-blog-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.latest-blog-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.latest-blog-card-image-wrap {
    aspect-ratio: 16 / 10;
}

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

.latest-blog-card:hover .latest-blog-card-image {
    transform: scale(1.03);
}

.latest-blog-card-category {
    font-size: 12px;
    font-weight: 600;
    color: var(--seedszen-primary, #003D03);
    letter-spacing: 0.5px;
}

.latest-blog-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.latest-blog-card-read-more {
    font-size: 14px;
    font-weight: 600;
    color: var(--seedszen-primary, #003D03);
    text-decoration: underline;
}

/* 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;
    }
}


/* Common Styles - used across frontend */
.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;
}

.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-icon-wrapper svg {
    fill: #2e9e43 !important;
}

.contact-info-card:hover .contact-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    background: linear-gradient(135deg, #F4F2E8 0%, #e8e4d8 100%);
    border-color: rgba(46, 158, 67, 0.35);
}

.contact-info-card:hover .contact-icon-wrapper svg {
    fill: #2e9e43 !important;
}

.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;
}

/* User panel: profile block – margin-right + name initial instead of profile image */
.aiz-user-profile-block.mr-3 {
    margin-right: 1rem !important;
}

.aiz-user-initial.avatar.avatar-md {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.25);
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff;
}

.aiz-user-initial.avatar.avatar-md img {
    display: none !important;
}


/* About Us (Atela) */
.atela-about-hero {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 420px;
    display: flex;
    align-items: center;
}
.atela-about-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 860px;
    margin: 0 auto;
    padding: 70px 0;
    color: #fff;
}

/* About Us page: card spacing + mobile banner */
@media (max-width: 991px) {
    .atela-about-hero {
        min-height: 320px;
    }
    .atela-about-hero-inner {
        padding: 48px 0;
    }
    .atela-about-page .atela-stat-card,
    .atela-about-page .atela-timeline-card,
    .atela-about-page .atela-timeline-media,
    .atela-about-page .atela-mv-card,
    .atela-about-page .hero-feature-card,
    .atela-about-page .our-products-card,
    .atela-about-page .atela-profile-testimonial-inner {
        margin-bottom: 1rem; /* mb-3 */
    }
}

@media (max-width: 575px) {
    .atela-about-hero {
        min-height: 280px;
        background-position: center;
    }
    .atela-about-hero-inner {
        padding: 40px 0;
    }
}
.atela-about-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin-bottom: 18px;
}
.atela-about-hero-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 44px;
    line-height: 1.15;
    margin-bottom: 14px;
}
.atela-about-hero-subtitle {
    font-size: 16px;
    opacity: 0.9;
    line-height: 1.6;
}

.atela-about-stats {
    background: #fff;
    padding: 28px 0 18px;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
.atela-stat-card {
    border: 0;
    padding: 18px 16px;
    text-align: center;
    height: 100%;
    box-shadow: 0 10px 24px rgba(0, 61, 3, 0.14);
}
.atela-stat-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(closest-side at 18% 20%, rgba(255,255,255,0.18), transparent 60%),
        radial-gradient(closest-side at 82% 75%, rgba(255,255,255,0.12), transparent 60%);
    pointer-events: none;
}
.atela-stat-value {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 30px;
    color: #ffffff;
    line-height: 1.1;
    position: relative;
}
.atela-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.92);
    margin-top: 6px;
    font-weight: 600;
    position: relative;
}

.atela-section-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 34px;
    color: #111827;
}
.atela-section-underline {
    width: 54px;
    height: 3px;
    background: var(--seedszen-primary, #003D03);
    border-radius: 99px;
    margin: 10px auto 0;
}

.atela-about-journey {
    background: #f5f5f0;
}
.atela-timeline {
    position: relative;
}
.atela-timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    transform: translateX(-50%);
    background: rgba(0,0,0,0.08);
}
.atela-timeline-row {
    position: relative;
    padding: 18px 0;
}
.atela-timeline-row::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #fff;
    border: 3px solid rgba(0, 61, 3, 0.25);
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}
.atela-timeline-row::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: var(--seedszen-primary, #003D03);
}
.atela-timeline-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.06);
    padding: 24px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
.atela-timeline-year {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 22px;
    color: var(--seedszen-primary, #003D03);
    margin-bottom: 6px;
}
.atela-timeline-title {
    font-weight: 800;
    color: #111827;
    margin-bottom: 8px;
}
.atela-timeline-text {
    color: #6b7280;
    line-height: 1.6;
    font-size: 14px;
}
.atela-timeline-media {
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    min-height: 220px;
    border: 1px solid rgba(0,0,0,0.06);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

/* Keep equal spacing from the center timeline on desktop */
@media (min-width: 992px) {
    .atela-timeline {
        --atela-timeline-gap: 44px;
    }
    /* Default rows (no order swap): left column */
    .atela-timeline-row > .col-lg-6:first-child {
        padding-right: calc((var(--bs-gutter-x, 1.5rem) / 2) + var(--atela-timeline-gap));
    }
    /* Default rows: right column */
    .atela-timeline-row > .col-lg-6:last-child {
        padding-left: calc((var(--bs-gutter-x, 1.5rem) / 2) + var(--atela-timeline-gap));
    }
    /* Swapped rows: right side (order-lg-2) should get left padding */
    .atela-timeline-row > .col-lg-6.order-lg-2 {
        padding-left: calc((var(--bs-gutter-x, 1.5rem) / 2) + var(--atela-timeline-gap));
        padding-right: calc(var(--bs-gutter-x, 1.5rem) / 2);
    }
    /* Swapped rows: left side (order-lg-1) should get right padding */
    .atela-timeline-row > .col-lg-6.order-lg-1 {
        padding-right: calc((var(--bs-gutter-x, 1.5rem) / 2) + var(--atela-timeline-gap));
        padding-left: calc(var(--bs-gutter-x, 1.5rem) / 2);
    }
}

.atela-about-mv {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}
.atela-mv-card {
    position: relative;
    border-radius: 18px;
    border: 1px solid rgba(255,255,255,0.18);
    background: rgba(255,255,255,0.10);
    padding: 26px;
    height: 100%;
    backdrop-filter: blur(6px);
    overflow: hidden;
}
.atela-mv-icon {
    position: absolute;
    top: 18px;
    right: 20px;
    font-size: 48px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1;
    pointer-events: none;
}
.atela-mv-icon i {
    display: block;
}
.atela-mv-title {
    color: #fff;
    font-weight: 900;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'Urbanist', sans-serif;
}
.atela-mv-text {
    color: rgba(255,255,255,0.92);
    line-height: 1.7;
    font-size: 14px;
}
.atela-mv-card-vision {
    border-color: rgba(255, 214, 102, 0.35);
    background: rgba(255, 214, 102, 0.10);
}

/* Story journey (Organic Excellence banner) - improve readability */
.story-journey-section::before {
    background: rgba(0, 61, 3, 0.55);
}
.story-feature {
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.08);
    padding: 28px 18px;
    height: 100%;
    backdrop-filter: blur(6px);
}
.story-feature-icon {
    background: rgba(255, 255, 255, 0.10);
    border-color: rgba(255, 255, 255, 0.60);
}

/* Profile & Quote Testimonial (replaces 3 cards) */
.atela-profile-testimonial-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 50px 0;
}
.atela-profile-testimonial-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
}
.atela-profile-testimonial-section > .container {
    position: relative;
    z-index: 1;
}
.atela-profile-testimonial-inner {
    display: flex;
    align-items: center;
    gap: 36px;
    max-width: 900px;
    margin: 0 auto;
}
.atela-profile-testimonial-avatar-wrap {
    position: relative;
    width: 160px;
    height: 160px;
    min-width: 160px;
    border-radius: 50%;
    overflow: hidden;
    background: #374151;
}
.atela-profile-testimonial-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.atela-profile-avatar-fallback {
    display: none;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
    background: #374151;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    font-family: 'Urbanist', sans-serif;
}
.atela-profile-testimonial-content {
    position: relative;
    flex: 1;
    padding-left: 0;
}
.atela-profile-quote-mark {
    position: absolute;
    left: 0;
    font-size: 45px;
    font-weight: 800;
    color: #2e9e43;
    line-height: 1;
    font-family: 'Urbanist', sans-serif;
    margin-bottom: 10px;
}
.atela-profile-quote-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 14px;
    padding-top: 42px;
    padding-left: 8px;
}
.atela-profile-name {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 4px;
    font-family: 'Urbanist', sans-serif;
}
.atela-profile-designation {
    display: block;
    color: rgba(255, 255, 255, 0.88);
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .atela-profile-testimonial-inner {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    .atela-profile-testimonial-avatar-wrap {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }
    .atela-profile-quote-mark {
        left: 50%;
        transform: translateX(-50%);
        top: -4px;
    }
    .atela-profile-quote-text {
        padding-top: 36px;
        padding-left: 0;
    }
    .atela-profile-testimonial-content {
        padding-left: 0;
    }
}

/* CTA section (Ready to Grow Organically?) */
.home-cta-section {
    position: relative;
    overflow: hidden;
    border-radius: 26px;
    padding: 56px 22px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: 0 14px 34px rgba(0, 61, 3, 0.18);
}
.home-cta-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(closest-side at 18% 25%, rgba(255,255,255,0.22), transparent 55%),
        radial-gradient(closest-side at 78% 55%, rgba(255,255,255,0.14), transparent 60%),
        linear-gradient(135deg, rgba(0, 61, 3, 0.86) 0%, rgba(46, 158, 67, 0.82) 55%, rgba(0, 61, 3, 0.88) 100%);
}
.home-cta-content {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}
.home-cta-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}
.home-cta-subtitle {
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 22px;
}
.home-cta-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}
.home-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    font-weight: 800;
    font-size: 12px;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}
.home-cta-btn.primary {
    background: #facc15;
    color: #111827;
    box-shadow: 0 10px 22px rgba(17, 24, 39, 0.18);
}
.home-cta-btn.secondary {
    background: rgba(255, 255, 255, 0.96);
    color: #111827;
}
.home-cta-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.18);
}

@media (max-width: 575px) {
    .home-cta-section {
        padding: 44px 16px;
        border-radius: 22px;
    }
    .home-cta-title {
        font-size: 26px;
    }
}

/* Search / Products listing hero banner */
.atela-search-hero {
    position: relative;
    padding: 78px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--seedszen-primary, #003D03);
}
.atela-search-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(closest-side at 20% 30%, rgba(255,255,255,0.18), transparent 60%),
        linear-gradient(135deg, rgba(0, 61, 3, 0.70) 0%, rgba(0, 0, 0, 0.35) 55%, rgba(0, 61, 3, 0.75) 100%);
}
.atela-search-hero .container {
    position: relative;
    z-index: 1;
}
.atela-search-hero-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 44px;
    color: #ffffff;
    text-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
@media (max-width: 575px) {
    .atela-search-hero {
        padding: 56px 0;
    }
    .atela-search-hero-title {
        font-size: 28px;
        line-height: 1.2;
    }
}

/* Product listing page – simple banner, center heading on top */
.atela-product-listing-banner {
    position: relative;
    padding: 56px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 460px;
}
.atela-product-listing-banner .container {
    position: relative;
    z-index: 1;
}
.atela-product-listing-banner-title {
    margin: 0;
    text-align: center;
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 36px;
    color: #ffffff;
    line-height: 1.25;
}
@media (max-width: 575px) {
    .atela-product-listing-banner {
        padding: 36px 16px;
        height: 280px;
        background-position: center;
    }
    .atela-product-listing-banner-title {
        font-size: 24px;
        line-height: 1.25;
    }
}

@media (max-width: 991px) {
    .atela-about-hero-title {
        font-size: 34px;
    }
    .atela-timeline-line,
    .atela-timeline-row::before,
    .atela-timeline-row::after {
        display: none;
    }
    .atela-timeline-row {
        padding: 0;
    }
}

/* ========== Become a Dealer page ========== */
.atela-dealer-hero {
    position: relative;
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.atela-dealer-hero .container { position: relative; z-index: 1; }
.atela-dealer-badge {
    display: inline-block;
    background: #e85d04;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    padding: 6px 12px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.atela-dealer-hero-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
    font-size: 42px;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
}
.atela-dealer-hero-desc {
    color: rgba(255,255,255,0.9);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 540px;
}
.atela-dealer-hero-btns { display: flex; flex-wrap: wrap; gap: 12px; }
.atela-dealer-btn-primary {
    background: var(--seedszen-primary, #003D03);
    color: #fff !important;
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.2s;
}
.atela-dealer-btn-primary:hover { background: #002a02; color: #fff !important; border-color: #fff; }
.atela-dealer-btn-outline {
    background: transparent;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.2s;
}
.atela-dealer-btn-outline:hover { background: rgba(255,255,255,0.15); color: #fff !important; }
.atela-dealer-whatsapp {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25D366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 4px 14px rgba(0,0,0,0.2);
    transition: transform 0.2s;
}
.atela-dealer-whatsapp:hover { color: #fff; transform: scale(1.05); }

.atela-dealer-section-title {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
    font-size: 32px;
    color: #111827;
}
.atela-dealer-title-underline {
    width: 60px;
    height: 3px;
    background: #e85d04;
    margin: 10px auto 0;
    border-radius: 2px;
}
.atela-dealer-accent { color: #e85d04 !important; }
.atela-dealer-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px 20px;
    height: 100%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.atela-dealer-card-icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(0, 61, 3, 0.1);
    color: var(--seedszen-primary, #003D03);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin-bottom: 14px;
}
.atela-dealer-card-title {
    font-weight: 800;
    font-size: 18px;
    color: #111827;
    margin-bottom: 8px;
}
.atela-dealer-card-text { font-size: 14px; color: #6b7280; line-height: 1.55; margin: 0; }
.atela-dealer-growth-img { width: 100%; height: 320px; object-fit: cover; display: block; }
.atela-dealer-growth-badge {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #e85d04;
    color: #fff;
    padding: 16px 20px;
    border-radius: 12px;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.2;
    text-align: center;
}
.atela-dealer-growth-badge small { font-size: 10px; font-weight: 600; letter-spacing: 0.02em; opacity: 0.95; }
.atela-dealer-growth-text { color: #4b5563; font-size: 15px; line-height: 1.65; margin-bottom: 20px; }
.atela-dealer-growth-list {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.atela-dealer-growth-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    color: #374151;
}
.atela-dealer-growth-list li i { color: var(--seedszen-primary, #003D03); font-size: 16px; }
.atela-dealer-growth-link {
    color: #111827;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.atela-dealer-growth-link:hover { color: var(--seedszen-primary, #003D03); }
.atela-dealer-form-subtitle { color: #6b7280; font-size: 15px; margin-top: 8px; }
.atela-dealer-form-box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    padding: 40px;
    border: 1px solid #e5e7eb;
}
.atela-dealer-label {
    display: block;
    font-weight: 600;
    font-size: 14px;
    color: #374151;
    margin-bottom: 6px;
}
.atela-dealer-input {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px 16px;
    font-size: 15px;
}
.atela-dealer-input:focus { border-color: var(--seedszen-primary, #003D03); box-shadow: 0 0 0 3px rgba(0, 61, 3, 0.1); }
.atela-dealer-textarea { min-height: 100px; resize: vertical; }
.atela-dealer-terms-label { font-size: 14px; color: #6b7280; margin-left: 8px; }
.atela-dealer-submit-btn {
    background: var(--seedszen-primary, #003D03);
    color: #fff !important;
    border: none;
    padding: 14px 24px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 16px;
    transition: background 0.2s;
}
.atela-dealer-submit-btn:hover { background: #002a02; color: #fff !important; }
.atela-dealer-form-alert{
    border-radius: 12px;
    padding: 12px 14px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 16px;
    border: 1px solid transparent;
}
.atela-dealer-form-alert.is-success{
    background: rgba(46, 158, 67, 0.15);
    border: 1px solid #2e9e43;
    color: #1a6b2a;
    font-weight: 700;
}
.atela-dealer-form-alert.is-error{
    background: rgba(220, 38, 38, 0.10);
    border-color: rgba(220, 38, 38, 0.30);
    color: #dc2626;
}
@media (max-width: 767px) {
    .atela-dealer-hero-title { font-size: 28px; }
    .atela-dealer-hero { padding: 50px 0; }
    .atela-dealer-form-box { padding: 24px 20px; }
    .atela-dealer-section-title { font-size: 26px; }
}

.read-more-btn {
    padding: 6px 12px;
    border: 1px solid #000;
    border-radius: 20px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s;
}

.read-more-btn:hover {
    background: #2e9e43;
    color: #fff;
    border: 1px solid #2e9e43;
}



