/* ==========================================================
   Munshiganj Matrimony — Rose-Gold Glassmorphism Theme
   Phase 1: Global fonts, colors, glass utilities, WhatsApp button
   ========================================================== */

:root {
    --mm-rose-1: #FDEDF1;      /* সবচেয়ে হালকা - ব্যাকগ্রাউন্ড টিন্ট */
    --mm-rose-2: #F9C9D4;      /* হালকা গোলাপি */
    --mm-rose-3: #E8899E;      /* মূল গোলাপি */
    --mm-gold-1: #D9A566;      /* রোজ-গোল্ড */
    --mm-gold-2: #B8895A;      /* গাঢ় গোল্ড */
    --mm-maroon: #7A2E3B;      /* গাঢ় মেরুন - টেক্সট/অ্যাকসেন্ট */
    --mm-cream: #FFFBF8;       /* ব্যাকগ্রাউন্ড বেস */

    --mm-gradient-primary: linear-gradient(135deg, #E8899E 0%, #D9A566 100%);
    --mm-gradient-soft: linear-gradient(135deg, #FDEDF1 0%, #F9C9D4 40%, #F3DCC2 100%);

    --mm-glass-bg: rgba(255, 255, 255, 0.45);
    --mm-glass-border: rgba(255, 255, 255, 0.6);
    --mm-glass-shadow: 0 8px 32px 0 rgba(122, 46, 59, 0.15);
}

.mm-carousel-track {
    scroll-behavior: smooth;
}
.mm-carousel-track::-webkit-scrollbar { display: none; }
.mm-carousel-track { -ms-overflow-style: none; scrollbar-width: none; }

/* ---------- Highlighted "View Full Image" button ---------- */
.mm-full-image-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: var(--mm-gradient-primary);
    color: #fff !important;
    font-size: 11px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    box-shadow: 0 3px 10px rgba(232, 137, 158, 0.45);
    text-decoration: none !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mm-full-image-btn:hover {
    transform: translateY(-1px) scale(1.04);
    box-shadow: 0 5px 14px rgba(232, 137, 158, 0.55);
}

/* ---------- Carousel left/right arrow buttons (desktop) ---------- */
.mm-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 253, 251, 0.9);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(217, 165, 102, 0.3);
    box-shadow: 0 6px 16px rgba(122, 46, 59, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--mm-maroon);
    font-size: 18px;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease;
}

.mm-carousel-arrow:hover {
    background: #fff;
    transform: translateY(-50%) scale(1.08);
}

.mm-carousel-arrow.mm-arrow-left { left: -54px; }
.mm-carousel-arrow.mm-arrow-right { right: -54px; }

@media (max-width: 1300px) {
    .mm-carousel-arrow.mm-arrow-left { left: -8px; }
    .mm-carousel-arrow.mm-arrow-right { right: -8px; }
}

@media (max-width: 900px) {
    .mm-carousel-arrow { display: none; }
}

/* ---------- "How it Works" - step cards ---------- */
.mm-step-card {
    position: relative;
    z-index: 2;
}

.mm-step-number {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--mm-gradient-primary);
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(232, 137, 158, 0.5);
    border: 2px solid #fff;
}

.mm-step-icon-ring {
    position: relative;
    width: 96px;
    height: 96px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mm-gradient-soft);
    box-shadow: 0 0 0 6px rgba(217, 165, 102, 0.12), 0 8px 22px rgba(122, 46, 59, 0.15);
    transform: scale(0.5);
    opacity: 0;
}

/* ধাপগুলোর মাঝে সংযোগকারী লাইন (শুধু ডেস্কটপে) - প্রসেস ফ্লো */
.mm-steps-grid {
    position: relative;
}

.mm-steps-line {
    position: absolute;
    top: 48px;
    left: 12.5%;
    right: 12.5%;
    height: 2px;
    z-index: 1;
    display: none;
}

.mm-steps-line .mm-steps-line-track {
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(90deg, rgba(122, 46, 59, 0.18) 0 10px, transparent 10px 18px);
}

.mm-steps-line .mm-steps-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--mm-gradient-primary);
    border-radius: 2px;
}

