﻿/* STYLE.CSS 1.00 Jul 2024 by Sabeeda */
html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

/* Extract from bootstrap */
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
    display: block
}

summary {
    display: list-item
}

audio,
canvas,
progress,
video {
    display: inline-block
}

progress {
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

figure {
    margin: 1em 40px
}

img {
    border-style: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea,
optgroup {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

/* End extract */
html,
body {
    font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5
}

html {
    overflow-x: hidden
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 20px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.val-serif {
    font-family: serif
}

.val-sans-serif {
    font-family: sans-serif
}

.val-cursive {
    font-family: cursive
}

.val-monospace {
    font-family: monospace
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0
}

.val-wide {
    letter-spacing: 4px
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0
}

.val-image {
    max-width: 100%;
    height: auto
}

img {
    vertical-align: middle
}

a {
    color: inherit
}

.val-table,
.val-table-all {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table
}

.val-table-all {
    border: 1px solid #ccc
}

.val-bordered tr,
.val-table-all tr {
    border-bottom: 1px solid #ddd
}

.val-striped tbody tr:nth-child(even) {
    background-color: #f1f1f1
}

.val-table-all tr:nth-child(odd) {
    background-color: #fff
}

.val-table-all tr:nth-child(even) {
    background-color: #f1f1f1
}

.val-hoverable tbody tr:hover,
.val-ul.val-hoverable li:hover {
    background-color: #ccc
}

.val-centered tr th,
.val-centered tr td {
    text-align: center
}

.val-table td,
.val-table th,
.val-table-all td,
.val-table-all th {
    padding: 8px 8px;
    display: table-cell;
    text-align: left;
    vertical-align: top
}

.val-table th:first-child,
.val-table td:first-child,
.val-table-all th:first-child,
.val-table-all td:first-child {
    padding-left: 16px
}

.val-btn,
.val-button {
    border: none;
    display: inline-block;
    padding: 8px 8px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.val-btn:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.val-btn,
.val-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.val-disabled,
.val-btn:disabled,
.val-button:disabled {
    cursor: not-allowed;
    opacity: 0.3
}

.val-disabled *,
:disabled * {
    pointer-events: none
}

.val-btn.val-disabled:hover,
.val-btn:disabled:hover {
    box-shadow: none
}

.val-badge,
.val-tag {
    background-color: #000;
    color: #fff;
    display: inline-block;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center
}

.val-badge {
    border-radius: 50%
}

.val-ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.val-ul li {
    padding: 8px 16px;
    border-bottom: 1px solid #ddd
}

.val-ul li:last-child {
    border-bottom: none
}

.val-tooltip,
.val-display-container {
    position: relative
}

.val-tooltip .val-text {
    display: none
}

.val-tooltip:hover .val-text {
    display: inline-block
}

.val-ripple:active {
    opacity: 0.5
}

.val-ripple {
    transition: opacity 0s
}

.val-input {
    padding: 8px;
    display: block;
    border: none;
    border-bottom: 1px solid #ccc;
    width: 100%
}

.val-select {
    padding: 9px 0;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc
}

.val-dropdown-click,
.val-dropdown-hover {
    position: relative;
    display: inline-block;
    cursor: pointer
}

.val-dropdown-hover:hover .val-dropdown-content {
    display: block
}

.val-dropdown-hover:first-child,
.val-dropdown-click:hover {
    background-color: #ccc;
    color: #000
}

.val-dropdown-hover:hover>.val-button:first-child,
.val-dropdown-click:hover>.val-button:first-child {
    background-color: #ccc;
    color: #000
}

.val-dropdown-content {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: absolute;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1
}

.val-check,
.val-radio {
    width: 24px;
    height: 24px;
    position: relative;
    top: 6px
}

.val-sidebar {
    height: 100%;
    width: 200px;
    background-color: #fff;
    position: fixed !important;
    z-index: 1;
    overflow: auto
}

.val-bar-block .val-dropdown-hover,
.val-bar-block .val-dropdown-click {
    width: 100%
}

.val-bar-block .val-dropdown-hover .val-dropdown-content,
.val-bar-block .val-dropdown-click .val-dropdown-content {
    min-width: 100%
}

.val-bar-block .val-dropdown-hover .val-button,
.val-bar-block .val-dropdown-click .val-button {
    width: 100%;
    text-align: left;
    padding: 8px 16px
}

.val-main,
#main {
    transition: margin-left .4s
}

.val-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4)
}

.val-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px
}

.val-bar {
    width: 100%;
    overflow: hidden
}

.val-center .val-bar {
    display: inline-block;
    width: auto
}

.val-bar .val-bar-item {
    padding: 8px 16px;
    float: left;
    width: auto;
    border: none;
    display: block;
    outline: 0
}

.val-bar .val-dropdown-hover,
.val-bar .val-dropdown-click {
    position: static;
    float: left
}

.val-bar .val-button {
    white-space: normal
}

.val-bar-block .val-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    outline: 0
}

