@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//msobd.redesstech.online/wp-content/themes/mso-core/fonts/woodmart-font-1-400.woff2?v=99.9.9") format("woff2");
}

:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(118,118,118);
	--wd-text-font-size: 16px;
	--wd-title-font: Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 800;
	--wd-title-color: rgb(30,55,55);
	--wd-entities-title-font: Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font: Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(40,167,69);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(15,145,227);
	--btn-accented-bgcolor-hover: rgb(14,132,207);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(255, 255, 255);
	background-image: url();
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-footer {
	background-color: rgb(33, 58, 57);
	background-image: none;
}
.wd-load-additional-fonts-700 {
	font-family: "Quicksand", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: rgb(23, 150, 229);
}

@font-face {
	font-family: "SolaimanLipi";
	font-weight: 400;
	font-style: normal;
}

/* menu font size*/
a.woodmart-nav-link {
    font-size: 15px !important;
}
span.eael-posted-by {
    display: none !important;
}
.scrollToTop {
    bottom: 55px !important;
}
.wd-copyrights.copyrights-wrapper.wd-layout-centered {
    margin-bottom: -51px !important;
	padding-bottom: 51px !important;
}



/* মেম্বার অংশ শুরু */
/* Premium Member List UI */
.member-card-row {
    display: flex;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}
.member-card-row:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }

.m-serial {
    width: 50px;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-right: 1px solid #eee;
    color: #00665e;
}

