
:root {
    --primary: #00897b;
    --primary-dark: #00695c;
    --secondary: #263238;
    --white: #ffffff;
    --bg-light: #f4f7f6;
    --text-dark: #1a1a1a;
    --text-muted: #555555;
    --shadow: 0 4px 15px rgba(0,0,0,0.1);
    --transition: all 0.3s ease;
}

/* ফন্ট ফেস কনফিগারেশন */
@font-face {
    font-family: 'Adorsho';
    src: url('../AdorshoLip.ttf') format('truetype');
    font-display: swap;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Adorsho', sans-serif !important;
    color: var(--text-dark);
    line-height: 1.6;
    background-color: var(--white);
    overflow-x: hidden;
    -webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE/Edge */
    user-select: none;     
}
/* ছবির ওপর লং প্রেস, সিলেক্ট এবং ড্র্যাগ করে ডাউনলোড বন্ধ করা */
img {
    -webkit-user-drag: none; /* ক্রোম/সফারি ড্র্যাগ বন্ধ */
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    
    -webkit-touch-callout: none; /* আইফোন/মোবাইলে লং-প্রেস মেনু বন্ধ */
    pointer-events: auto;
}

.container {
    max-width: 1200px;
    padding: 10px;
}

/* --- হেডার ও নেভিগেশন স্টাইল --- */

/* --- হেডার ও নেভিগেশন স্টাইল (হাইড/শো ফিচারসহ) --- */

/* --- ১. হেডার ও নেভিগেশন (আপডেটেড) --- */
.header {
    background: var(--white);
    position: fixed;
    top: 0; left: 0; width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.4s ease-in-out;
}

.header.hide { transform: translateY(-100%); }

.nav-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px; /* মার্জিন বাদ দিয়ে প্যাডিং সামঞ্জস্য করা হয়েছে */
}

/* লোগো ও ডায়নামিক স্ট্যাটাস ব্যাজকে পাশাপাশি রাখার ফ্লেক্স বক্স */
.logo-wrapper {
    display: flex;
    align-items: center;
    gap: 12px; /* লোগো ও ব্যাজের ভেতরের দূরত্ব */
}

.logo img { 
    height: 45px; 
    display: block; 
    object-fit: contain; 
}

/* স্ট্যাটাস ব্যাজ রেসপন্সিভ ফিক্স */
.nav-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap; /* টেক্সট যেন ভেঙে নিচে না যায় */
}

.nav-status-badge.open {
    background-color: rgba(46, 125, 50, 0.12);
    color: #2e7d32;
    border: 1px solid #2e7d32;
}

.nav-status-badge.open .status-dot {
    width: 8px;
    height: 8px;
    background-color: #2e7d32;
    border-radius: 50%;
    box-shadow: 0 0 6px #2e7d32;
}

.nav-status-badge.closed {
    background-color: rgba(229, 57, 53, 0.12);
    color: #e53935;
    border: 1px solid #e53935;
}

.nav-status-badge.closed .status-dot {
    width: 8px;
    height: 8px;
    background-color: #e53935;
    border-radius: 50%;
    box-shadow: 0 0 6px #e53935;
}
/* ডেস্কটপ মেনু লিংক */
.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
    align-items: center;
}

.nav-links a {
    text-decoration: none;
    color: var(--secondary);
    font-weight: 500;
    font-size: 16px;
    transition: var(--transition);
}

.nav-links a:hover, 
.nav-links a.active {
    color: var(--primary);
}

/* --- সুইটঅ্যালার্ট পপ-আপ বাটন ফন্ট ফিক্স --- */
.swal2-styled.swal2-confirm, 
.swal2-styled.swal2-cancel {
    font-family: 'Adorsho', sans-serif !important;
}

/* মোবাইল মেনু আইকন */
.menu-icon {
    display: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--secondary);
}

/* --- মোবাইল রেসপন্সিভ ডিজাইন --- */
@media (max-width: 768px) {
    .menu-icon { 
        display: block; 
        margin-right: 20px; /* মার্জিন কিছুটা কমিয়ে ব্যালেন্স করা হয়েছে */
    }
.nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: var(--white);
        padding: 20px 0;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        gap: 20px;
        text-align: center;
    }

    .nav-links.active {
        display: flex;
    }
}

