.website-directory-table{
width:100%;
border-collapse:collapse;
background:#fff;
box-shadow:0 2px 15px rgba(0,0,0,.05);
margin-top:25px;
}

.website-directory-table th{
background:#f8fafc;
padding:15px;
font-size:15px;
font-weight:600;
border:1px solid #e5e7eb;
text-align:left;
white-space:nowrap;
}

.website-directory-table td{
padding:20px;
vertical-align:top;
border:1px solid #e5e7eb;
font-size:15px;
}

.website-directory-table tr:hover{
background:#fafafa;
}

/* Column Width */

.website-directory-table th:nth-child(1),
.website-directory-table td:nth-child(1){
width:22%;
}

.website-directory-table th:nth-child(2),
.website-directory-table td:nth-child(2){
width:20%;
}

.website-directory-table th:nth-child(3),
.website-directory-table td:nth-child(3){
width:18%;
}

.website-directory-table th:nth-child(4),
.website-directory-table td:nth-child(4){
width:25%;
}

.website-directory-table th:nth-child(5),
.website-directory-table td:nth-child(5){
width:15%;
}

/* Website */

.website-directory-table h3,
.website-directory-table h4{
margin:0 0 8px;
font-size:24px;
font-weight:700;
}

.website-directory-table a{
text-decoration:none;
}

.website-directory-table small{
display:block;
margin-top:4px;
color:#666;
}

/* Price */

.price-row{
display:flex;
justify-content:space-between;
padding:6px 0;
border-bottom:1px solid #ececec;
}

.price-row:last-child{
border-bottom:none;
}

/* Guidelines */

.guideline-box{
line-height:1.7;
color:#444;
}

/* Badge */

.grey-badge{
display:inline-block;
padding:6px 12px;
border-radius:20px;
background:#f3f4f6;
font-size:13px;
font-weight:600;
margin-top:12px;
}

/* Contact */

.contact-btn{
display:block;
width:100%;
text-align:center;
background:#2563eb;
color:#fff;
padding:10px;
border-radius:6px;
text-decoration:none;
margin-bottom:10px;
font-weight:600;
}

.contact-btn:hover{
background:#1d4ed8;
color:#fff;
}

/* Responsive */

@media(max-width:991px){

.website-directory-table{
display:block;
overflow-x:auto;
}

}

/* ===========================
   DIRECTORY MODERN UI
=========================== */

.bm-directory{
    background:#f5f7fb;
    padding:50px 0;
}

.bm-container{
    width:100%;
    max-width:100%;
    padding:0 40px;
    margin:0;
}

.bm-container h1{
    font-size:38px;
    font-weight:700;
    margin-bottom:10px;
}

.bm-container p{
    color:#666;
    margin-bottom:30px;
}



.bm-search{
    display:flex;
    align-items:center;
    gap:15px;
    background:#fff;
    padding:25px;
    border-radius:14px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-bottom:30px;
}

.bm-search-input{
    flex:1;
    height:52px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 18px;
    font-size:15px;
}

.bm-sort{
    width:220px;
    height:52px;
    border:1px solid #ddd;
    border-radius:10px;
    padding:0 15px;
    flex:0 0 220px;
}

.bm-search button{
    width:120px;
    height:52px;
    background:#0d6efd;
    color:#fff;
    border:none;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
}

.bm-table{
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.bm-table th{
    background:#f8fafc;
    padding:18px;
    font-size:15px;
    text-align:left;
    font-weight:700;
}

.bm-table td{
    padding:20px;
    border-top:1px solid #eee;
    vertical-align:top;
}

.bm-table tr:hover{
    background:#f8fbff;
}

.bm-site-name{
    font-size:18px;
    font-weight:700;
    color:#1565d8;
    margin-bottom:8px;
}

.bm-site-url a{
    color:#444;
    text-decoration:none;
    word-break:break-word;
}

.bm-service-list div{
    display:inline-block;
    background:#ecfdf5;
    color:#0f8f48;
    padding:5px 10px;
    border-radius:30px;
    margin:4px 4px 0 0;
    font-size:13px;
}

.bm-grey{
    display:inline-block;
    background:#ffe5e5;
    color:#c0392b;
    padding:6px 12px;
    border-radius:30px;
    margin-top:12px;
    font-size:13px;
}

.bm-normal{
    display:inline-block;
    background:#e8f7ee;
    color:#0f8f48;
    padding:6px 12px;
    border-radius:30px;
    margin-top:12px;
    font-size:13px;
}

.bm-price-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:10px;
}

.bm-price-row strong{
    color:#0d6efd;
}