.mm-steps-line .mm-steps-dot {
    position: absolute;
    top: 50%;
    left: 0%;
    width: 14px;
    height: 14px;
    margin-top: -7px;
    margin-left: -7px;
    border-radius: 50%;
    background: var(--mm-gold-1);
    box-shadow: 0 0 0 5px rgba(217, 165, 102, 0.3), 0 0 14px rgba(217, 165, 102, 0.8);
    opacity: 0;
}

@media (min-width: 901px) {
    .mm-steps-line { display: block; }
}

/* প্রসেস অ্যানিমেশন শুরু হবে - dot ভ্রমণ + লাইন ভরাট */
@keyframes mmDotTravel {
    0% { left: 0%; opacity: 1; }
    18% { left: 0%; }
    33% { left: 33.333%; }
    51% { left: 33.333%; }
    66% { left: 66.666%; }
    84% { left: 66.666%; }
    100% { left: 100%; opacity: 1; }
}

@keyframes mmLineFill {
    0% { width: 0%; }
    18% { width: 0%; }
    33% { width: 33.333%; }
    51% { width: 33.333%; }
    66% { width: 66.666%; }
    84% { width: 66.666%; }
    100% { width: 100%; }
}

.mm-steps-grid.mm-visible .mm-steps-dot {
    animation: mmDotTravel 3s ease-in-out forwards;
}

.mm-steps-grid.mm-visible .mm-steps-line-fill {
    animation: mmLineFill 3s ease-in-out forwards;
}

/* প্রতিটা ধাপ - কার্ড ফেড-ইন + আইকন পপ, dot যখন পৌঁছায় ঠিক তখনই */
@keyframes mmIconPop {
    0% { transform: scale(0.4); opacity: 0; }
    55% { transform: scale(1.18); opacity: 1; }
    75% { transform: scale(0.94); }
    100% { transform: scale(1); opacity: 1; }
}

.mm-steps-grid > .mm-step-card {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.mm-steps-grid.mm-visible > .mm-step-card {
    opacity: 1;
    transform: translateY(0);
}

.mm-steps-grid.mm-visible > .mm-step-card:nth-child(2) { transition-delay: 0s; }
.mm-steps-grid.mm-visible > .mm-step-card:nth-child(3) { transition-delay: 1s; }
.mm-steps-grid.mm-visible > .mm-step-card:nth-child(4) { transition-delay: 2s; }
.mm-steps-grid.mm-visible > .mm-step-card:nth-child(5) { transition-delay: 2.85s; }

.mm-steps-grid.mm-visible > .mm-step-card:nth-child(2) .mm-step-icon-ring { animation: mmIconPop 0.6s ease-out 0s forwards; }
.mm-steps-grid.mm-visible > .mm-step-card:nth-child(3) .mm-step-icon-ring { animation: mmIconPop 0.6s ease-out 1s forwards; }
.mm-steps-grid.mm-visible > .mm-step-card:nth-child(4) .mm-step-icon-ring { animation: mmIconPop 0.6s ease-out 2s forwards; }
.mm-steps-grid.mm-visible > .mm-step-card:nth-child(5) .mm-step-icon-ring { animation: mmIconPop 0.6s ease-out 2.85s forwards; }

/* ---------- Feedback Swiper navigation - glass style ---------- */
.Feedback .swiper-button-next,
.Feedback .swiper-button-prev {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 253, 251, 0.9);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(217, 165, 102, 0.3);
    box-shadow: 0 6px 16px rgba(122, 46, 59, 0.18);
    transition: transform 0.2s ease, background 0.2s ease;
}

.Feedback .swiper-button-next:hover,
.Feedback .swiper-button-prev:hover {
    background: #fff;
    transform: scale(1.08);
}

.Feedback .swiper-button-next::after,
.Feedback .swiper-button-prev::after {
    font-size: 16px;
    color: var(--mm-maroon);
    font-weight: 700;
}