/* বডি প্যাডিং যেন প্রথম কন্টেন্ট হেডারের নিচে না ঢোকে */
body {
    padding-top: 75px; 
}
/*-----------------------------*/

/* --- ২. হিরো সেকশন স্টাইল --- */
.hero {
    background: linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url('../images/mobile repair servicing centre-home.webp');
    background-size: cover;
    background-position: center;
    height: 40vh; /* উচ্চতা কিছুটা বাড়ানো হয়েছে যেন ফর্মটি উপরে উঠতে পারে */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--white);
    padding-bottom: 100px; /* ফর্মের জন্য নিচে জায়গা রাখা হয়েছে */
}

.hero-content h1 {
    display: none;
    font-size: clamp(2rem, 6vw, 3.8rem);
    margin-bottom: 20px;
    line-height: 1.2;
}

.hero-content h1 span {
    color: var(--primary);
}

.hero-content p {
    display: none;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.hero-btns {
    display: flex;
    gap: 15px; /* বাটন দুটির মাঝখানের দূরত্ব */
    justify-content: center; /* ডেস্কটপে মাঝখানে থাকবে */
    margin-top: 35px;
}

/* --- সাধারণ বাটন স্টাইল (Common Styles) --- */
.hero-btns .btn {
    padding: 14px 32px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

/* --- ১. সেবা দেখুন (btn-primary) --- */
.btn-primary {
    font-size: 13px !important;
    background-color: var(--primary); /* #00897b */
    color: var(--white);
    border: 2px solid var(--primary);
}

.btn-primary:hover {
    background-color: var(--primary-dark); /* #00695c */
    border-color: var(--primary-dark);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 137, 123, 0.3);
}

/* --- ২. স্ট্যাটাস ট্র্যাক করুন (btn-secondary) --- */
.btn-secondary {
    font-size: 13px!important;
    background-color: transparent;
    color: var(--white); /* #263238 */
    border: 2px solid var(--white);
}

.btn-secondary:hover {
    background-color: white;
    color: var(--secondary);
    border-color: var(--white);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* ফর্মের ভেতরে টাইটেল এবং প্যারাগ্রাফ */
.booking-form {
    margin: 0 auto;
    max-width: 700px;
    margin-top: -230px;
    background: var(--white);
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.section-title {
    text-align: center;
    margin-bottom: 35px;
}

.section-title h2 {
    font-size: 2.2rem;
    color: var(--secondary);
    margin-bottom: 10px;
}

.section-title h2 span {
    color: var(--primary);
}

.section-title p {
    color: var(--text-muted);
    font-size: 1rem;
}

/* ফর্ম গ্রুপ এবং ইনপুট ফিল্ডস */
.form-group {
    display: grid;
    grid-template-columns: 1fr 1fr; /* পাশাপাশি দুটি ইনপুট */
    gap: 20px;
    margin-bottom: 20px;
}

input, select, textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    font-family: 'Adorsho', sans-serif;
    font-size: 16px;
    background: #fdfdfd;
    outline: none;
    transition: var(--transition);
}

input:focus, select:focus, textarea:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(0, 137, 123, 0.1);
    background: var(--white);
}

/* সাবমিট বাটন */
.submit-btn {
    font-family: 'adorsho';
    width: 100%;
    border: none;
    background: var(--primary);
    color: white;
    padding: 16px;
    font-size: 1.15rem;
    font-weight: 700;
    border-radius: 10px;
    cursor: pointer;
    transition: var(--transition);
    margin-top: 10px;
}

.submit-btn:hover {
    background: var(--primary-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 137, 123, 0.3);
}

/* --- ৪. ফিচার কার্ডস (সেন্টার করা হয়েছে) --- */
.features {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* ডেস্কটপে ৩টি করে */
    gap: 25px;
    padding: 60px 0;
    justify-items: center; /* কার্ডগুলো সেন্টারে থাকবে */
}

.card {
    background: var(--white);
    padding: 35px 25px;
    border-radius: 15px;
    box-shadow: var(--shadow);
    text-align: center; /* কার্ডের ভেতরের লেখা সেন্টার */
    transition: var(--transition);
    border-bottom: 4px solid transparent;
    width: 100%;
}

.card:hover {
    border-bottom-color: var(--primary);
    transform: translateY(-8px);
}

.card i {
    font-size: 45px;
    color: var(--primary);
    margin-bottom: 20px;
    display: block;
}

.card h3 {
    margin-bottom: 12px;
    color: var(--secondary);
}

/* --- ৫. সার্ভিস ওভারভিউ ও কেন আমাদের বেছে নেবেন --- */
.services-overview {
    padding: 80px 0;
}

.services-list-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-item {
    text-align: center;
    background: var(--white);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.service-item img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}

.why-choose-us {
    padding: 100px 0;
    background: #f9fbfb;
}

.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-image img {
    width: 100%;
    border-radius: 20px;
    
}

.why-text h2 {
    font-size: 2rem;
    margin-bottom: 20px;
}
.why-text p {
    font-size: 1rem;
}
.why-text h2 span {
    color: var(--primary);
}

.point {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.point h5 {
    font-size: 1.2rem;
}

.point i {
    font-size: 32px;
    color: var(--primary);
    background: rgba(0, 137, 123, 0.1);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    flex-shrink: 0;
}


@media (max-width: 768px) {
    .features { grid-template-columns: repeat(2, 1fr); }
    .hero { height: 550px; padding: 120px 0 180px; }
    .hero h1{
        display: block;
        font-size: 1.5rem !important;
        margin-top: -130px;
    }
    .hero p{
        display: block;
        margin-top: -10px;
        font-size: .8rem;
    }
    .hero-btns {
        margin-top: 80px;
        flex-direction: column; /* মোবাইলে বাটন একটির নিচে আরেকটি থাকবে */
        gap: 12px;
        padding: 0 20px;
    }
    .hero-btns .btn {
        margin: 0 auto;
        height: 50px;
        width: 70%; /* মোবাইলে ফুল চওড়া */
        padding: 16px;
    }
.booking-form {
    margin: 0 auto;
    max-width: 700px;
    margin-top: -180px;
    background: var(--white);
    padding: 45px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}
    .form-group { grid-template-columns: 1fr; }
    .features { grid-template-columns: 1fr; }
    .card { max-width: 400px; }
    .section-title h2 { font-size: 1.5rem; }
    

   
.why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.why-image img {
    width: 100%;
    border-radius: 20px;
}

.why-text h2 {
    font-size: 1.3rem;
    
}
.why-text p {
    font-size: .8rem;
}
.why-text h2 span {
    color: var(--primary);
}

.point {
    display: flex;
    gap: 20px;
margin-bottom: 20px;
}
.point h5 {
    font-size: 1rem;
}
.point i {
    font-size: 20px;
        color: var(--primary);
    background: rgba(0, 137, 123, 0.1);
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10%;
    flex-shrink: 0;
}}




/* --- ৬. ইনভয়েস স্লিপ --- */
#printable-slip {
    display: block !important; /* display: none মুছুন */
    position: absolute;
    left: -9999px; /* স্ক্রিনের বাইরে পাঠিয়ে দিন */
    top: 0;
    background: white;
    padding: 30px;
    width: 350px;
}

/* --- ৭. ফুটার (বা দিক থেকে শুরু) --- */
footer {
    background: #10181b;
    color: #cbd5e0;
    padding: 70px 0 30px;
    text-align: left; /* বা দিক থেকে শুরু */
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
}

.footer-logo img { height: 50px; margin-bottom: 20px; }
.footer-banner { max-width: 280px; margin-bottom: 20px; }

.footer-title { color: var(--white); margin-bottom: 25px; font-size: 1.3rem; }

.footer-links { list-style: none; }
.footer-links i { 
    color: var(--primary);
    margin-right: 10px;
}
.footer-links li { margin-bottom: 12px; }
.footer-links a { color: #cbd5e0; text-decoration: none; transition: 0.3s; }
.footer-links a:hover { color: var(--primary); padding-left: 5px; }

.footer-contact p { margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }

.footer-socials { margin-top: 30px; display: flex; gap: 15px; }
.footer-socials a {
    text-decoration: none;
    width: 45px; height: 45px; background: #1a2428;
    display: flex; align-items: center; justify-content: center;
    border-radius: 50%; color: white; font-size: 20px; transition: 0.3s;
}
.footer-socials a:hover { background: var(--primary); }

.footer-bottom {
    border-top: 1px solid #1a2428; margin-top: 50px; padding-top: 30px; text-align: center;
}
    .footer-bottom p {
    font-size: 1rem;
}
/* --- ৮. মোবাইল রেসপন্সিভনেস --- */
@media (max-width: 768px) {
    .menu-icon { display: block; }
    
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%; left: 0; width: 100%;
        background: var(--white); padding: 30px;
        box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    }
   /* --- মোবাইল মেনু এনিমেশন স্লাইড ডাউন --- */

@media (max-width: 768px) {
    .nav-links {
        display: flex; /* ডিফল্ট ফ্লেক্স থাকবে তবে আমরা একে কন্ট্রোল করব */
        flex-direction: column;
        position: absolute;
        top: 100%; 
        left: 0;
        width: 100%;
        background: var(--white);
        padding: 20px 0;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
        gap: 20px;
        text-align: center;

        /* --- এনিমেশনের মূল অংশ --- */
        opacity: 0;                /* শুরুতে স্বচ্ছ থাকবে */
        visibility: hidden;         /* শুরুতে দেখা যাবে না */
        transform: translateY(-20px); /* ২০ পিক্সেল উপরে থাকবে */
        transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); /* স্মুথ স্লাইড ইফেক্ট */
        pointer-events: none;       /* বন্ধ থাকা অবস্থায় ক্লিক কাজ করবে না */
    }

    /* জাভাস্ক্রিপ্ট যখন .active ক্লাস যোগ করবে */
    .nav-links.active {
        opacity: 1;                /* দেখা যাবে */
        visibility: visible;        /* ক্লিক করা যাবে */
        transform: translateY(0);    /* নিজের জায়গায় নেমে আসবে */
        pointer-events: auto;       /* ক্লিক কাজ করবে */
    }

    .nav-links li {
        width: 100%;
        /* মেনু আইটেমগুলো যেন এক এক করে আসে (ঐচ্ছিক সুন্দর লুক) */
        opacity: 0;
        transform: translateY(10px);
        transition: 0.3s ease;
    }

    .nav-links.active li {
        opacity: 1;
        transform: translateY(0);
        transition-delay: 0.2s; /* মেনু নামার একটু পর লেখাগুলো আসবে */
    }
}
.hero-content h1 { font-size: 2.2rem; }
    .hero-btns { flex-direction: column; padding: 0 40px; }

    .booking-form { padding: 25px; }
    .form-group { grid-template-columns: 1fr; }
    textarea { grid-column: span 1; }

    .features {
        grid-template-columns: 1fr; /* মোবাইলে ১টি কার্ড */
        justify-items: center;
    }
    .card { width: 95%; } /* মোবাইলে কার্ডের উইথ ৯৫% */

    .why-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    
    footer { text-align: left; }
    .footer-socials { justify-content: flex-start; }
    .footer-bottom p {
    font-size: .9rem;
}
/* --- সুইটঅ্যালার্ট পপ-আপ বাটন ফন্ট ফিক্স --- */
.swal2-styled.swal2-confirm, 
.swal2-styled.swal2-cancel {
    font-family: 'Adorsho', sans-serif !important;
}

}

