@import 'assets/css/bootstrap-4.5.3.min.css';
@import 'assets/css/fontawesome-6.4.2.min.css';
@import 'assets/css/helper-4.0.0.min.css';
@import 'assets/css/magnific-popup-1.1.0.min.css';
@import 'assets/css/intlTelInput.min.css';
:root {
	color-scheme: light only;
    color: #660874;
	color: #c82090;
}
header{
    min-height: 136px;
}
.slidertopheader{
    margin-top: -136px;
    min-height: 100vh;
}
.innerhero{
    margin-top: -136px;
    padding-top: 136px;
    padding-bottom: 40px;
}
.slidertopheader__pages{
    min-height: 400px;
    background-position: top right;
    background-size: auto 100%;
}
.headerbg{
	z-index: 200;
	position: relative;
    transition: .8s;
}
.headerbg__logo_logo img{
    height: 90px;
}
.sidenav .navbar-nav .nav-item .nav-link .fa{
    margin-right: 7px;
    margin-bottom: 2px;
    font-size: 15px;
}
.headerbg.sticky{
    position: fixed;
	top: 0;
    left: 0;
    visibility: visible !important;
    background-color: #110115;
    padding-top: 10px;
    padding-bottom: 10px !important;
    border-bottom: 2px solid #660874;
}
.headerbg.sticky .row{
    padding: 0 !important;
}
.headerbg.sticky .wow{
    visibility: visible !important;
}
.headerbg.sticky .customlogokfup{
    height: 20px;
}
.headerbg.sticky .headerbg__logo_logo img{
    height: 35px;
}
.headerbg.sticky .iconbars{
    width: 40px !important;
    height: 40px !important;
    min-height: 40px;
    margin-right: 10px !important;
}
.slidertopheader::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.3) 0%, transparent 100%);
}
.slidertopheader .slidertopheader__container{
    z-index: 6;
    padding-top: calc(136px + 30px);
    padding-right: 50px;
    padding-left: 50px;
    padding-bottom: 50px;
    height: 100%;
}
.timeclock__custom_col div{
    width: 100%;
    border-radius: 24px;
    padding: 20px;
    background: rgba(255,255,255,.04);
    backdrop-filter: blur(5px);
    border:1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 30px rgba(234,179,8,.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}
.timeclock__custom_col div::before{
    content:'';
    position:absolute;
    inset:0;
    background:linear-gradient(130deg, rgba(234,179,8,.15), transparent 40%);
}
.timeclock__custom #clock{
    margin-right: -10px;
    margin-left: -10px;
}
.timeclock__custom_col{
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 8px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.timeclock__custom #clock p{
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 4px;
}
.timeclock__custom #clock span{
    display: block;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2;
    color: #ffffff83;
}
.breadcrumb{
	background-color: rgba(255, 255, 255, 0.05);
	padding: 10px 25px;
}
.breadcrumb-item{
    display: flex;
    align-items: center;
}
.breadcrumb-item.active,
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item a:hover{
    color: #660874;
}
.breadcrumb-item + .breadcrumb-item{
    padding-left: 12px;
}
.breadcrumb-item + .breadcrumb-item::before{
    content: '\f061';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 14px;
    padding-right: 12px;
    color: #c82090;
}
.boxshadow{
	box-shadow: 0 10px 30px 0 rgb(225 223 255 / 40%);
}
.boxshadow1{
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
}
.boxshadow2{
	box-shadow: 0px 0px 25px rgb(0 0 0 / 12%);
}
.boxshadow3{
	box-shadow: 0px 10px 35px 0 rgb(0 0 0 / 12%);
}
.boxshadow4{
	box-shadow: 0px 4px 25px rgb(0 0 0 / 8%);
}
.iconbars{
    position: relative;
    padding-top: 11px;
}
.iconbars span{
	display: block;
	height: 3px;
	border-radius: 50px;
	background-color: #fff;
	transition: .4s;
    margin-bottom: 4px;
}
.iconbars span:nth-child(1){
	width: 12px;
}
.iconbars span:nth-child(2){
	width: 22px;
}
.iconbars span:nth-child(3){
	width: 18px;
}
.sidenav {
	z-index: 1001;
	transition: 0.3s;
	top: 0;
	left: -350px;
	width: 350px;
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.sidenav::-webkit-scrollbar {
	display: none;
}
.sidenav.active{
	left: 0;
}
.sidenav .navbar-nav > .nav-item .nav-link,
.sidenav a{
	color: #fff;
	font-weight: 500;
}
.sidenav .navbar-nav > .nav-item .nav-link:hover,
.sidenav a:hover:not(.btn,.sharesocial li a){
	color: #c82090;
}
.sidenav .navbar-nav .nav-item .nav-link{
	font-size: 18px;
	padding: 15px 30px;
	display: block;
}
.sidenav .navbar-nav .nav-item.active .nav-link{
	background-color: #c82090;
    color: #fff;
}
.sidenav .navbar-nav .nav-item.active .nav-link:hover{
    color: #fff;
}
.sidenav .navbar-nav .nav-item{
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sidenav .border-bottom{
	border-color: #ffffff20 !important;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle{
    padding-right: 60px;
}
.sidenav .navbar-nav .nav-item .nav-link.dropdown-toggle::after{
    content: '\f107';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    border: 0;
    position: absolute;
    right: 20px;
    top: auto;
}
.sidenav .navbar-nav .dropdown-menu{
    display: block;
    visibility: hidden;
    opacity: 0;
    height: 0;
    transition: .1s;
    transform: translateY(-10px) !important;
    position: relative !important;
    background-color: #660874;
    margin: 0;
    padding: 0;
    border-radius: 0;
    width: 100%;
}
.sidenav .navbar-nav .dropdown-menu.show{
    visibility: visible;
    opacity: 1;
    height: 100%;
    transform: translateY(0) !important;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item{
    padding: 10px 30px;
}
.sidenav .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: #2b91cd;
    color: #fff;
}
#sidebody{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
    backdrop-filter: blur(5px);
	transition: .45s;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
#sidebody.active{
	z-index: 1000;
	opacity: 1;
	visibility: visible;
}
label{
    cursor: pointer;
}
.fa-w40{
    width: 40px;
    flex: 0 0 40px;
    max-width: 40px;
}
.fa-w30{
    width: 30px;
    flex: 0 0 30px;
    max-width: 30px;
}
body.stop{
	overflow: hidden !important;	
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	color: #c82090;
	margin-bottom: 30px;
}
.singlecontentbg h1{
	font-size: 30px;
}
.singlecontentbg h2{
	font-size: 28px;
}
.singlecontentbg h3{
	font-size: 26px;
}
.singlecontentbg h4{
	font-size: 24px;
}
.singlecontentbg h5{
	font-size: 22px;
}
.singlecontentbg h6{
	font-size: 20px;
}
.singlecontentbg p{
    line-height: 1.6;
}
.singlecontentbg p,
.singlecontentbg ul,
.singlecontentbg ol{
	font-size: 20px;
}
.singlecontentbg ul,
.singlecontentbg ol{
    line-height: 1.4;
}
.singlecontentbg.font-bigger p,
.singlecontentbg.font-bigger ul,
.singlecontentbg.font-bigger ol{
	font-size: 28px;
}
.singlecontentbg.font-sm p,
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
	font-size: 18px;
    line-height: 1.4;
}
.singlecontentbg.font-sm ul,
.singlecontentbg.font-sm ol{
    margin: 15px 0;
}
.singlecontentbg.font-sm p + h1,
.singlecontentbg.font-sm p + h2,
.singlecontentbg.font-sm p + h3,
.singlecontentbg.font-sm p + h4,
.singlecontentbg.font-sm p + h5,
.singlecontentbg.font-sm p + h6{
	margin-top: 15px;
}
.singlecontentbg.font-sm p{
    margin-bottom: 10px;
}
.singlecontentbg p + h1,
.singlecontentbg p + h2,
.singlecontentbg p + h3,
.singlecontentbg p + h4,
.singlecontentbg p + h5,
.singlecontentbg p + h6{
	margin-top: 30px;
}
.singlecontentbg h1,
.singlecontentbg h2,
.singlecontentbg h3,
.singlecontentbg h4,
.singlecontentbg h5,
.singlecontentbg h6{
	margin-bottom: 15px;
}
.singlecontentbg li::marker{
    color: #3c6065;
    font-size: 22px;
}
.singlecontentbg a:not(.btn){
	font-weight: 500;
	color: #3c6065;
}
.singlecontentbg a:hover:not(.btn){
	color: #3c6065;
}
.singlecontentbg img{
    margin-top: 30px;
    margin-bottom: 30px;
}
.singlecontentbg *:last-child{
    margin-bottom: 0;
}
.singlecontentbg.text-light2 strong{
    color: #20252a;
}
.singlecontentbg strong{
    font-weight: 700;
}
.loaderlodging {
	height: 100vh;
	z-index: 10000;
	transition: .8s;
}
.loaderlodging__body {
	overflow: hidden;
}
.loaderlodging__body.afterloading {
	overflow: inherit;
}
.loaderlodging.remove {
	opacity: 0;
	visibility: hidden;
	z-index: -1;
}
.loader {
    width: 48px;
    height: 48px;
    border: 5px solid #cecece;
    border-bottom-color: #660874;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
	}
    100% {
        transform: rotate(360deg);
	}
}
.text-white-70{
    color: #ffffffb1;
}
.text-white-20{
    color: rgba(255, 255, 255, 0.2);
}
.btn{
    font-weight: 600;
}
.text-gra{
    background: linear-gradient(280deg, #660874, #3c6065);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-primary-2{
    color: #3c6065;
}
.btn-primary{
    background: linear-gradient(to right, #660874 0%, #c82090 50%, #660874 100%);
}
.btn-primary{
    border: 0;
    background-size: 200% auto;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    background-position: right center;
}
.boxkey{
    border: 4px solid #ffffff20;
}
.boxkey:hover{
    transform: translateY(-4px);
    border-color: rgba(95, 249, 116, 0.3);
}
.custombordermobile{
    border-color: rgba(255, 255, 255, 0.1) !important;
}
.customtable__style1.table{
    border-collapse: separate;
    border-spacing: 7px;
    border: 0;
    border-radius: 8px;
    color: #fff;
}
.customtable__style1.table th{
    background-color: #660874;
    border: 0;
    color: #fff;
}
.customtable__style1.table td,
.customtable__style1.table th{
    padding: 15px 16px;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1.3;
    border-radius: 6px;
    border: 0;
}
.customtable__style1 tbody tr{
    background-color: transparent;
}
.customtable__style1 tbody tr:nth-child(odd) td{
    background-color: rgba(226, 230, 233, 0.2);
}
.customtable__style1 tbody tr:nth-child(even) td{
    background-color: rgba(226, 230, 233, 0.3);
}
.customtable__width1 td:nth-child(1){
    width: 30%;
}
.customtable__width1 td:nth-child(2){
    width: 70%;
}
.section-heading{
    padding: 60px 0 0;
}
.section-heading__bg{
    left: 0;
    top: 0;
    font-size: 120px;
    font-weight: 900;
    text-transform: uppercase;
    color: rgba(255,255,255,.035);
    white-space: nowrap;
    pointer-events: none;
    user-select: none;
    letter-spacing: 6px;
}
.section-heading__label{
    gap: 12px;
    font-size: 13px;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.section-heading__label::before{
    content: '';
    width: 35px;
    height: 1px;
    background: #c82090;
}
.section-heading__title{
    z-index: 2;
    letter-spacing: 3px;
}
.section-heading__line{
    width: 220px;
    height: 5px;
    margin-top: 28px;
    background: linear-gradient(90deg, #660874, #3c6065);
    border-radius: 50px;
}
.section-heading__line::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 5px;
    transform: translateY(-50%);
    border-radius: 50px;
    background: #c8209092;
    animation: energyMove 6s linear infinite;
}
@keyframes energyMove{
    0%{left: 0;opacity: 1;}
    25%{opacity: .8;}
    50%{left: 100%;transform: translate(-100%, -50%);opacity: 1;}
    100%{left: 0;opacity: .8;}
}
footer::before{
    content:'Tisinghua';
    position:absolute;
    left:50%;
    bottom:0;
    transform:translateX(-50%);
    font-size:220px;
    font-weight:900;
    letter-spacing:10px;
    color:rgba(255,255,255,.025);
    white-space:nowrap;
    pointer-events:none;
    user-select:none;
    z-index:0;
    animation: floatText 5s ease-in-out infinite alternate;
}
@keyframes floatText{0%{transform:translateX(-50%)translateY(0px);}100%{transform:translateX(-50%)translateY(-18px);}}
.footerbottom{
    z-index: 2;
    background: rgba(255,255,255,.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,.06);
    box-shadow: 0 0 40px rgba(0,0,0,.25), inset 0 0 0 1px rgba(255,255,255,.02);
}
footer img{
    filter: drop-shadow(0 0 15px rgba(234,179,8,.08));
}
.footer-mail:hover{
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.25), 0 0 25px rgba(255, 255, 255, 0.1);
}
.innerhero{
    min-height: 480px;
    background: linear-gradient(rgba(0,0,0,.72),#1101158b), url('assets/img/modern-hero-bg.png');
    background-size: cover;
    background-position: center;
}
.innerhero::before{
    content:'';
    position:absolute;
    inset:0;
    background:radial-gradient( rgba(102,8,116,.15) 1px, transparent 1px);
    background-size:30px 30px;
    opacity:.18;
    pointer-events:none;
}
.innerhero::after{
    content:'';
    position:absolute;
    width:700px;
    height:700px;
    border-radius:50%;
    background:radial-gradient( rgba(102,8,116,.14), transparent 70%);
    top:-250px;
    right:-120px;
    pointer-events:none;
}
.innerhero__content{
    z-index: 2;
}
.innerhero__bg{
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:220px;
    font-weight:900;
    letter-spacing:12px;
    color:rgba(255,255,255,.03);
    white-space:nowrap;
    user-select:none;
    pointer-events:none;
    animation:floatHero 6s ease-in-out infinite alternate;
}
.innerhero__label{
    display:inline-flex;
    align-items:center;
    gap:12px;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    color:#c82090;
    margin-bottom:20px;
    text-transform:uppercase;
}
.innerhero__label::before{
    content:'';
    width:36px;
    height:1px;
    background:#c82090;
}
.innerhero__line{
    width:220px;
    height:2px;
    border-radius:30px;
    background:linear-gradient(90deg,#3c6065,#c82090);
    margin-bottom:35px;
    position:relative;
    overflow:hidden;
}
.innerhero__line::after{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    width:14px;
    height:14px;
    border-radius:50%;
    transform:translateY(-50%);
    background:rgba(200, 32, 144, 0.7);
    animation:heroEnergy 5s linear infinite;
}
.breadcrumbhero{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    padding:0;
    margin:0;
    list-style:none;
}
.breadcrumbhero li{
    position:relative;
    color:rgba(255,255,255,.7);
    font-size:16px;
}
.breadcrumbhero li a{
    color:#fff;
    text-decoration:none;
    transition:.3s;
}
.breadcrumbhero li a:hover{
    color:#c82090;
}
.breadcrumbhero li + li::before{
    content:'/';
    margin-right:14px;
    color:rgba(255,255,255,.3);
}
@keyframes heroEnergy{
    0%{
        left:0%;
    }
    100%{
        left:100%;
        transform:translate(-100%,-50%);
    }
}
@keyframes floatHero{
    0%{
        transform:translate(-50%,-50%) translateY(0px);
    }
    100%{
        transform:translate(-50%,-50%) translateY(-18px);
    }
}
.nav-tabs.customtabs {
    border-bottom: none;
    padding: 0;
}
.nav-tabs.customtabs .nav-item {
    margin-bottom: 0;
    margin-right: 40px;
}
.nav-tabs.customtabs .nav-link {
    background-color: transparent;
    border: 0;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 500;
    color: #c9c9c9;
}
.nav-tabs.customtabs .nav-item.show .nav-link,
.nav-tabs.customtabs .nav-link.active,
.nav-tabs.customtabs .nav-link:hover {
    border-color: #3c6065;
    color: #3c6065;
}
.customtable__style2.table{
    border-collapse: separate;
    border-spacing: 4px;
    border: 0;
    background-color: #f8f8fa;
    margin-bottom: 10px;
}
.customtable__style2.table.customtable__style2_toprounded{
    border-start-start-radius: 10px;
    border-start-end-radius: 10px;
}
.customtable__style2.table.customtable__style2_bottomrounded{
    border-end-start-radius: 5px;
    border-end-end-radius: 5px;
}
.customtable__style2.table.customtable__style2_primary{
    background-color: #3BB54A;
}
.customtable__style2.table.customtable__style2_secondary{
    background-color: #3c6065;
}
.customtable__style2.table th{
    background-color: #171b43;
    border: 0;
    color: #fff;
    font-weight: 500;
}
.customtable__style2.table td,
.customtable__style2.table th{
    padding: 10px 16px;
    vertical-align: middle;
    font-size: 17px;
    line-height: 1.3;
    border-radius: 4px;
    border: 0;
}
.customtable__style2 tbody tr:nth-child(odd){
    background-color: #fff;
}
.customtable__style2 tbody tr:nth-child(even){
    background-color: #f0f0f0;
}
.customtable__style2.table td:nth-child(1){
    width: 25%;
}
.customtable__style2.table td:nth-child(2){
    width: 75%;
}
/*--------- Responsive ----- */
@media (max-width: 992px) {
    header{min-height: 74px}
    .headerbg__logo_logo img{height: 50px}
    .slidertopheader{margin-top: -74px;}
    .slidertopheader .slidertopheader__container{padding-top: calc(74px + 30px);}
    .slidertopheader__box .boxpartner, .boxpartnerslider .boxpartner{height: 40px;}
    .slidertopheader__box .boxpartner img, .boxpartnerslider .boxpartner img{max-height: 40px;}
    .custombordermobile{border-top: 1px solid rgba(255, 255, 255, 0.2);border-left: 0 !important;}
    .modalfull .modal-dialog{width: 100%;max-width: 100%;height: auto;}
    .slidertopheader__pages{min-height: 280px;}
}
@media (max-width: 768px) {
    .timeclock__custom_col{padding-right: 3px;padding-left: 3px;}
    .timeclock__custom_col div{padding: 15px;}
    .timeclock__custom #clock p{font-size: 24px;}
    .timeclock__custom #clock span{font-size: 14px;}
    .fa-w30{width: 20px;flex: 0 0 20px;max-width: 20px}
    .slidertopheader .slidertopheader__container{padding-right: 15px;padding-left: 15px;}
    .iconbars{width: 45px;}
    .customtable__width1,.customtable__width1 tbody,.customtable__width1 tr,.customtable__width1 td{display: block;width: 100% !important;margin: 4px 0;}
    header{min-height: 66px}
    .headerbg__logo_logo img{height: 35px}
    .slidertopheader{margin-top: -66px;}
    .slidertopheader .slidertopheader__container{padding-top: calc(66px + 30px);}
    .customlogokfup{height: 15px;}
}
@media (max-width: 500px) {
    .slidertopheader__pages{min-height: 200px;}
}
@media (max-width: 375px) {
}
@media (min-width: 1190px) {
	.container{max-width: 1130px;}
}
@media (min-width: 1340px) {
	.container{max-width: 1280px;}
}
@media (min-width: 1440px) {
	.container{max-width: 1320px;}
}

/* --- Hero Animations --- */
.hero-bg-animated {
    position: absolute;
    top: -5%;
    left: -5%;
    width: 110%;
    height: 110%;
    background-size: cover;
    background-position: center;
    z-index: 0;
    animation: heroZoomPan 25s infinite alternate ease-in-out;
}
@keyframes heroZoomPan {
    0% { transform: scale(1) translate(0, 0); }
    100% { transform: scale(1.05) translate(-1%, -1%); }
}
.glowing-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    z-index: 1;
    animation: floatOrb 20s infinite alternate ease-in-out;
    opacity: 0.6;
    mix-blend-mode: screen;
}
.orb-1 {
    width: 400px;
    height: 400px;
    background: #660874;
    top: 5%;
    left: 15%;
    animation-duration: 22s;
}
.orb-2 {
    width: 350px;
    height: 350px;
    background: #3c6065;
    bottom: -10%;
    right: 5%;
    animation-duration: 28s;
    animation-direction: alternate-reverse;
}
.orb-3 {
    width: 250px;
    height: 250px;
    background: #c82090;
    top: 30%;
    left: 70%;
    animation-duration: 18s;
}
@keyframes floatOrb {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(60px, -60px) scale(1.2); }
}

/* --- Theme Cards --- */
.theme-card {
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    padding: 30px;
    height: 100%;
    transition: 0.4s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}
.theme-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(200, 32, 144, 0.3);
    box-shadow: 0 15px 40px rgba(200, 32, 144, 0.15);
}
.theme-card .theme-number {
    font-size: 40px;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.08);
    position: absolute;
    top: 15px;
    right: 20px;
    line-height: 1;
}
.theme-card h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-right: 50px;
    line-height: 1.4;
}
.theme-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.theme-card ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    color: #cbd5e1;
    font-size: 17px;
    line-height: 1.5;
}
.theme-card ul li i {
    color: #c82090;
    font-size: 14px;
    margin-top: 6px;
    margin-right: 12px;
}
