/* Section spacing */
.home-section{
    padding:20px 0;
    max-width:1250px;
    margin:auto;
}

.trending-section,
.toprated-section,
.state-section{
    margin:20px 0;
    padding:25px;
    border-radius:24px;
}

.home-section h2{
margin-bottom:6px;
color:#1f2937;
font-weight:700;
margin-bottom:6px;
}

.section-header h2{
    font-size:28px;
    font-weight:700;
    line-height:1.2;
}

.section-header p{
    font-size:14px;
    margin-top:4px;
}


@media(max-width:768px){

.home-section{
    padding:15px 0;
}

.trending-section,
.toprated-section,
.state-section{
    margin:20px 0;
    padding:18px;
}

.travel-tips-section{
    margin:20px auto;
}

.section-header p{
    font-size:13px;
}

}

/*=====================

CATEGORY

======================*/
.category-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:25px;
}

.category-card{
display:block;
overflow:hidden;
border-radius:18px;
background:#fff;
box-shadow:0 8px 30px rgba(0,0,0,.08);
text-decoration:none;
transition:.35s;
}

.category-card:hover{
transform:translateY(-8px);
box-shadow:0 15px 40px rgba(0,0,0,.15);
}

.category-image{
height:190px;
overflow:hidden;
}

.category-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.category-card:hover img{
transform:scale(1.08);
}

.category-content{
padding:18px;
}

.category-content h3{
font-size:22px;
font-weight:600;
margin-bottom:8px;
color:#222;
}

.category-content p{
font-size:15px;
color:#666;
}

/*=====================

TRENDING

======================*/
.home-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:20px;
}
.mini-card{
background:#fff;
padding:22px;
border-radius:18px;
text-decoration:none;
box-shadow:0 8px 24px rgba(0,0,0,.08);
transition:.3s;
}
.mini-card:hover{
transform:translateY(-6px);
}
.mini-card h3{
color:#111;
margin-bottom:10px;
font-size:20px;
}
.mini-card p{
color:#666;
margin-bottom:10px;
}
.mini-rating{
color:#f59e0b;
font-weight:600;
}
.trending-section{
background:linear-gradient(180deg,#f7fbff,#eef8ff);
padding:40px;
border-radius:30px;

}
.section-header{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:30px;
}
.section-header h2{
font-weight:700;
margin-bottom:8px;
color:#14213d;
}
.section-header p{
font-size:18px;
color:#64748b;
}
.view-all-btn{
padding:14px 28px;
border:2px solid #0f766e;
border-radius:50px;
text-decoration:none;
font-weight:600;
color:#0f766e;
transition:.3s;
}
.view-all-btn:hover{
background:#0f766e;
color:#fff;
}
.trend-card{
position:relative;
height:450px;
border-radius:22px;
overflow:hidden;
text-decoration:none;
color:#fff;
transition:.35s;
box-shadow:0 12px 35px rgba(0,0,0,.15);
}

.trend-card img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}
.travel-tips-section{
max-width:1280px;
padding:0 20px;
}
.travel-tips-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(340px,1fr));
gap:22px;
}
.travel-tip-card{
display:flex;
align-items:center;
gap:18px;
background:#fff;
padding:22px;
border-radius:18px;
text-decoration:none;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
}
.travel-tip-card:hover{
transform:translateY(-6px);
box-shadow:0 20px 40px rgba(0,0,0,.12);
}

.travel-tip-card img{
width:62px;
height:62px;
object-fit:contain;
flex-shrink:0;
}

.tip-content h3{
margin:0 0 8px;
font-size:20px;
font-weight:700;
color:#1f2937;
}

.tip-content p{
margin:0;
font-size:15px;
line-height:1.7;
color:#64748b;
}

@media(max-width:768px){
.travel-tips-grid{
grid-template-columns:1fr;
}

.travel-tip-card{
padding:18px;
}

.travel-tip-card img{
width:50px;
height:50px;
}

.tip-content h3{
font-size:18px;
}
}

.trend-card:hover img{
transform:scale(1.08);
}

.trend-overlay{
position:absolute;
left:0;
right:0;
bottom:0;
top:0;
background:linear-gradient(to top,rgba(0,0,0,.92),rgba(0,0,0,.15));
}

.trend-number{
position:absolute;
top:18px;
left:18px;
background:#fff;
color:#222;
padding:8px 12px;
border-radius:10px;
font-weight:700;
font-size:18px;
z-index:5;
}

