
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: 0.1s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.2s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.2s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px 0px 20px 0px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.2s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    color:var(--bs-white) !important;
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link:hover {
    color:var(--bs-secondary) !important;
}
.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

@media (max-width: 768px) {
    .navbar {
        height: 60px;
    }
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-white);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(135deg, rgba(250, 251, 252, 0.95), rgba(244, 246, 248, 0.9));
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    background: linear-gradient(rgba(255, 181, 36, 0.7), rgba(255, 181, 36, 0.7));
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 10px !important;
    }
}
/*** Hero Header end ***/

/*** Mobile Responsive Features ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 20px;
    height: 20px;
    background: var(--bs-primary);
    position: absolute;
    bottom: -6px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
}

/* Mobile specific styles */
@media (max-width: 767.98px) {
    .featurs .container {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    
    .featurs .featurs-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .featurs .featurs-item .featurs-icon::after {
        width: 16px;
        height: 16px;
        bottom: -5px;
    }
    
    .featurs .featurs-item h6 {
        font-size: 0.9rem;
        line-height: 1.2;
    }
    
    .featurs .featurs-item .small {
        font-size: 0.75rem;
        line-height: 1.3;
    }
}

/* Tablet styles */
@media (min-width: 768px) and (max-width: 991.98px) {
    .featurs .featurs-item .featurs-icon {
        width: 70px;
        height: 70px;
    }
    
    .featurs .featurs-item .featurs-icon::after {
        width: 24px;
        height: 24px;
        bottom: -7px;
    }
}

/* Desktop styles */
@media (min-width: 992px) {
    .featurs .featurs-item .featurs-icon {
        width: 90px;
        height: 90px;
    }
    
    .featurs .featurs-item .featurs-icon::after {
        width: 28px;
        height: 28px;
        bottom: -8px;
    }
    
    .h5-md {
        font-size: 1.25rem !important;
    }
    
    .small-md-normal {
        font-size: 1rem !important;
    }
}

/* Hover effects */
.featurs .featurs-item:hover {
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.featurs .featurs-item:hover .featurs-icon {
    transform: scale(1.1);
}

/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.2s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.2s;
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.2s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.2s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.2s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.2s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.2s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-primary);
    border-radius: 20px;
    transition: 0.2s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-primary);
    border-radius: 20px;
    transition: 0.2s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.2s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-primary);
    border-radius: 20px;
    transition: 0.2s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.2s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 30px;
    color: rgba(255, 255, 255, .5);
    transition: 0.2s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 30px;
}
/*** Footer End ***/

.vegetable-carousel .item {
    height: 100%;
    padding: 0 15px;
}

.vegetable-carousel .product-card {
    height: 480px; /* Fixed height untuk semua card */
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.vegetable-carousel .card-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.vegetable-carousel .card-content {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.vegetable-carousel .card-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Batasi maksimal 3 baris */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    height: 4.5em; /* 3 baris x 1.5 line-height */
}

.vegetable-carousel .card-footer-custom {
    margin-top: auto;
}

/* Memastikan layout owl carousel konsisten */
.vegetable-carousel .owl-item {
    height: auto;
}

.vegetable-carousel .owl-stage {
    display: flex;
    align-items: stretch;
}

.vegetable-carousel .owl-stage .owl-item {
    display: flex;
    align-items: stretch;
}

.title-divider {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, #e52657 15%, #e52657 85%, transparent 100%);
    transform: translateY(-50%);
    z-index: 1;
}

.section-title-with-line {
    background: white;
    display: inline-block;
    padding: 0 40px;
    position: relative;
    z-index: 2;
    font-weight: bold;
    color: #333;
}

.search-container {
    position: relative;
    width: 100%;
}

.search-input-wrapper {
    width: 100%;
}

.search-button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 2;
}

/* Mobile styling */
@media (max-width: 767.98px) {
    .search-container {
        position: static;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }
    
    .search-input-wrapper {
        width: 100%;
    }
    
    .search-button {
        position: static;
        width: 100%;
        height: auto;
    }
    
    .search-container input {
        padding-right: 1rem; /* Reset padding for mobile */
    }
}

/* Tablet adjustment */
@media (min-width: 768px) {
    .search-container input {
        padding-right: 180px; /* Space for button */
    }
}
    
.view-details {
    margin-top:150px;
}


/* Tablet adjustment */
@media (max-width: 768px) {
    .view-details {
    margin-top:30px;
    }
}



#megamenu .megamenu-dropdown {
    position: static !important;
}

#megamenu .megamenu-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: none;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#megamenu .megamenu-dropdown:hover .megamenu-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#megamenu .megamenu-layout {
    display: flex;
    min-height: 400px;
}

#megamenu .megamenu-sidebar {
    width: 280px;
    background: #f7fafc;
    border-right: 1px solid #e2e8f0;
    padding: 0;
    flex-shrink: 0;
}

