*:focus {
    outline: 2px solid #86b7fe;
}
:root{
    --uan-white: #ffffff;
    --uan-white-rgb: 255,255,255;
    --uan-black: #000000;
    --uan-black-rgb: 0,0,0;
     
    --uan-ivory-1:#F3F1ED;
    --uan-ivory-2:#F4F3F0;
    --uan-peru:#CF8C5A;  
    --uan-peru-rgb:207,140,90;  
    --uan-tan:#DFDAD3;
    --uan-tan-rgb:223,218,211;
    --uan-brown:#8C6649;
    --uan-brown-rgb:140,102,73;
    --uan-bark:#604039;
    
    --uan-skylight:#D7F2F4;
    --uan-mistblue:#bad6e3;
    --uan-seablue:#65AFC3;
    --uan-mistblue-rgb:186,214,227;
    --uan-skyblue:#36C0C9;
    --uan-skyblue-rgb:54,192,201;
    --uan-skyblue-1:#1A9DA6;
    --uan-skyblue-1-rgb:26,157,166;
    --uan-nile-blue:#33696B;
}
/*.bg-third{--vz-bg-opacity:1;background-color:rgba(var(--vz-third-rgb),var(--vz-bg-opacity))!important}*/



html,
body {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
}

.swiper {
    width: 100%;
    height: 100%;
}

#next,
#prev {
    color: #5FBD74;
}

ul li {
    list-style-type: circle;
    list-style-position: inside;
}

.place {
    display: flex;
    justify-content: center;
    align-items: center;
}

.post-content-vitalsign {
    text-align: center;
    height: 120px;
}

.post-content-U {
    text-align: center;
    height: 200px;
}

.post-content-blog {
    text-align: center;
    height: 220px;
}

.blogslide-content {
    height: 300px;
    position: relative;
    overflow: hidden;
}


.hero-content .h4Change,
.h4ChangeU {
    font-family: "Shadows Into Light", sans-serif;
    font-size: 30px;
    font-weight: 500;
}

.hero-content .h4Change {
    color: #fab522;
    margin-bottom: 0;
}

.section-heading .h4Change {
    font-family: "Shadows Into Light", sans-serif;
    font-size: 2.25rem;
    font-weight: 500;
    padding-top: 30px;
    padding-bottom: 20px;
    color: #ffffff;
}

.h4ChangeU {
    color: #fff;
}

.ulHeight {
    height: 325px;
}

.skip-links-container {
    padding-top: 5px;
    text-align: left;
    position: relative;
}

.Jump {
    position: absolute;
    left: -9999px;
    top: 5px;
    background-color: #f0f0f0;
    color: #333;
    padding: 8px 12px;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    z-index: 9999;
    white-space: nowrap;
    margin-right: 5px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, left 0s 0.3s;
}

.Jump:focus {
    left: 5px;
    opacity: 1;
    transition: opacity 0.3s ease-in-out, left 0s;
    outline: 2px solid #0056b3;
    outline-offset: 2px;
}

.intro-text-block {
    padding-top: 36px;
    padding-bottom: 36px;
}

.intro-text-block h3 {
    margin-bottom: 15px;
}

.button {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 0px;
}

.button a {
    flex: 1;
    aspect-ratio: 1/1;
    display: flex;
}

.uanbtn1 {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items:center;
    text-overflow: ellipsis;
    box-sizing: border-box;
    position: relative;
	padding:0px;
}
.text-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #F4F3F0;
    background: linear-gradient(90deg, rgba(96, 64, 57, 0.07) 0%, rgba(96, 64, 57, 0.4) 20%, rgba(96, 64, 57, 0.7) 50%, rgba(96, 64, 57, 0.4) 80%, rgba(96, 64, 57, 0.07) 100%);
    font-size: 1.75rem;
    font-weight: 500;
    width: 100%;
    height: 20%;
    transition: background 0.3s ease;
    margin-top:40%;
	text-shadow: 0 2px 4px  rgba(0,0,0,0.25);
}
.uanbtn1-text{
    width:100%;
    height: 17%;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3rem;
    color: rgba(0,0,0,0.7) /*45, 31, 34, 1)*/;
    position: absolute;
    bottom: 0;
    padding: 0 3% 0 8%;
}
.uanbtn1-forKids,.uanbtn1-forElders{
    width:80px;
    height:40px;
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    vertical-align: bottom;
    border-radius: 40px 40px 0px 0px;
    padding-top:15px;
    position: absolute;
    bottom: 0;
    right: 1%;
}
.uanbtn1-forKids{
    background-color: rgba(46,177,155,1);
}
.uanbtn1-forElders{
    background-color: rgba(238,120,31,1);
}

.uanbtn1:hover .text-bg {
    background: linear-gradient(90deg, rgba(54, 192, 201, 0.07) 0%, rgba(48, 139, 141, 0.4) 20%, rgba(48, 139, 141, 0.7) 50%, rgba(48, 139, 141, 0.4) 80%, rgba(54, 192, 201, 0.07) 100%);
}

.full-page-section {
    width: 100%;
    /*min-height: 100vh;*/
    display: flex;
    flex-direction: column;
    position: relative;
    /*padding-top: 5vh;
    padding-bottom: 5vh;*/
    box-sizing: border-box;
    scroll-margin-top: 60px;
}

#uan-health-platform-section {
    background-image: url('../../../static/www/img/UanHMP.png'); /* MODIFIED */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    z-index: 1;
}

#uan-health-platform-section .page-content-area {
    height: 100%;
    background-image: url('../../../static/www/img/Uancircle1.png');
    background-size:  auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    flex-grow: 0;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}

#uan-health-platform-section .top-content-wrapper {
    /*background-color: #f5f1ed;
    border-radius: 8px;*/
    padding: 0;/*25px 30px;*/
    margin: 190px auto 0px auto;
}
#platform-basic-features-section .top-content-wrapper {
    /*background-color: #f5f1ed;
    border-radius: 8px;*/
    padding: 0;/*25px 30px;*/
    margin: 0px auto 25px auto;
}
.section-title-jump-link {
    color: #604039;
    font-size:2.25rem;
}
.platform-features{
    max-width: 1200px;
    padding-left: 140px;
    margin: 0px auto 30px auto;
}





#uan-health-platform-section .uancircle-title-area, #platform-basic-features-section .uancircle-title-area, #features-security-section .uancircle-title-area, #custom-info-section .uancircle-title-area, #our-advantages-section .uancircle-title-area , #how-to-choose-section .uancircle-title-area, #Customer-results .uancircle-title-area{
    /*background-image: url('../../../static/www/img/Uancircle1.png');
    background-size: 150% auto;
    background-position: 10% center;
    background-repeat: no-repeat;
    align-items: center;
    min-height: 100px;
    text-align: center;
    justify-content: center;
    display: flex;*/
    height: 100%;
    padding: 10px 0px 0px 137px;
    overflow: hidden;
}



#uan-health-platform-section .main-text-area {
    display: flex;
    width:100%;
    height: 100%;
    align-items: center;
    padding-left: 20px;
    margin-top:8px;
}

#uan-health-platform-section .main-text-area p {
    color: #4A4A4A;
    font-size: 1.4rem!important;
    letter-spacing: 1px !important;
    line-height: 1.8;
    margin-bottom: 0;
    word-wrap: break-word;
}

#uan-health-platform-section .info-section {
    align-items: stretch;
    display: flex;
    margin-top:80px;
}


#personal-health-data{
    width:16%;
    padding: 0px;
    display: flex;
    position: relative;
}
#health-management-cloud{
    width:42%;
    display: flex;
    padding: 0px;
}
#personalized-service{
    width:20%;
    height: 782px;
    display: flex;
}
#cross-collaboration-block{
    width:20%;
    padding: 0;
}


#uan-health-platform-section .info-block {
    width: 100%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}
#uan-health-platform-section #personal-health-data > .info-block{
    width: 250px;
    background-color: rgba(var(--uan-tan-rgb),1);
    padding: 25px 20px;
}

#uan-health-platform-section #personal-health-data img .icon-user-main{
    max-width: 60px;
    margin-top: 0;
    margin-bottom: 8px;
}

