    body {
      background: #000;
      font-family: myriad_proregular;
      color: #fff;
      font-weight: 400;
      line-height: 1;
      font-size: 1.1em;
      position: relative;
    }
    body:before{
        content: "";
        background: radial-gradient(50.61% 78.29% at 50% 30%, #0C4A87 0%, #04192D 17.11%, #000000 62.03%);
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }

    h1{
        background: linear-gradient(90deg, #FF2731, #ECBFBF, #2B7FC5, #D40E13);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        color: transparent;
        font-size: 4em;
        font-weight: 600;
        margin-top: -10px;
        margin-bottom: 0;
        padding-top: 0.6em;
    }
    h2 {
        font-size: 1.3em;
        font-weight: 500;
        color: #fff;
        margin: 0;
        margin-bottom: 15px;
    }
    p{
        line-height: 1.5;
        margin-top: 0;
    }

    .dis{
         margin-bottom: 40px;
    }
    section{
        padding: 0 15px;
    }
    .banner-div hr {
        border: 1px #193D65 solid;
        max-width: 68%;
    }
    header{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1em;
    }
    header nav{
        max-width: 1140px;
        width: 100%;
    }

    .banner-div{
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
        padding-top: 0;
    }
    .banner-div span svg{
        margin-top: 1em;
        max-width: 100%;
    }
    .select2-container {
        width: 280px !important;
    }
 /* Select2 Single Select with Gradient Border + Radius + Black Background */
.select2-container--default .select2-selection--single {
    border-radius: 10px !important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px; /* gradient border thickness */

    /* Gradient border + black background */
    background: 
        linear-gradient(#000, #000) padding-box, /* inner = black */
        linear-gradient(90deg, #FF2731 0%, #ECBFBF 38%, #2B7FC5 76%, #D40E13 100%) border-box; /* outer = gradient */
    border: 1px solid transparent; /* border needed for gradient */
    box-sizing: border-box;
}

/* Text styling */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff; /* text white on black */
    line-height: 46px;
    padding-left: 12px;
}

/* Dropdown arrow styling */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
    border-width: 5px 4px 5px 4px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__placeholder, .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #ffffff;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 0;
        border-color: #ffffff transparent transparent transparent;
    }
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px;
    }
    .select2-container--default .select2-selection--single .select2-selection__clear{
        display: none;
    }
    .select2-dropdown {
        background-color: #000;
        border: 1px solid #ff0000;
        border-radius: 10px;
    }
    .select2-container--open .select2-dropdown--below {
        border-top: none;
        border: 1px red solid;
        border-radius: 10px;
        top: 10px;
    }
    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background: #000;
    }
    .select2-results__option[aria-selected] {
        background-color: #000;
        color: white;
        border: 1px #1B1B1B solid;
        padding: 10px;
        margin-bottom: 10px;
        border-radius: 5px;
    }
    .select2-results__option[aria-selected]:last-child{
        margin-bottom: 0;
    }
    .select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #000;
    }

  /* Target Select2 results dropdown */
    .select2-container--default .select2-results__options {
        padding: 5px;
        max-height: 300px;
    }

    /* Scrollbar styling for Webkit browsers */
    .select2-container--default .select2-results__options::-webkit-scrollbar {
        width: 5px; /* width of the scrollbar */
        border-radius: 5px;
    }

    .select2-container--default .select2-results__options::-webkit-scrollbar-track {
        background: #000; /* track color */
        border-radius: 5px;
    }

    .select2-container--default .select2-results__options::-webkit-scrollbar-thumb {
        background-color: #fff; /* thumb color */
        border-radius: 5px;
    }

    .select2-container--default .select2-results__options::-webkit-scrollbar-thumb:hover {
        background-color: #fff; /* hover effect */
    }
 
    .select2-container--default .select2-search--dropdown .select2-search__field {
        border: none;
        border-bottom: 1px #E6E6E6 solid;
        border-radius: 10px;
        background: transparent;
        box-shadow: none;
        outline: none;
        color: #fff;
        padding: 10px;
        font-size: 14px;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field::placeholder{
        color: #CECECE;
    }

    button {
        border-radius: 50px !important;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 17px 35px;
        background: linear-gradient(#000, #000) padding-box, /* inner = black */ linear-gradient(90deg, #FF2731 0%, #ECBFBF 38.02%, #2B7FC5 75.83%, #D40E13 100%) border-box;
        border: 2px solid transparent;
        box-sizing: border-box;
        color: #fff;
        margin: 40px auto;
        display: flex;
        cursor: pointer;
        font-family: myriad_proregular;
        font-weight: 400;
        font-size: 1em;
    }
div#metersection {
    margin-top: 40px;
}
.meter-wrap {
    position: relative;
    overflow: hidden;
}

.meter-wrap svg{
    position: absolute;
    left: 0px;
    right: 0;
    top: -13px;
    width: 690px;
    height: 450px;
}

text {
    fill: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: myriad_prosemibold;
    letter-spacing: 0px;
}
.meter-text {
    margin: 0 auto;
    margin-top: -3em;
    max-width: 400px;
}
.meter-text p{
    font-size: 22px;
    line-height: 1.3;
    margin-top: 0;
     font-family: myriad_prosemibold;
     font-weight: 600;
     text-transform: capitalize;
}
.beans{
    color: #FF2731; 
    font-size: 2em !important;
    background-image: linear-gradient(45deg, #FF2731 , #ECBFBF 50%, #2B7FC5 75.83%, #D40E13 100%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    margin-bottom: 5px;
}
/* .meter-text span {
    background: #fff;
    color: #000;
    padding: 10px 30px;
    border-radius: 18px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 35px;
    display: inline-block;
    font-family: myriad_prosemibold;
} */
.meter-text span img {
    width: 60px;
    border-radius: 50px;
}
/* .banner{
    padding-top: 5em;
} */
.banner img{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.space{
    margin-bottom: 15px;
    display: block;
}

section.footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
}
.footer .disclaimer {
    max-width: 800px;
    text-align: center;
    padding: 0 15px;
    
}
.footer .disclaimer p{
    font-size: 16px;
        line-height: 1.2;
}

@media (max-width: 767px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        /* margin: 10px 0;
        font-size: 2em; */
    }
    body {
        font-size: 1em;
    }
    body:before {
        background: radial-gradient(70.61% 65.29% at 50% 40%, #0C4A87 0%, #04192D 40.11%, #000000 62.03%);
    }
    .banner-div {
        padding-top: 0em;
    }
    canvas#foo {
        width: 65%;
    }
    .meter-wrap{
        padding-top: 20px;
    }
    .meter-wrap svg {
        left: 25px;
        top: 0;
        width: 100%;
        height: 245px;
    }
    button {
        padding: 10px 25px;
            margin: 25px auto;
    }
    .meter-text {
        margin-top: -1.5em;
    }
    .meter-text span {
        padding: 8px 25px;
        font-size: 14px;
    }
    /* .banner {
        padding-top: 2em;
    } */
    .banner img {
        width: 100%;
    }
}

@media (max-width: 375px) {
     canvas#foo {
        width: 75%;
    }
    .meter-wrap svg {
        left: 23px;
        top: 0;
    }
}
@media (max-width: 360px) {
     canvas#foo {
        width: 75%;
    }
    .meter-wrap svg {
        left: 22px;
        top: 0;
    }
}