#megamenu .megamenu-main {
    flex: 1;
    padding: 40px;
    background: white;
}

#megamenu .megamenu-nav-item {
    display: block;
    padding: 16px 24px;
    color: #4a5568;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-left: 4px solid transparent;
    transition: all 0.2s ease;
    cursor: pointer;
}

#megamenu .megamenu-nav-item:hover,
#megamenu .megamenu-nav-item.active {
    background: #fffded;
    color: #e52657 !important;
    border-left-color: var(--bs-secondary) !important;
    text-decoration: none;
}

#megamenu .megamenu-content-section {
    display: none;
}

#megamenu .megamenu-content-section.active {
    display: block;
}

#megamenu .megamenu-section-title {
    font-size: 14px;
    font-weight: 600;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 24px;
}

#megamenu .megamenu-items-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

#megamenu .megamenu-item {
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: all 0.2s ease;
    border: 1px solid #e2e8f0;
    background: white;
}

#megamenu .megamenu-item:hover {
    background: #fff5f8;
    text-decoration: none;
    border-color: #e52657 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 38, 87, 0.1);
}

#megamenu .megamenu-item-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    flex-shrink: 0;
    transition: all 0.2s ease;
    background: #e52657 !important;
}

#megamenu .megamenu-item:hover .megamenu-item-icon {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgba(229, 38, 87, 0.3);
}

#megamenu .megamenu-item-icon i {
    font-size: 20px;
    color: white;
}

#megamenu .megamenu-item-content {
    flex: 1;
}

#megamenu .megamenu-item-title {
    font-size: 16px;
    font-weight: 600;
    color: #2d3748;
    margin: 0 0 6px 0;
    line-height: 1.3;
}

#megamenu .megamenu-item-desc {
    font-size: 14px;
    color: #718096;
    margin: 0;
    line-height: 1.4;
}

#megamenu .megamenu-item:hover .megamenu-item-title {
    color: #e52657 !important;
}

#megamenu .megamenu-item:hover .megamenu-item-desc {
    color: #4a5568;
}

#megamenu .megamenu-footer {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

#megamenu .megamenu-footer-text {
    font-size: 14px;
    color: #718096;
    margin-bottom: 12px;
}

#megamenu .megamenu-footer-link {
    font-size: 14px;
    color: #e52657 !important;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s ease;
}

#megamenu .megamenu-footer-link:hover {
    color: #c53030 !important;
    text-decoration: none;
    transform: translateX(4px);
}

#megamenu .megamenu-footer-link i {
    margin-left: 6px;
    font-size: 12px;
}