.val-bar-block.val-center .val-bar-item {
    text-align: center
}

.val-block {
    display: block;
    width: 100%
}

.val-responsive {
    display: block;
    overflow-x: auto
}

.val-container:after,
.val-container:before,
.val-panel:after,
.val-panel:before,
.val-row:after,
.val-row:before,
.val-row-padding:after,
.val-row-padding:before,
.val-cell-row:before,
.val-cell-row:after,
.val-clear:after,
.val-clear:before,
.val-bar:before,
.val-bar:after {
    content: "";
    display: table;
    clear: both
}

.val-col,
.val-half,
.val-third,
.val-twothird,
.val-threequarter,
.val-quarter {
    float: left;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 1s ease forwards;
    animation-delay: calc(var(--i) * 0.2s);
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.val-col.s1 {
    width: 8.33333%
}

.val-col.s2 {
    width: 16.66666%
}

.val-col.s3 {
    width: 24.99999%
}

.val-col.s4 {
    width: 33.33333%
}

.val-col.s5 {
    width: 41.66666%
}

.val-col.s6 {
    width: 49.99999%
}

.val-col.s7 {
    width: 58.33333%
}

.val-col.s8 {
    width: 66.66666%
}

.val-col.s9 {
    width: 74.99999%
}

.val-col.s10 {
    width: 83.33333%
}

.val-col.s11 {
    width: 91.66666%
}

.val-col.s12 {
    width: 99.99999%
}

@media (min-width:601px) {
    .val-col.m1 {
        width: 8.33333%
    }

    .val-col.m2 {
        width: 16.66666%
    }

    .val-col.m3,
    .val-quarter {
        width: 24.99999%
    }

    .val-col.m4,
    .val-third {
        width: 33.33333%
    }

    .val-col.m5 {
        width: 41.66666%
    }

    .val-col.m6,
    .val-half {
        width: 49.99999%
    }

    .val-col.m7 {
        width: 58.33333%
    }

    .val-col.m8,
    .val-twothird {
        width: 66.66666%
    }

    .val-col.m9,
    .val-threequarter {
        width: 74.99999%
    }

    .val-col.m10 {
        width: 83.33333%
    }

    .val-col.m11 {
        width: 91.66666%
    }

    .val-col.m12 {
        width: 99.99999%
    }
}

@media (min-width:993px) {
    .val-col.l1 {
        width: 8.33333%
    }

    .val-col.l2 {
        width: 16.66666%
    }

    .val-col.l3 {
        width: 24.99999%
    }

    .val-col.l4 {
        width: 33.33333%
    }

    .val-col.l5 {
        width: 41.66666%
    }

    .val-col.l6 {
        width: 49.99999%
    }

    .val-col.l7 {
        width: 58.33333%
    }

    .val-col.l8 {
        width: 66.66666%
    }

    .val-col.l9 {
        width: 74.99999%
    }

    .val-col.l10 {
        width: 83.33333%
    }

    .val-col.l11 {
        width: 91.66666%
    }

    .val-col.l12 {
        width: 99.99999%
    }
}

.val-rest {
    overflow: hidden
}

.val-stretch {
    margin-left: -16px;
    margin-right: -16px
}

.val-content,
.val-auto {
    margin-left: auto;
    margin-right: auto
}

.val-content {
    max-width: 980px
}

.val-auto {
    max-width: 1140px
}

.val-cell-row {
    display: table;
    width: 100%
}

.val-cell {
    display: table-cell
}

.val-cell-top {
    vertical-align: top
}

.val-cell-middle {
    vertical-align: middle
}

.val-cell-bottom {
    vertical-align: bottom
}

.val-hide {
    display: none !important
}

.val-show-block,
.val-show {
    display: block !important
}

.val-show-inline-block {
    display: inline-block !important
}

@media (max-width:1205px) {
    .val-auto {
        max-width: 95%
    }
}

@media (max-width:600px) {
    .val-modal-content {
        margin: 0 10px;
        width: auto !important
    }

    .val-modal {
        padding-top: 30px
    }

    .val-dropdown-hover.val-mobile .val-dropdown-content,
    .val-dropdown-click.val-mobile .val-dropdown-content {
        position: relative
    }

    .val-hide-small {
        display: none !important
    }

    .val-mobile {
        display: block;
        width: 100% !important
    }

    .val-bar-item.val-mobile,
    .val-dropdown-hover.val-mobile,
    .val-dropdown-click.val-mobile {
        text-align: center
    }

    .val-dropdown-hover.val-mobile,
    .val-dropdown-hover.val-mobile .val-btn,
    .val-dropdown-hover.val-mobile .val-button,
    .val-dropdown-click.val-mobile,
    .val-dropdown-click.val-mobile .val-btn,
    .val-dropdown-click.val-mobile .val-button {
        width: 100%
    }
}

@media (max-width:768px) {
    .val-modal-content {
        width: 500px
    }

    .val-modal {
        padding-top: 50px
    }
}

@media (min-width:993px) {
    .val-modal-content {
        width: 900px
    }

    .val-hide-large {
        display: none !important
    }

    .val-sidebar.val-collapse {
        display: block !important
    }
}

@media (max-width:992px) and (min-width:601px) {
    .val-hide-medium {
        display: none !important
    }
}

@media (max-width:992px) {
    .val-sidebar.val-collapse {
        display: none
    }

    .val-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .val-auto {
        max-width: 100%
    }
}

.val-top,
.val-bottom {
    position: fixed;
    width: 100%;
    z-index: 1
}

.val-top {
    top: 0
}

.val-bottom {
    bottom: 0
}

.val-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.val-display-topleft {
    position: absolute;
    left: 0;
    top: 0
}

.val-display-topright {
    position: absolute;
    right: 0;
    top: 0
}

.val-display-bottomleft {
    position: absolute;
    left: 0;
    bottom: 0
}

.val-display-bottomright {
    position: absolute;
    right: 0;
    bottom: 0
}

.val-display-middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.val-display-left {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(-0%, -50%)
}

.val-display-right {
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%)
}