/* ---------- Footer - dark maroon premium theme ---------- */
.mm-footer-dark {
    background: linear-gradient(135deg, #3B0A2E 0%, #5C1044 55%, #7D1B5C 100%);
    color: #F3DCC2;
}

.mm-footer-dark h1,
.mm-footer-dark h5,
.mm-footer-dark h6 {
    color: #fff !important;
}

.mm-footer-dark a {
    color: #F3DCC2 !important;
}

.mm-footer-dark a:hover {
    color: var(--mm-gold-1) !important;
}

.mm-footer-dark .hr_border::after,
.mm-footer-dark .hr_border2::after {
    background-color: var(--mm-gold-1) !important;
}

.mm-footer-social {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(217, 165, 102, 0.4);
    color: #F3DCC2 !important;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.mm-footer-dark a.mm-footer-social {
    color: #F3DCC2 !important;
}

.mm-footer-dark a.mm-footer-social:hover {
    background: var(--mm-gold-1);
    color: #3B0A2E !important;
    transform: translateY(-2px);
}

.mm-footer-payment-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 14px;
    padding: 10px 16px;
}

.mm-footer-logo-glass {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

[x-cloak] { display: none !important; }

/* ---------- গ্লাসি ইনপুট ফিল্ড (লগইন/রেজিস্ট্রেশন ফর্ম) ---------- */
.mm-input {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(217, 165, 102, 0.35);
    border-radius: 10px;
    padding: 10px 14px 10px 42px;
    font-size: 15px;
    color: #4a4a4a;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.mm-input:focus {
    outline: none;
    border-color: var(--mm-gold-1);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 0 0 3px rgba(217, 165, 102, 0.2);
}

.mm-input-wrap {
    position: relative;
}

.mm-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--mm-gold-2);
    font-size: 15px;
    pointer-events: none;
}

.mm-gender-radio {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: 1px solid rgba(217, 165, 102, 0.35);
    border-radius: 999px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.55);
    transition: all 0.2s ease;
}

.mm-gender-radio:has(input:checked) {
    border-color: var(--mm-gold-1);
    background: rgba(217, 165, 102, 0.18);
}

/* ---------- বায়োডাটা ডিটেইল পেজ - সহজ, পরিষ্কার ডকুমেন্ট-স্টাইল ---------- */

/* A4 কাগজের মতো একটানা পেজ - প্রিমিয়াম টাচসহ */
.mm-a4-page {
    background: #fffdfa;
    max-width: 850px;
    margin: 0 auto;
    padding: 40px 48px;
    box-shadow: 0 10px 40px rgba(122, 46, 59, 0.15);
    border: 1px solid #e5decf;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}

/* কোণের হালকা সাজসজ্জা - সার্টিফিকেট-স্টাইল, চোখে লাগবে না */
.mm-a4-page::before,
.mm-a4-page::after {
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    border: 2px solid var(--mm-gold-1);
    opacity: 0.35;
    pointer-events: none;
}
.mm-a4-page::before {
    top: -2px;
    left: -2px;
    border-right: none;
    border-bottom: none;
    border-top-left-radius: 6px;
}
.mm-a4-page::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-bottom-right-radius: 6px;
}

@media (max-width: 640px) {
    .mm-a4-page {
        padding: 24px 18px;
    }
    .mm-a4-page::before,
    .mm-a4-page::after {
        width: 50px;
        height: 50px;
    }
}

/* হেডার - হালকা গোল্ড-গ্র্যাডিয়েন্ট আভা */
.mm-a4-header {
    text-align: center;
    padding: 12px 12px 24px 12px;
    margin: -12px -12px 24px -12px;
    border-radius: 8px 8px 0 0;
    background: radial-gradient(ellipse at top, rgba(217,165,102,0.14), transparent 70%);
    border-bottom: 2px solid var(--mm-gold-1);
    position: relative;
}

.mm-a4-header img {
    box-shadow: 0 6px 18px rgba(122, 46, 59, 0.25);
}

/* সেকশন হেডিং - সোনালি একসেন্ট বার (কেন্দ্রে, টেক্সটের নিচে) */
.mm-a4-page h3.mm-section-title {
    position: relative;
    padding-bottom: 10px;
}
.mm-a4-page h3.mm-section-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 56px;
    height: 3px;
    border-radius: 2px;
    background: var(--mm-gradient-primary);
}

