.ups-ot {
    padding: 20px 20px;
    margin: 70px 0 15PX;
}
.upsabout-ot {
    /*background-image: url('~/images/bg/ups_top_about.png');*/
    background-image: url('/images/bg/ups_top_about.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 130px 20px 20px;
    margin: 10px 0 30px;
}
.upsabout-container {
    max-width: 1200px;
    margin: 0 auto;
}
.upsabout-heading {
    font-size: 2.8rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    text-shadow: 2px 2px 10px #000000;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 6px;
}
.upsabout-txt{
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff !important;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align:center;
    margin-bottom: 20px;
    line-height: 1.3;
}
@media (max-width: 992px) {
    .upsabout-ot {
        padding: 80px 20px 20px;
        margin: 10px 0 30px;
    }
    .upsabout-heading {
        font-size: 2.4rem;
        font-weight: 600;
        margin-top: 50px;
        margin-bottom: 6px;
    }
    .upsabout-txt{
        font-size: 1.2rem;
        font-weight: 400;
        margin-bottom: 20px;
        line-height: 1.3;
    }
}

.ups-solution {
    padding: 20px 20px;
    margin: 0px 0 15;
}
.ups-solution-ot {
    /*background-image: url('~/images/bg/ups_solution.png');*/
    background-image: url('/images/bg/ups_solution.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 160px 20px 20px;
    margin: 10px 0;
}
.ups-solution-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ups-solution-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-solution-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding:25px 25px 25px 25px;
    border-radius: 12px;
}
.ups-solution-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.ups-solution-card:hover::before {
        left: 100%;
}
.ups-solution-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.3);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
.ups-solution-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 20px;
    margin-bottom: 6px;
}
.ups-solution-title1 {
    font-size: 1.4rem;
    font-weight: 600;
    color:#ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-solution-title2 {
    font-size: 1.25rem;
    font-weight: 400;
    color:#ffde59;
    margin-bottom: 16px;
    line-height: 1.3;
}
.ups-solution-txt {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 50px;
}
.ups-solution-txt1 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-solution-txt2 {
    font-size: 1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
}

.ups-solution-list-txt {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.3;
}
.ups-solution-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-solution-list li {
    margin-bottom: 8px;
    line-height: 1.3;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 1.0rem;
    list-style:none;
    padding-left: 0px;
}
.ups-solution-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.ups-solution-list strong {
    color:#ffde59;
    font-weight: 500;
}
@media (max-width: 992px) {
    .ups-solution-heading {
        font-size: 2.0rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px #000000;
        margin-top: 20px;
        margin-bottom: 6px;
    }
    .ups-solution-txt{
        font-size: 1.3rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        line-height: 1.2;
        text-shadow: 2px 2px 10px #000000;
        margin-bottom: 30px;
    }
    .ups-solution-title1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .ups-solution-title2 {
        font-size: 1.1rem;
        font-weight: 400;
        color: #ffde59;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .ups-solution-txt1 {
        font-size: 1.0rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
}
/********** COMPARE PACKAGES PAGE ***********/
/*.ups-ot {
    padding: 20px 20px;
    margin: 70px 0 15;
}*/
.ups-ot-about {
    /*background-image: url(../images/ups_top_about.png);*/
    background-image: url('~/images/bg/ups_top_about.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 130px 20px 20px;
    margin: 10px 0 30px;
}
.ups-ot-1 {
    /*background-image: url(../images/ups_banner.jpg);*/
    background-image: url('~/images/bg/ups_banner.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 10px 20px 20px;
    margin: 10px 0;
}
.ups-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-top-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    text-shadow: 2px 2px 10px #000000;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 6px;
}
.ups-top-text{
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(214, 225, 245, 0.9) !important;
    text-align:center;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 30px;
    line-height: 1.3;
}
.ups-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000 !important;
    margin-top: 50px;
    margin-bottom: 10px;
}
.ups-heading-1 {
    font-size: 1.9rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 10px;
    margin-bottom: 6px;
}
.ups-stext {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}
.ups-stext1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #000000;
}
.ups-sec-title {
    font-size: 1.5rem;
    font-weight: 600 !important;
    color:#ffde59;
    margin-bottom: 18px;
    line-height: 1.3;
}
.ups-sec-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.3;
}
.ups-sec-title1 {
    font-size: 1.4rem;
    font-weight: 600;
    color:#ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-sec-title2 {
    font-size: 1.25rem;
    font-weight: 400;
    color:#ffde59;
    margin-bottom: 16px;
    line-height: 1.3;
}
.ups-sec-text1 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-sec-text2 {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-ftr-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-ftr-list li {
    margin-bottom: 8px;
    line-height: 1.3;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 0.96rem;
    list-style:none;
    padding-left: 0px;
}

.ups-ftr-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}

.ups-ftr-list strong {
    color:#ffde59;
    font-weight: 500;
}

.ups-ftr-img {
    width: 360px;
    height: 360px;
    margin-bottom: 0px;
    margin-left:-10px;
    border-radius: 12px;
}