/* এনিমেশন */
.fade-in, .hero-btns, .hero p, .timing-card, .timing-card-header, .status-closed, .time-value{ animation: fadeIn 1.2s ease; }
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
}

/* অনলাইন সার্ভিস অ্যাড ডিজাইন */
.online-services-promo {
    margin: 0px auto;
    padding: 0 15px;
}

.promo-card {
    font-family: "adorsho";
    background: linear-gradient(135deg, #0d5c54 0%, #00897b 100%);
    border-radius: 16px;
    padding: 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 137, 123, 0.2);
    color: #ffffff;
}

/* ব্যাকগ্রাউন্ডে একটি মৃদু আলোর ইফেক্ট */
.promo-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 60%);
    pointer-events: none;
}

.promo-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff9800;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    font-family: 'adorsho', sans-serif;
}

.promo-icon-box {
    font-size: 50px;
    color: #ffb74d;
    margin-bottom: 15px;
    animation: pulse 2s infinite;
}

.promo-content h2 {
    font-size: 28px;
    font-family: 'adorsho', sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
}

.promo-content h2 span {
    color: #ffb74d;
}

.promo-content p {
    font-size: 16px;
    font-family: 'adorsho', sans-serif;
    max-width: 700px;
    margin: 0 auto 25px;
    line-height: 1.6;
    opacity: 0.95;
}