.mm-a4-actionbar {
    max-width: 850px;
    margin: 0 auto 16px auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
}


/* হেডার - সাদামাটা, স্পষ্ট */
.mm-bio-header {
    background: #fff;
    border: 1px solid #e5decf;
    border-radius: 12px;
    padding: 24px;
}

.mm-bio-chip {
    background: #f7f0e6;
    border: 1px solid #e5decf;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 14px;
    font-weight: 600;
    color: #4a2530;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.mm-verified-badge {
    background: #e9f7ee;
    color: #1a7a3c;
    border: 1px solid #bfe6cc;
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* সেকশন কার্ড - সাদা, পরিষ্কার বর্ডার, কোনো ব্লার/গ্লো নেই */
.mm-doc-section {
    background: #fff;
    border: 1px solid #e5decf;
    border-radius: 10px;
    padding: 22px 24px;
}

.mm-doc-section h3 {
    font-size: 19px;
    font-weight: 700;
    color: var(--mm-maroon);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0e6d8;
}

/* সহজ লেবেল-ভ্যালু সারি - এক লাইনে, বড় ফন্ট, স্পষ্ট, আধুনিক */
.mm-a4-page table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f0ece2;
}

.mm-a4-page table tr {
    border-bottom: 1px solid #f0ece2;
    transition: background 0.15s ease;
}

.mm-a4-page table tr:nth-child(even) {
    background: #fbf7ef;
}

.mm-a4-page table tr:hover {
    background: #f5ecd9;
}

.mm-a4-page table tr:last-child {
    border-bottom: none;
}

.mm-a4-page table td {
    padding: 13px 16px !important;
    font-size: 16px !important;
    line-height: 1.6;
    vertical-align: top;
}

.mm-a4-page table td:first-child {
    color: #6b5a4a;
    font-weight: 600;
    width: 42%;
    border-right: 1px solid #f0ece2;
}

.mm-a4-page table td:last-child {
    color: #1f1f1f;
    font-weight: 500;
}

/* মোবাইলে - কম্প্যাক্ট, পাশাপাশি (লেবেল বাম, মান ডান) - বেশি জায়গা না নিয়ে পরিষ্কার লিস্ট */
@media (max-width: 640px) {
    .mm-a4-page table tr {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        gap: 10px !important;
        padding: 8px 12px !important;
        border-bottom: 1px solid #f0e6d8 !important;
    }
    .mm-a4-page table td {
        display: block !important;
        width: auto !important;
        padding: 0 !important;
        margin: 0 !important;
        line-height: 1.3 !important;
        border-right: none !important;
        border-bottom: none !important;
        border-top: none !important;
    }
    .mm-a4-page table td:first-child {
        font-size: 12px !important;
        color: var(--mm-gold-2) !important;
        font-weight: 600 !important;
        flex-shrink: 0 !important;
        max-width: 40% !important;
        width: auto !important;
    }
    .mm-a4-page table td:last-child {
        font-size: 13px !important;
        color: #333 !important;
        font-weight: 700 !important;
        text-align: right !important;
    }
}

/* লম্বা প্যারাগ্রাফ-টাইপ তথ্য (যেমন অভিভাবকের বিবরণ, ঠিকানার বিস্তারিত) - পুরো width জুড়ে,
   লেবেল উপরে বাকি সব লেবেলের মতোই রঙে, মান নিচে - ডেস্কটপ ও মোবাইল দুটোতেই একই রকম দেখাবে */
.mm-a4-page table td.mm-detail-full {
    width: 100% !important;
    text-align: left !important;
    border-right: none !important;
}
.mm-a4-page table td.mm-detail-full strong {
    display: block;
    color: #6b5a4a !important;
    font-weight: 600 !important;
    font-size: 14px;
    margin-bottom: 6px;
}
.mm-a4-page table td.mm-detail-full,
.mm-a4-page table td.mm-detail-full * {
    color: #1f1f1f;
}
@media (max-width: 640px) {
    .mm-a4-page table td.mm-detail-full {
        max-width: 100% !important;
        text-align: left !important;
        font-size: 13px !important;
        font-weight: 500 !important;
        color: #1f1f1f !important;
    }
    .mm-a4-page table td.mm-detail-full strong {
        font-size: 12px !important;
        color: var(--mm-gold-2) !important;
        font-weight: 600 !important;
    }
}

