/*
Theme Name: Snapside
Theme URI: http://snapside.co.ke
Author: Snapside Team
Description: Version 17.0 - Clean Pricing Tables (No Conflicts)
Version: 17.0
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&family=Outfit:wght@400;700;900&display=swap');

:root {
    --primary-color: #023073;
    --primary-light: #0066ff;
    --brand-gradient: linear-gradient(135deg, #023073 0%, #004e92 100%);
    --text-dark: #1a1a1a;
    --text-light: #ffffff;
    --bg-light: #f8f9fa;
    --border-color: #e0e0e0;
}

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    background-color: var(--bg-light);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    color: var(--primary-color);
    font-weight: 700;
}

/* --- NAVBAR --- */
.navbar {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(10px);
    padding: 0.5rem 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}
.navbar .container {
    display: flex;
    flex-wrap: wrap; 
    align-items: center;
}
.navbar-brand {
    font-weight: 900;
    color: var(--primary-color) !important;
    font-size: 1.6rem;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    max-width: 80%;
    margin-right: auto;
}
.navbar-brand img {
    max-height: 50px;
    width: auto;
    margin-right: 10px;
}
.nav-link {
    color: var(--primary-color) !important;
    font-weight: 600;
    margin-left: 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

/* --- HERO SECTION --- */
.hero-slider .carousel-item { height: 100vh; min-height: 600px; }
.hero-slider img { object-fit: cover; height: 100%; width: 100%; filter: brightness(0.5); }
.hero-caption { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-align: center; color: white; width: 85%; max-width: 900px; z-index: 2; }
.hero-caption p { text-shadow: 0 4px 6px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,0.9); font-weight: 600; font-size: 1.5rem; letter-spacing: 0.5px; }

/* --- BUTTONS --- */
.btn-snapside { background-image: var(--brand-gradient); border: none; color: white; padding: 18px 45px; border-radius: 50px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 10px 30px rgba(2, 48, 115, 0.3); transition: all 0.3s ease; }
.btn-snapside:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(2, 48, 115, 0.5); color: white; }

/* --- HOMEPAGE FEATURES --- */
.card-creative { background: white; padding: 3rem 2rem; border-radius: 20px; border: 1px solid #eee; text-align: center; transition: all 0.4s ease; position: relative; overflow: hidden; height: 100%; }
.card-creative:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 5px; background: var(--brand-gradient); transition: height 0.3s; }
.card-creative:hover { transform: translateY(-10px); }
.card-creative:hover:after { height: 10px; }
.card-icon { font-size: 3rem; color: var(--primary-color); margin-bottom: 1.5rem; }

/* --- GALLERY --- */
.gallery-section { padding: 80px 0; background: #fff; overflow: hidden; }
.gallery-wrapper { overflow-x: auto; white-space: nowrap; padding: 0; scrollbar-width: none; }
.gallery-wrapper::-webkit-scrollbar { display: none; }
.gallery-strip { display: inline-flex; flex-direction: column; flex-wrap: wrap; height: 600px; align-content: flex-start; gap: 4px; }
.gallery-img-trigger { height: 298px; width: auto; min-width: 300px; object-fit: cover; border-radius: 0; cursor: pointer; transition: filter 0.3s; background-color: #eee; margin: 0; }
.gallery-img-trigger:hover { filter: brightness(0.8); }

/* Modal Nav */
.modal-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); background: rgba(0,0,0,0.5); color: white; border: none; width: 50px; height: 50px; border-radius: 50%; font-size: 1.5rem; display: flex; align-items: center; justify-content: center; transition: 0.3s; z-index: 100; cursor: pointer; }
.modal-nav-btn:hover { background: rgba(0,0,0,0.9); }
.modal-prev { left: 20px; } .modal-next { right: 20px; }

