/*===============
atas list
=================*/
.tanah-hero{

    height:460px;

    background:url('https://arkanproperti.co.id/wp-content/uploads/2026/07/481150878_610571558489759_1506883446184160288_n.jpg') center center/cover no-repeat;

    border-radius:20px;

    overflow:hidden;

    margin-bottom:60px;

    position:relative;

}

.tanah-overlay{

    position:absolute;

    inset:0;

    background:rgba(0,0,0,.45);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    text-align:center;

    color:#fff;

    padding:30px;

}

.tanah-overlay h1{

    font-size:54px;

    margin-bottom:20px;

    font-weight:700;

}

.tanah-overlay p{

    max-width:700px;

    font-size:20px;

    line-height:1.7;

}

.hero-feature{

    display:flex;

    gap:20px;

    margin-top:25px;

    flex-wrap:wrap;

    justify-content:center;

}

.hero-feature span{

    background:rgba(255,255,255,.15);

    padding:10px 18px;

    border-radius:30px;

    backdrop-filter:blur(5px);

}

.hero-button{

    margin-top:35px;

    background:#080f65;

    color:#fff;

    padding:16px 35px;

    border-radius:10px;

    text-decoration:none;

    font-weight:bold;

    transition:.3s;

}

.hero-button:hover{

    background:#166534;

    color:#fff;

}

@media(max-width:768px){

.tanah-single{
    grid-template-columns:1fr;
    gap:25px;
}

.tanah-gallery{
    padding:10px;
    border-radius:14px;
}



.tanah-thumb{

    width:70px;
    height:55px;

}

.tanah-sidebar{

    position:relative;
    top:0;

}

}
/*===============
atas list tanah
==================*/
.tanah-container{
    max-width:1200px;
    margin:50px auto;
    padding:0 20px;
}

.tanah-title{
    text-align:center;
    font-size:38px;
    font-weight:700;
    margin-bottom:40px;
    color:#000542;
}

.tanah-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(360px,1fr));
    gap:25px;
}


.tanah-card{
    background:#fff;
    border-radius:16px;
    border:1px solid #ececec;
    box-shadow:0 5px 20px rgba(0,0,0,.08);
    transition:.3s;
    overflow:hidden;

}
/* ================= MOBILE ================= */

@media (max-width:768px){

.tanah-hero{
    height:420px;
    padding:20px;
    background-position:center;
}

.tanah-overlay{
    width:100%;
    max-width:100%;
    padding:25px 20px;
}

.tanah-overlay h1{
    font-size:34px;
    line-height:1.2;
}

.tanah-overlay p{
    font-size:16px;
    line-height:1.7;
}

.hero-feature{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin:20px 0;
}

.hero-feature span{
    font-size:14px;
    padding:8px 12px;
}

.hero-button{
    display:inline-block;
    width:100%;
    text-align:center;
    padding:14px;
}

}

/*=============================
zoom list
==============================*/
.tanah-card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.tanah-card:hover img{
    transform:scale(1.08);
}

.tanah-card img{
    width:100%;
    height:230px;
    object-fit:cover;
    display:block;
    transition:transform .5s ease;  
}

.tanah-card:hover img{
    transform:scale(1.08);
}
.tanah-card{
    transition:.35s ease;
}

.tanah-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.18);
}

.tanah-card img{
    transition:transform .6s ease;
}

.tanah-card:hover img{
    transform:scale(1.12);
}
/*=============================
zoom list
==============================*/
.tanah-content{
    padding:22px;
    display:flex;
    flex-direction:column;
}


.tanah-content h2{
    font-size:24px;
    margin-bottom:15px;
    color: #000542;
}

.tanah-price{
    color:#000542;
    font-size:32px;
    font-weight:bold;
    margin-bottom:18px;
}

.tanah-meta{
    color:#000542;
    margin-bottom:8px;
}

.tanah-button{
display:block;
width:100%;
text-align:center;
padding:14px;
margin-top:auto;
background:#080f65;
color:#fff;
border-radius:10px;
font-weight:bold;
text-decoration:none;
}


.tanah-button:hover{
    background:#166534;
    color:#fff;
}

.tanah-list{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(320px,1fr));
    gap:25px;
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
}
/*=================================================
  Responsive
===================================================*/
/* =========================
   TABLET
========================= */

@media (max-width:991px){

.tanah-container{
    padding:20px;
}

.tanah-grid{
    grid-template-columns:repeat(2,1fr);
    gap:20px;
}

.tanah-title{
    font-size:32px;
    
}

.tanah-content h2{
    font-size:22px;
}

.tanah-price{
    font-size:28px;
}

}






/*================
 teas
 ================*/

