/* Custom Global & Layout Parameters */
body {
    background-color: #0b1115!important;
    color: #ffffff!important;
    font-family: 'Montserrat', sans-serif!important;
    padding: 60px 0!important;
}

.canvas-container {
    max-width: 1000px;
}

/* Header Content Structure Styling */
.logo-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.logo-text {
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: 2px;
}

.logo-text span {
    color: #4fe3a5;
}

.logo-icon {
    font-size: 2.6rem;
    color: #4fe3a5;
}

.domain-sub {
    font-size: 0.95rem;
    color: #a0aec0;
    letter-spacing: 4px;
    margin-top: -4px;
    text-transform: lowercase;
}

.main-headline {
    font-size: 4.2rem;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: 1px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.green-text {
    color: #4fe3a5;
}

.announcement-pill {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    border-top: 1px solid #1e2d38;
    border-bottom: 1px solid #1e2d38;
    display: inline-block;
    padding: 12px 45px;
}

/* Central Hub Point Marker */
.central-pin-glow {
    width: 115px;
    height: 115px;
    background-color: #0b1115;
    border: 3.5px solid #4fe3a5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    box-shadow: 0 0 30px rgba(79, 227, 165, 0.25);
}

/* Card Presentation Blocks */
.node {
    background-color: #0b1115;
    border: 1px solid #1e2d38;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0,0,0,0.6);
    height: 100%;
}

.node-thumb {
    height: 140px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.node-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #121b22;
}

.node img {width:100%;}

/* Fallback Colors before Video/Image injection links */
.bg-rest { background-color: #3d240c; }
.bg-hotel { background-color: #1c394a; }
.bg-factory { background-color: #4a525d; }
.bg-cafe { background-color: #4c301c; }
.bg-retail { background-color: #232730; }
.bg-office { background-color: #2b3542; }
.bg-clinic { background-color: #e2e8f0; }
.bg-tourist { background-color: #234e70; }

/* About Us Section Typography */
.about-section {
    background-color: #121b22;
    border: 1px solid #1e2d38;
    border-radius: 12px;
    padding: 40px;
    text-align: left;
	    margin-top: 35px;
}

.about-title {
    font-size: 1.4rem;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 25px;
    color: #4fe3a5;
    border-bottom: 2px solid #1e2d38;
    padding-bottom: 10px;
}

.about-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    color: #cbd5e0;
}

.about-content p strong {
    color: #ffffff;
}

.about-content .deadline-note {
	background-color: rgb(52 58 64 / 13%);
    /*background-color: rgba(239, 68, 68, 0.1);
	
    border-left: 4px solid #ef4444;*/
    padding: 15px;
    color: #fca5a5;
    font-weight: 500;
    border-radius: 0 8px 8px 0;
    margin-top: 20px;
}

/* Contact Block Layouts */
.contact-box {
    background-color: #0b1115;
    border: 1px solid #1e2d38;
    border-radius: 8px;
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.c-icon {
    font-size: 1.5rem;
}

.contact-box a {
    color: #4fe3a5;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
}

.phones {
    color: #cbd5e0;
    font-size: 0.9rem;
}

/* Lower Branding Sections */
.bottom-branding {
    text-align: center;
    width: 100%;
	
    margin-top: 30px;

}

/* Lower Branding Sections */
.initiative-text {
    font-size: 1.05rem;
    letter-spacing: 5px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
}

.capsule-menu {
    border-color: #ffffff !important;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 2px;
}

.bullet-sep {
    color: #4fe3a5;
}

.footer-legal {
    font-size: 0.85rem;
    letter-spacing: 4px;
    color: #a0aec0;
}

/* Tiny Extra Typography Adjustment for Mobile Views */
@media (max-width: 576px) {
    .main-headline {
        font-size: 2.2rem;
    }
    .announcement-pill {
        font-size: 0.95rem;
        padding: 10px 20px;
    }
    .about-section {
        padding: 20px;
    }
    .capsule-menu {
        flex-direction: column;
        border-radius: 15px !important;
        width: 100%;
    }
}


#video1, #video2, #video3, #video4, #video5, #video6, #video7, #video8, #video9, #video10, #video11 {
    width: 100%;
}

.hub-platform.row.g-4 {
    padding-top: 40px;
}



/* Website Under Construction */
.under-construction {
    margin: 25px auto 35px;
    padding: 20px 30px;
    max-width: 750px;
    text-align: center;
    border: 1px solid #1e2d38;
    border-radius: 12px;
    background-color: #121b22;
    box-shadow: 0 4px 20px rgba(0,0,0,0.35);
}

.construction-icon {
    font-size: 2rem;
    margin-bottom: 8px;
}

.construction-title {
    color: #fbbf24;
    font-size: 1.35rem;
    font-weight: 900;
    letter-spacing: 3px;
	line-height: 28px;
}
.construction-text {
    margin-top: 8px;
    color: #fff;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}