/* Hide Dashwall Hero */

.single-ldp_listing .page-card.header-single{

 display:none;

}

/* Hide theme page header on DMS listing pages */


.ldp-map-wrapper{
    margin-top:20px;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 5px 25px rgba(0,0,0,.08);
}

@media (max-width:768px){

    .ldp-hero{

        height:320px;

    }

    .ldp-hero img{

        height:320px;

    }

    .ldp-hero-content{

        padding:20px;

    }

    .ldp-hero-content h1{

        font-size:28px;

        line-height:1.25;

        font-weight:700;

    }

    .ldp-stars{

        font-size:18px;

    }

    .ldp-location{

        font-size:16px;

    }

}


.ldp-hero-content h1{

    color:#fff;

    font-size:48px;

    font-weight:700;

    margin-bottom:12px;

    text-shadow:0 2px 8px rgba(0,0,0,.4);

}

.ldp-map-wrapper iframe{
    display:block;
    width:100%;
    border:0;
}

.ldp-destination-hero{


    background:#f8fafc;

    padding:60px;

    border-radius:20px;

    margin-bottom:40px;

}

.ldp-destination-hero h1{

    font-size:33px;
    
    color:#fff;
    
    text-shadow:0 2px 8px rgba(0,0,0,.4);

    margin-bottom:25px;
    

}

.ldp-destination-hero p{

    font-size:18px;

    color:#555;

    max-width:900px;

}

.ldp-container{

    max-width:1600px;

    margin:0 auto;

    padding:40px 20px;

}

.ldp-destination{

    display:flex;

    flex-direction:column;

    gap:50px;
     max-width:1400px;
    margin:40px auto;
    padding:0 20px;

}

.ldp-section h2{

    font-size:34px;

    margin-bottom:25px;

    border-left:6px solid #0B5ED7;

    padding-left:15px;

}
.ldp-container{
    max-width:1700px;
    margin:0 auto;
    padding:30px;
}

.ldp-card-grid{

    display:grid;

    grid-template-columns:repeat(auto-fill,minmax(340px,1fr));

    gap:24px;

}

.ldp-destination-hero{
    background:linear-gradient(135deg,#0B3D91,#1E88E5);
    color:#fff;
    border-radius:20px;
    margin-bottom:35px;
    width:100%;
    padding:32px 45px;
    max-width:none;
    margin:0 0 40px;
}

.ldp-destination-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(0,0,0,.70),
        rgba(0,0,0,.25),
        rgba(0,0,0,.10)
    );
    z-index:1;
}

.ldp-destination-overlay{
    position:relative;
    z-index:2;
    width:100%;
    padding:50px;
}

.ldp-destination-hero h1{
    font-size:46px;
    color:white;
    font-weight:700;
    margin:0 0 10px;
    line-height:1.1;
}

.ldp-destination-stats{
    display:flex;
    align-items:center;
    gap:30px;
    margin-top:20px;
    flex-wrap:wrap;
}

.ldp-stat{
    display:flex;
    align-items:center;
    gap:8px;
    background:rgba(255,255,255,.15);
    padding:10px 18px;
    border-radius:50px;
    font-size:15px;
    font-weight:500;
}

.ldp-stat strong{
    font-size:18px;
    color:#fff;
}

.ldp-destination-hero p{
    margin:0;
    font-size:17px;
    max-width:700px;
    opacity:.95;
}

/* ==========================================
   Destination Hero
========================================== */

