.full-screen-image-slider {
    height: clamp(300px, 50vh, 600px);
    position: relative;
    background: #f0f0f0;
}

.baner-image-section {
    display: flex;
    height: 100%;
    transition: transform 0.6s ease;
}

.banner-slide {
    flex: 0 0 100%;
}

    .banner-slide img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin-top: clamp(20px, 3vw, 40px);
    }

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    z-index: 2;
}

    .slider-control:hover {
        background: rgba(0, 0, 0, 0.8);
    }

    .slider-control.prev {
        left: 10px;
    }

    .slider-control.next {
        right: 10px;
    }

.product-list-div {
    transition: transform 0.6s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: clamp(10px, 2vw, 20px);
}

.rect-product-card {
    position: relative;
    flex: 1 1 clamp(200px, 45vw, 280px);
    min-width: 200px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: clamp(8px, 2vw, 12px);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    @media (max-width: 768px) {
        .rect-product-card {
            flex: 1 1 clamp(160px, 40vw, 220px);
        }
    }

    @media (max-width: 480px) {
        .rect-product-card {
            flex: 1 1 clamp(140px, 45vw, 180px);
        }
    }

    .rect-product-card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        z-index: 1;
    }


    .rect-product-card img {
        width: 100%;
        height: auto;
        max-width: 250px;
        max-height: 250px;
        aspect-ratio: 1;
        object-fit: cover;
        border-radius: 4px;
        background: #f0f0f0;
    }

    @media (max-width: 768px) {
        .rect-product-card img {
            max-width: 180px;
            max-height: 180px;
        }
    }

    @media (max-width: 480px) {
        .rect-product-card img {
            max-width: 140px;
            max-height: 140px;
        }
    }

.image-placeholder {
    width: 100%;
    height: clamp(140px, 35vw, 200px);
    background-color: #ddd;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(12px, 2vw, 14px);
    color: #666;
}