.bm-contact{
    width:100%;
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:12px;
    border-radius:10px;
    cursor:pointer;
    font-weight:600;
}

.bm-contact:hover{
    background:#084fc7;
}

.bm-contact-box{
    margin-top:15px;
    background:#f8fafc;
    padding:15px;
    border-radius:10px;
    font-size:14px;
    border:1px solid #eee;
}

/*=========================================
/*====================================================
ADD WEBSITE PAGE
====================================================*/

.bm-add-page{
    background:#f4f7fc;
    padding:40px 20px 60px;
}



.bm-main-grid{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:30px;
    align-items:start;
}

.bm-card{
    background:#fff;
    border:1px solid #e8edf5;
    border-radius:16px;
    padding:30px;
    margin-bottom:25px;
    box-shadow:0 6px 18px rgba(15,23,42,.05);
}

.bm-card h1{
    margin:0 0 10px;
    font-size:34px;
    font-weight:700;
}

.bm-card h2{
    margin:0 0 20px;
    font-size:22px;
    font-weight:700;
    color:#2563eb;
}

.bm-card p{
    color:#6b7280;
    line-height:1.6;
}

.bm-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:20px;
    margin-bottom:20px;
}

.bm-field{
    display:flex;
    flex-direction:column;
}

.bm-field label{
    font-weight:600;
    margin-bottom:8px;
    color:#111827;
}

.bm-field input,
.bm-field textarea,
.bm-field select,
.bm-service input[type="number"],
.bm-grey-item input[type="number"]{

    width:100%;
    padding:14px 16px;
    border:1px solid #d7dce5;
    border-radius:10px;
    font-size:15px;
    transition:.3s;
    box-sizing:border-box;
    background:#fff;

}

.bm-field input:focus,
.bm-field textarea:focus,
.bm-field select:focus,
.bm-service input:focus,
.bm-grey-item input:focus{

    outline:none;
    border-color:#2563eb;
    box-shadow:0 0 0 4px rgba(37,99,235,.10);

}

.bm-field textarea{
    resize:vertical;
    min-height:120px;
}

.bm-service,
.bm-grey-item{

    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
    margin-bottom:15px;
    padding:15px;
    border:1px solid #edf2f7;
    border-radius:12px;
    background:#fafcff;

}

.bm-service label,
.bm-grey-item label{

    display:flex;
    align-items:center;
    gap:10px;
    font-weight:600;
    cursor:pointer;

}

.bm-service input[type="number"],
.bm-grey-item input[type="number"]{

    max-width:180px;

}

.bm-submit-btn{

    width:100%;
    height:56px;
    border:none;
    border-radius:12px;
    background:#2563eb;
    color:#fff;
    font-size:17px;
    font-weight:700;
    cursor:pointer;
    transition:.3s;

}

.bm-submit-btn:hover{

    background:#1d4ed8;

}

#bm-response{

    margin-top:20px;

}

.bm-success{

    background:#dcfce7;
    border:1px solid #86efac;
    color:#166534;
    padding:15px;
    border-radius:10px;

}

.bm-error{

    background:#fee2e2;
    border:1px solid #fca5a5;
    color:#991b1b;
    padding:15px;
    border-radius:10px;

}

.bm-right{

    position:sticky;
    top:30px;

}

#bm-preview h3{

    margin:0 0 10px;
    color:#2563eb;

}

#bm-preview p{

    margin:8px 0;

}

/* Mobile */

@media(max-width:992px){

.bm-main-grid{

grid-template-columns:1fr;

}

.bm-right{

position:relative;
top:0;

}

}

@media(max-width:768px){

.bm-grid{

grid-template-columns:1fr;

}

.bm-card{

padding:20px;

}

.bm-card h1{

font-size:28px;

}

}

@media(max-width:480px){

.bm-add-page{

padding:20px 15px;

}

.bm-service,
.bm-grey-item{

flex-direction:column;
align-items:flex-start;

}

.bm-service input[type="number"],
.bm-grey-item input[type="number"]{

max-width:100%;

}

}

/*==========================
HOME HEADER
==========================*/


.bm-home-header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #e5e7eb;
}

.bm-header-wrap{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:18px 0;
}

.bm-logo img{
    width:190px;
    height:auto;
    display:block;
}

.bm-nav{
    flex:1;
}

.bm-nav ul{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:42px;
}

.bm-header-buttons{
    display:flex;
    gap:15px;
}

.bm-home-header{
    width:100%;
    background:#fff;
    border-bottom:1px solid #eee;
}

.bm-container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 30px;
}

