@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --color-1: #04B403;
    --color-2: #01FF00;
    --color-3: #F5F5F5;
    --color-4: #434641;
    --color-5: #475467;
    --color-6: #555953;
    --color-7: #75787B;
    --color-8: #067647;
    --section-padding: 6rem;
}

* {
    font-family: "Kanit", sans-serif;
    font-weight: 300;
    color: var(--color-6);
}

body.home {
    background-image: url('../../media/body-bg.svg');
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.section {
    padding-top: var(--section-padding);
    padding-bottom: var(--section-padding);
    background-size: cover;
    background-position: center;
}

h1, h2, h3, h4, h5, h6 {
    color: var(--color-4);
}

input::placeholder, textarea::placeholder {
    color: rgb(222, 222, 222) !important;
}

.text-main {
    color: var(--color-1);
}

.text-sub {
    color: var(--color-2);
}

.btn-theme-main {
    background-color: var(--color-1);
    color: white;
}

.btn-theme-main:hover {
    background-color: white;
    border: solid 1px var(--color-1);
    color: var(--color-1);
}

.btn-theme-sub {
    background-color: var(--color-3);
    color: var(--color-4);
}

.btn-theme-sub:hover {
    background-color: var(--color-1);
    color: white;
}

.btn-theme-main, .btn-theme-sub {
    border-radius: 0.5rem;
    transition: ease 0.3s;
}

.list-languages {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.list-languages>li>button {
    all: unset;
    color: #000000;
    text-transform: uppercase;
    padding: 0 1rem;
    padding-left: 30px;
    background-position: 0.25rem center;
    background-repeat: no-repeat;
    background-size: auto 75%;
    transition: ease 0.2s;
    opacity: 0.5;
}

.list-languages>li>button:hover,
.list-languages>li>button.active {
    opacity: 1;
}

.list-languages>li>button.lang-en {
    background-image: url('../../media/import/us.png');
}

.list-languages>li>button.lang-jp {
    background-image: url('../../media/import/jp.png');
}

.list-languages>li>button.lang-fr {
    background-image: url('../../media/import/fr.png');
}

.list-languages>li>button.lang-cn {
    background-image: url('../../media/import/cn.png');
}

.list-languages>li>button.lang-th {
    background-image: url('../../media/import/th.png');
}

.mobile-bottom-bar {
    display: none;
}

#HeaderMenu .navbar-brand > img {
    height: 50px;
}

#HeaderMenu .nav-item > .nav-link {
    transition: ease 0.3s;
    font-weight: 300;
}

#HeaderMenu .nav-item:hover > .nav-link, 
#HeaderMenu .nav-item > .nav-link.active {
    color: var(--color-1);
    font-weight: 500;
}

.header-home a.btn-theme-main {
    padding: 1rem 2rem;
}

.home-services {
    background-image: url('../../media/home-services-bg.png');
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: 95% bottom;
}

.home-services a.btn-theme-sub {
    padding: 0.75rem 1.25rem;
}

.home-services div.cover-banner {
    background-color: var(--color-3);
    border-radius: 20px;
    padding: 2rem;
}

.home-services img.img-banner {
    border-radius: 10px;
}

.home-why {
    background-image: url('../../media/home-services-bg.png');
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: 5% bottom;
}

.home-why a.btn-theme-sub {
    padding: 0.75rem 1.25rem;
}

div.cover-banner {
    background-color: var(--color-3);
    border-radius: 20px;
    padding: 2rem;
}

.design-icon {
    height: 24px;
}

img.img-banner {
    border-radius: 10px;
}

.home-our-services {
    background-color: var(--color-3);
}

.home-our-services a.btn-our-services {
    color: var(--color-4);
    font-weight: 400;
}

.home-systems a.btn-system {
    color: var(--color-4);
    font-weight: 400;
}

.home-our-design {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6)), url('../../media/home-design.png');
    background-size: cover;
    background-position: center;
}

.home-our-design .badge-category {
    position: absolute;
    top: 26px;
    right: 28px;
    border: solid #ABEFC6 1px;
    background-color: #ECFDF3;
    color: var(--color-8);
    border-radius: 25rem;
    padding: 3px 15px;
    font-weight: 400;
}

.home-our-design .btn-see-more {
    background-color: #F5F5F5;
    color: #434641;
}

.home-our-works .our-works .swiper-button-next,
.home-our-works .our-works .swiper-button-prev {
    position: static;
    display: flex;
    float: left;
    margin-top: 2rem;
    background-color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: solid rgba(0, 0, 0, 0.07) 0.5px;
    color: gray;
}

