/*
Theme Name: Muaz Shop BD Pro
Theme URI: https://muazshopbd.com
Author: Custom Dev
Author URI: https://muazshopbd.com
Description: Complete One Page Direct Checkout Landing Theme for Kids Book.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: muazshopbd
*/

:root {
    --primary: #F16334;
    --secondary: #1F2937;
    --accent: #25D366;
    --bg-light: #FFFDF7;
    --text-color: #333333;
    --border-color: #E5E7EB;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Hind Siliguri', sans-serif, system-ui;
}

body {
    background-color: var(--bg-light);
    color: var(--text-color);
    line-height: 1.6;
    padding: 20px 10px;
}

.landing-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px 20px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Titles */
.main-heading-box {
    text-align: center;
    margin-bottom: 25px;
}

.main-heading-box h1 {
    font-size: 28px;
    color: #1E3A8A;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 800;
}

.main-heading-box h2 {
    font-size: 20px;
    color: #DC2626;
    margin-bottom: 12px;
    font-weight: 700;
}

.main-heading-box p {
    font-size: 16px;
    color: #4B5563;
    font-weight: 600;
}

/* Media Box */
.media-box {
    text-align: center;
    margin: 20px 0;
}

.media-box img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

/* CTA Buttons */
.cta-btn-wrap {
    text-align: center;
    margin: 25px 0;
}

.btn-order-trigger {
    background: #E11D48;
    color: #FFFFFF !important;
    padding: 14px 35px;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.4);
    transition: 0.3s ease;
}

.btn-order-trigger:hover {
    transform: scale(1.03);
    background: #BE123C;
}

/* Specification Box */
.spec-box {
    background: #FEF3C7;
    border-left: 6px solid #F59E0B;
    padding: 16px 20px;
    border-radius: 8px;
    margin: 25px 0;
}

.spec-box h3 {
    font-size: 19px;
    color: #92400E;
    margin-bottom: 6px;
    font-weight: 700;
}

.spec-box p {
    font-size: 15px;
    color: #78350F;
}

/* Features List */
.feature-section {
    margin: 30px 0;
}

.feature-section h3 {
    font-size: 20px;
    color: #111827;
    margin-bottom: 15px;
    border-bottom: 2px solid var(--primary);
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 700;
}

.feature-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
}

.feature-list li {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Guarantee Section */
.guarantee-bar {
    background: #10B981;
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 800;
    margin: 30px 0;
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25);
}

/* Checkout Section */
.checkout-section {
    background: #FFF5F5;
    border: 2px dashed #E11D48;
    border-radius: 12px;
    padding: 30px 20px;
    margin-top: 35px;
}

.checkout-section h2 {
    text-align: center;
    color: #9F1239;
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 800;
}

.call-order {
    text-align: center;
    margin-bottom: 25px;
}

.phone-btn {
    background: #1D4ED8;
    color: #FFFFFF !important;
    padding: 10px 26px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 4px 12px rgba(29, 78, 216, 0.25);
}

.success-notice {
    background: #DCFCE7;
    color: #166534;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
    border: 1px solid #86EFAC;
}

/* Form Styles */
.custom-cod-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #374151;
    font-size: 15px;
}

.form-group .req {
    color: #DC2626;
}

.form-group input[type="text"],
.form-group input[type="tel"],
.form-group textarea {
    width: 100%;
    padding: 13px 15px;
    border: 1.5px solid #CBD5E1;
    border-radius: 8px;
    font-size: 15px;
    background: #FFFFFF;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #E11D48;
    box-shadow: 0 0 0 3px rgba(225, 29, 72, 0.15);
}

.radio-card {
    background: #FFFFFF;
    border: 1.5px solid #E2E8F0;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 10px;
}

.radio-card label {
    margin: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.delivery-options {
    display: flex;
    gap: 20px;
    background: #FFFFFF;
    padding: 14px;
    border-radius: 8px;
    border: 1px solid #E2E8F0;
}

.delivery-options label {
    margin: 0;
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.submit-order-btn {
    background: #E11D48;
    color: #FFFFFF;
    border: none;
    padding: 16px;
    font-size: 22px;
    font-weight: 800;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
    box-shadow: 0 8px 20px rgba(225, 29, 72, 0.35);
    transition: 0.3s;
}

.submit-order-btn:hover {
    background: #BE123C;
}

@media (max-width: 600px) {
    .delivery-options { flex-direction: column; gap: 10px; }
    .main-heading-box h1 { font-size: 22px; }
    .main-heading-box h2 { font-size: 18px; }
    .btn-order-trigger { width: 100%; }
}