/* ===== MOBILE MEGAMENU FIX ===== */
@media (max-width: 991.98px) {
    /* Reset megamenu untuk mobile */
    #megamenu .megamenu-content {
        position: static !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
        box-shadow: none !important;
        border-radius: 0 !important;
        background: #f8f9fa !important;
        max-height: 80vh !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    
    /* Layout megamenu mobile */
    #megamenu .megamenu-layout {
        flex-direction: column !important;
        min-height: auto !important;
        max-height: 80vh !important;
        overflow: hidden !important;
    }
    
    /* Sidebar navigation - horizontal scroll */
    #megamenu .megamenu-sidebar {
        width: 100% !important;
        background: #fff !important;
        border-right: none !important;
        border-bottom: 1px solid #e2e8f0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        height: auto !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        display: flex !important;
        align-items: center !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: thin !important;
        white-space: nowrap !important;
    }
    
    /* Scrollbar styling untuk horizontal scroll */
    #megamenu .megamenu-sidebar::-webkit-scrollbar {
        height: 3px !important;
    }
    
    #megamenu .megamenu-sidebar::-webkit-scrollbar-track {
        background: #f1f1f1 !important;
    }
    
    #megamenu .megamenu-sidebar::-webkit-scrollbar-thumb {
        background: var(--bs-primary, #e52657) !important;
        border-radius: 3px !important;
    }
    
    /* Navigation items - horizontal layout */
    #megamenu .megamenu-nav-item {
        display: inline-block !important;
        padding: 12px 20px !important;
        color: #4a5568 !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        font-size: 14px !important;
        border-left: none !important;
        border-bottom: 3px solid transparent !important;
        transition: all 0.2s ease !important;
        cursor: pointer !important;
        white-space: nowrap !important;
        flex-shrink: 0 !important;
        margin-right: 8px !important;
    }
    
    #megamenu .megamenu-nav-item:hover,
    #megamenu .megamenu-nav-item.active {
        background: #fff5f8 !important;
        color: #e52657 !important;
        border-bottom-color: #e52657 !important;
        text-decoration: none !important;
    }
    
    /* Main content area - vertical scroll */
    #megamenu .megamenu-main {
        flex: 1 !important;
        padding: 12px 12px 80px 12px !important;
        background: white !important;
        overflow-y: auto !important;
        max-height: calc(80vh - 60px) !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* Content sections */
    #megamenu .megamenu-content-section {
        display: none !important;
    }
    
    #megamenu .megamenu-content-section.active {
        display: block !important;
    }
    
    /* Section title */
    #megamenu .megamenu-section-title {
        font-size: 13px !important;
        font-weight: 600 !important;
        color: #718096 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
        margin-bottom: 16px !important;
    }
    
    /* Items grid - single column pada mobile */
    #megamenu .megamenu-items-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 12px !important;
    }
    
    /* Individual items */
    #megamenu .megamenu-item {
        display: flex !important;
        align-items: flex-start !important;
        padding: 16px 12px !important;
        border-radius: 12px !important;
        text-decoration: none !important;
        color: inherit !important;
        transition: all 0.2s ease !important;
        border: 1px solid #e2e8f0 !important;
        background: white !important;
    }
    
    #megamenu .megamenu-item:hover {
        background: #fff5f8 !important;
        text-decoration: none !important;
        border-color: #e52657 !important;
        transform: none !important; /* Remove transform pada mobile */
        box-shadow: 0 2px 8px rgba(229, 38, 87, 0.1) !important;
    }
    
    /* Item icons */
    #megamenu .megamenu-item-icon {
        width: 40px !important;
        height: 40px !important;
        border-radius: 10px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin-right: 12px !important;
        flex-shrink: 0 !important;
        transition: all 0.2s ease !important;
        background: #e52657 !important;
    }
    
    #megamenu .megamenu-item:hover .megamenu-item-icon {
        transform: none !important; /* Remove scale pada mobile */
        box-shadow: 0 3px 12px rgba(229, 38, 87, 0.3) !important;
    }
    
    #megamenu .megamenu-item-icon i {
        font-size: 18px !important;
        color: white !important;
    }
    
    /* Item content */
    #megamenu .megamenu-item-content {
        flex: 1 !important;
    }
    
    #megamenu .megamenu-item-title {
        font-size: 15px !important;
        font-weight: 600 !important;
        color: #2d3748 !important;
        margin: 0 0 4px 0 !important;
        line-height: 1.3 !important;
    }
    
    #megamenu .megamenu-item-desc {
        font-size: 13px !important;
        color: #718096 !important;
        margin: 0 !important;
        line-height: 1.4 !important;
    }
    
    #megamenu .megamenu-item:hover .megamenu-item-title {
        color: #e52657 !important;
    }
    
    #megamenu .megamenu-item:hover .megamenu-item-desc {
        color: #4a5568 !important;
    }
    
    /* Footer */
    #megamenu .megamenu-footer {
        margin-top: 24px !important;
        padding-top: 16px !important;
        border-top: 1px solid #e2e8f0 !important;
    }
    
    #megamenu .megamenu-footer-text {
        font-size: 13px !important;
        color: #718096 !important;
        margin-bottom: 8px !important;
    }
    
    #megamenu .megamenu-footer-link {
        font-size: 13px !important;
        color: #e52657 !important;
        text-decoration: none !important;
        font-weight: 600 !important;
        display: inline-flex !important;
        align-items: center !important;
        transition: all 0.2s ease !important;
    }
    
    #megamenu .megamenu-footer-link:hover {
        color: #c53030 !important;
        text-decoration: none !important;
        transform: translateX(2px) !important;
    }
    
    #megamenu .megamenu-footer-link i {
        margin-left: 4px !important;
        font-size: 11px !important;
    }
}

/* Extra small devices (phones, 576px and down) */
@media (max-width: 576px) {
    #megamenu .megamenu-content {
        max-height: 75vh !important;
    }
    
    #megamenu .megamenu-main {
        padding: 12px 12px 80px 12px !important;
        max-height: calc(75vh - 50px) !important;
    }
    
    #megamenu .megamenu-nav-item {
        padding: 10px 16px !important;
        font-size: 13px !important;
        margin-right: 6px !important;
    }
    
    #megamenu .megamenu-item {
        padding: 12px 10px !important;
    }
    
    #megamenu .megamenu-item-icon {
        width: 36px !important;
        height: 36px !important;
        margin-right: 10px !important;
    }
    
    #megamenu .megamenu-item-icon i {
        font-size: 16px !important;
    }
    
    #megamenu .megamenu-item-title {
        font-size: 14px !important;
    }
    
    #megamenu .megamenu-item-desc {
        font-size: 12px !important;
    }
}

/* ===== JASTIP TAIWAN COMPONENT CSS ===== */
/* Brand Color: #e52657 */