/* =================================
   BERANDA SLIDER HP
================================= */
@media (max-width:768px){

.tanah-list{
    display:flex !important;
    overflow-x:auto;
    gap:18px;
    padding:10px 15px 20px;

    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
}

.tanah-list::-webkit-scrollbar{
    display:none;
}

.tanah-list .tanah-card{
    flex:0 0 300px !important;
    width:300px !important;
    min-width:300px !important;
    max-width:300px !important;

    scroll-snap-align:start;
}

}
@media (max-width:768px){

.elementor-widget-shortcode{
    overflow:visible !important;
}

.elementor-widget-container{
    overflow:visible !important;
}

.tanah-list{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    padding-left:15px !important;
    padding-right:15px !important;
}

}
@media (max-width:768px){

.tanah-list{
    display:flex;
    overflow-x:auto;
    gap:15px;
    padding:0 15px 20px;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
}

.tanah-list::-webkit-scrollbar{
    display:none;
}

.tanah-card{
    flex:0 0 300px;
    min-width:300px;
    max-width:300px;
    scroll-snap-align:start;
}

}
/* =========================================
   HALAMAN LIST TANAH - SLIDER HP
========================================= */

@media (max-width:768px){

.tanah-grid{

    display:flex !important;
    overflow-x:auto;
    overflow-y:hidden;

    gap:18px;

    padding:10px 15px 20px;

    scroll-snap-type:x mandatory;

    -webkit-overflow-scrolling:touch;

}

.tanah-grid::-webkit-scrollbar{
    display:none;
}

.tanah-grid .tanah-card{

    flex:0 0 300px;

    width:300px;
    min-width:300px;
    max-width:300px;

    scroll-snap-align:start;

}

}
.tanah-single{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
}

@media (max-width:768px){

.tanah-single{
    grid-template-columns:1fr;
}

}
/* ==========================================
   SINGLE TANAH
========================================== */

.tanah-single{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    align-items:start;
}

.tanah-left{
    width:100%;
}

.tanah-gallery{
    margin-bottom:30px;
}

.tanah-main{

    width:100%;
    border-radius:18px;
    overflow:hidden;
    background:#f5f5f5;

}



.tanah-thumb-list{

    display:flex;
    gap:12px;
    margin-top:15px;
    overflow-x:auto;

}

.tanah-thumb-list::-webkit-scrollbar{
    display:none;
}

.tanah-thumb{

    width:95px;
    height:70px;

    object-fit:cover;

    border-radius:10px;

    cursor:pointer;

    transition:.25s;

    border:3px solid transparent;

}

.tanah-thumb:hover{

    border-color:#080f65;
    transform:scale(1.05);

}

.tanah-sidebar{

    background:#fff;
    border-radius:18px;
    padding:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    position:sticky;
    top:20px;

}

.tanah-sidebar h1{

    font-size:30px;
    color:#000542;
    margin-bottom:20px;

}

.tanah-info{

    margin-bottom:14px;
    font-size:17px;

}

.btn-wa{

    display:block;

    width:100%;

    text-align:center;

    margin-top:25px;

    padding:16px;

    background:#0a7d34;

    color:#fff;

    border-radius:12px;

    text-decoration:none;

    font-weight:bold;

}

.btn-wa:hover{

    background:#066127;
    color:#fff;

}

@media(max-width:768px){

.tanah-single{

    grid-template-columns:1fr;
    gap:25px;

}



.tanah-thumb{

    width:80px;
    height:60px;

}

.tanah-sidebar{

    position:relative;
    top:0;

}

}
/* =====================================
   CARD FOTO SINGLE TANAH
===================================== */

.tanah-gallery{

    background:#fff;
    border-radius:18px;
    padding:18px;

    box-shadow:0 12px 35px rgba(0,0,0,.08);

    border:1px solid #ececec;

}

.tanah-main{

    border-radius:14px;
    overflow:hidden;

    background:#f5f5f5;

}


.tanah-thumb-list{

    margin-top:18px;

    display:flex;
    gap:12px;

    overflow-x:auto;

    padding-bottom:5px;

}

.tanah-thumb-list::-webkit-scrollbar{

    height:6px;

}

.tanah-thumb-list::-webkit-scrollbar-thumb{

    background:#d8d8d8;
    border-radius:20px;

}

.tanah-thumb{

    width:95px;
    height:75px;

    object-fit:cover;

    border-radius:10px;

    border:3px solid transparent;

    cursor:pointer;

    transition:.25s;

}

.tanah-thumb:hover{

    transform:translateY(-3px);

    border-color:#080f65;

    box-shadow:0 8px 18px rgba(0,0,0,.18);

}
/* ===============================
   SINGLE TANAH
================================ */

.tanah-single{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:40px;
    align-items:start;
}

.tanah-left{
    width:100%;
}

.tanah-gallery{
    background:#fff;
    padding:18px;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(0,0,0,.08);

    margin-top:-100px;
    margin-left:-20px;
    margin-right:-20px;
}

.tanah-main{
    overflow:hidden;
    border-radius:15px;
}