.ups-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding:25px 25px 25px 25px;
    border-radius: 12px;
}
.ups-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.ups-card:hover::before {
        left: 100%;
}
.ups-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.3);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
@media (max-width: 992px) {
    .ups-ot-about {
        padding: 80px 20px 20px;
        margin: 10px 0 30px;
    }
    .ups-heading {
        font-size: 1.5rem;
        font-weight: 600;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .ups-stext {
        font-size: 1.0rem;
        font-weight: 400;
        margin-bottom: 30px;
        line-height: 1.3;
    }
}

.ups-setup {
    padding: 20px 20px;
    margin: 0px 0 15;
}
.ups-setup-ot {
    /*background-image: url(../images/ups_demo.png);*/
    background-image: url('~/images/bg/ups_demo.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 95px 20px 20px;
    margin: 75px 0;
}
.ups-setup-ot1 {
    /*background-image: url(../images/ups_demo.png);*/
    background-image: url('~/images/bg/ups_demo.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 95px 20px 20px;
    margin: 75px 0 0;
}
.ups-setup-container {
    max-width: 1200px;
    margin: 0 auto;
}

.ups-setup-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-setup-notes {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-setup-notes-txt {
    position: relative;
    float:right;
    right: 0px;
    font-size: 13px;
    text-align:right;
    color:#f3f3f3;
    padding-top:10px;
    z-index: 1000;
}

.ups-setup-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding: 25px 25px 25px 25px;
    border-radius: 12px;
}
.ups-setup-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.ups-setup-card:hover::before {
        left: 100%;
}
.ups-setup-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.9);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
.ups-setup-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 20px;
    margin-bottom: 5px;
}
.ups-setup-top-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    padding: 0px 18px 0px 18px;
    margin-bottom: 50px;
}
.ups-setup-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: left;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    padding: 0px 18px 0px 18px;
    margin-bottom: 15px;
}
.ups-setup-title1 {
    font-size: 1.3rem;
    font-weight: 500;
    color:#ffde59;
    text-align:left;
    padding:14px 18px 0px 18px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-setup-price-ot {
    padding:20px 18px 10px 18px;
    margin-bottom: 3px;
}
.ups-setup-price-ot1 {
    padding:0px 18px 10px 18px;
    margin-bottom: 3px;
}
.ups-setup-price1 {
    font-size: 1.9rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    border-radius: 8px;
    border:1px dotted rgba(255, 222, 90, 0.3) !important;
    background-color: none;
    padding: 7px 5px;
    margin: 10px 0px 10px 0px;
    line-height: 1.4;
}
.setup-sub-title1 {
    font-size: 1.2rem;
    font-weight: 600;
    color:#ffde59;
    text-align:left;
    padding:0px 18px 0px 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.setup-sub_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: left;
    padding: 0px 18px 0px 18px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.setup-note-hd1 {
    font-size: 1.2rem;
    font-weight: 600;
    color:#ffde59;
    text-align:left;
    padding:0px 18px 0px 18px;
    margin-bottom: 0px;
    line-height: 1.4;
}
.setup-note-txt {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: left;
    padding: 0px 18px 0px 18px;
    margin-bottom: 18x;
    line-height: 1.3;
}
.setup-label {
    position: relative;
    float: left;
    font-size: 1.0rem;
    font-weight: 300;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 5px;
}
.ups-setup-list-h1 {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: left;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
.ups-setup1-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-setup1-list li {
    margin-bottom: 0px;
    line-height: 1.0;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 1.2rem;
    list-style:none;
    padding-left: 6px;
}
.ups-setup1-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.ups-setup1-list strong {
    color:#ffde59;
    font-weight: 500;
}

.ups-setup-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-setup-list li {
    margin-bottom: 8px;
    line-height: 1.2;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 0.96rem;
    list-style:none;
    padding-left: 0px;
}
.ups-setup-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.ups-setup-list strong {
    color:#ffde59;
    font-weight: 500;
}
.setup-btn {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    width: 292px;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.3rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 120, 255, 0.2) !important;
    padding: 12px 25px;
}
.setup-btn:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    border:1px solid #FF6B00;
    background-color: #FF6B00;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
}
.setup-country-text {
    font-size: 1.0rem;
    font-weight: 300;
    color:#ffde59;
    padding:0px 18px 70px 18px;  
    margin-bottom: 5px;
    line-height: 1.4;
}
.setup-country-text strong {
    color:#ffde59;
    font-weight: 600;
}
.featured-ribbon {
    width: 200px;
    background: rgba(139, 92, 246, 0.9);
    position: absolute;
    top: 16px;
    left: -70px;
    text-align: center;
    line-height: 26px;
    letter-spacing: 0.01em;
    font-size: 0.6em;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.featured-ribbon.sticky {
    position: fixed;
}
.featured-ribbon.shadow {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.featured-ribbon.top-left {
    top: 25px;
    left: -50px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.featured-ribbon.top-right {
    top: 25px;
    right: -50px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.featured-ribbon.bottom-left {
    top: auto;
    bottom: 25px;
    left: -50px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

@media (max-width: 992px) {
    .ups-setup-heading {
        font-size: 2.0rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px #000000;
        margin-top: 20px;
        margin-bottom: 6px;
    }
    .ups-setup-text{
        font-size: 1.3rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        line-height: 1.2;
        text-shadow: 2px 2px 10px #000000;
        margin-bottom: 30px;
    }
    .ups-setup-title1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .ups-setup-title2 {
        font-size: 1.1rem;
        font-weight: 400;
        color: #ffde59;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .ups-setup-text1 {
        font-size: 1.0rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
}
.table-wrapper {
    position: relative;
    border-radius: 0.5rem;
    overflow: hidden;
  
    &::after {
      --shadow-size: 20px;
      content: "";
      position: absolute;
      inset: 0;
      box-shadow: inset 0 calc(var(--shadow-size) * -1) var(--shadow-size) calc(var(--shadow-size) * -1) rgb(0 0 0 / 0.35);
      pointer-events: none;
    }
  }

  .table-container {
    max-height: auto;
    overflow: auto;
    height:auto;
  }
  
  table {
    width: 100%;
    border-collapse: separate; /* make border sticky */
  }
  
  th,
  td {
    color: rgba(237, 243, 252, 0.9) !important;
    border: none;
    padding: .42rem 0rem;
    text-align: left;
    border-bottom: 1px dotted rgba(237, 243, 252, 0.2) !important;
  }
  
  th {
    background-color: none;
    color: #ffde59 !important;
    font-weight: bold;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #ffde59 !important;
  }
  
  tbody {
    tr:nth-of-type(even)
{
    /*background-color: hsl(0 0 95);*/
    background: rgba(15, 23, 42, 0.99);
}
  
    .tick-1{
      content: '\f058';
      font-family: 'FontAwesome';
      float: left;
      margin-left: -1.5em;
      color: #0074D9;
    }
  }

  .ups-cmp {
    padding: 20px 20px;
    margin: 0px 0 15;
}
.ups-cmp-ot {
    /*background-image: url(../images/ups_demo.png);*/
    background-image: url('~/images/bg/ups_demo.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 95px 20px 20px;
    margin: 75px 0;
}
.ups-cmp-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-cmp-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-cmp-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding:25px 25px 25px 25px;
    border-radius: 12px;
}
.ups-cmp-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.ups-cmp-card:hover::before {
        left: 100%;
}
.ups-cmp-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.9);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
.ups-cmp-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 10px;
    margin-bottom: 5px;
}
.ups-cmp-top-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    padding: 0px 18px 0px 18px;
    margin-bottom: 50px;
}
.ups-cmp-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: left;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
}
.ups-cmp-title1 {
    font-size: 1.3rem;
    font-weight: 500;
    color:#ffde59;
    text-align:left;
    padding:5px 0px 0px 0px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-cmp-price-ot {
    padding:20px 18px 10px 18px;
    margin-bottom: 3px;
}
.ups-cmp-price-ot1 {
    padding:0px 18px 10px 18px;
    margin-bottom: 3px;
}
.ups-cmp-price1 {
    font-size: 1.9rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    border-radius: 8px;
    border:1px dotted rgba(255, 222, 90, 0.3) !important;
    background-color: none;
    padding: 7px 5px;
    margin: 10px 0px 10px 0px;
    line-height: 1.4;
}
.cmp-sub-title1 {
    font-size: 1.2rem;
    font-weight: 600;
    color:#ffde59;
    text-align:left;
    padding:0px 18px 0px 18px;
    margin-bottom: 10px;
    line-height: 1.4;
}
.cmp-sub_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: left;
    padding: 0px 18px 0px 10px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.ups-cmp-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-cmp-list li {
    margin-bottom: 8px;
    line-height: 1.2;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 0.96rem;
    list-style:none;
    padding-left: 0px;
}
.ups-cmp-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.ups-cmp-list strong {
    color:#ffde59;
    font-weight: 500;
}

.cmp-btn {
    position:relative;
    float:none;
    width: 320px;
    color: rgba(214, 225, 245, 0.9) !important;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.1rem;
    text-align: center;
    transition: all 0.3s ease;
    border:1px solid rgba(0, 120, 255, 0.2) !important;
    background-color: #0078FF;
    padding: 15px 15px;
    margin-top:20px;
}
.cmp-btn:hover {
    color: rgba(255, 255, 255, 0.9) !important;
    border:1px solid #FF6B00;
    background-color: #FF6B00;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
}

@media (max-width: 992px) {
    .ups-cmp-heading {
        font-size: 2.0rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px #000000;
        margin-top: 20px;
        margin-bottom: 6px;
    }
    .ups-cmp-text{
        font-size: 1.3rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        line-height: 1.2;
        text-shadow: 2px 2px 10px #000000;
        margin-bottom: 30px;
    }
    .ups-cmp-title1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .ups-cmp-title2 {
        font-size: 1.1rem;
        font-weight: 400;
        color: #ffde59;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .ups-cmp-text1 {
        font-size: 1.0rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }

    
    
}
/********** ORDER MANAGEMENT PAGE ***********/

.ups-ov {
    padding: 0px 0px 0px;
    margin: 0px 0 0px;
    /*padding: 20px 0px 0px;
    margin: 70px 0 0px;*/
}
.ups-ov-ot {
    background-image: url('~/images/bg/ups_top_about.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 130px 20px 0px!important;
    margin: 10px 0 0px;
}
.ups-ov-ot1 {
    background-image: url('~/images/bg/ups_top_about.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 50px 20px 20px;
    margin: 10px 0 30px;
}
.ups-ov-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-ov-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    text-shadow: 2px 2px 10px #000000;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 6px;
}
.ups-ov-txt {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
}
.ups-why{
    padding: 10px 20px 0px 20px;
    margin: 10px 0 0px;
    /*padding: 10px 20px 30px 20px;
    margin: 10px 0 10px;*/
}
.ups-why-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-why-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    text-align:center;
    margin-bottom: 10px;
    margin-top:5px;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #000000;
}
.ups-why-stext {
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    text-align:center;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #000000;
}
.ups-why-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-why-card {
    flex: 1;
    min-width: 250px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /*background-image: url(../images/ups_benefits_banner.jpg);*/
    background-image: url('/images/bg/ups_benefits_banner.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    backdrop-filter: blur(16px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding: 20px 25px 10px 25px;
    border-radius: 12px;
}
.ups-why-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
    transition: left 0.6s ease;
}
.ups-why-card:hover::before {
    left: 100%;
}
.ups-why-card:hover {
    transform: translateY(-8px);
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(139, 92, 246, 0.1);
}
.ups-why-inner {
    max-width: 675px;
    color: #fff;
    border-radius: 12px 12px 12px 12px;
    background: linear-gradient(180deg,rgba(12, 18, 34, 0.85) 100%, rgba(12, 18, 34, 0.85) 100%);
    margin: 45px auto 50px;
    padding: 16px 15px 10px 20px;
}
.ups-why-title1 {
    font-size: 1.4rem;
    font-weight: 600;
    color:#ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-why-icon {
    width: 100%;
    height: 100px;
    margin-bottom:15px;
    margin-left: 11px;
    border-radius: 12px;
    display: flex;
    align-items:center;
    justify-content:center;
}
.ups-why-title {
    font-size: 1.4rem;
    font-weight: 600;
    color:#ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-why-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.3;
}
.ups-why-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-why-list li {
    margin-bottom: 8px;
    line-height: 1.3;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 0.96rem;
    list-style:none;
    padding-left: 0px;
}
.ups-why-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.ups-why-list strong {
    color:#ffde59;
    font-weight: 500;
}
@media (max-width: 992px) {
    .ups-why-grid {
        gap: 25px;
    }

    .ups-why-item {
        min-width: calc(50% - 25px);
    }
    .ups-why-inner {
        max-width: 680px;
        color: #fff;
        border-radius: 12px 12px 12px 12px;
        background: linear-gradient(180deg,rgba(12, 18, 34, 0.85) 100%, rgba(12, 18, 34, 0.85) 100%);
        margin: 14px auto 20px;
        padding: 16px 15px 10px 20px;
    }
    .ups-why-title1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    
    .ups-why-container {
        max-width: 1400px;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
    }
    .ups-why-heading {
        font-size: 2rem;
        margin-bottom: 0px;
    }
    .ups-why-stext {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .ups-why-item {
        min-width: 100%;
    }
    .ups-why-icon {
        width: 50px;
        height: 50px;
    }

}

.ups-ftr-ot {
    padding: 20px 20px;
    margin: 70px 0 15;
}
.ups-ftr-ot-1 {
    /*background-image: url(../images/ups_banner.jpg);*/
    background-image: url('/images/bg/ups_banner.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 160px 20px 20px;
    margin: 40px 0 0px;
}
.ups-ftr-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-ftr-title {
    font-size: 1.5rem;
    font-weight: 600 !important;
    color:#ffde59;
    margin-bottom: 18px;
    line-height: 1.3;
}
.ups-ftr-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.3;
}
.ups-ftr-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-ftr-list li {
    margin-bottom: 8px;
    line-height: 1.2;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 0.96rem;
    list-style:none;
    padding-left: 0px;
}

.ups-ftr-list li:before {
    content: '\f058' !important;
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.ups-ftr-list strong {
    color:#ffde59;
    font-weight: 500;
}

.ups-ftr-img1 {
    width: 350px;
    height: 350px;
    margin-bottom: 0px;
    margin-left:0px;
    border-radius: 12px;
}

.ups-ftr-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-ftr-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding:25px 25px 25px 25px;
    border-radius: 12px;
}
.ups-ftr-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.ups-ftr-card:hover::before {
        left: 100%;
}
.ups-ftr-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.3);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
@media (max-width: 992px) {
    .ups-ftr-title {
        font-size: 1.3rem;
        font-weight: 600 !important;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.3;
    }
}
.ups-sb{
    padding: 10px 20px 30px 20px;
    margin: 40px 0 10px;
}

.ups-sb-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-sb-heading {
    font-size: 2rem;
    font-weight: 500;
    color: #ffffff;
    text-align:center;
    margin-bottom: 10px;
    margin-top:5px;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #000000;
}
.ups-sb-stext {
    font-size: 1.3rem;
    font-weight: 400;
    color: #ffffff;
    text-align:center;
    margin-bottom: 20px;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #000000;
}
.ups-sb-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.ups-sb-card {
    flex: 1;
    min-width: 250px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    /*background-image: url(../images/pmis_epro_benefits.png);*/
    background-image: url('/images/bg/pmis_epro_benefits.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    backdrop-filter: blur(16px);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding: 20px 25px 10px 25px;
    border-radius: 12px;
}
.ups-sb-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
    transition: left 0.6s ease;
}
.ups-sb-card:hover::before {
    left: 100%;
}
.ups-sb-card:hover {
    transform: translateY(-8px);
    border-color: rgba(139, 92, 246, 0.3);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(139, 92, 246, 0.1);
}
.ups-sb-inner {
    max-width: 675px;
    color: #fff;
    border-radius: 12px 12px 12px 12px;
    background: linear-gradient(180deg,rgba(12, 18, 34, 0.85) 100%, rgba(12, 18, 34, 0.85) 100%);
    margin: 20px auto 25px;
    padding: 16px 15px 10px 20px;
}
.ups-sb-title1 {
    font-size: 1.4rem;
    font-weight: 600;
    color:#ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-sb-text {
    font-size: 1.9rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.3;
}
.ups-sb-icon {
    width: 100%;
    height: 100px;
    margin-bottom:15px;
    margin-left: 11px;
    border-radius: 12px;
    display: flex;
    align-items:center;
    justify-content:center;
}
@media (max-width: 992px) {
    .ups-sb-grid {
        gap: 25px;
    }

    .ups-sb-item {
        min-width: calc(50% - 25px);
    }
    .ups-sb-title1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.3;
    }
}
@media (max-width: 768px) {
    .ups-sb-container {
        max-width: 1400px;
        padding: 0px 0px 0px 0px;
        margin: 0 auto;
    }
    .ups-sb-heading {
        font-size: 2rem;
        margin-bottom: 0px;
    }
    .ups-sb-stext {
        font-size: 1.1rem;
        line-height: 1.2;
    }
    .ups-sb-item {
        min-width: 100%;
    }
    .ups-sb-icon {
        width: 50px;
        height: 50px;
    }
}
.ups-ftr-ot {
    padding: 20px 20px;
    margin: 20px 0 15px;
}
.ups-ftr-ot-2 {
    padding: 0px 20px;
    margin: 0px 0 60px;
}
.ups-ftr-ot-1 {
    /*background-image: url(../images/ups_banner.jpg);*/
    background-image: url('/images/bg/ups_banner.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 160px 20px 20px;
    margin: 40px 0 0px;
}
.ups-ftr-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-ftr-title {
    font-size: 1.5rem;
    font-weight: 600 !important;
    color:#ffde59;
    margin-bottom: 18px;
    line-height: 1.3;
}
.ups-ftr-title1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffde59;
    margin-bottom: 20px;
    line-height: 1.3;
}
.ups-ftr-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.3;
}
.ups-ftr-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.ups-ftr-list li {
    margin-bottom: 8px;
    line-height: 1.2;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 0.96rem;
    list-style:none;
    padding-left: 0px;
}
.ups-ftr-list li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.ups-ftr-list strong {
    color:#ffde59;
    font-weight: 500;
}
.ups-ftr-img1 {
    width: 300px;
    height: 260px;
    margin-bottom: 0px;
    margin-left:0px;
    border-radius: 12px;
}

.ups-ftr-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-ftr-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding:25px 25px 25px 25px;
    border-radius: 12px;
}
.ups-ftr-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.ups-ftr-card:hover::before {
        left: 100%;
}
.ups-ftr-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.3);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
.ups-gen-subH1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-gen-txt1 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 10px;
    line-height: 1.2;
}
@media (max-width: 992px) {
    .ups-ftr-title {
        font-size: 1.3rem;
        font-weight: 600 !important;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    .ups-ftr-title1 {
        font-size: 1.0rem;
        font-weight: 400;
        color: #ffde59;
        margin-bottom: 15px;
        line-height: 1.3;
    }
}

.ups-mission {
    padding: 20px 20px;
    margin: 0px 0 15;
}
.ups-mission-ot {
    /*background-image: url(images/ups_solution.png);*/
    background-image: url('/images/bg/ups_solution.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 160px 20px 20px;
    margin: 10px 0;
}
.ups-mission-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-mission-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 20px;
    margin-bottom: 6px;
}
.ups-mission-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 20px;
}

