/*
Theme Name: Rajput Fashion
Theme URI: https://rajputfashion.com
Author: Rajput Fashion
Description: Rajput Fashion is a custom WordPress theme designed specifically for Rajput Fashion, Valsad. showcasing our premium-quality track pants, t-shirts, and premium men's apparel.
Version: 1.0.0
Text Domain: rajputfashion
Tags: e-commerce, fashion, apparel, premium, responsive-layout, custom-menu, featured-images, theme-options, translation-ready
*/

.navbar-nav .nav-link {
    color: #333 !important;
    position: relative;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #d4af37 !important;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 1rem;
    background-color: #d4af37;
    transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
    width: calc(100% - 2rem);
}

.navbar-nav .nav-link.active {
    color: #d4af37 !important;
}

.navbar-nav .nav-link.active::after {
    width: calc(100% - 2rem);
}

/* Fix mobile menu padding */
@media (max-width: 991.98px) {
    .navbar-nav {
        padding: 1rem 0;
    }

    .navbar-nav .nav-link::after {
        left: 0;
    }

    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link.active::after {
        width: 100%;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
}

.bg-premium {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    color: #fff;
}

.text-gold {
    color: #d4af37;
}

.btn-premium {
    background-color: #d4af37;
    color: #000;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-premium:hover {
    background-color: #b8962e;
    transform: translateY(-2px);
    color: #000;
}

/* Robust Placeholders for missing images */
.hero-image-wrapper {
    background: linear-gradient(135deg, #222, #444);
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}

.hero-image-wrapper::after {
    content: 'PREMIUM APPAREL';
    color: rgba(212, 175, 55, 0.2);
    font-size: 2rem;
    font-weight: 800;
    letter-spacing: 5px;
    z-index: 0;
}

.hero-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.product-card .position-relative,
.placeholder-wrapper {
    background: #f1f1f1;
    min-height: 300px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.product-card .position-relative::after,
.placeholder-wrapper::after {
    content: 'RAJPUT FASHION';
    color: #ddd;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 0;
}

.product-card img,
.placeholder-wrapper img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    z-index: 1;
}

/* Hide broken image icon text */
img {
    color: transparent;
}

/* Sidebar & Widget Styling */
.widget {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #fff;
    padding: 30px;
    margin-bottom: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.widget:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08) !important;
}

.widget-title {
    color: #1a1a1a;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 800;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #d4af37, #af8f2c);
    border-radius: 2px;
}

.widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li {
    padding: 12px 0;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.widget ul li:last-child {
    border-bottom: none;
}

.widget ul li a {
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
    display: block;
}

.widget ul li a:hover {
    color: #d4af37;
    padding-left: 8px;
}

/* Search Widget Styling */
.search-form {
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    overflow: hidden;
}

.search-field {
    border: 1px solid #eee;
    padding: 12px 20px;
    flex-grow: 1;
    border-radius: 50px 0 0 50px;
    border-right: none;
    outline: none;
}

.search-submit {
    background-color: #1a1a1a;
    color: #d4af37;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    border-radius: 0 50px 50px 0;
    transition: all 0.3s ease;
}

.search-submit:hover {
    background-color: #d4af37;
    color: #1a1a1a;
}

/* Comments Section Styling */
.comments-area {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    margin-top: 60px;
}

.comment-list {
    margin-bottom: 50px;
}

.comment-body {
    transition: all 0.3s ease;
    border-radius: 15px;
    margin-bottom: 20px;
}

.comment-body:hover {
    border-color: #d4af37 !important;
    transform: translateX(5px);
}

.reply a {
    background: #f8f9fa;
    color: #1a1a1a;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #eee;
}

.reply a:hover {
    background: #d4af37;
    color: #fff;
    border-color: #d4af37;
}

.comment-form input,
.comment-form textarea {
    border: 1px solid #eee;
    padding: 15px 20px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.1);
    outline: none;
}

.comment-author-avatar img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.comment-author-avatar img:hover {
    transform: rotate(10deg) scale(1.1);
}

/* Author Box Styling */
.author-box {
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.author-box:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05) !important;
    transform: translateY(-3px);
}

.author-title span {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.author-avatar img {
    transition: transform 0.5s ease;
}

.author-box:hover .author-avatar img {
    transform: rotate(5deg) scale(1.05);
}

/* Testimonials Page Redesign Styles */
.section-accent-line {
    position: relative;
    padding-bottom: 20px;
}

.section-accent-line::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #d4af37;
    border-radius: 2px;
}

.testimonial-card-v2 {
    border-radius: 12px;
    position: relative;
    padding-top: 50px !important;
    transition: all 0.3s ease;
}

.testimonial-card-v2:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1) !important;
}

.testimonial-quote-icon {
    position: absolute;
    top: 25px;
    right: 30px;
    font-size: 2.5rem;
    color: #f8f9fa;
    line-height: 1;
}

.initial-avatar {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 10px;
}