.wishlist-icon{
position:absolute;
top:18px;
right:18px;
width:42px;
height:42px;
border-radius:50%;
background:rgba(255,255,255,.2);
backdrop-filter:blur(8px);
border:none;
color:#fff;
font-size:22px;
cursor:pointer;
z-index:5;
}

.trend-content{
position:absolute;
left:22px;
right:22px;
bottom:22px;
z-index:5;
}

.trend-content h3{
font-size:34px;
font-weight:700;
margin-bottom:6px;
}

.trend-content p{
font-size:21px;
margin-bottom:15px;
opacity:.95;
}

.trend-tag{
display:inline-block;
padding:8px 16px;
background:#0f766e;
border-radius:10px;
font-size:15px;
margin-bottom:18px;
}

.trend-rating{
font-size:19px;
font-weight:600;
display:flex;
align-items:center;
gap:10px;
}
.trending-wrapper{
position:relative;
display:flex;
align-items:center;
}

.trending-slider{
display:flex;
gap:22px;
overflow-x:auto;
scroll-behavior:smooth;
padding:10px 5px;
scrollbar-width:none;
}

.trending-slider::-webkit-scrollbar{
display:none;
}

.trend-card:hover{
transform:translateY(-8px);
}

.trend-nav{
position:absolute;
top:50%;
transform:translateY(-50%);
width:55px;
height:55px;
border-radius:50%;
border:none;
background:#fff;
font-size:28px;
cursor:pointer;
box-shadow:0 8px 25px rgba(0,0,0,.15);
z-index:50;
transition:.3s;
}

.trend-nav:hover{
background:#0f766e;
color:#fff;
}
.prev{
left:-25px;
}

.next{
right:-25px;
}

@media(max-width:768px){
.trend-card{
width:250px;
min-width:250px;
height:370px;
}

.trend-nav{
display:none;
}
}


@media(max-width:768px){
.section-header{
flex-direction:column;
align-items:flex-start;
gap:15px;
}

.section-header h2{
font-size:30px;
}



.trend-card{
height:360px;
}

.trend-content h3{
font-size:28px;
}
}
/*=====================

MOBILE

======================*/

@media(max-width:768px){
.home-section{
margin:40px 0;
}

.home-section h2{
 font-size:20px;
text-align:center;
}


.section-header h2{
  font-size:20px; 
}

.category-grid{
grid-template-columns:repeat(2,1fr);
}

.home-grid{
grid-template-columns:1fr;
}

.category-icon{
font-size:42px;
}
}

.section-title{
display:flex;
justify-content:space-between;
align-items:center;
margin-bottom:25px;
}

.section-title h2{
font-size:30px;
font-weight:700;
}

.state-grid,
.tips-grid,
.blog-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
}


.tip-card,
.blog-card{
background:#fff;
border-radius:16px;
padding:25px;
box-shadow:0 8px 30px rgba(0,0,0,.08);
transition:.3s;
text-decoration:none;
color:#222;
}


.tip-card:hover,
.blog-card:hover{
transform:translateY(-6px);
}

.state-name{
font-size:20px;
font-weight:600;
margin-bottom:10px;
}

.card-slider{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
gap:20px;
}