.m-thumb { padding: 20px; background: #fff; display: flex; align-items: center; }
.m-thumb img { width: 140px; height: 170px; object-fit: cover; border-radius: 4px; border: 1px solid #eee; }

.m-content { flex: 1; display: flex; flex-direction: column; }
.m-table-grid { display: flex; border-left: 1px solid #eee; }

.m-inner-table { width: 50%; border-collapse: collapse; }
.m-inner-table th, .m-inner-table td { border-bottom: 1px solid #eee; border-right: 1px solid #eee; padding: 10px 15px; font-size: 14px; text-align: left; }
.m-inner-table th { background: #fafafa; width: 35%; color: #666; font-weight: 600; }
.m-email { color: #0056b3; }

.m-footer {
    padding: 12px 20px;
    background: #fcfcfc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #eee;
}

.m-social a { margin-right: 12px; color: #555; font-size: 18px; transition: 0.3s; }
.m-social a:hover { color: #00665e; }

.m-actions a { text-decoration: none; font-size: 14px; font-weight: 600; color: #00665e; transition: 0.2s; }
.m-actions .sep { margin: 0 10px; color: #ccc; }
.m-actions a:hover { color: #000; }

/* Single Member Page CSS */
.member-single-detail { background: #fff; padding: 30px; border: 1px solid #eee; border-radius: 10px; }
.single-top-info { display: flex; gap: 30px; margin-bottom: 30px; }
.single-img { width: 350px; border-radius: 8px; border: 1px solid #ddd; }
.data-table { flex: 1; border-collapse: collapse; }
.data-table th, .data-table td { border: 1px solid #eee; padding: 12px; text-align: left; }
.data-table th { background: #f9f9f9; width: 30%; }
.extra-content { margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; line-height: 1.8; }

/* Responsive */
@media (max-width: 991px) {
    .m-table-grid { flex-direction: column; }
    .m-inner-table { width: 100%; }
    .single-top-info { flex-direction: column; align-items: center; }
}
.wd-single-post-header {
    display: none !important;
    }

/* Mobile Friendly Design (As per your sample) */
@media (max-width: 768px) {
    .member-card-row {
        flex-direction: column;
        border: 1px solid #d1d1d1;
        margin-bottom: 20px;
        box-shadow: none;
    }

    /* সিরিয়াল নম্বর উপরে ছোট করে থাকবে */
    .m-serial {
        width: 100%;
        height: 30px;
        border-right: none;
        border-bottom: 1px solid #eee;
        justify-content: flex-start;
        padding-left: 15px;
        font-size: 14px;
        background: #fdfdfd;
    }

    /* ছবি মাঝখানে এবং বড় হবে */
    .m-thumb {
        width: 100%;
        justify-content: center;
        padding: 15px 0;
        background: #fff;
    }
    .m-thumb img {
        width: 180px; /* আপনার প্রয়োজন অনুযায়ী কমাতে বাড়াতে পারেন */
        height: auto;
        border: 1px solid #ddd;
    }

    /* টেবিল গ্রিড ফিক্স */
    .m-table-grid {
        flex-direction: column;
        border-left: none;
    }

    .m-inner-table {
        width: 100%;
    }

    /* টেবিলের বর্ডার এবং প্যাডিং অ্যাডজাস্টমেন্ট */
    .m-inner-table th, .m-inner-table td {
        padding: 8px 12px;
        font-size: 14px;
        border-right: none; /* মোবাইলে রাইট বর্ডার দরকার নেই */
    }

    .m-inner-table th {
        width: 35%;
        background: #f9f9f9;
    }

    /* নিচের সোশ্যাল ও অ্যাকশন বাটন */
    .m-footer {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        padding: 15px;
    }

    .m-social {
        justify-content: center;
        margin-bottom: 5px;
    }

    .m-actions {
        display: flex;
        justify-content: center;
        width: 100%;
        gap: 10px;
    }
}

/* সিঙ্গেল মেম্বার পেজের জন্য মোবাইল ফিক্স */
@media (max-width: 768px) {
    .single-top-info {
        flex-direction: column;
        align-items: center;
    }
    .single-img {
        width: 200px;
        margin-bottom: 20px;
    }
    .data-table th {
        width: 40%;
    }
}
/* মেম্বার অংশ শেষ */

/* ট্রিকার অংশ শুরু */
/* মেইন কন্টেইনার */
.ticker-wrapper {
    display: flex;
    align-items: center;
    background: #f1f1f1;
    border: 1px solid #ddd;
    height: 45px;
    overflow: hidden;
    position: relative;
}

/* বাম পাশের লেবেল */
.ticker-label {
    background: #444;
    color: #fff;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center;
    font-weight: bold;
    z-index: 9;
    white-space: nowrap;
    box-shadow: 5px 0 10px rgba(0,0,0,0.1);
}

/* স্ক্রলিং এরিয়া */
.ticker-content-box {
    flex: 1;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.ticker-items-container {
    display: inline-flex;
    white-space: nowrap;
    padding-left: 100%; /* শুরু হবে ডান পাশ থেকে */
    animation: woodmart-ticker 80s linear infinite; /* সময় বাড়িয়ে কমিয়ে গতি নিয়ন্ত্রণ করুন */
}

/* মাউস রাখলে থামবে */
.ticker-items-container:hover {
    animation-play-state: paused;
}

.ticker-item {
    color: #333 !important;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'Hind Siliguri', sans-serif;
    padding: 0 10px;
}

.sep {
    color: #888;
    margin-right: 15px;
}

/* অ্যানিমেশন লজিক */
@keyframes woodmart-ticker {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

/* মোবাইল রেসপন্সিভ */
@media (max-width: 768px) {
    .ticker-label { font-size: 12px; padding: 0 10px; }
    .ticker-item { font-size: 13px; }
}
/* হোভার করলে টেক্সট নীল হবে এবং একটি স্মুথ ট্রানজিশন থাকবে */
.ticker-items-container a.ticker-item:hover {
    color: #007bff !important; /* স্ট্যান্ডার্ড ব্লু কালার */
        transition: color 0.3s ease; /* রঙ পরিবর্তন হওয়ার সময়টি স্মুথ করবে */
}

/* মাউস হোভার করলে স্ক্রলিং যেন থেমে যায় (আগের কোডে ছিল, নিশ্চিত করার জন্য আবার দেওয়া হলো) */
.ticker-items-container:hover {
    animation-play-state: paused;
}
/* ট্রিকার অংশ শেষ */

.wd-dropdown-menu.wd-design-default {
    --wd-dropdown-width: 270px !important;
}