.services-list-mini {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.services-list-mini span {
    background: rgba(255, 255, 255, 0.15);
    padding: 8px 16px;
    border-radius: 30px;
    font-size: 14px;
    font-family: 'adorsho', sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.services-list-mini span i {
    color: #ffb74d;
}

.promo-action .btn-whatsapp-promo {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #ffffff;
    color: #00897b;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    font-family: 'adorsho', sans-serif;
}

.promo-action .btn-whatsapp-promo:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    background-color: #ffb74d;
    color: #000;
}

/* পালস অ্যানিমেশন */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.08); }
    100% { transform: scale(1); }
}

/* রেসপন্সিভ ডিজাইন (মোবাইলের জন্য) */
@media (max-width: 768px) {
    .promo-card {
        padding: 30px 20px;
    }
    
    .promo-content h2 {
        font-size: 22px;
    }
    
    .promo-content p {
        font-size: 14px;
    }
    
    .services-list-mini {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        max-width: 280px;
    }
    
    .services-list-mini span {
        width: 100%;
        font-size: 13px;
    }
}
/* টাইমিং কার্ড স্পেশাল স্টাইল */
.timing-card {
    background: #ffffff;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    width: 100%;             /* স্ক্রিনের সম্পূর্ণ চওড়া পাবে */
    max-width: 100%;         /* ৪৫০ পিক্সেলের লিমিট তুলে দিয়ে ১০০% করা হলো */
    margin: 0 auto;
    font-family: 'adorsho', sans-serif;
    box-sizing: border-box;  /* প্যাডিংয়ের কারণে যেন ডানে-বামে স্ক্রল না আসে */
}