.bm-header-wrap{
    display:flex;
    align-items:center;
    gap:40px;
}

.bm-nav ul{
    display:flex;
    list-style:none;
    gap:35px;
    margin:0;
    padding:0;
}

.bm-menu-dropdown{
    position:relative;
}

.bm-menu-dropdown ul{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    min-width:180px;
    padding:10px 0;
    list-style:none;
    box-shadow:0 10px 30px rgba(0,0,0,.1);
}

.bm-menu-dropdown:hover ul{
    display:block;
}

.bm-menu-dropdown ul li{
    display:block;
}

.bm-menu-dropdown ul li a{
    display:block;
    padding:10px 20px;
}

/*======================================
HERO SECTION
======================================*/

.bm-hero{

    background:#f8fbff;
    padding:70px 0 50px;

}

.bm-hero-grid{

    display:grid;
    grid-template-columns:55% 45%;
    align-items:center;
    gap:60px;

}

.bm-left h1{

    font-size:64px;
    line-height:1.15;
    font-weight:800;
    color:#0f172a;
    margin-bottom:25px;

}

.bm-left h1 span{

    color:#2563eb;

}

.bm-left p{

    font-size:20px;
    line-height:1.8;
    color:#64748b;
    margin-bottom:35px;

}

.bm-search{

    display:flex;
    align-items:center;
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);

}

.bm-search input{

    flex:1;
    border:none;
    padding:18px 22px;
    font-size:16px;
    outline:none;

}

.bm-search select{

    width:220px;
    border:none;
    border-left:1px solid #eee;
    padding:18px;
    outline:none;
    background:#fff;

}

.bm-search button{

    width:170px;
    border:none;
    background:#2563eb;
    color:#fff;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
    height:60px;

}

.bm-search button:hover{

    background:#1d4ed8;

}

.bm-features{

    display:flex;
    flex-wrap:wrap;
    gap:25px;
    margin-top:30px;

}

.bm-features div{

    font-size:15px;
    color:#334155;
    font-weight:600;

}

.bm-right{

    text-align:right;

}

.bm-right img{

    max-width:100%;
    height:auto;

}

/* Responsive */

@media(max-width:991px){

    .bm-hero{

        padding:50px 0;

    }

    .bm-hero-grid{

        grid-template-columns:1fr;

    }

    .bm-left{

        text-align:center;

    }

    .bm-left h1{

        font-size:42px;

    }

    .bm-search{

        flex-direction:column;
        border-radius:12px;

    }

    .bm-search input,
    .bm-search select,
    .bm-search button{

        width:100%;
        border:none;

    }

    .bm-search select{

        border-top:1px solid #eee;

    }

    .bm-features{

        justify-content:center;

    }

    .bm-right{

        text-align:center;
        margin-top:40px;

    }

}

/*=====================================
HEADER
======================================*/

.bm-home-header{
    width:100%;
    background:#ffffff;
    border-bottom:1px solid #edf2f7;
    position:sticky;
    top:0;
    z-index:999;
}

.bm-container{
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:0 25px;
}

.bm-header-wrap{
    display:flex;
    align-items:center;
    justify-content:space-between;
    height:88px;
}

/* Logo */

.bm-logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
}

.bm-logo img{
    width:220px;
    height:auto;
    display:block;
}

/* Navigation */

.bm-nav{
    flex:1;
    display:flex;
    justify-content:center;
}

.bm-nav ul{
    display:flex;
    align-items:center;
    gap:38px;
    margin:0;
    padding:0;
    list-style:none;
}

.bm-nav ul li{
    position:relative;
}

.bm-nav ul li a{
    color:#0f172a;
    text-decoration:none;
    font-size:16px;
    font-weight:600;
    transition:.3s;
}

.bm-nav ul li a:hover{
    color:#2563eb;
}

/* Dropdown */

.bm-menu-dropdown ul{
    position:absolute;
    left:0;
    top:45px;
    min-width:180px;
    background:#fff;
    border-radius:12px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    display:none;
    padding:12px 0;
}

.bm-menu-dropdown:hover ul{
    display:block;
}

.bm-menu-dropdown ul li{
    display:block;
}

.bm-menu-dropdown ul li a{
    display:block;
    padding:10px 18px;
    font-size:15px;
}

.bm-menu-dropdown ul li a:hover{
    background:#f8fafc;
}

/* Buttons */

.bm-header-buttons{
    display:flex;
    align-items:center;
    gap:15px;
    flex-shrink:0;
}