@media (max-width: 992px) {
    .ups-mission {
        padding: 0px 20px;
        margin: 0px 0 0px;
    }
    .ups-mission-heading {
        font-size: 2.0rem;
        font-weight: 600;
        line-height: 1.3;
        text-shadow: 2px 2px 10px #000000;
        margin-top: 20px;
        margin-bottom: 6px;
    }
    .ups-mission-text{
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1.2;
        text-shadow: 2px 2px 10px #000000;
        margin-bottom: 10px;
    }
}

.ups-get {
    padding: 20px 20px;
    margin: 50px 0 15px;
}
.ups-get-1 {
    /*background-image: url(images/ups_banner.jpg);*/
    background-image: url('/images/bg/ups_banner.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 160px 20px 20px;
    margin: 60px 0;
}
.ups-get-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-get-heading {
    font-size: 1.9rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    margin-top: 50px;
    margin-bottom: 6px;
}
.ups-get-heading-1 {
    font-size: 1.9rem;
    font-weight: 600;
    /*color: #FF8559;*/
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 10px;
    margin-bottom: 6px;
}
.ups-get-stext {
    font-size: 1.15rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}
.ups-get-stext1 {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.2;
    text-shadow: 2px 2px 10px #000000;
}
.ups-get-ftr-img {
    width: 360px;
    height: 360px;
    margin-bottom: 0px;
    margin-left:-10px;
    border-radius: 12px;
}
.ups-get-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.ups-get-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    padding:25px 25px 25px 25px;
    margin-bottom:60px;
}
.ups-get-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.ups-get-card:hover::before {
        left: 100%;
}
.ups-get-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.3);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
.ups-get-icon-R {
    position: relative;
    float: left;
    width: 100px !important;
    height: auto;
    margin-left: 0px;
    margin-top: 25px;
    border-radius: 12px;
}
.pmis-logo-size {
    position: relative;
    float: left;
    width: 130px !important;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 10px 10px;
}
.ups-get-icon-size {
    position: relative;
    float: left;
    width: 200px !important;
    height: auto;
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 10px 10px;
}
.ups-get-rightS {
    position: relative;
    float: right;
    width: 80.5%;
    margin-left: 0px;
}
.ups-get-title1 {
    font-size: 1.9rem;
    font-weight: 600;
    color:#ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.ups-get-text1 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 15px;
    line-height: 1.3;
}
.ups-get-text2 {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.3;
}
@media (max-width: 992px) {
    .ups-get {
        padding: 20px 20px;
        margin: 35px 0 15px;
    }
    .ups-get-card {
        padding:10px 10px 20px 10px;
        margin-bottom:60px;
    }
    .ups-get-icon-R {
        position: relative;
        float: left;
        width: 140px !important;
        height: auto;
        margin-left: 0px;
        margin-top: 0px;
        border-radius: 12px;
    }
    .ups-get-icon-size {
        width: 140px !important;
        height: auto;
        margin: 0px 0px 0px 0px;
        padding: 16px 0px 10px 10px;
    }
    .ups-get-rightS {
        position: relative;
        float:left;
        width: 100%;
        padding-left: 20px;
        padding-right:10px;
    }
}


