/*
Theme Name: Mega Canvas
Template: hello-elementor
Author: Fresh Digital Thailand
Author URI: https://freshdigital.co.th/
Description: Theme develop for Mega Canvas for Fresh Digital Thailand.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1743349086
Updated: 2025-03-30 15:38:06

*/

html,
body {
    overflow-x: hidden;
}

.about-banner-shape {
    width: 100%;
    height: 100%;
}

.about-banner-shape img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.elementor-icon-box-description a {
    color: inherit;
}

#site-footer {
    -webkit-mask-image: url(/wp-content/uploads/2025/03/footer-shape.svg);
    -webkit-mask-size: cover;
    -webkit-mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    background-size: 100% 100% !important;
	min-height: 320px !important;
}

@media screen and (min-width: 768px) {
    .about-banner-shape {
        width: 90%;
    }
}