/*
Theme Name: LookupStore Theme
Theme URI: https://lookupstore.com
Author: Your Name
Author URI: https://lookupstore.com
Description: Custom Theme for LookupStore with Hero Slider, Categories, Products, Deals, Testimonials, Blog, and Footer
Version: 1.0
*/
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #FAF9FD;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
    width: 90%;
    margin: 0 auto;
}

header {
    background-color: #fff;
    padding: 15px 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-align: center;
}

header nav ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

header nav ul li {
    display: inline;
}

header nav ul li a {
    font-weight: bold;
    color: #5B2E91;
}

.swiper-container {
    width: 100%;
    height: 400px;
}

.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #EAD8F7 0%, #FFFFFF 100%);
    color: #5B2E91;
    font-size: 24px;
    position: relative;
}
.hero-slider .swiper-pagination {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: 100%;
    text-align: center;
}
.hero-slider {
    margin-bottom: 20px !important;  /* reduce space after slider */
    padding-bottom: 0 !important;
}

.section-title {
    margin-top: 20px !important;  /* reduce space before Categories */
}

.hero-btn {
    background-color: #FFD429;
    color: #2D1442;
    padding: 12px 24px;
    font-weight: bold;
    border-radius: 8px;
    margin-top: 20px;
    display: inline-block;
}

.categories {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}

.category-item {
    background: #fff;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-weight: bold;
    color: #5B2E91;
}

.section-title {
    text-align: center;
    font-size: 32px;
    color: #5B2E91;
    margin-bottom: 20px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 20px 0;
}

.product-card {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: center;
}

.product-card img {
    max-width: 100%;
    border-radius: 8px;
}

.product-card h3 {
    font-size: 18px;
    margin: 10px 0;
}

.product-card .btn-buy {
    background-color: #FFD429;
    color: #2D1442;
    padding: 10px 16px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 10px;
}

.testimonials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 50px 0;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    width: 300px;
    text-align: center;
}
.testimonials-section {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 50px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

.testimonials-luto img {
    max-width: 300px;
    height: auto;
}

.testimonials-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.testimonial-card {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    font-size: 16px;
    line-height: 1.5;
}
/* Prevent horizontal scroll */
body {
    overflow-x: hidden;
}
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

.categories, .product-grid {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    max-width: 1200px;
}
.blog-slider .swiper-slide {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.blog-slider h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

footer {
    background-color: #5B2E91;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
}

footer a {
    color: #FFD429;
}

footer .footer-section {
    margin-bottom: 20px;
}

footer .social-icons a {
    margin: 0 10px;
    font-size: 20px;
    color: #fff;
}