#uan-health-platform-section #personal-health-data .block-title{
    color: var(--uan-brown);
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 40px;
    display:block;
    margin-top: 0;
    margin-bottom: 0px;
/*background-color: rgba(248, 248, 244, 0.85);background-color: rgba(248, 248, 244, 0.85);background-color: rgba(248, 248, 244, 0.85);background-color: rgba(248, 248, 244, 0.85);background-color: rgba(248, 248, 244, 0.85);*/
}
#uan-health-platform-section #personal-health-data .block-title-1{
    display:block;
}

#uan-health-platform-section .framed-sub-content{
    background-color: var(--uan-ivory-1);
    position: relative;
    width: 100%;
    padding: 0px;
    margin-top: 16px;
    border-radius: 10px;
}

#uan-health-platform-section #personal-health-data > .info-block > .framed-sub-content:last-child {
    margin-bottom: 0;
}

.framed-sub-content-type {
	width: 100%;
    font-size: 1.25rem;
    color: #fff;
    background-color: var(--uan-peru);
    border-radius: 10px 10px 0 0 ;
    padding: 12px 0 4px 0;
    margin-bottom: 0px;
    margin-top: 0;
}
.hdc-wf-frame, .hm-questionnaire-frame{
    width:100%;
    padding: 11px;
    color: var(--uan-brown);
    font-size: 1rem;
    margin-bottom: 0px;
    line-height: 1.3;
    text-align: left;
}

#uan-health-platform-section .aiot-devices-frame {
    width: 100%;
    font-weight:500;
    background-color: rgba(var(--uan-tan-rgb),0.5);
    border-radius: 5px;
    padding: 5px 5px;
    margin-top: 0;
    margin-bottom: 0;
}

#uan-health-platform-section .aiot-devices-frame p {
    font-size: 1rem;
    margin-bottom: 4px !important;
    color: #8C6649;
    margin-top: 0;
}

#uan-health-platform-section .aiot-devices-frame .aiot-icons div {
    width:100%;
    text-align: center;
}
#uan-health-platform-section .aiot-devices-frame .aiot-icons img {
    height: 90px;
    justify-content: center;
    align-items: baseline;
}



#uan-health-platform-section .hm-questionnaire-frame h4 {
    color: #FFFFFF !important;
    font-size: 1.1rem;
    line-height: 1.3;
    margin-bottom: 6px;
    margin-top: 0;
}

#uan-health-platform-section .hm-questionnaire-frame img {
    width: 90px;
}

#uan-health-platform-section #health-management-cloud > .info-block-wrapper {
    width: 520px;
	height: 780px;
	background-color: rgba(var(--uan-white-rgb), 1);
    border: 0px solid var(--uan-skyblue);
    border-radius: 60px;
    padding: 15px 20px 15px 20px;
	margin: 0px;
}

#uan-health-platform-section .cloud-section-external-title {
    text-align: center;
    color: #36C0C9;
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 1.2;
}

#uan-health-platform-section .cloud-section-external-title span {
    display: block;
    font-size: clamp(1.1rem, 3.5vw, 1.5rem);
}

#uan-health-platform-section .info-block-cloud {
    width:100%;
    position:relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: visible;
}
.info-block-cloud-text{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0px auto;
    
}
.info-block-cloud-img {
    width:100%;
    height:100%;
}
#uan-health-platform-section .info-block-cloud h3 {
    color: #FFFFFF;
    font-size: clamp(1.5rem, 3.8vw, 2.5rem);
    font-weight: bold;
    margin-top: 2%;
    margin-bottom: 2%;
    line-height: 1.3;
}
.process-arrow{
    height:100%;
    position: absolute;
    overflow: visible;
    left: 235px;
    z-index: 2;
}
.arrow-no1, .arrow-no2, .arrow-no3, .arrow-no4, .arrow-no5{
    width: 35px;
    height:35px;
    font-size: 1.6em;
    text-align: center;
    line-height: 36px;
    color: #fff;
    border-radius: 18px;
    position: absolute;
}
.arrow-no1,.arrow-no2, .arrow-no3{
    background-color: var(--uan-skyblue);
}
.arrow-no1,.arrow-no3{
    top: 80%;
    left:50%;
    transform: translate(-50%, -0%);
}
.arrow-no4{
    background-color: var(--uan-skyblue-1);
}
.arrow-no5{
    background-color: var(--uan-peru);
}
.arrow-no2,.arrow-no4,.arrow-no5{
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

.arrow-1,.arrow-3{
    width:80px;
    margin-top: 200px; 
    position: relative;
}
.arrow-4{
    width:80px;
    margin-top:310px;
}
.arrow-5{
    width:80px;
}
.arrow-2img{
    width: 135px;
    margin: 0px auto;
}
.arrow-1aimg,.arrow-3img,.arrow-4img,.arrow-5img{
   width: 80px;
}
.arrow-1bimg{
    min-width: 130px;
    height:213px;
    position: absolute;
    top:-120px;
}
/*#uan-health-platform-section .info-block-cloud h3.plus-sign {
    color: #FFFFFF;
    font-size: clamp(1.3rem, 4.2vw, 2.1rem);
    margin-top: 0;
    margin-bottom: 2%;
}*/
.info-block-ai{
    width: 98%;
    background: var(--uan-skylight);
    border: 2px solid var(--uan-skyblue);
    border-radius: 60px;
    padding: 20px 7px 12px 7px;
    margin: 0 auto;
}
.ai-expert{
    width: 100%;
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--uan-nile-blue);
    text-align: center;
}
#uan-health-platform-section .info-block-cloud .cloud-icons-inner {
    margin-top: 8%;
    /*display: flex;
    flex-wrap: wrap;
    align-items: center;*/
    justify-content: space-between;
    width: 100%;
}
#uan-health-platform-section .info-block-cloud .cloud-icons-inner img {
    min-width:100%!important;
    /*width: clamp(35px, 10vw, 60px);
    margin: 5px 6px;*/
}
.solution-line{
    width: 4px;
    height: 15px;
    background-color: rgba(255,255,255,0.9);
    margin: 0 auto;
}
.ai-solution{
    width: 100%;
    aspect-ratio:1/1;
    font-size: 1.2rem;
    color: var(--uan-white);
    text-align: center;
    background-color: rgba(var(--uan-skyblue-rgb),1);
    border: 2px solid rgba(var(--uan-white-rgb),0.9);
    border-radius: 10px;
    padding: 25px 5px 0px 5px;
}

#uan-health-platform-section .health-risk-assessment-arrow-container {
    position: absolute;
    z-index: 10;
    top: 45%;
    left: -5%;
    transform: translateY(-50%);
    width: 100%;
}

#uan-health-platform-section .assessment-arrow-svg {
    width: 110%;
    height: auto;
    display: block;
}

#uan-health-platform-section .health-risk-assessment-text-container {
   /*position: absolute;
    z-index: 11;
    top: 43%;
    left: -5%;
    transform: translateY(-50%);
    color: #36C0C9;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    padding: 5px;
    width: auto;
    white-space: normal;*/  
    width:100%;
    height:220px;
    color: var(--uan-skyblue);
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
    display: flex;
    justify-content: center;
    padding-left: 25px;
    margin-top:30px;
}



#uan-health-platform-section .hpm-main-icon {
    width: 70%;
    max-width: 90px;
    margin-top:40px;
}

#uan-health-platform-section .hpm-title-text {
    color: #8C6649;
    font-size: 1.75rem;
    line-height: 3rem;
    font-weight: bold;
    margin-top: 0;
}

#uan-health-platform-section .hpm-description-text {
    width: 100%;
    font-size: 0.9rem;
    line-height: 1.2rem;
    text-align: left;
    color: var(--uan-bark);
    padding: 15px 20px 0px 20px;
}