/* ===== GLOBAL VARIABLES ===== */
:root {
    --jastip-primary: #e52657;
    --jastip-secondary: #ffde00;
    --jastip-dark: #212529;
    --jastip-light: #f8f9fa;
    --jastip-white: #ffffff;
    --jastip-muted: #6c757d;
    --jastip-border-radius: 20px;
    --jastip-shadow-sm: 0 10px 40px rgba(0,0,0,0.08);
    --jastip-shadow-lg: 0 20px 60px rgba(229, 38, 87, 0.15);
    --jastip-transition: all 0.1s ease;
}

/* ===== HERO SECTION ===== */
.jastip-hero {
    position: relative;
    overflow: hidden;
    min-height: 80vh;
    display: flex;
    align-items: center;
    background: var(--jastip-primary);
}

.jastip-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(229, 38, 87, 0.1);
    background-image: 
        radial-gradient(circle at 20% 20%, rgba(255,255,255,0.1) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 50px 50px;
    animation: jastipFloat 20s ease-in-out infinite;
}

@keyframes jastipFloat {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

.jastip-hero-content {
    position: relative;
    z-index: 2;
}

.jastip-hero-badge {
    border: 1px solid var(--jastip-secondary);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    padding: 12px 24px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 2rem;
}

.jastip-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.jastip-hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    font-weight: 400;
}

.jastip-hero-stats-container {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 3rem;
}

.jastip-hero-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.jastip-stat-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(15px);
    border-radius: var(--jastip-border-radius);
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    gap: 1rem;
    
}

.jastip-stat-card:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.3);
}

.jastip-stat-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.1));
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: white;
    flex-shrink: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.jastip-stat-content {
    flex: 1;
    text-align: left;
}

.jastip-stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: white;
    display: block;
    margin-bottom: 0.2rem;
    line-height: 1;
}

.jastip-stat-label {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    font-weight: 500;
    line-height: 1.2;
}

/* ===== BUTTONS ===== */
.jastip-btn-primary {
    background: linear-gradient(45deg, #ffffff, #f8f9fa);
    color: var(--jastip-primary);
    border: none;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0 7px 20px rgba(0,0,0,0.1);
}

.jastip-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    color: var(--jastip-primary);
}

.jastip-btn-outline {
    background: transparent;
    color: white;
    border: 2px solid white;
    padding: 10px 25px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    
}

.jastip-btn-outline:hover {
    background: white;
    color: var(--jastip-primary);
    transform: translateY(-3px);
}

.jastip-btn-contact {
    background: white;
    color: var(--jastip-primary);
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    
}

.jastip-btn-contact:hover {
    background: #f8f9fa;
    color: var(--jastip-primary);
    transform: translateY(-2px);
}

.jastip-btn-outline-pricing {
    background: transparent;
    color: var(--jastip-primary);
    border: 2px solid var(--jastip-primary);
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    
}

.jastip-btn-outline-pricing:hover {
    background: var(--jastip-primary);
    color: white;
}

.jastip-btn-primary-pricing {
    background: var(--jastip-primary);
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    
}

.jastip-btn-primary-pricing:hover {
    background: #d91e4c;
    transform: translateY(-2px);
}

/* ===== SECTIONS ===== */
.jastip-section {
    padding: 5rem 0;
}

.jastip-section-light {
    background: var(--jastip-light);
}

.jastip-section-gradient {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.jastip-section-title {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--jastip-primary);
    margin-bottom: 1rem;
    text-align: center;
}

.jastip-section-subtitle {
    font-size: 1.2rem;
    color: var(--jastip-muted);
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* ===== FEATURE CARDS ===== */
.jastip-feature-card {
    background: white;
    border-radius: var(--jastip-border-radius);
    padding: 2.5rem 2rem;
    box-shadow: var(--jastip-shadow-sm);
    border: 1px solid #f1f3f4;
    
    height: 100%;
    text-align: center;
}

.jastip-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--jastip-shadow-lg);
    border-color: var(--jastip-primary);
}

.jastip-feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--jastip-primary), #ff1744);
    border-radius: var(--jastip-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: white;
    font-size: 2rem;
}

.jastip-feature-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--jastip-dark);
    margin-bottom: 1rem;
}

.jastip-feature-desc {
    color: var(--jastip-muted);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.jastip-feature-list {
    list-style: none;
    padding: 0;
    text-align: left;
}

.jastip-feature-list li {
    padding: 0.5rem 0;
    color: #495057;
    position: relative;
    padding-left: 2rem;
}

.jastip-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 20px;
    height: 20px;
    background: var(--jastip-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
}

/* ===== PROCESS STEPS ===== */
.jastip-process-step {
    background: white;
    border-radius: var(--jastip-border-radius);
    padding: 2.5rem 2rem;
    box-shadow: var(--jastip-shadow-sm);
    position: relative;
    margin-bottom: 2rem;
    
    border-left: 5px solid var(--jastip-primary);
}

.jastip-process-step:hover {
    transform: translateX(10px);
    box-shadow: var(--jastip-shadow-lg);
}

.jastip-process-number {
    position: absolute;
    left: -20px;
    top: 30px;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--jastip-primary), #ff1744);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 800;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(229, 38, 87, 0.4);
}

