/*==================================================
SERVICE OVERVIEW RESPONSIVE
==================================================*/

/*==========================
Laptop
==========================*/

@media (max-width:1200px){

.overview-content{

padding-left:20px;

}

.overview-content h2{

font-size:40px;

}

.image-bg{

width:360px;

height:360px;

}

.image-card{

width:280px;

}

}

/*==========================
Tablet
==========================*/

@media (max-width:991px){

.service-overview{

padding:80px 0;

text-align:center;

}

.overview-image{

height:auto;

margin-bottom:50px;

}

.image-bg{

width:320px;

height:320px;

position:relative;

}

.image-card{

position:absolute;

width:270px;

padding:35px 25px;

}

.overview-content{

padding-left:0;

}

.overview-content h2{

font-size:36px;

}

.overview-features{

grid-template-columns:1fr;

}

.overview-buttons{

justify-content:center;

}

}

/*==========================
Mobile
==========================*/

@media (max-width:767px){

.service-overview{

padding:60px 0;

}

.image-bg{

width:260px;

height:260px;

}

.image-card{

width:230px;

padding:28px 20px;

}

.overview-icon{

width:75px;

height:75px;

font-size:34px;

}

.image-card h3{

font-size:22px;

}

.section-tag{

font-size:12px;

padding:8px 18px;

}

.overview-content h2{

font-size:30px;

line-height:1.3;

}

.overview-text{

font-size:16px;

}

.overview-buttons{

flex-direction:column;

align-items:center;

}

.overview-buttons .btn-book,

.overview-buttons .btn-whatsapp{

width:100%;

max-width:320px;

}

}

/*==========================
Small Mobile
==========================*/

@media (max-width:480px){

.image-bg{

width:220px;

height:220px;

}

.image-card{

width:200px;

padding:22px 15px;

}

.overview-icon{

width:65px;

height:65px;

font-size:28px;

margin-bottom:18px;

}

.image-card h3{

font-size:20px;

}

.overview-content h2{

font-size:26px;

}

.overview-text{

font-size:15px;

line-height:1.8;

}

.overview-feature{

padding:14px;

}

.overview-feature span{

font-size:14px;

}

}