#uan-health-platform-section .service-table {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 0px;
}
.service-table-title{
    width: calc(100% - 15px);
    height: 55px;
    font-size: 1.25rem;
    text-align: center;
    color: #fff;
    background-color: var(--uan-bark);
    padding-top:16px;
    border-radius: 15px 15px 0 0;
}
.service-table-list{
    height: 90px;
    padding: 0px 0;
    align-items: stretch;
}
.service-table-item{
    width: calc(100% - 5px);
    font-size: 1.5rem;
    text-align: left;
    border-bottom: 2px solid var(--uan-tan);
    background-color: rgba(var(--uan-white-rgb),0.35);
    padding:30px 0 0 12px;
}
.service-table-item img{
    vertical-align:baseline;
}
.service-table-color1,.service-table-color2,.service-table-color3,.service-table-color4,.service-table-color5{
    width:15px;
    display: block;
}
.service-table-color1, .service-table-color2{
    background: var(--uan-skyblue-1);
}
.service-table-color3, .service-table-color4, .service-table-color5{
    background: var(--uan-peru);
}
.service-table-color1, .service-table-color3{
    border-radius: 0 15px 0px 0;
}
.service-table-color2, .service-table-color5{
    border-radius: 0 0px 15px 0;
}


.case-manager{
    width: 250px;
    background-color: var(--uan-tan);
    border-radius: 30px;
    padding: 0px;    
}


#uan-health-platform-section .info-block-collaboration {
    border-radius: 15px;
    /*min-height: 410px;*/
}

#uan-health-platform-section .collaboration-upper-section {
    min-height:200px!important;
    border-radius: 30px 30px 0 0;
    border-top: 1px solid var(--uan-skyblue);
    border-right: 1px solid var(--uan-skyblue);
    border-left: 1px solid var(--uan-skyblue);
    background: linear-gradient(180deg, #EFFAFA 0%, #7AC6C8 100%);
    position: relative;
    flex-basis: 60%;
}

#uan-health-platform-section .crowd-svg-img {
    width:98%;
    object-fit: contain;
    margin: auto auto 0px auto;
}

#uan-health-platform-section .collaboration-lower-section {
    text-align: center;
    background-color: var(--uan-skylight);
    border-radius: 0 0 30px 30px;
    border-right: 1px solid var(--uan-skyblue);
    border-bottom: 1px solid var(--uan-skyblue);
    border-left: 1px solid var(--uan-skyblue);
    color: #5C4033;
    flex-basis: 40%;
    padding: 25px 15px 27px 15px;
}

#uan-health-platform-section .collaboration-title {
    font-weight: bold;
    font-size: 1.75rem;
    color: var(--uan-skyblue);
}

#uan-health-platform-section .collaboration-text-wrapper {
    width:100%;
    margin: 0 auto;
}

#uan-health-platform-section .collaboration-text-line {
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: left;
    color: #308B8D;
    justify-content: space-around;
    margin-bottom: 0.5em;
}
/*
#uan-health-platform-section .collaboration-text-line span {
    text-align: center;
}*/

#uan-health-platform-section .coordination-arrow-container {
    position: absolute;
    z-index: 5;
    top: 62%;
    left: 75%;
    width: 120px;
}

#uan-health-platform-section .coordination-arrow-svg {
    width: 100%;
    height: auto;
    display: block;
}

#uan-health-platform-section .coordination-text-container {
    width:100%;
    height:135px;
    color: var(--uan-brown);
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr ;
    display: flex;
    justify-content: center;
    padding-left: 25px;
}

.uan-cloud-bottom-container {
    width: 100%;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.uan-cloud-bottom-image {
    width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    opacity: 0.7;
}

.case-person{
    width: 100%;
    height: 288px;
    border-radius: 30px;
    background-color: rgba(var(--uan-brown-rgb), 0.2);
    border: 1px solid var(--uan-peru);
    padding: 40px;
    margin-top: 20px; 
}
.case-person-1{
    width: 60%;
    aspect-ratio:1/1;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(var(--uan-white-rgb),0.6) 20%, rgba(var(--uan-brown-rgb), 0.4) 100%);
    margin: 10px auto 0px auto;
}
.case-person-text{
    width:100%;
    font-size: 1.75rem;
    font-weight: bold;
    color: var(--uan-brown);
    display: block;
    padding-top:35px;
}


#platform-basic-features-section {
    background-color: #ffffff;
    background-image: url("../../../static/www/img/UanCloud.svg");
    background-position:center top ;
    background-repeat: repeat-x;
    background-size: 1600px;
}
#platform-basic-features-section .page-content-area{
    background-image: url('../../../static/www/img/Uancircle2.png');
    background-size:  auto;
    background-position: 0 200px;
    background-repeat: no-repeat;
    flex-grow: 0;
    position: relative;
    z-index: 2;
    padding: 275px 0 0 0;
}

#platform-basic-features-section .page-main-title,
#features-security-section .page-main-title,
#custom-info-section .page-main-title.custom-section-title,
#how-to-choose-section .page-main-title.how-to-choose-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: left !important;
    color: #604039;
}

#platform-basic-features-section .feature-item-col,
#features-security-section .feature-item-col {
    margin: 30px 0;
    display: flex;
    justify-content: center;
}

#platform-basic-features-section .feature-image-placeholder,
#features-security-section .feature-image-placeholder {
    width: 100%;
    max-width: 300px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
    box-shadow: none;
}

#platform-basic-features-section .feature-image-placeholder {
    background-color: #F5F3EF;
}

#features-security-section .feature-image-placeholder {
    background-color: transparent;
}

#platform-basic-features-section .feature-image-placeholder img,
#features-security-section .feature-image-placeholder img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#features-security-section {
    background-color: #F3F1ED;
}
#features-security-section .page-content-area {
    background-image: url('../../../static/www/img/Uancircle1.png');
    background-size:  auto;
    background-position: 0 -50px;
    background-repeat: no-repeat;
    flex-grow: 0;
    position: relative;
    z-index: 2;
    padding: 140px 0 0 0;
}
.feature-security{
    max-width: 1200px;
    padding-left: 110px;
    margin: 0px auto 30px auto;
}



#features-security-section .top-content-wrapper {
    /*background-color: #f5f1ed;
    border-radius: 8px;*/
    padding: 0;/*25px 30px;*/
    margin: 0px auto 25px auto;
}

#custom-info-section {
    background-color: #FFFFFF;
}
#custom-info-section .page-content-area {
    background-image: url('../../../static/www/img/Uancircle2a.png');
    background-size:  auto;
    background-position: 0 0px;
    background-repeat: no-repeat;
    flex-grow: 0;
    /*position: relative;*/
    z-index: 2;
    padding: 140px 0 20px 0;
}
#custom-info-section .top-content-wrapper {
    padding: 0;
    margin: 0px auto 0px auto;
}
.custom-sub-block {
    background: linear-gradient(180deg, rgba(243, 241, 237, 0) 0%, #F3F1ED 100%);
    border-radius: 15px;
    width: 75%;
    padding: 0 100px 50px 75px;
    margin:40px auto 80px 280px;
    
}

.custom-sub-block:last-child {
    margin-bottom: 0;
}

.block-top-title-area {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 0 10px 0px;
}

.block-top-title {
    font-size: 1.5rem;
    color: #000000;
    font-weight: 400;
    margin-bottom: 0;
}

.sub-block-main-content {
    display: flex;
    width: 100%;
    align-items: center;
}

.content-col-left {
    flex: 0 1 35%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    box-sizing: border-box;
}

.image-with-caption-area {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.content-image {
    max-width: 180px;
    height: auto;
    margin-bottom: 10px;
}

.image-caption {
    font-size: 1.625rem;
    color: #36C0C9;
    font-weight: bold;
    margin-top: 5px;
}

.content-col-right {
    flex: 0 1 65%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.content-image-large {
    max-width: 80%;
    height: auto;
    object-fit: contain;
}

.features-bordered {
    border: none;
    border-radius: 10px;
    padding: 10px;
}

#custom-info-section .text-muted {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: normal;
}

#our-advantages-section {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../../../static/www/img/Cloud-Backgound1.svg"); /* MODIFIED */
    background-position: center top;
    background-repeat: repeat-x;
    background-size: 1200px;
    background-color: #F3F1ED;
    z-index: 1;
}
#our-advantages-section .page-content-area {
    background-image: url('../../../static/www/img/Uancircle1a.png');
    background-size:  auto;
    background-position: 0 270px;
    background-repeat: no-repeat;
    flex-grow: 0;
    /*position: relative;*/
    z-index: 2;
    padding: 90px 0 30px 0;/*25vh*/;
}
#our-advantages-section .top-content-wrapper {
    padding: 0;
    margin: 325px auto 0px auto;
}
#our-advantages-section .container-fluid {
    width: 100%;
}
.advantages-vertical-layout {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

/*.advantage-top-block,*/
.advantage-bottom-block {
    flex: 1;
    width: 100%;
    padding-left: 450px;
}


.advantage-title-wrapper {
    z-index: 2;
    padding: 1rem 2rem;
}

.advantages-main-title-left {
    font-size: 2.5rem;
    color: #604039;
    font-weight: bold;
    padding: 20px 50px;
    border-radius: 8px;
    display: inline-block;
    margin: 0;
}

.advantage-image-wrapper {
    /*text-align: center;*/
}

.advantages-content-grid .img-fluid {
    width: 815px;
    margin-top: -25px;
    object-fit: contain;
}


#how-to-choose-section {
    background-color: #E2DED7;
}