.jastip-process-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--jastip-primary);
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.jastip-process-desc {
    color: var(--jastip-muted);
    line-height: 1.7;
    padding-left: 2rem;
}

/* ===== PRICING CARDS ===== */
.jastip-pricing-card {
    background: var(--jastip-white);
    border-radius: var(--jastip-border-radius);
    padding: 2rem 1.5rem;
    box-shadow: var(--jastip-shadow-sm);
    border: 1px solid #f1f3f4;
    
    height: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.jastip-pricing-card:hover {
    border-color: var(--jastip-primary);
}

.jastip-pricing-featured {
    border: 2px solid var(--jastip-primary);
}

.jastip-pricing-featured::before {
    content: 'PALING POPULER';
    position: absolute;
    top: 25px;
    right: -30px;
    background: var(--jastip-primary);
    color: var(--jastip-white);
    padding: 5px 22px;
    font-size: 11px;
    font-weight: 700;
    transform: rotate(45deg);
}

.jastip-pricing-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--jastip-primary);
    margin-bottom: 1rem;
}

.jastip-pricing-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--jastip-dark);
    margin-bottom: 0.5rem;
}

.jastip-pricing-unit {
    color: var(--jastip-muted);
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.jastip-pricing-features {
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
}

.jastip-pricing-features li {
    padding: 0.7rem 0;
    color: #495057;
    border-bottom: 1px solid #f8f9fa;
}

.jastip-pricing-features li:last-child {
    border-bottom: none;
}

/* ===== CONTACT SECTION ===== */
.jastip-contact-section {
    background: var(--jastip-light);
    color: white;
    padding: 5rem 0;
}

.jastip-contact-card {
    background: var(--jastip-primary);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--jastip-border-radius);
    padding: 2.5rem 2rem;
    text-align: center;
    
    height: 100%;
}

.jastip-contact-card:hover {
    transform: translateY(-10px);
    background: #eb3161;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.jastip-contact-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 1);
    border-radius: var(--jastip-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2rem;
    color: var(--jastip-primary);
}

.jastip-contact-title {
    color: var(--jastip-secondary);
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.jastip-contact-desc {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 2rem;
    line-height: 1.6;
}

.jastip-contact-info {
    display: inline-block;
    border: 1px solid var(--jastip-primary);
    border-radius: 10px;
    padding: 1rem 2rem;
}

/* ===== ABOUT SECTION ===== */
.jastip-about-section {
    background: #fcfcfc;
    padding: 5rem 0;
}

.jastip-about-content {
    display: flex;
    align-items: center;
    gap: 4rem;
}

.jastip-about-text h3 {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--jastip-primary);
    margin-bottom: 1.5rem;
}

.jastip-about-text p {
    font-size: 1.1rem;
    color: var(--jastip-muted);
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.jastip-about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
    margin-top: 2rem;
}

.jastip-about-feature {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem;
    background: #ffdef0;
    border-radius: 15px;
    border-left: 4px solid var(--jastip-primary);
}

.jastip-about-feature-icon {
    width: 50px;
    height: 50px;
    background: var(--jastip-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.jastip-about-feature-text h5 {
    font-weight: 700;
    color: var(--jastip-dark);
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.jastip-about-feature-text p {
    color: var(--jastip-muted);
    margin: 0;
    font-size: 0.9rem;
}

/* ===== INFO ALERT ===== */
.jastip-info-alert {
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    color: #856404;
    border-radius: 10px;
    padding: 1rem 2rem;
    display: inline-block;
}

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .jastip-hero {
        min-height: 90vh;
    }

    .jastip-hero-title {
        font-size: 2rem;
    }
    
    .jastip-hero-stats-container {
        padding: 1.5rem;
        margin-top: 2rem;
    }
    
    .jastip-hero-stats {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .jastip-stat-card {
        padding: 1.2rem;
    }
    
    .jastip-section-title {
        font-size: 1.5rem;
    }
    
    .jastip-process-number {
        left: 50%;
        top: -25px;
        transform: translateX(-50%);
    }
    
    .jastip-process-step {
        padding-top: 3rem;
        margin-bottom: 3rem;
    }
    
    .jastip-process-title,
    .jastip-process-desc {
        padding-left: 0;
    }
    
    .jastip-about-content {
        flex-direction: column;
        gap: 2rem;
    }
    
    .jastip-about-features {
        grid-template-columns: 1fr;
    }
    
    .jastip-about-text h3 {
        font-size: 2rem;
    }
    
    .jastip-pricing-featured {
        transform: none;
        margin-top: 1rem;
    }
    
    .jastip-pricing-card {
        padding: 1.5rem 1rem;
    }
}

/* ===== PERFORMANCE OPTIMIZATIONS ===== */
@media (prefers-reduced-motion: reduce) {
    .jastip-page *,
    .jastip-stat-card,
    .jastip-feature-card,
    .jastip-process-step,
    .jastip-pricing-card,
    .jastip-contact-card {
        animation: none !important;
        transition: none !important;
    }
}

/* Low-end device optimizations */
@media (max-width: 768px) {
    .jastip-hero::before {
        background: rgba(229, 38, 87, 0.1);
    }
    
    .jastip-section {
        padding: 2rem 0;
    }
    
    .jastip-hero-stats-container {
        background: rgba(255, 255, 255, 0.05);
        border: none;
    }
    
    .jastip-pricing-card,
    .jastip-feature-card {
        box-shadow: none;
        border: 1px solid #eee;
    }
    
    .jastip-hero-subtitle {
        font-size: 1rem;
    }
    
    .jastip-section-subtitle {
        font-size: 1rem;
    }
}


#all-product .section-top {
    margin-top:100px;
}

/* Mobile Filter Tabs */
#all-product .mobile-filter-tabs {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(229, 38, 87, 0.1);
    margin-bottom: 1rem;
    padding: 0.75rem 0;
}

#all-product .mobile-filter-container {
    overflow: hidden;
    position: relative;
}

#all-product .mobile-filter-scroll {
    display: flex;
    gap: 0.5rem;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 1rem;
}