/* "নিজের সম্পর্কে" / "জীবনসঙ্গীর প্রত্যাশা" - সাধারণ প্যারাগ্রাফ */
.mm-doc-paragraph {
    background: #fdfaf5;
    border: 1px solid #e5decf;
    border-radius: 10px;
    padding: 18px 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #2b2b2b;
}


/* ---------- আধুনিক ফাইল-আপলোড বাটন (ব্রাউজার ডিফল্ট "Choose File" এর বদলে) ---------- */
.mm-file-upload-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1.5px dashed rgba(217, 165, 102, 0.5);
    background: rgba(255, 255, 255, 0.55);
    color: var(--mm-maroon);
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.mm-file-upload-btn:hover {
    background: rgba(217, 165, 102, 0.12);
    border-color: var(--mm-gold-1);
}

.mm-file-upload-btn-sm {
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 500;
    border-style: solid;
}

/* ---------- Dropdown menus (profile / notification) - solid, always readable ---------- */
.mm-dropdown {
    background: #FFFDFB;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border: 1px solid rgba(217, 165, 102, 0.25);
    box-shadow: 0 16px 40px rgba(122, 46, 59, 0.18);
    border-radius: 16px;
    overflow: hidden;
}

.mm-dropdown-header {
    background: var(--mm-gradient-soft);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mm-dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    font-size: 14px;
    color: #4a4a4a;
    transition: background 0.2s ease;
}

.mm-dropdown-item:hover {
    background: var(--mm-rose-1);
}

.mm-dropdown-item i {
    width: 16px;
    color: var(--mm-gold-2);
    text-align: center;
}

.mm-dropdown-item.mm-logout {
    color: #b3261e;
    border-top: 1px solid rgba(122, 46, 59, 0.1);
    margin-top: 4px;
}

.mm-dropdown-item.mm-logout i {
    color: #b3261e;
}