.bm-btn-primary{
    background:#2563eb;
    color:#fff;
    padding:14px 28px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.bm-btn-primary:hover{
    background:#1d4ed8;
    color:#fff;
}

.bm-btn-outline{
    border:1px solid #dbe2ea;
    color:#0f172a;
    padding:14px 28px;
    border-radius:12px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.bm-btn-outline:hover{
    background:#2563eb;
    border-color:#2563eb;
    color:#fff;
}

/* Responsive */

@media(max-width:1200px){

    .bm-nav ul{
        gap:22px;
    }

    .bm-logo img{
        width:190px;
    }

}

@media(max-width:992px){

    .bm-header-wrap{
        flex-wrap:wrap;
        height:auto;
        padding:20px 0;
        gap:20px;
    }

    .bm-nav{
        width:100%;
        order:3;
    }

    .bm-nav ul{
        flex-wrap:wrap;
        justify-content:center;
    }

    .bm-header-buttons{
        margin-left:auto;
    }

}

@media(max-width:768px){

    .bm-header-buttons{
        display:none;
    }

    .bm-nav ul{
        gap:15px;
    }

    .bm-logo img{
        width:170px;
    }

}
.bm-nav ul li a{
    white-space: nowrap;
}

.bm-menu-dropdown{
    position:relative;
}

.bm-dropdown{
    position:absolute;
    top:100%;
    left:0;

    padding-top:8px;
}

.bm-menu-dropdown::after{
    content:"";
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    height:12px;
}

/* Dropdown */

.bm-menu-dropdown{
    position:relative;
}

.bm-menu-dropdown>a{
    display:flex;
    align-items:center;
    gap:6px;
}

.bm-menu-dropdown .arrow{
    font-size:10px;
    transition:.3s;
}

.bm-dropdown{
    position:absolute;
    top:55px;
    left:0;
    min-width:200px;

    background:#fff;
    border-radius:12px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);

    padding:10px 0;

    list-style:none;

    opacity:0;
    visibility:hidden;
    transform:translateY(10px);

    transition:.25s;

    z-index:9999;
}

.bm-dropdown li{
    width:100%;
}

.bm-dropdown li a{
    display:block;
    padding:12px 20px;
    color:#0f172a;
    text-decoration:none;
    font-weight:500;
}

.bm-dropdown li a:hover{
    background:#f5f7fb;
    color:#2563eb;
}

.bm-menu-dropdown:hover .bm-dropdown{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}

.bm-menu-dropdown:hover .arrow{
    transform:rotate(180deg);
}

.bm-search-form{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    margin-top:35px;
}

.bm-search-form input{
    flex:1;
    height:70px;
    border:none;
    padding:0 30px;
    font-size:17px;
    outline:none;
}

.bm-search-form button{
    width:180px;
    height:70px;
    border:none;
    background:#2563eb;
    color:#fff;
    font-size:18px;
    font-weight:700;
    cursor:pointer;
}

/*=========================
HOME STATS
==========================*/

.bm-stats{
    background:#fff;
    padding:50px 0;
}

.bm-stats-grid{

    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:20px;

}

.bm-stat-card{

    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:35px 20px;
    text-align:center;

    transition:.3s;

}

.bm-stat-card:hover{

    transform:translateY(-5px);

    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.bm-stat-card h3{

    font-size:34px;
    margin-bottom:10px;
    color:#111827;

}

.bm-stat-card p{

    color:#6b7280;
    margin:0;
    font-size:15px;

}

/*==========================
POPULAR CATEGORIES
==========================*/

.bm-categories{

    padding:80px 0;
    background:#f8fbff;

}

.bm-section-header{

    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:40px;

}

.bm-section-header h2{

    font-size:34px;
    margin:0;
    color:#111827;

}

.bm-section-header a{

    color:#2563eb;
    text-decoration:none;
    font-weight:600;

}

.bm-category-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;

}

.bm-category-card{

    background:#fff;
    border:1px solid #edf2f7;
    border-radius:18px;
    padding:30px;
    text-decoration:none;
    transition:.3s;

}

.bm-category-card:hover{

    transform:translateY(-6px);
    box-shadow:0 15px 40px rgba(0,0,0,.08);

}

.bm-category-card h3{

    color:#111827;
    font-size:22px;
    margin-bottom:8px;

}

.bm-category-card span{

    color:#64748b;
    font-size:15px;

}

/* Featured Websites */

/*=================================
Featured Websites
==================================*/

.bm-featured-websites{

padding:90px 0;

background:#fff;

}

.bm-section-head{

display:flex;

justify-content:space-between;

align-items:center;

margin-bottom:45px;

}

.bm-section-head h2{

font-size:38px;

font-weight:700;

margin-bottom:10px;

}

.bm-section-head p{

color:#666;

}

.bm-view-all{

color:#2563eb;

font-weight:600;

text-decoration:none;

}

.bm-featured-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}

