﻿
#sectionCs .container { }
#sectionCs .container .header { text-align: center; }
#sectionCs .container .header .title { margin-bottom: 0; font-size: 2.5rem; font-weight: 300; }
#sectionCs .container .header .description { margin-bottom: 0; }
#sectionCs .container .body { display: flex; justify-content: space-between; padding: 2rem;  }
#sectionCs .container .body .left { flex: 1; display: flex; flex-direction: column; justify-content: center; text-align: center; border-right: 1px solid var(--color-gray-light); }
#sectionCs .container .body .left .block .title { margin-bottom: 0.25rem; }
#sectionCs .container .body .left .block .title span { font-size: 1rem; font-weight: 500; }
#sectionCs .container .body .left .block .big { font-size: 2rem; font-weight: 300; }
#sectionCs .container .body .left .block .description { margin-bottom: 1.5rem; color: var(--color-text-light); }
#sectionCs .container .body .right { flex: 1.3; display: grid; grid-template-columns: repeat(3, 1fr); }
#sectionCs .container .body .right .block { margin: 0.5rem 0; text-align: center; cursor: pointer; transition: all 0.4s; }
#sectionCs .container .body .right .block:hover { transform: translateY(-5px); opacity: 0.7; }
#sectionCs .container .body .right .block .icon { margin-bottom: 0.5rem; font-size: 2rem; }
#sectionCs .container .body .right .block .title { margin-bottom: 0.2rem; font-size: 1.1rem; font-weight: 500; }
#sectionCs .container .body .right .block .description { font-size: 0.9rem; color: var(--color-text-light); }
/*xl*/ @media (max-width: 1199px) {
    #sectionCs .container .body .left .block .big { font-size: 1.75rem; }
}
/*lg*/ @media (max-width: 991px) {
    #sectionCs .container .header { padding: 1.25rem 0 2rem 0; }
    #sectionCs .container .header .title { font-size: 1.5rem; }
    #sectionCs .container .body { padding: 0; flex-direction: column; }
    #sectionCs .container .body .left { padding: 2rem 0; border: 0; border-top: 1px solid var(--color-gray-light); border-bottom: 1px solid var(--color-gray-light); }
    #sectionCs .container .body .right { padding-top: 2rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionCs .container .body .right { grid-template-columns: repeat(2, 1fr); }
    #sectionCs .container .body .left .block .big { font-size: 1.3rem; }
}




#sectionEstimate .notice { margin-bottom: 1rem; font-size: 1.1rem; font-weight: 500; color: var(--color-red); }
#sectionEstimate .card { margin-bottom: 1rem; }
#sectionEstimate .card-header { font-size: 1.2rem; font-weight: 500; }
#sectionEstimate .card-body .row { gap: 0.5rem 0; }
#sectionEstimate .card-body textarea { height: 200px; }

#sectionEstimate .buttons { text-align: right; }

#sectionEstimate .people { display: flex; justify-content: flex-end; }
#sectionEstimate .people .block { display: flex; align-items: center; margin-left: 1rem; font-weight: 500; white-space: nowrap; }
#sectionEstimate .people .block .input-group { width: auto; margin: 0 0.5rem; }
#sectionEstimate .people .block .input-group button { padding: 0 0.5rem; }
#sectionEstimate .people .block .input-group button i { margin-right: 0; -webkit-text-stroke: 1px; }
#sectionEstimate .people .block .input-group input { width: 40px; padding: 0; text-align: center; font-size: 1.25rem; background-color: #fff; border-color: var(--color-gray-dark); }
/*md*/ @media (max-width: 767px) {
    #sectionEstimate .people { flex-direction: column; align-items: flex-end; }
    #sectionEstimate .people .block { margin-bottom: 0.25rem; }
    #sectionEstimate .people .block:last-child { margin-bottom: 0; }
}



#sectionPartnership_Top { display: flex; justify-content: center; align-items: center; height: 500px; text-align: center; color: #fff; text-shadow: 0 0 5px rgb(0 0 0 / 60%); background: url('/Images/Custom/partnership_top.jpg') no-repeat center / cover; }
#sectionPartnership_Top .content .location { display: flex; justify-content: center; gap: 1rem; margin-bottom: 0.5rem; font-size: 1.5rem; font-weight: 500; }
#sectionPartnership_Top .content .location > div i { margin-right: 0.25rem; }
#sectionPartnership_Top .content .title { margin-bottom: 1rem; letter-spacing: 1px; font-size: 4rem; font-weight: 700; }
#sectionPartnership_Top .content .description { font-size: 2rem; font-weight: 500; }
/*xl*/ @media (max-width: 1199px) {
    #sectionPartnership_Top { height: 400px; }
    #sectionPartnership_Top .content .location { font-size: 1.25rem; }
    #sectionPartnership_Top .content .title { font-size: 3rem; }
    #sectionPartnership_Top .content .description { font-size: 1.5rem; }
}
/*md*/ @media (max-width: 767px) {
    #sectionPartnership_Top { height: 300px; }
    #sectionPartnership_Top .content .location { font-size: 1.2rem; }
    #sectionPartnership_Top .content .title { font-size: 2.5rem; }
    #sectionPartnership_Top .content .description { font-size: 1.3rem; }
}
/*sm*/ @media (max-width: 575px) {
}

#sectionPartnership_Detail {  }
#sectionPartnership_Detail .container { max-width: 700px; }
#sectionPartnership_Detail .blocks {}
#sectionPartnership_Detail .blocks .block { display: flex; gap: 1rem; padding-left: 1rem; padding-right: 1rem; }
#sectionPartnership_Detail .blocks .block ~ .block { margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed var(--color-gray-light); }
#sectionPartnership_Detail .blocks .block .name { width: 100px; font-size: 1.5rem; font-weight: 500; }
#sectionPartnership_Detail .blocks .block .value { flex: 1; line-height: 1.8; font-size: 1.25rem; }
/*md*/ @media (max-width: 767px) {
    #sectionPartnership_Detail .blocks .block .name { width: 60px; font-size: 1.25rem; }
    #sectionPartnership_Detail .blocks .block .value { font-size: 1.1rem; }
}
/*sm*/ @media (max-width: 575px) {
}

#sectionPartnership_Form {}
#sectionPartnership_Form .container { max-width: 700px; }
#sectionPartnership_Form textarea { height: 200px; }
#sectionPartnership_Form .buttons { text-align: right; }