#how-to-choose-section .page-content-area {
    background-image: url('../../../static/www/img/Uancircle2.png');
    background-size:  auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    flex-grow: 0;
    position: relative;
    z-index: 2;
    padding-bottom: 00px;/*25vh*/;
    margin-top: 75px;
}
#how-to-choose-section .top-content-wrapper {
    padding: 0;
    margin-top: 77px;
}
.how-to-choose-image-wrapper {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.how-to-choose-image-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
}

#Customer-results {
    background-color: #36C0C9;
    background-image: url("../../../static/www/img/Customer-results-Background2.svg"); /* MODIFIED */
    background-size: 2500px;
    background-repeat: repeat-x;
    background-position: top center;
    box-sizing: border-box;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#Customer-results .page-content-area {
    background-image: url('../../../static/www/img/Uancircle2b.png');
    background-size:  auto;
    background-position: 0 0;
    background-repeat: no-repeat;
    /*flex-grow: 0;
    position: relative;
    z-index: 2;*/
    padding-bottom: 0px;/*25vh*/;
    margin-top: 350px;
}
#Customer-results .top-content-wrapper {
    padding: 0;
    margin: 78px auto 0px auto;
}
.customer-results-top-section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 2;
}

.customer-results-top-section .container {
    height: 100%;
    display: flex;
    width: 80%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
}

.customer-results-top-section .container > .d-flex {
    width: 100%;
}

#Customer-results .custom-section-title {
    color: #FFFFFF;
    text-align: left;
    font-size: 2.5rem;
}

.customer-results-bottom-section {
    /*position: absolute;
    top: 45%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;*/
}

.customer-results-bottom-section .container {
    height: 100%;
    position: relative;
    width: 100%;
    max-width: none;
    display: flex;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.customer-clouds-wrapper {
    width: 100%;  
    height: 320px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 20px;
}

.cloud-item-wrapper {
    width: 20%;
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.customer-cloud-img {
    width: 85%;
    height: auto;
    display: block;
    z-index: 1;
}

.cloud-text {
    color: #8C6649;
    font-size: 1.75rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 2;
    pointer-events: none;
}

#cloud-wrapper-1 {
    transform: translateY(30%);
}

#cloud-wrapper-2 {
    transform: translateY(5%);
}

#cloud-wrapper-3 {
    transform: translateY(55%);
}

#cloud-wrapper-4 {
    transform: translateY(0%);
}

#cloud-wrapper-5 {
    transform: translateY(35%);
}

.contact-page {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    scroll-margin-top: 60px;
    padding: 30px 0 20px 0;
}

.contact-text {
    color: #36C0C9;
    font-size: 2.5rem;
    font-weight: normal;
    text-align: center;
}

.contact-button {
    display: flex;
    background-image: url("../../../static/www/img/contact-img.svg"); /* MODIFIED */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    width: 250px;
    height: 170px;
    margin: 20px auto;
}

.news-section-wrapper {
    width: 95%;
    background-color:rgba(215,92,19,0.2)/*(123,119,116,0.5)*/;
    scroll-margin-top: 60px;
    padding: 30px 0 30px;
    border-radius: 50px 50px 0 0;
    margin: 20px auto 0px auto;
}

.news-swiper-wrapper {
    width: 92%; /* 調整這個值，直到 Swiper 完整顯示在容器內 */
    margin: 0 auto; /* 讓 Swiper 水平居中 */
}

h1 > a.section-title-jump-link, h2 > a.section-title-jump-link, h4 > a.section-title-jump-link {
    color: inherit !important;
    text-decoration: none !important;
}


#skip-target-footer{
    width: 100%;
    border-radius: 50px 50px 0px 0px;
    margin: 0 auto;
}
.footer-info-more:nth-child(1){
    text-align: right;
    line-height: 45px;
}
.footer-info-more:nth-child(2){
    text-align: left;
}


@media (max-width: 1600px) {
    #uan-health-platform-section .info-section {
        width:1100px;
        margin: 80px auto;
    }
    #personal-health-data, #personalized-service{
        height:586px;
        padding: 0px;
    }
    #uan-health-platform-section .info-block {
        width: 100%;
        border-radius: 15px;
        display: block;
        flex-direction: column;
        margin-bottom: 0px;
    }
    #uan-health-platform-section #personal-health-data > .info-block{
        width: 170px;
        height:100%;
        padding: 10px 10px;
    }
    #uan-health-platform-section #personal-health-data .block-title{
        font-size: 1.25rem;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 0px;
    }
    #uan-health-platform-section .framed-sub-content{
        margin-top: 8px;
    }
    .framed-sub-content-type {
        font-size: 1.1rem;
        padding: 8px 0 2px 0;
    }
    .hdc-wf-frame, .hm-questionnaire-frame{
        width:100%;
        padding: 8px;
        font-size: 1rem;
        line-height: 0.8rem;
    }
    #uan-health-platform-section .aiot-devices-frame .aiot-icons img {
        height: 55px;
    }
    
    #uan-health-platform-section #health-management-cloud > .info-block-wrapper {
        width: 390px;
		height: 585px;
    }
    #uan-health-platform-section .info-block-cloud h3 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .info-block-ai{
        width: 98%;
        border-radius: 50px;
        padding: 10px 5px 10px 5px;
    }
    #uan-health-platform-section .info-block-cloud .cloud-icons-inner img {
        width:68px!important;
        margin: 5px 6px!important;
    }
    .ai-solution{
        aspect-ratio:1/1;
        font-size: 1rem;
        padding: 10px 5px 0px 5px;
    }
    .process-arrow{
        left: 160px;
    }
    .arrow-no1, .arrow-no2, .arrow-no3, .arrow-no4, .arrow-no5{
        width: 30px;
        height:30px;
        font-size: 1.4em;
        line-height: 32px;
    }
    .arrow-no1{
        top: 80%;
        left:50%;
    }
    .arrow-no3{
        top: 80%;
        left:50%;
    }
    .arrow-1,.arrow-3{
        width:50px;
        margin-top: 130px; 
    }
    .arrow-4{
        width:50px;
        margin-top:260px;
    }
    .arrow-5{
        width:50px;
    }
    .arrow-2img{
        width: 80px;
        margin: 0px auto;
    }
    .arrow-1aimg,.arrow-3img,.arrow-4img,.arrow-5img{
        width: 50px;
    }
    .arrow-1bimg{
        min-width: 100px;
        height:150px;
        position: absolute;
        top:-70px;
    }
    #uan-health-platform-section .health-risk-assessment-text-container {
        width:50px;
        height:160px;
        padding-left: 10px;
        margin-top:30px;
    }
    #uan-health-platform-section .coordination-text-container {
        width:50px;
        height:110px;
        padding-left: 10px;
    }
    
    .ai-expert{
        font-size: 1.25rem;
    }
    .case-manager{
        width: 200px !important;
        border-radius: 15px;
    }
    #uan-health-platform-section .hpm-main-icon {
        width: 70%;
        max-width: 90px;
        height: auto;
        margin-top:20px;
    }
    #uan-health-platform-section .hpm-title-text {
        font-size: 1.25rem;
        line-height: 2rem;
    }
    #uan-health-platform-section .hpm-description-text {
        padding: 0px 5px 0px 8px;
    }
    #uan-health-platform-section .service-table {
        padding-left: 5px;
    }
    .service-table-title{
        width: calc(100% - 5px);
        height: 35px;
        font-size: 1rem;
        padding-top:8px;
        border-radius: 10px 10px 0 0;
    }
    .service-table-list{
        height: 64px;
    }
    .service-table-item{
        width: calc(100% - 5px);
        font-size: 1.2rem;
        padding:20px 0 0 5px;
    }
    .service-table-color1,.service-table-color2,.service-table-color3,.service-table-color4,.service-table-color5{
        width:5px;
    }
    #uan-health-platform-section .collaboration-upper-section {
        min-height:150px!important;
        border-radius: 15px 15px 0 0;
        flex-basis: 60%;
        overflow: hidden;
    }
    uan-health-platform-section .crowd-svg-img {
        width:100%;
        object-fit:contain;
    }
    #uan-health-platform-section .collaboration-lower-section {
        widrh:100%;
        border-radius: 0 0 15px 15px;
        flex-basis: 40%;
        padding: 10px 0px 10px 0px;
    }
    #uan-health-platform-section .collaboration-title {
        font-size: 1.25rem;
    }
    #uan-health-platform-section .collaboration-text-line {
        font-size: 1rem;
        line-height: 2rem;
        margin-bottom: 0em;
        padding: 0px 0px 0px 10px;
    }
    .case-person{
        width: 100%;
        height: 223px;
        border-radius: 30px;
        background-color: rgba(var(--uan-brown-rgb), 0.2);
        border: 1px solid var(--uan-peru);
        padding: 40px;
        margin-top: 20px; 
    }
}