.val-display-topmiddle {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.val-display-bottommiddle {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%)
}

.val-display-container:hover .val-display-hover {
    display: block
}

.val-display-container:hover span.val-display-hover {
    display: inline-block
}

.val-display-hover {
    display: none
}

.val-display-position {
    position: absolute
}

.val-circle {
    border-radius: 50%
}

.val-round-small {
    border-radius: 2px
}

.val-round,
.val-round-medium {
    border-radius: 4px
}

.val-round-large {
    border-radius: 8px
}

.val-round-xlarge {
    border-radius: 16px
}

.val-round-xxlarge {
    border-radius: 32px
}

.val-row-padding,
.val-row-padding>.val-half,
.val-row-padding>.val-third,
.val-row-padding>.val-twothird,
.val-row-padding>.val-threequarter,
.val-row-padding>.val-quarter,
.val-row-padding>.val-col {
    padding: 0 8px
}

.val-container,
.val-panel {
    padding: 0.01em 16px
}

.val-panel {
    margin-top: 16px;
    margin-bottom: 16px
}

.val-code,
.val-codespan {
    font-family: Consolas, "courier new";
    font-size: 16px
}

.val-code {
    width: auto;
    background-color: #fff;
    padding: 8px 12px;
    border-left: 4px solid #4CAF50;
    word-wrap: break-word
}

