/*
Theme Name: PriceDekho Theme
Theme URI: https://pricedekho.online
Author: Gurjeet Singh
Author URI: https://pricedekho.online
Description: Professional Price Comparison WordPress Theme
Version: 1.0
Requires at least: 6.5
Tested up to: 6.8
Requires PHP: 8.1
Text Domain: pricedekho
*/

body{
    margin:0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;
    background:#f5f7fb;
    color:#222;
}

.container{
    width:1200px;
    max-width:95%;
    margin:auto;
}.hero{
    background:#2563eb;
    color:#fff;
    text-align:center;
    padding:80px 20px;
}

.hero h1{
    font-size:48px;
    margin-bottom:15px;
}

.hero p{
    font-size:20px;
    margin-bottom:30px;
}

.search-box{
    display:flex;
    justify-content:center;
    gap:10px;
    flex-wrap:wrap;
}

.search-box input{
    width:500px;
    max-width:100%;
    padding:15px;
    border:none;
    border-radius:8px;
    font-size:16px;
}

.search-box button{
    background:#f97316;
    color:#fff;
    border:none;
    padding:15px 30px;
    border-radius:8px;
    cursor:pointer;
    font-size:16px;
}/* Header */

.pd-header{
    background:#ffffff;
    padding:15px 0;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
}

.pd-header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo a{
    text-decoration:none;
    color:#2563eb;
}

.main-nav ul{
    list-style:none;
    display:flex;
    gap:25px;
    margin:0;
    padding:0;
}

.main-nav a{
    text-decoration:none;
    color:#222;
    font-weight:600;
}

.main-nav a:hover{
    color:#2563eb;
}

/* Footer */

.pd-footer{
    background:#111827;
    color:#fff;
    text-align:center;
    padding:30px 0;
}.pd-header{
    background:#fff;
    padding:18px 0;
    box-shadow:0 2px 10px rgba(0,0,0,.08);
    position:sticky;
    top:0;
    z-index:999;
}

.container{
    width:90%;
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.logo a{
    text-decoration:none;
    font-size:34px;
    font-weight:bold;
    color:#2563eb;
}

.logo span{
    color:#ff6b00;
}

.main-menu a{
    text-decoration:none;
    color:#222;
    margin-left:30px;
    font-weight:600;
}

.main-menu a:hover{
    color:#2563eb;
}