/* ============================================
   Berawan Technology Solutions - Style Sheet
   Web 2.0 Edition - Glossy, Gradient, Gorgeous
   Works great in Firefox 3 and IE7!
   Last updated: February 2026
   ============================================ */

/* ---------- Reset & Base ---------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 13px;
    color: #333333;
    background-color: #d0dff0;
    background-image:
        linear-gradient(180deg, #c0d4eb 0%, #d8e6f3 40%, #e8eff7 100%);
    background-attachment: fixed;
    min-height: 100vh;
}

/* ---------- Page Wrapper ---------- */

.page-wrapper {
    width: 960px;
    margin: 0 auto;
    background-color: #ffffff;
    border-left: 1px solid #b0c4de;
    border-right: 1px solid #b0c4de;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

/* ---------- Header ---------- */

.site-header {
    background: linear-gradient(180deg, #4a7ab5 0%, #2c5a8c 50%, #1a3d6b 100%);
    padding: 25px 30px 20px 30px;
    text-align: center;
    border-bottom: 3px solid #1a3d6b;
    position: relative;
    overflow: hidden;
}

.site-header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    pointer-events: none;
}

.site-header h1 {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
    font-size: 36px;
    color: #ffffff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

.site-header .tagline {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    font-size: 14px;
    color: #c8ddf0;
    position: relative;
    z-index: 1;
}

.beta-badge {
    display: inline-block;
    background: linear-gradient(180deg, #ff6600 0%, #cc4400 100%);
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 3px;
    text-transform: uppercase;
    vertical-align: super;
    margin-left: 5px;
    text-shadow: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* ---------- Top Navigation ---------- */

.top-nav {
    background: linear-gradient(180deg, #5588bb 0%, #3a6b9f 100%);
    border-bottom: 1px solid #2c5a8c;
    padding: 0;
    text-align: center;
}

.top-nav a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 18px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    transition: background-color 0.2s;
}

.top-nav a:first-child {
    border-left: none;
}

.top-nav a:last-child {
    border-right: none;
}

.top-nav a.lang-switch {
    float: right;
    background: linear-gradient(180deg, #6699cc 0%, #4a7ab5 100%);
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-right: none;
    font-size: 11px;
    letter-spacing: 0.3px;
}

.top-nav a:hover {
    background: linear-gradient(180deg, #6699cc 0%, #4a7ab5 100%);
    text-decoration: none;
}

/* ---------- Announcement Bar ---------- */

.announcement-bar {
    background: linear-gradient(180deg, #fff7d6 0%, #ffeeaa 100%);
    border-bottom: 1px solid #e0cc77;
    padding: 6px 20px;
    text-align: center;
    font-size: 12px;
    color: #665500;
}

.announcement-bar strong {
    color: #cc5500;
}

/* ---------- Content Layout ---------- */

.content-layout {
    display: flex;
}

.main-content {
    flex: 1;
    padding: 20px 25px;
    min-width: 0;
}

.sidebar {
    width: 220px;
    background-color: #f0f4f8;
    border-left: 1px solid #d0d8e0;
    padding: 15px;
    font-size: 11px;
}

/* ---------- Typography ---------- */

h2 {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
    font-size: 22px;
    color: #2c5a8c;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #d0dff0;
}

h3 {
    font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
    font-size: 16px;
    color: #3a6b9f;
    margin-bottom: 8px;
}

p {
    line-height: 1.6;
    margin-bottom: 10px;
    color: #444444;
}

a {
    color: #2266aa;
    text-decoration: none;
}

a:hover {
    color: #cc5500;
    text-decoration: underline;
}

a:visited {
    color: #5544aa;
}

strong, b {
    color: #333333;
}

.highlight {
    color: #cc5500;
    font-weight: bold;
}

.subtle {
    color: #888888;
    font-size: 11px;
}

/* ---------- Section Panels (Web 2.0 rounded boxes) ---------- */

.section-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f8f9fc 100%);
    border: 1px solid #c8d4e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.section-panel-alt {
    background: linear-gradient(180deg, #f0f6ff 0%, #e4edf8 100%);
    border: 1px solid #b8c8dc;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.section-panel h2,
.section-panel-alt h2 {
    margin-top: 0;
}

/* ---------- Section Divider ---------- */

.section-divider {
    border: none;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #b0c4de 50%, transparent 100%);
    margin: 25px 0;
}

/* ---------- Glossy Button ---------- */

.glossy-button {
    display: inline-block;
    background: linear-gradient(180deg, #5eb0ee 0%, #3a8ad4 50%, #2a7ac0 51%, #3a8ad4 100%);
    color: #ffffff;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 20px;
    border: 1px solid #2a6090;
    border-radius: 5px;
    cursor: pointer;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    text-decoration: none;
}

.glossy-button:hover {
    background: linear-gradient(180deg, #6ec0ff 0%, #4a9ae4 50%, #3a8ad4 51%, #4a9ae4 100%);
    text-decoration: none;
    color: #ffffff;
}

.glossy-button:active {
    background: linear-gradient(180deg, #2a7ac0 0%, #3a8ad4 100%);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}

.glossy-button-orange {
    background: linear-gradient(180deg, #ffaa44 0%, #ff8800 50%, #ee7700 51%, #ff8800 100%);
    border-color: #cc6600;
}

.glossy-button-orange:hover {
    background: linear-gradient(180deg, #ffbb66 0%, #ff9922 50%, #ff8800 51%, #ff9922 100%);
}

.glossy-button-green {
    background: linear-gradient(180deg, #88cc44 0%, #66aa22 50%, #559911 51%, #66aa22 100%);
    border-color: #448800;
}

.glossy-button-green:hover {
    background: linear-gradient(180deg, #99dd55 0%, #77bb33 50%, #66aa22 51%, #77bb33 100%);
}

/* ---------- Services Table (Striped) ---------- */

.services-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #c8d4e0;
    border-radius: 5px;
    overflow: hidden;
    margin: 15px 0;
}

.services-table th {
    background: linear-gradient(180deg, #4a7ab5 0%, #3a6b9f 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 12px;
    text-align: left;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
    border-bottom: 2px solid #2c5a8c;
}

.services-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e0e8f0;
    font-size: 12px;
    color: #444444;
}

.services-table tr:nth-child(even) td {
    background-color: #f4f8fc;
}

.services-table tr:nth-child(odd) td {
    background-color: #ffffff;
}

.services-table tr:hover td {
    background-color: #e8f0fa;
}

.services-table td:first-child {
    color: #2c5a8c;
    font-weight: bold;
    width: 28%;
}

/* ---------- Testimonial (Speech Bubble) ---------- */

.testimonial-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafe 100%);
    border: 1px solid #d0d8e8;
    border-radius: 8px;
    padding: 15px 18px;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.testimonial-card::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #d0d8e8;
}

.testimonial-card p {
    font-family: Georgia, "Times New Roman", serif;
    font-style: italic;
    color: #555555;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 0;
}

.testimonial-author {
    text-align: right;
    font-family: Verdana, sans-serif;
    font-style: normal;
    font-weight: bold;
    color: #2c5a8c;
    font-size: 11px;
    margin-top: 12px;
    margin-bottom: 15px;
    padding-right: 20px;
}

/* ---------- Weather Widget ---------- */

.weather-widget {
    background: linear-gradient(180deg, #e6f0ff 0%, #ccdcf0 100%);
    border: 1px solid #a8bcd4;
    border-radius: 8px;
    padding: 18px;
    margin: 15px 0;
    text-align: center;
}

.weather-widget h3 {
    font-size: 13px;
    color: #3a6b9f;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.weather-icon {
    font-size: 48px;
    display: block;
    margin: 8px 0;
}

.weather-text {
    color: #555555;
    font-size: 12px;
    line-height: 1.7;
}

.weather-value {
    color: #2c5a8c;
    font-weight: bold;
}

.weather-alert {
    display: inline-block;
    background: linear-gradient(180deg, #fff3d6 0%, #ffe8aa 100%);
    border: 1px solid #ddcc77;
    border-radius: 4px;
    padding: 5px 12px;
    margin-top: 10px;
    color: #886600;
    font-size: 11px;
    font-weight: bold;
}

/* ---------- Cloud Float Animation ---------- */

.cloud-float {
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-6px); }
    100% { transform: translateY(0px); }
}

/* ---------- Team Cards ---------- */

.team-grid {
    display: flex;
    gap: 15px;
    margin: 15px 0;
}

.team-card {
    flex: 1;
    background: linear-gradient(180deg, #ffffff 0%, #f0f4fa 100%);
    border: 1px solid #c8d4e0;
    border-radius: 8px;
    padding: 18px 12px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.team-card .avatar {
    width: 60px;
    height: 60px;
    background: linear-gradient(180deg, #5eb0ee 0%, #3a8ad4 100%);
    border-radius: 50%;
    margin: 0 auto 10px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
}

.team-card .name {
    font-weight: bold;
    color: #2c5a8c;
    font-size: 14px;
    margin-bottom: 3px;
}

.team-card .role {
    color: #888888;
    font-size: 11px;
    margin-bottom: 6px;
}

.team-card .motto {
    font-family: Georgia, serif;
    font-style: italic;
    color: #999999;
    font-size: 10px;
}

/* ---------- Coming Soon Banner ---------- */

.coming-soon-banner {
    background: linear-gradient(180deg, #fff7e0 0%, #ffeecc 100%);
    border: 1px dashed #ddaa44;
    border-radius: 8px;
    padding: 18px;
    text-align: center;
    margin: 15px 0;
}

.coming-soon-banner h3 {
    color: #aa6600;
    font-size: 15px;
    margin-bottom: 5px;
}

.coming-soon-banner p {
    color: #886600;
    font-size: 12px;
    margin: 0;
}

/* ---------- Guestbook / Contact Form ---------- */

.form-panel {
    background: linear-gradient(180deg, #fafbfd 0%, #f0f4f8 100%);
    border: 1px solid #c8d4e0;
    border-radius: 8px;
    padding: 20px;
    margin-top: 10px;
}

.form-panel label {
    display: block;
    font-weight: bold;
    color: #2c5a8c;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 12px;
}

.form-panel label:first-child {
    margin-top: 0;
}

.form-panel input[type="text"],
.form-panel input[type="email"],
.form-panel textarea {
    width: 100%;
    max-width: 380px;
    padding: 6px 8px;
    border: 1px solid #b0bcc8;
    border-radius: 4px;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #333333;
    background: linear-gradient(180deg, #f0f0f0 0%, #ffffff 3px);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-panel input[type="text"]:focus,
.form-panel input[type="email"]:focus,
.form-panel textarea:focus {
    border-color: #5588bb;
    outline: none;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 0 4px rgba(85, 136, 187, 0.4);
}

.form-panel textarea {
    resize: vertical;
    height: 80px;
}

.form-panel .form-actions {
    margin-top: 15px;
}

/* ---------- Contact Info ---------- */

.contact-table {
    margin: 10px 0;
}

.contact-table td {
    padding: 5px 10px 5px 0;
    font-size: 12px;
    color: #444444;
    vertical-align: top;
}

.contact-table .label {
    color: #2c5a8c;
    font-weight: bold;
    white-space: nowrap;
}

/* ---------- Sidebar Elements ---------- */

.sidebar-box {
    background: linear-gradient(180deg, #ffffff 0%, #f4f7fb 100%);
    border: 1px solid #d0d8e4;
    border-radius: 6px;
    margin-bottom: 12px;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.sidebar-box-header {
    background: linear-gradient(180deg, #5588bb 0%, #3a6b9f 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 10px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
}

.sidebar-box-content {
    padding: 10px;
}

/* ---------- Sidebar Nav ---------- */

.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-nav li {
    border-bottom: 1px solid #e8ecf0;
}

.sidebar-nav li:last-child {
    border-bottom: none;
}

.sidebar-nav a {
    display: block;
    padding: 6px 10px;
    color: #2266aa;
    font-size: 11px;
    text-decoration: none;
    transition: background-color 0.2s;
}

.sidebar-nav a:hover {
    background-color: #e8f0fa;
    color: #cc5500;
    text-decoration: none;
}

.sidebar-nav a::before {
    content: "\00BB ";
    color: #999999;
}

/* ---------- Tag Cloud ---------- */

.tag-cloud {
    line-height: 2;
    padding: 5px 0;
}

.tag-cloud a {
    display: inline-block;
    background-color: #e8f0fa;
    color: #3a6b9f;
    padding: 1px 7px;
    border-radius: 3px;
    font-size: 10px;
    text-decoration: none;
    margin: 1px;
    border: 1px solid #d0d8e8;
}

.tag-cloud a:hover {
    background-color: #3a6b9f;
    color: #ffffff;
    text-decoration: none;
}

.tag-cloud a.large {
    font-size: 13px;
    font-weight: bold;
}

.tag-cloud a.medium {
    font-size: 11px;
}

/* ---------- RSS Badge ---------- */

.rss-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: linear-gradient(180deg, #ff8800 0%, #ee6600 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.rss-badge:hover {
    background: linear-gradient(180deg, #ffaa33 0%, #ff8800 100%);
    color: #ffffff;
    text-decoration: none;
}

.rss-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
}

.rss-icon::before {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 2px;
    width: 3px;
    height: 3px;
    background-color: #ee6600;
    border-radius: 50%;
}

/* ---------- Sidebar Weather Mini ---------- */

.weather-mini {
    text-align: center;
    padding: 5px 0;
}

.weather-mini .temp {
    font-size: 18px;
    font-weight: bold;
    color: #2c5a8c;
}

.weather-mini .condition {
    font-size: 10px;
    color: #888888;
}

/* ---------- Badge (Generic) ---------- */

.badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin: 8px 0;
}

.badge {
    display: inline-block;
    font-size: 9px;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-blue {
    background: linear-gradient(180deg, #5588bb 0%, #3a6b9f 100%);
}

.badge-green {
    background: linear-gradient(180deg, #66aa33 0%, #4d8822 100%);
}

.badge-orange {
    background: linear-gradient(180deg, #ff8800 0%, #cc6600 100%);
}

.badge-purple {
    background: linear-gradient(180deg, #8866bb 0%, #664499 100%);
}

/* ---------- "Powered By" Sidebar ---------- */

.powered-by {
    text-align: center;
    font-size: 10px;
    color: #aaaaaa;
    padding: 5px 0;
}

.powered-by a {
    color: #999999;
}

/* ---------- Footer ---------- */

.site-footer {
    background: linear-gradient(180deg, #3a6b9f 0%, #2c5a8c 50%, #1a3d6b 100%);
    padding: 20px 30px;
    text-align: center;
    border-top: 3px solid #4a7ab5;
    color: #a0b8d0;
    font-size: 11px;
}

.site-footer a {
    color: #c8ddf0;
}

.site-footer a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-links {
    margin-bottom: 12px;
}

.footer-links a {
    margin: 0 8px;
}

.footer-tagline {
    font-family: Georgia, serif;
    font-style: italic;
    color: #8aa8c8;
    font-size: 12px;
    margin: 8px 0;
}

.footer-fine-print {
    color: #6688aa;
    font-size: 10px;
    margin-top: 10px;
}

/* ---------- Reflection Effect (Web 2.0 classic) ---------- */

.reflection {
    position: relative;
}

.reflection::after {
    content: attr(data-text);
    display: block;
    color: transparent;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
    -webkit-background-clip: text;
    background-clip: text;
    transform: scaleY(-1);
    height: 20px;
    overflow: hidden;
    opacity: 0.3;
}

/* ---------- Scrolling Cloud Background (subtle) ---------- */

.cloud-section {
    position: relative;
    overflow: hidden;
}

.cloud-section::before {
    content: "\2601  \2601  \2601  \2601  \2601";
    position: absolute;
    top: 15px;
    left: -100%;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.04);
    animation: cloud-scroll 25s linear infinite;
    white-space: nowrap;
    pointer-events: none;
}

@keyframes cloud-scroll {
    0% { left: -100%; }
    100% { left: 100%; }
}

/* ---------- "New" Starburst ---------- */

.starburst {
    display: inline-block;
    background: linear-gradient(180deg, #ff4444 0%, #cc0000 100%);
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    text-transform: uppercase;
    animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

/* ---------- Gradient Text (for headings) ---------- */

.gradient-text {
    background: linear-gradient(180deg, #4a7ab5 0%, #2c5a8c 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* ---------- 404 Page ---------- */

.error-page {
    text-align: center;
    padding: 60px 30px;
}

.error-code {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 100px;
    font-weight: bold;
    color: #c8d4e0;
    text-shadow: 2px 2px 0px #a0b0c0;
    margin: 10px 0;
    letter-spacing: 10px;
}

.error-message {
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 24px;
    color: #3a6b9f;
    margin-bottom: 15px;
}

.error-sub {
    color: #888888;
    font-size: 14px;
    margin-bottom: 25px;
}

/* ---------- Responsive ---------- */

@media screen and (max-width: 980px) {
    .page-wrapper {
        width: 100%;
    }

    .sidebar {
        display: none;
    }

    .team-grid {
        flex-direction: column;
    }
}