.val-codespan {
    color: crimson;
    background-color: #f1f1f1;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 110%
}

.val-card,
.val-card-2 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12)
}

.val-card-4,
.val-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19)
}

.val-spin {
    animation: val-spin 2s infinite linear
}

@keyframes val-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(359deg)
    }
}

.val-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.val-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.val-animate-top {
    position: relative;
    animation: animatetop 0.4s
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.val-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

.val-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.val-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.val-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.val-animate-input {
    transition: width 0.4s ease-in-out
}

.val-animate-input:focus {
    width: 100% !important
}

.val-opacity,
.val-hover-opacity:hover {
    opacity: 0.60
}

.val-opacity-off,
.val-hover-opacity-off:hover {
    opacity: 1
}

.val-opacity-max {
    opacity: 0.25
}

.val-opacity-min {
    opacity: 0.75
}

.val-greyscale-max,
.val-grayscale-max,
.val-hover-greyscale:hover,
.val-hover-grayscale:hover {
    filter: grayscale(100%)
}

.val-greyscale,
.val-grayscale {
    filter: grayscale(75%)
}

.val-greyscale-min,
.val-grayscale-min {
    filter: grayscale(50%)
}

.val-sepia {
    filter: sepia(75%)
}

.val-sepia-max,
.val-hover-sepia:hover {
    filter: sepia(100%)
}

.val-sepia-min {
    filter: sepia(50%)
}

.val-tiny {
    font-size: 10px !important
}

.val-small {
    font-size: 12px !important
}

.val-medium {
    font-size: 15px !important
}

.val-large {
    font-size: 18px !important
}

.val-xlarge {
    font-size: 24px !important
}

.val-xxlarge {
    font-size: 36px !important
}

.val-xxxlarge {
    font-size: 48px !important
}

.val-jumbo {
    font-size: 64px !important
}

.val-left-align {
    text-align: left !important
}

.val-right-align {
    text-align: right !important
}

.val-justify {
    text-align: justify !important
}

.val-center {
    text-align: center !important;
}
.pull-center {
    display: flex;
  justify-content: center; /* Centers items horizontally */
  flex-wrap: wrap;         /* Allows wrapping on smaller screens */
  gap: 32px;               /* Optional: adds spacing between items */
  text-align: center;
}
.val-border-0 {
    border: 0 !important
}

.val-border {
    border: 1px solid #ccc !important
}

.val-border-top {
    border-top: 1px solid #ccc !important
}

.val-border-bottom {
    border-bottom: 1px solid #ccc !important
}

.val-border-left {
    border-left: 1px solid #ccc !important
}

.val-border-right {
    border-right: 1px solid #ccc !important
}

.val-topbar {
    border-top: 6px solid #ccc !important
}

.val-bottombar {
    border-bottom: 6px solid #ccc !important
}

.val-leftbar {
    border-left: 6px solid #ccc !important
}

.val-rightbar {
    border-right: 6px solid #ccc !important
}

.val-section,
.val-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important
}

.val-margin {
    margin: 16px !important
}

.val-margin-top {
    margin-top: 16px !important
}

.val-margin-bottom {
    margin-bottom: 16px !important
}

.val-margin-left {
    margin-left: 16px !important
}

.val-margin-right {
    margin-right: 16px !important
}

.val-padding-small {
    padding: 4px 8px !important
}

.val-padding {
    padding: 8px 16px !important
}

.val-padding-large {
    padding: 12px 24px !important
}

.val-padding-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important
}

