/*
Theme Name: Wanjule Technologies
Theme URI: https://www.wanjuletechnologies.com/
Author: JOZE-0705183347
Author URI: https://www.wanjuletechnologies.com/
Description: A simple WordPress theme converted from provided HTML.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: wanjule
*/

/* Import the original CSS below (kept compact for the theme) */


/* Reset */
        *{box-sizing:border-box;margin:0;padding:0}
        body{font-family:Arial,helvetica,sans-serif;line-height:1.6;color:#222;background:#f0f2f5}
        .container{max-width:1200px;margin:0 auto;padding:0 20px}

        /* Colors */
        .primary-bg{background:#003366}
        .secondary-bg{background:#FF7A00}
        .light-bg{background:#f5f7fa}
        .dark-bg{background:#2D3748}

        /* NAV */
        .navbar{
            display:flex;
            justify-content:space-between;
            align-items:center;
            padding:0.5rem 1rem;
            background:#003366;
            color:#fff;
            position:sticky;
            top:0;
            z-index:1000;
            box-shadow:0 2px 10px rgba(0,0,0,0.1);
        }
        .nav-brand {
            display: flex;
            align-items: center;
            gap: 15px;
        }
        .nav-brand h2{color:#fff;font-size:1.25rem}
        .nav-menu{display:flex;list-style:none;gap:1rem}
        .nav-menu a{color:#fff;text-decoration:none;padding:8px}
        .nav-menu a:hover{color:#FF7A00}
        .nav-toggle{display:none}

        /* Buttons */
        .btn{display:inline-block;padding:10px 20px;border-radius:6px;text-decoration:none;font-weight:700}
        .btn-primary{background:#003366;color:#fff}
        .btn-secondary{background:#FF7A00;color:#fff}
        .btn-outline{background:transparent;border:2px solid #003366;color:#003366}
        .btn-demo{background:#28a745;color:#fff}

        /* HERO SLIDER */
        .hero-slider{position:relative;height:75vh;min-height:480px;overflow:hidden;clip-path:polygon(0 0,100% 0,100% 60%,0 100%); /* diagonal bottom-right cut */color:#fff}
        .slider{position:absolute;inset:0}
        .slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out;mask-image:linear-gradient(to bottom right, rgba(0,0,0,1) 60%, rgba(0,0,0,0));-webkit-mask-image:linear-gradient(to bottom right, rgba(0,0,0,1) 60%, rgba(0,0,0,0));:opacity 1s ease-in-out}
        .slide.active{opacity:1}
        .hero-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,0.25),rgba(0,0,0,0.45));z-index:5}
        .hero-content{position:relative;z-index:10;text-align:center;padding:6rem 1rem}
        .hero-content h1{font-size:2.5rem;margin-bottom:.5rem}
        .hero-content p{font-size:1.1rem;margin-bottom:1rem;color:#e6eefc}

        /* Slider controls (aria friendly) */
        .slider-nav{position:absolute;left:50%;transform:translateX(-50%);bottom:20px;z-index:12;display:flex;gap:.5rem}
        .dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,0.5);cursor:pointer}
        .dot.active{background:#FF7A00}

        /* Sections */
        section{padding:60px 0;background:#fafafa;scroll-margin-top:80px}
        .services h2,.hosting-section h2,.books-section h2{text-align:center;color:#003366}
        .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}
        .service-card{background:#fff;border-left:6px solid #FF7A00;background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08);text-align:center}

        .pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem}
        .pricing-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 6px 18px rgba(0,0,0,.06);text-align:center}
        .pricing-card.featured{border:3px solid #FF7A00;transform:translateY(-6px)}

        .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem}
        .product-card{background:#fff;padding:1rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.06)}

        .books-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.25rem}
        .book-card{display:flex;gap:1rem;background:#f5f7fa;padding:1rem;border-radius:10px}
        .book-cover{width:120px;height:160px;background:#003366;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px}

        footer{background:#1f2937;color:#fff;padding:30px 0;text-align:center}

        /* Responsive */
        @media(max-width:900px){.hero-content h1{font-size:2rem}.nav-menu{display:none}.nav-toggle{display:block;color:#fff}}
        @media(max-width:600px){.book-card{flex-direction:column;align-items:center}.hero-content{padding-top:4rem;padding-bottom:3rem}}
        
        /* New styles for template cards */
        .template-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
        .template-card{background:#fff;padding:1.5rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
        .template-price{font-size:1.5rem;font-weight:bold;color:#FF7A00;margin:1rem 0}
        .template-features{list-style:none;margin:1rem 0}
        .template-features li{margin-bottom:0.5rem;padding-left:1.5rem;position:relative}
        .template-features li:before{content:"✓";position:absolute;left:0;color:#28a745}
        .template-buttons{display:flex;gap:0.5rem;margin-top:1rem}
        .template-buttons .btn{flex:1;text-align:center}
        
        /* Ebook styles - Updated for larger covers */
        .ebook-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem}
        .ebook-card{display:flex;gap:2rem;background:#fff;padding:2rem;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.08)}
        .ebook-cover{width:200px;height:280px;background:#003366;color:#fff;border-radius:8px;display:flex;align-items:center;justify-content:center;text-align:center;padding:10px;flex-shrink:0;overflow:hidden}
        .ebook-cover img{width:100%;height:100%;object-fit:cover}
        .ebook-content{flex:1}
        .ebook-price{font-size:1.25rem;font-weight:bold;color:#FF7A00;margin:0.5rem 0}
        .payment-method{font-size:0.9rem;color:#666;margin:0.5rem 0}
        
        /* Popular badge for featured hosting plan */
        .popular-badge{background:#FF7A00;color:#fff;padding:4px 12px;border-radius:20px;font-size:0.8rem;font-weight:bold;margin-bottom:1rem;display:inline-block}
        
        /* Responsive adjustments for ebooks */
        @media(max-width:900px){
            .ebook-grid{grid-template-columns:1fr}
            .ebook-card{flex-direction:column}
            .ebook-cover{width:100%;max-width:300px;margin:0 auto}
        }
        
        /* Protection overlay */
        .protection-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: transparent;
            z-index: 9999;
            display: none;
        }
        
        /* Warning message */
        .warning-message {
            position: fixed;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(0, 0, 0, 0.85);
            color: white;
            padding: 20px 30px;
            border-radius: 8px;
            z-index: 10000;
            text-align: center;
            display: none;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        }
        
        .warning-message h3 {
            margin-bottom: 10px;
            color: #FF7A00;
        }
        
        /* UPDATED: Online users bubble - now positioned in navbar */
        .online-users {
            display: flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, 0.15);
            color: white;
            border-radius: 20px;
            padding: 6px 12px;
            font-size: 0.85rem;
            font-weight: bold;
            transition: all 0.3s ease;
            cursor: pointer;
            border: 1px solid rgba(255, 255, 255, 0.2);
        }
        
        .online-users:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: scale(1.05);
        }
        
        .online-users .pulse {
            position: relative;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: #FF7A00;
        }
        
        .online-users .pulse:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #FF7A00;
            opacity: 0.6;
            animation: pulse 2s infinite;
        }
        
        @keyframes pulse {
            0% {
                transform: scale(1);
                opacity: 0.6;
            }
            70% {
                transform: scale(1.5);
                opacity: 0;
            }
            100% {
                transform: scale(1);
                opacity: 0;
            }
        }
        
        /* Web Development Pricing Page Styles */
        .webdev-pricing {
            padding: 80px 0;
            background: #f8f9fa;
            min-height: 100vh;
        }
        
        .webdev-pricing h2 {
            text-align: center;
            margin-bottom: 3rem;
            font-size: 2.5rem;
            color: #003366;
        }
        
        .webdev-pricing p {
            text-align: center;
            margin-bottom: 3rem;
            font-size: 1.2rem;
            color: #666;
        }
        
        .pricing-table {
            background: white;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
            margin-bottom: 3rem;
        }
        
        .pricing-table table {
            width: 100%;
            border-collapse: collapse;
        }
        
        .pricing-table th {
            padding: 1.5rem;
            text-align: left;
            font-size: 1.2rem;
            background: #003366;
            color: white;
        }
        
        .pricing-table td {
            padding: 1.5rem;
            border-bottom: 1px solid #f0f0f0;
        }
        
        .pricing-table tr:nth-child(even) {
            background: #fafafa;
        }
        
        .pricing-table .price {
            text-align: center;
            font-weight: bold;
            color: #FF7A00;
        }
        
        .additional-services {
            margin-top: 3rem;
            text-align: center;
        }
        
        .additional-services h3 {
            color: #003366;
            margin-bottom: 1rem;
        }
        
        .service-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 1rem;
            margin-top: 2rem;
        }
        
        .service-card-small {
            background: white;
            padding: 1.5rem;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
        
        .service-card-small h4 {
            color: #003366;
            margin-bottom: 0.5rem;
        }
        
        .service-card-small p {
            color: #FF7A00;
            font-weight: bold;
            margin: 0;
        }
        
        /* Page container for different pages */
        .page-container {
            display: none;
        }
        
        .page-container.active {
            display: block;
        }
        
        /* Back to home button */
        .back-home {
            display: inline-block;
            margin-bottom: 2rem;
            color: #003366;
            text-decoration: none;
            font-weight: bold;
        }
        
        .back-home:hover {
            text-decoration: underline;
        }
        
        /* Back to top button */
        .back-to-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #FF7A00;
            color: white;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
            font-size: 24px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.3);
            z-index: 1000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
            border: none;
            cursor: pointer;
        }

        .back-to-top.visible {
            opacity: 1;
            visibility: visible;
        }

        .back-to-top:hover {
            background: #003366;
            transform: translateY(-3px);
        }
        
        /* Responsive adjustments for online users */
        @media (max-width: 768px) {
            .online-users {
                display: none; /* Hide on mobile to save space */
            }
        }