.mini-card{
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.mini-card img{
width:100%;
height:180px;
object-fit:cover;
}

.mini-card h4{
padding:15px 15px 5px;
}

.mini-card p{
padding:0 15px 20px;
color:#777;
}


/*=========================
TOP RATED
==========================*/
.toprated-section{
background:#fffaf3;
padding:40px;
border-radius:30px;

}

.top-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.top-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.top-card:hover img{
transform:scale(1.08);
}

.top-content h3{
font-size:28px;
font-weight:700;
margin-bottom:6px;
color:#24304d;
}

.state{
color:#64748b;
font-size:17px;
margin-bottom:22px;
}


.info-list span{
color:#24304d;
font-weight:600;
}

.orange{
border-color:#ff7a00;
color:#ff7a00;
}

.orange:hover{
background:#ff7a00;
color:#fff;
}

/*===============
Responsive
================*/

@media(max-width:768px){
.top-card{
flex-direction:column;
}

.top-image{
width:100%;
height:220px;
}

.top-content h3{
font-size:22px;
}
}

/*=========================
EXPLORE BY STATE
==========================*/
.state-section{
background:linear-gradient(180deg,#f8fbff,#eef6ff);
padding:40px;
border-radius:30px;

}



.state-card img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.state-card:hover img{
transform:scale(1.08);
   transform:translateY(-10px);
    box-shadow:0 22px 45px rgba(0,0,0,.25);
}

.state-card:hover .state-overlay{
    background:linear-gradient(
        to top,
        rgba(8,40,65,.92),
        rgba(15,118,110,.45),
        rgba(0,0,0,.05)
    );
}
.state-content{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:5;
    padding:18px;
    border-radius:18px;
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(12px);
    -webkit-backdrop-filter:blur(12px);
    border:1px solid rgba(255,255,255,.18);
    transition:.35s;
}

@media(max-width:768px){

.state-content{
    left:12px;
    right:12px;
    bottom:12px;
    padding:14px;
}

.state-content h3{
    font-size:22px;
}

.state-content p{
    font-size:13px;
}

.state-badge{
    font-size:11px;
    padding:6px 10px;
}

}

.state-content h3{
    font-size:30px;
    font-weight:800;
    color:#fff;
    margin:10px 0 8px;
    text-shadow:0 4px 14px rgba(0,0,0,.45);
    letter-spacing:.4px;
}

.state-badge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#ff9800;
    color:#fff;
    padding:7px 14px;
    border-radius:30px;
    font-size:13px;
    font-weight:700;
    box-shadow:0 8px 18px rgba(255,152,0,.35);
}

.state-content p{
    color:rgba(255,255,255,.95);
    font-size:15px;
    line-height:1.5;
    margin:0;
}

.state-arrow{
position:absolute;
right:18px;
bottom:18px;
width:46px;
height:46px;
border-radius:50%;
background:#0f9d9a;
display:flex;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:bold;
z-index:2;
transition:.3s;
}

.state-card:hover .state-arrow{
transform:translateX(5px);
background:#0b7d79;
}

.state-card:hover .state-content{
    transform:translateY(-6px);
}

/* Mobile */
@media(max-width:1200px){
.state-grid{
grid-template-columns:repeat(3,1fr);
}
}

@media(max-width:768px){
.state-grid{
grid-template-columns:repeat(2,1fr);
}



.state-content h3{
font-size:22px;
}

.state-content p{
font-size:15px;
}
}


/*=========================
TOP RATED SLIDER
==========================*/
.toprated-wrapper{
position:relative;
display:flex;
align-items:center;
}

.toprated-slider{
display:flex;
gap:24px;
overflow-x:auto;
scroll-behavior:smooth;
scrollbar-width:none;
padding:10px 5px;
}

.toprated-slider::-webkit-scrollbar{
display:none;
}

.top-card{
min-width:520px;
width:520px;
flex-shrink:0;
display:flex;
background:#fff;
border-radius:20px;
overflow:hidden;
text-decoration:none;
color:#222;
box-shadow:0 10px 30px rgba(0,0,0,.08);
transition:.35s;
}

.top-card:hover{
transform:translateY(-8px);
box-shadow:0 18px 45px rgba(0,0,0,.15);
}

.top-image{
position:relative;
width:42%;
height:260px;
overflow:hidden;
}

.top-image img{
width:100%;
height:100%;
object-fit:cover;
transition:.5s;
}

.top-card:hover img{
transform:scale(1.08);
}

.rating-badge{
position:absolute;
top:15px;
right:15px;
background:#16a34a;
color:#fff;
padding:8px 14px;
border-radius:30px;
font-weight:700;
font-size:15px;
}

.top-content{
padding:22px;
flex:1;
display:flex;
flex-direction:column;
}

.top-content h3{
font-size:28px;
margin-bottom:8px;
color:#222;
}
.state{
color:#64748b;
margin-bottom:20px;
font-size:17px;
}

.info-list{
display:flex;
flex-direction:column;
gap:16px;
}

.info-list span{
font-weight:600;
color:#111;
}

.card-footer{
margin-top:auto;
display:flex;
align-items:center;
gap:12px;
padding-top:18px;
border-top:1px solid #eee;
color:#666;
font-size:15px;
}

/* arrows */

.top-nav{
position:absolute;
top:50%;
transform:translateY(-50%);
width:56px;
height:56px;
border:none;
border-radius:50%;
background:#fff;
font-size:28px;
cursor:pointer;
box-shadow:0 8px 25px rgba(0,0,0,.15);
z-index:100;
transition:.3s;
}

.top-nav:hover{
background:#ff7a00;
color:#fff;
}

.top-nav.prev{
left:-28px;
}

.top-nav.next{
right:-28px;
}

/* Mobile */
@media(max-width:768px){
.top-card{
min-width:320px;
width:320px;
flex-direction:column;
}

.top-image{
width:100%;
height:220px;
}

.top-content h3{
font-size:22px;
}

.top-nav{
display:none;
}
}

.state-slider-wrapper{
    position:relative;
    display:flex;
    align-items:center;
    overflow:visible;
}

.state-slider{
    display:flex;
    gap:18px;
    overflow-x:auto;
    scroll-behavior:smooth;
    scrollbar-width:none;
    width:100%;
    padding:10px 0;
}

.state-slider::-webkit-scrollbar{
    display:none;
}

.state-card{
    min-width:240px;
    width:240px;
    height:300px;
    flex:0 0 auto;
    overflow:hidden;
    position:relative;
    border-radius:22px;
    box-shadow:0 12px 35px rgba(0,0,0,.15);
    transition:.4s;
}

.state-arrow{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#fff;
    color:#222;
    font-size:22px;
    cursor:pointer;
    box-shadow:0 5px 20px rgba(0,0,0,.25);
    z-index:9999;
}

.state-arrow:hover{
    background:#0f766e;
    color:#fff;
}

.state-arrow.left{
    left:10px;
}

.state-arrow.right{
    right:10px;
}

/* ===========================
   TRENDING & TOP RATED
=========================== */
.trending-grid,
.toprated-grid{
    display:flex;
    gap:18px;
    overflow-x:auto;
    scroll-behavior:smooth;
    padding:10px 5px;
    scrollbar-width:none;
}

.trending-grid::-webkit-scrollbar,
.toprated-grid::-webkit-scrollbar{
    display:none;
}

/* Smaller cards */

.trend-card,
.top-card{
    min-width:240px;     /* was 300+ */
    width:240px;
    border-radius:16px;
}

.trend-card img,
.top-image img{
    height:170px;        /* was 220px */
}

.trend-content,
.top-content{
    padding:15px;
}

/* Smaller headings */

.trend-content h3,
.top-content h3{
    font-size:18px;
    margin-bottom:6px;
}

/* Smaller location */

.trend-content p,
.top-content .state{
    font-size:13px;
}

/* Badge */

.trend-tag,
.rating-badge{
    font-size:11px;
    padding:4px 10px;
}

/* Rating */

.trend-rating{
    font-size:13px;
}

.card-footer{
    font-size:12px;
}

/* Number */

.trend-number{
    width:34px;
    height:34px;
    font-size:14px;
}

/* Wishlist */

.wishlist-icon{
    width:38px;
    height:38px;
    font-size:18px;
}

/* Top rated info */

.info-list{
    font-size:12px;
    gap:10px;
}

.info-list span{
    font-size:13px;
}

/* Mobile */

@media(max-width:768px){

.trend-card,
.top-card{
    min-width:190px;
    width:190px;
}

.trend-card img,
.top-image img{
    height:135px;
}

.trend-content,
.top-content{
    padding:12px;
}

.trend-content h3,
.top-content h3{
    font-size:16px;
}

}
/*=============================
RESET
=============================*/

*{
margin:0;
padding:0;
box-sizing:border-box;
}

body{
font-family:'Poppins',sans-serif;
background:#f5f7fb;
color:#222;
line-height:1.6;
}

/*=============================
PAGE BANNER
=============================*/

.page-banner{
padding:70px 20px;
background:linear-gradient(135deg,#0f766e,#14b8a6);
text-align:center;
color:#fff;
}

.page-banner h1{
font-size:42px;
font-weight:700;
margin-bottom:12px;
}

.page-banner p{
font-size:18px;
opacity:.95;
max-width:700px;
margin:auto;
}

/*=============================
GRID
=============================*/

.place-grid{

max-width:1350px;
margin:50px auto;
padding:0 20px;

display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));

gap:30px;

}