.val-padding-24 {
    padding-top: 24px !important;
    padding-bottom: 24px !important
}

.val-padding-32 {
    padding-top: 32px !important;
    padding-bottom: 32px !important
}

.val-padding-48 {
    padding-top: 48px !important;
    padding-bottom: 48px !important
}

.val-padding-64 {
    padding-top: 64px !important;
    padding-bottom: 64px !important
}

.val-padding-top-64 {
    padding-top: 64px !important
}

.val-padding-top-48 {
    padding-top: 48px !important
}

.val-padding-top-32 {
    padding-top: 32px !important
}

.val-padding-top-24 {
    padding-top: 24px !important
}

.val-left {
    float: left !important
}

.val-right {
    float: right !important
}

.val-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.val-transparent,
.val-hover-none:hover {
    background-color: transparent !important
}

.val-hover-none:hover {
    box-shadow: none !important
}

/* Colors */
.val-amber,
.val-hover-amber:hover {
    color: #000 !important;
    background-color: #ffc107 !important
}

.val-aqua,
.val-hover-aqua:hover {
    color: #000 !important;
    background-color: #00ffff !important
}

.val-blue,
.val-hover-blue:hover {
    color: #fff !important;
    background-color: #2196F3 !important
}

.val-light-blue,
.val-hover-light-blue:hover {
    color: #000 !important;
    background-color: #87CEEB !important
}

.val-brown,
.val-hover-brown:hover {
    color: #fff !important;
    background-color: #795548 !important
}

.val-cyan,
.val-hover-cyan:hover {
    color: #000 !important;
    background-color: #00bcd4 !important
}

.val-blue-grey,
.val-hover-blue-grey:hover,
.val-blue-gray,
.val-hover-blue-gray:hover {
    color: #fff !important;
    background-color: #607d8b !important
}

.val-green,
.val-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important
}

.val-light-green,
.val-hover-light-green:hover {
    color: #000 !important;
    background-color: #8bc34a !important
}

.val-indigo,
.val-hover-indigo:hover {
    color: #fff !important;
    background-color: #3f51b5 !important
}

.val-khaki,
.val-hover-khaki:hover {
    color: #000 !important;
    background-color: #f0e68c !important
}

.val-lime,
.val-hover-lime:hover {
    color: #000 !important;
    background-color: #cddc39 !important
}

.val-orange,
.val-hover-orange:hover {
    color: #000 !important;
    background-color: #ff9800 !important
}

.val-deep-orange,
.val-hover-deep-orange:hover {
    color: #fff !important;
    background-color: #ff5722 !important
}

.val-pink,
.val-hover-pink:hover {
    color: #fff !important;
    background-color: #e91e63 !important
}

.val-purple,
.val-hover-purple:hover {
    color: #fff !important;
    background-color: #9c27b0 !important
}

.val-deep-purple,
.val-hover-deep-purple:hover {
    color: #fff !important;
    background-color: #673ab7 !important
}

.val-red,
.val-hover-red:hover {
    color: #fff !important;
    background-color: #f44336 !important
}

.val-sand,
.val-hover-sand:hover {
    color: #000 !important;
    background-color: #fdf5e6 !important
}

.val-teal,
.val-hover-teal:hover {
    color: #fff !important;
    background-color: #005296 !important
}

.val-yellow,
.val-hover-yellow:hover {
    color: #000 !important;
    background-color: #ffeb3b !important
}

.val-white,
.val-hover-white:hover {
    color: #000 !important;
    background-color: #fff !important
}

.val-black,
.val-hover-black:hover {
    color: #fff !important;
    background-color: #000 !important
}

.val-grey,
.val-hover-grey:hover,
.val-gray,
.val-hover-gray:hover {
    color: #000 !important;
    background-color: #9e9e9e !important
}

.val-light-grey,
.val-hover-light-grey:hover,
.val-light-gray,
.val-hover-light-gray:hover {
    color: #000 !important;
    background-color: #f1f1f1 !important
}