.tanah-main img{
    width:100%;
    height:420px;
    object-fit:cover;
    display:block;
}

@media (max-width:768px){

.tanah-main img{
    width:100%;
    height:420px;
    object-fit:cover;
    border-radius:14px;
}

}


.tanah-thumb-list{
    display:flex;
    gap:12px;
    margin-top:15px;
    overflow-x:auto;
}

.tanah-thumb-list::-webkit-scrollbar{
    display:none;
}

.tanah-thumb{
    width:90px;
    height:65px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
}

.tanah-sidebar{
    background:#fff;
    padding:25px;
    border-radius:18px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

@media(max-width:768px){

.tanah-single{
    grid-template-columns:1fr;
}

.tanah-gallery{
    padding:12px;
}

.tanah-main img{
    width:100%;
    height:350px;
    object-fit:cover;
    border-radius:14px;

}

.tanah-thumb{
    width:80px;
    height:60px;
}

}
/* ===============================
   FITUR TANAH
================================ */

.tanah-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin:25px 0 30px;
}

.tanah-feature-box{
    background:#fff;
    border-radius:16px;
    padding:22px;
    border:1px solid #ececec;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.3s;
}

.tanah-feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

.tanah-feature-box strong{
    display:block;
    color:#080f65;
    font-size:18px;
    margin-bottom:8px;
}

.tanah-feature-box span{
    display:block;
    color:#555;
    line-height:1.7;
    font-size:15px;
}

@media(max-width:768px){

.tanah-feature-grid{
    grid-template-columns:1fr;
    gap:15px;
}

}
/* ===========================
   FEATURE BOX SINGLE TANAH
=========================== */

.tanah-feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin:25px 0 30px;
}

.tanah-feature-box{
    background:#fff;
    border-radius:18px;
    padding:22px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,.08);
    border:1px solid #eee;
    transition:.3s;
}

.tanah-feature-box:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 35px rgba(0,0,0,.12);
}

.tanah-feature-box i{

    width:60px;
    height:60px;

    display:flex;
    align-items:center;
    justify-content:center;

    margin:0 auto 15px;

    border-radius:50%;

    background:linear-gradient(135deg,#080f65,#080f65);

    color:#fff;

    font-size:24px;

}

.tanah-feature-box strong{
    display:block;
    color:#080f65;
    font-size:18px;
    margin-bottom:8px;
}

.tanah-feature-box span{
    display:block;
    color:#666;
    line-height:1.6;
    font-size:15px;
}

/* Tablet */
@media (max-width:991px){

.tanah-feature-grid{
    grid-template-columns:repeat(2,1fr);
}

}

/* HP */
@media (max-width:768px){

.tanah-feature-grid{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.tanah-feature-box{
    padding:16px;
}

.tanah-feature-box i{
    width:50px;
    height:50px;
    font-size:20px;
}

.tanah-feature-box strong{
    font-size:15px;
}

.tanah-feature-box span{
    font-size:13px;
}

}
/* =====================================
   SPESIFIKASI TANAH
===================================== */

.tanah-spec{

    margin:35px 0;

    background:#fff;

    border-radius:18px;

    padding:25px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.tanah-spec-item{

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:18px 0;

    border-bottom:1px solid #ececec;

}

.tanah-spec-item:last-child{

    border-bottom:none;

}

.tanah-spec-item span{

    color:#666;

    font-size:16px;

    font-weight:500;

}

.tanah-spec-item strong{

    color:#080f65;

    font-size:17px;

    font-weight:700;

}
.tanah-spec-item span i{

    color:#080f65;

    width:22px;

    margin-right:8px;

    font-size:17px;

}
/*=========================
KEUNGGULAN LOKASI
=========================*/

.tanah-keunggulan{

    margin-top:35px;

    background:#fff;

    padding:25px;

    border-radius:18px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.tanah-keunggulan h2{

    color:#080f65;

    margin-bottom:20px;

    font-size:26px;

}

.tanah-keunggulan ul{

    list-style:none;

    margin:0;

    padding:0;

}

.tanah-keunggulan li{

    display:flex;

    align-items:flex-start;

    gap:12px;

    margin-bottom:14px;

    color:#444;

    line-height:1.8;

}

.tanah-keunggulan li i{

    color:#0a7d34;

    margin-top:4px;

}
/*=========================
PETA LOKASI
=========================*/

.tanah-map{

    margin-top:35px;

    background:#fff;

    border-radius:18px;

    padding:20px;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

}

.tanah-map h2{

    color:#080f65;

    margin-bottom:18px;

}

.tanah-map-frame{

    overflow:hidden;

    border-radius:14px;

}

.tanah-map-frame iframe{

    width:100%;

    height:420px;

    border:0;

}

@media(max-width:768px){

.tanah-map-frame iframe{

    height:300px;

}

}