/*
Theme Name: Silhouette by Neha
Description: A premium WordPress theme for Silhouette by Neha boutique, designed for showcasing Indian ethnic wear and providing an elegant online presence.
Version: 1.0.0
Author: Custom Theme
License: GPL v2 or later
Text Domain: silhouette-theme
*/

/* Main styles will be loaded via functions.php */
body {
    font-family: 'Poppins', sans-serif;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.hero-section {
    background-image: linear-gradient(to right, rgba(45, 26, 20, 0.95), rgba(45, 26, 20, 0.8), rgba(45, 26, 20, 0.6), rgba(45, 26, 20, 0.4), rgba(45, 26, 20, 0.2)), url('./assets/images/hero-bg.jpg');
    background-size: cover;
    background-position: center right;
}

.service-card {
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.testimonial-section {
    background-image: linear-gradient(to right, rgba(45, 26, 20, 0.95), rgba(45, 26, 20, 0.9)), url('./assets/images/testimonials-bg.jpg');
    background-size: cover;
    background-position: center;
}

.quick-action {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

:where([class^="ri-"])::before { 
    content: "\f3c2"; 
}