.gtrip-container{

    max-width:1140px;
    margin:0 auto;
    padding:0 20px;

}

.gtrip-airport-guide{
background:#f8fafc;
min-height:500px;
}

/* HERO */

.gtrip-page-hero{
padding:100px 20px 70px;
text-align:center;
}

.gtrip-page-hero h1{
color:#111827;
font-size:56px;
font-weight:700;
margin-bottom:15px;
}

.gtrip-page-hero p{
color:#6b7280;
font-size:18px;
}

/* COUNTRY + AIRPORT */

.guide-tabs,
.guide-airports{


display:flex;
justify-content:center;
gap:12px;

flex-wrap:wrap;

margin-top:25px;
margin-bottom:20px;


}

.guide-tab,
.guide-airport{


background:#fff;

border:1px solid #e5e7eb;
border-radius:12px;

padding:12px 18px;

font-size:14px;
font-weight:600;

cursor:pointer;


}

.guide-tab.active,
.guide-airport.active{


background:#0f2f57;
border-color:#0f2f57;
color:#fff;


}

.guide-tab.disabled,
.guide-airport.disabled{


opacity:.5;
cursor:not-allowed;


}

.guide-tab span{


display:block;
font-size:11px;
margin-top:4px;


}

/* SECTION */

.gtrip-section{
padding:0 0 80px;
}

.gtrip-section-title{
text-align:center;
margin-bottom:50px;
}

.gtrip-section-title h2{


font-size:48px;
   font-weight:700;
margin-bottom:10px;
color:#111827;


}

.gtrip-section-title p{

font-size:18px;
color:#6b7280;


}

/* CARD */

.guide-card{


display:grid;
grid-template-columns:500px 1fr;

background:#fff;

border:1px solid #e5e7eb;
border-radius:24px;

overflow:hidden;

margin-bottom:32px;

box-shadow:
0 8px 24px rgba(0,0,0,.04);


}

.guide-image{

    height:360px;

}

.guide-image img{


width:100%;
height:100%;

object-fit:cover;
display:block;


}

.guide-content{


padding:40px;


}

.guide-content h3{


font-size:36px;
    font-weight:700;
margin-bottom:10px;


}

.guide-content h4{

font-size:18px;

color:#16a085;
margin-bottom:25px;


}

.guide-content p{

font-size:17px;
color:#374151;
line-height:1.9;
margin-bottom:18px;


}

/* INFO BOX */

.guide-grid{


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

gap:24px;

margin-bottom:40px;


}

.guide-info{


background:#fff;

border:1px solid #e5e7eb;
border-radius:20px;

padding:30px;

min-height:220px;

box-shadow:
0 8px 24px rgba(0,0,0,.04);


}

.guide-info h4{
    
  font-size:18px;
    font-weight:700;

color:#111827;
margin-bottom:15px;


}

.guide-info p{

   font-size:16px;
    line-height:1.8;

color:#6b7280;

margin:0;


}

/* RESPONSIVE */

/* =====================================
   MOBILE
===================================== */

@media(max-width:991px){

    .guide-card{

        grid-template-columns:1fr;

    }

    .guide-grid{

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

    }

}


@media(max-width:767px){

    .gtrip-section-title h2{

        font-size:34px;

    }

    .gtrip-section-title p{

        font-size:16px;

    }

    .guide-content{

        padding:25px;

    }

    .guide-content h3{

        font-size:28px;

    }

    .guide-grid{

        grid-template-columns:1fr;

    }


@media(max-width:991px){


.guide-card{

    grid-template-columns:1fr;

}

.guide-grid{

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

}


}

@media(max-width:768px){


.gtrip-page-hero{

    padding:60px 20px 50px;

}

.gtrip-page-hero h1{

    font-size:38px;

}

.gtrip-section-title h2{

    font-size:28px;

}



}
}