html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

h1 {
    font-size: 1.5em;
    margin-bottom: 10px;
}

p {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

#desktop {
    font-family: Arial, Helvetica, sans-serif;
    position: fixed;
    height: 100%;
    width: 100%;
    background: #CCC;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.window {
    position: absolute;
    border: 2px solid #000;
    background: #EEE;
    border-radius: 5px;
    z-index: 1000;
}

.window.closed {
    display: none;
}

.window.minimizedWindow {
    display: none;
}

.window.fullSizeWindow {
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    border-radius: 0;
    bottom: 32px !important;
}

.fullSizeWindow .ui-resizable-handle {
    display: none;
}

.windowHeader {
    background-color: #b7b7e0;
    text-align: right;
    border-bottom: 2px solid #000;
    padding: 2px;
    cursor: move;
    height: 28px;
}

.activeWindow .windowHeader {
    background-color: #8888d6;
}

.windowHeader>span {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #000;
    margin-left: 4px;
    font-size: 19px;
    padding: 2px 10px;
    font-family: "Arial Black", Gadget, sans-serif;
    border-radius: 5px;
    line-height: 20px;
    width: 12px;
    height: 20px;
    position: relative;
    overflow: hidden;
}

.windowHeader>span:hover {
    background: rgba(255, 255, 255, 0.3);
}

.windowHeader>span.winclose:hover {
    background: #f15454;
}

.windowHeader>span>span {
    display: inline-block;
    height: 8px;
    width: 10px;
    position: absolute;
    top: 6px;
    left: 10px;
}

.winminimize>span {
    border-bottom: 3px solid #000;
}

.winmaximize>span {
    border: 2px solid #000;
    border-top: 3px solid #000;
}

.winmaximize>span:nth-child(2) {
    display: none;
}

.fullSizeWindow .winmaximize>span:nth-child(1) {
    margin: 2px 0 0 -4px;
}

.fullSizeWindow .winmaximize>span:nth-child(2) {
    display: inline-block;
    top: 3px;
    left: 12px;
}

.wincontent {
    padding: 20px;
    min-width: 200px;
    min-height: 140px;
    border: 2px solid #000;
    margin: 2px;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f8f8 100%);
    overflow-y: auto;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Bold Typography System */
.wincontent h1 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 800;
    letter-spacing: -0.5px;
    border-bottom: 4px solid #2563eb;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.wincontent h1 i {
    font-size: 1.2em;
    color: #2563eb;
}

.wincontent h2 {
    font-size: 1.6em;
    margin-bottom: 16px;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -0.3px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wincontent h2 i {
    font-size: 1.1em;
    color: #2563eb;
}

.wincontent h3 {
    font-size: 1.3em;
    margin: 20px 0 12px 0;
    color: #1a1a1a;
    font-weight: 700;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wincontent h3 i {
    font-size: 1em;
    color: #2563eb;
}

/* Text Styles */
.wincontent p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 14px;
    color: #374151;
}

.wincontent p.intro {
    font-size: 1.05em;
    line-height: 1.7em;
    color: #1f2937;
    font-weight: 400;
}

.wincontent p.section-title {
    font-size: 0.9em;
    font-weight: 700;
    color: #1a1a1a;
    margin: 18px 0 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.wincontent p.cta-text {
    font-style: italic;
    color: #6b7280;
    font-size: 0.95em;
}

.wincontent p.note {
    font-size: 0.9em;
    color: #6b7280;
    font-style: italic;
}

.wincontent p strong {
    color: #1a1a1a;
    font-weight: 700;
}

.wincontent em {
    color: #6b7280;
    font-style: italic;
}

/* Enhanced Lists with Icons */
.wincontent ul {
    margin: 12px 0 18px 0;
    padding-left: 0;
    list-style: none;
}

.wincontent ul li {
    padding: 12px 16px;
    margin-bottom: 8px;
    background: #f8fafc;
    border-left: 4px solid #2563eb;
    border-radius: 6px;
    transition: all 0.25s ease;
    color: #1f2937;
    line-height: 1.6;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wincontent ul li i {
    font-size: 1.2em;
    color: #2563eb;
    flex-shrink: 0;
}

.wincontent ul li:hover {
    background: #eff6ff;
    transform: translateX(6px);
    border-left-color: #1d4ed8;
    box-shadow: 0 2px 8px rgba(37, 99, 235, 0.1);
}

.wincontent ul li:hover i {
    color: #1d4ed8;
}

/* Horizontal Rule Styling */
.wincontent hr {
    border: none;
    height: 3px;
    background: linear-gradient(to right, #2563eb, transparent);
    margin: 24px 0;
}

/* Video Button Styling */
.wincontent .video-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: #ff0000;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1em;
    margin-top: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.wincontent .video-btn i {
    font-size: 1.3em;
}

.wincontent .video-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    background-color: #cc0000;
}

.windowHeader>strong {
    float: left;
    margin: 0px 3px 0 10px;
    line-height: 29px;
    font-size: 17px;
}

.taskbarPanel {
    display: inline-block;
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 24px;
    margin: 2px 0 0 10px;
    font-size: 17px;
    padding: 0 10px;
    background: #CCC;
    font-weight: bold;
    cursor: pointer;
}

.taskbarPanel.activeTab {
    background: #FFF;
}

.taskbarPanel.minimizedTab {
    background: #AAA;
}

.taskbarPanel.minimizedTab:hover {
    background: #DDD;
}

.taskbarPanel.closed {
    display: none;
}

#taskbar {
    position: absolute;
    height: 32px;
    border-top: 2px solid #000;
    bottom: 0;
    left: 0;
    right: 0;
    background: #EEE;
}

#icons {
    position: absolute;
    z-index: 10;
    top: 20px;
    left: 20px;
}

#icons a {
    display: block;
    cursor: pointer;
    padding: 2px 10px;
}

#icons a:hover {
    background: #000;
    color: #FFF;
}

#templateLink {
    position: absolute;
    display: inline-block;
    bottom: 10px;
    right: 20px;
    font-weight: bold;
    font-size: 15px;
    color: #30478c;
}

/*Demo styles BEGIN*/
#window0 {
    top: 20px;
    left: 240px;
}

#window1 {
    top: 400px;
    left: 120px;
}

#window2 {
    top: 250px;
    left: 300px;
}

#window3 {
    top: 125px;
    left: 420px;
}

#window0 .wincontent {
    width: 660px;
    height: 400px;
}

#window1 .wincontent {
    width: 500px;
    height: 300px;
}

#window2 .wincontent {
    width: 400px;
    height: 350px;
}

#window3 .wincontent {
    width: 400px;
    height: 350px;
}

@media screen and (max-width:960px) {
    #window0 {
        left: 10px;
    }

    #window3 {
        left: 50px;
    }
}

@media screen and (max-width:770px) {
    #window0 .wincontent {
        width: 460px;
    }

    #window2 {
        left: 100px;
    }

    #window1 {
        top: 190px;
        left: -5px;
    }
}

@media screen and (max-width:540px) {
    #window0 .wincontent {
        width: 230px;
        height: 200px;
    }

    #window3 .wincontent {
        width: 275px;
        height: auto;
    }

    #window3 {
        top: 9px;
        left: 10px;
    }

    #window2 {
        left: -118px;
    }

    #window1 .wincontent {
        width: auto;
        height: 300px;
    }
}