.home-our-works .our-works .swiper-button-next::after,
.home-our-works .our-works .swiper-button-prev::after {
    content: "";
}

.home-our-works .our-works .swiper-button-next {
    margin-left: 2rem;
}

#carouselFeaturedSystemIndicators .carousel-item {
    position: relative;
}

#carouselFeaturedSystemIndicators .carousel-item .featured-highlight {
    position: absolute;
    display: flex;
    align-items: end;
    padding: 2rem;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#carouselFeaturedSystemIndicators .carousel-item .featured-highlight h5 {
    padding-right: 40px;
    background-image: url('../../media/arrow-up-right.svg');
    background-size: auto 100%;
    background-position: 100% center;
    background-repeat: no-repeat;
    color: white;
}

#carouselFeaturedSystemIndicators .carousel-item .featured-highlight p, 
#carouselFeaturedSystemIndicators .carousel-item .featured-highlight span, 
#carouselFeaturedSystemIndicators .carousel-item .featured-highlight p > strong, 
#carouselFeaturedSystemIndicators .carousel-item .featured-highlight p > i, 
#carouselFeaturedSystemIndicators .carousel-item .featured-highlight h5 {
    color: white;
    z-index: 1000;
}

#carouselFeaturedSystemIndicators .carousel-item .featured-highlight span {
    border: solid white 1px;
    border-radius: 25rem;
    padding: 0 1rem;
}

body.our-works-main {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6)), url('../../media/our-works-bg.png');
    background-size: cover;
    background-position: center;
}

.our-works .badge-category {
    position: absolute;
    top: 26px;
    right: 28px;
    border: solid #ABEFC6 1px;
    background-color: #ECFDF3;
    color: var(--color-8);
    border-radius: 25rem;
    padding: 3px 15px;
    font-weight: 400;
}

.our-works .content {
    background-image: url('../../media/arrow-up-right-black.svg');
    background-size: auto 25px;
    background-position: 100% top;
    background-repeat: no-repeat;
}

.our-works .content .text-marker, 
.our-works .content .text-marker > i {
    color: #AEAEB2;
}

.card-design-details img {
    max-width: 100%;
}

#WorkCoverModal .btn-close, 
#DesignFloorPlanModal .btn-close, 
#DesignSlideshowModal .btn-close, 
#ServiceCoverModal .btn-close, 
#ServiceSlideshowModal .btn-close, 
#WorkSlideshowModal .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    background-color: white;
    opacity: 0.5;
    border-radius: 50%;
    padding: 0.75rem;
    transition: ease 0.3s;
}

#WorkCoverModal .btn-close:hover, 
#DesignFloorPlanModal .btn-close:hover, 
#DesignSlideshowModal .btn-close:hover, 
#ServiceCoverModal .btn-close:hover, 
#ServiceSlideshowModal .btn-close:hover, 
#WorkSlideshowModal .btn-close:hover {
    opacity: 1;
}

.floor-image {
    width: 25%;
}

.header-about {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../../media/about-bg.png');
    background-size: cover;
}

.header-about h1, .header-about p {
    color: white;
}

.list-check li {
    background-image: url('../../media/check-icon.svg');
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 40px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.about-2 {
    background-image: linear-gradient(to bottom, rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.5)), url('../../media/about-bg-checker.png');
    background-size: cover;
    background-position: center;
}

.about-icon {
    height: 50px;
}

.about-cta {
    background-color: #F9FAFB;
    padding: 4rem;
}

.about-cta .about-cta-call, 
.about-cta .about-cta-reach {
    padding: 10px 18px;
}

.about-cta .about-cta-call {
    border: solid #D0D5DD 1px;
    background-color: white;
}

.about-cta .about-cta-reach {
    background-color: var(--color-1);
    color: white;
}

body.our-services-main {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6)), url('../../media/our-works-bg.png');
    background-size: cover;
    background-position: center;
}

.services-list .btn-see-more {
    background-color: #F5F5F5;
    color: #434641;
}

.designs-list .badge-category {
    position: absolute;
    top: 26px;
    right: 28px;
    border: solid #ABEFC6 1px;
    background-color: #ECFDF3;
    color: var(--color-8);
    border-radius: 25rem;
    padding: 3px 15px;
    font-weight: 400;
}

