/*
Theme Name: Radha Rani Spices
Theme URI: https://radharanispices.com
Author: Jatin Jain
Author URI: https://radharanispices.com
Description: Premium Indian Spices WordPress Theme
Version: 1.0
License: GPL v2 or later
Text Domain: radharani-spices
*/

/* RESET */

*{
margin:0;
padding:0;
box-sizing:border-box;
}

html{
scroll-behavior:smooth;
}

body{
font-family:'Poppins',sans-serif;
font-size:16px;
line-height:1.7;
color:#333;
background:#ffffff;
}

img{
max-width:100%;
height:auto;
display:block;
}

a{
text-decoration:none;
transition:0.3s;
}

ul{
list-style:none;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

/* HEADER */

.site-header{
background:#ffffff;
padding:20px 0;
box-shadow:0 2px 15px rgba(0,0,0,.08);
position:sticky;
top:0;
z-index:999;
}

.header-inner{
display:flex;
justify-content:space-between;
align-items:center;
}

.logo{
font-size:32px;
font-weight:700;
color:#8B0000;
}

.main-menu ul{
display:flex;
gap:30px;
}

.main-menu a{
color:#222;
font-weight:600;
}

.main-menu a:hover{
color:#8B0000;
}

/* HERO */

.hero{
height:90vh;
display:flex;
align-items:center;
background:#8B0000;
color:#fff;
}

.hero-content h1{
font-size:70px;
line-height:1.1;
margin-bottom:20px;
}

.hero-content p{
font-size:20px;
margin-bottom:30px;
}

.btn{
display:inline-block;
padding:15px 35px;
background:#D4AF37;
color:#111;
font-weight:600;
border-radius:5px;
}

.btn:hover{
transform:translateY(-3px);
}

/* SECTION */

.section{
padding:100px 0;
}

.section-title{
text-align:center;
margin-bottom:60px;
}

.section-title h2{
font-size:42px;
color:#8B0000;
}

.section-title p{
margin-top:10px;
}

/* PRODUCTS */

.products-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.product-card{
background:#fff;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
text-align:center;
}

.product-card:hover{
transform:translateY(-8px);
}

/* FEATURES */

.features-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.feature-box{
padding:30px;
text-align:center;
background:#fff;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

/* CTA */

.cta{
background:#8B0000;
color:#fff;
text-align:center;
padding:100px 0;
}

.cta h2{
font-size:50px;
margin-bottom:20px;
}

/* FOOTER */

.site-footer{
background:#111;
color:#fff;
padding:60px 0;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:40px;
}

.footer-title{
margin-bottom:20px;
font-size:22px;
}

.copyright{
margin-top:40px;
padding-top:20px;
border-top:1px solid rgba(255,255,255,.1);
text-align:center;
}

/* MOBILE */

@media(max-width:991px){

.header-inner{
flex-direction:column;
gap:20px;
}

.main-menu ul{
flex-wrap:wrap;
justify-content:center;
}

.hero-content h1{
font-size:42px;
}

.products-grid,
.features-grid,
.footer-grid{
grid-template-columns:1fr;
}

.section-title h2{
font-size:32px;
}

.cta h2{
font-size:36px;
}

}
/* HEADER */

.site-header{
background:#ffffff;
position:sticky;
top:0;
left:0;
width:100%;
z-index:999;
box-shadow:0 2px 20px rgba(0,0,0,.08);
}

.header-inner{
display:flex;
align-items:center;
justify-content:space-between;
height:90px;
}

.logo{
font-size:32px;
font-weight:700;
color:#8B0000;
}

.menu-list{
display:flex;
gap:35px;
align-items:center;
}

.menu-list li{
list-style:none;
}

.menu-list a{
font-size:15px;
font-weight:600;
color:#222;
text-transform:uppercase;
letter-spacing:0.5px;
}

.menu-list a:hover{
color:#8B0000;
}

.mobile-toggle{
display:none;
background:none;
border:none;
font-size:30px;
cursor:pointer;
}

@media(max-width:991px){

.mobile-toggle{
display:block;
}

.main-menu{
display:none;
position:absolute;
top:90px;
left:0;
width:100%;
background:#fff;
padding:20px;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.main-menu.active{
display:block;
}

.menu-list{
flex-direction:column;
gap:20px;
}

}
/* FOOTER */

.site-footer{
background:#111111;
color:#ffffff;
padding:80px 0 20px;
}

.footer-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:40px;
}

.footer-title{
font-size:22px;
margin-bottom:20px;
color:#D4AF37;
}

.footer-links li{
margin-bottom:12px;
}

.footer-links a{
color:#cccccc;
}

.footer-links a:hover{
color:#D4AF37;
}

.footer-contact li{
margin-bottom:15px;
color:#cccccc;
}

.copyright{
margin-top:50px;
padding-top:25px;
border-top:1px solid rgba(255,255,255,.1);
text-align:center;
color:#999999;
}

@media(max-width:991px){

.footer-grid{
grid-template-columns:1fr;
text-align:center;
}

}
.hero-tag{
display:inline-block;
background:#D4AF37;
padding:10px 20px;
border-radius:50px;
margin-bottom:20px;
font-weight:600;
color:#111;
}

.about-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:60px;
align-items:center;
}

.about-image img{
border-radius:15px;
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.products-section{
background:#f8f8f8;
}

.testimonials{
background:#ffffff;
}

.why-us{
background:#fafafa;
}

@media(max-width:991px){

.about-grid{
grid-template-columns:1fr;
}

}
/* BLOG */

.blog-section{
padding:100px 0;
}

.blog-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
}

.blog-card{
background:#fff;
border-radius:12px;
overflow:hidden;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.blog-card:hover{
transform:translateY(-8px);
}

.blog-image img{
width:100%;
height:250px;
object-fit:cover;
}

.blog-content{
padding:25px;
}

.blog-content h3{
margin-bottom:15px;
}

.blog-content a{
color:#222;
}

.read-more{
display:inline-block;
margin-top:15px;
font-weight:600;
color:#8B0000 !important;
}

@media(max-width:991px){

.blog-grid{
grid-template-columns:1fr;
}

}
/* PAGE TEMPLATE */

.page-banner{
background:#8B0000;
padding:80px 0;
text-align:center;
color:#fff;
}

.page-banner h1{
font-size:48px;
margin-bottom:15px;
}

.breadcrumb{
font-size:15px;
}

.breadcrumb a{
color:#D4AF37;
}

.breadcrumb span{
margin:0 5px;
}

.page-content-section{
padding:80px 0;
}

.page-content-wrapper{
max-width:1000px;
margin:auto;
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.page-content-wrapper h2{
margin-bottom:20px;
color:#8B0000;
}

.page-content-wrapper p{
margin-bottom:20px;
line-height:1.8;
}

.page-content-wrapper img{
border-radius:10px;
margin:20px 0;
}

@media(max-width:991px){

.page-banner h1{
font-size:34px;
}

.page-content-wrapper{
padding:25px;
}

}
/* SINGLE POST */

.single-banner{
background:#8B0000;
padding:100px 0;
text-align:center;
color:#fff;
}

.single-banner h1{
font-size:52px;
max-width:900px;
margin:20px auto 0;
}

.post-date{
display:inline-block;
background:#D4AF37;
color:#111;
padding:8px 18px;
border-radius:30px;
font-weight:600;
}

.single-post-section{
padding:80px 0;
}

.single-post-wrapper{
max-width:1000px;
margin:auto;
}

.single-featured-image{
margin-bottom:40px;
}

.single-featured-image img{
width:100%;
border-radius:15px;
}

.single-content{
background:#fff;
padding:40px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.single-content h2,
.single-content h3{
margin:25px 0 15px;
color:#8B0000;
}

.single-content p{
margin-bottom:20px;
line-height:1.9;
}

.post-navigation{
display:flex;
justify-content:space-between;
margin-top:40px;
padding-top:30px;
border-top:1px solid #eee;
}

.post-navigation a{
color:#8B0000;
font-weight:600;
}

@media(max-width:991px){

.single-banner h1{
font-size:34px;
}

.single-content{
padding:25px;
}

.post-navigation{
flex-direction:column;
gap:15px;
}

}
/* ARCHIVE PAGE */

.archive-banner{
background:#8B0000;
padding:90px 0;
text-align:center;
color:#fff;
}

.archive-banner h1{
font-size:48px;
margin-bottom:15px;
}

.archive-banner p{
max-width:700px;
margin:auto;
}

.archive-section{
padding:80px 0;
}

.pagination-wrap{
margin-top:50px;
text-align:center;
}

.pagination-wrap .page-numbers{
display:inline-block;
padding:10px 15px;
margin:5px;
background:#f5f5f5;
border-radius:5px;
color:#333;
}

.pagination-wrap .current{
background:#8B0000;
color:#fff;
}

@media(max-width:991px){

.archive-banner h1{
font-size:34px;
}

}
/* SEARCH PAGE */

.search-banner{
background:#8B0000;
padding:90px 0;
text-align:center;
color:#fff;
}

.search-banner h1{
font-size:42px;
}

.search-results-section{
padding:80px 0;
}

.no-results{
max-width:700px;
margin:auto;
text-align:center;
padding:50px;
background:#fff;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.no-results h2{
margin-bottom:15px;
color:#8B0000;
}

.search-form{
margin-top:20px;
display:flex;
gap:10px;
justify-content:center;
}

.search-field{
padding:12px;
width:300px;
border:1px solid #ddd;
border-radius:5px;
}

.search-submit{
padding:12px 25px;
background:#8B0000;
color:#fff;
border:none;
border-radius:5px;
cursor:pointer;
}
/* 404 PAGE */

.error-404-section{
padding:120px 0;
text-align:center;
background:#f8f8f8;
min-height:70vh;
display:flex;
align-items:center;
}

.error-404-content{
max-width:700px;
margin:auto;
}

.error-code{
font-size:140px;
font-weight:700;
color:#8B0000;
line-height:1;
display:block;
}

.error-404-content h1{
font-size:48px;
margin:20px 0;
}

.error-404-content p{
font-size:18px;
margin-bottom:30px;
}

.error-search{
margin-top:40px;
}

.error-search .search-form{
justify-content:center;
}

@media(max-width:768px){

.error-code{
font-size:90px;
}

.error-404-content h1{
font-size:32px;
}

}
/* SIDEBAR */

.theme-sidebar{
background:#ffffff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.widget-box{
margin-bottom:35px;
}

.widget-title{
font-size:22px;
margin-bottom:20px;
color:#8B0000;
padding-bottom:10px;
border-bottom:2px solid #D4AF37;
}

.widget-box ul{
padding:0;
margin:0;
}

.widget-box ul li{
list-style:none;
margin-bottom:12px;
}

.widget-box ul li a{
color:#333;
}

.widget-box ul li a:hover{
color:#8B0000;
}

.widget_search input{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:5px;
margin-bottom:10px;
}

.widget_search button{
background:#8B0000;
color:#fff;
border:none;
padding:12px 20px;
cursor:pointer;
border-radius:5px;
}
/* COMMENTS */

.comments-area{
margin-top:50px;
padding:30px;
background:#fff;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
}

.comments-title{
margin-bottom:20px;
color:#8B0000;
}

.comment-list{
margin-bottom:30px;
}

.comment-body{
padding:20px;
margin-bottom:20px;
background:#f8f8f8;
border-radius:8px;
}

.comment-form input,
.comment-form textarea{
width:100%;
padding:12px;
border:1px solid #ddd;
border-radius:5px;
margin-bottom:15px;
}

.comment-form input[type="submit"]{
background:#8B0000;
color:#fff;
border:none;
cursor:pointer;
}
/* SHOP */

.shop-banner{
background:#8B0000;
padding:100px 0;
text-align:center;
color:#fff;
}

.shop-banner h1{
font-size:55px;
margin-bottom:15px;
}

.shop-wrapper{
padding:80px 0;
}

.woocommerce ul.products li.product{
background:#fff;
padding:20px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.woocommerce ul.products li.product:hover{
transform:translateY(-8px);
}

.woocommerce ul.products li.product .button{
background:#8B0000;
color:#fff;
border-radius:50px;
}

.woocommerce ul.products li.product .price{
color:#8B0000;
font-weight:700;
}

.single-product-wrapper{
padding:80px 0;
}

.woocommerce div.product .single_add_to_cart_button{
background:#8B0000 !important;
}

.woocommerce div.product .price{
color:#8B0000 !important;
font-size:28px;
font-weight:700;
}