.video-placeholder {
    position: relative;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-placeholder:hover .video-overlay {
    background: rgba(0, 0, 0, 0.6);
}

.play-button {
    width: 60px;
    height: 60px;
    background: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 1.5rem;
    padding-left: 5px;
    transition: transform 0.3s ease;
}

.video-placeholder:hover .play-button {
    transform: scale(1.1);
}

/* Review Form Styling */
.review-form-card {
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.star-rating .star-btn {
    cursor: pointer;
    font-size: 1.5rem;
    color: #ddd;
    transition: color 0.2s;
}

.star-rating .star-btn:hover,
.star-rating .star-btn.active {
    color: #ffc107;
}

/* Testimonial Submit Button styling for visibility */
.btn-submit-review {
    background-color: #1a1a1a !important;
    color: #d4af37 !important;
    border: 1.5px solid #d4af37 !important;
    padding: 16px 50px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    transition: all 0.3s ease !important;
    display: inline-block !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    text-decoration: none !important;
}

.btn-submit-review:hover {
    background-color: #d4af37 !important;
    color: #1a1a1a !important;
    transform: translateY(-3px) !important;
    box-shadow: 0 10px 25px rgba(212, 175, 55, 0.4) !important;
}

/* Social Icon Effects */
.transition-all {
    transition: all 0.3s ease;
}

.hover-gold:hover {
    color: #d4af37 !important;
    transform: translateY(-3px);
    display: inline-block;
}

/* Homepage Enhanced Sections */
.about-featured-img {
    transition: all 0.5s ease;
    border: 8px solid #fff;
}

.about-section:hover .about-featured-img {
    transform: scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1) !important;
}

.contact-info-card {
    border-radius: 15px;
    transition: all 0.3s ease;
}

.contact-info-card:hover {
    background: #f8f9fa !important;
    transform: translateX(10px);
}

.contact-icon-box {
    width: 50px;
    height: 50px;
    background: rgba(212, 175, 55, 0.1);
    color: #d4af37;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
}

.form-premium-input {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.form-premium-input:focus {
    border-color: #d4af37;
    box-shadow: 0 0 0 0.25rem rgba(212, 175, 55, 0.1);
    outline: none;
}

/* Global Store Card Design - Rajput Fashion */
.visit-us {
    background-color: #f9f9f9 !important;
}

.store-card {
    background: #ffffff !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
    max-width: 600px !important;
    margin: 40px auto !important;
    border: 1px solid #e0e0e0 !important;
    display: block !important;
}

.store-card-header {
    background-color: #1e2d45 !important;
    color: #ffffff !important;
    padding: 18px 25px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    border-bottom: none !important;
}

.store-card-header h3 {
    margin: 0 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

.brand-badge {
    background: #ffffff !important;
    color: #1e2d45 !important;
    padding: 5px 12px !important;
    border-radius: 4px !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.store-image-section {
    position: relative !important;
    width: 100% !important;
    height: 350px !important;
    overflow: hidden !important;
    background: #eee !important;
}

.store-image-section img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.store-overlay-text {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 3.5rem !important;
    font-weight: 900 !important;
    width: 100% !important;
    text-align: center !important;
    text-transform: capitalize !important;
    pointer-events: none !important;
}

.store-info-content {
    padding: 35px 40px !important;
    background: #fff !important;
}

.info-item {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 25px !important;
}

.info-item i {
    color: #1e2d45 !important;
    font-size: 1.4rem !important;
    margin-right: 20px !important;
    width: 25px !important;
    text-align: center !important;
}

.info-text h4 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 6px !important;
    color: #1e2d45 !important;
    text-transform: capitalize !important;
}

.info-text p {
    margin: 0 !important;
    color: #444 !important;
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
}

.btn-directions {
    border: 1px solid #bbb !important;
    background: #ffffff !important;
    color: #333 !important;
    padding: 10px 25px !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-top: 10px !important;
    transition: all 0.2s ease !important;
}

.btn-directions:hover {
    background: #f0f0f0 !important;
    border-color: #888 !important;
}

/* Dynamic Footer Legal Menu Stylings */
.list-inline-item+.list-inline-item::before {
    content: "|";
    margin-right: 12px;
    opacity: 0.5;
    color: #fff;
}

/* WhatsApp Order Button Styling */
.btn-whatsapp-order {
    background-color: #d4af37 !important;
    /* Gold */
    color: #000 !important;
    border: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}

.btn-whatsapp-order:hover {
    background-color: #000 !important;
    color: #d4af37 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.btn-whatsapp-order i {
    font-size: 1.1rem;
}

/* Instagram Feed Stylings */
.instagram-item {
    cursor: pointer;
    min-height: 200px;
}

.instagram-item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.instagram-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(212, 175, 55, 0.8);
    /* Gold overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}

.instagram-item:hover .instagram-overlay {
    opacity: 1;
}

.instagram-item:hover img {
    transform: scale(1.1);
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

/* Blog Card & Index Styling */
.blog-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #fff;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.blog-card:hover .blog-card-image {
    transform: scale(1.1);
}

.bg-gold-soft {
    background-color: rgba(212, 175, 55, 0.08);
}

.btn-premium-sm {
    background-color: #1a1a1a;
    color: #d4af37;
    border: 1px solid #d4af37;
    font-size: 0.8rem;
    transition: all 0.3s ease;
}

.btn-premium-sm:hover {
    background-color: #d4af37;
    color: #1a1a1a;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

.hover-gold:hover {
    color: #d4af37 !important;
}

.transition-all {
    transition: all 0.3s ease;
}