/********** CONTACT PAGE ***********/
.ups-contact {
    padding: 20px 20px;
    margin: 0px 0 15;
}
.ups-contact-ot {
    /*background-image: url(../images/ups_contact.png);*/
    background-image: url('/images/bg/ups_contact.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 160px 20px 20px;
    margin: 75px 0;
}
.ups-contact-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-contact-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 20px;
    margin-bottom: 6px;
}
.ups-contact-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 50px;
}
.demo-label {
    position: relative;
    float: left;
    font-size: 1.0rem;
    font-weight: 300;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 5px;
}
.demoIp1 {
    border: 2px solid rgba(255, 255, 255, 0.172);
    border-radius: 8px; 
    box-shadow: inset 0 -1px 0 rgb(111, 70, 70), inset 0 -3px 35px rgba(200,200,200,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2);
    width:100%;
    height: 56px;
    outline:none;
    padding: 6px 0px 10px 12px;
    font-size: 15px;
    color: rgba(237, 243, 252, 0.9) !important;
    transition: box-shadow 0.3s ease;
    background: rgba(7, 12, 28, 0.99);
    margin-bottom: 6px;
}
.demoIp1:focus { 
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -3px 35px rgba(150,150,150,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2), 0 0 10px rgba(232,48,208,0.5);
}
.demoIp2 { 
    border: 2px solid rgba(255, 255, 255, 0.172);
    border-radius: 8px; 
    box-shadow: inset 0 -1px 0 rgb(111, 70, 70), inset 0 -3px 35px rgba(200,200,200,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2);
    width:49.49%;
    height: 56px;
    outline:none;
    padding: 6px 0px 10px 12px;
    font-size: 15px;
    color: rgba(237, 243, 252, 0.9) !important;
    transition: box-shadow 0.3s ease;
    background: rgba(7, 12, 28, 0.99);
    margin-bottom: 6px;
}
.demoIp2:focus { 
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -3px 35px rgba(150,150,150,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2), 0 0 10px rgba(232,48,208,0.5);
}
.demoTa { 
    border: 2px solid rgba(255, 255, 255, 0.172);
    border-radius: 8px; 
    box-shadow: inset 0 -1px 0 rgb(111, 70, 70), inset 0 -3px 35px rgba(200,200,200,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2);
    width: 100%;
    height: 100px;
    outline:none;
    padding: 6px 0px 10px 12px;
    font-size: 15px;
    color: rgba(237, 243, 252, 0.9) !important;
    transition: box-shadow 0.3s ease;
    background: rgba(7, 12, 28, 0.99);
    resize:none;
    margin-bottom: 6px;
}
.demoTa:focus { 
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -3px 35px rgba(150,150,150,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2), 0 0 10px rgba(232,48,208,0.5);
}
.demo-book-btn {
    width:100%;
    display: inline-block;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: center;
    transition: all 0.3s ease;
    border:1px solid #0078FF;
    background-color: #0078FF;
    padding: 16px 25px;
}
.demo-book-btn:hover {
    color: white;
    border:1px solid #FF6B00;
    background-color: #FF6B00;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
}
.demo-country-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.4;
}
.demo-country-text strong {
    color:#ffde59;
    font-weight: 500;
}
@media (max-width: 992px) {
    .ups-contact-heading {
        font-size: 2.0rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px #000000;
        margin-top: 20px;
        margin-bottom: 6px;
    }
    .ups-contact-text{
        font-size: 1.3rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        line-height: 1.2;
        text-shadow: 2px 2px 10px #000000;
        margin-bottom: 30px;
    }
    .ups-sec-title1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .ups-sec-title2 {
        font-size: 1.1rem;
        font-weight: 400;
        color: #ffde59;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .ups-sec-text1 {
        font-size: 1.0rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
}
/********** DEMO PAGE ***********/
.ups-demo {
    padding: 20px 20px;
    margin: 0px 0 15;
}
.ups-demo-ot {
    /*background-image: url(../images/ups_demo.png);*/
    background-image: url('/images/bg/ups_demo.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 160px 20px 20px;
    margin: 75px 0;
}
.ups-demo-container {
    max-width: 1200px;
    margin: 0 auto;
}
.ups-demo-heading {
    font-size: 2.4rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-top: 20px;
    margin-bottom: 6px;
}
.ups-demo-text {
    font-size: 1.4rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 50px;
}
.demo-sub_txt {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffde59;
    margin-bottom: 20px;
    line-height: 1.3;
}
.demo-label {
    position: relative;
    float: left;
    font-size: 1.0rem;
    font-weight: 300;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    line-height: 1.3;
    text-shadow: 2px 2px 10px #000000;
    margin-bottom: 5px;
}
.demoIp1 {
    border: 2px solid rgba(255, 255, 255, 0.172);
    border-radius: 8px; 
    box-shadow: inset 0 -1px 0 rgb(111, 70, 70), inset 0 -3px 35px rgba(200,200,200,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2);
    width:100%;
    height: 56px;
    outline:none;
    padding: 6px 0px 10px 12px;
    font-size: 15px;
    color: rgba(237, 243, 252, 0.9) !important;
    transition: box-shadow 0.3s ease;
    background: rgba(7, 12, 28, 0.99);
    margin-bottom: 6px;
}
.demoIp1:focus { 
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -3px 35px rgba(150,150,150,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2), 0 0 10px rgba(232,48,208,0.5);
}
.demoIp2 {
    border: 2px solid rgba(255, 255, 255, 0.172);
    border-radius: 8px; 
    box-shadow: inset 0 -1px 0 rgb(111, 70, 70), inset 0 -3px 35px rgba(200,200,200,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2);
    width:49.49%;
    height: 56px;
    outline:none;
    padding: 6px 0px 10px 12px;
    font-size: 15px;
    color: rgba(237, 243, 252, 0.9) !important;
    transition: box-shadow 0.3s ease;
    background: rgba(7, 12, 28, 0.99);
    margin-bottom: 6px;
}
.demoIp2:focus { 
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -3px 35px rgba(150,150,150,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2), 0 0 10px rgba(232,48,208,0.5);
}
.demoTa {
    border: 2px solid rgba(255, 255, 255, 0.172);
    border-radius: 8px; 
    box-shadow: inset 0 -1px 0 rgb(111, 70, 70), inset 0 -3px 35px rgba(200,200,200,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2);
    width: 100%;
    height: 100px;
    outline:none;
    padding: 6px 0px 10px 12px;
    font-size: 15px;
    color: rgba(237, 243, 252, 0.9) !important;
    transition: box-shadow 0.3s ease;
    background: rgba(7, 12, 28, 0.99);
    resize:none;
    margin-bottom: 6px;
}
.demoTa:focus { 
    box-shadow: inset 0 -1px 0 rgba(255,255,255,1), inset 0 -3px 35px rgba(150,150,150,0.1), inset 0 20px 45px rgba(100,100,100,0.1), inset 0 2px 2px rgba(0,0,0,0.2), inset 0 1px 0 rgba(0,0,0,0.1), 0 0 1px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.2), 0 0 10px rgba(232,48,208,0.5);
}
.demo-book-btn {
    width:100%;
    display: inline-block;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.0rem;
    text-align: center;
    transition: all 0.3s ease;
    border:1px solid #0078FF;
    background-color: #0078FF;
    padding: 16px 25px;
}
.demo-book-btn:hover {
    color: white;
    border:1px solid #FF6B00;
    background-color: #FF6B00;
    transform: translateY(-3px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
}
.demo-country-text {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 5px;
    line-height: 1.4;
}
.demo-country-text strong {
    color:#ffde59;
    font-weight: 500;
}

@media (max-width: 992px) {
    .ups-demo-heading {
        font-size: 2.0rem;
        font-weight: 600;
        text-shadow: 2px 2px 10px #000000;
        margin-top: 20px;
        margin-bottom: 6px;
    }
    .ups-demo-text{
        font-size: 1.3rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        line-height: 1.2;
        text-shadow: 2px 2px 10px #000000;
        margin-bottom: 30px;
    }
    .ups-sec-title1 {
        font-size: 1.3rem;
        font-weight: 600;
        color: #ffde59;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .ups-sec-title2 {
        font-size: 1.1rem;
        font-weight: 400;
        color: #ffde59;
        margin-bottom: 16px;
        line-height: 1.2;
    }
    .ups-sec-text1 {
        font-size: 1.0rem;
        font-weight: 400;
        color: rgba(237, 243, 252, 0.9) !important;
        margin-bottom: 10px;
        line-height: 1.3;
    }
    
}
/********** TERMS PAGE ***********/
.upstrm-ot {
    padding: 20px 0px 0px;
    margin: 120px 0 0px;
}
.upstrm-ot1 {
    padding: 20px 0px 0px;
    margin: 20px 0 0px;
}
.upstrm-container {
    max-width: 1200px;
    margin: 0 auto;
}
.upstrm-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}
.upstrm-card {
    flex: 1;
    min-width: 250px;
    background: rgba(12, 18, 34, 0.99);
    backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    padding:25px 25px 25px 25px;
    border-radius: 12px;
}
.upstrm-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient(90deg, transparent, rgba(139, 92, 246, 0.1), transparent);
        transition: left 0.6s ease;
}
.upstrm-card:hover::before {
        left: 100%;
}
.upstrm-card:hover {
        transform: translateY(-8px);
        border-color: rgba(139, 92, 246, 0.3);
        box-shadow: 
            0 25px 50px -12px rgba(0, 0, 0, 0.25),
            0 0 0 1px rgba(139, 92, 246, 0.1);
}
.upstrm-heading {
    font-size: 1.9rem;
    font-weight: 600;
    color:#ffde59;
    text-align:center;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 6px;
}
.upstrm-top-text {
    font-size: 1.2rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    text-align: center;
    margin-bottom: 60px;
    line-height: 1.4;
}