.val-dark-grey,
.val-hover-dark-grey:hover,
.val-dark-gray,
.val-hover-dark-gray:hover {
    color: #fff !important;
    background-color: #616161 !important
}

.val-pale-red,
.val-hover-pale-red:hover {
    color: #000 !important;
    background-color: #ffdddd !important
}

.val-pale-green,
.val-hover-pale-green:hover {
    color: #000 !important;
    background-color: #ddffdd !important
}

.val-pale-yellow,
.val-hover-pale-yellow:hover {
    color: #000 !important;
    background-color: #ffffcc !important
}

.val-pale-blue,
.val-hover-pale-blue:hover {
    color: #000 !important;
    background-color: #ddffff !important
}

.val-text-amber,
.val-hover-text-amber:hover {
    color: #ffc107 !important
}

.val-text-aqua,
.val-hover-text-aqua:hover {
    color: #00ffff !important
}

.val-text-blue,
.val-hover-text-blue:hover {
    color: #2196F3 !important
}

.val-text-light-blue,
.val-hover-text-light-blue:hover {
    color: #87CEEB !important
}

.val-text-brown,
.val-hover-text-brown:hover {
    color: #795548 !important
}

.val-text-cyan,
.val-hover-text-cyan:hover {
    color: #00bcd4 !important
}

.val-text-blue-grey,
.val-hover-text-blue-grey:hover,
.val-text-blue-gray,
.val-hover-text-blue-gray:hover {
    color: #607d8b !important
}

.val-text-green,
.val-hover-text-green:hover {
    color: #4CAF50 !important
}

.val-text-light-green,
.val-hover-text-light-green:hover {
    color: #8bc34a !important
}

.val-text-indigo,
.val-hover-text-indigo:hover {
    color: #3f51b5 !important
}

.val-text-khaki,
.val-hover-text-khaki:hover {
    color: #b4aa50 !important
}

.val-text-lime,
.val-hover-text-lime:hover {
    color: #cddc39 !important
}

.val-text-orange,
.val-hover-text-orange:hover {
    color: #ff9800 !important
}

.val-text-deep-orange,
.val-hover-text-deep-orange:hover {
    color: #ff5722 !important
}

.val-text-pink,
.val-hover-text-pink:hover {
    color: #e91e63 !important
}

.val-text-purple,
.val-hover-text-purple:hover {
    color: #9c27b0 !important
}

.val-text-deep-purple,
.val-hover-text-deep-purple:hover {
    color: #673ab7 !important
}

.val-text-red,
.val-hover-text-red:hover {
    color: #f44336 !important
}

.val-text-sand,
.val-hover-text-sand:hover {
    color: #fdf5e6 !important
}

.val-text-teal,
.val-hover-text-teal:hover {
    color: #009688 !important
}

.val-text-yellow,
.val-hover-text-yellow:hover {
    color: #d2be0e !important
}

.val-text-white,
.val-hover-text-white:hover {
    color: #fff !important
}

.val-text-black,
.val-hover-text-black:hover {
    color: #000 !important
}

.val-text-grey,
.val-hover-text-grey:hover,
.val-text-gray,
.val-hover-text-gray:hover {
    color: #757575 !important
}

.val-text-light-grey,
.val-hover-text-light-grey:hover,
.val-text-light-gray,
.val-hover-text-light-gray:hover {
    color: #f1f1f1 !important
}

.val-text-dark-grey,
.val-hover-text-dark-grey:hover,
.val-text-dark-gray,
.val-hover-text-dark-gray:hover {
    color: #3a3a3a !important
}

.val-border-amber,
.val-hover-border-amber:hover {
    border-color: #ffc107 !important
}

.val-border-aqua,
.val-hover-border-aqua:hover {
    border-color: #00ffff !important
}

.val-border-blue,
.val-hover-border-blue:hover {
    border-color: #2196F3 !important
}

.val-border-light-blue,
.val-hover-border-light-blue:hover {
    border-color: #87CEEB !important
}

.val-border-brown,
.val-hover-border-brown:hover {
    border-color: #795548 !important
}

