.info-content {
    padding-left: 15%;
    padding-right: 15%;
    text-align: justify;
    margin-bottom: 50px;
}

.app-logo {
    width: 210px;
}

.app-logo:hover {
    transform: scale(1.05); /* Slightly enlarges the image on hover */
}

.app-logo::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.5); /* Ripple color */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease, opacity 0.4s ease;
    opacity: 0;
}

.app-logo:hover::after {
    width: 200%;
    height: 200%;
    opacity: 0.3;
}


@media (max-width: 768px) {
    .info-content {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 30px;
    }

    .app-logo {
        width: 120px;
    }
}


:root {
    --charcoal-blue: #1e283a;
    --text-lighter: #1e283ab2;
    --light-blue: #e2eff8;
    --light-gray: #1e283a09;
    --another-new-blue: #0095e5;
    --bali-hai: #819cae
}

@font-face {
    font-display: auto;
    font-family: "proxima-nova";
    font-stretch: normal;
    font-style: normal;
    font-weight: 700;
    src: url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/949f99/00000000000000003b9b3068/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype")
}


@font-face {
    font-display: auto;
    font-family: "proxima-nova";
    font-stretch: normal;
    font-style: normal;
    font-weight: 600;
    src: url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/l?subset_id=2&fvd=n6&v=3") format("woff2"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/d?subset_id=2&fvd=n6&v=3") format("woff"), url("https://use.typekit.net/af/576d53/00000000000000003b9b3066/27/a?subset_id=2&fvd=n6&v=3") format("opentype")
}

@font-face {
    font-display: auto;
    font-family: "proxima-nova";
    font-stretch: normal;
    font-style: normal;
    font-weight: 400;
    src: url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/705e94/00000000000000003b9b3062/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype")
}


*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, footer, header, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: proxima-nova, -apple-system, blinkmacsystemfont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #315467;
    text-align: left;
    background-color: #f2f3f4;
}


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

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

b, strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #0095e5;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

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

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

[hidden] {
    display: none !important
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1, .h1 {
    font-size: 2.5rem
}

h2, .h2 {
    font-size: 2rem
}

h3, .h3 {
    font-size: 1.75rem
}

h4, .h4 {
    font-size: 1.5rem
}

h5, .h5 {
    font-size: 1.25rem
}

h6, .h6 {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small, .small {
    font-size: 0.875em;
    font-weight: 400
}

.container, .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px
    }
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-xl-8, .col-xl-7, .col-xl-6, .col-lg, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-md-12, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-sm, .col-sm-12, .col-sm-8, .col-sm-6, .col-sm-4, .col, .col-12, .col-10 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.offset-1 {
    margin-left: 8.33333333%
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-3 {
        margin-left: 25%
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }
}

@media (min-width: 1200px) {
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #315467
}

.table th, .table td {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #edf1f4
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #edf1f4
}

.table tbody + tbody {
    border-top: 2px solid #edf1f4
}

.table-sm th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #edf1f4
}

.table-bordered th, .table-bordered td {
    border: 1px solid #edf1f4
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
    border: 0
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #e5eaed !important
}

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

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

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

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