.upstrm-title {
    font-size: 1.5rem;
    font-weight: 600 !important;
    color:#ffde59;
    margin-bottom: 10px;
    line-height: 1.3;
}
.upstrm-text1 {
    font-size: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 15px;
    line-height: 1.4;
}
.upstrm-list-text {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 12px;
    line-height: 1.3;
}
.upstrm-list {
    padding-left: 20px;
    margin-bottom: 0;
}
.upstrm-list li {
    margin-bottom: 8px;
    line-height: 1.3;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 1.0rem;
    list-style:none;
    padding-left: 0px;
}
.upstrm-list li:before {
    /*content: '\f058';*/
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.upstrm-list strong {
    text-transform: uppercase;
    color:#ffde59;
    font-weight: 500;
}
.upstrm-list-text1 {
    font-size: 1.0rem;
    font-weight: 400;
    color: #ffffff;
    /*color: rgba(214, 225, 245, 0.9) !important;*/
    margin-bottom: 12px;
    line-height: 1.3;
}
.upstrm-list1 {
    padding-left: 20px;
    margin-bottom: 0;
}
.upstrm-list1 li {
    margin-bottom: 8px;
    line-height: 1.3;
    color: #ffffff;
/*color: rgba(214, 225, 245, 0.9) !important;*/
    font-size: 1.0rem;
    list-style:none;
    padding-left: 0px;
}
.upstrm-list1 li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #0074D9;
}
.upstrm-list1 strong {
    color:#ffde59;
    font-weight: 500;
}

