/* Global Font Setup */
body {
    font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
.navbar-brand {
    font-family: 'Playfair Display', serif;
}

/* Header Styles */
.header {
    background: linear-gradient(133deg, #ffeeee, #ffecec, #fff5f5);
    box-shadow: 0 0.125rem 0.25rem rgb(247 167 167 / 44%);
}

.navbar-brand {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    color: #680606;
}

.navbar-nav .nav-link {
    font-family: 'Playfair Display', serif;
    font-weight: 500;
    font-size: 14px;
    color: #540000;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #a70a0a;
    /* border-bottom: 2px solid #a70a0a; */
}

/* Hero Section */
.hero-final {
    min-height: 60vh;
    background: linear-gradient(133deg, #ffffff, #ffd2d2, #ffffff);
    /* background-image: url('img/pattern.png'); */
    /* Optional floral overlay */
    background-repeat: repeat;
    background-size: cover;
    font-family: 'Poppins', sans-serif;
    position: relative;
    padding: 80px 0;
}

.hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 3.5rem;
    color: #8B0000;
    font-weight: 700;
    text-shadow: 1px 1px 0 #f0e6dc;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #5a3732;
    font-weight: 500;
    margin-top: 15px;
}

.btn-hero {
    background-color: #8B0000;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-hero:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    color: #8B0000;
}

.hero-img {
    max-height: 500px;
    object-fit: contain;
}

.hero-video {
    max-height: 450px;
    /* Limit height so it doesn't stretch too tall */
    width: auto;
    /* Maintain aspect ratio */
    height: auto;
    max-width: 100%;
    border-radius: 1rem;
    object-fit: contain;
    box-shadow: 0 0.5rem 1rem rgb(255 118 118 / 46%);
}

/* About Section */
.about-section {
    background-color: #fef9f4;
}

.about-section h2 {
    font-family: 'Playfair Display', serif;
}

.section-title {
    color: #8B0000;
    font-weight: 700;
    font-size: 2rem;
}

.about-section p {
    font-size: 1.1rem;
    color: #444;
}

.about-section .btn {
    background-color: #8B0000;
    color: #fff;
    font-weight: 600;
    border-radius: 30px;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.about-section .btn:hover {
    background-color: #ffffff;
    transform: translateY(-2px);
    color: #8B0000;
}

/* Collection Section */
.section-title {
    font-size: 2.5rem;
    color: #cc3366;
    font-family: 'Rajdhani', sans-serif;
}

.product-section h2 {
    font-family: 'Playfair Display', serif;
}

.product-card {
    background: #fff;
    border-radius: 20px;
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); */
    overflow: hidden;
    text-align: center;
    padding: 15px;
    transition: all 0.4s ease;
}

.product-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.product-card img {
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
    margin-bottom: 15px;
}

.product-info h5 {
    font-size: 1.25rem;
    color: #333;
}

.product-info p {
    color: #cc3366;
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.whatsapp-btn {
    background-color: #25D366;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    border-radius: 30px;
    text-decoration: none;
    transition: 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #128C7E;
}

/* Order section  */
.how-to-order-section {
    background-color: #fef9f4;
    background-image: url('/img/bg.jpg');
}

.how-to-order-section h2 {
    font-family: 'Playfair Display', serif;
}

.how-to-order-section .container {
    padding: 5rem;
    background: #4e00008a;
    margin: 0 !important;
    max-width: 100% !important;
}

.how-to-order-section .section-title,
.how-to-order-section .section-subtitle {
    color: #ffffff;
}

.order-step-box {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 20px;
    padding: 30px 20px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.order-step-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.order-icon i {
    font-size: 28px;
    color: #a10000;
}

.order-title {
    font-weight: 600;
    color: #a10000;
}

.order-desc {
    color: #777;
    font-size: 14px;
}

/* client section  */
.happy-clients-section {
    /* background-color: #fef9f4; */
    color: #333;
}

.happy-clients-section h2 {
    font-family: 'Playfair Display', serif;
}

.section-title {
    font-size: 2rem;
    color: #8B0000;
    font-weight: bold;
}

.section-subtitle {
    color: #cc3366;
    font-size: 1.1rem;
}

.client-card {
    background: #fff7f7;
    border: 1px solid #ffe6e6;
    padding: 30px;
    border-radius: 12px;
    box-shadow: -1px 3px 8px 2px rgba(139, 0, 0, 0.15);
    transition: transform 0.3s ease;
    margin-bottom: 30px;
}

.client-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 16px rgba(139, 0, 0, 0.3);
}

.client-icon {
    font-size: 2.5rem;
    color: #a10000;
    margin-bottom: 15px;
}

.client-review {
    font-style: italic;
    font-size: 1rem;
    color: #555;
}

.client-name {
    margin-top: 10px;
    font-weight: bold;
    color: #cc3366;
}

/* footer section  */
.main-footer {
    background-color: #54001c;
    color: #fff;
    font-size: 15px;
}

.main-footer a {
    color: #ccc;
    text-decoration: none;
}

.main-footer a:hover {
    color: #fff;
}

.social-icons a {
    color: #ccc;
    font-size: 18px;
    margin-left: 10px;
    transition: 0.3s;
}

.social-icons a:hover {
    color: #cc3366;
}