.bm-site-card{

background:#fff;

border:1px solid #e9edf6;

border-radius:18px;

padding:28px;

transition:.3s;

position:relative;

box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.bm-site-card:hover{

transform:translateY(-8px);

box-shadow:0 20px 45px rgba(0,0,0,.10);

}

.bm-badge{

position:absolute;

right:20px;

top:20px;

background:#22c55e;

color:#fff;

padding:6px 14px;

border-radius:30px;

font-size:12px;

font-weight:600;

}

.bm-site-top{

display:flex;

gap:15px;

align-items:center;

margin-bottom:20px;

}

.bm-site-top img{

width:60px;

height:60px;

object-fit:contain;

border-radius:12px;

background:#fff;

border:1px solid #eee;

padding:8px;

}

.bm-site-top h3{

font-size:22px;

margin-bottom:5px;

}

.bm-site-top small{

color:#777;

}

.bm-site-meta{

display:flex;

justify-content:space-between;

margin-bottom:20px;

font-size:14px;

color:#666;

}

.bm-site-features{

list-style:none;

padding:0;

margin:0 0 25px;

}

.bm-site-features li{

margin-bottom:10px;

font-size:15px;

}

.bm-site-bottom{

display:flex;

justify-content:space-between;

align-items:center;

border-top:1px solid #eee;

padding-top:20px;

}

.bm-site-bottom small{

display:block;

color:#777;

margin-bottom:5px;

}

.bm-site-bottom strong{

font-size:24px;

color:#2563eb;

}

.bm-card-btn{

padding:12px 22px;

background:#2563eb;

color:#fff;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.bm-card-btn:hover{

background:#0f4ed8;

color:#fff;

}

/* Website Initial Icon */

.bm-site-icon{

    width:64px;
    height:64px;
    border-radius:16px;

    background:linear-gradient(135deg,#2563eb,#1d4ed8);

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:20px;
    font-weight:700;

    letter-spacing:1px;

    flex-shrink:0;

}

/*==========================
HOW IT WORKS
==========================*/

.bm-how{

    padding:100px 0;

    background:#f8fbff;

}

.center{

    text-align:center;

}

.bm-how-grid{

    display:grid;

    grid-template-columns:repeat(4,1fr);

    gap:30px;

    margin-top:60px;

}

.bm-how-card{

    background:#fff;

    border-radius:20px;

    padding:35px;

    text-align:center;

    border:1px solid #edf2f7;

    transition:.3s;

}

.bm-how-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.bm-step{

    width:70px;

    height:70px;

    border-radius:50%;

    background:#2563eb;

    color:#fff;

    font-size:28px;

    font-weight:700;

    display:flex;

    align-items:center;

    justify-content:center;

    margin:0 auto 25px;

}

.bm-how-card h3{

    font-size:22px;

    margin-bottom:15px;

}

.bm-how-card p{

    color:#64748b;

    line-height:1.8;

}

.bm-featured-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.bm-site-card{
    background:#fff;
    border:1px solid #edf1f7;
    border-radius:18px;
    padding:24px;
    box-shadow:0 8px 25px rgba(0,0,0,.05);
    transition:.3s;
}

.bm-site-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.bm-site-top{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:20px;
}

.bm-site-icon{
    width:60px;
    height:60px;
    background:#2563eb;
    border-radius:16px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    font-size:28px;
    flex-shrink:0;
}

.bm-site-info h3{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#111827;
}

.bm-site-category{
    display:block;
    margin-top:6px;
    color:#64748b;
    font-size:14px;
}

.bm-site-price{
    background:#f8fbff;
    border-radius:12px;
    padding:18px;
    margin-bottom:20px;
}

.bm-site-price small{
    display:block;
    color:#64748b;
    margin-bottom:5px;
}

.bm-site-price strong{
    color:#2563eb;
    font-size:30px;
    font-weight:700;
}

.bm-card-btn{
    display:block;
    width:100%;
    text-align:center;
    background:#2563eb;
    color:#fff;
    padding:14px;
    border-radius:12px;
    text-decoration:none;
    font-weight:600;
    transition:.3s;
}

.bm-card-btn:hover{
    background:#1749d1;
    color:#fff;
}

@media(max-width:991px){

.bm-featured-grid{
grid-template-columns:repeat(2,1fr);
}

}

@media(max-width:767px){

.bm-featured-grid{
grid-template-columns:1fr;
}

}