/*=============================
CARD
=============================*/

.place-card{

display:block;
text-decoration:none;
color:#222;
background:#fff;
border-radius:18px;
overflow:hidden;
box-shadow:0 8px 30px rgba(0,0,0,.08);
transition:.35s;
}

.place-card:hover{
transform:translateY(-8px);
box-shadow:0 20px 45px rgba(0,0,0,.15);
}

.place-card img{
width:100%;
height:230px;
object-fit:cover;
transition:.45s;
}

.place-card:hover img{
transform:scale(1.08);
}

/*=============================
CONTENT
=============================*/

.place-content{
padding:20px;
}

.place-content h3{
font-size:22px;
font-weight:600;
margin-bottom:8px;
}

.place-content p{
font-size:15px;
color:#666;
margin-bottom:15px;
}

.rating{
display:inline-block;
background:#fff7e6;
padding:8px 14px;
border-radius:30px;
font-weight:600;
color:#f59e0b;
font-size:15px;
}

.rating span{
color:#666;
font-size:14px;
font-weight:500;
}

/*=============================
TABLET
=============================*/

@media (max-width:1024px){
.page-banner{
padding:60px 20px;
}

.page-banner h1{
font-size:34px;
}

.place-grid{
grid-template-columns:repeat(2,1fr);
gap:25px;
}

.place-card img{
height:210px;
}
}

