/* Banner Slider Styles */
.banner-slider-button-prev,
.banner-slider-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    color: black;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transition: background 0.3s;
}

.banner-slider-button-prev:hover,
.banner-slider-button-next:hover {
    background: rgba(255, 255, 255, 0.6);
}

.banner-slider-button-prev {
    left: 10px;
}

.banner-slider-button-next {
    right: 10px;
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .banner-section.banner-section-two {
        height: auto !important;
        min-height: 350px !important;
        background-position: center bottom !important;
        display: flex !important;
        flex-direction: column;
    }

    .banner-section.banner-section-two .swiper-container,
    .banner-section.banner-section-two .swiper-wrapper,
    .banner-section.banner-section-two .swiper-slide {
        min-height: 350px !important;
        height: 100% !important;
        width: 100% !important;
        background-size: 100% 100% !important;
        background-position: center center !important;
    }

    .banner-slider-button-prev,
    .banner-slider-button-next {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    /* Compact Mobile Design */
    .banner-section-two .row {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    .banner-right-container {
        display: none !important;
    }

    .banner-left-content {
        text-align: center;
        padding: 20px 10px;
        background: rgba(255, 255, 255, 0.7);
        /* Optional: styling for readability */
        border-radius: 15px;
        backdrop-filter: blur(5px);
        margin: 0 15px;
    }

    .banner-left-content h1 {
        font-size: 1.8rem !important;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    .banner-left-content p {
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 15px;
        color: #333;
    }

    .banner-left-content .link-box {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .banner-2-shape-arrow {
        display: none;
    }
}

/* About Section Styles */
.about-2-right-content {
    position: relative;
    z-index: 5;
}

.about-2-right-content h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #1a1a2e;
    margin-bottom: 20px;
    line-height: 1.1;
}

.about-2-right-content h1 span {
    color: #2d6a4f;
}

.about-2-right-content p {
    font-size: 1.05rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 30px;
}

.btn-ref-style {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    padding: 14px 35px;
    background: #254a3a !important;
    color: white !important;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(37, 74, 58, 0.15);
    margin-bottom: 40px;
    position: relative;
    z-index: 9999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.btn-ref-style:hover {
    background: #1b3d2f;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(37, 74, 58, 0.25);
}

.about-left-image-ref {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08);
    width: 100%;
}

.about-left-image-ref img {
    width: 100%;
    height: auto;
    display: block;
}

.about-carousol-ref {
    margin-top: 40px;
    width: 100%;
}

.about-carousol-container {
    padding-bottom: 40px;
}

.slider__pagination3 {
    bottom: 10px !important;
    /* Lift it up slightly or keep at 0 */
    text-align: center !important;
    width: 100%;
    z-index: 10;
}

.about-carousol-container {
    padding-bottom: 50px;
    /* Provide space for the pagination */
}

.slider__pagination3 .swiper-pagination-bullet {
    background: #f57c00;
    opacity: 0.5;
}

.slider__pagination3 .swiper-pagination-bullet-active {
    opacity: 1;
    transform: scale(1.2);
}

@media (max-width: 991px) {
    .about-2-right-content h1 {
        font-size: 2.8rem;
        margin-top: 40px;
    }

    .about-single-image.new-image {
        height: 200px;
        width: 300px;
        margin: 0 auto;
    }

    .about-single-image.new-image img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .about-carousol-ref {
        display: none !important;
    }
}

/* Investment Way Styles */
.investment-way .common-title h3 {
    font-size: 3.5rem;
    font-weight: 800;
    color: white;
    line-height: 1.1;
    margin-bottom: 25px;
    text-transform: capitalize;
}

.investment-way .common-title h3 span {
    color: #d1ffbd;
    display: block;
}

.investment-way .common-title p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.2rem;
    margin-bottom: 60px;
    line-height: 1.8;
    font-weight: 400;
}

.investment-way-single {
    background: white;
    border-radius: 25px;
    padding: 45px 35px;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    border: none;
    display: flex;
    flex-direction: column;
    gap: 25px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.investment-way-single:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.investment-way-single .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.investment-way-single .icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.investment-way-single-content a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #1a1a2e !important;
    display: block;
    margin-bottom: 15px;
    line-height: 1.3;
    text-decoration: none;
}

.investment-way-single-content p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .investment-way-single {
        margin-bottom: 30px;
    }

    .investment-way .common-title h3 {
        font-size: 2.2rem;
    }
}

/* Investment Way Carousel Styles */
.investment-way-carousel {
    padding: 10px 5px 40px;
    /* Space for hover effects */
    overflow: visible;
    /* Allow arrows to overlap if needed */
}

.investment-next,
.investment-prev {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    /* Align with top of cards */
    z-index: 20;
    cursor: pointer;
    border: 2px solid #FF6B00;
    /* Orange border */
    transition: all 0.3s ease;
}

.investment-next:after,
.investment-prev:after {
    font-size: 16px;
    font-weight: bold;
}

/* Next Arrow (White Bg, Black Icon) */
.investment-next {
    background: #fff;
    color: #000;
    right: 10px;
}

/* Prev Arrow (Green Bg, White Icon) */
.investment-prev {
    background: #1B3D2F;
    /* Dark Green */
    color: #fff;
    right: 45px;
    /* Overlap/Stack position */
    top: 15px;
    /* Slight offset for stacked look if desired, or just side by side */
}

@media (min-width: 1200px) {

    /* On desktop, maybe keep them or hide them? 
       User asked for "mobile responsiv like this", implying mobile focus.
       But if grid is 4 items, arrows might not be needed unless >4 items.
       We'll keep them but position them nicely or hide if not needed.
    */
    .investment-way-carousel {
        padding-top: 50px;
        /* Make room for arrows if they are top right */
    }
}

/* Specific mobile stacking based on image 1 */
.investment-prev {
    top: 25px;
    right: 15px;
    z-index: 21;
    /* Green on top? */
}

.investment-next {
    top: -10px;
    right: 15px;
    z-index: 20;
}

/* Wait, looking at image 1: White is Top-Right, Green is Bottom-Left relative to white? 
   Actually image 1 has Green on Bottom, White on Top. They intersect. 
   Let's try to mimic that intersection.
*/
.investment-arrow-container {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.investment-next {
    top: 0;
    right: 0;
    background: #fff;
    color: #000;
}

.investment-prev {
    top: 25px;
    right: 25px;
    /* Shifted left and down */
    background: #1B3D2F;
    color: #fff;
}

/* Home Product Cards Styles */
.home-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
}

.home-product-card {
    background: #fff;
    border-radius: 35px;
    /* Large rounded corners */
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    /* Soft large shadow */
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
}

.home-product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.home-product-card .img-wrap {
    position: relative;
    height: 340px;
    /* Tall image area */
    /* Split background: Top White, Bottom Bright Orange */
    background: linear-gradient(to bottom, #f9f9f9 55%, #ff6b35 55%);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    /* Extra bottom padding for overlap */
    z-index: 0;
}

/* Remove separate pseudo-element if we use gradient on parent, or keep specifically for control */
.home-product-card .img-wrap::before {
    display: none;
}

.home-product-card .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
    /* Shadow for depth */
    position: relative;
    z-index: 1;
}

.home-product-card:hover .img-wrap img {
    transform: scale(1.08) translateY(-5px);
}

.home-product-card .badge-tag {
    position: absolute;
    top: 25px;
    right: 25px;
    background: linear-gradient(135deg, #ff5e14 0%, #ff3d00 100%);
    /* Bright Orange */
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 700;
    text-transform: capitalize;
    box-shadow: 0 5px 15px rgba(255, 82, 0, 0.4);
    z-index: 10;
}

.home-product-card .content-wrap {
    background: #ffffff;
    padding: 30px 25px 25px 25px;
    border-radius: 35px 35px 0 0;
    /* Rounded top overlap */
    margin-top: -50px;
    /* Pull up to overlap orange bg */
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.home-product-card .content-wrap h4 {
    font-size: 15px;
    /* Smaller Title */
    font-weight: 800;
    color: #333;
    margin-bottom: 0.5rem;
    /* text-transform: uppercase; */
    line-height: 1.4;
    /* letter-spacing: 0.5px; */
}

.home-product-card .content-wrap .desc-text {
    font-size: 0.8rem;
    /* Smaller desc */
    color: #666;
    margin-bottom: 0.8rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home-product-card .rating-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: auto;
    padding-bottom: 20px;
}

.home-product-card .rating-row .stars {
    color: #ffc107;
    font-size: 0.9rem;
}

.home-product-card .footer-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-top: 10px;
    border-top: none;
    /* Removed border */
}

/* Price Block */
.home-product-card .price-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.home-product-card .price-label {
    font-size: 0.65rem;
    /* Smaller Label */
    font-weight: 800;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.home-product-card .price-values {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.home-product-card .old-price {
    font-size: 0.85rem;
    /* Smaller Old Price */
    color: #bbb;
    text-decoration: line-through;
    font-weight: 500;
}

.home-product-card .current-price {
    font-size: 20px;
    /* Small Price */
    font-weight: 800;
    color: #085716;
    /* Updated Green */
    line-height: 1;
}

/* Button */
.home-product-card .btn-view {
    background: #085716;
    /* Updated Green */
    /* Muted Green */
    color: #fff;
    padding: 8px 20px;
    /* Slight adjustment */
    /* Smaller Button */
    border-radius: 50px;
    font-size: 0.8rem;
    /* Smaller Text */
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: none;
}

.home-product-card .btn-view:hover {
    background: #085716;
    transform: scale(1.05);
    color: white;
}

@media (max-width: 991px) {
    .home-product-card .badge-tag {
        top: 15px;
        right: 15px;
        font-size: 0.75rem;
    }
}

/* Blog Two Styles */
@media (max-width: 991px) {
    .home-product-grid {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding: 0 60px 60px 60px;
        scroll-snap-type: x mandatory;
        gap: 25px;
        scrollbar-width: none;
        touch-action: pan-x;
        -webkit-overflow-scrolling: touch;
    }

    .home-product-grid::-webkit-scrollbar {
        display: none;
    }

    .home-product-card {
        width: 300px;
        min-width: 300px;
        max-width: 85vw;
        flex: 0 0 auto;
        scroll-snap-align: center;
        background: #fff;
    }

    .home-product-card .badge-tag {
        top: 15px;
        right: 15px;
        font-size: 0.7rem;
        padding: 5px 14px;
        width: max-content;
        /* Prevent stretching */
        max-width: 100px;
        white-space: nowrap;
        box-shadow: 0 3px 8px rgba(255, 82, 0, 0.3);
    }

    /* Mobile Pagination Dots (Visual Only or requires JS for active state) */
    .mobile-pagination-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 15px;
        margin-bottom: 20px;
    }

    .mobile-dot {
        width: 10px;
        height: 10px;
        background-color: #ff6b35;
        /* Orange */
        border-radius: 50%;
        opacity: 0.5;
        transition: opacity 0.3s;
    }

    .mobile-dot.active {
        opacity: 1;
        transform: scale(1.2);
    }

    /* View All Button Mobile Style */
    .view-all {
        margin-top: 20px !important;
        text-align: center;
    }

    .view-all a {
        display: inline-block;
        background: #fff;
        color: #2d6a4f !important;
        font-weight: 700 !important;
        padding: 12px 25px;
        border-radius: 5px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        text-decoration: none;
        font-size: 1rem;
    }
}

/* Desktop View All (Keep simple or match?) */
.view-all a {
    color: #2d6a4f;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.1rem;
}

/* Product Reviews Styles */
.product-review-card {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.product-review-card:hover {
    background: #fff;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.review-product-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.review-product-img {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.review-product-name {
    font-size: 0.9rem;
    font-weight: 700;
    color: #2d6a4f;
    display: block;
}

.review-rating {
    color: #ffc107;
    font-size: 12px;
    margin-bottom: 12px;
}

.review-comment {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    font-style: italic;
    margin-bottom: 20px;
    flex-grow: 1;
}

.review-user-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-user-info strong {
    font-size: 0.9rem;
    color: #1a1a2e;
}

.common-title-container {
    margin-bottom: 20px !important;
}

/* Scroll Down Mouse Indicator */
.scroll-down-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: opacity 0.3s;
}

.scroll-down-indicator:hover {
    opacity: 0.8;
}

.mouse-icon {
    width: 42px;
    height: 65px;
    border: 3px solid #fff;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    padding-top: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

.mouse-icon .arrow-animate {
    color: #fff;
    font-size: 20px;
    animation: scrollDownAnim 2s infinite;
    line-height: 1;
}

@keyframes scrollDownAnim {
    0% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        opacity: 0;
    }

    51% {
        transform: translateY(-10px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* For mobile adjustment if needed */
@media (max-width: 768px) {
    .scroll-down-indicator {
        display: none !important;
    }
}