/* --- PAGE HEADERS --- */
.page-header { background-size: cover; background-position: center; padding: 10rem 0 6rem 0; position: relative; margin-bottom: 2rem; }
.page-header-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(2, 48, 115, 0.85); z-index: 1; }
.page-header-content { position: relative; z-index: 2; text-align: center; }
.page-header-content h1, .page-header-content p, .page-header-content h1.display-3 { color: #ffffff !important; }

/* --- CONTACT & FORMS --- */
.contact-form-wrapper { background: white; padding: 3rem; border-radius: 20px; box-shadow: 0 20px 60px rgba(0,0,0,0.1); margin-top: -100px; position: relative; z-index: 10; border: 1px solid #eee; }
.contact-info-card { background: white; padding: 2rem; border-radius: 15px; border: 1px solid #eee; box-shadow: 0 10px 30px rgba(0,0,0,0.05); transition: transform 0.3s; height: 100%; }
.contact-info-card:hover { transform: translateY(-5px); border-color: var(--primary-color); }
.wpcf7-submit { background-image: var(--brand-gradient) !important; border: none !important; color: white !important; padding: 15px 0 !important; width: 100%; border-radius: 10px; font-weight: 700; text-transform: uppercase; margin-top: 15px; }
.wpcf7-form-control:not(.wpcf7-submit) { background: #f8f9fa; border: 1px solid #e1e1e1; border-radius: 8px; padding: 15px; }

/* --- FOOTER --- */
footer { background: var(--primary-color); color: white; padding-top: 5rem; }
.footer-col { text-align: left; display: flex; flex-direction: column; }
footer h3, footer h5 { color: #ffffff !important; }
.social-icon { display: inline-flex; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,0.3); border-radius: 50%; align-items: center; justify-content: center; color: white; margin-right: 10px; transition: 0.3s; }
.social-icon:hover { background: white; color: var(--primary-color); }
@media (max-width: 991px) {
    .footer-col { text-align: center !important; margin-bottom: 2rem; }
    .social-icons-container { justify-content: center !important; }
}

/* =========================================
   NEW PRICING TABLE STYLES (Specific & Clean)
   ========================================= */

/* The Card Container */
.snapside-price-card {
    background: #fff;
    border: 1px solid var(--border-color); /* Explicit Grey Border */
    border-radius: 12px;
    overflow: hidden; /* Keeps content inside border */
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
}

/* Hover Effect (Optional - keeps it subtle) */
.snapside-price-card:hover {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
}

/* 1. Header Section (Title) */
.price-header {
    background-color: #f8f9fa;
    padding: 25px 20px;
    text-align: center;
    border-bottom: 1px solid var(--border-color);
}
.price-header h3 {
    margin: 0;
    font-size: 1.5rem;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
}

/* 2. Body Section (List) */
.price-body {
    padding: 30px 25px;
    flex-grow: 1; /* Pushes button down */
}

/* Clean List Reset - Removes conflicting styles */
ul.price-features {
    list-style: none !important; /* Force remove bullets */
    padding: 0 !important;
    margin: 0 !important;
}

ul.price-features li {
    margin-bottom: 15px;
    color: #444;
    font-size: 0.95rem;
    display: flex;
    align-items: flex-start;
    line-height: 1.5;
    border-bottom: 1px dashed #eee; /* subtle separation lines */
    padding-bottom: 10px;
}
ul.price-features li:last-child {
    border-bottom: none;
}

ul.price-features li i {
    color: var(--primary-color);
    margin-right: 12px;
    font-size: 1.1rem;
    transform: translateY(2px); /* visual alignment */
}

/* 3. Footer Section (Button) */
.price-footer {
    padding: 20px 25px 30px 25px;
    text-align: center;
}

/* --- PLATINUM (POPULAR) OVERRIDES --- */
.snapside-price-card.popular {
    border: 2px solid var(--primary-color); /* Thick Blue Border */
    box-shadow: 0 10px 40px rgba(2, 48, 115, 0.15);
    z-index: 10;
    transform: scale(1.05); /* Make it bigger */
    position: relative;
}

/* "Most Popular" Badge */
.popular-tag {
    background: var(--primary-color);
    color: white;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px 0;
    width: 100%;
}

.snapside-price-card.popular .price-header {
    background-color: white;
    padding-top: 15px;
    border-bottom: none;
}

.snapside-price-card.popular .price-header h3 {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 1.8rem;
}

/* Mobile Reset for Scale */
@media (max-width: 768px) {
    .snapside-price-card.popular {
        transform: scale(1);
        margin: 20px 0;
    }
}