/*=============================
MOBILE
=============================*/
@media (max-width:768px){
.page-banner{
padding:50px 18px;
}

.page-banner h1{
font-size:28px;
}

.page-banner p{
font-size:15px;
}

.place-grid{
grid-template-columns:1fr;
padding:0 15px;
gap:20px;
margin:35px auto;
}

.place-card{
border-radius:15px;
}

.place-card img{
height:220px;
}

.place-content{
padding:16px;
}

.place-content h3{
font-size:20px;
}

.place-content p{
font-size:14px;
}

.rating{
font-size:14px;
padding:7px 12px;
}
}

/*=============================
SMALL MOBILE
=============================*/
@media (max-width:480px){
.page-banner{
padding:40px 15px;
}

.page-banner h1{
font-size:24px;
}

.page-banner p{
font-size:14px;
}

.place-grid{
padding:0 12px;
gap:18px;
}

.place-card img{
height:190px;
}

.place-content{
padding:14px;
}

.place-content h3{
font-size:18px;
}

.place-content p{
font-size:13px;
}

.rating{

font-size:13px;

padding:6px 10px;

}

}

/* ===========================
   Mobile - Full Width Sections
=========================== */

@media (max-width:768px){

.trending-section,
.toprated-section,
.state-section{
    width:100%;
    max-width:100%;
    margin:20px auto;
    padding:15px 12px;
    border-radius:18px;
    box-sizing:border-box;
}

}
@media (max-width:768px){

.trending-wrapper,
.toprated-wrapper,
.state-slider-wrapper{
    width:100%;
}

.trending-slider,
.toprated-slider,
.state-slider{
    padding:8px 2px;
}

}

/* ==========================================
HOME SEARCH CARD
========================================== */

.home-search{
    max-width:1280px;
    margin:35px auto;
    padding:0 20px;
    font-family:'Poppins',sans-serif;
}

.home-search-header{
    margin-bottom:18px;
}

.home-search-title{
    font-size:30px;
    font-weight:700;
    margin-bottom:8px;
}

.home-search-title a{
    color:#222;
    text-decoration:none;
}

.home-search-title a:hover{
    color:#0f766e;
}

.home-search-location{
    color:#666;
    font-size:15px;
}

.home-search-box{
    display:grid;
    grid-template-columns:430px 1fr;
    gap:28px;
    background:#fff;
    border-radius:24px;
    padding:22px;
    box-shadow:0 15px 45px rgba(0,0,0,.08);
}


/* ==========================================
DESKTOP GALLERY
========================================== */

.home-search-gallery{
    display:grid;
    grid-template-columns:2fr 1fr;
    gap:2px;
}

.home-search-gallery-main img{
    width:100%;
    height:380px;
    object-fit:cover;
    border-radius:16px 0 0 16px;
    display:block;
}

.home-search-gallery-side{
    display:flex;
    flex-direction:column;
    gap:2px;          /* stays fixed */
    height:380px;     /* same as main image */
}

.home-search-gallery-side a{
    flex:1;
    overflow:hidden;
}

.home-search-gallery-side img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.home-search-gallery-side a:first-child img{
    border-radius:0 16px 0 0;
}

.home-search-gallery-side a:last-child img{
    border-radius:0 0 16px 0;
}
/* ==========================================
MOBILE SLIDER
========================================== */