.ldp-destination-hero{
    background:linear-gradient(135deg,#0B3D91,#1E88E5);
    color:#fff;
    border-radius:20px;
    padding:30px 40px;
    margin-bottom:30px;
}

.ldp-destination-hero h1{
    color:#fff;
    font-size:46px;
    font-weight:700;
    margin:0 0 12px;
    line-height:1.1;
}

.ldp-destination-hero p{
    color:#fff;
    font-size:17px;
    margin:0;
    opacity:.95;
}

.ldp-destination-stats{
    display:flex;
    align-items:center;
    gap:18px;
    margin-top:20px;
    flex-wrap:wrap;
}

.ldp-stat{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 18px;
    background:rgba(255,255,255,.15);
    border-radius:50px;
    color:#fff;
    font-size:15px;
    font-weight:600;
}

.ldp-stat strong{
    font-size:18px;
    color:#fff;
}

.ldp-section{
    margin:50px 0;
}

.ldp-section h2{
    display:flex;
    align-items:center;
    gap:12px;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
    color:#0B3D91;
}

.ldp-section h2 i{
    color:#F59E0B;
}


/* Archive */

.ldp-archive-hero{

    background:#0B3D91;

    color:#fff;

    padding:60px;

    border-radius:20px;

    margin-bottom:40px;

}

.ldp-archive-hero h1{

    font-size:42px;

    margin-bottom:10px;

}

.ldp-pagination{

    margin-top:50px;

    text-align:center;

}

.ldp-filter-form{

    background:#fff;

    padding:25px;

    border-radius:15px;

    margin-bottom:35px;

    box-shadow:0 5px 15px rgba(0,0,0,.08);

}

.ldp-filter-wrapper{

    margin-top:-45px;

    position:relative;

    z-index:20;

}

.ldp-filter-form{

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:0 20px 40px rgba(0,0,0,.12);

}

/* Archive Statistics */

.ldp-stats{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(180px,1fr));

    gap:20px;

    margin:35px 0;

}

.ldp-stat-card{

    display:block;

    background:#fff;

    border-radius:18px;

    padding:30px;

    text-align:center;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

    transition:.3s;

    text-decoration:none;

    color:#222;

}

.ldp-stat-card:hover{

    transform:translateY(-6px);

    text-decoration:none;

    color:#0B5ED7;

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}
.ldp-stat-number{

    display:block;

    font-size:36px;

    font-weight:700;

    color:#0B5ED7;

}

.ldp-stat-label{

    display:block;

    margin-top:8px;

    font-size:15px;

    color:#666;

}

.ldp-stat-card{

    display:block;

    text-decoration:none;

    color:inherit;

}

.ldp-stat-card:hover{

    text-decoration:none;

    color:#0B5ED7;

    transform:translateY(-6px);

}

.ldp-stat-icon{

    width:70px;

    height:70px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#EEF5FF;

    display:flex;

    align-items:center;

    justify-content:center;

}

.ldp-stat-icon i{

    font-size:32px;

    color:#0B5ED7;

}

.ldp-stat-card:hover .ldp-stat-icon{

    background:#0B5ED7;

}

.ldp-stat-card:hover .ldp-stat-icon i{

    color:#fff;

}

/* Categories */

.ldp-categories{

    margin:60px 0;

}

.ldp-categories h2{

    text-align:center;

    margin-bottom:35px;

    font-size:34px;

    font-weight:700;

}

.ldp-category-grid{

    display:grid;

    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));

    gap:25px;

}

.ldp-category-card{

    background:#fff;

    border-radius:18px;

    padding:30px;

    text-align:center;

    text-decoration:none;

    color:#222;

    transition:.3s;

    box-shadow:0 8px 20px rgba(0,0,0,.08);

}

.ldp-category-card:hover{

    transform:translateY(-8px);

    text-decoration:none;

    color:#0B5ED7;

}

.ldp-category-icon{

    width:80px;

    height:80px;

    margin:0 auto 20px;

    border-radius:50%;

    background:#EEF5FF;

    display:flex;

    align-items:center;

    justify-content:center;

}

.ldp-category-icon i{

    font-size:36px;

    color:#0B5ED7;

}

.ldp-category-card:hover .ldp-category-icon{

    background:#0B5ED7;

}

.ldp-category-card:hover .ldp-category-icon i{

    color:#fff;

}

.ldp-category-card h3{

    font-size:22px;

    margin-bottom:8px;

}

.ldp-category-card span{

    color:#777;

    font-size:15px;

}
.ldp-destination-stats{

    display:flex;

    flex-wrap:wrap;

    gap:25px;

    margin:20px 0 25px;

    font-size:18px;

    font-weight:600;

}