.border-0 {
    border: 0 !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: 3px !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width: 576px) {
    .d-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (min-width: 1200px) {
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-sticky {
    position: sticky !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-50 {
    height: 50% !important
}

.h-100 {
    height: 100% !important
}

.mw-100 {
    max-width: 100% !important
}

.m-0 {
    margin: 0 !important
}

.mt-0, .my-0 {
    margin-top: 0 !important
}

.mr-0 {
    margin-right: 0 !important
}

.mb-0, .my-0 {
    margin-bottom: 0 !important
}

.ml-0 {
    margin-left: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mr-1, .mx-1 {
    margin-right: .25rem !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2, .my-2 {
    margin-top: .5rem !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important
}

.ml-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3, .my-3 {
    margin-top: 1rem !important
}

.mr-3 {
    margin-right: 1rem !important
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important
}

.ml-3 {
    margin-left: 1rem !important
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important
}

.mr-4 {
    margin-right: 1.5rem !important
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4 {
    margin-left: 1.5rem !important
}

.mt-5, .my-5 {
    margin-top: 3rem !important
}

.mr-5, .mx-5 {
    margin-right: 3rem !important
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important
}

.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0, .py-0 {
    padding-top: 0 !important
}

.pb-0, .py-0 {
    padding-bottom: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1, .py-1 {
    padding-top: .25rem !important
}

.px-1 {
    padding-right: .25rem !important
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important
}

.pl-1, .px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2, .py-2 {
    padding-top: .5rem !important
}

.pr-2, .px-2 {
    padding-right: .5rem !important
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important
}

.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3, .py-3 {
    padding-top: 1rem !important
}

.pr-3, .px-3 {
    padding-right: 1rem !important
}

.pr-5, .px-5 {
    padding-right: 3rem !important
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important
}

.pl-3, .px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important
}

.px-4 {
    padding-right: 1.5rem !important
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5, .py-5 {
    padding-top: 3rem !important
}

.px-5 {
    padding-right: 3rem !important
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important
}

.pl-5, .px-5 {
    padding-left: 3rem !important
}

.mr-n1 {
    margin-right: -0.25rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto {
    margin-top: auto !important
}

.mx-auto {
    margin-right: auto !important
}

.mx-auto {
    margin-left: auto !important
}

@media (min-width: 576px) {
    .mt-sm-0 {
        margin-top: 0 !important
    }

    .mb-sm-0 {
        margin-bottom: 0 !important
    }

    .my-sm-2 {
        margin-top: .5rem !important
    }

    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .mr-sm-3 {
        margin-right: 1rem !important
    }

    .mt-sm-5 {
        margin-top: 3rem !important
    }

    .pt-sm-0 {
        padding-top: 0 !important
    }
}

@media (min-width: 768px) {
    .mt-md-0 {
        margin-top: 0 !important
    }

    .mb-md-0 {
        margin-bottom: 0 !important
    }

    .mt-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3 {
        margin-right: 1rem !important
    }

    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .mt-md-5 {
        margin-top: 3rem !important
    }

    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important
    }

    .pr-md-2 {
        padding-right: .5rem !important
    }

    .pt-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-4 {
        padding-right: 1.5rem !important
    }

    .pt-md-5 {
        padding-top: 3rem !important
    }

    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5 {
        padding-bottom: 3rem !important
    }

    .px-md-5 {
        padding-left: 3rem !important
    }

    .mx-md-auto {
        margin-right: auto !important
    }

    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width: 992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }

    .mb-lg-1 {
        margin-bottom: .25rem !important
    }
}

@media (min-width: 1200px) {
    .mb-xl-0 {
        margin-bottom: 0 !important
    }
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bold-500 {
    font-weight: 550 !important
}

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


.opacity-50 {
    opacity: .5
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    scroll-padding-top: 80px
}

h1, h2, h3, h4, h5, h6 {
    color: #0e3950;
    font-weight: 700;
    margin-bottom: 12px
}

.icon {
    display: inline-block;
    margin-right: 16px;
    position: relative;
    top: -2px
}

.icon svg {
    height: 16px;
    width: 16px
}

.icon-md svg {
    height: 24px;
    width: 24px
}

.icon-lg svg {
    height: 64px;
    width: 64px
}

.icon-logo {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 26px
}

.icon-chrome {
    background-image: url("../images/icons/chrome.svg")
}

.icon-safari {
    background-image: url("../images/icons/safari.svg")
}

.icon-firefox {
    background-image: url("../images/icons/firefox.svg")
}

.icon-ie {
    background-image: url("../images/icons/ie.svg")
}

.icon-macos {
    background-image: url("../images/icons/macos.svg")
}

.icon-ios {
    background-image: url("../images/icons/ios.svg")
}

.icon-linux {
    background-image: url("../images/icons/linux.png")
}

.icon-android {
    background-image: url("../images/icons/android.svg")
}

.icon-windows {
    background-image: url("../images/icons/windows.svg")
}

.icon-chrome-os {
    background-image: url("../images/icons/chrome.svg")
}

.icon-desktop {
    background-image: url("../images/icons/desktop.svg")
}

.icon-tablet {
    background-image: url("../images/icons/tablet.svg")
}

.icon-mobile {
    background-image: url("../images/icons/mobile.svg")
}


.main-content .design-new h1, .main-content .design-new h2, .main-content .design-new h3, .main-content .design-new h4, .main-content .design-new h5, .main-content .design-new h6 {
    color: var(--charcoal-blue) !important;
    line-height: 135%
}

.main-content .design-new .h1-max {
    font-size: 45px;
    margin-bottom: 4px
}

@media (max-width: 991px) {
    .main-content .design-new .h1-max {
        font-size: 40px
    }
}

@media (max-width: 767px) {
    .main-content .design-new .h1-max {
        font-size: 30px
    }
}

.main-content .design-new h1, .main-content .design-new .h1 {
    font-size: 42px;
    margin-bottom: 20px
}

.main-content .design-new h2, .main-content .design-new .h2 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px
}

.main-content .design-new h3, .main-content .design-new .h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px
}

.main-content .design-new h4, .main-content .design-new .h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px
}

.main-content .design-new h5, .main-content .design-new .h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 9px
}

.main-content .design-new h6, .main-content .design-new .h6 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

.main-content .design-new small {
    font-size: 14px;
    line-height: 21px
}

.main-content .design-new .card {
    border-radius: 12px;
    -webkit-box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0.5px 2px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
}

.main-content .design-new .card.card-details {
    border: 1px solid #e8e9eb;
    overflow: hidden;
    padding: 1.25em 1.5rem
}

.main-content .design-new .card.card-details h3 {
    font-size: 18px;
    margin-bottom: .25em
}


.table {
    color: #1e283a
}

@media (max-width: 991px) {
    .table.two-column-table tr td:first-child {
        min-width: 130px
    }
}

@media (max-width: 991px) {
    .table.two-column-table tr td {
        padding: .4rem .3rem
    }
}

.table-sm th, .table-sm td {
    padding: .5rem .7rem
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f8f9f9
}

.table-xs th, .table-xs td {
    padding: 4px 0
}

.table-bordered {
    border-radius: 3px
}

.geo-table tr td:first-child {
    min-width: 130px
}

.footer {
    background-color: #f8f9fa; /* Gray background */
    padding: 1rem 0; /* Padding for spacing */
}

.footer a {
    color: #4e555a; /* Muted link color */
}

.footer a:hover {
    text-decoration: underline; /* Underline on hover for better UX */
}

@media (max-width: 768px) {
    .footer .container {
        flex-direction: column; /* Stack content vertically on smaller devices */
    }

    .footer .container div {
        margin-top: 10px; /* Add space between lines */
    }
}


/* Loading Placeholder */
.loading-placeholder {
    width: 100px;
    height: 16px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-shimmer 1.5s infinite;
    border-radius: 4px;
}

/* Loading Animation */
@keyframes loading-shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* Map Styling */
.geo-map {
    width: 100%;
    min-width: 400px; /* Minimum width for responsiveness */
    height: 250px;
    max-height: 400px; /* Optional max height for large screens */
    margin: 0 auto; /* Center the map if needed */
    border-radius: 10px; /* Optional for rounded corners */
    background: #f8f9fa; /* Light gray for placeholder background */
}

.geo-map-gps {
    width: 100%;
    min-width: 400px; /* Minimum width for responsiveness */
    height: 250px;
    max-height: 400px; /* Optional max height for large screens */
    margin: 0 auto; /* Center the map if needed */
    border-radius: 10px; /* Optional for rounded corners */
    background: #f8f9fa; /* Light gray for placeholder background */
}

.content-padding {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.privacy-sub_title {
    font-size: 1em;
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

@media (max-width: 768px) {
    /* Map Styling */
    .geo-map {
        width: 100%;
        min-width: 290px; /* Minimum width for responsiveness */
        height: 250px;
        max-height: 400px; /* Optional max height for large screens */
        margin: 0 auto; /* Center the map if needed */
        border-radius: 10px; /* Optional for rounded corners */
        background: #f8f9fa; /* Light gray for placeholder background */
    }

    .geo-map-gps {
        width: 100%;
        min-width: 290px; /* Minimum width for responsiveness */
        height: 250px;
        max-height: 400px; /* Optional max height for large screens */
        margin: 0 auto; /* Center the map if needed */
        border-radius: 10px; /* Optional for rounded corners */
        background: #f8f9fa; /* Light gray for placeholder background */
    }

    .content-padding {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .privacy-sub_title {
        font-size: 1em;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* Overlay Styling */
.geo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1); /* White with 10% opacity */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    border-radius: 12px; /* Matches card's border-radius */
    backdrop-filter: blur(5px); /* Slight blur effect for background content */
}

/* Overlay Content Styling */
.overlay-content {
    text-align: center;
    color: #212529; /* Dark text for contrast */
    padding: 20px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.7); /* Slightly transparent white */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow */
}

.overlay-content h4 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.overlay-content p {
    margin-bottom: 1.5rem;
}

/* Retry Button Styling */
.btn-retry {
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background: #0056b3; /* Bootstrap Primary Color */
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.btn-retry:hover {
    background: #0056b3; /* Darker primary on hover */
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.note-color {
    color: #635554;
}

.text-head {
    color: #635554 !important;
    font-weight: 550;
}

/* Toast Styles */
.toast-message {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #333;
    color: #ffc670;
    font-weight: bold;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.toast-message.show-toast {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.toast-message.d-none {
    display: none;
}


/* Center the input group */
.input-group-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Input group styling */
.input-group {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 600px; /* Sets a maximum width for larger screens */
    border: 0.4px solid #0056b3;
    border-radius: 30px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 15px; /* Adds 15px bottom margin */
}

/* Search input */
.search-input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 1rem;
    color: #333;
    background-color: transparent;
    white-space: nowrap; /* Prevents text from wrapping */
}

/* Input group error state */
.input-group.error {
    border: 0.9px solid red; /* Red border for error */
}

/* Error state for input */
.search-input.error {
    border: 1px solid red !important; /* Red border for errors */
    background-color: #ffe6e6; /* Light red background for error state */
    outline: none;
}

/* Placeholder color */
.search-input::placeholder {
    color: #999;
    font-size: 1rem;
}

/* Search button */
.search-btn {
    padding: 10px 21px;
    border: none;
    background-color: #0056b3;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.search-btn img {
    width: 20px;
    height: 20px;
}

/* Hover effect for search button */
.search-btn:hover {
    background-color: #003d8c;
}

/* Error message styling */
.error-message {
    color: red; /* Text color for error message */
    font-size: 0.9rem; /* Adjust font size */
    margin-top: -10px; /* Space between the input group and the message */
    margin-bottom: 10px;
    text-align: center; /* Center the text */
    display: none; /* Initially hidden */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .input-group {
        width: 90%; /* Adjusts width for smaller screens */
    }

    .search-input {
        font-size: 0.9rem;
    }
}

@media (max-width: 480px) {
    .input-group {
        width: 100%; /* Ensures the input group spans the full width */
    }

    .search-input {
        font-size: 0.9rem;
    }
}