@media (min-width: 1400px) {
   #uan-health-platform-section .container, #platform-basic-features-section .container, #features-security-section .container, #custom-info-section .container, #our-advantages-section .container, #how-to-choose-section .container,#Customer-results .container{
        width: 95%;
        max-width: 1600px;
    }
    
}

@media (max-width: 1399.98px)  {
     .text-bg {
        font-size: 1.5rem;
        height: 25%;
    }
    .uanbtn1-text{
        height: 17%;
        font-size: 0.9rem;
        font-weight: 400;
        line-height: 1.1rem;
        text-align: left!important;
        position: absolute;
        bottom: 0;
        padding: 0 1.5% 0 3%;
    }
    
   #uan-health-platform-section .container, #platform-basic-features-section .container, #features-security-section .container, #custom-info-section .container, #our-advantages-section .container, #how-to-choose-section .container,#Customer-results .container{
        width: 95%!important;
        max-width:1300px!important;
    
    }
    #uan-health-platform-section .page-content-area,#platform-basic-features-section .page-content-area, #features-security-section .page-content-area ,#custom-info-section .page-content-area, #our-advantages-section .page-content-area, #how-to-choose-section .page-content-area, #Customer-results .page-content-area {
        background-size:  400px;
    }
     #our-advantages-section .page-content-area{
        background-size:  470px;
    }
    #uan-health-platform-section .page-content-area {
        background-position: 0 0;
        padding-bottom: 100px;
    }
    #uan-health-platform-section .top-content-wrapper {
        padding: 0;
        margin: 135px auto 0px auto;
    }
    #platform-basic-features-section .page-content-area{
        background-position: 0 200px;
        padding: 250px 0 0 0;;
    }
    #platform-basic-features-section .top-content-wrapper {
        padding: 0;
        margin: 0px auto 0px auto;
    }
    #features-security-section .page-content-area {
        background-position: 0 -50px;
        padding: 85px 0 0 0;
    }
    #features-security-section .top-content-wrapper {
        padding: 0;
        margin: 0px auto 25px auto;
    }
    
    #custom-info-section .page-content-area {
        background-position: 0 0px;
        padding: 98px 0 20px 0;
    }
    #custom-info-section .top-content-wrapper {
        padding: 0;
        margin: 0px auto 0px auto;
    }
    #custom-info-section .custom-blocks-wrapper {
        width: 100%;
        margin-top: 20px;
        
        padding-left: 0px!important;
    }
    #custom-info-section .custom-sub-block{
        width: 90%;
        padding: 0 0px 50px 50px;
        margin:40px auto 50px auto;
        min-height: 150px;
    }
    #our-advantages-section .page-content-area {
        background-position: 0 270px;
        padding: 30px 0 100px 0;
    }
    #our-advantages-section .top-content-wrapper {
        padding: 0;
        margin: 342px auto 0px auto;
    }
    .advantage-bottom-block {
        flex: 1;
        width: 100%;
        padding-left: 20%;
    }
    .advantage-image-wrapper{
        margin:0 auto;
    }
    .advantages-content-grid{
        width: 815px;
    }
    .advantages-content-grid .img-fluid {
        margin-top: 30px;
    }
    #how-to-choose-section .page-content-area {
        background-position: 0 0;
        padding-bottom: 00px;
        margin-top: 50px;
    }
    #how-to-choose-section .top-content-wrapper {
        padding: 0;
        margin-top: 52px;
    }
    #Customer-results .page-content-area {
        background-position: 0 0;
        padding-bottom: 0px;
        margin-top: 350px;
    }
    #Customer-results .top-content-wrapper {
        padding: 0;
        margin: 52px auto 0px auto;
    }
    
    #uan-health-platform-section .uancircle-title-area, #platform-basic-features-section .uancircle-title-area, #features-security-section .uancircle-title-area, #custom-info-section .uancircle-title-area, #our-advantages-section .uancircle-title-area , #how-to-choose-section .uancircle-title-area, #Customer-results .uancircle-title-area{
        padding: 10px 0px 0px 88px;
    }
    .section-title-jump-link {
        font-size:2rem;
    }
    #uan-health-platform-section .main-text-area p {
        font-size: 1.25rem!important;
        letter-spacing: 1px !important;
        line-height: 1.6;
        padding-top:5px;
    }
}
@media (max-width: 1199.98px) {
    #uan-health-platform-section .page-content-area {
        padding-bottom: 0px;
    }
    #uan-health-platform-section .info-section {
        width:705px;
        align-items:center;
        display: block;
        margin-top:50px;
        border:1px solid rgba(var(--uan-black-rgb), 0.1);
        background-color: rgba(var(--uan-white-rgb),0.5);
        border-radius: 20px;
        padding: 8px;
}
    #personal-health-data{
        width:100%!important;
        height: 430px;
        padding: 0px;
        display: flex;
        position: relative;
    }
    #health-management-cloud{
        width:90%!important;
        height:825px;
        display:block;
        margin:0 auto;
    }
    #personalized-service{
        width:100%!important;
        height: 530px;
        display: block;
    }
    #cross-collaboration-block{
        width:100%!important;
        padding: 0;
    }
    #uan-health-platform-section .info-block {
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        text-align: center;
        position: relative;
        z-index: 2;
        margin-bottom: 25px;
    }
    #uan-health-platform-section #personal-health-data > .info-block{
        width: 100%;
        height: 370px;
        background-color: rgba(var(--uan-tan-rgb),1);
        padding: 25px 20px;
    }
    #uan-health-platform-section #personal-health-data .block-title{
        width: 100%!important;
        font-size: 1.75rem;
        font-weight: bold;
        line-height: 40px;
        display:block;
        margin-top: 0;
        margin-bottom: 0px;
    }
    #uan-health-platform-section #personal-health-data .block-title-1{
        display:inline-block;
    }
    .uanbtn1-forKids,.uanbtn1-forElders{
        height:16px;
        font-size: 0.9rem;
        line-height: 1rem;;
        border-radius: 10px 10px 0px 0px;
        padding-top:0px;
        position: absolute;
        bottom: 0;
        right: 1%;
    }
    .framed-sub{
        display: flex;
    }
    #uan-health-platform-section .framed-sub-content{
        position: relative;
        width: 50%;
        padding: 0px;
        margin: 16px 5px 0px 5px;
        border-radius: 10px;
    }
    #uan-health-platform-section .aiot-devices-frame {
        border-radius: 5px;
        padding: 5px 5px 0px 5px;
        margin-top: 0;
        margin-bottom: 0;
    }
    #uan-health-platform-section .aiot-devices-frame .aiot-icons div:nth-child(1), 
    #uan-health-platform-section .aiot-devices-frame .aiot-icons div:nth-child(2) {
        width:50%;
    }
    #uan-health-platform-section .aiot-devices-frame .aiot-icons div:nth-child(1) img, 
    #uan-health-platform-section .aiot-devices-frame .aiot-icons div:nth-child(3) img {
        height: 70px;
    }
    #uan-health-platform-section .aiot-devices-frame .aiot-icons div:nth-child(2) img {
        height: 60px;
        margin-top: 5px;
    }
    .process-arrow{
        width:100%;
        height:auto;
        display: flex;
        top:370px;
        left: 0px;
    }
    .arrow-no1, .arrow-no2, .arrow-no3, .arrow-no4, .arrow-no5{
        width: 25px;
        height:25px;
        font-size: 1.1em;
        line-height: 24px;
        position: absolute;
    }
    .arrow-no1,.arrow-no2, .arrow-no3{
        background-color: var(--uan-skyblue);
    }
    .arrow-no4{
        background-color: var(--uan-skyblue-1);
        margin-top:15px;
    }
    .arrow-no5{
        background-color: var(--uan-peru);
        margin-top:15px;
    }
    .arrow-no2,.arrow-no4,.arrow-no5{
        top: 50%;
        left:50%;
        transform: translate(-50%, -50%);
    }
    .arrow-no1{
        top: 40%;
        left:100px;
        transform: translate(-0%, -50%);
    }
    .arrow-no3{
        top: 40%;
        left:70%;
        transform: translate(-0%, -50%);
    }

    .arrow-1{
        width:80px;
        margin: 0px 0 0 165px; 
        position: relative;
    }
    .arrow-3{
        width:80px;
        margin: 20px 0 0 250px; 
    }
    .arrow-4{
        width:60px;
        margin-top:0px;
        margin-left: 120px;
    }
    .arrow-5{
        width:60px;
    }
    .arrow-1aimg,.arrow-3img,.arrow-4img,.arrow-5img{
       width: 80px;
    }
    .arrow-1aimg{
        top: 0px;
        transform: rotateX(180deg);
        rotate: 90deg!important;
    }
    .arrow-1bimg{
        min-width: 55px;
        height:65px;
        top:-10px;
        transform: rotateX(180deg);
        rotate: 45deg!important;
    }
    .arrow-2img{
        width: 110px;
        margin: 0px auto;
    }
    .arrow-3img{
        transform: rotateX(180deg);
        rotate: 90deg!important;
    }
    .arrow-4img,.arrow-5img{
        rotate: 90deg!important;
        padding:0px;
    }
    #uan-health-platform-section .health-risk-assessment-text-container { 
        width:200px;
        height:60px;
        font-size: 1rem;
        font-weight: 400;
        -webkit-writing-mode:horizontal-tb;
        writing-mode: horizontal-tb;
        display: flex;
        justify-content: center;
        padding: 12px;
        margin-top:0px;
    }
    #uan-health-platform-section #health-management-cloud > .info-block-wrapper {
        width: 100%;
		height: auto;
        background-color: rgba(var(--uan-white-rgb), 1);
        border: 1px solid var(--uan-skyblue);
        border-radius: 60px;
        padding: 20px 20px;
        margin:5px auto;
    }
    #uan-health-platform-section .info-block-cloud {
        width:80%;
        margin:0 auto;
    }
    .info-block-ai{
        width: 80%;
        background: var(--uan-skylight);
        border: 0px solid var(--uan-skyblue);
        border-radius: 40px;
        padding: 20px 7px 12px 7px;
    }
    .case-manager{
        width: 100%!important;
        display: block;
        background-color: var(--uan-tan);
        border-radius: 15px;
        padding: 0px;    
    }
    .process-arrow4{
        width:100%;
        height:60px;
        display: flex;
        top:0px;
        left: 0px;
    }
    .service-table-list-1{
        display: flex;
    }
    .service-table-list{
        width: 20%;
        height: 225px;
        padding: 0px 0;
        display:flex;
        flex-direction: column;
    }
    .service-table-item{
        width:99%;
        height: 200px;
        font-size: 1.5rem;
        text-align: left;
        border-right: 2px solid var(--uan-tan);
        background-color: rgba(var(--uan-white-rgb),0.35);
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr ;
        padding:5px 0 0 38%;
    }
    .service-table-item img{
        rotate: 90deg;
    }
    .service-table-color1,.service-table-color2,.service-table-color3,.service-table-color4,.service-table-color5{
        width:100%;
        height:15px;
        display: block;
    }
    .service-table-color1, .service-table-color3{
        border-radius: 0 0 0 15px;
    }
    .service-table-color2, .service-table-color5{
        border-radius: 0 0px 15px 0;
    }
    #uan-health-platform-section .coordination-text-container {
        width:350px;
        height:60px;
        font-size: 1rem;
        font-weight:400;
         -webkit-writing-mode:horizontal-tb;
        writing-mode: horizontal-tb;
        display: flex;
        justify-content: center;
        padding: 20px 0 0 0;
    }
    #cross-collaboration-block{
        width:100%;
        display: flex;
    }
    #uan-health-platform-section .info-block-collaboration {
        width:70%;
        margin-right: 10px;
    }
    #uan-health-platform-section .crowd-svg-img {
        width:70%;
        object-fit: contain;
        margin: auto auto 0px auto;
    }
    .case-person{
        width: 30%;
        height: 280px;
        border-radius: 15px;
        padding: 30px;
        margin-top: 0px; 
    }
    .case-person-1{
        width: 80%;
        aspect-ratio:1/1;
        border-radius: 20px;
        margin: 6px auto 0px auto;
    }
    
    
    
    #Customer-results .custom-section-title {
        font-size: 2.3rem;
    }

    .customer-results-top-section .container {
        width: 85%;
    }

    .cloud-item-wrapper {
        width: 20%;
    }

    .customer-cloud-img {
        max-width: 200px;
    }

    .cloud-text {
        font-size: 1.5rem;
    }

    #our-advantages-section .advantages-main-title-left {
        font-size: 2.2rem;
        padding: 18px 25px;
    }
    .advantage-bottom-block {
        padding-left: 0%;
    }
    #skip-target-footer{
        border-radius: 50px 50px 0 0 ;
    }
    #Customer-results {
        background-size: 1500px!important;
    }
    #Customer-results .page-content-area {
        background-position: 0 0;
        padding-bottom: 0px;
        margin-top: 220px;
    }
    .customer-clouds-wrapper {
        width: 100%;  
        height: 250px;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin: 60px 0 0 0;
    }
    
    
}