.product-name {
    margin-top: clamp(8px, 1.5vw, 10px);
    font-weight: 600;
    font-size: clamp(13px, 2vw, 16px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-price {
    font-size: clamp(12px, 1.5vw, 14px);
    margin-top: clamp(3px, 1vw, 5px);
}

.actual-price {
    text-decoration: line-through;
    color: #888;
}

.discounted-price {
    font-weight: bold;
    color: #000;
    margin-left: 5px;
}

.discount-percent {
    color: #28a745;
    margin-left: 5px;
}

/* Journey styles moved from Home view */
.journey-page {
    background: #fbfaf4;
    padding: clamp(40px, 8vw, 70px) clamp(15px, 4vw, 40px) clamp(60px, 12vw, 120px);
    min-height: 100vh;
}

.journey-title {
    text-align: center;
    margin-bottom: clamp(40px, 8vw, 70px);
}

.journey-title h1 {
    font-size: clamp(32px, 7vw, 58px);
    color: #123f8c;
    margin-bottom: clamp(10px, 2vw, 15px);
    letter-spacing: 2px;
}

.journey-title p {
    font-size: clamp(14px, 2.5vw, 17px);
    color: #666;
}

.journey-timeline {
    position: relative;
    max-width: 1120px;
    margin: auto;
    padding-top: clamp(20px, 4vw, 40px);
}

.journey-timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 5px;
    background: #111;
    transform: translateX(-50%);
    border-radius: 20px;
    z-index: 1;
}

.timeline-start-dot {
    position: absolute;
    top: clamp(30px, 5vw, 45px);
    left: 50%;
    width: clamp(14px, 2vw, 18px);
    height: clamp(14px, 2vw, 18px);
    background: #111;
    border: clamp(3px, 0.5vw, 5px) solid #fbfaf4;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.thread-knot {
    position: absolute;
    top: clamp(200px, 35vw, 270px);
    left: 50%;
    width: 100px;
    height: 210px;
    transform: translateX(-50%);
    z-index: 8;
    background: #fbfaf4;
    pointer-events: none;
}

.thread-knot svg { width: 100px; height: 210px; }

.journey-row { 
    position: relative; 
    width: 50%; 
    min-height: auto; 
    padding: clamp(30px, 5vw, 45px) clamp(20px, 4vw, 70px); 
    box-sizing: border-box;
}
.journey-row::before { 
    content: ""; 
    position: absolute; 
    top: clamp(70px, 10vw, 88px); 
    width: clamp(14px, 2vw, 18px); 
    height: clamp(14px, 2vw, 18px); 
    background: #111; 
    border: clamp(3px, 0.5vw, 5px) solid #fbfaf4; 
    border-radius: 50%; 
    transform: translate(-50%, -50%); 
    z-index: 10;
}
.journey-row.left { left: 0; text-align: right; }
.journey-row.left::before { left: 100%; }
.journey-row.right { left: 50%; text-align: left; }
.journey-row.right::before { left: 0; }
.journey-content { 
    display: flex; 
    flex-direction: column; 
    gap: clamp(15px, 3vw, 22px);
}
.journey-row.left .journey-content { 
    align-items: flex-end; 
    margin-right: clamp(15px, 3vw, 25px);
}
.journey-row.right .journey-content { 
    align-items: flex-start; 
    margin-left: clamp(15px, 3vw, 25px);
}
.journey-text { 
    max-width: 390px;
}
.journey-text span { 
    display: inline-block; 
    border: 2px solid #111; 
    border-radius: 14px; 
    padding: clamp(6px, 1vw, 8px) clamp(12px, 2vw, 20px); 
    background: #fbfaf4; 
    font-size: clamp(9px, 1.5vw, 11px); 
    font-weight: 700; 
    letter-spacing: 1px; 
    text-transform: uppercase; 
    margin-bottom: clamp(12px, 2vw, 18px);
}
.journey-text h3 { 
    font-size: clamp(24px, 5vw, 34px); 
    font-weight: 400; 
    color: #111; 
    margin-bottom: clamp(10px, 2vw, 16px); 
    line-height: 1.2;
}
.journey-text p { 
    font-size: clamp(14px, 2vw, 16px); 
    line-height: 1.8; 
    color: #666;
}
.journey-row img { 
    width: 100%; 
    max-width: 440px; 
    height: auto;
    object-fit: cover; 
    border-radius: 6px;
    margin-top: clamp(15px, 2vw, 25px);
}

@media (max-width: 768px) {
    .journey-timeline::before { 
        left: clamp(15px, 5vw, 24px);
    }
    .timeline-start-dot { 
        left: clamp(15px, 5vw, 24px);
    }
    .thread-knot { 
        left: clamp(15px, 5vw, 24px);
    }
    .journey-row, .journey-row.left, .journey-row.right { 
        width: 100%; 
        left: 0; 
        text-align: left; 
        padding: clamp(40px, 5vw, 70px) clamp(15px, 4vw, 24px) clamp(40px, 5vw, 70px) clamp(40px, 8vw, 60px); 
        min-height: auto;
    }
    .journey-row::before { 
        left: clamp(15px, 5vw, 24px) !important; 
        top: clamp(70px, 10vw, 85px); 
        transform: translate(-50%, -50%);
    }
    .journey-row.left .journey-content, .journey-row.right .journey-content { 
        align-items: flex-start; 
        margin-left: 0; 
        margin-right: 0;
    }
    .journey-text { 
        max-width: 100%;
    }
    .journey-row img { 
        max-width: 100%; 
        height: auto;
        margin-top: clamp(15px, 2vw, 25px);
    }
}

.small-square-img-slider {
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    padding: clamp(8px, 1.5vw, 10px);
    position: relative;
    -webkit-overflow-scrolling: touch;
}

.square-image-item {
    display: inline-block;
    text-align: center;
    width: clamp(100px, 20vw, 140px);
    margin: 0 clamp(8px, 1vw, 10px);
}

    .square-image-item img {
        width: clamp(80px, 18vw, 120px);
        height: clamp(80px, 18vw, 120px);
        object-fit: cover;
        border-radius: 8px;
        border: 1px solid #ccc;
    }

.square-image-label {
    margin-top: clamp(6px, 1vw, 8px);
    font-size: clamp(12px, 1.5vw, 14px);
    font-weight: 500;
    color: #333;
}

/* Extra responsive breakpoints */
@media (max-width: 480px) {
    /* Additional mobile-specific fixes */
    .container-xxl {
        padding-left: clamp(10px, 3vw, 15px);
        padding-right: clamp(10px, 3vw, 15px);
    }

    [class*="container-"] {
        margin-left: auto;
        margin-right: auto;
    }
}