#all-product .mobile-filter-scroll::-webkit-scrollbar {
    display: none;
}

#all-product .mobile-filter-tab {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
    transition: all 0.3s ease;
    cursor: pointer;
}

#all-product .mobile-filter-tab:hover,
#all-product .mobile-filter-tab.active {
    background: #e52657;
    color: white;
    border-color: #e52657;
    transform: translateY(-1px);
}

/* Modern Sidebar */
#all-product .modern-sidebar {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f3f4;
}

#all-product .filter-section {
    border-bottom: 1px solid #f1f3f4;
}

#all-product .filter-section:last-child {
    border-bottom: none;
}

#all-product .filter-header {
    background: #e52657;
    padding: 1rem 1.25rem;
}

#all-product .filter-title {
    color: white;
    margin: 0;
    font-size: 0.95rem;
    font-weight: 600;
}

#all-product .filter-content {
    padding: 1.25rem;
}

#all-product .filter-item {
    margin-bottom: 0.75rem;
}

#all-product .filter-item:last-child {
    margin-bottom: 0;
}

#all-product .filter-checkbox {
    display: none;
}

#all-product .filter-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

#all-product .filter-label:hover {
    background: rgba(229, 38, 87, 0.05);
    border-color: rgba(229, 38, 87, 0.2);
}

#all-product .filter-checkbox:checked + .filter-label {
    background: rgba(229, 38, 87, 0.1);
    border-color: #e52657;
}

#all-product .filter-icon {
    font-size: 1.25rem;
    width: 1.5rem;
    text-align: center;
}

#all-product .filter-text {
    flex: 1;
    font-size: 0.9rem;
    color: #495057;
    font-weight: 500;
}

#all-product .filter-count {
    background: #e52657;
    color: white;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-weight: 600;
}

#all-product .rating-stars {
    font-size: 0.875rem;
    width: 5rem;
}

/* Price Range */
#all-product .price-range-container {
    margin-top: 0.5rem;
}

#all-product .price-range {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #e9ecef;
    outline: none;
    margin-bottom: 0.75rem;
}

#all-product .price-range::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e52657;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(229, 38, 87, 0.3);
}

#all-product .price-range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #e52657;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(229, 38, 87, 0.3);
}

#all-product .price-labels {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.75rem;
}

#all-product .price-inputs {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#all-product .price-input {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    font-size: 0.875rem;
    text-align: center;
}

#all-product .price-input:focus {
    outline: none;
    border-color: #e52657;
    box-shadow: 0 0 0 2px rgba(229, 38, 87, 0.2);
}

/* Product Cards */
#all-product .product-card {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #f1f3f4;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

#all-product .product-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(229, 38, 87, 0.15);
    border-color: #e52657;
}

#all-product .product-image {
    position: relative;
    overflow: hidden;
}

#all-product .product-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

#all-product .product-card:hover .product-image img {
    transform: scale(1.05);
}

#all-product .product-badges {
    position: absolute;
    top: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#all-product .product-badges span {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
    background: rgba(229, 38, 87, 0.9);
    color: white;
}

#all-product .badge-bestseller,
#all-product .badge-hot,
#all-product .badge-special,
#all-product .badge-category {
    background: rgba(229, 38, 87, 0.9);
    color: white;
}