@media (max-width: 991.98px) {
	.uanbtn1-text{
        height: 17%;
        font-size: 0.75rem;
        font-weight: 400;
        line-height: 0.9rem;
        text-align: left!important;
        position: absolute;
        bottom: 0;
        padding: 0 1% 0 2%;
    }
    .full-page-section:not(#our-advantages-section):not(#Customer-results) {
        padding-top: 4vh;
        padding-bottom: 4vh;
    }
    
    #platform-basic-features-section .page-content-area{
        background-position: 0 170px;
        padding: 220px 0 0 0;;
    }
    .platform-features,.feature-security{
        padding-left: 12%;
        padding-right: 10%;
        margin: 0px auto 50px auto;
    }
     #features-security-section .page-content-area {
        background-position: 0 -50px;
        padding: 85px 0 0 0;
    }
    #custom-info-section .page-content-area {
        background-position: 0 0px;
        padding: 98px 0 0px 0;
    }
    #custom-info-section .custom-blocks-wrapper {
        width: 100%;
        margin-top: 20px;
        padding-left: 110px;
    }
    #custom-info-section .custom-sub-block:nth-child(3){
        margin:40px auto 0px auto;
    }
    #our-advantages-section {
        min-height: 80vh;
    }

    .text-bg {
        font-size: 1.1rem;
    }

    #platform-basic-features-section .page-main-title, #features-security-section .page-main-title, #custom-info-section .page-main-title.custom-section-title, #how-to-choose-section .page-main-title.how-to-choose-title {
        font-size: 2.2rem;
    }

    #Customer-results .custom-section-title {
        font-size: 2.1rem;
    }

    .customer-results-top-section .container {
        width: 90%;
    }

    .customer-results-bottom-section .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .cloud-item-wrapper {
        width: 22%;
    }

    .customer-cloud-img {
        max-width: 180px;
    }

    .cloud-text {
        font-size: 1.35rem;
    }

    #our-advantages-section .advantages-main-title-left {
        font-size: 2.0rem;
        padding: 15px 20px;
        text-align: center;
    }
    #our-advantages-section .page-content-area {
        background-position: 0 220px;
        padding: 30px 0 100px 0;
    }
    #our-advantages-section .top-content-wrapper {
        padding: 0;
        margin: 292px auto 0px auto;
    }
    #our-advantages-section .advantage-top-block {
        justify-content: center !important;
    }

    .advantages-content-grid{
        width: 90%;
        margin:0 auto;
    }
    .advantages-content-grid .img-fluid{
        width: 100%!important;
        margin:50px auto 0 auto;
    }
    /*#our-advantages-section .advantage-title-wrapper {
        padding: 0.5rem 1.5rem;
    }
    #our-advantages-section .advantages-content-grid .img-fluid {
        max-width: 90%;
        max-height: 90%;
    }*/


    #custom-info-section .block-top-title {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    #custom-info-section .content-col-left {
        flex-basis: 30%;
        padding-right: 15px;
    }

    #custom-info-section .content-col-right {
        flex-basis: 70%;
    }

    #custom-info-section .content-image {
        max-width: 100%;
    }

    #custom-info-section .image-caption {
        font-size: 1rem;
    }

    .intro-text-block h3 {
        font-size: 28px !important;
    }

    .intro-text-block p {
        font-size: 15px !important;
    }
    .customer-clouds-wrapper {
        width: 100%;  
        height: 250px;
        display: flex;
        justify-content: space-around;
        align-items: flex-start;
        margin: 60px 0 0 0;
    }
    #skip-target-footer{
        width: 90%;
        border-radius: 0px 0px 50px 50px;
        margin: 0 auto;
    }
}

