/*:root {*/
/*    --primary: #FF4747; */
/*    --bg-light: #F8F9FA;*/
/*    --white: #FFFFFF;*/
/*    --text-main: #242424;*/
/*    --text-muted: #797979;*/
/*}*/

/*body {*/
/*    background-color: var(--bg-light);*/
/*    color: var(--text-main);*/
/*    margin: 0;*/
/*}*/

/* Desktop Container */
/*.main-wrapper {*/
/*    max-width: 1200px;*/
/*    margin: 0 auto;*/
/*    padding: 20px;*/
/*}*/

/* Premium Card Style */
/*.card {*/
/*    background: var(--white);*/
/*    padding: 20px;*/
/*    border: 1px solid #f1f1f1;*/
/*    transition: all 0.3s ease;*/
/*}*/

/*.card:hover {*/
/*    box-shadow: 0 10px 30px rgba(0,0,0,0.05);*/
/*}*/

/* Navigation for Desktop */
/*.nav-desktop {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    align-items: center;*/
/*    padding: 20px 0;*/
/*}*/

/* Button Styling */
/*.btn-primary {*/
/*    background: var(--primary);*/
/*    color: white;*/
/*    padding: 12px 25px;*/
/*    border-radius: 50px;*/
/*    border: none;*/
/*    font-weight: 600;*/
/*    cursor: pointer;*/
/*}*/

/*body {*/
/*    font-family: 'Inter', system-ui, -apple-system, sans-serif;*/
/*    background-color: var(--bg);*/
/*    color: var(--text-main);*/
/*    margin: 0;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    min-height: 100vh;*/
/*    padding: 20px;*/
/*}*/

/*.form-container {*/
/*    background: var(--white);*/
/*    width: 100%;*/
/*    max-width: 650px;*/
/*    padding: 50px;*/
/*    border-radius: 24px;*/
/*    box-shadow: var(--shadow);*/
/*    border: 1px solid var(--border);*/
/*}*/

/*.form-header {*/
/*    text-align: center;*/
/*    margin-bottom: 40px;*/
/*}*/

/*.form-header h2 {*/
/*    margin: 0;*/
/*    font-size: 28px;*/
/*    font-weight: 800;*/
/*    letter-spacing: -0.025em;*/
/*    color: var(--text-main);*/
/*}*/

/*.form-header p {*/
/*    color: var(--text-muted);*/
/*    margin-top: 8px;*/
/*    font-size: 15px;*/
/*}*/

/*.grid-inputs {*/
/*    display: grid;*/
/*    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));*/
/*    gap: 20px;*/
/*}*/

/*.input-group {*/
/*    margin-bottom: 24px;*/
/*}*/

/*.input-group label {*/
/*    display: block;*/
/*    font-weight: 600;*/
/*    margin-bottom: 10px;*/
/*    font-size: 14px;*/
/*    color: var(--text-main);*/
/*}*/

/*.input-group input, */
/*.input-group textarea, */
/*.input-group select {*/
/*    width: 100%;*/
/*    padding: 14px 16px;*/
/*    border: 1px solid var(--border);*/
/*    border-radius: 12px;*/
/*    font-size: 15px;*/
/*    color: var(--text-main);*/
/*    background-color: #fcfcfd;*/
/*    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);*/
/*    box-sizing: border-box;*/
/*}*/

/*.input-group input::placeholder {*/
/*    color: #cbd5e1;*/
/*}*/

/*.input-group input:focus, */
/*.input-group textarea:focus,*/
/*.input-group select:focus {*/
/*    border-color: var(--primary);*/
/*    background-color: #fff;*/
/*    outline: none;*/
/*    box-shadow: 0 0 0 4px var(--primary-soft);*/
/*}*/

/*.textarea {*/
/*    resize: vertical;*/
/*    min-height: 100px;*/
/*    line-height: 1.5;*/
/*}*/

/* Custom File Upload Styling */
/*.file-input-wrapper {*/
/*    position: relative;*/
/*    border: 2px dashed #cbd5e1;*/
/*    padding: 30px 20px;*/
/*    border-radius: 16px;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    background-color: #f8fafc;*/
/*    transition: all 0.2s ease;*/
/*}*/

/*.file-input-wrapper:hover {*/
/*    border-color: var(--primary);*/
/*    background-color: var(--primary-soft);*/
/*}*/

/*.file-input-wrapper i {*/
/*    font-size: 32px;*/
/*    color: var(--primary);*/
/*    margin-bottom: 12px;*/
/*    display: block;*/
/*}*/

