/*
Theme Name: Meichen
Description: A professional home renovation and repair WordPress theme
Version: 1.0
Author: Vance
Text Domain: meichen
*/

@import url("./css/bootstrap.css");
@import url("./css/fonts.css");
@import url("./css/style.css");


.footer-menu{
    display: flex;
    justify-content: center;
    gap: 20px;

}

.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

body{
    font-family: "IBM Plex Sans JP", sans-serif;
}

.head-title p{
    font-size: 24px;
    font-weight: bold;
}

.company-info{
	border: 1px solid #EEE;
    margin-top: 30px;
	border-bottom: none;
}

.company-info .row{
	border-bottom: 1px solid #EEE;
    margin: 0;
}

.company-info .row{
    padding: 20px;
}
.box-service img{
    height: 220px;
}
.figure img{
    object-fit: cover;
}
.service-list{
    margin-top: 50px;
}
.service-list h4{
    margin: 80px 0 50px 0;
}
.service-item{
    margin-bottom: 30px;
}
.service-item div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.service-item div img{
    object-fit: contain;
    max-height: 350px;
}

.cta .title{
    font-size: 22px;
    line-height: 1.6;
}

.cta .btn{
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 22px;
    padding: 10px 30px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px;
    margin : 20px auto 0 auto;
}

.cta .btn:hover{
    border-color: #284871;
    color: white;
    background-color: #284871;
}
.last-item{
	justify-content: flex-end !important;
	font-size: 24px;
	font-weight: bold;
}


.first-item{
	padding-left: 30%;
}

@media screen and (max-width: 768px){

	.first-item{
		padding-left: 0;
	}
    .cta{
        gap: 50px;
    }

	.last-item{
		justify-content: center !important;
		font-size: 20px;
	}
    .service-item svg{
        transform: rotate(90deg);
    }
    

    .footer-menu{
        flex-wrap: wrap;
        row-gap: 20px;
        column-gap: 45px;
    }
	
	.company-info .col-sm-6{
		padding-left: 0 !important;
	}
}

@media screen and (min-width: 768px){
	.sp-only{
		display: none;
	}
}