.home-search-mobile-slider,
.home-search-slider-dots{
    display:none;
}

/* ==========================================
CONTENT
========================================== */

.home-search-result-content{
    display:flex;
    flex-direction:column;
}

.home-search-result-top{
display:flex;
justify-content:space-between;
align-items:center;
gap:10px;
flex-wrap:wrap;
margin-bottom:15px;
}

.home-search-type{
    background:#e8faf5;
    color:#0f766e;
    padding:8px 18px;
    border-radius:30px;
    font-weight:600;
    font-size:14px;
}

.home-search-rating{
    font-weight:600;
    color:#222;
    font-size:14px;
white-space:nowrap;
}



/* ==========================================
INFO BOX
========================================== */

.home-search-info{
display:grid;
grid-template-columns:1fr 1fr;
width:100%;
gap:10px;
margin-top:18px;
}

.home-search-info div{
width:100%;
padding:15px 10px;
adding:12px;
font-size:13px;
border-radius:12px;
}


.home-search-info div{
    background:#fafafa;
    border:1px solid #eee;
    border-radius:16px;
    padding:18px;
    text-align:center;

    font-weight:600;
}

/* ==========================================
BUTTONS
========================================== */

.home-search-buttons{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:10px;
width:100%;
}

.home-search-buttons a,
.home-search-buttons button{
    height:54px;
    border:none;
    border-radius:14px;
    cursor:pointer;
    font-weight:600;
    text-decoration:none;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.3s;
    font-family:'Poppins',sans-serif;
}

.home-search-buttons a{
width:100%;
}

.home-search-save{
    background:#fff;
    border:1px solid #ddd!important;
}

.home-search-map{
    background:#eef5ff;
    color:#1565c0;
}

.home-search-explore{
    background:#2962ff;
    color:#fff;
}

.home-search-buttons a:hover,
.home-search-buttons button:hover{
    transform:translateY(-2px);
}

/* ==========================================
MOBILE
========================================== */

@media(max-width:768px){

.home-search{
    width:100%;
    margin:20px 0;
    padding:0 12px;
    box-sizing:border-box;
}

.home-search-title{
    font-size:24px;
}

.home-search-location{
    font-size:13px;
}

.home-search-header{
    padding:0 15px;
}

.home-search-box{
    display:block;
    width:100%;
    padding:0;
    overflow:hidden;
    border-radius:18px;
}

.home-search-gallery{
    display:block;
    width:100%;
}

/* hide desktop gallery */

.home-search-gallery-main,
.home-search-gallery-side{
   display:none !important;
}

/* slider */

.home-search-mobile-slider{
    display:flex;
    width:100%;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
}

.home-search-mobile-slider::-webkit-scrollbar{
    display:none;
}

.home-search-slide{
    flex:0 0 100%;
}

.home-search-slide img{
    width:100%;
    height:240px;
    object-fit:cover;
    display:block;
}

/* dots */
.home-search-slider-dots{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:12px 0 18px;
}

.home-search-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#d2d2d2;
    transition:.3s;
}

.home-search-dot.active{
    width:22px;
    border-radius:20px;
    background:#0f766e;
}

/* content */

.home-search-result-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
    margin-bottom:15px;
}

.home-search-type{
    margin:0;
}

.home-search-rating{
    margin:0;
    white-space:nowrap;
    font-size:14px;
}



.home-search-description{
margin:18px 0;
font-size:15px;
line-height:1.7;
color:#555;
text-align:left;
word-break:break-word;
}

.home-search-info{
    grid-template-columns:repeat(2,1fr);
    gap:12px;
}

.home-search-info div{
    padding:16px 10px;
    border-radius:14px;
    font-size:14px;
}

.home-search-buttons{
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}

.home-search-buttons a,
.home-search-buttons button{
    height:48px;
    font-size:13px;
    border-radius:12px;
}

.home-search-result-content{
    width:100%;
    padding:18px;
    box-sizing:border-box;
}

.home-search-result-content{
width:100%;
padding:18px;
box-sizing:border-box;
}

}

/* ==========================================
SMALL MOBILE
========================================== */

@media(max-width:480px){

.home-search{
    width:100%;
    padding:0;
}

.home-search-title{
    font-size:21px;
}

.home-search-slide img{
    height:210px;
}

.home-search-info div{
    font-size:13px;
    padding:14px 8px;
}

.home-search-buttons{
    gap:8px;
}

.home-search-buttons a,
.home-search-buttons button{
    font-size:12px;
}

}


