.home-banner-colors-top{
	background-image: url('../images/img-index-banner-5.webp');
	background-size: cover; 
	background-position: center;
	background-repeat: no-repeat;

	border-top: 2px solid var(--color-primary-blue);
}

.home-banner-content {
	display: block;
	width: 100%;
	padding: 50px 0px;
}

.home-banner-content h1{
	font-weight: bold;
	color: white;
	text-shadow: 2px 2px 6px rgba(0,0,0,0.25);
	margin: 0px 0px 20px 0px !important;
}

.home-banner-content p{
	font-size: 1.2em;
	line-height: 2em;
	color: white;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.2);
}

.content-more{
	width: 100%;
	margin-top: 2em;
	display: block;
}
	
.content-more a{
	display:inline-block;
	padding: 10px 20px 10px;
	background-color: var(--color-primary-orange);
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	border-radius: 3px;
	font-weight: bold;
	text-decoration: none;
}
		
.content-more a:hover{
	background-color: var(--color-primary-blue);
}

.service-box-container {
    display: flex;
    justify-content: space-around; 
    align-items: flex-start; 
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 20px;
}

.service-box {
    background-color: #ffffff; 
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    padding: 30px; 
    text-align: center;
    max-width: 300px;
    flex: 1; 
    min-width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.service-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.service-title {
    color: var(--color-primary-blue); 
    margin: 0px 0px 15px 0px; 
    min-height: 3em;
}

.service-text {
    font-size: var(--font-size-normal);
    color: var(--color-font-text);
    line-height: 1.6em;
    min-height: 7em;
}

.box-service-container {
    display: flex;
    justify-content: space-around; 
    align-items: flex-start; 
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 20px;
}

.box-service{
	cursor: pointer;
	border: 1px solid transparent;
    background-color: #ffffff; 
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    padding: 30px; 
    text-align: center;
    max-width:360px;
    flex: 1; 
    min-width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 					
}

.box-service:hover{
	border: 1px solid var(--color-primary-orange);
	background-color: #fff6ed;
	color: white; 
	transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}		

.box-service-title {
    color: var(--color-font-title); 
    margin-bottom: 15px; 
}

.box-service-title::after {
	content: "";
	display: block;
	width: 120px; 
	height: 13px;
	margin: 30px auto 30px; 
	background: url('../images/img-home-section-header-line-wave.webp') no-repeat center;
	background-size: contain;
	background-size: cover; 
}

.box-service-text{
	line-height: 1.6em;
	min-height: 6em;
	font-size: var(--font-size-normal);
	color: var(--color-font-text);
}

.box-sd-container {
    display: flex;
    justify-content: space-around; 
    align-items: flex-start; 
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 20px;
}

.box-sd{
    text-align: center;
    max-width: 90%;
    flex: 1; 
    min-width: 420px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.service-box:hover {
    transform: translateY(-5px);
}

.box-sd-title {
	display: block;
	clear: both;
	overflow: hidden;
    margin-bottom: 15px; 
    text-align: left;
}

.box-sd-title-icon-blue{
	float: left;
	margin-right: 1em;
	background-image: url('../images/img-gear-20-blue.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.box-sd-title-icon-orange{
	float: left;
	margin-right: 1em;
	background-image: url('../images/img-gear-20-orange.png');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.box-sd-title-text{
	display: inline-block;
    margin: 0px;    
}

.box-sd-text{
	line-height: 1.6em;
	min-height: 5em;
	font-size: var(--font-size-normal);
	text-align: left;
}

.box-prof-container {
    display: flex;
    justify-content: space-around; 
    align-items: flex-start; 
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 20px;
}

.box-prof {
    background-color: #ffffff; 
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    padding: 30px; 
    text-align: center;
    max-width: 400px;
    flex: 1; 
    min-width: 320px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.box-prof:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.box-prof-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.box-prof-title {
    color: var(--color-font-title); 
    margin: 0px 0px 15px 0px; 
}

.box-prof-text {
    font-size: var(--font-size-normal);
    color: var(--color-font-text);
    line-height: 1.6em;
    min-height: 5em;
}

.box-tech-container {
    display: flex;
    justify-content: space-around; 
    align-items: flex-start; 
    padding: 20px 0px;
    flex-wrap: wrap;
    gap: 20px;
}

.box-tech {
    background-color: #ffffff; 
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    padding: 30px; 
    text-align: center;
    max-width: 400px;
    flex: 1; 
    min-width: 250px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}

.box-tech:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.box-tech-title {
    color: var(--color-font-title); 
    margin: 0px 0px 15px 0px; 
}

.box-tech-text {
    font-size: var(--font-size-normal);
    color: var(--color-font-text);
    line-height: 1.6em;
    min-height: 5em;
}
	
@media (min-width:1280px){	
		
	.box-sd{
	    min-width: 600px;
	}

	.news-code-size{
		font-size: 0.72em;
		padding: 0.8em;
	}
}


@media (max-width: 576px)  { 
	.service-box-container {
        flex-direction: column;
        align-items: center;
    }
    
    .service-box {
        max-width: 90%; 
    }
    		
    .box-service-container-container {
        flex-direction: column;
        align-items: center;
    }
    
    .box-service {
        max-width: 90%; 
    }
            		
    .box-sd-container-container {
        flex-direction: column;
        align-items: center;
    }
    
    .box-sd {
        max-width: 90%; 
    }
}