/*.file-input-wrapper p {*/
/*    margin: 0;*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    color: var(--text-muted);*/
/*}*/

/* Submit Button */
/*.submit-btn {*/
/*    width: 100%;*/
/*    color: var(--white);*/
/*    padding: 16px;*/
/*    border: none;*/
/*    border-radius: 14px;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    cursor: pointer;*/
/*    transition: all 0.3s ease;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    gap: 10px;*/
/*    margin-top: 10px;*/
/*}*/

/*.submit-btn:hover {*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 10px 20px -10px rgba(255, 71, 71, 0.5);*/
/*}*/

/*.submit-btn:active {*/
/*    transform: translateY(0);*/
/*}*/

/*.back-link {*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    margin-top: 25px;*/
/*    text-decoration: none;*/
/*    color: var(--text-muted);*/
/*    font-size: 14px;*/
/*    font-weight: 500;*/
/*    transition: 0.2s;*/
/*}*/


/*.back-link:hover {*/
/*    color: var(--primary);*/
/*}*/
/* আপনার বিদ্যমান স্টাইলগুলো এখানে থাকবে */
/*        *{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}*/
/*        body{background:#f4f6f8;color:#222}*/
/*        .layout{display:flex;min-height:100vh}*/
/*        .sidebar{width:240px;background:#111;color:#fff;padding:20px;transition: 0.3s;}*/
/*        .sidebar h2{margin-bottom:30px;font-size:22px;color: #FF4747;}*/
/*        .sidebar a{display:block;padding:12px;color:#ddd;border-radius:6px;margin-bottom:8px;text-decoration:none;}*/
/*        .sidebar a:hover, .sidebar a.active{background:#FF4747;color:#fff}*/
/*        .main{flex:1;padding:30px}*/
/*        .header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}*/
/*        .logout{background:#8b2c3b;color:#fff;padding:10px 18px;border-radius:6px;text-decoration:none}*/
/*        .cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:40px}*/
/*        .card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.05);border-bottom: 4px solid transparent;transition: 0.3s;}*/
/*        .card:hover{transform: translateY(-5px); border-bottom: 4px solid #FF4747;}*/
/*        .card h3{font-size:14px;color:#777;margin-bottom:8px;text-transform: uppercase;letter-spacing: 1px;}*/
/*        .card p{font-size:32px;font-weight:700}*/
/*        .table-box{background:#fff;padding:20px;border-radius:10px;overflow-x: auto;}*/
/*        table{width:100%;border-collapse:collapse}*/
/*        th,td{padding:15px;border-bottom:1px solid #eee;text-align:left}*/
/*        th{background:#fafafa;font-weight: 600;color: #555;}*/
/*        .status{padding:5px 12px;border-radius:20px;font-size:12px;font-weight: 600;}*/
/*        .Pending{background:#fff4e5; color:#ff9800}*/
/*        .Processing{background:#e3f2fd; color:#2196f3}*/
/*        .Delivered{background:#e8f5e9; color:#4caf50}*/
/*        @media(max-width:768px){.layout{flex-direction:column}.sidebar{width:100%}}*/
        
        
/* Footer Styles */
.site-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 20px;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    padding: 0 20px;
}

.footer-logo { font-size: 28px; margin-bottom: 20px; color: #fff; }
.footer-logo span { color: #FF4747; }

.footer-col h3 {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.footer-col h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #FF4747;
}

.footer-col p { color: #bbb; line-height: 1.6; font-size: 14px; }

.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 12px; }

.footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    transition: 0.3s;
    font-size: 14px;
}

.footer-col ul li a:hover { color: #FF4747; padding-left: 5px; }

.social-links a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #333;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 20px;
    transition: 0.3s;
}

.social-links a:hover { background: #FF4747; }

.payment-img { width: 100%; max-width: 250px; margin-top: 20px; filter: grayscale(100%); transition: 0.3s; }
.payment-img:hover { filter: grayscale(0%); }

.footer-bottom {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 13px;
    color: #777;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container { grid-template-columns: 1fr 1fr; }
}
/* Mobile Responsive Adjustments */
@media (max-width: 480px) {
    .form-container {
        padding: 30px 20px;
    }
    .grid-inputs {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .main-wrapper { padding: 15px; }
    .nav-desktop { display: none; } /* মোবাইলে অ্যাপ স্টাইল নেভিগেশন */
}