#all-product .badge-country {
    background: #fff !important;
    border:1px solid rgba(229, 38, 87, 0.9);
}

#all-product .product-content {
    padding: 1.25rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

#all-product .product-rating {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

#all-product .stars {
    font-size: 0.875rem;
}

#all-product .sold-count {
    font-size: 0.75rem;
    color: #6c757d;
}

#all-product .product-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e52657;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

#all-product .product-description {
    font-size: 0.875rem;
    color: #6c757d;
    line-height: 1.5;
    margin-bottom: 1rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#all-product .product-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

#all-product .product-price {
    display: flex;
    flex-direction: column;
}

#all-product .price-label {
    font-size: 0.75rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

#all-product .price-value {
    font-size: 1.1rem;
    font-weight: 700;
    color: #e52657;
}

#all-product .btn-order {
    background: #e52657;
    color: white;
    border: none;
    border-radius: 12px;
    padding: 8px 15px;
    font-size: 0.875rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

#all-product .btn-order:hover {
    background: #d91e4c;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(229, 38, 87, 0.3);
}

/* Modern Pagination */
#all-product .pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

#all-product .modern-pagination {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#all-product .page-item .page-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

#all-product .page-item .page-link:hover {
    border-color: #e52657;
    color: #e52657;
    transform: translateY(-2px);
}

#all-product .page-item.active .page-link {
    background: #e52657;
    border-color: #e52657;
    color: white;
}

#all-product .page-dots .page-link {
    border: none;
    cursor: default;
}

#all-product .page-dots .page-link:hover {
    transform: none;
    color: #6c757d;
}

/* Search Input */
#all-product .form-control:focus {
    border-color: #e52657;
    box-shadow: 0 0 0 0.2rem rgba(229, 38, 87, 0.25);
}

#all-product .btn-primary {
    background: #e52657;
    border-color: #e52657;
}

#all-product .btn-primary:hover {
    background: #d91e4c;
    border-color: #d91e4c;
}

#all-product .btn-outline-primary {
    color: #e52657;
    border-color: #e52657;
}

#all-product .btn-outline-primary:hover {
    background: #e52657;
    border-color: #e52657;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    #all-product .mobile-filter-tabs {
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 1.5rem;
    }
    
    #all-product .product-card {
        margin-bottom: 1rem;
    }
    
    #all-product .col-md-6.col-xl-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    #all-product .input-group {
        flex-direction: column;
        gap: 0.75rem;
    }
    
    #all-product .input-group .form-control,
    #all-product .input-group .btn {
        border-radius: 25px !important;
    }
    
    #all-product .modern-pagination {
        flex-wrap: wrap;
        gap: 0.25rem;
    }
    
    #all-product .page-item .page-link {
        width: 36px;
        height: 36px;
        font-size: 0.875rem;
    }
    
    /* Adjust search column on mobile */
    #all-product .col-lg-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    
    #all-product .section-top {
        margin-top:10px;
    }
    
    #all-product .mobile-filter-tab {
        font-size: 0.8rem;
        padding: 0.4rem 0.8rem;
    }
    
    #all-product .product-content {
        padding: 1rem;
    }
    
    #all-product .product-title {
        font-size: 1rem;
    }
    
    #all-product .btn-order {
        padding: 0.5rem 1rem;
        font-size: 0.8rem;
    }
}


/* Mobile horizontal scroll for nav pills - scoped to category-product */
@media (max-width: 768px) {
    #category-product .nav-pills.justify-content-center {
        justify-content: flex-start !important;
        flex-wrap: nowrap !important;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        scrollbar-color: #e52657 #f1f1f1;
        padding: 10px 0;
    }
    
    #category-product .nav-pills .nav-item {
        flex-shrink: 0;
        margin-right: 12px !important;
    }
    
    #category-product .nav-pills .nav-item:last-child {
        margin-right: 20px !important;
    }
    
    #category-product .nav-pills::-webkit-scrollbar {
        height: 6px;
    }
    
    #category-product .nav-pills::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 10px;
    }
    
    #category-product .nav-pills::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg, #e52657, #ff6b8a);
        border-radius: 10px;
    }
}

@media (max-width: 576px) {
    #category-product .nav-pills .nav-link {
        padding: 12px 20px !important;
        font-size: 0.9rem;
    }
}

#aboutJT {
    line-height: 1.6;
}

#aboutJT .hero-section {
    background: linear-gradient(135deg, #fff2f6 0%, #ffffff 50%, #f8f9fa 100%);
    position: relative;
    overflow: hidden;
    margin-top:100px;
}

#aboutJT .hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="%23e52657" stroke-width="0.1" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
    opacity: 0.3;
}

#aboutJT .badge-custom {
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    box-shadow: 0 4px 15px rgba(229, 38, 87, 0.3);
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#aboutJT .main-title {
    font-size: 3.5rem;
    font-weight: 800;
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