.gen-action-btn {
    position:relative;
    float:left;
    width: 100%;
    display: inline-block;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #0078FF;
    background-color: #0078FF;
    padding: 14px 25px;
    margin-top:10px;
}

    .gen-action-btn:hover {
        color: white;
        border: 1px solid #FF6B00;
        background-color: #FF6B00;
        transform: translateY(-3px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
    }
.gen-action-btn1 {
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #0078FF;
    background-color: #0078FF;
    padding: 14px 25px;
    margin-top: 38px;
}

    .gen-action-btn1:hover {
        color: white;
        border: 1px solid #FF6B00;
        background-color: #FF6B00;
        transform: translateY(-3px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
    }

.gen-action-btn2 {
    position: relative;
    float: left;
    width: 160px;
    display: inline-block;
    color: white;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 400;
    font-size: 1.2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid #0078FF;
    background-color: #0078FF;
    padding: 14px 25px;
    margin-top: 10px;
}

    .gen-action-btn2:hover {
        color: white;
        border: 1px solid #FF6B00;
        background-color: #FF6B00;
        transform: translateY(-3px);
        box-shadow: 0 6px 10px rgba(0, 0, 0, 0.6);
    }

.clr {
    position: relative;
    float: left;
    color: #0074D9;
    margin-top: 0.1em;
    margin-left: -1.6em;
}

.clr1 {
    position: relative;
    float: left;
    color: #0074D9;
    margin-top: 0.5em;
    margin-left: -1.6em;
}
.clr2 {
    position: relative;
    float: left;
    color: #0074D9;
    margin-top: 0.1em;
    margin-left: -1.6em;
}