body.our-designs-main {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.6)), url('../../media/our-works-bg.png');
    background-size: cover;
    background-position: center;
}

#carouselFeaturedDesignIndicators .carousel-item {
    position: relative;
}

#carouselFeaturedDesignIndicators .carousel-item .featured-highlight {
    position: absolute;
    display: flex;
    align-items: end;
    flex-direction: column;
    justify-content: end;
    padding: 2rem;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

#carouselFeaturedDesignIndicators .carousel-item .featured-highlight h5 {
    padding-right: 40px;
    background-image: url('../../media/arrow-up-right.svg');
    background-size: auto 100%;
    background-position: 100% center;
    background-repeat: no-repeat;
    color: white;
}

#carouselFeaturedDesignIndicators .carousel-item .featured-highlight p, 
#carouselFeaturedDesignIndicators .carousel-item .featured-highlight span, 
#carouselFeaturedDesignIndicators .carousel-item .featured-highlight p > strong, 
#carouselFeaturedDesignIndicators .carousel-item .featured-highlight p > i, 
#carouselFeaturedDesignIndicators .carousel-item .featured-highlight th > i, 
#carouselFeaturedDesignIndicators .carousel-item .featured-highlight h5 {
    color: white;
    z-index: 1000;
}

#carouselFeaturedDesignIndicators .carousel-item .featured-highlight h5 {
    width: fit-content;
}

#carouselFeaturedDesignIndicators .carousel-item .featured-highlight td, 
#carouselFeaturedDesignIndicators .carousel-item .featured-highlight th, 
#carouselFeaturedDesignIndicators .carousel-item .featured-highlight table {
    background: none;
}

#carouselFeaturedDesignIndicators .carousel-item .featured-highlight span {
    border: solid white 1px;
    border-radius: 25rem;
    padding: 0 1rem;
}

.designs-list .btn-see-more {
    background-color: #F5F5F5;
    color: #434641;
}

.btn-design-category {
    background-color: transparent;
    color: #75787B;
    border: none;
    margin-right: 1rem;
    font-weight: 400;
    transition: ease 0.2s;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: solid transparent 2px;
}

.btn-design-category.active, 
.btn-design-category:hover {
    color: var(--color-1);
    border-bottom: solid var(--color-1) 2px;
}

.loading-spinner {
    font-size: 2rem;
    color: #007bff; /* Adjust this color to match your design */
}

.design-spec {
    position: sticky;
    position: -webkit-sticky;
    top: 120px;
}

.design-spec table.table {
    width: max-content;
}

.design-spec table.table th > i, 
.design-spec table.table td {
    color: #AEAEB2;
}

.our-designs .badge-category {
    position: absolute;
    top: 26px;
    right: 28px;
    border: solid #ABEFC6 1px;
    background-color: #ECFDF3;
    color: var(--color-8);
    border-radius: 25rem;
    padding: 3px 15px;
    font-weight: 400;
}

.our-designs .btn-see-more {
    background-color: #F5F5F5;
    color: #434641;
}

.btn-floor {
    border: solid #D0D5DD 1px;
    background-color: white;
    margin-right: 0.75rem;
}

.btn-floor.active, 
.btn-floor:hover {
    border: solid var(--color-1) 1px;
    background-color: var(--color-1);
    color: white;;
}

.arrow-up-right {
    transform: rotate(45deg);
}

footer {
    background-color: var(--color-4);
    padding-bottom: 1.5rem;
}

footer .footer-logo {
    height: 60px;
}

footer table th {
    vertical-align: top !important;
}

footer table th, 
footer table td {
    padding: 0.25rem 0.5rem;
}

footer .social-footer {
    background: #5A5A5A !important;
    background-color: #5A5A5A !important;
}

footer .copyright small {
    color: var(--color-3);
}

/* Article Category Page Navigation */
.nav-pills .nav-item .nav-link {
    margin: 0.25rem 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    border: 1px solid var(--color-3);
    background-color: var(--color-3);
    color: var(--color-4);
    transition: background-color 0.3s, color 0.3s;
}
.nav-pills .nav-item .nav-link:hover {
    background-color: var(--color-1);
    color: white;
    border-color: var(--color-1);
}
.nav-pills .nav-item .nav-link.active {
    background-color: var(--color-1);
    color: white;
    border-color: var(--color-1);
}

/* Blogs list cards spacing */
.blogs-list .card {
    transition: transform 0.3s;
}
.blogs-list .card:hover {
    transform: translateY(-5px);
}