.ldp-destination-stats span{

    background:#456789;

    padding:10px 18px;

    border-radius:30px;

}

.ldp-total-listings{

    display:inline-flex;

    align-items:center;

    gap:8px;

    margin:15px 0 20px;

    padding:8px 18px;

    background:#EEF5FF;

    border-radius:30px;

    color:#0B5ED7;

    font-weight:600;

    font-size:16px;

}

.ldp-total-listings i{

    font-size:18px;

}
.ldp-card-button{

    display:block;

    width:100%;

    text-align:center;

    background:#0B5ED7;

    color:#fff;

    padding:12px;

    border-radius:10px;

    font-weight:600;

    text-decoration:none;

}

/* Facilities */

.ldp-facilities{

    display:flex;

    flex-wrap:wrap;

    gap:8px;

    margin-top:15px;

}

.ldp-badge{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:10px 15px;

    font-size:14px;

    font-weight:600;

    line-height:1.1;

    border-radius:15px;

    background:#EEF5FF;

    color:#0B5ED7;

    white-space:nowrap;

    margin-top:5px;
}

/* About Section */

.ldp-about{

    line-height:1.6;

    font-size:16px;

}

.ldp-about p{

    margin-bottom:18px;

}

.ldp-about h2,
.ldp-about h3,
.ldp-about h4{

    margin-top:25px;

    margin-bottom:15px;

}

.ldp-about ul,
.ldp-about ol{

    margin-bottom:20px;

    padding-left:22px;

}

.ldp-about li{

    margin-bottom:8px;
    border-radius:11px;
    color: darkblue;

}

.ldp-about table{

    width:100%;

    margin:25px 0;

    border-collapse:collapse;
    
    color: darkblue;

}

.ldp-about img{

    max-width:100%;

    height:auto;

    margin:25px 0;

    border-radius:12px;

}

.ldp-about blockquote{

    margin:25px 0;

    padding:20px;

    background:#F8F9FA;

    border-left:4px solid #0B5ED7;

}

.ldp-listing-card{

    background:#fff;

    border:1px solid #E5E7EB;

    border-radius:18px;

    overflow:hidden;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    transition:.3s;

    height:100%;
    
    padding:22px;

}

.ldp-listing-card:hover{

    transform:translateY(-6px);

    box-shadow:0 15px 35px rgba(0,0,0,.12);

}

.ldp-card-image img{


    width:100%;

    height:260px;

    object-fit:cover;

    border-radius:12px;

    display:block;

    margin-bottom:10px;
    
}
.ldp-info-list{
    margin-top:10px;
}

.ldp-info-item{
    display:flex;
    gap:15px;
    align-items:flex-start;
    padding:16px 0;
    border-bottom:1px solid #ececec;
}

.ldp-info-item:last-child{
    border-bottom:none;
}

.ldp-info-icon{
    width:44px;
    height:44px;
    border-radius:12px;
    background:#f5f7fb;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0d6efd;
    font-size:18px;
    flex-shrink:0;
}

.ldp-info-label{
    font-size:13px;
    color:#777;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.5px;
}

.ldp-info-value{
    font-size:15px;
    color:#222;
    font-weight:600;
    margin-top:3px;
}

.ldp-info-value a{
    color:#222;
    text-decoration:none;
}

.ldp-info-value a:hover{
    color:#0d6efd;
}
.page-col-center{
    max-width: 1700px;
}

.page-card-single{
    max-width: 1700px;
}

.ldp-container{
    max-width: 1700px;
}

/* Smart Content */

.ldp-smart-content{

    line-height:1.8;

    font-size:16px;

}

.ldp-smart-content p{

    margin-bottom:18px;

}

.ldp-smart-content h3{

    margin-top:25px;

    margin-bottom:15px;

}

.ldp-smart-content table{

    width:100%;

    border-collapse:collapse;

    margin:25px 0;

}

.ldp-smart-content table th,
.ldp-smart-content table td{

    border:1px solid #E5E7EB;

    padding:12px;

}

.ldp-smart-content table th{

    background:#F8FAFC;

}