@media (max-width: 766.98px) {
    #uan-health-platform-section .container, #platform-basic-features-section .container, #features-security-section .container, #custom-info-section .container, #our-advantages-section .container, #how-to-choose-section .container,#Customer-results .container{
        width: 100%!important;
        max-width:766px!important;
    
    }
    .full-page-section:not(#our-advantages-section):not(#Customer-results) {
        padding-top: 3vh;
        padding-bottom: 3vh;
    }

    #our-advantages-section {
        min-height: auto;
        padding-top: 0vh;
        padding-bottom: 0vh;
    }

    #platform-basic-features-section .page-main-title, #features-security-section .page-main-title, #custom-info-section .page-main-title.custom-section-title, #how-to-choose-section .page-main-title.how-to-choose-title {
        font-size: 2rem;
        text-align: center !important;
    }

    .text-bg {
        font-size: 0.9rem;
        height: 25%;
    }

    #Customer-results {
        min-height: 130vh;
        height: auto;
        padding-top: 5vh !important;
        padding-bottom: 5vh !important;
        overflow-y: auto;
        background-position: top left;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }
    #Customer-results {
        background-size: 2500px!important;
        background-position:  center -150px;
    }

    .customer-results-top-section {
        position: static;
        height: auto;
        width: 100%;
        padding-top: 15vh;
    }

    .customer-results-top-section .container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    .customer-results-top-section .container > .d-flex.align-items-end {
        align-items: flex-start !important;
        justify-content: flex-start;
        width: 100%;
        height: auto !important;
        min-height: auto;
        padding-top: 0 !important;
        padding-bottom: 1vh !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        box-sizing: border-box;
    }

    #Customer-results .custom-section-title {
        font-size: 1.8rem;
    }

    .customer-results-bottom-section {
        position: static;
        height: auto;
        width: 100%;
        padding-top: 5vh;
        padding-bottom: 5vh;
        flex-grow: 1;
        display: flex;
        align-items: center;
    }

    .customer-results-bottom-section .container {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        width: 100%;
        box-sizing: border-box;
    }

    .customer-clouds-wrapper {
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 100%;
    }

    .cloud-item-wrapper {
        width: 70%;
        margin-bottom: 0;
        transform: translateY(0) !important;
    }

    #cloud-wrapper-1, #cloud-wrapper-2, #cloud-wrapper-3, #cloud-wrapper-4, #cloud-wrapper-5 {
        transform: translateY(0);
    }

    .customer-cloud-img {
        max-width: 200px;
        min-width: 0;
        width: 85%;
    }

    .cloud-text {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80%;
        font-size: 1.5rem;
        line-height: 1.1;
        z-index: 2;
        pointer-events: none;
    }

    #our-advantages-section .advantage-top-block {
        justify-content: center !important;
    }

    #our-advantages-section .advantages-main-title-left {
        font-size: 1.7rem;
        padding: 10px 15px;
        text-align: center;
    }

    #our-advantages-section .advantage-title-wrapper {
        padding: 0.5rem 1rem;
    }

    #our-advantages-section .advantages-content-grid .img-fluid {
        max-width: 95%;
        max-height: 95%;
    }

    #custom-info-section .block-top-title {
        font-size: 1.1rem;
        text-align: center;
    }

    #custom-info-section .custom-blocks-wrapper {
        width: 100%;
        margin-top: 20px;
        padding-left: 0px!important;
    }
    .custom-sub-block {
        width: 90%;
        padding: 0 0px 50px 0px;
        margin:40px 0 80px 0px;
        min-height: 150px;
    }

    #custom-info-section .custom-sub-block {
        margin-bottom: 30px;
        width: 90%;
    }

    #custom-info-section .sub-block-main-content {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    #custom-info-section .content-col-left,
    #custom-info-section .content-col-right {
        flex-basis: auto;
        width: 100%;
        max-width: 450px;
        padding-right: 0;
        text-align: center;
    }

    #custom-info-section .content-col-right {
        margin-top: 15px;
    }

    #custom-info-section .content-image {
        max-width: 120px;
    }

    #custom-info-section .image-caption {
        font-size: 0.9rem;
    }

    .intro-text-block h3 {
        font-size: 24px !important;
    }

    .intro-text-block p {
        font-size: 14px !important;
    }

    #uan-health-platform-section .health-risk-assessment-arrow-container,
    #uan-health-platform-section .health-risk-assessment-text-container,
    #uan-health-platform-section .coordination-arrow-container,
    #uan-health-platform-section .coordination-text-container {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    #platform-basic-features-section .page-main-title, #features-security-section .page-main-title, #custom-info-section .page-main-title.custom-section-title, #how-to-choose-section .page-main-title.how-to-choose-title {
        font-size: 1.8rem;
    }

    .text-bg {
        font-size: 0.8rem;
        height: 30%;
    }

    #Customer-results .custom-section-title {
        font-size: 1.6rem;
    }

    .customer-results-top-section .container > .d-flex.align-items-end {
        padding-top: 6vh !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .cloud-item-wrapper {
        width: 85%;
        margin-bottom: 30px;
    }

    .customer-cloud-img {
        max-width: 180px;
    }

    .cloud-text {
        font-size: 1.5rem;
        width: 85%;
    }

    #our-advantages-section .advantage-top-block {
        justify-content: center !important;
    }

    #our-advantages-section .advantages-main-title-left {
        font-size: 1.5rem;
        padding: 8px 12px;
        text-align: center;
    }

    #our-advantages-section .advantage-title-wrapper {
        padding: 0.5rem;
    }

    #our-advantages-section .advantages-content-grid .img-fluid {
        max-width: 98%;
        max-height: 98%;
    }

    #custom-info-section .block-top-title {
        font-size: 1rem;
    }

    #custom-info-section .custom-sub-block {
        width: 95%;
        padding: 15px;
    }

    #custom-info-section .content-image {
        max-width: 100px;
    }

    #custom-info-section .image-caption {
        font-size: 0.85rem;
    }

    .intro-text-block h3 {
        font-size: 20px !important;
    }

    .intro-text-block p {
        font-size: 13px !important;
    }
    .contact-text {
        font-size: 2rem;
        letter-spacing: normal;
    }
    
    
    .footer-info-more:nth-child(1){
        text-align: center;
        line-height: 25px;
    }
    .footer-info-more:nth-child(2){
        text-align: center;
    }
}