/* ==========================
   NEWSLETTER SECTION
========================== */

.newsletter{
    max-width:1280px;
    margin:60px auto;
    padding:60px 40px;
    text-align:center;
    background:linear-gradient(135deg,#0f766e,#14b8a6);
    border-radius:24px;
    color:#fff;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}

.newsletter h2{
    font-size:38px;
    font-weight:700;
    margin-bottom:12px;
}

.newsletter p{
    font-size:18px;
    opacity:.95;
    margin-bottom:35px;
}

.newsletter form{
    max-width:650px;
    margin:auto;
    display:flex;
    align-items:center;
    gap:15px;
}

.newsletter input{
    flex:1;
    height:58px;
    padding:0 20px;
    border:none;
    border-radius:50px;
    outline:none;
    font-size:16px;
    color:#333;
    background:#fff;
}

.newsletter input::placeholder{
    color:#888;
}

.newsletter button{
    height:58px;
    padding:0 32px;
    border:none;
    border-radius:50px;
    background:#ff9800;
    color:#fff;
    font-size:16px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.newsletter button:hover{
    background:#fb8c00;
    transform:translateY(-2px);
}

/* ==========================
   TABLET
========================== */

@media (max-width:768px){

.newsletter{
    margin:40px 15px;
    padding:40px 25px;
    border-radius:20px;
}

.newsletter h2{
    font-size:28px;
}

.newsletter p{
    font-size:15px;
    margin-bottom:25px;
}

.newsletter form{
    flex-direction:column;
    gap:15px;
}

.newsletter input,
.newsletter button{
    width:100%;
    height:52px;
    font-size:15px;
}

}

/* ==========================
   SMALL MOBILE
========================== */

@media (max-width:480px){

.newsletter{
    margin:30px 12px;
    padding:30px 18px;
}

.newsletter h2{
    font-size:22px;
}

.newsletter p{
    font-size:14px;
}

.newsletter input,
.newsletter button{
    height:48px;
    font-size:14px;
}

}


.mini-card{
    display:block;
    text-decoration:none;
    color:#222;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    transition:.3s;
}

.mini-card:hover{
    transform:translateY(-6px);
    box-shadow:0 10px 30px rgba(0,0,0,.15);
}

.mini-card img{
    width:100%;
    height:180px;
    object-fit:cover;
}

.mini-card h4{
    padding:15px 15px 5px;
}

.mini-card p{
    padding:0 15px 15px;
    color:#666;
}


/* ==========================
   HIGHLIGHTS
========================== */

.about-highlights{
    width:min(1400px,92%);
    margin:70px auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:18px;
}

.about-highlights span{
    display:flex;
    align-items:center;
    gap:10px;

    padding:14px 24px;

    background:#fff;

    border:1px solid #e5e7eb;

    border-radius:60px;

    font-size:16px;

    font-weight:600;

    color:#374151;

    box-shadow:0 10px 25px rgba(0,0,0,.06);

    transition:.35s;

    cursor:default;
}

.about-highlights span i{
    font-style:normal;
    font-size:24px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.about-highlights span:hover{

    background:linear-gradient(135deg,#0f766e,#14b8a6);

    color:#fff;

    border-color:#0f766e;

    transform:translateY(-6px);

    box-shadow:0 18px 40px rgba(15,118,110,.28);

}

.about-highlights span:hover i{

    transform:scale(1.2);

    transition:.3s;

}


/* Tablet */

@media(max-width:992px){

.about-highlights{

    gap:14px;

}

.about-highlights span{

    padding:12px 20px;

    font-size:15px;

}

.about-highlights span i{

    font-size:22px;

}

}


/* Mobile */

@media(max-width:768px){

.about-highlights{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:12px;

    width:94%;

}

.about-highlights span{

    width:100%;

    justify-content:center;

    border-radius:16px;

    padding:15px 10px;

    font-size:14px;

    text-align:center;

    flex-direction:column;

    gap:8px;

}

.about-highlights span i{

    font-size:28px;

}

}


/* Small Mobile */

@media(max-width:480px){

.about-highlights{

    grid-template-columns:1fr 1fr;

}

.about-highlights span{

    padding:14px 8px;

    font-size:13px;

}

.about-highlights span i{

    font-size:26px;

}

}
