/*!
 * GamudaLand.net UI Framework
 * File: 15-mobile-premium.css
 * Version: 1.0.0
 * Author: Kai
 * Mobile Optimization
 */

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

@media (max-width:849px){

/* Global */
body{
    font-size:15px;
    overflow-x:hidden;
}

.container,
.row{
    padding-left:16px!important;
    padding-right:16px!important;
}

/* Header */
.header-main{
    min-height:64px!important;
}

.logo img{
    max-height:40px!important;
}

/* Hero */
.banner{
    border-radius:18px!important;
}

.banner h1{
    font-size:32px!important;
    line-height:1.2;
}

.banner p{
    font-size:16px!important;
}

/* Project Card */
.product-small.box{
    border-radius:18px!important;
}

.product-small .box-text{
    padding:18px!important;
}

.product-title a{
    font-size:18px!important;
}

.price .amount{
    font-size:22px!important;
}

/* Buttons */
.button,
.wpcf7-submit{
    width:100%;
    min-height:52px;
    border-radius:999px!important;
}

/* Forms */
input,
select,
textarea{
    font-size:16px!important;
}

/* Footer */
.footer{
    text-align:center;
}

.footer .social-icons{
    justify-content:center;
}

/* Floating contact */
.floating-contact,
.hotline-fixed{
    left:12px;
    bottom:12px;
}

.floating-contact a,
.hotline-fixed a{
    width:48px;
    height:48px;
}

}

/* Small phones */
@media (max-width:480px){

.section{
    padding:40px 0!important;
}

.section-title-main,
.section-title h2{
    font-size:26px!important;
}

.banner h1{
    font-size:28px!important;
}

.product-title a{
    font-size:17px!important;
}

}