/* ===================================================================
   ENHANCEMENTS TO FILL "EMPTY" FEEL - ADD THIS TO YOUR CSS
   =================================================================== */

/* --- 1. Platform Intro Enhancements --- */
.platform-intro-text {
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 15px;
    padding: 25px;
    border: 1px solid rgba(var(--uan-tan-rgb), 0.5);
}

.platform-points-grid {
    margin-top: 20px;
}

.platform-point-item p {
    background-color: var(--uan-ivory-2);
    border-left: 4px solid var(--uan-peru);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}
.platform-point-item p:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(var(--uan-brown-rgb), 0.1);
}
.platform-point-item p strong {
    font-size: 1.1em;
    color: var(--uan-brown);
}
.platform-point-item p span {
    display: block;
    font-size: 0.9em;
    color: var(--uan-bark);
    margin-top: 5px;
}

/* --- 2. Enhanced Feature Card Grid (Now ONLY for Security Section) --- */
.features-grid-enhanced {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0 40px;
    max-width: 1200px;
    margin: 40px auto;
}

.feature-card {
    background-color: var(--uan-white);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid var(--uan-tan);
    box-shadow: 0 4px 20px rgba(var(--uan-tan-rgb), 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(var(--uan-brown-rgb), 0.2);
}

.feature-card-icon {
    height: 120px;
    max-width: 100%;
    margin-bottom: 20px;
    object-fit: contain;
}

.feature-card-title {
    font-size: 1.5rem;
    color: var(--uan-brown);
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card-text {
    font-size: 1rem;
    color: var(--uan-bark);
    line-height: 1.6;
    min-height: 50px; /* Give some consistent height */
}

/* Make security icons look good too */
#features-security-section .feature-card-icon {
    height: 120px;
}

/* --- 3. "Who is it for?" Section Enhancements --- */
#custom-info-section .custom-sub-block {
    background: var(--uan-white);
    border: 1px solid var(--uan-tan);
    box-shadow: 0 5px 25px rgba(var(--uan-tan-rgb), 0.6);
    transition: all 0.3s ease-in-out;
    padding: 30px;
}
#custom-info-section .custom-sub-block:hover {
    box-shadow: 0 10px 40px rgba(var(--uan-brown-rgb), 0.15);
    transform: translateY(-5px);
}
#custom-info-section .block-top-title {
    color: var(--uan-brown);
    font-size: 1.75rem;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
}
#custom-info-section .sub-block-main-content {
    align-items: center;
    gap: 20px;
}
.features-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.features-list li {
    font-size: 1.1rem;
    color: var(--uan-bark);
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px dashed var(--uan-tan);
}
.features-list li:last-child {
    border-bottom: none;
}
.features-list .fa-check-circle {
    color: var(--uan-skyblue);
    margin-right: 12px;
    font-size: 1.2em;
    margin-top: 5px; /* Align icon better with text */
}

/* --- 4. "Our Advantages" Section Enhancements --- */
#our-advantages-section {
     background-color: var(--uan-ivory-1); /* Change background to differentiate */
}
.advantage-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}
.advantage-card {
    background: linear-gradient(145deg, var(--uan-white), var(--uan-ivory-2));
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    border-top: 5px solid var(--uan-peru);
    box-shadow: 0 8px 25px rgba(var(--uan-brown-rgb), 0.1);
    transition: all 0.3s ease;
}
.advantage-card:hover {
    transform: scale(1.05);
    box-shadow: 0 12px 35px rgba(var(--uan-brown-rgb), 0.2);
}
.advantage-card-icon {
    font-size: 3rem;
    color: var(--uan-peru);
    margin-bottom: 20px;
}
.advantage-card-title {
    font-size: 1.5rem;
    color: var(--uan-brown);
    font-weight: 600;
    margin-bottom: 15px;
}
.advantage-card-text {
    font-size: 1rem;
    color: var(--uan-bark);
    line-height: 1.6;
}

/* Hide the old advantage block */
.advantage-bottom-block {
    display: none;
}

/* ===================================================================
   STYLES FOR THE NEW "Platform Basic Features" CARDS
   (Retains original section background)
   =================================================================== */

/*
   IMPORTANT: We are NOT adding any background styles to
   #platform-basic-features-section to preserve the original design.
*/

/* Card Grid Layout - using a new class to avoid conflicts */
.features-grid-enhanced.platform-features-card-version {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    max-width: 1200px;
    /* This positioning is similar to the original .platform-features class */
    padding: 0 40px;
    margin: 0 auto 50px auto;
}

/* Individual Card Styling */
.feature-card {
    /* Use a semi-transparent background to let the original background show through slightly */
    background-color: rgba(245, 243, 239, 0.9); /* Original F5F3EF color with transparency */
    backdrop-filter: blur(4px); /* A subtle blur effect for modern browsers */
    -webkit-backdrop-filter: blur(4px);
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    border: 1px solid var(--uan-tan);
    box-shadow: 0 4px 20px rgba(var(--uan-tan-rgb), 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(var(--uan-brown-rgb), 0.2);
    background-color: rgba(250, 248, 244, 0.95); /* Slightly brighter on hover */
}

.feature-card-icon {
    height: 120px;
    max-width: 100%;
    margin-bottom: 20px;
    object-fit: contain;
}

.feature-card-title {
    font-size: 1.5rem;
    color: var(--uan-brown);
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-card-text {
    font-size: 1rem;
    color: var(--uan-bark);
    line-height: 1.6;
    min-height: 75px; /* Give some consistent height for alignment */
}

/* Media query to adjust padding on smaller screens */
@media (max-width: 767.98px) {
    .features-grid-enhanced.platform-features-card-version {
        padding: 0 20px;
    }
}

/* ===================================================================
   STYLES FOR THE MODIFIED CONTACT SECTION (Left/Right Layout)
   =================================================================== */

/* Main container: Change to row layout and center items */
.contact-page {
    flex-direction: row;      /* *** CHANGED from column to row *** */
    justify-content: center;  /* Center the two columns horizontally on the page */
    align-items: center;      /* Vertically align the button and text */
    flex-wrap: wrap;          /* Allow items to wrap on small screens */
    gap: 50px;                /* Add space between the button and the text */
    padding: 60px 20px;       /* Add more vertical padding for better spacing */
}

/* Define the new column containers */
.contact-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-column-right {
    max-width: 550px; /* Prevent the text from becoming too wide on large screens */
}

/* Adjust the text style for the new layout */
.contact-page .contact-text {
    text-align: left;       /* *** CHANGED from center to left *** */
    font-size: 2.3rem;      /* Slightly adjust font size if needed */
    line-height: 1.5;       /* Improve line spacing for readability */
}

/* The button itself already has a size, but we remove the auto margin */
.contact-button {
    margin: 0; /* Remove auto margins, as flexbox is now handling the alignment */
}


/* --- Responsive adjustments for mobile screens --- */
@media (max-width: 767.98px) {
    .contact-page {
        flex-direction: column; /* Stack them vertically again on mobile */
        gap: 20px;              /* Reduce the gap for vertical stacking */
        padding: 40px 20px;
    }

    /* On mobile, the button should be above the text */
    .contact-column-left {
        order: 1; /* Button first */
    }
    .contact-column-right {
        order: 2; /* Text second */
    }

    .contact-page .contact-text {
        text-align: center; /* Center the text again when stacked */
        font-size: 1.8rem;  /* Adjust font size for smaller screens */
    }
}