.val-border-cyan,
.val-hover-border-cyan:hover {
    border-color: #00bcd4 !important
}

.val-border-blue-grey,
.val-hover-border-blue-grey:hover,
.val-border-blue-gray,
.val-hover-border-blue-gray:hover {
    border-color: #607d8b !important
}

.val-border-green,
.val-hover-border-green:hover {
    border-color: #4CAF50 !important
}

.val-border-light-green,
.val-hover-border-light-green:hover {
    border-color: #8bc34a !important
}

.val-border-indigo,
.val-hover-border-indigo:hover {
    border-color: #3f51b5 !important
}

.val-border-khaki,
.val-hover-border-khaki:hover {
    border-color: #f0e68c !important
}

.val-border-lime,
.val-hover-border-lime:hover {
    border-color: #cddc39 !important
}

.val-border-orange,
.val-hover-border-orange:hover {
    border-color: #ff9800 !important
}

.val-border-deep-orange,
.val-hover-border-deep-orange:hover {
    border-color: #ff5722 !important
}

.val-border-pink,
.val-hover-border-pink:hover {
    border-color: #e91e63 !important
}

.val-border-purple,
.val-hover-border-purple:hover {
    border-color: #9c27b0 !important
}

.val-border-deep-purple,
.val-hover-border-deep-purple:hover {
    border-color: #673ab7 !important
}

.val-border-red,
.val-hover-border-red:hover {
    border-color: #f44336 !important
}

.val-border-sand,
.val-hover-border-sand:hover {
    border-color: #fdf5e6 !important
}

.val-border-teal,
.val-hover-border-teal:hover {
    border-color: #009688 !important
}

.val-border-yellow,
.val-hover-border-yellow:hover {
    border-color: #ffeb3b !important
}

.val-border-white,
.val-hover-border-white:hover {
    border-color: #fff !important
}

.val-border-black,
.val-hover-border-black:hover {
    border-color: #000 !important
}

.val-border-grey,
.val-hover-border-grey:hover,
.val-border-gray,
.val-hover-border-gray:hover {
    border-color: #9e9e9e !important
}

.val-border-light-grey,
.val-hover-border-light-grey:hover,
.val-border-light-gray,
.val-hover-border-light-gray:hover {
    border-color: #f1f1f1 !important
}

.val-border-dark-grey,
.val-hover-border-dark-grey:hover,
.val-border-dark-gray,
.val-hover-border-dark-gray:hover {
    border-color: #616161 !important
}

.val-border-pale-red,
.val-hover-border-pale-red:hover {
    border-color: #ffe7e7 !important
}

.val-border-pale-green,
.val-hover-border-pale-green:hover {
    border-color: #e7ffe7 !important
}

.val-border-pale-yellow,
.val-hover-border-pale-yellow:hover {
    border-color: #ffffcc !important
}

.val-border-pale-blue,
.val-hover-border-pale-blue:hover {
    border-color: #e7ffff !important
}

#team {
    background-image: url('images/map.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* Enables parallax effect */
    color: white;
    position: relative;
    z-index: 1;
    padding: 64px 16px;
    width: 100%;
    height: 100%;
}

/* Optional: dark overlay for better text contrast */
#team::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Adjust opacity as needed */
    z-index: 0;
}

/* Ensure content sits above overlay */
#team>* {
    position: relative;
    z-index: 1;
}

#team h2,
#team p,
#team h3 {
    color: #f0f0f0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}
/* Container positioning */
.float-btn-container {
    position: relative;
    /* height: 10px; Adjust based on layout */
  }
  
  /* Floating button styling */
  .float-btn {
    position: absolute;
    top: -350px;
    left: 10px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #005379; /* Teal */
    color: white;
    font-size: 15px;
    border: none;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  /* Hover and active effects */
  .float-btn:hover {
    background-color: #2196F3;
    transform: scale(1.05);
  }
  
  .float-btn:active {
    transform: scale(0.95);
  }
  