#aboutJT .subtitle {
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

#aboutJT .lead-text {
    font-size:1.2rem;
    color: #64748b;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto 2rem;
}

#aboutJT .counter {
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(229, 38, 87, 0.2);
    transform: translateY(0);
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

#aboutJT .counter:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(229, 38, 87, 0.3);
}

#aboutJT .counter h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

#aboutJT .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #e52657;
    margin-bottom: 1rem;
    position: relative;
}

#aboutJT .text-content {
    color: #64748b;
}

#aboutJT .feature-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    border: 1px solid rgba(229, 38, 87, 0.1);
    transition: all 0.3s ease;
    height: 100%;
}

#aboutJT .feature-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(229, 38, 87, 0.15);
    border-color: rgba(229, 38, 87, 0.2);
}

#aboutJT .feature-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 8px 24px rgba(229, 38, 87, 0.3);
}

#aboutJT .feature-list {
    list-style: none;
    padding: 0;
}

#aboutJT .feature-list li {
    padding: 0.2rem 0;
    display: flex;
    align-items: center;
    color: #64748b;
}

#aboutJT .feature-list li i {
    margin-right: 0.75rem;
    color: #e52657;
    font-size: 1.1rem;
}

#aboutJT .service-section {
    background: linear-gradient(135deg, #fffcfd 0%, #f8f9fa 100%);
    position: relative;
}

#aboutJT .service-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(229, 38, 87, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 107, 138, 0.05) 0%, transparent 50%);
}

#aboutJT .why-choose-card {
    text-align: center;
    padding: 2rem 1rem;
    border-radius: 16px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

#aboutJT .why-choose-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

#aboutJT .why-choose-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    box-shadow: 0 6px 20px rgba(229, 38, 87, 0.3);
}

#aboutJT .timeline-card {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border-left: 4px solid #e52657;
    transition: all 0.3s ease;
}

#aboutJT .timeline-card:hover {
    transform: translateX(8px);
    box-shadow: 0 8px 32px rgba(229, 38, 87, 0.15);
}

#aboutJT .timeline-badge {
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 4px 12px rgba(229, 38, 87, 0.3);
}

#aboutJT .timeline-badge.success {
    background: linear-gradient(135deg, #10b981, #34d399);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

#aboutJT .image-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    height: 600px;
}

#aboutJT .gallery-item {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 1.1rem;
}

#aboutJT .gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 48px rgba(229, 38, 87, 0.2);
}

#aboutJT .gallery-item:nth-child(1) { grid-row: 1 / 2; }
#aboutJT .gallery-item:nth-child(2) { grid-row: 1 / 3; }
#aboutJT .gallery-item:nth-child(3) { grid-row: 2 / 4; }
#aboutJT .gallery-item:nth-child(4) { grid-row: 3 / 4; }

#aboutJT .floating-elements {
    position: absolute;
    top: 20%;
    right: 10%;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(229, 38, 87, 0.1), rgba(255, 107, 138, 0.1));
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

#aboutJT .floating-elements:nth-child(2) {
    top: 60%;
    left: 5%;
    animation-delay: -2s;
    width: 60px;
    height: 60px;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

#aboutJT .section-divider {
    height: 4px;
    width: 80px;
    background: linear-gradient(135deg, #e52657, #ff6b8a);
    border-radius: 2px;
    margin: 0 auto 2rem;
}

@media (max-width: 768px) {
    #aboutJT .main-title {
        font-size: 2.5rem;
    }
    
    #aboutJT .section-title {
        font-size: 1.5rem;
    }
    
    #aboutJT .lead-text {
        font-size:1rem;
    }
    
    #aboutJT .hero-section {
        margin-top:30px;
    }
    
    #aboutJT .image-gallery {
        grid-template-columns: 1fr;
        height: auto;
    }
    
    #aboutJT .gallery-item {
        height: 150px;
        grid-row: auto !important;
    }
    
    #aboutJT .counter h1 {
        font-size: 2rem;
        font-weight: 700;
    }
    
    #aboutJT .counter {
        padding: 10px;
    }
}

/* Language Flag Buttons */
.language-buttons {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.language-btn {
    width: 40px;
    height: 32px;
    border: 2px solid transparent;
    border-radius: 0.375rem;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.language-btn:hover {
    border-color: #ffde00;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.language-btn.active {
    border-color: #ffde00;
    background: #ffde00;
    color: white;
}

/* Loading Animation */
.translate-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.translate-loading.show {
    opacity: 1;
    visibility: visible;
}

/* Responsive */
@media (max-width: 768px) {
    .language-buttons {
        justify-content: center;
    }
}

.skiptranslate iframe{
    display: none;
}

.goog-te-gadget img{
    display: none;
}

.goog-te-gadget span{
    display: none;
}