/* ---------- Header (glass, elegant) ---------- */
.mm-header-glass {
    background: rgba(255, 251, 248, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 4px 24px rgba(122, 46, 59, 0.06);
}

/* ---------- Shamim Cholontika (Lipighor, free webfont, credited in footer) ---------- */
@font-face {
    font-family: 'Cholontika';
    src: url('../fonts/cholontika-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Cholontika';
    src: url('../fonts/cholontika-italic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

.mm-serif {
    font-family: 'SolaimanLipi', 'Hind Siliguri', sans-serif !important;
}

/* ---------- Staggered fade-up entrance animation ---------- */
@keyframes mmFadeUp {
    from {
        opacity: 0;
        transform: translateY(26px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.mm-fade-up {
    opacity: 0;
    animation: mmFadeUp 0.9s ease forwards;
}

/* ---------- Site-wide background pattern (single canvas, covers full page, no repeat) ---------- */
html {
    background-color: var(--mm-cream);
    background-image: url('../img/site-bg-pattern.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

body {
    background-color: transparent !important;
}

/* ---------- Fonts ---------- */
body,
input,
select,
textarea,
button {
    font-family: 'SolaimanLipi', 'Hind Siliguri', 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'SolaimanLipi', 'Hind Siliguri', 'Poppins', sans-serif !important;
    font-weight: 600;
}

/* শুধু হোমপেজের হিরো হেডলাইনে সাজানো ফন্ট - বাকি কোনো সেকশন টাইটেলে না */
.mm-hero-title {
    font-family: 'Cholontika', 'Poppins', 'Hind Siliguri', sans-serif !important;
}

/* সাধারণ সেকশন টাইটেল - এখন স্বাভাবিক ফন্ট (Cholontika সরানো হয়েছে) */
.mm-section-title {
    font-family: 'SolaimanLipi', 'Hind Siliguri', 'Poppins', sans-serif !important;
}

/* ---------- Glass utility classes ---------- */
.mm-glass {
    background: var(--mm-glass-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--mm-glass-border);
    box-shadow: var(--mm-glass-shadow);
}

.mm-glass-card {
    background: var(--mm-glass-bg);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border: 1px solid var(--mm-glass-border);
    box-shadow: var(--mm-glass-shadow);
    border-radius: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mm-glass-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 40px 0 rgba(122, 46, 59, 0.22);
}

/* সফলদের ফিডব্যাক কার্ড - মোবাইলে আরেকটু সংকুচিত ও shadow ছাড়া */
.mm-feedback-slide {
    max-width: 300px;
}
.mm-feedback-card {
    box-shadow: none !important;
}
.mm-feedback-card:hover {
    transform: none !important;
    box-shadow: none !important;
}
@media (min-width: 768px) {
    .mm-feedback-slide {
        max-width: 380px;
    }
}

.mm-btn-primary {
    display: inline-block;
    background: linear-gradient(135deg, var(--mm-maroon) 0%, #a8425a 100%);
    color: #fff !important;
    font-weight: 700;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(122, 46, 59, 0.35);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mm-btn-primary:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 10px 24px rgba(122, 46, 59, 0.45);
}

/* "যোগাযোগের নাম্বার দেখুন" বাটন - mm-btn-primary এর একই রঙের উপরে অতিরিক্ত
   স্পন্দনশীল (pulse) এনিমেশন যোগ করা হয়েছে যাতে চোখে পড়ে ও ক্লিক করতে ইচ্ছা করে -
   এই এনিমেশনটা শুধু এই বাটনেই থাকবে, সাইটের বাকি কোনো বাটনে না */
.mm-btn-contact-view {
    font-size: 16px;
    box-shadow: 0 0 0 0 rgba(122, 46, 59, 0.55);
    animation: mmContactPulse 2s infinite;
}

.mm-btn-contact-view:hover {
    transform: translateY(-2px) scale(1.04);
    animation-play-state: paused;
}

@keyframes mmContactPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(122, 46, 59, 0.55);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(122, 46, 59, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(122, 46, 59, 0);
    }
}

/* ---------- Soft blurred blob background (hero) ---------- */
.mm-hero-bg {
    position: relative;
    overflow: hidden;
    background: var(--mm-gradient-soft);
}

.mm-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    z-index: 0;
    pointer-events: none;
}

.mm-blob-1 {
    width: 320px;
    height: 320px;
    background: var(--mm-rose-3);
    top: -80px;
    left: -60px;
    animation: mmFloat1 12s ease-in-out infinite;
}

.mm-blob-2 {
    width: 260px;
    height: 260px;
    background: var(--mm-gold-1);
    bottom: -60px;
    right: -40px;
    animation: mmFloat2 14s ease-in-out infinite;
}

.mm-blob-3 {
    width: 200px;
    height: 200px;
    background: var(--mm-rose-2);
    top: 40%;
    right: 20%;
    animation: mmFloat1 16s ease-in-out infinite reverse;
}

@keyframes mmFloat1 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(30px, 20px) scale(1.08); }
}

@keyframes mmFloat2 {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(-25px, -15px) scale(1.06); }
}

/* ---------- Scroll reveal animation ---------- */
.mm-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.mm-reveal.mm-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- WhatsApp floating blinking button ---------- */
.mm-whatsapp-float {
    position: fixed;
    bottom: 90px;
    right: 20px;
    z-index: 9999;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 16px rgba(37, 211, 102, 0.5);
    text-decoration: none;
    color: #fff !important;
}

.mm-whatsapp-float i,
.mm-whatsapp-float svg {
    color: #fff !important;
    fill: #fff !important;
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.mm-whatsapp-float::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #25D366;
    animation: mmWhatsappPing 1.8s cubic-bezier(0, 0, 0.2, 1) infinite;
    z-index: -1;
}

@keyframes mmWhatsappPing {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    75%, 100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

@media (max-width: 768px) {
    .mm-whatsapp-float {
        bottom: 100px;
        right: 16px;
        width: 52px;
        height: 52px;
    }
}