.timing-card-header {
    border-bottom: 2px solid #00897b;
    padding-bottom: 12px;
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.timing-card-header h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.timing-card-header h3 i {
    color: #00897b;
}

.status-badge {
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
}

.status-open {
    background: #e6fffa;
    color: #047857;
    border: 1px solid #a7f3d0;
}

.status-closed {
    background: #fff5f5;
    color: #c53030;
    border: 1px solid #feb2b2;
}

.notice-box {
    background: #fff5f5;
    border-left: 4px solid #f56565;
    color: #c53030;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-size: 13px;
    display: none;
    line-height: 1.5;
}

.timing-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.timing-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px dashed #e2e8f0;
    font-size: 15px;
}

.timing-list li:last-child {
    border-bottom: none;
}

.day-label {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #4a5568;
    font-weight: 600;
}

.day-label i {
    color: #00897b;
    font-size: 16px;
}

.time-value {
    color: #2d3748;
    font-weight: 700;
}

.text-closed {
    color: #e53e3e;
    font-weight: bold;
}

/* কাউন্টডাউন টাইমার বক্স */
.countdown-box {
    display: none;
    margin-top: 15px;
    background: #fff5f5;
    border: 1px dashed #feb2b2;
    padding: 12px;
    border-radius: 10px;
    text-align: center;
}

.countdown-box p {
    margin: 0 0 4px 0;
    font-size: 13px;
    color: #718096;
    font-weight: 600;
}

.countdown-timer {
    font-size: 18px;
    font-weight: bold;
    color: #c53030;
    letter-spacing: 0.5px;
}

.timing-footer-info {
    margin-top: 20px;
    background: #f8fafc;
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
    color: #64748b;
}

.timing-footer-info i {
    color: #00897b;
    margin-right: 4px;
}
